diff --git a/android/app/build.gradle b/android/app/build.gradle index e3da57bb9..e343a15fd 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -5,8 +5,9 @@ apply plugin: "com.android.application" apply plugin: 'kotlin-android' if (!isFoss) { - apply plugin: 'com.google.firebase.crashlytics' apply plugin: 'com.bugsnag.android.gradle' + apply plugin: 'com.google.gms.google-services' + apply plugin: 'com.google.firebase.crashlytics' } import com.android.build.OutputFile @@ -262,7 +263,7 @@ dependencies { addUnimodulesDependencies() implementation project(':watermelondb') implementation project(':@react-native-community_viewpager') - playImplementation project(':reactnativenotifications') + playImplementation project(':react-native-notifications') playImplementation project(':@react-native-firebase_app') playImplementation project(':@react-native-firebase_analytics') playImplementation project(':@react-native-firebase_crashlytics') @@ -303,6 +304,3 @@ task copyDownloadableDepsToLibs(type: Copy) { } apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project) -if (!isFoss) { - apply plugin: 'com.google.gms.google-services' -} diff --git a/android/build.gradle b/android/build.gradle index 485fb40a5..a1a22e238 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -31,8 +31,8 @@ buildscript { dependencies { if (isPlay) { - classpath 'com.google.gms:google-services:4.2.0' - classpath 'com.google.firebase:firebase-crashlytics-gradle:2.0.0' + classpath 'com.google.gms:google-services:4.3.8' + classpath 'com.google.firebase:firebase-crashlytics-gradle:2.7.0' classpath 'com.bugsnag:bugsnag-android-gradle-plugin:4.+' } classpath 'com.android.tools.build:gradle:3.5.3' diff --git a/android/settings.gradle b/android/settings.gradle index d50ac2137..719efc293 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -4,8 +4,8 @@ includeUnimodulesProjects() rootProject.name = 'RocketChatRN' include ':watermelondb' project(':watermelondb').projectDir = new File(rootProject.projectDir, '../node_modules/@nozbe/watermelondb/native/android') -include ':reactnativenotifications' -project(':reactnativenotifications').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-notifications/android/app') +include ':react-native-notifications' +project(':react-native-notifications').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-notifications/lib/android/app') include ':@react-native-community_viewpager' project(':@react-native-community_viewpager').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-community/viewpager/android') include ':@react-native-firebase_app' diff --git a/app/notifications/push/index.js b/app/notifications/push/index.js index 13e929164..8b6c73f32 100644 --- a/app/notifications/push/index.js +++ b/app/notifications/push/index.js @@ -1,5 +1,5 @@ import EJSON from 'ejson'; -import PushNotification from './push'; +// import PushNotification from './push'; import store from '../../lib/createStore'; import { deepLinkingOpen } from '../../actions/deepLinking'; import { isFDroidBuild } from '../../constants/environment'; @@ -36,13 +36,14 @@ export const onNotification = (notification) => { } }; -export const getDeviceToken = () => PushNotification.getDeviceToken(); -export const setBadgeCount = count => PushNotification.setBadgeCount(count); +export const getDeviceToken = () => {} // PushNotification.getDeviceToken(); +export const setBadgeCount = count => {} // PushNotification.setBadgeCount(count); export const initializePushNotifications = () => { if (!isFDroidBuild) { setBadgeCount(); - return PushNotification.configure({ - onNotification - }); + // return PushNotification.configure({ + // onNotification + // }); + return null; } }; diff --git a/app/utils/log/index.js b/app/utils/log/index.js index da1be54a9..b78785d8e 100644 --- a/app/utils/log/index.js +++ b/app/utils/log/index.js @@ -39,7 +39,7 @@ export const logEvent = (eventName, payload) => { export const setCurrentScreen = (currentScreen) => { if (!isFDroidBuild) { - analytics().setCurrentScreen(currentScreen); + analytics().logScreenView({ screen_name: currentScreen }); leaveBreadcrumb(currentScreen, { type: 'navigation' }); } }; diff --git a/ios/Podfile b/ios/Podfile index dd683fb5b..1a0d9e7f6 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -35,6 +35,8 @@ target 'ShareRocketChatRN' do pod 'RNFBApp', :path => '../node_modules/@react-native-firebase/app' pod 'RNFBAnalytics', :path => '../node_modules/@react-native-firebase/analytics' pod 'RNFBCrashlytics', :path => '../node_modules/@react-native-firebase/crashlytics' + $RNFirebaseAnalyticsWithoutAdIdSupport = true + pod 'RNCAsyncStorage', :path => '../node_modules/@react-native-community/async-storage' pod 'RNCMaskedView', :path => '../node_modules/@react-native-community/masked-view' pod 'RNFastImage', :path => '../node_modules/@rocket.chat/react-native-fast-image' diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 022832bff..3f5f3eaf3 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -47,45 +47,51 @@ PODS: - 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): + - Firebase/AnalyticsWithoutAdIdSupport (8.1.1): - Firebase/CoreOnly - - FirebaseAnalytics (= 6.6.2) - - Firebase/CoreOnly (6.27.1): - - FirebaseCore (= 6.8.1) - - Firebase/Crashlytics (6.27.1): + - FirebaseAnalytics/WithoutAdIdSupport (~> 8.0.0) + - Firebase/CoreOnly (8.1.1): + - FirebaseCore (= 8.1.0) + - Firebase/Crashlytics (8.1.1): - Firebase/CoreOnly - - FirebaseCrashlytics (~> 4.2.0) - - FirebaseAnalytics (6.6.2): - - FirebaseCore (~> 6.8) - - FirebaseInstallations (~> 1.4) - - GoogleAppMeasurement (= 6.6.2) - - GoogleUtilities/AppDelegateSwizzler (~> 6.0) - - GoogleUtilities/MethodSwizzler (~> 6.0) - - GoogleUtilities/Network (~> 6.0) - - "GoogleUtilities/NSData+zlib (~> 6.0)" - - nanopb (~> 1.30905.0) - - FirebaseCore (6.8.1): - - FirebaseCoreDiagnostics (~> 1.3) - - GoogleUtilities/Environment (~> 6.5) - - GoogleUtilities/Logger (~> 6.5) - - FirebaseCoreDiagnostics (1.4.0): - - GoogleDataTransportCCTSupport (~> 3.1) - - GoogleUtilities/Environment (~> 6.5) - - GoogleUtilities/Logger (~> 6.5) - - nanopb (~> 1.30905.0) - - FirebaseCrashlytics (4.2.0): - - FirebaseCore (~> 6.8) - - FirebaseInstallations (~> 1.1) - - GoogleDataTransport (~> 6.1) - - GoogleDataTransportCCTSupport (~> 3.1) - - nanopb (~> 1.30905.0) + - FirebaseCrashlytics (~> 8.1.0) + - FirebaseAnalytics/Base (8.0.0): + - FirebaseCore (~> 8.0) + - FirebaseInstallations (~> 8.0) + - GoogleUtilities/AppDelegateSwizzler (~> 7.4) + - GoogleUtilities/MethodSwizzler (~> 7.4) + - GoogleUtilities/Network (~> 7.4) + - "GoogleUtilities/NSData+zlib (~> 7.4)" + - nanopb (~> 2.30908.0) + - FirebaseAnalytics/WithoutAdIdSupport (8.0.0): + - FirebaseAnalytics/Base (= 8.0.0) + - FirebaseCore (~> 8.0) + - FirebaseInstallations (~> 8.0) + - GoogleAppMeasurement/WithoutAdIdSupport (= 8.0.0) + - GoogleUtilities/AppDelegateSwizzler (~> 7.4) + - GoogleUtilities/MethodSwizzler (~> 7.4) + - GoogleUtilities/Network (~> 7.4) + - "GoogleUtilities/NSData+zlib (~> 7.4)" + - nanopb (~> 2.30908.0) + - FirebaseCore (8.1.0): + - FirebaseCoreDiagnostics (~> 8.0) + - GoogleUtilities/Environment (~> 7.4) + - GoogleUtilities/Logger (~> 7.4) + - FirebaseCoreDiagnostics (8.1.0): + - GoogleDataTransport (~> 9.0) + - GoogleUtilities/Environment (~> 7.4) + - GoogleUtilities/Logger (~> 7.4) + - nanopb (~> 2.30908.0) + - FirebaseCrashlytics (8.1.0): + - FirebaseCore (~> 8.0) + - FirebaseInstallations (~> 8.0) + - GoogleDataTransport (~> 9.0) + - nanopb (~> 2.30908.0) - PromisesObjC (~> 1.2) - - FirebaseInstallations (1.5.0): - - FirebaseCore (~> 6.8) - - GoogleUtilities/Environment (~> 6.7) - - GoogleUtilities/UserDefaults (~> 6.7) + - FirebaseInstallations (8.1.0): + - FirebaseCore (~> 8.0) + - GoogleUtilities/Environment (~> 7.4) + - GoogleUtilities/UserDefaults (~> 7.4) - PromisesObjC (~> 1.2) - Flipper (0.54.0): - Flipper-Folly (~> 2.2) @@ -143,34 +149,34 @@ PODS: - DoubleConversion - glog - glog (0.3.5) - - GoogleAppMeasurement (6.6.2): - - GoogleUtilities/AppDelegateSwizzler (~> 6.0) - - GoogleUtilities/MethodSwizzler (~> 6.0) - - GoogleUtilities/Network (~> 6.0) - - "GoogleUtilities/NSData+zlib (~> 6.0)" - - nanopb (~> 1.30905.0) - - GoogleDataTransport (6.2.1) - - GoogleDataTransportCCTSupport (3.2.0): - - GoogleDataTransport (~> 6.1) - - nanopb (~> 1.30905.0) - - GoogleUtilities/AppDelegateSwizzler (6.7.1): + - GoogleAppMeasurement/WithoutAdIdSupport (8.0.0): + - GoogleUtilities/AppDelegateSwizzler (~> 7.4) + - GoogleUtilities/MethodSwizzler (~> 7.4) + - GoogleUtilities/Network (~> 7.4) + - "GoogleUtilities/NSData+zlib (~> 7.4)" + - nanopb (~> 2.30908.0) + - GoogleDataTransport (9.0.1): + - GoogleUtilities/Environment (~> 7.2) + - nanopb (~> 2.30908.0) + - PromisesObjC (~> 1.2) + - GoogleUtilities/AppDelegateSwizzler (7.4.1): - GoogleUtilities/Environment - GoogleUtilities/Logger - GoogleUtilities/Network - - GoogleUtilities/Environment (6.7.1): + - GoogleUtilities/Environment (7.4.1): - PromisesObjC (~> 1.2) - - GoogleUtilities/Logger (6.7.1): + - GoogleUtilities/Logger (7.4.1): - GoogleUtilities/Environment - - GoogleUtilities/MethodSwizzler (6.7.1): + - GoogleUtilities/MethodSwizzler (7.4.1): - GoogleUtilities/Logger - - GoogleUtilities/Network (6.7.1): + - GoogleUtilities/Network (7.4.1): - GoogleUtilities/Logger - "GoogleUtilities/NSData+zlib" - GoogleUtilities/Reachability - - "GoogleUtilities/NSData+zlib (6.7.1)" - - GoogleUtilities/Reachability (6.7.1): + - "GoogleUtilities/NSData+zlib (7.4.1)" + - GoogleUtilities/Reachability (7.4.1): - GoogleUtilities/Logger - - GoogleUtilities/UserDefaults (6.7.1): + - GoogleUtilities/UserDefaults (7.4.1): - GoogleUtilities/Logger - JitsiMeetSDK (2.10.2) - KeyCommands (2.0.3): @@ -187,15 +193,15 @@ PODS: - MMKV (1.2.1): - MMKVCore (~> 1.2.1) - MMKVCore (1.2.1) - - nanopb (1.30905.0): - - nanopb/decode (= 1.30905.0) - - nanopb/encode (= 1.30905.0) - - nanopb/decode (1.30905.0) - - nanopb/encode (1.30905.0) + - nanopb (2.30908.0): + - nanopb/decode (= 2.30908.0) + - nanopb/encode (= 2.30908.0) + - nanopb/decode (2.30908.0) + - nanopb/encode (2.30908.0) - OpenSSL-Universal (1.0.2.19): - OpenSSL-Universal/Static (= 1.0.2.19) - OpenSSL-Universal/Static (1.0.2.19) - - PromisesObjC (1.2.9) + - PromisesObjC (1.2.12) - RCTRequired (0.63.4) - RCTTypeSafety (0.63.4): - FBLazyVector (= 0.63.4) @@ -382,8 +388,8 @@ PODS: - React - react-native-netinfo (6.0.0): - React-Core - - react-native-notifications (2.1.7): - - React + - react-native-notifications (3.5.0): + - React-Core - react-native-orientation-locker (1.3.1): - React-Core - react-native-restart (0.0.22): @@ -483,17 +489,16 @@ PODS: - React - SDWebImage (~> 5.0) - SDWebImageWebPCoder (~> 0.4.1) - - RNFBAnalytics (7.3.1): - - Firebase/Analytics (~> 6.27.0) - - React + - RNFBAnalytics (12.1.0): + - Firebase/AnalyticsWithoutAdIdSupport (= 8.1.1) + - React-Core - RNFBApp - - RNFBApp (8.2.0): - - Firebase/CoreOnly (~> 6.27.0) - - React - - RNFBCrashlytics (8.1.2): - - Firebase/Core (~> 6.27.0) - - Firebase/Crashlytics (~> 6.27.0) - - React + - RNFBApp (12.1.0): + - Firebase/CoreOnly (= 8.1.1) + - React-Core + - RNFBCrashlytics (12.1.0): + - Firebase/Crashlytics (= 8.1.1) + - React-Core - RNFBApp - RNGestureHandler (1.6.1): - React @@ -678,7 +683,6 @@ SPEC REPOS: - FlipperKit - GoogleAppMeasurement - GoogleDataTransport - - GoogleDataTransportCCTSupport - GoogleUtilities - libwebp - MMKV @@ -899,12 +903,12 @@ SPEC CHECKSUMS: EXWebBrowser: d37a5ffdea1b65947352bc001dd9f732463725d4 FBLazyVector: 3bb422f41b18121b71783a905c10e58606f7dc3e FBReactNativeSpec: f2c97f2529dd79c083355182cc158c9f98f4bd6e - Firebase: 919186c8e119dd9372a45fd1dd17a8a942bc1892 - FirebaseAnalytics: 5fa308e1b13f838d0f6dc74719ac2a72e8c5afc4 - FirebaseCore: 8cd4f8ea22075e0ee582849b1cf79d8816506085 - FirebaseCoreDiagnostics: 4505e4d4009b1d93f605088ee7d7764d5f0d1c84 - FirebaseCrashlytics: 7d0fa02ea8842cc4b2ab07b0735edafde1ad77d6 - FirebaseInstallations: 3c520c951305cbf9ca54eb891ff9e6d1fd384881 + Firebase: 4bb49ae87756034cef870fa3c4006235eb46f475 + FirebaseAnalytics: dcb92c7c9ef4fa7ffac276e8f87bd4fc8c97f1b8 + FirebaseCore: 389c4ce9a7cce4a7e25eb22326b4bee0050557b2 + FirebaseCoreDiagnostics: 3e249cee3de5c5f9cfd6cc2a19997231286fec11 + FirebaseCrashlytics: 1b55b3a718f9e20d59d96db46a4652d95a8ba1d2 + FirebaseInstallations: 7f31798a8198c354eadcb87176d2090b62edc187 Flipper: be611d4b742d8c87fbae2ca5f44603a02539e365 Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41 Flipper-Folly: c12092ea368353b58e992843a990a3225d4533c3 @@ -914,18 +918,17 @@ SPEC CHECKSUMS: FlipperKit: ab353d41aea8aae2ea6daaf813e67496642f3d7d Folly: b73c3869541e86821df3c387eb0af5f65addfab4 glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3 - GoogleAppMeasurement: 8cd1f289d60e629cf16ab03363b9e89c776b9651 - GoogleDataTransport: 9a8a16f79feffc7f42096743de2a7c4815e84020 - GoogleDataTransportCCTSupport: 489c1265d2c85b68187a83a911913d190012158d - GoogleUtilities: e121a3867449ce16b0e35ddf1797ea7a389ffdf2 + GoogleAppMeasurement: c6bbc9753d046b5456dd4f940057fbad2c28419e + GoogleDataTransport: 04c3e9a480bbcaa2ec3f5d27f1cdeb6a92f20c8d + GoogleUtilities: f8a43108b38a68eebe8b3540e1f4f2d28843ce20 JitsiMeetSDK: ef6dd5cfa6d9badf009c7dba1a2c1365bfaae6b0 KeyCommands: f66c535f698ed14b3d3a4e58859d79a827ea907e libwebp: 946cb3063cea9236285f7e9a8505d806d30e07f3 MMKV: 67253edee25a34edf332f91d73fa94a9e038b971 MMKVCore: fe398984acac1fa33f92795d1b5fd0a334c944af - nanopb: c43f40fadfe79e8b8db116583945847910cbabc9 + nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96 OpenSSL-Universal: 8b48cc0d10c1b2923617dfe5c178aa9ed2689355 - PromisesObjC: b48e0338dbbac2207e611750777895f7a5811b75 + PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97 RCTRequired: 082f10cd3f905d6c124597fd1c14f6f2655ff65e RCTTypeSafety: 8c9c544ecbf20337d069e4ae7fd9a377aadf504b React: b0a957a2c44da4113b0c4c9853d8387f8e64e615 @@ -945,7 +948,7 @@ SPEC CHECKSUMS: react-native-jitsi-meet: f2407aca85566e031ee7b222e497ee5ecb6623de react-native-mmkv-storage: 48729fe90e850ef2fdc9d3714b7030c7c51d82b0 react-native-netinfo: e849fc21ca2f4128a5726c801a82fc6f4a6db50d - react-native-notifications: ee8fd739853e72694f3af8b374c8ccb106b7b227 + react-native-notifications: 89a73cd2cd2648e1734fa10e3507681c9e4f14de react-native-orientation-locker: 998c0744e26624407dac068c04c605b4af7304a2 react-native-restart: 733a51ad137f15b0f8dc34c4082e55af7da00979 react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79 @@ -974,9 +977,9 @@ SPEC CHECKSUMS: RNDateTimePicker: 7658208086d86d09e1627b5c34ba0cf237c60140 RNDeviceInfo: 8d3a29207835f972bce883723882980143270d55 RNFastImage: f40d202ea2367239f71bc7cf11315f4bebab85b4 - RNFBAnalytics: dae6d7b280ba61c96e1bbdd34aca3154388f025e - RNFBApp: 6fd8a7e757135d4168bf033a8812c241af7363a0 - RNFBCrashlytics: 88de72c2476b5868a892d9523b89b86c527c540e + RNFBAnalytics: d8f885de70f3133ca1be101cb5f115e763dbd037 + RNFBApp: 406bc9586c70ccf20504b4d3b54ac4341c98993f + RNFBCrashlytics: 963a2757f6a52e37ae50adab5832162a7d81f98f RNGestureHandler: 8f09cd560f8d533eb36da5a6c5a843af9f056b38 RNImageCropPicker: 38865ab4af1b0b2146ad66061196bc0184946855 RNLocalize: 82a569022724d35461e2dc5b5d015a13c3ca995b @@ -1003,6 +1006,6 @@ SPEC CHECKSUMS: Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: 0351d0973911a397f1cb4e45f0b0f590b14816e3 +PODFILE CHECKSUM: 31a91f8b33d73b8680ec7d53c60c76a243f70a20 COCOAPODS: 1.10.1 diff --git a/ios/Pods/Firebase/CoreOnly/Sources/Firebase.h b/ios/Pods/Firebase/CoreOnly/Sources/Firebase.h index e5049ca43..3d6ac97e7 100755 --- a/ios/Pods/Firebase/CoreOnly/Sources/Firebase.h +++ b/ios/Pods/Firebase/CoreOnly/Sources/Firebase.h @@ -22,6 +22,14 @@ #import #endif + #if __has_include() + #import + #endif + + #if __has_include() + #import + #endif + #if __has_include() #import #endif @@ -36,13 +44,6 @@ #if __has_include() #import - #if !__has_include() - #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING - #warning "FirebaseAnalytics.framework is not included in your target. Please add \ -`Firebase/Analytics` to your Podfile or add FirebaseAnalytics.framework to your project to ensure \ -Firebase Dynamic Links works as intended." - #endif // #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING - #endif #endif #if __has_include() @@ -55,118 +56,26 @@ Firebase Dynamic Links works as intended." #if __has_include() #import - #if !__has_include() - #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING - #warning "FirebaseAnalytics.framework is not included in your target. Please add \ -`Firebase/Analytics` to your Podfile or add FirebaseAnalytics.framework to your project to ensure \ -Firebase In App Messaging works as intended." - #endif // #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING - #endif #endif - #if __has_include() - #import + #if __has_include() + #import #endif #if __has_include() #import - #if !__has_include() - #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING - #warning "FirebaseAnalytics.framework is not included in your target. Please add \ -`Firebase/Analytics` to your Podfile or add FirebaseAnalytics.framework to your project to ensure \ -Firebase Messaging works as intended." - #endif // #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING - #endif -#endif - - #if __has_include() - #import - #endif - - #if __has_include() - #import - #endif - - #if __has_include() - #import - #endif - - #if __has_include() - #import - #endif - - #if __has_include() - #import - #endif - - #if __has_include() - #import - #endif - - #if __has_include() - #import - #endif - - #if __has_include() - #import - #endif - - #if __has_include() - #import - #endif - - #if __has_include() - #import - #endif - - #if __has_include() - #import - #endif - - #if __has_include() - #import - #endif - - #if __has_include() - #import #endif #if __has_include() #import - #if !__has_include() - #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING - #warning "FirebaseAnalytics.framework is not included in your target. Please add \ -`Firebase/Analytics` to your Podfile or add FirebaseAnalytics.framework to your project to ensure \ -Firebase Performance works as intended." - #endif // #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING - #endif #endif #if __has_include() #import - #if !__has_include() - #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING - #warning "FirebaseAnalytics.framework is not included in your target. Please add \ -`Firebase/Analytics` to your Podfile or add FirebaseAnalytics.framework to your project to ensure \ -Firebase Remote Config works as intended." - #endif // #ifndef FIREBASE_ANALYTICS_SUPPRESS_WARNING - #endif #endif #if __has_include() #import #endif - #if __has_include() - #import - #endif - - #if __has_include() - #import - #endif - - #if __has_include() - #import - #endif - #endif // defined(__has_include) diff --git a/ios/Pods/Firebase/README.md b/ios/Pods/Firebase/README.md index d778205ff..c80c0013a 100644 --- a/ios/Pods/Firebase/README.md +++ b/ios/Pods/Firebase/README.md @@ -3,8 +3,12 @@ [![Platform](https://img.shields.io/cocoapods/p/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) [![Actions Status][gh-abtesting-badge]][gh-actions] +[![Actions Status][gh-appcheck-badge]][gh-actions] +[![Actions Status][gh-appdistribution-badge]][gh-actions] [![Actions Status][gh-auth-badge]][gh-actions] +[![Actions Status][gh-cocoapods-integration-badge]][gh-actions] [![Actions Status][gh-core-badge]][gh-actions] +[![Actions Status][gh-core-diagnostics-badge]][gh-actions] [![Actions Status][gh-crashlytics-badge]][gh-actions] [![Actions Status][gh-database-badge]][gh-actions] [![Actions Status][gh-datatransport-badge]][gh-actions] @@ -12,9 +16,13 @@ [![Actions Status][gh-firebasepod-badge]][gh-actions] [![Actions Status][gh-firestore-badge]][gh-actions] [![Actions Status][gh-functions-badge]][gh-actions] +[![Actions Status][gh-google-utilities-badge]][gh-actions] +[![Actions Status][gh-google-utilities-components-badge]][gh-actions] [![Actions Status][gh-inappmessaging-badge]][gh-actions] [![Actions Status][gh-interop-badge]][gh-actions] [![Actions Status][gh-messaging-badge]][gh-actions] +[![Actions Status][gh-mlmodeldownloader-badge]][gh-actions] +[![Actions Status][gh-performance-badge]][gh-actions] [![Actions Status][gh-remoteconfig-badge]][gh-actions] [![Actions Status][gh-storage-badge]][gh-actions] [![Actions Status][gh-symbolcollision-badge]][gh-actions] @@ -23,21 +31,23 @@ # Firebase Apple Open Source Development -This repository contains all Apple platform Firebase SDK source except FirebaseAnalytics, -FirebasePerformance, and FirebaseML. - -The repository also includes GoogleUtilities source. The -[GoogleUtilities](GoogleUtilities/README.md) pod is -a set of utilities used by Firebase and other Google products. +This repository contains all Apple platform Firebase SDK source except FirebaseAnalytics +and FirebaseML. Firebase is an app development platform with tools to help you build, grow and monetize your app. More information about Firebase can be found at [https://firebase.google.com](https://firebase.google.com). +The repository also includes GoogleUtilities and GoogleDataTransport source +which are utilities used by Firebase and other Google products. + +**Note** _FirebaseCombineSwift_ contains support for Apple's Combine framework. This module is currently under development, and not yet supported for use in production environments. Fore more details, please refer to the [docs](FirebaseCombineSwift/README.md). + ## Installation -See the three subsections for details about three different installation methods. +See the subsections below for details about the different installation methods. 1. [Standard pod install](README.md#standard-pod-install) +1. [Swift Package Manager](SwiftPackageManager.md) 1. [Installing from the GitHub repo](README.md#installing-from-github) 1. [Experimental Carthage](README.md#carthage-ios-only) @@ -46,11 +56,12 @@ See the three subsections for details about three different installation methods Go to [https://firebase.google.com/docs/ios/setup](https://firebase.google.com/docs/ios/setup). -### Installing from GitHub +### Swift Package Manager -For releases starting with 5.0.0, the source for each release is also deployed -to CocoaPods master and available via standard -[CocoaPods Podfile syntax](https://guides.cocoapods.org/syntax/podfile.html#pod). +Instructions for [Swift Package Manager](https://swift.org/package-manager/) support can be +found at [SwiftPackageManager.md](SwiftPackageManager.md). + +### Installing from GitHub These instructions can be used to access the Firebase repo at other branches, tags, or commits. @@ -67,14 +78,14 @@ All of the official releases are tagged in this repo and available via CocoaPods source snapshot or unreleased branch, use Podfile directives like the following: To access FirebaseFirestore via a branch: -``` +```ruby pod 'FirebaseCore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master' pod 'FirebaseFirestore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master' ``` To access FirebaseMessaging via a checked out version of the firebase-ios-sdk repo do: -``` +```ruby pod 'FirebaseCore', :path => '/path/to/firebase-ios-sdk' pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk' ``` @@ -82,12 +93,8 @@ pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk' ### Carthage (iOS only) Instructions for the experimental Carthage distribution are at -[Carthage](Carthage.md). - -### Rome - -Instructions for installing binary frameworks via -[Rome](https://github.com/CocoaPods/Rome) are at [Rome](Rome.md). +[Carthage](Carthage.md). If you have a new Mac with an Apple silicon chip, please see +[these instructions](AppleSilicon.md). ### Using Firebase from a Framework or a library @@ -98,13 +105,22 @@ Instructions for installing binary frameworks via To develop Firebase software in this repository, ensure that you have at least the following software: - * Xcode 10.3 (or later) - * CocoaPods 1.7.2 (or later) + * Xcode 12.2 (or later) + +CocoaPods is still the canonical way to develop, but much of the repo now supports +development with Swift Package Manager. + +### CocoaPods + +Install + * CocoaPods 1.10.0 (or later) * [CocoaPods generate](https://github.com/square/cocoapods-generate) For the pod that you want to develop: -`pod gen Firebase{name here}.podspec --local-sources=./ --auto-open --platforms=ios` +```ruby +pod gen Firebase{name here}.podspec --local-sources=./ --auto-open --platforms=ios +``` Note: If the CocoaPods cache is out of date, you may need to run `pod repo update` before the `pod gen` command. @@ -116,7 +132,7 @@ CocoaPods workspaces. Firestore has a self contained Xcode project. See [Firestore/README.md](Firestore/README.md). -### Development for Catalyst +#### Development for Catalyst * `pod gen {name here}.podspec --local-sources=./ --auto-open --platforms=ios` * Check the Mac box in the App-iOS Build Settings * Sign the App in the Settings Signing & Capabilities tab @@ -125,6 +141,18 @@ Firestore has a self contained Xcode project. See * Select the Unit-unit scheme * Run it to build and test +Alternatively disable signing in each target: +* Go to Build Settings tab +* Click `+` +* Select `Add User-Defined Setting` +* Add `CODE_SIGNING_REQUIRED` setting with a value of `NO` + +### Swift Package Manager +* `open Package.swift` or double click `Package.swift` in Finder. +* Xcode will open the project + * Choose a scheme for a library to build or test suite to run + * Choose a target platform by selecting the run destination along with the scheme + ### Adding a New Firebase Pod See [AddNewPod.md](AddNewPod.md). @@ -136,40 +164,24 @@ See [HeadersImports.md](HeadersImports.md). ### Code Formatting To ensure that the code is formatted consistently, run the script -[./scripts/style.sh](https://github.com/firebase/firebase-ios-sdk/blob/master/scripts/style.sh) +[./scripts/check.sh](https://github.com/firebase/firebase-ios-sdk/blob/master/scripts/check.sh) before creating a PR. -Travis will verify that any code changes are done in a style compliant way. Install -`clang-format` and `swiftformat`. -These commands will get the right versions: +GitHub Actions will verify that any code changes are done in a style compliant +way. Install `clang-format` and `mint`: +```console +brew install clang-format@12 +brew install mint ``` -brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/c6f1cbd/Formula/clang-format.rb -brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/c13eda8/Formula/swiftformat.rb -``` - -Note: if you already have a newer version of these installed you may need to -`brew switch` to this version. - -To update this section, find the versions of clang-format and swiftformat.rb to -match the versions in the CI failure logs -[here](https://github.com/Homebrew/homebrew-core/tree/master/Formula). ### Running Unit Tests Select a scheme and press Command-u to build a component and run its unit tests. -#### Viewing Code Coverage (Deprecated) - -First, make sure that [xcov](https://github.com/nakiostudio/xcov) is installed with `gem install xcov`. - -After running the `AllUnitTests_iOS` scheme in Xcode, execute -`xcov --workspace Firebase.xcworkspace --scheme AllUnitTests_iOS --output_directory xcov_output` -at Example/ in the terminal. This will aggregate the coverage, and you can run `open xcov_output/index.html` to see the results. - ### Running Sample Apps -In order to run the sample apps and integration tests, you'll need valid -`GoogleService-Info.plist` files for those samples. The Firebase Xcode project contains dummy plist +In order to run the sample apps and integration tests, you'll need a valid +`GoogleService-Info.plist` file. The Firebase Xcode project contains dummy plist files without real values, but can be replaced with real plist files. To get your own `GoogleService-Info.plist` files: @@ -177,12 +189,11 @@ files without real values, but can be replaced with real plist files. To get you 2. Create a new Firebase project, if you don't already have one 3. For each sample app you want to test, create a new Firebase app with the sample app's bundle identifier (e.g. `com.google.Database-Example`) -4. Download the resulting `GoogleService-Info.plist` and replace the appropriate dummy plist file -(e.g. in [Example/Database/App/](Example/Database/App/)); +4. Download the resulting `GoogleService-Info.plist` and add it to the Xcode project. -Some sample apps like Firebase Messaging ([Example/Messaging/App](Example/Messaging/App)) require -special Apple capabilities, and you will have to change the sample app to use a unique bundle -identifier that you can control in your own Apple Developer account. +### Coverage Report Generation + +See [scripts/code_coverage_report/README.md](scripts/code_coverage_report/README.md). ## Specific Component Instructions See the sections below for any special instructions for those components. @@ -202,10 +213,16 @@ To run against a local emulator instance, invoke `./scripts/run_database_emulato running the integration test. To run against a production instance, provide a valid GoogleServices-Info.plist and copy it to -`Example/Database/App/GoogleService-Info.plist`. Your Security Rule must be set to +`FirebaseDatabase/Tests/Resources/GoogleService-Info.plist`. Your Security Rule must be set to [public](https://firebase.google.com/docs/database/security/quickstart) while your tests are running. +### Firebase Performance Monitoring +If you're doing specific Firebase Performance Monitoring development, see +[the Performance README](FirebasePerformance/README.md) for instructions about building the SDK +and [the Performance TestApp README](FirebasePerformance/Tests/TestApp/README.md) for instructions about +integrating Performance with the dev test App. + ### Firebase Storage To run the Storage Integration tests, follow the instructions in @@ -219,7 +236,8 @@ In order to actually test receiving push notifications, you will need to: 1. Change the bundle identifier of the sample app to something you own in your Apple Developer account, and enable that App ID for push notifications. 2. You'll also need to -[upload your APNs Provider Authentication Key or certificate to the Firebase Console](https://firebase.google.com/docs/cloud-messaging/ios/certs) +[upload your APNs Provider Authentication Key or certificate to the +Firebase Console](https://firebase.google.com/docs/cloud-messaging/ios/certs) at **Project Settings > Cloud Messaging > [Your Firebase App]**. 3. Ensure your iOS device is added to your Apple Developer portal as a test device. @@ -229,43 +247,39 @@ The iOS Simulator cannot register for remote notifications, and will not receive In order to receive push notifications, you'll have to follow the steps above and run the app on a physical device. -## Community Supported Efforts +## Building with Firebase on Apple platforms + +At this time, not all of Firebase's products are available across all Apple platforms. However, +Firebase is constantly evolving and community supported efforts have helped expand Firebase's support. +To keep up with the latest info regarding Firebase's support across Apple platforms, refer to +[this chart](https://firebase.google.com/docs/ios/learn-more#firebase_library_support_by_platform) +in Firebase's documentation. + +### Community Supported Efforts We've seen an amazing amount of interest and contributions to improve the Firebase SDKs, and we are very grateful! We'd like to empower as many developers as we can to be able to use Firebase and participate in the Firebase community. -### tvOS, macOS, watchOS and Catalyst -Thanks to contributions from the community, many of Firebase SDKs now compile, run unit tests, and work on -tvOS, macOS, watchOS and Catalyst. +#### tvOS, macOS, watchOS and Catalyst +Thanks to contributions from the community, many of Firebase SDKs now compile, run unit tests, and +work on tvOS, macOS, watchOS and Catalyst. -For tvOS, checkout the [Sample](Example/tvOSSample). -For watchOS, currently only Messaging and Storage (and their dependencies) have limited support. Checkout the -[Independent Watch App Sample](Example/watchOSSample). +For tvOS, see the [Sample](Example/tvOSSample). +For watchOS, currently only Messaging, Storage and Crashlytics (and their dependencies) have limited +support. See the [Independent Watch App Sample](Example/watchOSSample). -Keep in mind that macOS, tvOS, watchOS and Catalyst are not officially supported by Firebase, and this -repository is actively developed primarily for iOS. While we can catch basic unit test issues with -Travis, there may be some changes where the SDK no longer works as expected on macOS, tvOS or watchOS. If you -encounter this, please [file an issue](https://github.com/firebase/firebase-ios-sdk/issues). +Keep in mind that macOS, tvOS, watchOS and Catalyst are not officially supported by Firebase, and +this repository is actively developed primarily for iOS. While we can catch basic unit test issues +with GitHub Actions, there may be some changes where the SDK no longer works as expected on macOS, +tvOS or watchOS. If you encounter this, please +[file an issue](https://github.com/firebase/firebase-ios-sdk/issues). -During app setup in the console, you may get to a step that mentions something like "Checking if the app -has communicated with our servers". This relies on Analytics and will not work on macOS/tvOS/watchOS/Catalyst. +During app setup in the console, you may get to a step that mentions something like "Checking if the +app has communicated with our servers". This relies on Analytics and will not work on +macOS/tvOS/watchOS/Catalyst. **It's safe to ignore the message and continue**, the rest of the SDKs will work as expected. -To install, add a subset of the following to the Podfile: - -``` -pod 'Firebase/ABTesting' # No watchOS support yet -pod 'Firebase/Auth' # No watchOS support yet -pod 'Firebase/Crashlytics' # No watchOS support yet -pod 'Firebase/Database' # No watchOS support yet -pod 'Firebase/Firestore' # No watchOS support yet -pod 'Firebase/Functions' # No watchOS support yet -pod 'Firebase/Messaging' -pod 'Firebase/RemoteConfig' # No watchOS support yet -pod 'Firebase/Storage' -``` - #### Additional Catalyst Notes * FirebaseAuth and FirebaseMessaging require adding `Keychain Sharing Capability` @@ -273,6 +287,10 @@ to Build Settings. * FirebaseFirestore requires signing the [gRPC Resource target](https://github.com/firebase/firebase-ios-sdk/issues/3500#issuecomment-518741681). +#### Additional Crashlytics Notes +* watchOS has limited support. Due to watchOS restrictions, mach exceptions and signal crashes are +not recorded. (Crashes in SwiftUI are generated as mach exceptions, so will not be recorded) + ## Roadmap See [Roadmap](ROADMAP.md) for more about the Firebase iOS SDK Open Source @@ -293,8 +311,12 @@ Your use of Firebase is governed by the [gh-actions]: https://github.com/firebase/firebase-ios-sdk/actions [gh-abtesting-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/abtesting/badge.svg +[gh-appcheck-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/app_check/badge.svg +[gh-appdistribution-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/appdistribution/badge.svg [gh-auth-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/auth/badge.svg +[gh-cocoapods-integration-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/cocoapods-integration/badge.svg [gh-core-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/core/badge.svg +[gh-core-diagnostics-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/core-diagnostics/badge.svg [gh-crashlytics-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/crashlytics/badge.svg [gh-database-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/database/badge.svg [gh-datatransport-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/datatransport/badge.svg @@ -302,9 +324,13 @@ Your use of Firebase is governed by the [gh-firebasepod-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/firebasepod/badge.svg [gh-firestore-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/firestore/badge.svg [gh-functions-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/functions/badge.svg +[gh-google-utilities-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/google-utilities/badge.svg +[gh-google-utilities-components-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/google-utilities-components/badge.svg [gh-inappmessaging-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/inappmessaging/badge.svg [gh-interop-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/interop/badge.svg [gh-messaging-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/messaging/badge.svg +[gh-mlmodeldownloader-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/mlmodeldownloader/badge.svg +[gh-performance-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/performance/badge.svg [gh-remoteconfig-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/remoteconfig/badge.svg [gh-storage-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/storage/badge.svg [gh-symbolcollision-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/symbolcollision/badge.svg diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/FIRAnalyticsConnector b/ios/Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/FIRAnalyticsConnector deleted file mode 100755 index 8746d38f6..000000000 Binary files a/ios/Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/FIRAnalyticsConnector and /dev/null differ diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/Modules/module.modulemap b/ios/Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/Modules/module.modulemap deleted file mode 100755 index 99a4b1dc2..000000000 --- a/ios/Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/Modules/module.modulemap +++ /dev/null @@ -1,11 +0,0 @@ -framework module FIRAnalyticsConnector { - export * - module * { export * } - link "sqlite3" - link "z" - link framework "CoreData" - link framework "Security" - link framework "StoreKit" - link framework "SystemConfiguration" - link framework "UIKit" -} diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/FirebaseAnalytics b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/FirebaseAnalytics deleted file mode 100755 index e00c279a8..000000000 Binary files a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/FirebaseAnalytics and /dev/null differ diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/Info.plist b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/Info.plist new file mode 100644 index 000000000..f6a7ddc98 --- /dev/null +++ b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/Info.plist @@ -0,0 +1,42 @@ + + + + + AvailableLibraries + + + LibraryIdentifier + ios-arm64_i386_x86_64-simulator + LibraryPath + FirebaseAnalytics.framework + SupportedArchitectures + + arm64 + i386 + x86_64 + + SupportedPlatform + ios + SupportedPlatformVariant + simulator + + + LibraryIdentifier + ios-arm64_armv7 + LibraryPath + FirebaseAnalytics.framework + SupportedArchitectures + + arm64 + armv7 + + SupportedPlatform + ios + + + CFBundlePackageType + XFWK + XCFrameworkFormatVersion + 1.0 + + diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/FirebaseAnalytics b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/FirebaseAnalytics new file mode 100644 index 000000000..d0c785f29 Binary files /dev/null and b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/FirebaseAnalytics differ diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h old mode 100755 new mode 100644 similarity index 100% rename from ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h rename to ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h new file mode 100644 index 000000000..686a386ec --- /dev/null +++ b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h @@ -0,0 +1,33 @@ +#import + +#import "FIRAnalytics.h" + +NS_ASSUME_NONNULL_BEGIN + +/// The type of consent to set. Supported consent types are `ConsentType.adStorage` and +/// `ConsentType.analyticsStorage`. Omitting a type retains its previous status. +typedef NSString *FIRConsentType NS_TYPED_ENUM NS_SWIFT_NAME(ConsentType); +extern FIRConsentType const FIRConsentTypeAdStorage; +extern FIRConsentType const FIRConsentTypeAnalyticsStorage; + +/// The status value of the consent type. Supported statuses are `ConsentStatus.granted` and +/// `ConsentStatus.denied`. +typedef NSString *FIRConsentStatus NS_TYPED_ENUM NS_SWIFT_NAME(ConsentStatus); +extern FIRConsentStatus const FIRConsentStatusDenied; +extern FIRConsentStatus const FIRConsentStatusGranted; + +/// Sets the applicable end user consent state. +@interface FIRAnalytics (Consent) + +/// Sets the applicable end user consent state (e.g. for device identifiers) for this app on this +/// device. Use the consent settings to specify individual consent type values. Settings are +/// persisted across app sessions. By default consent types are set to `ConsentStatus.granted`. +/// +/// @param consentSettings An NSDictionary of consent types. Supported consent type keys are +/// `ConsentType.adStorage` and `ConsentType.analyticsStorage`. Valid values are +/// `ConsentStatus.granted` and `ConsentStatus.denied`. ++ (void)setConsent:(NSDictionary *)consentSettings; + +@end + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics.h b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics.h old mode 100755 new mode 100644 similarity index 71% rename from ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics.h rename to ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics.h index 15b693c90..b9de09407 --- a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics.h +++ b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics.h @@ -25,22 +25,34 @@ NS_SWIFT_NAME(Analytics) ///
  • ad_activeview
  • ///
  • ad_click
  • ///
  • ad_exposure
  • -///
  • ad_impression
  • ///
  • ad_query
  • +///
  • ad_reward
  • ///
  • adunit_exposure
  • +///
  • app_background
  • ///
  • app_clear_data
  • +///
  • app_exception
  • ///
  • app_remove
  • +///
  • app_store_refund
  • +///
  • app_store_subscription_cancel
  • +///
  • app_store_subscription_convert
  • +///
  • app_store_subscription_renew
  • ///
  • app_update
  • +///
  • app_upgrade
  • +///
  • dynamic_link_app_open
  • +///
  • dynamic_link_app_update
  • +///
  • dynamic_link_first_open
  • ///
  • error
  • +///
  • firebase_campaign
  • ///
  • first_open
  • +///
  • first_visit
  • ///
  • in_app_purchase
  • ///
  • notification_dismiss
  • ///
  • notification_foreground
  • ///
  • notification_open
  • ///
  • notification_receive
  • ///
  • os_update
  • -///
  • screen_view
  • ///
  • session_start
  • +///
  • session_start_with_rollout
  • ///
  • user_engagement
  • /// /// @@ -49,7 +61,7 @@ NS_SWIFT_NAME(Analytics) /// reserved. See FIREventNames.h for the list of reserved event names. The "firebase_", /// "google_", and "ga_" prefixes are reserved and should not be used. Note that event names are /// case-sensitive and that logging two events whose names differ only in case will result in -/// two distinct events. +/// two distinct events. To manually log screen view events, use the `screen_view` event name. /// @param parameters The dictionary of event parameters. Passing nil indicates that the event has /// no parameters. Parameter names can be up to 40 characters long and must start with an /// alphabetic character and contain only alphanumeric characters and underscores. Only NSString @@ -85,33 +97,6 @@ NS_SWIFT_NAME(Analytics) /// non-empty and no more than 256 characters long. Setting userID to nil removes the user ID. + (void)setUserID:(nullable NSString *)userID; -/// Sets the current screen name, which specifies the current visual context in your app. This helps -/// identify the areas in your app where users spend their time and how they interact with your app. -/// Must be called on the main thread. -/// -/// Note that screen reporting is enabled automatically and records the class name of the current -/// UIViewController for you without requiring you to call this method. The class name can -/// optionally be overridden by calling this method in the viewDidAppear callback of your -/// UIViewController and specifying the screenClassOverride parameter. -/// `setScreenName:screenClass:` must be called after `[super viewDidAppear:]`. -/// -/// If your app does not use a distinct UIViewController for each screen, you should call this -/// method and specify a distinct screenName each time a new screen is presented to the user. -/// -/// The screen name and screen class remain in effect until the current UIViewController changes or -/// a new call to setScreenName:screenClass: is made. -/// -/// @warning If you override `viewDidAppear:` in your UIViewController but do not call -/// `[super viewDidAppear:]`, that screen class will not be tracked. -/// -/// @param screenName The name of the current screen. Should contain 1 to 100 characters. Set to nil -/// to clear the current screen name. -/// @param screenClassOverride The name of the screen class. Should contain 1 to 100 characters. By -/// default this is the class name of the current UIViewController. Set to nil to revert to the -/// default class name. -+ (void)setScreenName:(nullable NSString *)screenName - screenClass:(nullable NSString *)screenClassOverride; - /// Sets whether analytics collection is enabled for this app on this device. This setting is /// persisted across app sessions. By default it is enabled. /// @@ -125,13 +110,33 @@ NS_SWIFT_NAME(Analytics) /// session terminates. + (void)setSessionTimeoutInterval:(NSTimeInterval)sessionTimeoutInterval; -/// The unique ID for this instance of the application. -+ (NSString *)appInstanceID; +/// Returns the unique ID for this instance of the application or nil if +/// `ConsentType.analyticsStorage` has been set to `ConsentStatus.denied`. +/// +/// @see `FIRAnalytics+Consent.h` ++ (nullable NSString *)appInstanceID; /// Clears all analytics data for this instance from the device and resets the app instance ID. /// FIRAnalyticsConfiguration values will be reset to the default values. + (void)resetAnalyticsData; +/// Adds parameters that will be set on every event logged from the SDK, including automatic ones. +/// The values passed in the parameters dictionary will be added to the dictionary of default event +/// parameters. These parameters persist across app runs. They are of lower precedence than event +/// parameters, so if an event parameter and a parameter set using this API have the same name, the +/// value of the event parameter will be used. The same limitations on event parameters apply to +/// default event parameters. +/// +/// @param parameters Parameters to be added to the dictionary of parameters added to every event. +/// They will be added to the dictionary of default event parameters, replacing any existing +/// parameter with the same name. Valid parameters are NSString and NSNumber (signed 64-bit +/// integer and 64-bit floating-point number). Setting a key's value to [NSNull null] will clear +/// that parameter. Passing in a nil dictionary will clear all parameters. ++ (void)setDefaultEventParameters:(nullable NSDictionary *)parameters; + +/// Unavailable. +- (instancetype)init NS_UNAVAILABLE; + @end NS_ASSUME_NONNULL_END diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIREventNames.h b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIREventNames.h old mode 100755 new mode 100644 similarity index 95% rename from ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIREventNames.h rename to ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIREventNames.h index 807b6159e..a362afde0 --- a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIREventNames.h +++ b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIREventNames.h @@ -52,6 +52,21 @@ static NSString *const kFIREventAddToCart NS_SWIFT_NAME(AnalyticsEventAddToCart) static NSString *const kFIREventAddToWishlist NS_SWIFT_NAME(AnalyticsEventAddToWishlist) = @"add_to_wishlist"; +/// Ad Impression event. This event signifies when a user sees an ad impression. Note: If you supply +/// the @c kFIRParameterValue parameter, you must also supply the @c kFIRParameterCurrency parameter +/// so that revenue metrics can be computed accurately. Params: +/// +///
      +///
    • @c kFIRParameterAdPlatform (NSString) (optional)
    • +///
    • @c kFIRParameterAdFormat (NSString) (optional)
    • +///
    • @c kFIRParameterAdSource (NSString) (optional)
    • +///
    • @c kFIRParameterAdUnitName (NSString) (optional)
    • +///
    • @c kFIRParameterCurrency (NSString) (optional)
    • +///
    • @c kFIRParameterValue (double as NSNumber) (optional)
    • +///
    +static NSString *const kFIREventAdImpression NS_SWIFT_NAME(AnalyticsEventAdImpression) = + @"ad_impression"; + /// App Open event. By logging this event when an App becomes active, developers can understand how /// often users leave and return during the course of a Session. Although Sessions are automatically /// reported, this event can provide further clarification around the continuous engagement of @@ -246,6 +261,15 @@ static NSString *const kFIREventPurchaseRefund NS_SWIFT_NAME(AnalyticsEventPurch static NSString *const kFIREventRemoveFromCart NS_SWIFT_NAME(AnalyticsEventRemoveFromCart) = @"remove_from_cart"; +/// Screen View event. This event signifies a screen view. Use this when a screen transition occurs. +/// This event can be logged irrespective of whether automatic screen tracking is enabled. Params: +/// +///
      +///
    • @c kFIRParameterScreenClass (NSString) (optional)
    • +///
    • @c kFIRParameterScreenName (NSString) (optional)
    • +///
    +static NSString *const kFIREventScreenView NS_SWIFT_NAME(AnalyticsEventScreenView) = @"screen_view"; + /// Search event. Apps that support search features can use this event to contextualize search /// operations by supplying the appropriate, corresponding parameters. This event can help you /// identify the most popular content in your app. Params: diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRParameterNames.h b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRParameterNames.h old mode 100755 new mode 100644 similarity index 91% rename from ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRParameterNames.h rename to ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRParameterNames.h index 5775d866c..8dbf4b1a7 --- a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRParameterNames.h +++ b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRParameterNames.h @@ -22,6 +22,17 @@ static NSString *const kFIRParameterAchievementID NS_SWIFT_NAME(AnalyticsParameterAchievementID) = @"achievement_id"; +/// The ad format (e.g. Banner, Interstitial, Rewarded, Native, Rewarded Interstitial, Instream). +/// (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterAdFormat : @"Banner",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterAdFormat NS_SWIFT_NAME(AnalyticsParameterAdFormat) = + @"ad_format"; + /// Ad Network Click ID (NSString). Used for network-specific click IDs which vary in format. ///
     ///     NSDictionary *params = @{
    @@ -32,6 +43,36 @@ static NSString *const kFIRParameterAchievementID NS_SWIFT_NAME(AnalyticsParamet
     static NSString *const kFIRParameterAdNetworkClickID
         NS_SWIFT_NAME(AnalyticsParameterAdNetworkClickID) = @"aclid";
     
    +/// The ad platform (e.g. MoPub, IronSource) (NSString).
    +/// 
    +///     NSDictionary *params = @{
    +///       kFIRParameterAdPlatform : @"MoPub",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterAdPlatform NS_SWIFT_NAME(AnalyticsParameterAdPlatform) = + @"ad_platform"; + +/// The ad source (e.g. AdColony) (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterAdSource : @"AdColony",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterAdSource NS_SWIFT_NAME(AnalyticsParameterAdSource) = + @"ad_source"; + +/// The ad unit name (e.g. Banner_03) (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterAdUnitName : @"Banner_03",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterAdUnitName NS_SWIFT_NAME(AnalyticsParameterAdUnitName) = + @"ad_unit_name"; + /// A product affiliation to designate a supplying company or brick and mortar store location /// (NSString).
     ///     NSDictionary *params = @{
    @@ -368,6 +409,26 @@ static NSString *const kFIRParameterQuantity NS_SWIFT_NAME(AnalyticsParameterQua
     /// 
    static NSString *const kFIRParameterScore NS_SWIFT_NAME(AnalyticsParameterScore) = @"score"; +/// Current screen class, such as the class name of the UIViewController, logged with screen_view +/// event and added to every event (NSString).
    +///     NSDictionary *params = @{
    +///       kFIRParameterScreenClass : @"LoginViewController",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterScreenClass NS_SWIFT_NAME(AnalyticsParameterScreenClass) = + @"screen_class"; + +/// Current screen name, such as the name of the UIViewController, logged with screen_view event and +/// added to every event (NSString).
    +///     NSDictionary *params = @{
    +///       kFIRParameterScreenName : @"LoginView",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterScreenName NS_SWIFT_NAME(AnalyticsParameterScreenName) = + @"screen_name"; + /// The search string/keywords used (NSString). ///
     ///     NSDictionary *params = @{
    diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h
    old mode 100755
    new mode 100644
    similarity index 100%
    rename from ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h
    rename to ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h
    diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h
    old mode 100755
    new mode 100644
    similarity index 82%
    rename from ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h
    rename to ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h
    index ed7588a6b..368f79c99
    --- a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h
    +++ b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h
    @@ -1,4 +1,5 @@
     #import "FIRAnalytics+AppDelegate.h"
    +#import "FIRAnalytics+Consent.h"
     #import "FIRAnalytics.h"
     #import "FIREventNames.h"
     #import "FIRParameterNames.h"
    diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Info.plist b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Info.plist
    new file mode 100644
    index 000000000..72e6f7157
    --- /dev/null
    +++ b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Info.plist
    @@ -0,0 +1,20 @@
    +
    +
    +
    +
    +	CFBundleExecutable
    +	FirebaseAnalytics
    +	CFBundleIdentifier
    +	com.firebase.Firebase-FirebaseAnalytics
    +	CFBundleInfoDictionaryVersion
    +	6.0
    +	CFBundleName
    +	FirebaseAnalytics
    +	CFBundlePackageType
    +	FMWK
    +	CFBundleVersion
    +	8.0.0
    +	DTSDKName
    +	iphonesimulator11.2
    +
    +
    diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Modules/module.modulemap b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Modules/module.modulemap
    old mode 100755
    new mode 100644
    similarity index 52%
    rename from ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Modules/module.modulemap
    rename to ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Modules/module.modulemap
    index d7c59054a..aa7278296
    --- a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Modules/module.modulemap
    +++ b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Modules/module.modulemap
    @@ -1,12 +1,13 @@
     framework module FirebaseAnalytics {
    -  umbrella header "FirebaseAnalytics.h"
    -  export *
    -  module * { export * }
    -  link "sqlite3"
    -  link "z"
    -  link framework "CoreData"
    +umbrella header "FirebaseAnalytics.h"
    +export *
    +module * { export * }
    +  link framework "CoreTelephony"
    +  link framework "Foundation"
       link framework "Security"
    -  link framework "StoreKit"
       link framework "SystemConfiguration"
       link framework "UIKit"
    +  link "c++"
    +  link "sqlite3"
    +  link "z"
     }
    diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/FirebaseAnalytics b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/FirebaseAnalytics
    new file mode 100644
    index 000000000..b853dcc5c
    Binary files /dev/null and b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/FirebaseAnalytics differ
    diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h
    new file mode 100644
    index 000000000..d499af668
    --- /dev/null
    +++ b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h
    @@ -0,0 +1,62 @@
    +#import 
    +
    +#import "FIRAnalytics.h"
    +
    +NS_ASSUME_NONNULL_BEGIN
    +
    +/**
    + * Provides App Delegate handlers to be used in your App Delegate.
    + *
    + * To save time integrating Firebase Analytics in an application, Firebase Analytics does not
    + * require delegation implementation from the AppDelegate. Instead this is automatically done by
    + * Firebase Analytics. Should you choose instead to delegate manually, you can turn off the App
    + * Delegate Proxy by adding FirebaseAppDelegateProxyEnabled into your app's Info.plist and setting
    + * it to NO, and adding the methods in this category to corresponding delegation handlers.
    + *
    + * To handle Universal Links, you must return YES in
    + * [UIApplicationDelegate application:didFinishLaunchingWithOptions:].
    + */
    +@interface FIRAnalytics (AppDelegate)
    +
    +/**
    + * Handles events related to a URL session that are waiting to be processed.
    + *
    + * For optimal use of Firebase Analytics, call this method from the
    + * [UIApplicationDelegate application:handleEventsForBackgroundURLSession:completionHandler]
    + * method of the app delegate in your app.
    + *
    + * @param identifier The identifier of the URL session requiring attention.
    + * @param completionHandler The completion handler to call when you finish processing the events.
    + *     Calling this completion handler lets the system know that your app's user interface is
    + *     updated and a new snapshot can be taken.
    + */
    ++ (void)handleEventsForBackgroundURLSession:(NSString *)identifier
    +                          completionHandler:(nullable void (^)(void))completionHandler;
    +
    +/**
    + * Handles the event when the app is launched by a URL.
    + *
    + * Call this method from [UIApplicationDelegate application:openURL:options:] (on iOS 9.0 and
    + * above), or [UIApplicationDelegate application:openURL:sourceApplication:annotation:] (on
    + * iOS 8.x and below) in your app.
    + *
    + * @param url The URL resource to open. This resource can be a network resource or a file.
    + */
    ++ (void)handleOpenURL:(NSURL *)url;
    +
    +/**
    + * Handles the event when the app receives data associated with user activity that includes a
    + * Universal Link (on iOS 9.0 and above).
    + *
    + * Call this method from [UIApplication continueUserActivity:restorationHandler:] in your app
    + * delegate (on iOS 9.0 and above).
    + *
    + * @param userActivity The activity object containing the data associated with the task the user
    + *     was performing.
    + */
    ++ (void)handleUserActivity:(id)userActivity;
    +
    +@end
    +
    +NS_ASSUME_NONNULL_END
    +
    diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h
    new file mode 100644
    index 000000000..686a386ec
    --- /dev/null
    +++ b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h
    @@ -0,0 +1,33 @@
    +#import 
    +
    +#import "FIRAnalytics.h"
    +
    +NS_ASSUME_NONNULL_BEGIN
    +
    +/// The type of consent to set. Supported consent types are `ConsentType.adStorage` and
    +/// `ConsentType.analyticsStorage`. Omitting a type retains its previous status.
    +typedef NSString *FIRConsentType NS_TYPED_ENUM NS_SWIFT_NAME(ConsentType);
    +extern FIRConsentType const FIRConsentTypeAdStorage;
    +extern FIRConsentType const FIRConsentTypeAnalyticsStorage;
    +
    +/// The status value of the consent type. Supported statuses are `ConsentStatus.granted` and
    +/// `ConsentStatus.denied`.
    +typedef NSString *FIRConsentStatus NS_TYPED_ENUM NS_SWIFT_NAME(ConsentStatus);
    +extern FIRConsentStatus const FIRConsentStatusDenied;
    +extern FIRConsentStatus const FIRConsentStatusGranted;
    +
    +/// Sets the applicable end user consent state.
    +@interface FIRAnalytics (Consent)
    +
    +/// Sets the applicable end user consent state (e.g. for device identifiers) for this app on this
    +/// device. Use the consent settings to specify individual consent type values. Settings are
    +/// persisted across app sessions. By default consent types are set to `ConsentStatus.granted`.
    +///
    +/// @param consentSettings An NSDictionary of consent types. Supported consent type keys are
    +///   `ConsentType.adStorage` and `ConsentType.analyticsStorage`. Valid values are
    +///   `ConsentStatus.granted` and `ConsentStatus.denied`.
    ++ (void)setConsent:(NSDictionary *)consentSettings;
    +
    +@end
    +
    +NS_ASSUME_NONNULL_END
    diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics.h b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics.h
    new file mode 100644
    index 000000000..b9de09407
    --- /dev/null
    +++ b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics.h
    @@ -0,0 +1,142 @@
    +#import 
    +
    +#import "FIREventNames.h"
    +#import "FIRParameterNames.h"
    +#import "FIRUserPropertyNames.h"
    +
    +NS_ASSUME_NONNULL_BEGIN
    +
    +/// The top level Firebase Analytics singleton that provides methods for logging events and setting
    +/// user properties. See the developer guides for general
    +/// information on using Firebase Analytics in your apps.
    +///
    +/// @note The Analytics SDK uses SQLite to persist events and other app-specific data. Calling
    +///     certain thread-unsafe global SQLite methods like `sqlite3_shutdown()` can result in
    +///     unexpected crashes at runtime.
    +NS_SWIFT_NAME(Analytics)
    +@interface FIRAnalytics : NSObject
    +
    +/// Logs an app event. The event can have up to 25 parameters. Events with the same name must have
    +/// the same parameters. Up to 500 event names are supported. Using predefined events and/or
    +/// parameters is recommended for optimal reporting.
    +///
    +/// The following event names are reserved and cannot be used:
    +/// 
      +///
    • ad_activeview
    • +///
    • ad_click
    • +///
    • ad_exposure
    • +///
    • ad_query
    • +///
    • ad_reward
    • +///
    • adunit_exposure
    • +///
    • app_background
    • +///
    • app_clear_data
    • +///
    • app_exception
    • +///
    • app_remove
    • +///
    • app_store_refund
    • +///
    • app_store_subscription_cancel
    • +///
    • app_store_subscription_convert
    • +///
    • app_store_subscription_renew
    • +///
    • app_update
    • +///
    • app_upgrade
    • +///
    • dynamic_link_app_open
    • +///
    • dynamic_link_app_update
    • +///
    • dynamic_link_first_open
    • +///
    • error
    • +///
    • firebase_campaign
    • +///
    • first_open
    • +///
    • first_visit
    • +///
    • in_app_purchase
    • +///
    • notification_dismiss
    • +///
    • notification_foreground
    • +///
    • notification_open
    • +///
    • notification_receive
    • +///
    • os_update
    • +///
    • session_start
    • +///
    • session_start_with_rollout
    • +///
    • user_engagement
    • +///
    +/// +/// @param name The name of the event. Should contain 1 to 40 alphanumeric characters or +/// underscores. The name must start with an alphabetic character. Some event names are +/// reserved. See FIREventNames.h for the list of reserved event names. The "firebase_", +/// "google_", and "ga_" prefixes are reserved and should not be used. Note that event names are +/// case-sensitive and that logging two events whose names differ only in case will result in +/// two distinct events. To manually log screen view events, use the `screen_view` event name. +/// @param parameters The dictionary of event parameters. Passing nil indicates that the event has +/// no parameters. Parameter names can be up to 40 characters long and must start with an +/// alphabetic character and contain only alphanumeric characters and underscores. Only NSString +/// and NSNumber (signed 64-bit integer and 64-bit floating-point number) parameter types are +/// supported. NSString parameter values can be up to 100 characters long. The "firebase_", +/// "google_", and "ga_" prefixes are reserved and should not be used for parameter names. ++ (void)logEventWithName:(NSString *)name + parameters:(nullable NSDictionary *)parameters + NS_SWIFT_NAME(logEvent(_:parameters:)); + +/// Sets a user property to a given value. Up to 25 user property names are supported. Once set, +/// user property values persist throughout the app lifecycle and across sessions. +/// +/// The following user property names are reserved and cannot be used: +///
      +///
    • first_open_time
    • +///
    • last_deep_link_referrer
    • +///
    • user_id
    • +///
    +/// +/// @param value The value of the user property. Values can be up to 36 characters long. Setting the +/// value to nil removes the user property. +/// @param name The name of the user property to set. Should contain 1 to 24 alphanumeric characters +/// or underscores and must start with an alphabetic character. The "firebase_", "google_", and +/// "ga_" prefixes are reserved and should not be used for user property names. ++ (void)setUserPropertyString:(nullable NSString *)value forName:(NSString *)name + NS_SWIFT_NAME(setUserProperty(_:forName:)); + +/// Sets the user ID property. This feature must be used in accordance with +/// Google's Privacy Policy +/// +/// @param userID The user ID to ascribe to the user of this app on this device, which must be +/// non-empty and no more than 256 characters long. Setting userID to nil removes the user ID. ++ (void)setUserID:(nullable NSString *)userID; + +/// Sets whether analytics collection is enabled for this app on this device. This setting is +/// persisted across app sessions. By default it is enabled. +/// +/// @param analyticsCollectionEnabled A flag that enables or disables Analytics collection. ++ (void)setAnalyticsCollectionEnabled:(BOOL)analyticsCollectionEnabled; + +/// Sets the interval of inactivity in seconds that terminates the current session. The default +/// value is 1800 seconds (30 minutes). +/// +/// @param sessionTimeoutInterval The custom time of inactivity in seconds before the current +/// session terminates. ++ (void)setSessionTimeoutInterval:(NSTimeInterval)sessionTimeoutInterval; + +/// Returns the unique ID for this instance of the application or nil if +/// `ConsentType.analyticsStorage` has been set to `ConsentStatus.denied`. +/// +/// @see `FIRAnalytics+Consent.h` ++ (nullable NSString *)appInstanceID; + +/// Clears all analytics data for this instance from the device and resets the app instance ID. +/// FIRAnalyticsConfiguration values will be reset to the default values. ++ (void)resetAnalyticsData; + +/// Adds parameters that will be set on every event logged from the SDK, including automatic ones. +/// The values passed in the parameters dictionary will be added to the dictionary of default event +/// parameters. These parameters persist across app runs. They are of lower precedence than event +/// parameters, so if an event parameter and a parameter set using this API have the same name, the +/// value of the event parameter will be used. The same limitations on event parameters apply to +/// default event parameters. +/// +/// @param parameters Parameters to be added to the dictionary of parameters added to every event. +/// They will be added to the dictionary of default event parameters, replacing any existing +/// parameter with the same name. Valid parameters are NSString and NSNumber (signed 64-bit +/// integer and 64-bit floating-point number). Setting a key's value to [NSNull null] will clear +/// that parameter. Passing in a nil dictionary will clear all parameters. ++ (void)setDefaultEventParameters:(nullable NSDictionary *)parameters; + +/// Unavailable. +- (instancetype)init NS_UNAVAILABLE; + +@end + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIREventNames.h b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIREventNames.h new file mode 100644 index 000000000..a362afde0 --- /dev/null +++ b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIREventNames.h @@ -0,0 +1,495 @@ +/// @file FIREventNames.h +/// +/// Predefined event names. +/// +/// An Event is an important occurrence in your app that you want to measure. You can report up to +/// 500 different types of Events per app and you can associate up to 25 unique parameters with each +/// Event type. Some common events are suggested below, but you may also choose to specify custom +/// Event types that are associated with your specific app. Each event type is identified by a +/// unique name. Event names can be up to 40 characters long, may only contain alphanumeric +/// characters and underscores ("_"), and must start with an alphabetic character. The "firebase_", +/// "google_", and "ga_" prefixes are reserved and should not be used. + +#import + +/// Add Payment Info event. This event signifies that a user has submitted their payment +/// information. Note: If you supply the @c kFIRParameterValue parameter, you must also supply the +/// @c kFIRParameterCurrency parameter so that revenue metrics can be computed accurately. Params: +/// +///
      +///
    • @c kFIRParameterCoupon (NSString) (optional)
    • +///
    • @c kFIRParameterCurrency (NSString) (optional)
    • +///
    • @c kFIRParameterItems (NSArray) (optional)
    • +///
    • @c kFIRParameterPaymentType (NSString) (optional)
    • +///
    • @c kFIRParameterValue (double as NSNumber) (optional)
    • +///
    +static NSString *const kFIREventAddPaymentInfo NS_SWIFT_NAME(AnalyticsEventAddPaymentInfo) = + @"add_payment_info"; + +/// E-Commerce Add To Cart event. This event signifies that an item(s) was added to a cart for +/// purchase. Add this event to a funnel with @c kFIREventPurchase to gauge the effectiveness of +/// your checkout process. Note: If you supply the @c kFIRParameterValue parameter, you must also +/// supply the @c kFIRParameterCurrency parameter so that revenue metrics can be computed +/// accurately. Params: +/// +///
      +///
    • @c kFIRParameterCurrency (NSString) (optional)
    • +///
    • @c kFIRParameterItems (NSArray) (optional)
    • +///
    • @c kFIRParameterValue (double as NSNumber) (optional)
    • +///
    +static NSString *const kFIREventAddToCart NS_SWIFT_NAME(AnalyticsEventAddToCart) = @"add_to_cart"; + +/// E-Commerce Add To Wishlist event. This event signifies that an item was added to a wishlist. Use +/// this event to identify popular gift items. Note: If you supply the @c kFIRParameterValue +/// parameter, you must also supply the @c kFIRParameterCurrency parameter so that revenue metrics +/// can be computed accurately. Params: +/// +///
      +///
    • @c kFIRParameterCurrency (NSString) (optional)
    • +///
    • @c kFIRParameterItems (NSArray) (optional)
    • +///
    • @c kFIRParameterValue (double as NSNumber) (optional)
    • +///
    +static NSString *const kFIREventAddToWishlist NS_SWIFT_NAME(AnalyticsEventAddToWishlist) = + @"add_to_wishlist"; + +/// Ad Impression event. This event signifies when a user sees an ad impression. Note: If you supply +/// the @c kFIRParameterValue parameter, you must also supply the @c kFIRParameterCurrency parameter +/// so that revenue metrics can be computed accurately. Params: +/// +///
      +///
    • @c kFIRParameterAdPlatform (NSString) (optional)
    • +///
    • @c kFIRParameterAdFormat (NSString) (optional)
    • +///
    • @c kFIRParameterAdSource (NSString) (optional)
    • +///
    • @c kFIRParameterAdUnitName (NSString) (optional)
    • +///
    • @c kFIRParameterCurrency (NSString) (optional)
    • +///
    • @c kFIRParameterValue (double as NSNumber) (optional)
    • +///
    +static NSString *const kFIREventAdImpression NS_SWIFT_NAME(AnalyticsEventAdImpression) = + @"ad_impression"; + +/// App Open event. By logging this event when an App becomes active, developers can understand how +/// often users leave and return during the course of a Session. Although Sessions are automatically +/// reported, this event can provide further clarification around the continuous engagement of +/// app-users. +static NSString *const kFIREventAppOpen NS_SWIFT_NAME(AnalyticsEventAppOpen) = @"app_open"; + +/// E-Commerce Begin Checkout event. This event signifies that a user has begun the process of +/// checking out. Add this event to a funnel with your @c kFIREventPurchase event to gauge the +/// effectiveness of your checkout process. Note: If you supply the @c kFIRParameterValue parameter, +/// you must also supply the @c kFIRParameterCurrency parameter so that revenue metrics can be +/// computed accurately. Params: +/// +///
      +///
    • @c kFIRParameterCoupon (NSString) (optional)
    • +///
    • @c kFIRParameterCurrency (NSString) (optional)
    • +///
    • @c kFIRParameterItems (NSArray) (optional)
    • +///
    • @c kFIRParameterValue (double as NSNumber) (optional)
    • +///
    +static NSString *const kFIREventBeginCheckout NS_SWIFT_NAME(AnalyticsEventBeginCheckout) = + @"begin_checkout"; + +/// Campaign Detail event. Log this event to supply the referral details of a re-engagement +/// campaign. Note: you must supply at least one of the required parameters kFIRParameterSource, +/// kFIRParameterMedium or kFIRParameterCampaign. Params: +/// +///
      +///
    • @c kFIRParameterSource (NSString)
    • +///
    • @c kFIRParameterMedium (NSString)
    • +///
    • @c kFIRParameterCampaign (NSString)
    • +///
    • @c kFIRParameterTerm (NSString) (optional)
    • +///
    • @c kFIRParameterContent (NSString) (optional)
    • +///
    • @c kFIRParameterAdNetworkClickID (NSString) (optional)
    • +///
    • @c kFIRParameterCP1 (NSString) (optional)
    • +///
    +static NSString *const kFIREventCampaignDetails NS_SWIFT_NAME(AnalyticsEventCampaignDetails) = + @"campaign_details"; + +/// Checkout progress. Params: +/// +///
      +///
    • @c kFIRParameterCheckoutStep (unsigned 64-bit integer as NSNumber)
    • +///
    • @c kFIRParameterCheckoutOption (NSString) (optional)
    • +///
    +/// This constant has been deprecated. +static NSString *const kFIREventCheckoutProgress NS_SWIFT_NAME(AnalyticsEventCheckoutProgress) = + @"checkout_progress"; + +/// Earn Virtual Currency event. This event tracks the awarding of virtual currency in your app. Log +/// this along with @c kFIREventSpendVirtualCurrency to better understand your virtual economy. +/// Params: +/// +///
      +///
    • @c kFIRParameterVirtualCurrencyName (NSString)
    • +///
    • @c kFIRParameterValue (signed 64-bit integer or double as NSNumber)
    • +///
    +static NSString *const kFIREventEarnVirtualCurrency + NS_SWIFT_NAME(AnalyticsEventEarnVirtualCurrency) = @"earn_virtual_currency"; + +/// E-Commerce Purchase event. This event signifies that an item was purchased by a user. Note: +/// This is different from the in-app purchase event, which is reported automatically for App +/// Store-based apps. Note: If you supply the @c kFIRParameterValue parameter, you must also +/// supply the @c kFIRParameterCurrency parameter so that revenue metrics can be computed +/// accurately. Params: +/// +///
      +///
    • @c kFIRParameterCurrency (NSString) (optional)
    • +///
    • @c kFIRParameterValue (double as NSNumber) (optional)
    • +///
    • @c kFIRParameterTransactionID (NSString) (optional)
    • +///
    • @c kFIRParameterTax (double as NSNumber) (optional)
    • +///
    • @c kFIRParameterShipping (double as NSNumber) (optional)
    • +///
    • @c kFIRParameterCoupon (NSString) (optional)
    • +///
    • @c kFIRParameterLocation (NSString) (optional)
    • +///
    • @c kFIRParameterStartDate (NSString) (optional)
    • +///
    • @c kFIRParameterEndDate (NSString) (optional)
    • +///
    • @c kFIRParameterNumberOfNights (signed 64-bit integer as NSNumber) (optional) for +/// hotel bookings
    • +///
    • @c kFIRParameterNumberOfRooms (signed 64-bit integer as NSNumber) (optional) for +/// hotel bookings
    • +///
    • @c kFIRParameterNumberOfPassengers (signed 64-bit integer as NSNumber) (optional) +/// for travel bookings
    • +///
    • @c kFIRParameterOrigin (NSString) (optional)
    • +///
    • @c kFIRParameterDestination (NSString) (optional)
    • +///
    • @c kFIRParameterTravelClass (NSString) (optional) for travel bookings
    • +///
    +/// This constant has been deprecated. Use @c kFIREventPurchase constant instead. +static NSString *const kFIREventEcommercePurchase NS_SWIFT_NAME(AnalyticsEventEcommercePurchase) = + @"ecommerce_purchase"; + +/// Generate Lead event. Log this event when a lead has been generated in the app to understand the +/// efficacy of your install and re-engagement campaigns. Note: If you supply the +/// @c kFIRParameterValue parameter, you must also supply the @c kFIRParameterCurrency +/// parameter so that revenue metrics can be computed accurately. Params: +/// +///
      +///
    • @c kFIRParameterCurrency (NSString) (optional)
    • +///
    • @c kFIRParameterValue (double as NSNumber) (optional)
    • +///
    +static NSString *const kFIREventGenerateLead NS_SWIFT_NAME(AnalyticsEventGenerateLead) = + @"generate_lead"; + +/// Join Group event. Log this event when a user joins a group such as a guild, team or family. Use +/// this event to analyze how popular certain groups or social features are in your app. Params: +/// +///
      +///
    • @c kFIRParameterGroupID (NSString)
    • +///
    +static NSString *const kFIREventJoinGroup NS_SWIFT_NAME(AnalyticsEventJoinGroup) = @"join_group"; + +/// Level End event. Log this event when the user finishes a level. Params: +/// +///
      +///
    • @c kFIRParameterLevelName (NSString)
    • +///
    • @c kFIRParameterSuccess (NSString)
    • +///
    +static NSString *const kFIREventLevelEnd NS_SWIFT_NAME(AnalyticsEventLevelEnd) = @"level_end"; + +/// Level Start event. Log this event when the user starts a new level. Params: +/// +///
      +///
    • @c kFIRParameterLevelName (NSString)
    • +///
    +static NSString *const kFIREventLevelStart NS_SWIFT_NAME(AnalyticsEventLevelStart) = @"level_start"; + +/// Level Up event. This event signifies that a player has leveled up in your gaming app. It can +/// help you gauge the level distribution of your userbase and help you identify certain levels that +/// are difficult to pass. Params: +/// +///
      +///
    • @c kFIRParameterLevel (signed 64-bit integer as NSNumber)
    • +///
    • @c kFIRParameterCharacter (NSString) (optional)
    • +///
    +static NSString *const kFIREventLevelUp NS_SWIFT_NAME(AnalyticsEventLevelUp) = @"level_up"; + +/// Login event. Apps with a login feature can report this event to signify that a user has logged +/// in. +static NSString *const kFIREventLogin NS_SWIFT_NAME(AnalyticsEventLogin) = @"login"; + +/// Post Score event. Log this event when the user posts a score in your gaming app. This event can +/// help you understand how users are actually performing in your game and it can help you correlate +/// high scores with certain audiences or behaviors. Params: +/// +///
      +///
    • @c kFIRParameterScore (signed 64-bit integer as NSNumber)
    • +///
    • @c kFIRParameterLevel (signed 64-bit integer as NSNumber) (optional)
    • +///
    • @c kFIRParameterCharacter (NSString) (optional)
    • +///
    +static NSString *const kFIREventPostScore NS_SWIFT_NAME(AnalyticsEventPostScore) = @"post_score"; + +/// Present Offer event. This event signifies that the app has presented a purchase offer to a user. +/// Add this event to a funnel with the kFIREventAddToCart and kFIREventEcommercePurchase to gauge +/// your conversion process. Note: If you supply the @c kFIRParameterValue parameter, you must +/// also supply the @c kFIRParameterCurrency parameter so that revenue metrics can be computed +/// accurately. Params: +/// +///
      +///
    • @c kFIRParameterQuantity (signed 64-bit integer as NSNumber)
    • +///
    • @c kFIRParameterItemID (NSString)
    • +///
    • @c kFIRParameterItemName (NSString)
    • +///
    • @c kFIRParameterItemCategory (NSString)
    • +///
    • @c kFIRParameterItemLocationID (NSString) (optional)
    • +///
    • @c kFIRParameterPrice (double as NSNumber) (optional)
    • +///
    • @c kFIRParameterCurrency (NSString) (optional)
    • +///
    • @c kFIRParameterValue (double as NSNumber) (optional)
    • +///
    +/// This constant has been deprecated. Use @c kFIREventViewPromotion constant instead. +static NSString *const kFIREventPresentOffer NS_SWIFT_NAME(AnalyticsEventPresentOffer) = + @"present_offer"; + +/// E-Commerce Purchase Refund event. This event signifies that an item purchase was refunded. +/// Note: If you supply the @c kFIRParameterValue parameter, you must also supply the +/// @c kFIRParameterCurrency parameter so that revenue metrics can be computed accurately. +/// Params: +/// +///
      +///
    • @c kFIRParameterCurrency (NSString) (optional)
    • +///
    • @c kFIRParameterValue (double as NSNumber) (optional)
    • +///
    • @c kFIRParameterTransactionID (NSString) (optional)
    • +///
    +/// This constant has been deprecated. Use @c kFIREventRefund constant instead. +static NSString *const kFIREventPurchaseRefund NS_SWIFT_NAME(AnalyticsEventPurchaseRefund) = + @"purchase_refund"; + +/// E-Commerce Remove from Cart event. This event signifies that an item(s) was removed from a cart. +/// Note: If you supply the @c kFIRParameterValue parameter, you must also supply the @c +/// kFIRParameterCurrency parameter so that revenue metrics can be computed accurately. Params: +/// +///
      +///
    • @c kFIRParameterCurrency (NSString) (optional)
    • +///
    • @c kFIRParameterItems (NSArray) (optional)
    • +///
    • @c kFIRParameterValue (double as NSNumber) (optional)
    • +///
    +static NSString *const kFIREventRemoveFromCart NS_SWIFT_NAME(AnalyticsEventRemoveFromCart) = + @"remove_from_cart"; + +/// Screen View event. This event signifies a screen view. Use this when a screen transition occurs. +/// This event can be logged irrespective of whether automatic screen tracking is enabled. Params: +/// +///
      +///
    • @c kFIRParameterScreenClass (NSString) (optional)
    • +///
    • @c kFIRParameterScreenName (NSString) (optional)
    • +///
    +static NSString *const kFIREventScreenView NS_SWIFT_NAME(AnalyticsEventScreenView) = @"screen_view"; + +/// Search event. Apps that support search features can use this event to contextualize search +/// operations by supplying the appropriate, corresponding parameters. This event can help you +/// identify the most popular content in your app. Params: +/// +///
      +///
    • @c kFIRParameterSearchTerm (NSString)
    • +///
    • @c kFIRParameterStartDate (NSString) (optional)
    • +///
    • @c kFIRParameterEndDate (NSString) (optional)
    • +///
    • @c kFIRParameterNumberOfNights (signed 64-bit integer as NSNumber) (optional) for +/// hotel bookings
    • +///
    • @c kFIRParameterNumberOfRooms (signed 64-bit integer as NSNumber) (optional) for +/// hotel bookings
    • +///
    • @c kFIRParameterNumberOfPassengers (signed 64-bit integer as NSNumber) (optional) +/// for travel bookings
    • +///
    • @c kFIRParameterOrigin (NSString) (optional)
    • +///
    • @c kFIRParameterDestination (NSString) (optional)
    • +///
    • @c kFIRParameterTravelClass (NSString) (optional) for travel bookings
    • +///
    +static NSString *const kFIREventSearch NS_SWIFT_NAME(AnalyticsEventSearch) = @"search"; + +/// Select Content event. This general purpose event signifies that a user has selected some content +/// of a certain type in an app. The content can be any object in your app. This event can help you +/// identify popular content and categories of content in your app. Params: +/// +///
      +///
    • @c kFIRParameterContentType (NSString)
    • +///
    • @c kFIRParameterItemID (NSString)
    • +///
    +static NSString *const kFIREventSelectContent NS_SWIFT_NAME(AnalyticsEventSelectContent) = + @"select_content"; + +/// Set checkout option. Params: +/// +///
      +///
    • @c kFIRParameterCheckoutStep (unsigned 64-bit integer as NSNumber)
    • +///
    • @c kFIRParameterCheckoutOption (NSString)
    • +///
    +/// This constant has been deprecated. +static NSString *const kFIREventSetCheckoutOption NS_SWIFT_NAME(AnalyticsEventSetCheckoutOption) = + @"set_checkout_option"; + +/// Share event. Apps with social features can log the Share event to identify the most viral +/// content. Params: +/// +///
      +///
    • @c kFIRParameterContentType (NSString)
    • +///
    • @c kFIRParameterItemID (NSString)
    • +///
    +static NSString *const kFIREventShare NS_SWIFT_NAME(AnalyticsEventShare) = @"share"; + +/// Sign Up event. This event indicates that a user has signed up for an account in your app. The +/// parameter signifies the method by which the user signed up. Use this event to understand the +/// different behaviors between logged in and logged out users. Params: +/// +///
      +///
    • @c kFIRParameterSignUpMethod (NSString)
    • +///
    +static NSString *const kFIREventSignUp NS_SWIFT_NAME(AnalyticsEventSignUp) = @"sign_up"; + +/// Spend Virtual Currency event. This event tracks the sale of virtual goods in your app and can +/// help you identify which virtual goods are the most popular objects of purchase. Params: +/// +///
      +///
    • @c kFIRParameterItemName (NSString)
    • +///
    • @c kFIRParameterVirtualCurrencyName (NSString)
    • +///
    • @c kFIRParameterValue (signed 64-bit integer or double as NSNumber)
    • +///
    +static NSString *const kFIREventSpendVirtualCurrency + NS_SWIFT_NAME(AnalyticsEventSpendVirtualCurrency) = @"spend_virtual_currency"; + +/// Tutorial Begin event. This event signifies the start of the on-boarding process in your app. Use +/// this in a funnel with kFIREventTutorialComplete to understand how many users complete this +/// process and move on to the full app experience. +static NSString *const kFIREventTutorialBegin NS_SWIFT_NAME(AnalyticsEventTutorialBegin) = + @"tutorial_begin"; + +/// Tutorial End event. Use this event to signify the user's completion of your app's on-boarding +/// process. Add this to a funnel with kFIREventTutorialBegin to gauge the completion rate of your +/// on-boarding process. +static NSString *const kFIREventTutorialComplete NS_SWIFT_NAME(AnalyticsEventTutorialComplete) = + @"tutorial_complete"; + +/// Unlock Achievement event. Log this event when the user has unlocked an achievement in your +/// game. Since achievements generally represent the breadth of a gaming experience, this event can +/// help you understand how many users are experiencing all that your game has to offer. Params: +/// +///
      +///
    • @c kFIRParameterAchievementID (NSString)
    • +///
    +static NSString *const kFIREventUnlockAchievement NS_SWIFT_NAME(AnalyticsEventUnlockAchievement) = + @"unlock_achievement"; + +/// View Item event. This event signifies that a user has viewed an item. Use the appropriate +/// parameters to contextualize the event. Use this event to discover the most popular items viewed +/// in your app. Note: If you supply the @c kFIRParameterValue parameter, you must also supply the +/// @c kFIRParameterCurrency parameter so that revenue metrics can be computed accurately. Params: +/// +///
      +///
    • @c kFIRParameterCurrency (NSString) (optional)
    • +///
    • @c kFIRParameterItems (NSArray) (optional)
    • +///
    • @c kFIRParameterValue (double as NSNumber) (optional)
    • +///
    +static NSString *const kFIREventViewItem NS_SWIFT_NAME(AnalyticsEventViewItem) = @"view_item"; + +/// View Item List event. Log this event when a user sees a list of items or offerings. Params: +/// +///
      +///
    • @c kFIRParameterItems (NSArray) (optional)
    • +///
    • @c kFIRParameterItemListID (NSString) (optional)
    • +///
    • @c kFIRParameterItemListName (NSString) (optional)
    • +///
    +static NSString *const kFIREventViewItemList NS_SWIFT_NAME(AnalyticsEventViewItemList) = + @"view_item_list"; + +/// View Search Results event. Log this event when the user has been presented with the results of a +/// search. Params: +/// +///
      +///
    • @c kFIRParameterSearchTerm (NSString)
    • +///
    +static NSString *const kFIREventViewSearchResults NS_SWIFT_NAME(AnalyticsEventViewSearchResults) = + @"view_search_results"; + +/// Add Shipping Info event. This event signifies that a user has submitted their shipping +/// information. Note: If you supply the @c kFIRParameterValue parameter, you must also supply the +/// @c kFIRParameterCurrency parameter so that revenue metrics can be computed accurately. Params: +/// +///
      +///
    • @c kFIRParameterCoupon (NSString) (optional)
    • +///
    • @c kFIRParameterCurrency (NSString) (optional)
    • +///
    • @c kFIRParameterItems (NSArray) (optional)
    • +///
    • @c kFIRParameterShippingTier (NSString) (optional)
    • +///
    • @c kFIRParameterValue (double as NSNumber) (optional)
    • +///
    +static NSString *const kFIREventAddShippingInfo NS_SWIFT_NAME(AnalyticsEventAddShippingInfo) = + @"add_shipping_info"; + +/// E-Commerce Purchase event. This event signifies that an item(s) was purchased by a user. Note: +/// This is different from the in-app purchase event, which is reported automatically for App +/// Store-based apps. Note: If you supply the @c kFIRParameterValue parameter, you must also supply +/// the @c kFIRParameterCurrency parameter so that revenue metrics can be computed accurately. +/// Params: +/// +///
      +///
    • @c kFIRParameterAffiliation (NSString) (optional)
    • +///
    • @c kFIRParameterCoupon (NSString) (optional)
    • +///
    • @c kFIRParameterCurrency (NSString) (optional)
    • +///
    • @c kFIRParameterItems (NSArray) (optional)
    • +///
    • @c kFIRParameterShipping (double as NSNumber) (optional)
    • +///
    • @c kFIRParameterTax (double as NSNumber) (optional)
    • +///
    • @c kFIRParameterTransactionID (NSString) (optional)
    • +///
    • @c kFIRParameterValue (double as NSNumber) (optional)
    • +///
    +static NSString *const kFIREventPurchase NS_SWIFT_NAME(AnalyticsEventPurchase) = @"purchase"; + +/// E-Commerce Refund event. This event signifies that a refund was issued. Note: If you supply the +/// @c kFIRParameterValue parameter, you must also supply the @c kFIRParameterCurrency parameter so +/// that revenue metrics can be computed accurately. Params: +/// +///
      +///
    • @c kFIRParameterAffiliation (NSString) (optional)
    • +///
    • @c kFIRParameterCoupon (NSString) (optional)
    • +///
    • @c kFIRParameterCurrency (NSString) (optional)
    • +///
    • @c kFIRParameterItems (NSArray) (optional)
    • +///
    • @c kFIRParameterShipping (double as NSNumber) (optional)
    • +///
    • @c kFIRParameterTax (double as NSNumber) (optional)
    • +///
    • @c kFIRParameterTransactionID (NSString) (optional)
    • +///
    • @c kFIRParameterValue (double as NSNumber) (optional)
    • +///
    +static NSString *const kFIREventRefund NS_SWIFT_NAME(AnalyticsEventRefund) = @"refund"; + +/// Select Item event. This event signifies that an item was selected by a user from a list. Use the +/// appropriate parameters to contextualize the event. Use this event to discover the most popular +/// items selected. Params: +/// +///
      +///
    • @c kFIRParameterItems (NSArray) (optional)
    • +///
    • @c kFIRParameterItemListID (NSString) (optional)
    • +///
    • @c kFIRParameterItemListName (NSString) (optional)
    • +///
    +static NSString *const kFIREventSelectItem NS_SWIFT_NAME(AnalyticsEventSelectItem) = @"select_item"; + +/// Select promotion event. This event signifies that a user has selected a promotion offer. Use the +/// appropriate parameters to contextualize the event, such as the item(s) for which the promotion +/// applies. Params: +/// +///
      +///
    • @c kFIRParameterCreativeName (NSString) (optional)
    • +///
    • @c kFIRParameterCreativeSlot (NSString) (optional)
    • +///
    • @c kFIRParameterItems (NSArray) (optional)
    • +///
    • @c kFIRParameterLocationID (NSString) (optional)
    • +///
    • @c kFIRParameterPromotionID (NSString) (optional)
    • +///
    • @c kFIRParameterPromotionName (NSString) (optional)
    • +///
    +static NSString *const kFIREventSelectPromotion NS_SWIFT_NAME(AnalyticsEventSelectPromotion) = + @"select_promotion"; + +/// E-commerce View Cart event. This event signifies that a user has viewed their cart. Use this to +/// analyze your purchase funnel. Note: If you supply the @c kFIRParameterValue parameter, you must +/// also supply the @c kFIRParameterCurrency parameter so that revenue metrics can be computed +/// accurately. Params: +/// +///
      +///
    • @c kFIRParameterCurrency (NSString) (optional)
    • +///
    • @c kFIRParameterItems (NSArray) (optional)
    • +///
    • @c kFIRParameterValue (double as NSNumber) (optional)
    • +///
    +static NSString *const kFIREventViewCart NS_SWIFT_NAME(AnalyticsEventViewCart) = @"view_cart"; + +/// View Promotion event. This event signifies that a promotion was shown to a user. Add this event +/// to a funnel with the @c kFIREventAddToCart and @c kFIREventPurchase to gauge your conversion +/// process. Params: +/// +///
      +///
    • @c kFIRParameterCreativeName (NSString) (optional)
    • +///
    • @c kFIRParameterCreativeSlot (NSString) (optional)
    • +///
    • @c kFIRParameterItems (NSArray) (optional)
    • +///
    • @c kFIRParameterLocationID (NSString) (optional)
    • +///
    • @c kFIRParameterPromotionID (NSString) (optional)
    • +///
    • @c kFIRParameterPromotionName (NSString) (optional)
    • +///
    +static NSString *const kFIREventViewPromotion NS_SWIFT_NAME(AnalyticsEventViewPromotion) = + @"view_promotion"; diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRParameterNames.h b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRParameterNames.h new file mode 100644 index 000000000..8dbf4b1a7 --- /dev/null +++ b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRParameterNames.h @@ -0,0 +1,731 @@ +/// @file FIRParameterNames.h +/// +/// Predefined event parameter names. +/// +/// Params supply information that contextualize Events. You can associate up to 25 unique Params +/// with each Event type. Some Params are suggested below for certain common Events, but you are +/// not limited to these. You may supply extra Params for suggested Events or custom Params for +/// Custom events. Param names can be up to 40 characters long, may only contain alphanumeric +/// characters and underscores ("_"), and must start with an alphabetic character. Param values can +/// be up to 100 characters long. The "firebase_", "google_", and "ga_" prefixes are reserved and +/// should not be used. + +#import + +/// Game achievement ID (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterAchievementID : @"10_matches_won",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterAchievementID NS_SWIFT_NAME(AnalyticsParameterAchievementID) = + @"achievement_id"; + +/// The ad format (e.g. Banner, Interstitial, Rewarded, Native, Rewarded Interstitial, Instream). +/// (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterAdFormat : @"Banner",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterAdFormat NS_SWIFT_NAME(AnalyticsParameterAdFormat) = + @"ad_format"; + +/// Ad Network Click ID (NSString). Used for network-specific click IDs which vary in format. +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterAdNetworkClickID : @"1234567",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterAdNetworkClickID + NS_SWIFT_NAME(AnalyticsParameterAdNetworkClickID) = @"aclid"; + +/// The ad platform (e.g. MoPub, IronSource) (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterAdPlatform : @"MoPub",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterAdPlatform NS_SWIFT_NAME(AnalyticsParameterAdPlatform) = + @"ad_platform"; + +/// The ad source (e.g. AdColony) (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterAdSource : @"AdColony",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterAdSource NS_SWIFT_NAME(AnalyticsParameterAdSource) = + @"ad_source"; + +/// The ad unit name (e.g. Banner_03) (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterAdUnitName : @"Banner_03",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterAdUnitName NS_SWIFT_NAME(AnalyticsParameterAdUnitName) = + @"ad_unit_name"; + +/// A product affiliation to designate a supplying company or brick and mortar store location +/// (NSString).
    +///     NSDictionary *params = @{
    +///       kFIRParameterAffiliation : @"Google Store",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterAffiliation NS_SWIFT_NAME(AnalyticsParameterAffiliation) = + @"affiliation"; + +/// The individual campaign name, slogan, promo code, etc. Some networks have pre-defined macro to +/// capture campaign information, otherwise can be populated by developer. Highly Recommended +/// (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterCampaign : @"winter_promotion",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterCampaign NS_SWIFT_NAME(AnalyticsParameterCampaign) = + @"campaign"; + +/// Character used in game (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterCharacter : @"beat_boss",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterCharacter NS_SWIFT_NAME(AnalyticsParameterCharacter) = + @"character"; + +/// The checkout step (1..N) (unsigned 64-bit integer as NSNumber). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterCheckoutStep : @"1",
    +///       // ...
    +///     };
    +/// 
    +/// This constant has been deprecated. +static NSString *const kFIRParameterCheckoutStep NS_SWIFT_NAME(AnalyticsParameterCheckoutStep) = + @"checkout_step"; + +/// Some option on a step in an ecommerce flow (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterCheckoutOption : @"Visa",
    +///       // ...
    +///     };
    +/// 
    +/// This constant has been deprecated. +static NSString *const kFIRParameterCheckoutOption + NS_SWIFT_NAME(AnalyticsParameterCheckoutOption) = @"checkout_option"; + +/// Campaign content (NSString). +static NSString *const kFIRParameterContent NS_SWIFT_NAME(AnalyticsParameterContent) = @"content"; + +/// Type of content selected (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterContentType : @"news article",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterContentType NS_SWIFT_NAME(AnalyticsParameterContentType) = + @"content_type"; + +/// Coupon code used for a purchase (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterCoupon : @"SUMMER_FUN",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterCoupon NS_SWIFT_NAME(AnalyticsParameterCoupon) = @"coupon"; + +/// Campaign custom parameter (NSString). Used as a method of capturing custom data in a campaign. +/// Use varies by network. +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterCP1 : @"custom_data",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterCP1 NS_SWIFT_NAME(AnalyticsParameterCP1) = @"cp1"; + +/// The name of a creative used in a promotional spot (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterCreativeName : @"Summer Sale",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterCreativeName NS_SWIFT_NAME(AnalyticsParameterCreativeName) = + @"creative_name"; + +/// The name of a creative slot (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterCreativeSlot : @"summer_banner2",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterCreativeSlot NS_SWIFT_NAME(AnalyticsParameterCreativeSlot) = + @"creative_slot"; + +/// Currency of the purchase or items associated with the event, in 3-letter +/// ISO_4217 format (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterCurrency : @"USD",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterCurrency NS_SWIFT_NAME(AnalyticsParameterCurrency) = + @"currency"; + +/// Flight or Travel destination (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterDestination : @"Mountain View, CA",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterDestination NS_SWIFT_NAME(AnalyticsParameterDestination) = + @"destination"; + +/// The arrival date, check-out date or rental end date for the item. This should be in +/// YYYY-MM-DD format (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterEndDate : @"2015-09-14",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterEndDate NS_SWIFT_NAME(AnalyticsParameterEndDate) = @"end_date"; + +/// Flight number for travel events (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterFlightNumber : @"ZZ800",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterFlightNumber NS_SWIFT_NAME(AnalyticsParameterFlightNumber) = + @"flight_number"; + +/// Group/clan/guild ID (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterGroupID : @"g1",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterGroupID NS_SWIFT_NAME(AnalyticsParameterGroupID) = @"group_id"; + +/// The index of the item in a list (signed 64-bit integer as NSNumber). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterIndex : @(5),
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterIndex NS_SWIFT_NAME(AnalyticsParameterIndex) = @"index"; + +/// Item brand (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterItemBrand : @"Google",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterItemBrand NS_SWIFT_NAME(AnalyticsParameterItemBrand) = + @"item_brand"; + +/// Item category (context-specific) (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterItemCategory : @"pants",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterItemCategory NS_SWIFT_NAME(AnalyticsParameterItemCategory) = + @"item_category"; + +/// Item ID (context-specific) (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterItemID : @"SKU_12345",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterItemID NS_SWIFT_NAME(AnalyticsParameterItemID) = @"item_id"; + +/// The Google Place ID (NSString) that +/// corresponds to the associated item. Alternatively, you can supply your own custom Location ID. +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterItemLocationID : @"ChIJiyj437sx3YAR9kUWC8QkLzQ",
    +///       // ...
    +///     };
    +/// 
    +/// This constant has been deprecated. Use @c kFIRParameterLocationID constant instead. +static NSString *const kFIRParameterItemLocationID + NS_SWIFT_NAME(AnalyticsParameterItemLocationID) = @"item_location_id"; + +/// Item Name (context-specific) (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterItemName : @"jeggings",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterItemName NS_SWIFT_NAME(AnalyticsParameterItemName) = + @"item_name"; + +/// The list in which the item was presented to the user (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterItemList : @"Search Results",
    +///       // ...
    +///     };
    +/// 
    +/// This constant has been deprecated. Use @c kFIRParameterItemListName constant instead. +static NSString *const kFIRParameterItemList NS_SWIFT_NAME(AnalyticsParameterItemList) = + @"item_list"; + +/// Item variant (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterItemVariant : @"Black",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterItemVariant NS_SWIFT_NAME(AnalyticsParameterItemVariant) = + @"item_variant"; + +/// Level in game (signed 64-bit integer as NSNumber). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterLevel : @(42),
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterLevel NS_SWIFT_NAME(AnalyticsParameterLevel) = @"level"; + +/// Location (NSString). The Google Place ID +/// that corresponds to the associated event. Alternatively, you can supply your own custom +/// Location ID. +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterLocation : @"ChIJiyj437sx3YAR9kUWC8QkLzQ",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterLocation NS_SWIFT_NAME(AnalyticsParameterLocation) = + @"location"; + +/// The advertising or marketing medium, for example: cpc, banner, email, push. Highly recommended +/// (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterMedium : @"email",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterMedium NS_SWIFT_NAME(AnalyticsParameterMedium) = @"medium"; + +/// Number of nights staying at hotel (signed 64-bit integer as NSNumber). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterNumberOfNights : @(3),
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterNumberOfNights + NS_SWIFT_NAME(AnalyticsParameterNumberOfNights) = @"number_of_nights"; + +/// Number of passengers traveling (signed 64-bit integer as NSNumber). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterNumberOfPassengers : @(11),
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterNumberOfPassengers + NS_SWIFT_NAME(AnalyticsParameterNumberOfPassengers) = @"number_of_passengers"; + +/// Number of rooms for travel events (signed 64-bit integer as NSNumber). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterNumberOfRooms : @(2),
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterNumberOfRooms NS_SWIFT_NAME(AnalyticsParameterNumberOfRooms) = + @"number_of_rooms"; + +/// Flight or Travel origin (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterOrigin : @"Mountain View, CA",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterOrigin NS_SWIFT_NAME(AnalyticsParameterOrigin) = @"origin"; + +/// Purchase price (double as NSNumber). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterPrice : @(1.0),
    +///       kFIRParameterCurrency : @"USD",  // e.g. $1.00 USD
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterPrice NS_SWIFT_NAME(AnalyticsParameterPrice) = @"price"; + +/// Purchase quantity (signed 64-bit integer as NSNumber). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterQuantity : @(1),
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterQuantity NS_SWIFT_NAME(AnalyticsParameterQuantity) = + @"quantity"; + +/// Score in game (signed 64-bit integer as NSNumber). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterScore : @(4200),
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterScore NS_SWIFT_NAME(AnalyticsParameterScore) = @"score"; + +/// Current screen class, such as the class name of the UIViewController, logged with screen_view +/// event and added to every event (NSString).
    +///     NSDictionary *params = @{
    +///       kFIRParameterScreenClass : @"LoginViewController",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterScreenClass NS_SWIFT_NAME(AnalyticsParameterScreenClass) = + @"screen_class"; + +/// Current screen name, such as the name of the UIViewController, logged with screen_view event and +/// added to every event (NSString).
    +///     NSDictionary *params = @{
    +///       kFIRParameterScreenName : @"LoginView",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterScreenName NS_SWIFT_NAME(AnalyticsParameterScreenName) = + @"screen_name"; + +/// The search string/keywords used (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterSearchTerm : @"periodic table",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterSearchTerm NS_SWIFT_NAME(AnalyticsParameterSearchTerm) = + @"search_term"; + +/// Shipping cost associated with a transaction (double as NSNumber). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterShipping : @(5.99),
    +///       kFIRParameterCurrency : @"USD",  // e.g. $5.99 USD
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterShipping NS_SWIFT_NAME(AnalyticsParameterShipping) = + @"shipping"; + +/// Sign up method (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterSignUpMethod : @"google",
    +///       // ...
    +///     };
    +/// 
    +/// +/// This constant has been deprecated. Use Method constant instead. +static NSString *const kFIRParameterSignUpMethod NS_SWIFT_NAME(AnalyticsParameterSignUpMethod) = + @"sign_up_method"; + +/// A particular approach used in an operation; for example, "facebook" or "email" in the context +/// of a sign_up or login event. (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterMethod : @"google",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterMethod NS_SWIFT_NAME(AnalyticsParameterMethod) = @"method"; + +/// The origin of your traffic, such as an Ad network (for example, google) or partner (urban +/// airship). Identify the advertiser, site, publication, etc. that is sending traffic to your +/// property. Highly recommended (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterSource : @"InMobi",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterSource NS_SWIFT_NAME(AnalyticsParameterSource) = @"source"; + +/// The departure date, check-in date or rental start date for the item. This should be in +/// YYYY-MM-DD format (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterStartDate : @"2015-09-14",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterStartDate NS_SWIFT_NAME(AnalyticsParameterStartDate) = + @"start_date"; + +/// Tax cost associated with a transaction (double as NSNumber). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterTax : @(2.43),
    +///       kFIRParameterCurrency : @"USD",  // e.g. $2.43 USD
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterTax NS_SWIFT_NAME(AnalyticsParameterTax) = @"tax"; + +/// If you're manually tagging keyword campaigns, you should use utm_term to specify the keyword +/// (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterTerm : @"game",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterTerm NS_SWIFT_NAME(AnalyticsParameterTerm) = @"term"; + +/// The unique identifier of a transaction (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterTransactionID : @"T12345",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterTransactionID NS_SWIFT_NAME(AnalyticsParameterTransactionID) = + @"transaction_id"; + +/// Travel class (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterTravelClass : @"business",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterTravelClass NS_SWIFT_NAME(AnalyticsParameterTravelClass) = + @"travel_class"; + +/// A context-specific numeric value which is accumulated automatically for each event type. This is +/// a general purpose parameter that is useful for accumulating a key metric that pertains to an +/// event. Examples include revenue, distance, time and points. Value should be specified as signed +/// 64-bit integer or double as NSNumber. Notes: Values for pre-defined currency-related events +/// (such as @c kFIREventAddToCart) should be supplied using double as NSNumber and must be +/// accompanied by a @c kFIRParameterCurrency parameter. The valid range of accumulated values is +/// [-9,223,372,036,854.77, 9,223,372,036,854.77]. Supplying a non-numeric value, omitting the +/// corresponding @c kFIRParameterCurrency parameter, or supplying an invalid +/// currency code for conversion events will cause that +/// conversion to be omitted from reporting. +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterValue : @(3.99),
    +///       kFIRParameterCurrency : @"USD",  // e.g. $3.99 USD
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterValue NS_SWIFT_NAME(AnalyticsParameterValue) = @"value"; + +/// Name of virtual currency type (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterVirtualCurrencyName : @"virtual_currency_name",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterVirtualCurrencyName + NS_SWIFT_NAME(AnalyticsParameterVirtualCurrencyName) = @"virtual_currency_name"; + +/// The name of a level in a game (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterLevelName : @"room_1",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterLevelName NS_SWIFT_NAME(AnalyticsParameterLevelName) = + @"level_name"; + +/// The result of an operation. Specify 1 to indicate success and 0 to indicate failure (unsigned +/// integer as NSNumber). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterSuccess : @(1),
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterSuccess NS_SWIFT_NAME(AnalyticsParameterSuccess) = @"success"; + +/// Indicates that the associated event should either extend the current session +/// or start a new session if no session was active when the event was logged. +/// Specify YES to extend the current session or to start a new session; any +/// other value will not extend or start a session. +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterExtendSession : @YES,
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterExtendSession NS_SWIFT_NAME(AnalyticsParameterExtendSession) = + @"extend_session"; + +/// Monetary value of discount associated with a purchase (double as NSNumber). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterDiscount : @(2.0),
    +///       kFIRParameterCurrency : @"USD",  // e.g. $2.00 USD
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterDiscount NS_SWIFT_NAME(AnalyticsParameterDiscount) = + @"discount"; + +/// Item Category (context-specific) (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterItemCategory2 : @"pants",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterItemCategory2 NS_SWIFT_NAME(AnalyticsParameterItemCategory2) = + @"item_category2"; + +/// Item Category (context-specific) (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterItemCategory3 : @"pants",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterItemCategory3 NS_SWIFT_NAME(AnalyticsParameterItemCategory3) = + @"item_category3"; + +/// Item Category (context-specific) (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterItemCategory4 : @"pants",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterItemCategory4 NS_SWIFT_NAME(AnalyticsParameterItemCategory4) = + @"item_category4"; + +/// Item Category (context-specific) (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterItemCategory5 : @"pants",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterItemCategory5 NS_SWIFT_NAME(AnalyticsParameterItemCategory5) = + @"item_category5"; + +/// The ID of the list in which the item was presented to the user (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterItemListID : @"ABC123",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterItemListID NS_SWIFT_NAME(AnalyticsParameterItemListID) = + @"item_list_id"; + +/// The name of the list in which the item was presented to the user (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterItemListName : @"Related products",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterItemListName NS_SWIFT_NAME(AnalyticsParameterItemListName) = + @"item_list_name"; + +/// The list of items involved in the transaction. (NSArray). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterItems : @[
    +///         @{kFIRParameterItemName : @"jeggings", kFIRParameterItemCategory : @"pants"},
    +///         @{kFIRParameterItemName : @"boots", kFIRParameterItemCategory : @"shoes"},
    +///       ],
    +///     };
    +/// 
    +static NSString *const kFIRParameterItems NS_SWIFT_NAME(AnalyticsParameterItems) = @"items"; + +/// The location associated with the event. Preferred to be the Google +/// Place ID that corresponds to the +/// associated item but could be overridden to a custom location ID string.(NSString).
    +///     NSDictionary *params = @{
    +///       kFIRParameterLocationID : @"ChIJiyj437sx3YAR9kUWC8QkLzQ",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterLocationID NS_SWIFT_NAME(AnalyticsParameterLocationID) = + @"location_id"; + +/// The chosen method of payment (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterPaymentType : @"Visa",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterPaymentType NS_SWIFT_NAME(AnalyticsParameterPaymentType) = + @"payment_type"; + +/// The ID of a product promotion (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterPromotionID : @"ABC123",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterPromotionID NS_SWIFT_NAME(AnalyticsParameterPromotionID) = + @"promotion_id"; + +/// The name of a product promotion (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterPromotionName : @"Summer Sale",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterPromotionName NS_SWIFT_NAME(AnalyticsParameterPromotionName) = + @"promotion_name"; + +/// The shipping tier (e.g. Ground, Air, Next-day) selected for delivery of the purchased item +/// (NSString). +///
    +///     NSDictionary *params = @{
    +///       kFIRParameterShippingTier : @"Ground",
    +///       // ...
    +///     };
    +/// 
    +static NSString *const kFIRParameterShippingTier NS_SWIFT_NAME(AnalyticsParameterShippingTier) = + @"shipping_tier"; diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h new file mode 100644 index 000000000..132aef770 --- /dev/null +++ b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h @@ -0,0 +1,29 @@ +/// @file FIRUserPropertyNames.h +/// +/// Predefined user property names. +/// +/// A UserProperty is an attribute that describes the app-user. By supplying UserProperties, you can +/// later analyze different behaviors of various segments of your userbase. You may supply up to 25 +/// unique UserProperties per app, and you can use the name and value of your choosing for each one. +/// UserProperty names can be up to 24 characters long, may only contain alphanumeric characters and +/// underscores ("_"), and must start with an alphabetic character. UserProperty values can be up to +/// 36 characters long. The "firebase_", "google_", and "ga_" prefixes are reserved and should not +/// be used. + +#import + +/// The method used to sign in. For example, "google", "facebook" or "twitter". +static NSString *const kFIRUserPropertySignUpMethod + NS_SWIFT_NAME(AnalyticsUserPropertySignUpMethod) = @"sign_up_method"; + +/// Indicates whether events logged by Google Analytics can be used to personalize ads for the user. +/// Set to "YES" to enable, or "NO" to disable. Default is enabled. See the +/// documentation for +/// more details and information about related settings. +/// +///
    +///     [FIRAnalytics setUserPropertyString:@"NO"
    +///                                 forName:kFIRUserPropertyAllowAdPersonalizationSignals];
    +/// 
    +static NSString *const kFIRUserPropertyAllowAdPersonalizationSignals + NS_SWIFT_NAME(AnalyticsUserPropertyAllowAdPersonalizationSignals) = @"allow_personalized_ads"; diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h new file mode 100644 index 000000000..368f79c99 --- /dev/null +++ b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h @@ -0,0 +1,6 @@ +#import "FIRAnalytics+AppDelegate.h" +#import "FIRAnalytics+Consent.h" +#import "FIRAnalytics.h" +#import "FIREventNames.h" +#import "FIRParameterNames.h" +#import "FIRUserPropertyNames.h" diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Info.plist b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Info.plist new file mode 100644 index 000000000..72e6f7157 --- /dev/null +++ b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleExecutable + FirebaseAnalytics + CFBundleIdentifier + com.firebase.Firebase-FirebaseAnalytics + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + FirebaseAnalytics + CFBundlePackageType + FMWK + CFBundleVersion + 8.0.0 + DTSDKName + iphonesimulator11.2 + + diff --git a/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Modules/module.modulemap b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Modules/module.modulemap new file mode 100644 index 000000000..aa7278296 --- /dev/null +++ b/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Modules/module.modulemap @@ -0,0 +1,13 @@ +framework module FirebaseAnalytics { +umbrella header "FirebaseAnalytics.h" +export * +module * { export * } + link framework "CoreTelephony" + link framework "Foundation" + link framework "Security" + link framework "SystemConfiguration" + link framework "UIKit" + link "c++" + link "sqlite3" + link "z" +} diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRApp.m b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRApp.m index 4dfbfa838..72a341e15 100644 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRApp.m +++ b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRApp.m @@ -22,18 +22,20 @@ #import #endif -#import "FirebaseCore/Sources/Public/FIRApp.h" +#import "FirebaseCore/Sources/Public/FirebaseCore/FIRApp.h" #import "FirebaseCore/Sources/FIRAnalyticsConfiguration.h" #import "FirebaseCore/Sources/FIRBundleUtil.h" #import "FirebaseCore/Sources/FIRComponentContainerInternal.h" #import "FirebaseCore/Sources/FIRConfigurationInternal.h" -#import "FirebaseCore/Sources/FIRVersion.h" +#import "FirebaseCore/Sources/FIRFirebaseUserAgent.h" + #import "FirebaseCore/Sources/Private/FIRAppInternal.h" #import "FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h" #import "FirebaseCore/Sources/Private/FIRLibrary.h" #import "FirebaseCore/Sources/Private/FIRLogger.h" #import "FirebaseCore/Sources/Private/FIROptionsInternal.h" +#import "FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h" #import @@ -71,8 +73,6 @@ NSString *const kFIRGlobalAppDataCollectionEnabledDefaultsKeyFormat = NSString *const kFIRGlobalAppDataCollectionEnabledPlistKey = @"FirebaseDataCollectionDefaultEnabled"; -NSString *const kFIRAppDiagnosticsNotification = @"FIRAppDiagnosticsNotification"; - NSString *const kFIRAppDiagnosticsConfigurationTypeKey = @"ConfigType"; NSString *const kFIRAppDiagnosticsErrorKey = @"Error"; NSString *const kFIRAppDiagnosticsFIRAppKey = @"FIRApp"; @@ -90,6 +90,14 @@ NSString *const FIRAuthStateDidChangeInternalNotificationTokenKey = NSString *const FIRAuthStateDidChangeInternalNotificationUIDKey = @"FIRAuthStateDidChangeInternalNotificationUIDKey"; +/** + * Error domain for exceptions and NSError construction. + */ +NSString *const kFirebaseCoreErrorDomain = @"com.firebase.core"; + +/** The NSUserDefaults suite name for FirebaseCore, for those storage locations that use it. */ +NSString *const kFirebaseCoreDefaultsSuiteName = @"com.firebase.core"; + /** * The URL to download plist files. */ @@ -116,8 +124,6 @@ static NSMutableArray> *sRegisteredAsConfigurable; static NSMutableDictionary *sAllApps; static FIRApp *sDefaultApp; -static NSMutableDictionary *sLibraryVersions; -static dispatch_once_t sFirebaseUserAgentOnceToken; + (void)configure { FIROptions *options = [FIROptions defaultOptions]; @@ -277,9 +283,7 @@ static dispatch_once_t sFirebaseUserAgentOnceToken; sDefaultApp = nil; [sAllApps removeAllObjects]; sAllApps = nil; - [sLibraryVersions removeAllObjects]; - sLibraryVersions = nil; - sFirebaseUserAgentOnceToken = 0; + [[self userAgent] reset]; } } @@ -345,9 +349,6 @@ static dispatch_once_t sFirebaseUserAgentOnceToken; return NO; } - [self logCoreTelemetryIfEnabled]; - -#if TARGET_OS_IOS // Initialize the Analytics once there is a valid options under default app. Analytics should // always initialize first by itself before the other SDKs. if ([self.name isEqualToString:kFIRDefaultAppName]) { @@ -368,7 +369,6 @@ static dispatch_once_t sFirebaseUserAgentOnceToken; } } } -#endif [self subscribeForAppDidBecomeActiveNotifications]; @@ -479,20 +479,7 @@ static dispatch_once_t sFirebaseUserAgentOnceToken; NSLocalizedRecoverySuggestionErrorKey : @"Check formatting and location of GoogleService-Info.plist." }; - return [NSError errorWithDomain:kFirebaseCoreErrorDomain - code:FIRErrorCodeInvalidPlistFile - userInfo:errorDict]; -} - -+ (NSError *)errorForSubspecConfigurationFailureWithDomain:(NSString *)domain - errorCode:(FIRErrorCode)code - service:(NSString *)service - reason:(NSString *)reason { - NSString *description = - [NSString stringWithFormat:@"Configuration failed for service %@.", service]; - NSDictionary *errorDict = - @{NSLocalizedDescriptionKey : description, NSLocalizedFailureReasonErrorKey : reason}; - return [NSError errorWithDomain:domain code:code userInfo:errorDict]; + return [NSError errorWithDomain:kFirebaseCoreErrorDomain code:-100 userInfo:errorDict]; } + (NSError *)errorForInvalidAppID { @@ -502,9 +489,7 @@ static dispatch_once_t sFirebaseUserAgentOnceToken; @"Check formatting and location of GoogleService-Info.plist or GoogleAppID set in the " @"customized options." }; - return [NSError errorWithDomain:kFirebaseCoreErrorDomain - code:FIRErrorCodeInvalidAppID - userInfo:errorDict]; + return [NSError errorWithDomain:kFirebaseCoreErrorDomain code:-101 userInfo:errorDict]; } + (BOOL)isDefaultAppConfigured { @@ -520,12 +505,7 @@ static dispatch_once_t sFirebaseUserAgentOnceToken; // add the name/version pair to the dictionary. if ([name rangeOfCharacterFromSet:disallowedSet].location == NSNotFound && [version rangeOfCharacterFromSet:disallowedSet].location == NSNotFound) { - @synchronized(self) { - if (!sLibraryVersions) { - sLibraryVersions = [[NSMutableDictionary alloc] init]; - } - sLibraryVersions[name] = version; - } + [[self userAgent] setValue:version forComponent:name]; } else { FIRLogError(kFIRLoggerCore, @"I-COR000027", @"The library name (%@) or version number (%@) contain invalid characters. " @@ -534,6 +514,11 @@ static dispatch_once_t sFirebaseUserAgentOnceToken; } } ++ (void)registerInternalLibrary:(nonnull Class)library + withName:(nonnull NSString *)name { + [self registerInternalLibrary:library withName:name withVersion:FIRFirebaseVersion()]; +} + + (void)registerInternalLibrary:(nonnull Class)library withName:(nonnull NSString *)name withVersion:(nonnull NSString *)version { @@ -561,73 +546,18 @@ static dispatch_once_t sFirebaseUserAgentOnceToken; [self registerLibrary:name withVersion:version]; } ++ (FIRFirebaseUserAgent *)userAgent { + static dispatch_once_t onceToken; + static FIRFirebaseUserAgent *_userAgent; + dispatch_once(&onceToken, ^{ + _userAgent = [[FIRFirebaseUserAgent alloc] init]; + [_userAgent setValue:FIRFirebaseVersion() forComponent:@"fire-ios"]; + }); + return _userAgent; +} + + (NSString *)firebaseUserAgent { - @synchronized(self) { - dispatch_once(&sFirebaseUserAgentOnceToken, ^{ - // Report FirebaseCore version for useragent string - [FIRApp registerLibrary:@"fire-ios" - withVersion:[NSString stringWithUTF8String:FIRCoreVersionString]]; - - NSDictionary *info = [[NSBundle mainBundle] infoDictionary]; - NSString *xcodeVersion = info[@"DTXcodeBuild"]; - NSString *sdkVersion = info[@"DTSDKBuild"]; - if (xcodeVersion) { - [FIRApp registerLibrary:@"xcode" withVersion:xcodeVersion]; - } - if (sdkVersion) { - [FIRApp registerLibrary:@"apple-sdk" withVersion:sdkVersion]; - } - - NSString *swiftFlagValue = [self hasSwiftRuntime] ? @"true" : @"false"; - [FIRApp registerLibrary:@"swift" withVersion:swiftFlagValue]; - - [FIRApp registerLibrary:kFIRAppDiagnosticsApplePlatformPrefix - withVersion:[self applePlatform]]; - }); - - NSMutableArray *libraries = - [[NSMutableArray alloc] initWithCapacity:sLibraryVersions.count]; - for (NSString *libraryName in sLibraryVersions) { - [libraries addObject:[NSString stringWithFormat:@"%@/%@", libraryName, - sLibraryVersions[libraryName]]]; - } - [libraries sortUsingSelector:@selector(localizedCaseInsensitiveCompare:)]; - return [libraries componentsJoinedByString:@" "]; - } -} - -+ (BOOL)hasSwiftRuntime { - // The class - // [Swift._SwiftObject](https://github.com/apple/swift/blob/5eac3e2818eb340b11232aff83edfbd1c307fa03/stdlib/public/runtime/SwiftObject.h#L35) - // is a part of Swift runtime, so it should be present if Swift runtime is available. - - BOOL hasSwiftRuntime = - objc_lookUpClass("Swift._SwiftObject") != nil || - // Swift object class name before - // https://github.com/apple/swift/commit/9637b4a6e11ddca72f5f6dbe528efc7c92f14d01 - objc_getClass("_TtCs12_SwiftObject") != nil; - - return hasSwiftRuntime; -} - -+ (NSString *)applePlatform { - NSString *applePlatform = @"unknown"; - - // When a Catalyst app is run on macOS then both `TARGET_OS_MACCATALYST` and `TARGET_OS_IOS` are - // `true`, which means the condition list is order-sensitive. -#if TARGET_OS_MACCATALYST - applePlatform = @"maccatalyst"; -#elif TARGET_OS_IOS - applePlatform = @"ios"; -#elif TARGET_OS_TV - applePlatform = @"tvos"; -#elif TARGET_OS_OSX - applePlatform = @"macos"; -#elif TARGET_OS_WATCH - applePlatform = @"watchos"; -#endif - - return applePlatform; + return [[self userAgent] firebaseUserAgent]; } - (void)checkExpectedBundleID { @@ -897,17 +827,6 @@ static dispatch_once_t sFirebaseUserAgentOnceToken; return collectionEnabledPlistObject; } -#pragma mark - Sending Logs - -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wunused-parameter" -- (void)sendLogsWithServiceName:(NSString *)serviceName - version:(NSString *)version - error:(NSError *)error { - // Do nothing. Please remove calls to this method. -} -#pragma clang diagnostic pop - #pragma mark - App Life Cycle - (void)subscribeForAppDidBecomeActiveNotifications { @@ -931,7 +850,9 @@ static dispatch_once_t sFirebaseUserAgentOnceToken; - (void)logCoreTelemetryIfEnabled { if ([self isDataCollectionDefaultEnabled]) { - [FIRCoreDiagnosticsConnector logCoreTelemetryWithOptions:_options]; + dispatch_async(dispatch_get_global_queue(QOS_CLASS_UTILITY, 0), ^{ + [FIRCoreDiagnosticsConnector logCoreTelemetryWithOptions:[self options]]; + }); } } diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRComponentContainerInternal.h b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRComponentContainerInternal.h index 82356060d..7e76413c3 100644 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRComponentContainerInternal.h +++ b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRComponentContainerInternal.h @@ -15,8 +15,8 @@ */ #import -#import "FirebaseCore/Sources/Private/FIRComponent.h" #import "FirebaseCore/Sources/Private/FIRComponentContainer.h" +#import "FirebaseCore/Sources/Private/FIRLibrary.h" @class FIRApp; diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRConfigurationInternal.h b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRConfigurationInternal.h index ee1688670..9361e73fa 100644 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRConfigurationInternal.h +++ b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRConfigurationInternal.h @@ -14,7 +14,7 @@ * limitations under the License. */ -#import "FIRConfiguration.h" +#import "FirebaseCore/Sources/Public/FirebaseCore/FIRConfiguration.h" @class FIRAnalyticsConfiguration; diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRCoreDiagnosticsConnector.m b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRCoreDiagnosticsConnector.m index 730dd6ef9..db54936a8 100644 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRCoreDiagnosticsConnector.m +++ b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRCoreDiagnosticsConnector.m @@ -18,7 +18,7 @@ #import "Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h" -#import "FirebaseCore/Sources/Public/FIROptions.h" +#import "FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h" #import "FirebaseCore/Sources/FIRDiagnosticsData.h" #import "FirebaseCore/Sources/Private/FIRAppInternal.h" diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRDiagnosticsData.m b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRDiagnosticsData.m index da9489d99..0beed25bd 100644 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRDiagnosticsData.m +++ b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRDiagnosticsData.m @@ -16,7 +16,7 @@ #import "FirebaseCore/Sources/FIRDiagnosticsData.h" -#import "FirebaseCore/Sources/Public/FIRApp.h" +#import "FirebaseCore/Sources/Public/FirebaseCore/FIRApp.h" #import "FirebaseCore/Sources/Private/FIRAppInternal.h" #import "FirebaseCore/Sources/Private/FIROptionsInternal.h" diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRErrors.m b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRErrors.m deleted file mode 100644 index 104eeb825..000000000 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRErrors.m +++ /dev/null @@ -1,21 +0,0 @@ -// Copyright 2017 Google -// -// 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. - -#import "FirebaseCore/Sources/Private/FIRErrors.h" - -NSString *const kFirebaseErrorDomain = @"com.firebase"; -NSString *const kFirebaseConfigErrorDomain = @"com.firebase.config"; -NSString *const kFirebaseCoreErrorDomain = @"com.firebase.core"; -NSString *const kFirebasePerfErrorDomain = @"com.firebase.perf"; -NSString *const kFirebaseStorageErrorDomain = @"com.firebase.storage"; diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORDataFuture.h b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRFirebaseUserAgent.h similarity index 56% rename from ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORDataFuture.h rename to ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRFirebaseUserAgent.h index 685cf2bac..ffb11fb2b 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORDataFuture.h +++ b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRFirebaseUserAgent.h @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,18 +18,18 @@ NS_ASSUME_NONNULL_BEGIN -/** This class represents a future data object, determined at instantiation time. */ -@interface GDTCORDataFuture : NSObject +@interface FIRFirebaseUserAgent : NSObject -/** If not nil, this data future was instantiated with this file URL. */ -@property(nullable, readonly, nonatomic) NSURL *fileURL; +/** Returns the firebase user agent which consists of environment part and the components added via + * `setValue:forComponent` method. */ +- (NSString *)firebaseUserAgent; -/** Initializes an instance with the given the fileURL. - * - * @param fileURL The fileURL containing the data to return in -data. - * @return An instance of this class. - */ -- (instancetype)initWithFileURL:(NSURL *)fileURL; +/** Sets value associated with the specified component. If value is `nil` then the component is + * removed. */ +- (void)setValue:(nullable NSString *)value forComponent:(NSString *)componentName; + +/** Resets manually added components. */ +- (void)reset; @end diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRFirebaseUserAgent.m b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRFirebaseUserAgent.m new file mode 100644 index 000000000..61f58245d --- /dev/null +++ b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRFirebaseUserAgent.m @@ -0,0 +1,110 @@ +/* + * Copyright 2020 Google LLC + * + * 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. + */ + +#import "FirebaseCore/Sources/FIRFirebaseUserAgent.h" + +#import + +@interface FIRFirebaseUserAgent () + +@property(nonatomic, readonly) NSMutableDictionary *valuesByComponent; +@property(nonatomic, readonly) NSDictionary *environmentComponents; +@property(nonatomic, readonly) NSString *firebaseUserAgent; + +@end + +@implementation FIRFirebaseUserAgent + +@synthesize firebaseUserAgent = _firebaseUserAgent; +@synthesize environmentComponents = _environmentComponents; + +- (instancetype)init { + self = [super init]; + if (self) { + _valuesByComponent = [[NSMutableDictionary alloc] init]; + } + return self; +} + +- (NSString *)firebaseUserAgent { + @synchronized(self) { + if (_firebaseUserAgent == nil) { + NSMutableDictionary *allComponents = + [self.valuesByComponent mutableCopy]; + [allComponents setValuesForKeysWithDictionary:self.environmentComponents]; + + __block NSMutableArray *components = + [[NSMutableArray alloc] initWithCapacity:self.valuesByComponent.count]; + [allComponents enumerateKeysAndObjectsUsingBlock:^( + NSString *_Nonnull name, NSString *_Nonnull value, BOOL *_Nonnull stop) { + [components addObject:[NSString stringWithFormat:@"%@/%@", name, value]]; + }]; + [components sortUsingSelector:@selector(localizedCaseInsensitiveCompare:)]; + _firebaseUserAgent = [components componentsJoinedByString:@" "]; + } + return _firebaseUserAgent; + } +} + +- (void)setValue:(nullable NSString *)value forComponent:(NSString *)componentName { + @synchronized(self) { + self.valuesByComponent[componentName] = value; + // Reset cached user agent string. + _firebaseUserAgent = nil; + } +} + +- (void)reset { + @synchronized(self) { + // Reset components. + _valuesByComponent = [[[self class] environmentComponents] mutableCopy]; + // Reset cached user agent string. + _firebaseUserAgent = nil; + } +} + +#pragma mark - Environment components + +- (NSDictionary *)environmentComponents { + if (_environmentComponents == nil) { + _environmentComponents = [[self class] environmentComponents]; + } + return _environmentComponents; +} + ++ (NSDictionary *)environmentComponents { + NSMutableDictionary *components = [NSMutableDictionary dictionary]; + + NSDictionary *info = [[NSBundle mainBundle] infoDictionary]; + NSString *xcodeVersion = info[@"DTXcodeBuild"]; + NSString *appleSdkVersion = info[@"DTSDKBuild"]; + + NSString *swiftFlagValue = [GULAppEnvironmentUtil hasSwiftRuntime] ? @"true" : @"false"; + NSString *isFromAppstoreFlagValue = [GULAppEnvironmentUtil isFromAppStore] ? @"true" : @"false"; + + components[@"apple-platform"] = [GULAppEnvironmentUtil applePlatform]; + components[@"apple-sdk"] = appleSdkVersion; + components[@"appstore"] = isFromAppstoreFlagValue; + components[@"deploy"] = [GULAppEnvironmentUtil deploymentType]; + components[@"device"] = [GULAppEnvironmentUtil deviceModel]; + components[@"os-version"] = [GULAppEnvironmentUtil systemVersion]; + components[@"swift"] = swiftFlagValue; + components[@"xcode"] = xcodeVersion; + + return [components copy]; +} + +@end diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRHeartbeatInfo.m b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRHeartbeatInfo.m index 277b0f712..ef6b36396 100644 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRHeartbeatInfo.m +++ b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRHeartbeatInfo.m @@ -13,8 +13,11 @@ // limitations under the License. #import "FirebaseCore/Sources/Private/FIRHeartbeatInfo.h" +#import #import +#import #import +#import "FirebaseCore/Sources/Private/FIRAppInternal.h" const static long secondsInDay = 86400; @implementation FIRHeartbeatInfo : NSObject @@ -25,9 +28,17 @@ const static long secondsInDay = 86400; */ + (BOOL)updateIfNeededHeartbeatDateForTag:(NSString *)heartbeatTag { @synchronized(self) { - NSString *const kHeartbeatStorageFile = @"HEARTBEAT_INFO_STORAGE"; - GULHeartbeatDateStorage *dataStorage = - [[GULHeartbeatDateStorage alloc] initWithFileName:kHeartbeatStorageFile]; + NSString *const kHeartbeatStorageName = @"HEARTBEAT_INFO_STORAGE"; + id dataStorage; +#if TARGET_OS_TV + NSUserDefaults *defaults = + [[NSUserDefaults alloc] initWithSuiteName:kFirebaseCoreDefaultsSuiteName]; + dataStorage = + [[GULHeartbeatDateStorageUserDefaults alloc] initWithDefaults:defaults + key:kHeartbeatStorageName]; +#else + dataStorage = [[GULHeartbeatDateStorage alloc] initWithFileName:kHeartbeatStorageName]; +#endif NSDate *heartbeatTime = [dataStorage heartbeatDateForTag:heartbeatTag]; NSDate *currentDate = [NSDate date]; if (heartbeatTime != nil) { diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRLogger.m b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRLogger.m index a749cbd94..6707a9637 100644 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRLogger.m +++ b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRLogger.m @@ -16,20 +16,15 @@ #import #import -#import "FirebaseCore/Sources/Public/FIRLoggerLevel.h" +#import "FirebaseCore/Sources/Public/FirebaseCore/FIRLoggerLevel.h" -#import "FirebaseCore/Sources/FIRVersion.h" +#import "FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h" FIRLoggerService kFIRLoggerCore = @"[Firebase/Core]"; // All the FIRLoggerService definitions should be migrated to clients. Do not add new ones! -FIRLoggerService kFIRLoggerABTesting = @"[Firebase/ABTesting]"; -FIRLoggerService kFIRLoggerAdMob = @"[Firebase/AdMob]"; FIRLoggerService kFIRLoggerAnalytics = @"[Firebase/Analytics]"; -FIRLoggerService kFIRLoggerAuth = @"[Firebase/Auth]"; FIRLoggerService kFIRLoggerCrash = @"[Firebase/Crash]"; -FIRLoggerService kFIRLoggerMLKit = @"[Firebase/MLKit]"; -FIRLoggerService kFIRLoggerPerf = @"[Firebase/Performance]"; FIRLoggerService kFIRLoggerRemoteConfig = @"[Firebase/RemoteConfig]"; /// Arguments passed on launch. @@ -58,10 +53,10 @@ static NSString *const kMessageCodePattern = @"^I-[A-Z]{3}[0-9]{6}$"; static NSRegularExpression *sMessageCodeRegex; #endif -void FIRLoggerInitializeASL() { +void FIRLoggerInitializeASL(void) { dispatch_once(&sFIRLoggerOnceToken, ^{ // Register Firebase Version with GULLogger. - GULLoggerRegisterVersion(FIRVersionString); + GULLoggerRegisterVersion(FIRFirebaseVersion()); // Override the aslOptions to ASL_OPT_STDERR if the override argument is passed in. NSArray *arguments = [NSProcessInfo processInfo].arguments; @@ -101,7 +96,7 @@ void FIRSetLoggerLevel(FIRLoggerLevel loggerLevel) { } #ifdef DEBUG -void FIRResetLogger() { +void FIRResetLogger(void) { extern void GULResetLogger(void); sFIRLoggerOnceToken = 0; [sFIRLoggerUserDefaults removeObjectForKey:kFIRPersistedDebugModeKey]; diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIROptions.m b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIROptions.m index d18533094..e66b4e64d 100644 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIROptions.m +++ b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIROptions.m @@ -13,10 +13,10 @@ // limitations under the License. #import "FirebaseCore/Sources/FIRBundleUtil.h" -#import "FirebaseCore/Sources/FIRVersion.h" #import "FirebaseCore/Sources/Private/FIRAppInternal.h" #import "FirebaseCore/Sources/Private/FIRLogger.h" #import "FirebaseCore/Sources/Private/FIROptionsInternal.h" +#import "FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h" // Keys for the strings in the plist file. NSString *const kFIRAPIKey = @"API_KEY"; @@ -90,40 +90,40 @@ NSString *const kFIRExceptionBadModification = static FIROptions *sDefaultOptions = nil; static NSDictionary *sDefaultOptionsDictionary = nil; +static dispatch_once_t sDefaultOptionsOnceToken; +static dispatch_once_t sDefaultOptionsDictionaryOnceToken; #pragma mark - Public only for internal class methods + (FIROptions *)defaultOptions { - if (sDefaultOptions != nil) { - return sDefaultOptions; - } + dispatch_once(&sDefaultOptionsOnceToken, ^{ + NSDictionary *defaultOptionsDictionary = [self defaultOptionsDictionary]; + if (defaultOptionsDictionary != nil) { + sDefaultOptions = + [[FIROptions alloc] initInternalWithOptionsDictionary:defaultOptionsDictionary]; + } + }); - NSDictionary *defaultOptionsDictionary = [self defaultOptionsDictionary]; - if (defaultOptionsDictionary == nil) { - return nil; - } - - sDefaultOptions = [[FIROptions alloc] initInternalWithOptionsDictionary:defaultOptionsDictionary]; return sDefaultOptions; } #pragma mark - Private class methods + (NSDictionary *)defaultOptionsDictionary { - if (sDefaultOptionsDictionary != nil) { - return sDefaultOptionsDictionary; - } - NSString *plistFilePath = [FIROptions plistFilePathWithName:kServiceInfoFileName]; - if (plistFilePath == nil) { - return nil; - } - sDefaultOptionsDictionary = [NSDictionary dictionaryWithContentsOfFile:plistFilePath]; - if (sDefaultOptionsDictionary == nil) { - FIRLogError(kFIRLoggerCore, @"I-COR000011", - @"The configuration file is not a dictionary: " - @"'%@.%@'.", - kServiceInfoFileName, kServiceInfoFileType); - } + dispatch_once(&sDefaultOptionsDictionaryOnceToken, ^{ + NSString *plistFilePath = [FIROptions plistFilePathWithName:kServiceInfoFileName]; + if (plistFilePath == nil) { + return; + } + sDefaultOptionsDictionary = [NSDictionary dictionaryWithContentsOfFile:plistFilePath]; + if (sDefaultOptionsDictionary == nil) { + FIRLogError(kFIRLoggerCore, @"I-COR000011", + @"The configuration file is not a dictionary: " + @"'%@.%@'.", + kServiceInfoFileName, kServiceInfoFileType); + } + }); + return sDefaultOptionsDictionary; } @@ -144,6 +144,8 @@ static NSDictionary *sDefaultOptionsDictionary = nil; + (void)resetDefaultOptions { sDefaultOptions = nil; sDefaultOptionsDictionary = nil; + sDefaultOptionsOnceToken = 0; + sDefaultOptionsDictionaryOnceToken = 0; } #pragma mark - Private instance methods @@ -158,9 +160,9 @@ static NSDictionary *sDefaultOptionsDictionary = nil; } - (id)copyWithZone:(NSZone *)zone { - FIROptions *newOptions = [[[self class] allocWithZone:zone] init]; + FIROptions *newOptions = [(FIROptions *)[[self class] allocWithZone:zone] + initInternalWithOptionsDictionary:self.optionsDictionary]; if (newOptions) { - newOptions.optionsDictionary = self.optionsDictionary; newOptions.deepLinkURLScheme = self.deepLinkURLScheme; newOptions.appGroupID = self.appGroupID; newOptions.editingLocked = self.isEditingLocked; @@ -171,6 +173,12 @@ static NSDictionary *sDefaultOptionsDictionary = nil; #pragma mark - Public instance methods +- (instancetype)init { + // Unavailable. + [self doesNotRecognizeSelector:_cmd]; + return nil; +} + - (instancetype)initWithContentsOfFile:(NSString *)plistPath { self = [super init]; if (self) { @@ -277,7 +285,7 @@ static NSDictionary *sDefaultOptionsDictionary = nil; static dispatch_once_t onceToken; dispatch_once(&onceToken, ^{ // The unit tests are set up to catch anything that does not properly convert. - NSString *version = [NSString stringWithUTF8String:FIRCoreVersionString]; + NSString *version = FIRFirebaseVersion(); NSArray *components = [version componentsSeparatedByString:@"."]; NSString *major = [components objectAtIndex:0]; NSString *minor = [NSString stringWithFormat:@"%02d", [[components objectAtIndex:1] intValue]]; diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRVersion.m b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRVersion.m index ec0f6ba64..f458a3a48 100644 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRVersion.m +++ b/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRVersion.m @@ -14,14 +14,12 @@ * limitations under the License. */ +#import "FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h" + #ifndef Firebase_VERSION #error "Firebase_VERSION is not defined: add -DFirebase_VERSION=... to the build invocation" #endif -#ifndef FIRCore_VERSION -#error "FIRCore_VERSION is not defined: add -DFIRCore_VERSION=... to the build invocation" -#endif - // The following two macros supply the incantation so that the C // preprocessor does not try to parse the version as a floating // point number. See @@ -29,5 +27,6 @@ #define STR(x) STR_EXPAND(x) #define STR_EXPAND(x) #x -const char *const FIRVersionString = (const char *const)STR(Firebase_VERSION); -const char *const FIRCoreVersionString = (const char *const)STR(FIRCore_VERSION); +NSString* FIRFirebaseVersion(void) { + return @STR(Firebase_VERSION); +} diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRAppInternal.h b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRAppInternal.h index 9a0c943db..6c7d723ea 100644 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRAppInternal.h +++ b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRAppInternal.h @@ -14,19 +14,7 @@ * limitations under the License. */ -#if SWIFT_PACKAGE -// TODO(paulb777): Investigate if there's a common strategy for both Cocoapods and Swift PM. -#import "FIRApp.h" -#else #import -#endif - -// The has_include is a workaround so the old IID needed for the FIS tests can find FIRErrors.h -#if __has_include("FirebaseCore/Sources/Private/FIRErrors.h") -#import "FirebaseCore/Sources/Private/FIRErrors.h" -#else -#import -#endif @class FIRComponentContainer; @protocol FIRLibrary; @@ -51,6 +39,10 @@ extern NSString *const kFIRAppDeleteNotification; extern NSString *const kFIRAppIsDefaultAppKey; extern NSString *const kFIRAppNameKey; extern NSString *const kFIRGoogleAppIDKey; +extern NSString *const kFirebaseCoreErrorDomain; + +/** The NSUserDefaults suite name for FirebaseCore, for those storage locations that use it. */ +extern NSString *const kFirebaseCoreDefaultsSuiteName; /** * The format string for the User Defaults key used for storing the data collection enabled flag. @@ -63,11 +55,6 @@ extern NSString *const kFIRGlobalAppDataCollectionEnabledDefaultsKeyFormat; */ extern NSString *const kFIRGlobalAppDataCollectionEnabledPlistKey; -/** - * A notification fired containing diagnostic information when SDK errors occur. - */ -extern NSString *const kFIRAppDiagnosticsNotification; - /** @var FIRAuthStateDidChangeInternalNotification @brief The name of the @c NSNotificationCenter notification which is posted when the auth state changes (e.g. a new token has been produced, a user logs in or out). The object parameter of @@ -110,14 +97,6 @@ extern NSString *const FIRAuthStateDidChangeInternalNotificationUIDKey; */ @property(nonatomic) FIRComponentContainer *container; -/** - * Creates an error for failing to configure a subspec service. This method is called by each - * FIRApp notification listener. - */ -+ (NSError *)errorForSubspecConfigurationFailureWithDomain:(NSString *)domain - errorCode:(FIRErrorCode)code - service:(NSString *)service - reason:(NSString *)reason; /** * Checks if the default app is configured without trying to configure it. */ @@ -132,9 +111,19 @@ extern NSString *const FIRAuthStateDidChangeInternalNotificationUIDKey; */ + (void)registerLibrary:(nonnull NSString *)name withVersion:(nonnull NSString *)version; +/** + * Registers a given internal library to be reported for analytics. + * + * @param library Optional parameter for component registration. + * @param name Name of the library. + */ ++ (void)registerInternalLibrary:(nonnull Class)library + withName:(nonnull NSString *)name; + /** * Registers a given internal library with the given version number to be reported for - * analytics. + * analytics. This should only be used for non-Firebase libraries that have their own versioning + * scheme. * * @param library Optional parameter for component registration. * @param name Name of the library. @@ -149,15 +138,6 @@ extern NSString *const FIRAuthStateDidChangeInternalNotificationUIDKey; */ + (NSString *)firebaseUserAgent; -/** - * Used by each SDK to send logs about SDK configuration status to Clearcut. - * - * @note This API is a no-op, please remove calls to it. - */ -- (void)sendLogsWithServiceName:(NSString *)serviceName - version:(NSString *)version - error:(NSError *)error; - /** * Can be used by the unit tests in eack SDK to reset FIRApp. This method is thread unsafe. */ diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRComponentContainer.h b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRComponentContainer.h index db2bafef8..af18a9378 100644 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRComponentContainer.h +++ b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRComponentContainer.h @@ -15,15 +15,6 @@ */ #import -// The has_include is a workaround so the old IID needed for the FIS tests can find the headers. -#if __has_include("FirebaseCore/Sources/Private/FIRComponentType.h") -#import "FirebaseCore/Sources/Private/FIRComponentType.h" -#import "FirebaseCore/Sources/Private/FIRLibrary.h" -#else -#import -#import -#endif - NS_ASSUME_NONNULL_BEGIN /// A type-safe macro to retrieve a component from a container. This should be used to retrieve diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRErrorCode.h b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRErrorCode.h deleted file mode 100644 index c90d9eecf..000000000 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRErrorCode.h +++ /dev/null @@ -1,39 +0,0 @@ -/* - * Copyright 2017 Google - * - * 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. - */ - -/** Error codes in Firebase error domain. */ -typedef NS_ENUM(NSInteger, FIRErrorCode) { - /** - * Unknown error. - */ - FIRErrorCodeUnknown = 0, - /** - * Loading data from the GoogleService-Info.plist file failed. This is a fatal error and should - * not be ignored. Further calls to the API will fail and/or possibly cause crashes. - */ - FIRErrorCodeInvalidPlistFile = -100, - - /** - * Validating the Google App ID format failed. - */ - FIRErrorCodeInvalidAppID = -101, - - /** - * Error code for failing to configure a specific service. It's deprecated, but - * still used after copybara. - */ - FIRErrorCodeConfigFailed = -114, -}; diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRHeartbeatInfo.h b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRHeartbeatInfo.h index bfff73e5d..9f942565a 100644 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRHeartbeatInfo.h +++ b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRHeartbeatInfo.h @@ -27,7 +27,7 @@ typedef NS_ENUM(NSInteger, FIRHeartbeatInfoCode) { }; /** - * Get heartbeat code requred for the sdk. + * Get heartbeat code required for the sdk. * @param heartbeatTag String representing the sdk heartbeat tag. * @return Heartbeat code indicating whether or not an sdk/global heartbeat * needs to be sent diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRLibrary.h b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRLibrary.h index e7a9e077c..9575e9423 100644 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRLibrary.h +++ b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRLibrary.h @@ -19,14 +19,8 @@ #import -// The has_include is a workaround so the old IID needed for the FIS tests can find the headers. -#if __has_include("FirebaseCore/Sources/Private/FIRComponent.h") -#import "FirebaseCore/Sources/Private/FIRComponent.h" -#else -#import -#endif - @class FIRApp; +@class FIRComponent; NS_ASSUME_NONNULL_BEGIN diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRLogger.h b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRLogger.h index 6fd778441..b6242fff1 100644 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRLogger.h +++ b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRLogger.h @@ -16,12 +16,7 @@ #import -#if SWIFT_PACKAGE -// TODO(paulb777): Investigate if there's a common strategy for both Cocoapods and Swift PM. -#import "FIRLoggerLevel.h" -#else #import -#endif NS_ASSUME_NONNULL_BEGIN @@ -30,14 +25,9 @@ NS_ASSUME_NONNULL_BEGIN */ typedef NSString *const FIRLoggerService; -extern FIRLoggerService kFIRLoggerABTesting; -extern FIRLoggerService kFIRLoggerAdMob; extern FIRLoggerService kFIRLoggerAnalytics; -extern FIRLoggerService kFIRLoggerAuth; extern FIRLoggerService kFIRLoggerCrash; extern FIRLoggerService kFIRLoggerCore; -extern FIRLoggerService kFIRLoggerMLKit; -extern FIRLoggerService kFIRLoggerPerf; extern FIRLoggerService kFIRLoggerRemoteConfig; /** diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIROptionsInternal.h b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIROptionsInternal.h index acaf45868..8efc5fcdd 100644 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIROptionsInternal.h +++ b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIROptionsInternal.h @@ -14,12 +14,7 @@ * limitations under the License. */ -#if SWIFT_PACKAGE -// TODO(paulb777): Investigate if there's a common strategy for both Cocoapods and Swift PM. -#import "FIROptions.h" -#else #import -#endif /** * Keys for the strings in the plist file. @@ -56,7 +51,8 @@ extern NSString *const kServiceInfoFileType; * Initializes the options with dictionary. The above strings are the keys of the dictionary. * This is the designated initializer. */ -- (instancetype)initInternalWithOptionsDictionary:(NSDictionary *)serviceInfoDictionary; +- (instancetype)initInternalWithOptionsDictionary:(NSDictionary *)serviceInfoDictionary + NS_DESIGNATED_INITIALIZER; /** * defaultOptions and defaultOptionsDictionary are exposed in order to be used in FIRApp and diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FirebaseCoreInternal.h b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FirebaseCoreInternal.h index 93af6cb8d..88d012bde 100644 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FirebaseCoreInternal.h +++ b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FirebaseCoreInternal.h @@ -15,15 +15,12 @@ // An umbrella header, for any other libraries in this repo to access Firebase Public and Private // headers. Any package manager complexity should be handled here. -#if SWIFT_PACKAGE -@import FirebaseCore; -#else #import -#endif #import "FirebaseCore/Sources/Private/FIRAppInternal.h" #import "FirebaseCore/Sources/Private/FIRComponent.h" #import "FirebaseCore/Sources/Private/FIRComponentContainer.h" +#import "FirebaseCore/Sources/Private/FIRComponentType.h" #import "FirebaseCore/Sources/Private/FIRDependency.h" #import "FirebaseCore/Sources/Private/FIRHeartbeatInfo.h" #import "FirebaseCore/Sources/Private/FIRLibrary.h" diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FIRApp.h b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIRApp.h similarity index 100% rename from ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FIRApp.h rename to ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIRApp.h diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FIRConfiguration.h b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIRConfiguration.h similarity index 100% rename from ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FIRConfiguration.h rename to ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIRConfiguration.h diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FIRLoggerLevel.h b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIRLoggerLevel.h similarity index 100% rename from ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FIRLoggerLevel.h rename to ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIRLoggerLevel.h diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FIROptions.h b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h similarity index 94% rename from ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FIROptions.h rename to ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h index 67fbe5ba4..afabbf101 100644 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FIROptions.h +++ b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h @@ -106,7 +106,7 @@ NS_SWIFT_NAME(FirebaseOptions) * FIROptions *options = [[FIROptions alloc] initWithContentsOfFile:filePath]; * Returns nil if the plist file does not exist or is invalid. */ -- (nullable instancetype)initWithContentsOfFile:(NSString *)plistPath; +- (nullable instancetype)initWithContentsOfFile:(NSString *)plistPath NS_DESIGNATED_INITIALIZER; /** * Initializes a customized instance of FIROptions with required fields. Use the mutable properties @@ -115,9 +115,12 @@ NS_SWIFT_NAME(FirebaseOptions) // clang-format off - (instancetype)initWithGoogleAppID:(NSString *)googleAppID GCMSenderID:(NSString *)GCMSenderID - NS_SWIFT_NAME(init(googleAppID:gcmSenderID:)); + NS_SWIFT_NAME(init(googleAppID:gcmSenderID:)) NS_DESIGNATED_INITIALIZER; // clang-format on +/** Unavailable. Please use `init(contentsOfFile:)` or `init(googleAppID:gcmSenderID:)` instead. */ +- (instancetype)init NS_UNAVAILABLE; + @end NS_ASSUME_NONNULL_END diff --git a/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRErrors.h b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h similarity index 71% rename from ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRErrors.h rename to ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h index 19e47328a..651edaf5c 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRErrors.h +++ b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h @@ -1,5 +1,5 @@ /* - * Copyright 2017 Google + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,9 +16,10 @@ #import -#include "FIRErrorCode.h" +NS_ASSUME_NONNULL_BEGIN -extern NSString *const kFirebaseErrorDomain; -extern NSString *const kFirebaseConfigErrorDomain; -extern NSString *const kFirebaseCoreErrorDomain; -extern NSString *const kFirebasePerfErrorDomain; +/** Returns the current version of Firebase. */ +NS_SWIFT_NAME(FirebaseVersion()) +NSString* FIRFirebaseVersion(void); + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore.h b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FirebaseCore.h similarity index 96% rename from ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore.h rename to ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FirebaseCore.h index 95119aed9..680d60483 100644 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore.h +++ b/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FirebaseCore.h @@ -18,3 +18,4 @@ #import "FIRConfiguration.h" #import "FIRLoggerLevel.h" #import "FIROptions.h" +#import "FIRVersion.h" diff --git a/ios/Pods/FirebaseCore/README.md b/ios/Pods/FirebaseCore/README.md index d778205ff..c80c0013a 100644 --- a/ios/Pods/FirebaseCore/README.md +++ b/ios/Pods/FirebaseCore/README.md @@ -3,8 +3,12 @@ [![Platform](https://img.shields.io/cocoapods/p/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) [![Actions Status][gh-abtesting-badge]][gh-actions] +[![Actions Status][gh-appcheck-badge]][gh-actions] +[![Actions Status][gh-appdistribution-badge]][gh-actions] [![Actions Status][gh-auth-badge]][gh-actions] +[![Actions Status][gh-cocoapods-integration-badge]][gh-actions] [![Actions Status][gh-core-badge]][gh-actions] +[![Actions Status][gh-core-diagnostics-badge]][gh-actions] [![Actions Status][gh-crashlytics-badge]][gh-actions] [![Actions Status][gh-database-badge]][gh-actions] [![Actions Status][gh-datatransport-badge]][gh-actions] @@ -12,9 +16,13 @@ [![Actions Status][gh-firebasepod-badge]][gh-actions] [![Actions Status][gh-firestore-badge]][gh-actions] [![Actions Status][gh-functions-badge]][gh-actions] +[![Actions Status][gh-google-utilities-badge]][gh-actions] +[![Actions Status][gh-google-utilities-components-badge]][gh-actions] [![Actions Status][gh-inappmessaging-badge]][gh-actions] [![Actions Status][gh-interop-badge]][gh-actions] [![Actions Status][gh-messaging-badge]][gh-actions] +[![Actions Status][gh-mlmodeldownloader-badge]][gh-actions] +[![Actions Status][gh-performance-badge]][gh-actions] [![Actions Status][gh-remoteconfig-badge]][gh-actions] [![Actions Status][gh-storage-badge]][gh-actions] [![Actions Status][gh-symbolcollision-badge]][gh-actions] @@ -23,21 +31,23 @@ # Firebase Apple Open Source Development -This repository contains all Apple platform Firebase SDK source except FirebaseAnalytics, -FirebasePerformance, and FirebaseML. - -The repository also includes GoogleUtilities source. The -[GoogleUtilities](GoogleUtilities/README.md) pod is -a set of utilities used by Firebase and other Google products. +This repository contains all Apple platform Firebase SDK source except FirebaseAnalytics +and FirebaseML. Firebase is an app development platform with tools to help you build, grow and monetize your app. More information about Firebase can be found at [https://firebase.google.com](https://firebase.google.com). +The repository also includes GoogleUtilities and GoogleDataTransport source +which are utilities used by Firebase and other Google products. + +**Note** _FirebaseCombineSwift_ contains support for Apple's Combine framework. This module is currently under development, and not yet supported for use in production environments. Fore more details, please refer to the [docs](FirebaseCombineSwift/README.md). + ## Installation -See the three subsections for details about three different installation methods. +See the subsections below for details about the different installation methods. 1. [Standard pod install](README.md#standard-pod-install) +1. [Swift Package Manager](SwiftPackageManager.md) 1. [Installing from the GitHub repo](README.md#installing-from-github) 1. [Experimental Carthage](README.md#carthage-ios-only) @@ -46,11 +56,12 @@ See the three subsections for details about three different installation methods Go to [https://firebase.google.com/docs/ios/setup](https://firebase.google.com/docs/ios/setup). -### Installing from GitHub +### Swift Package Manager -For releases starting with 5.0.0, the source for each release is also deployed -to CocoaPods master and available via standard -[CocoaPods Podfile syntax](https://guides.cocoapods.org/syntax/podfile.html#pod). +Instructions for [Swift Package Manager](https://swift.org/package-manager/) support can be +found at [SwiftPackageManager.md](SwiftPackageManager.md). + +### Installing from GitHub These instructions can be used to access the Firebase repo at other branches, tags, or commits. @@ -67,14 +78,14 @@ All of the official releases are tagged in this repo and available via CocoaPods source snapshot or unreleased branch, use Podfile directives like the following: To access FirebaseFirestore via a branch: -``` +```ruby pod 'FirebaseCore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master' pod 'FirebaseFirestore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master' ``` To access FirebaseMessaging via a checked out version of the firebase-ios-sdk repo do: -``` +```ruby pod 'FirebaseCore', :path => '/path/to/firebase-ios-sdk' pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk' ``` @@ -82,12 +93,8 @@ pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk' ### Carthage (iOS only) Instructions for the experimental Carthage distribution are at -[Carthage](Carthage.md). - -### Rome - -Instructions for installing binary frameworks via -[Rome](https://github.com/CocoaPods/Rome) are at [Rome](Rome.md). +[Carthage](Carthage.md). If you have a new Mac with an Apple silicon chip, please see +[these instructions](AppleSilicon.md). ### Using Firebase from a Framework or a library @@ -98,13 +105,22 @@ Instructions for installing binary frameworks via To develop Firebase software in this repository, ensure that you have at least the following software: - * Xcode 10.3 (or later) - * CocoaPods 1.7.2 (or later) + * Xcode 12.2 (or later) + +CocoaPods is still the canonical way to develop, but much of the repo now supports +development with Swift Package Manager. + +### CocoaPods + +Install + * CocoaPods 1.10.0 (or later) * [CocoaPods generate](https://github.com/square/cocoapods-generate) For the pod that you want to develop: -`pod gen Firebase{name here}.podspec --local-sources=./ --auto-open --platforms=ios` +```ruby +pod gen Firebase{name here}.podspec --local-sources=./ --auto-open --platforms=ios +``` Note: If the CocoaPods cache is out of date, you may need to run `pod repo update` before the `pod gen` command. @@ -116,7 +132,7 @@ CocoaPods workspaces. Firestore has a self contained Xcode project. See [Firestore/README.md](Firestore/README.md). -### Development for Catalyst +#### Development for Catalyst * `pod gen {name here}.podspec --local-sources=./ --auto-open --platforms=ios` * Check the Mac box in the App-iOS Build Settings * Sign the App in the Settings Signing & Capabilities tab @@ -125,6 +141,18 @@ Firestore has a self contained Xcode project. See * Select the Unit-unit scheme * Run it to build and test +Alternatively disable signing in each target: +* Go to Build Settings tab +* Click `+` +* Select `Add User-Defined Setting` +* Add `CODE_SIGNING_REQUIRED` setting with a value of `NO` + +### Swift Package Manager +* `open Package.swift` or double click `Package.swift` in Finder. +* Xcode will open the project + * Choose a scheme for a library to build or test suite to run + * Choose a target platform by selecting the run destination along with the scheme + ### Adding a New Firebase Pod See [AddNewPod.md](AddNewPod.md). @@ -136,40 +164,24 @@ See [HeadersImports.md](HeadersImports.md). ### Code Formatting To ensure that the code is formatted consistently, run the script -[./scripts/style.sh](https://github.com/firebase/firebase-ios-sdk/blob/master/scripts/style.sh) +[./scripts/check.sh](https://github.com/firebase/firebase-ios-sdk/blob/master/scripts/check.sh) before creating a PR. -Travis will verify that any code changes are done in a style compliant way. Install -`clang-format` and `swiftformat`. -These commands will get the right versions: +GitHub Actions will verify that any code changes are done in a style compliant +way. Install `clang-format` and `mint`: +```console +brew install clang-format@12 +brew install mint ``` -brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/c6f1cbd/Formula/clang-format.rb -brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/c13eda8/Formula/swiftformat.rb -``` - -Note: if you already have a newer version of these installed you may need to -`brew switch` to this version. - -To update this section, find the versions of clang-format and swiftformat.rb to -match the versions in the CI failure logs -[here](https://github.com/Homebrew/homebrew-core/tree/master/Formula). ### Running Unit Tests Select a scheme and press Command-u to build a component and run its unit tests. -#### Viewing Code Coverage (Deprecated) - -First, make sure that [xcov](https://github.com/nakiostudio/xcov) is installed with `gem install xcov`. - -After running the `AllUnitTests_iOS` scheme in Xcode, execute -`xcov --workspace Firebase.xcworkspace --scheme AllUnitTests_iOS --output_directory xcov_output` -at Example/ in the terminal. This will aggregate the coverage, and you can run `open xcov_output/index.html` to see the results. - ### Running Sample Apps -In order to run the sample apps and integration tests, you'll need valid -`GoogleService-Info.plist` files for those samples. The Firebase Xcode project contains dummy plist +In order to run the sample apps and integration tests, you'll need a valid +`GoogleService-Info.plist` file. The Firebase Xcode project contains dummy plist files without real values, but can be replaced with real plist files. To get your own `GoogleService-Info.plist` files: @@ -177,12 +189,11 @@ files without real values, but can be replaced with real plist files. To get you 2. Create a new Firebase project, if you don't already have one 3. For each sample app you want to test, create a new Firebase app with the sample app's bundle identifier (e.g. `com.google.Database-Example`) -4. Download the resulting `GoogleService-Info.plist` and replace the appropriate dummy plist file -(e.g. in [Example/Database/App/](Example/Database/App/)); +4. Download the resulting `GoogleService-Info.plist` and add it to the Xcode project. -Some sample apps like Firebase Messaging ([Example/Messaging/App](Example/Messaging/App)) require -special Apple capabilities, and you will have to change the sample app to use a unique bundle -identifier that you can control in your own Apple Developer account. +### Coverage Report Generation + +See [scripts/code_coverage_report/README.md](scripts/code_coverage_report/README.md). ## Specific Component Instructions See the sections below for any special instructions for those components. @@ -202,10 +213,16 @@ To run against a local emulator instance, invoke `./scripts/run_database_emulato running the integration test. To run against a production instance, provide a valid GoogleServices-Info.plist and copy it to -`Example/Database/App/GoogleService-Info.plist`. Your Security Rule must be set to +`FirebaseDatabase/Tests/Resources/GoogleService-Info.plist`. Your Security Rule must be set to [public](https://firebase.google.com/docs/database/security/quickstart) while your tests are running. +### Firebase Performance Monitoring +If you're doing specific Firebase Performance Monitoring development, see +[the Performance README](FirebasePerformance/README.md) for instructions about building the SDK +and [the Performance TestApp README](FirebasePerformance/Tests/TestApp/README.md) for instructions about +integrating Performance with the dev test App. + ### Firebase Storage To run the Storage Integration tests, follow the instructions in @@ -219,7 +236,8 @@ In order to actually test receiving push notifications, you will need to: 1. Change the bundle identifier of the sample app to something you own in your Apple Developer account, and enable that App ID for push notifications. 2. You'll also need to -[upload your APNs Provider Authentication Key or certificate to the Firebase Console](https://firebase.google.com/docs/cloud-messaging/ios/certs) +[upload your APNs Provider Authentication Key or certificate to the +Firebase Console](https://firebase.google.com/docs/cloud-messaging/ios/certs) at **Project Settings > Cloud Messaging > [Your Firebase App]**. 3. Ensure your iOS device is added to your Apple Developer portal as a test device. @@ -229,43 +247,39 @@ The iOS Simulator cannot register for remote notifications, and will not receive In order to receive push notifications, you'll have to follow the steps above and run the app on a physical device. -## Community Supported Efforts +## Building with Firebase on Apple platforms + +At this time, not all of Firebase's products are available across all Apple platforms. However, +Firebase is constantly evolving and community supported efforts have helped expand Firebase's support. +To keep up with the latest info regarding Firebase's support across Apple platforms, refer to +[this chart](https://firebase.google.com/docs/ios/learn-more#firebase_library_support_by_platform) +in Firebase's documentation. + +### Community Supported Efforts We've seen an amazing amount of interest and contributions to improve the Firebase SDKs, and we are very grateful! We'd like to empower as many developers as we can to be able to use Firebase and participate in the Firebase community. -### tvOS, macOS, watchOS and Catalyst -Thanks to contributions from the community, many of Firebase SDKs now compile, run unit tests, and work on -tvOS, macOS, watchOS and Catalyst. +#### tvOS, macOS, watchOS and Catalyst +Thanks to contributions from the community, many of Firebase SDKs now compile, run unit tests, and +work on tvOS, macOS, watchOS and Catalyst. -For tvOS, checkout the [Sample](Example/tvOSSample). -For watchOS, currently only Messaging and Storage (and their dependencies) have limited support. Checkout the -[Independent Watch App Sample](Example/watchOSSample). +For tvOS, see the [Sample](Example/tvOSSample). +For watchOS, currently only Messaging, Storage and Crashlytics (and their dependencies) have limited +support. See the [Independent Watch App Sample](Example/watchOSSample). -Keep in mind that macOS, tvOS, watchOS and Catalyst are not officially supported by Firebase, and this -repository is actively developed primarily for iOS. While we can catch basic unit test issues with -Travis, there may be some changes where the SDK no longer works as expected on macOS, tvOS or watchOS. If you -encounter this, please [file an issue](https://github.com/firebase/firebase-ios-sdk/issues). +Keep in mind that macOS, tvOS, watchOS and Catalyst are not officially supported by Firebase, and +this repository is actively developed primarily for iOS. While we can catch basic unit test issues +with GitHub Actions, there may be some changes where the SDK no longer works as expected on macOS, +tvOS or watchOS. If you encounter this, please +[file an issue](https://github.com/firebase/firebase-ios-sdk/issues). -During app setup in the console, you may get to a step that mentions something like "Checking if the app -has communicated with our servers". This relies on Analytics and will not work on macOS/tvOS/watchOS/Catalyst. +During app setup in the console, you may get to a step that mentions something like "Checking if the +app has communicated with our servers". This relies on Analytics and will not work on +macOS/tvOS/watchOS/Catalyst. **It's safe to ignore the message and continue**, the rest of the SDKs will work as expected. -To install, add a subset of the following to the Podfile: - -``` -pod 'Firebase/ABTesting' # No watchOS support yet -pod 'Firebase/Auth' # No watchOS support yet -pod 'Firebase/Crashlytics' # No watchOS support yet -pod 'Firebase/Database' # No watchOS support yet -pod 'Firebase/Firestore' # No watchOS support yet -pod 'Firebase/Functions' # No watchOS support yet -pod 'Firebase/Messaging' -pod 'Firebase/RemoteConfig' # No watchOS support yet -pod 'Firebase/Storage' -``` - #### Additional Catalyst Notes * FirebaseAuth and FirebaseMessaging require adding `Keychain Sharing Capability` @@ -273,6 +287,10 @@ to Build Settings. * FirebaseFirestore requires signing the [gRPC Resource target](https://github.com/firebase/firebase-ios-sdk/issues/3500#issuecomment-518741681). +#### Additional Crashlytics Notes +* watchOS has limited support. Due to watchOS restrictions, mach exceptions and signal crashes are +not recorded. (Crashes in SwiftUI are generated as mach exceptions, so will not be recorded) + ## Roadmap See [Roadmap](ROADMAP.md) for more about the Firebase iOS SDK Open Source @@ -293,8 +311,12 @@ Your use of Firebase is governed by the [gh-actions]: https://github.com/firebase/firebase-ios-sdk/actions [gh-abtesting-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/abtesting/badge.svg +[gh-appcheck-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/app_check/badge.svg +[gh-appdistribution-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/appdistribution/badge.svg [gh-auth-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/auth/badge.svg +[gh-cocoapods-integration-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/cocoapods-integration/badge.svg [gh-core-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/core/badge.svg +[gh-core-diagnostics-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/core-diagnostics/badge.svg [gh-crashlytics-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/crashlytics/badge.svg [gh-database-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/database/badge.svg [gh-datatransport-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/datatransport/badge.svg @@ -302,9 +324,13 @@ Your use of Firebase is governed by the [gh-firebasepod-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/firebasepod/badge.svg [gh-firestore-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/firestore/badge.svg [gh-functions-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/functions/badge.svg +[gh-google-utilities-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/google-utilities/badge.svg +[gh-google-utilities-components-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/google-utilities-components/badge.svg [gh-inappmessaging-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/inappmessaging/badge.svg [gh-interop-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/interop/badge.svg [gh-messaging-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/messaging/badge.svg +[gh-mlmodeldownloader-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/mlmodeldownloader/badge.svg +[gh-performance-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/performance/badge.svg [gh-remoteconfig-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/remoteconfig/badge.svg [gh-storage-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/storage/badge.svg [gh-symbolcollision-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/symbolcollision/badge.svg diff --git a/ios/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m b/ios/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m index 2db7db839..c06da7f55 100644 --- a/ios/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m +++ b/ios/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m @@ -17,10 +17,7 @@ #import #include -#import -#import -#import -#import +#import #import #import @@ -33,7 +30,7 @@ #import #import -#import "FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.h" +#import "Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.h" /** The logger service string to use when printing to the console. */ static GULLoggerService kFIRCoreDiagnostics = @"[FirebaseCoreDiagnostics/FIRCoreDiagnostics]"; @@ -44,7 +41,9 @@ static BOOL kUsingZipFile = YES; static BOOL kUsingZipFile = NO; #endif // FIREBASE_BUILD_ZIP_FILE -#ifdef FIREBASE_BUILD_CARTHAGE +#if SWIFT_PACKAGE +#define kDeploymentType logs_proto_mobilesdk_ios_ICoreConfiguration_DeploymentType_SPM +#elif FIREBASE_BUILD_CARTHAGE #define kDeploymentType logs_proto_mobilesdk_ios_ICoreConfiguration_DeploymentType_CARTHAGE #elif FIREBASE_BUILD_ZIP_FILE #define kDeploymentType logs_proto_mobilesdk_ios_ICoreConfiguration_DeploymentType_ZIP_FILE @@ -52,13 +51,6 @@ static BOOL kUsingZipFile = NO; #define kDeploymentType logs_proto_mobilesdk_ios_ICoreConfiguration_DeploymentType_COCOAPODS #endif -static NSString *const kFIRServiceMLVisionOnDeviceAutoML = @"MLVisionOnDeviceAutoML"; -static NSString *const kFIRServiceMLVisionOnDeviceFace = @"MLVisionOnDeviceFace"; -static NSString *const kFIRServiceMLVisionOnDeviceBarcode = @"MLVisionOnDeviceBarcode"; -static NSString *const kFIRServiceMLVisionOnDeviceText = @"MLVisionOnDeviceText"; -static NSString *const kFIRServiceMLVisionOnDeviceLabel = @"MLVisionOnDeviceLabel"; -static NSString *const kFIRServiceMLVisionOnDeviceObjectDetection = - @"MLVisionOnDeviceObjectDetection"; static NSString *const kFIRServiceMLModelInterpreter = @"MLModelInterpreter"; static NSString *const kFIRServiceAdMob = @"AdMob"; @@ -200,24 +192,6 @@ NS_ASSUME_NONNULL_END return self; } -#pragma mark - Metadata helpers - -/** Returns the model of iOS device. Sample platform strings are @"iPhone7,1" for iPhone 6 Plus, - * @"iPhone7,2" for iPhone 6, etc. Refer to the Hardware strings at - * https://en.wikipedia.org/wiki/List_of_iOS_devices - * - * @return The device model as an NSString. - */ -+ (NSString *)deviceModel { - static NSString *deviceModel = nil; - if (deviceModel == nil) { - struct utsname systemInfo; - uname(&systemInfo); - deviceModel = [NSString stringWithCString:systemInfo.machine encoding:NSUTF8StringEncoding]; - } - return deviceModel; -} - #pragma mark - nanopb helper functions /** Callocs a pb_bytes_array and copies the given NSString's bytes into the bytes array. @@ -270,18 +244,6 @@ logs_proto_mobilesdk_ios_ICoreConfiguration_ServiceType FIRMapFromServiceStringT kFIRServicePerformance : @(logs_proto_mobilesdk_ios_ICoreConfiguration_ServiceType_PERFORMANCE), kFIRServiceStorage : @(logs_proto_mobilesdk_ios_ICoreConfiguration_ServiceType_STORAGE), - kFIRServiceMLVisionOnDeviceAutoML : - @(logs_proto_mobilesdk_ios_ICoreConfiguration_ServiceType_ML_VISION_ON_DEVICE_AUTOML), - kFIRServiceMLVisionOnDeviceFace : - @(logs_proto_mobilesdk_ios_ICoreConfiguration_ServiceType_ML_VISION_ON_DEVICE_FACE), - kFIRServiceMLVisionOnDeviceBarcode : - @(logs_proto_mobilesdk_ios_ICoreConfiguration_ServiceType_ML_VISION_ON_DEVICE_BARCODE), - kFIRServiceMLVisionOnDeviceText : - @(logs_proto_mobilesdk_ios_ICoreConfiguration_ServiceType_ML_VISION_ON_DEVICE_TEXT), - kFIRServiceMLVisionOnDeviceLabel : - @(logs_proto_mobilesdk_ios_ICoreConfiguration_ServiceType_ML_VISION_ON_DEVICE_LABEL), - kFIRServiceMLVisionOnDeviceObjectDetection : @( - logs_proto_mobilesdk_ios_ICoreConfiguration_ServiceType_ML_VISION_ON_DEVICE_OBJECT_DETECTION), kFIRServiceMLModelInterpreter : @(logs_proto_mobilesdk_ios_ICoreConfiguration_ServiceType_ML_MODEL_INTERPRETER), kGGLServiceAnalytics : @(logs_proto_mobilesdk_ios_ICoreConfiguration_ServiceType_ANALYTICS), @@ -379,7 +341,7 @@ void FIRPopulateProtoWithCommonInfoFromApp(logs_proto_mobilesdk_ios_ICoreConfigu config->icore_version = FIREncodeString(libraryVersionID); } - NSString *deviceModel = [FIRCoreDiagnostics deviceModel]; + NSString *deviceModel = [GULAppEnvironmentUtil deviceModel]; if (deviceModel.length) { config->device_model = FIREncodeString(deviceModel); } @@ -422,40 +384,6 @@ void FIRPopulateProtoWithInstalledServices(logs_proto_mobilesdk_ios_ICoreConfigu [sdkServiceInstalledArray addObject:@(FIRMapFromServiceStringToTypeEnum(kFIRServiceMeasurement))]; } - // ML Vision On Device AutoML. - if (NSClassFromString(@"FIRVisionOnDeviceAutoMLImageLabelerOptions") != nil) { - [sdkServiceInstalledArray - addObject:@(FIRMapFromServiceStringToTypeEnum(kFIRServiceMLVisionOnDeviceAutoML))]; - } - // ML Vision On Device Face. - if (NSClassFromString(@"FIRVisionFaceDetector") != nil && - NSClassFromString(@"GMVFaceDetector") != nil) { - [sdkServiceInstalledArray - addObject:@(FIRMapFromServiceStringToTypeEnum(kFIRServiceMLVisionOnDeviceFace))]; - } - // ML Vision On Device Barcode. - if (NSClassFromString(@"FIRVisionBarcodeDetector") != nil && - NSClassFromString(@"GMVBarcodeDetector") != nil) { - [sdkServiceInstalledArray - addObject:@(FIRMapFromServiceStringToTypeEnum(kFIRServiceMLVisionOnDeviceBarcode))]; - } - // ML Vision On Device Text. - if (NSClassFromString(@"FIRVisionTextDetector") != nil && - NSClassFromString(@"GMVTextDetector") != nil) { - [sdkServiceInstalledArray - addObject:@(FIRMapFromServiceStringToTypeEnum(kFIRServiceMLVisionOnDeviceText))]; - } - // ML Vision On Device Image Label. - if (NSClassFromString(@"FIRVisionLabelDetector") != nil && - NSClassFromString(@"GMVLabelDetector") != nil) { - [sdkServiceInstalledArray - addObject:@(FIRMapFromServiceStringToTypeEnum(kFIRServiceMLVisionOnDeviceLabel))]; - } - // ML Vision On Device Object. - if (NSClassFromString(@"FIRVisionObjectDetector") != nil) { - [sdkServiceInstalledArray - addObject:@(FIRMapFromServiceStringToTypeEnum(kFIRServiceMLVisionOnDeviceObjectDetection))]; - } // ML Model Interpreter if (NSClassFromString(@"FIRCustomModelInterpreter") != nil) { [sdkServiceInstalledArray @@ -526,29 +454,6 @@ void FIRPopulateProtoWithInstalledServices(logs_proto_mobilesdk_ios_ICoreConfigu config->sdk_service_installed_count = (int32_t)sdkServiceInstalledArray.count; } -/** Populates the proto with the number of linked frameworks. - * - * @param config The proto to populate. - */ -void FIRPopulateProtoWithNumberOfLinkedFrameworks( - logs_proto_mobilesdk_ios_ICoreConfiguration *config) { - int numFrameworks = -1; // Subtract the app binary itself. - unsigned int numImages; - const char **imageNames = objc_copyImageNames(&numImages); - for (unsigned int i = 0; i < numImages; i++) { - NSString *imageName = [NSString stringWithUTF8String:imageNames[i]]; - if ([imageName rangeOfString:@"System/Library"].length != 0 // Apple .frameworks - || [imageName rangeOfString:@"Developer/Library"].length != 0 // Xcode debug .frameworks - || [imageName rangeOfString:@"usr/lib"].length != 0) { // Public .dylibs - continue; - } - numFrameworks++; - } - free(imageNames); - config->dynamic_framework_count = numFrameworks; - config->has_dynamic_framework_count = 1; -} - /** Populates the proto with Info.plist values. * * @param config The proto to populate. @@ -604,7 +509,6 @@ void FIRPopulateProtoWithInfoPlistValues(logs_proto_mobilesdk_ios_ICoreConfigura FIRPopulateProtoWithInfoFromUserInfoParams(&icore_config, diagnosticObjects); FIRPopulateProtoWithCommonInfoFromApp(&icore_config, diagnosticObjects); FIRPopulateProtoWithInstalledServices(&icore_config); - FIRPopulateProtoWithNumberOfLinkedFrameworks(&icore_config); FIRPopulateProtoWithInfoPlistValues(&icore_config); [self setHeartbeatFlagIfNeededToConfig:&icore_config]; diff --git a/ios/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c b/ios/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c index 0bdb27e28..2a9a622fe 100644 --- a/ios/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c +++ b/ios/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c @@ -15,7 +15,7 @@ */ /* Automatically generated nanopb constant definitions */ -/* Generated by nanopb-0.3.9.5 */ +/* Generated by nanopb-0.3.9.7 */ #include "firebasecore.nanopb.h" diff --git a/ios/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.h b/ios/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.h index 59d1b3b0d..ac922112b 100644 --- a/ios/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.h +++ b/ios/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.h @@ -15,7 +15,7 @@ */ /* Automatically generated nanopb header */ -/* Generated by nanopb-0.3.9.5 */ +/* Generated by nanopb-0.3.9.7 */ #ifndef PB_LOGS_PROTO_MOBILESDK_IOS_FIREBASECORE_NANOPB_H_INCLUDED #define PB_LOGS_PROTO_MOBILESDK_IOS_FIREBASECORE_NANOPB_H_INCLUDED diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FIRInstallationsVersion.h b/ios/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/Public/FIRCoreDiagnostics.h similarity index 76% rename from ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FIRInstallationsVersion.h rename to ios/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/Public/FIRCoreDiagnostics.h index 8cdf6778b..5076d6b43 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FIRInstallationsVersion.h +++ b/ios/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/Public/FIRCoreDiagnostics.h @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,6 +14,5 @@ * limitations under the License. */ -#import - -FOUNDATION_EXPORT const char *const FIRInstallationsVersionStr; +// There are no actual public headers in the lib. This is a dummy public header to prevent Cocoapods +// from adding all internal headers as public. diff --git a/ios/Pods/FirebaseCoreDiagnostics/README.md b/ios/Pods/FirebaseCoreDiagnostics/README.md index d778205ff..c80c0013a 100644 --- a/ios/Pods/FirebaseCoreDiagnostics/README.md +++ b/ios/Pods/FirebaseCoreDiagnostics/README.md @@ -3,8 +3,12 @@ [![Platform](https://img.shields.io/cocoapods/p/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) [![Actions Status][gh-abtesting-badge]][gh-actions] +[![Actions Status][gh-appcheck-badge]][gh-actions] +[![Actions Status][gh-appdistribution-badge]][gh-actions] [![Actions Status][gh-auth-badge]][gh-actions] +[![Actions Status][gh-cocoapods-integration-badge]][gh-actions] [![Actions Status][gh-core-badge]][gh-actions] +[![Actions Status][gh-core-diagnostics-badge]][gh-actions] [![Actions Status][gh-crashlytics-badge]][gh-actions] [![Actions Status][gh-database-badge]][gh-actions] [![Actions Status][gh-datatransport-badge]][gh-actions] @@ -12,9 +16,13 @@ [![Actions Status][gh-firebasepod-badge]][gh-actions] [![Actions Status][gh-firestore-badge]][gh-actions] [![Actions Status][gh-functions-badge]][gh-actions] +[![Actions Status][gh-google-utilities-badge]][gh-actions] +[![Actions Status][gh-google-utilities-components-badge]][gh-actions] [![Actions Status][gh-inappmessaging-badge]][gh-actions] [![Actions Status][gh-interop-badge]][gh-actions] [![Actions Status][gh-messaging-badge]][gh-actions] +[![Actions Status][gh-mlmodeldownloader-badge]][gh-actions] +[![Actions Status][gh-performance-badge]][gh-actions] [![Actions Status][gh-remoteconfig-badge]][gh-actions] [![Actions Status][gh-storage-badge]][gh-actions] [![Actions Status][gh-symbolcollision-badge]][gh-actions] @@ -23,21 +31,23 @@ # Firebase Apple Open Source Development -This repository contains all Apple platform Firebase SDK source except FirebaseAnalytics, -FirebasePerformance, and FirebaseML. - -The repository also includes GoogleUtilities source. The -[GoogleUtilities](GoogleUtilities/README.md) pod is -a set of utilities used by Firebase and other Google products. +This repository contains all Apple platform Firebase SDK source except FirebaseAnalytics +and FirebaseML. Firebase is an app development platform with tools to help you build, grow and monetize your app. More information about Firebase can be found at [https://firebase.google.com](https://firebase.google.com). +The repository also includes GoogleUtilities and GoogleDataTransport source +which are utilities used by Firebase and other Google products. + +**Note** _FirebaseCombineSwift_ contains support for Apple's Combine framework. This module is currently under development, and not yet supported for use in production environments. Fore more details, please refer to the [docs](FirebaseCombineSwift/README.md). + ## Installation -See the three subsections for details about three different installation methods. +See the subsections below for details about the different installation methods. 1. [Standard pod install](README.md#standard-pod-install) +1. [Swift Package Manager](SwiftPackageManager.md) 1. [Installing from the GitHub repo](README.md#installing-from-github) 1. [Experimental Carthage](README.md#carthage-ios-only) @@ -46,11 +56,12 @@ See the three subsections for details about three different installation methods Go to [https://firebase.google.com/docs/ios/setup](https://firebase.google.com/docs/ios/setup). -### Installing from GitHub +### Swift Package Manager -For releases starting with 5.0.0, the source for each release is also deployed -to CocoaPods master and available via standard -[CocoaPods Podfile syntax](https://guides.cocoapods.org/syntax/podfile.html#pod). +Instructions for [Swift Package Manager](https://swift.org/package-manager/) support can be +found at [SwiftPackageManager.md](SwiftPackageManager.md). + +### Installing from GitHub These instructions can be used to access the Firebase repo at other branches, tags, or commits. @@ -67,14 +78,14 @@ All of the official releases are tagged in this repo and available via CocoaPods source snapshot or unreleased branch, use Podfile directives like the following: To access FirebaseFirestore via a branch: -``` +```ruby pod 'FirebaseCore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master' pod 'FirebaseFirestore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master' ``` To access FirebaseMessaging via a checked out version of the firebase-ios-sdk repo do: -``` +```ruby pod 'FirebaseCore', :path => '/path/to/firebase-ios-sdk' pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk' ``` @@ -82,12 +93,8 @@ pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk' ### Carthage (iOS only) Instructions for the experimental Carthage distribution are at -[Carthage](Carthage.md). - -### Rome - -Instructions for installing binary frameworks via -[Rome](https://github.com/CocoaPods/Rome) are at [Rome](Rome.md). +[Carthage](Carthage.md). If you have a new Mac with an Apple silicon chip, please see +[these instructions](AppleSilicon.md). ### Using Firebase from a Framework or a library @@ -98,13 +105,22 @@ Instructions for installing binary frameworks via To develop Firebase software in this repository, ensure that you have at least the following software: - * Xcode 10.3 (or later) - * CocoaPods 1.7.2 (or later) + * Xcode 12.2 (or later) + +CocoaPods is still the canonical way to develop, but much of the repo now supports +development with Swift Package Manager. + +### CocoaPods + +Install + * CocoaPods 1.10.0 (or later) * [CocoaPods generate](https://github.com/square/cocoapods-generate) For the pod that you want to develop: -`pod gen Firebase{name here}.podspec --local-sources=./ --auto-open --platforms=ios` +```ruby +pod gen Firebase{name here}.podspec --local-sources=./ --auto-open --platforms=ios +``` Note: If the CocoaPods cache is out of date, you may need to run `pod repo update` before the `pod gen` command. @@ -116,7 +132,7 @@ CocoaPods workspaces. Firestore has a self contained Xcode project. See [Firestore/README.md](Firestore/README.md). -### Development for Catalyst +#### Development for Catalyst * `pod gen {name here}.podspec --local-sources=./ --auto-open --platforms=ios` * Check the Mac box in the App-iOS Build Settings * Sign the App in the Settings Signing & Capabilities tab @@ -125,6 +141,18 @@ Firestore has a self contained Xcode project. See * Select the Unit-unit scheme * Run it to build and test +Alternatively disable signing in each target: +* Go to Build Settings tab +* Click `+` +* Select `Add User-Defined Setting` +* Add `CODE_SIGNING_REQUIRED` setting with a value of `NO` + +### Swift Package Manager +* `open Package.swift` or double click `Package.swift` in Finder. +* Xcode will open the project + * Choose a scheme for a library to build or test suite to run + * Choose a target platform by selecting the run destination along with the scheme + ### Adding a New Firebase Pod See [AddNewPod.md](AddNewPod.md). @@ -136,40 +164,24 @@ See [HeadersImports.md](HeadersImports.md). ### Code Formatting To ensure that the code is formatted consistently, run the script -[./scripts/style.sh](https://github.com/firebase/firebase-ios-sdk/blob/master/scripts/style.sh) +[./scripts/check.sh](https://github.com/firebase/firebase-ios-sdk/blob/master/scripts/check.sh) before creating a PR. -Travis will verify that any code changes are done in a style compliant way. Install -`clang-format` and `swiftformat`. -These commands will get the right versions: +GitHub Actions will verify that any code changes are done in a style compliant +way. Install `clang-format` and `mint`: +```console +brew install clang-format@12 +brew install mint ``` -brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/c6f1cbd/Formula/clang-format.rb -brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/c13eda8/Formula/swiftformat.rb -``` - -Note: if you already have a newer version of these installed you may need to -`brew switch` to this version. - -To update this section, find the versions of clang-format and swiftformat.rb to -match the versions in the CI failure logs -[here](https://github.com/Homebrew/homebrew-core/tree/master/Formula). ### Running Unit Tests Select a scheme and press Command-u to build a component and run its unit tests. -#### Viewing Code Coverage (Deprecated) - -First, make sure that [xcov](https://github.com/nakiostudio/xcov) is installed with `gem install xcov`. - -After running the `AllUnitTests_iOS` scheme in Xcode, execute -`xcov --workspace Firebase.xcworkspace --scheme AllUnitTests_iOS --output_directory xcov_output` -at Example/ in the terminal. This will aggregate the coverage, and you can run `open xcov_output/index.html` to see the results. - ### Running Sample Apps -In order to run the sample apps and integration tests, you'll need valid -`GoogleService-Info.plist` files for those samples. The Firebase Xcode project contains dummy plist +In order to run the sample apps and integration tests, you'll need a valid +`GoogleService-Info.plist` file. The Firebase Xcode project contains dummy plist files without real values, but can be replaced with real plist files. To get your own `GoogleService-Info.plist` files: @@ -177,12 +189,11 @@ files without real values, but can be replaced with real plist files. To get you 2. Create a new Firebase project, if you don't already have one 3. For each sample app you want to test, create a new Firebase app with the sample app's bundle identifier (e.g. `com.google.Database-Example`) -4. Download the resulting `GoogleService-Info.plist` and replace the appropriate dummy plist file -(e.g. in [Example/Database/App/](Example/Database/App/)); +4. Download the resulting `GoogleService-Info.plist` and add it to the Xcode project. -Some sample apps like Firebase Messaging ([Example/Messaging/App](Example/Messaging/App)) require -special Apple capabilities, and you will have to change the sample app to use a unique bundle -identifier that you can control in your own Apple Developer account. +### Coverage Report Generation + +See [scripts/code_coverage_report/README.md](scripts/code_coverage_report/README.md). ## Specific Component Instructions See the sections below for any special instructions for those components. @@ -202,10 +213,16 @@ To run against a local emulator instance, invoke `./scripts/run_database_emulato running the integration test. To run against a production instance, provide a valid GoogleServices-Info.plist and copy it to -`Example/Database/App/GoogleService-Info.plist`. Your Security Rule must be set to +`FirebaseDatabase/Tests/Resources/GoogleService-Info.plist`. Your Security Rule must be set to [public](https://firebase.google.com/docs/database/security/quickstart) while your tests are running. +### Firebase Performance Monitoring +If you're doing specific Firebase Performance Monitoring development, see +[the Performance README](FirebasePerformance/README.md) for instructions about building the SDK +and [the Performance TestApp README](FirebasePerformance/Tests/TestApp/README.md) for instructions about +integrating Performance with the dev test App. + ### Firebase Storage To run the Storage Integration tests, follow the instructions in @@ -219,7 +236,8 @@ In order to actually test receiving push notifications, you will need to: 1. Change the bundle identifier of the sample app to something you own in your Apple Developer account, and enable that App ID for push notifications. 2. You'll also need to -[upload your APNs Provider Authentication Key or certificate to the Firebase Console](https://firebase.google.com/docs/cloud-messaging/ios/certs) +[upload your APNs Provider Authentication Key or certificate to the +Firebase Console](https://firebase.google.com/docs/cloud-messaging/ios/certs) at **Project Settings > Cloud Messaging > [Your Firebase App]**. 3. Ensure your iOS device is added to your Apple Developer portal as a test device. @@ -229,43 +247,39 @@ The iOS Simulator cannot register for remote notifications, and will not receive In order to receive push notifications, you'll have to follow the steps above and run the app on a physical device. -## Community Supported Efforts +## Building with Firebase on Apple platforms + +At this time, not all of Firebase's products are available across all Apple platforms. However, +Firebase is constantly evolving and community supported efforts have helped expand Firebase's support. +To keep up with the latest info regarding Firebase's support across Apple platforms, refer to +[this chart](https://firebase.google.com/docs/ios/learn-more#firebase_library_support_by_platform) +in Firebase's documentation. + +### Community Supported Efforts We've seen an amazing amount of interest and contributions to improve the Firebase SDKs, and we are very grateful! We'd like to empower as many developers as we can to be able to use Firebase and participate in the Firebase community. -### tvOS, macOS, watchOS and Catalyst -Thanks to contributions from the community, many of Firebase SDKs now compile, run unit tests, and work on -tvOS, macOS, watchOS and Catalyst. +#### tvOS, macOS, watchOS and Catalyst +Thanks to contributions from the community, many of Firebase SDKs now compile, run unit tests, and +work on tvOS, macOS, watchOS and Catalyst. -For tvOS, checkout the [Sample](Example/tvOSSample). -For watchOS, currently only Messaging and Storage (and their dependencies) have limited support. Checkout the -[Independent Watch App Sample](Example/watchOSSample). +For tvOS, see the [Sample](Example/tvOSSample). +For watchOS, currently only Messaging, Storage and Crashlytics (and their dependencies) have limited +support. See the [Independent Watch App Sample](Example/watchOSSample). -Keep in mind that macOS, tvOS, watchOS and Catalyst are not officially supported by Firebase, and this -repository is actively developed primarily for iOS. While we can catch basic unit test issues with -Travis, there may be some changes where the SDK no longer works as expected on macOS, tvOS or watchOS. If you -encounter this, please [file an issue](https://github.com/firebase/firebase-ios-sdk/issues). +Keep in mind that macOS, tvOS, watchOS and Catalyst are not officially supported by Firebase, and +this repository is actively developed primarily for iOS. While we can catch basic unit test issues +with GitHub Actions, there may be some changes where the SDK no longer works as expected on macOS, +tvOS or watchOS. If you encounter this, please +[file an issue](https://github.com/firebase/firebase-ios-sdk/issues). -During app setup in the console, you may get to a step that mentions something like "Checking if the app -has communicated with our servers". This relies on Analytics and will not work on macOS/tvOS/watchOS/Catalyst. +During app setup in the console, you may get to a step that mentions something like "Checking if the +app has communicated with our servers". This relies on Analytics and will not work on +macOS/tvOS/watchOS/Catalyst. **It's safe to ignore the message and continue**, the rest of the SDKs will work as expected. -To install, add a subset of the following to the Podfile: - -``` -pod 'Firebase/ABTesting' # No watchOS support yet -pod 'Firebase/Auth' # No watchOS support yet -pod 'Firebase/Crashlytics' # No watchOS support yet -pod 'Firebase/Database' # No watchOS support yet -pod 'Firebase/Firestore' # No watchOS support yet -pod 'Firebase/Functions' # No watchOS support yet -pod 'Firebase/Messaging' -pod 'Firebase/RemoteConfig' # No watchOS support yet -pod 'Firebase/Storage' -``` - #### Additional Catalyst Notes * FirebaseAuth and FirebaseMessaging require adding `Keychain Sharing Capability` @@ -273,6 +287,10 @@ to Build Settings. * FirebaseFirestore requires signing the [gRPC Resource target](https://github.com/firebase/firebase-ios-sdk/issues/3500#issuecomment-518741681). +#### Additional Crashlytics Notes +* watchOS has limited support. Due to watchOS restrictions, mach exceptions and signal crashes are +not recorded. (Crashes in SwiftUI are generated as mach exceptions, so will not be recorded) + ## Roadmap See [Roadmap](ROADMAP.md) for more about the Firebase iOS SDK Open Source @@ -293,8 +311,12 @@ Your use of Firebase is governed by the [gh-actions]: https://github.com/firebase/firebase-ios-sdk/actions [gh-abtesting-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/abtesting/badge.svg +[gh-appcheck-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/app_check/badge.svg +[gh-appdistribution-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/appdistribution/badge.svg [gh-auth-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/auth/badge.svg +[gh-cocoapods-integration-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/cocoapods-integration/badge.svg [gh-core-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/core/badge.svg +[gh-core-diagnostics-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/core-diagnostics/badge.svg [gh-crashlytics-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/crashlytics/badge.svg [gh-database-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/database/badge.svg [gh-datatransport-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/datatransport/badge.svg @@ -302,9 +324,13 @@ Your use of Firebase is governed by the [gh-firebasepod-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/firebasepod/badge.svg [gh-firestore-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/firestore/badge.svg [gh-functions-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/functions/badge.svg +[gh-google-utilities-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/google-utilities/badge.svg +[gh-google-utilities-components-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/google-utilities-components/badge.svg [gh-inappmessaging-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/inappmessaging/badge.svg [gh-interop-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/interop/badge.svg [gh-messaging-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/messaging/badge.svg +[gh-mlmodeldownloader-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/mlmodeldownloader/badge.svg +[gh-performance-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/performance/badge.svg [gh-remoteconfig-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/remoteconfig/badge.svg [gh-storage-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/storage/badge.svg [gh-symbolcollision-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/symbolcollision/badge.svg diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSApplication.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSApplication.h index 75536f7cd..6a4f8fa80 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSApplication.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSApplication.h @@ -47,6 +47,11 @@ NSString* FIRCLSApplicationGetSDKBundleID(void); */ NSString* FIRCLSApplicationGetPlatform(void); +/** + * Returns the Operating System for filtering. Should be kept consistent with Analytics. + */ +NSString* FIRCLSApplicationGetFirebasePlatform(void); + /** * Returns the user-facing app name */ diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSApplication.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSApplication.m index 219b4bb7a..0a00642c5 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSApplication.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSApplication.m @@ -12,10 +12,12 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSApplication.h" +#import "Crashlytics/Crashlytics/Components/FIRCLSApplication.h" -#import "FIRCLSHost.h" -#import "FIRCLSUtility.h" +#import "Crashlytics/Crashlytics/Components/FIRCLSHost.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" + +#import #if CLS_TARGET_OS_OSX #import @@ -44,9 +46,29 @@ NSString* FIRCLSApplicationGetPlatform(void) { return @"mac"; #elif TARGET_OS_TV return @"tvos"; +#elif TARGET_OS_WATCH + return @"ios"; // TODO: temporarily use iOS until Firebase can add watchos to the backend #endif } +NSString* FIRCLSApplicationGetFirebasePlatform(void) { + NSString* firebasePlatform = [GULAppEnvironmentUtil applePlatform]; + +#if TARGET_OS_IOS + if ([firebasePlatform isEqualToString:@"ios"] && + UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) { + return @"ipados"; + } + // This check is necessary because iOS-only apps running on iPad + // will report UIUserInterfaceIdiomPhone via UI_USER_INTERFACE_IDIOM(). + if ([[UIDevice currentDevice].model.lowercaseString containsString:@"ipad"]) { + return @"ipados"; + } +#endif + + return firebasePlatform; +} + // these defaults match the FIRCLSInfoPlist helper in FIRCLSIDEFoundation NSString* FIRCLSApplicationGetBundleVersion(void) { return [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleVersion"]; diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.h index f3c0bd718..af09ccf9f 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.h @@ -17,9 +17,9 @@ #include #include -#include "FIRCLSFeatures.h" -#include "FIRCLSFile.h" -#include "FIRCLSMachO.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFile.h" +#include "Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.h" __BEGIN_DECLS diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.m index 8b707bb44..9c91ccdc1 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.m @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSBinaryImage.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.h" #include #include @@ -21,13 +21,13 @@ #include -#include "FIRCLSByteUtility.h" -#include "FIRCLSFeatures.h" -#include "FIRCLSFile.h" -#include "FIRCLSGlobals.h" -#include "FIRCLSHost.h" -#include "FIRCLSMachO.h" -#include "FIRCLSUtility.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSGlobals.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSHost.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFile.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" +#include "Crashlytics/Shared/FIRCLSByteUtility.h" +#include "Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.h" #include @@ -363,20 +363,17 @@ static void FIRCLSBinaryImageChanged(bool added, const struct mach_header* mh, intptr_t vmaddr_slide) { // FIRCLSSDKLog("Binary image %s %p\n", added ? "loaded" : "unloaded", mh); - FIRCLSBinaryImageDetails imageDetails; - memset(&imageDetails, 0, sizeof(FIRCLSBinaryImageDetails)); imageDetails.slice = FIRCLSMachOSliceWithHeader((void*)mh); imageDetails.vmaddr_slide = vmaddr_slide; FIRCLSBinaryImageFillInImageDetails(&imageDetails); - // this is an atomic operation - FIRCLSBinaryImageStoreNode(added, imageDetails); - - // this isn't, so do it on a serial queue + // Do these time-consuming operations on a background queue dispatch_async(FIRCLSGetBinaryImageQueue(), ^{ + // this is an atomic operation + FIRCLSBinaryImageStoreNode(added, imageDetails); FIRCLSBinaryImageRecordSlice(added, imageDetails); }); } diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSContext.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSContext.h index bdb43418c..f638b7ef3 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSContext.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSContext.h @@ -14,15 +14,15 @@ #pragma once -#include "FIRCLSAllocate.h" -#include "FIRCLSBinaryImage.h" -#include "FIRCLSException.h" -#include "FIRCLSFeatures.h" -#include "FIRCLSHost.h" -#include "FIRCLSInternalLogging.h" -#include "FIRCLSMachException.h" -#include "FIRCLSSignal.h" -#include "FIRCLSUserLogging.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSHost.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSUserLogging.h" +#include "Crashlytics/Crashlytics/Handlers/FIRCLSException.h" +#include "Crashlytics/Crashlytics/Handlers/FIRCLSMachException.h" +#include "Crashlytics/Crashlytics/Handlers/FIRCLSSignal.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.h" #include #include @@ -57,7 +57,9 @@ typedef struct { FIRCLSBinaryImageReadOnlyContext binaryimage; FIRCLSExceptionReadOnlyContext exception; FIRCLSHostReadOnlyContext host; +#if CLS_SIGNAL_SUPPORTED FIRCLSSignalReadContext signal; +#endif #if CLS_MACH_EXCEPTION_SUPPORTED FIRCLSMachExceptionReadContext machException; #endif @@ -84,7 +86,6 @@ typedef struct { const char* rootPath; const char* previouslyCrashedFileRootPath; const char* sessionId; - const char* installId; const char* betaToken; #if CLS_MACH_EXCEPTION_SUPPORTED exception_mask_t machExceptionMask; @@ -100,14 +101,8 @@ typedef struct { #ifdef __OBJC__ bool FIRCLSContextInitialize(FIRCLSInternalReport* report, FIRCLSSettings* settings, - FIRCLSInstallIdentifierModel* installIDModel, FIRCLSFileManager* fileManager); -// Re-writes the metadata file on the current thread -void FIRCLSContextUpdateMetadata(FIRCLSInternalReport* report, - FIRCLSSettings* settings, - FIRCLSInstallIdentifierModel* installIDModel, - FIRCLSFileManager* fileManager); #endif void FIRCLSContextBaseInit(void); diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSContext.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSContext.m index 26d46c72e..92562b70a 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSContext.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSContext.m @@ -12,23 +12,25 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSContext.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSContext.h" #include #include -#import "FIRCLSFileManager.h" -#import "FIRCLSInstallIdentifierModel.h" -#import "FIRCLSInternalReport.h" -#import "FIRCLSSettings.h" +#import "Crashlytics/Shared/FIRCLSConstants.h" -#include "FIRCLSApplication.h" -#include "FIRCLSCrashedMarkerFile.h" -#include "FIRCLSDefines.h" -#include "FIRCLSFeatures.h" -#include "FIRCLSGlobals.h" -#include "FIRCLSProcess.h" -#include "FIRCLSUtility.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSFileManager.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSInternalReport.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSSettings.h" + +#include "Crashlytics/Crashlytics/Components/FIRCLSApplication.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSGlobals.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSProcess.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" // The writable size is our handler stack plus whatever scratch we need. We have to use this space // extremely carefully, however, because thread stacks always needs to be page-aligned. Only the @@ -51,7 +53,6 @@ static void FIRCLSContextAllocate(FIRCLSContext* context); FIRCLSContextInitData FIRCLSContextBuildInitData(FIRCLSInternalReport* report, FIRCLSSettings* settings, - FIRCLSInstallIdentifierModel* installIDModel, FIRCLSFileManager* fileManager) { // Because we need to start the crash reporter right away, // it starts up either with default settings, or cached settings @@ -62,7 +63,6 @@ FIRCLSContextInitData FIRCLSContextBuildInitData(FIRCLSInternalReport* report, memset(&initData, 0, sizeof(FIRCLSContextInitData)); initData.customBundleId = nil; - initData.installId = [installIDModel.installID UTF8String]; initData.sessionId = [[report identifier] UTF8String]; initData.rootPath = [[report path] UTF8String]; initData.previouslyCrashedFileRootPath = [[fileManager rootPath] UTF8String]; @@ -72,6 +72,7 @@ FIRCLSContextInitData FIRCLSContextBuildInitData(FIRCLSInternalReport* report, initData.maxErrorLogSize = [settings errorLogBufferSize]; initData.maxLogSize = [settings logBufferSize]; initData.maxKeyValues = [settings maxCustomKeys]; + initData.betaToken = ""; // If this is set, then we could attempt to do a synchronous submission for certain kinds of // events (exceptions). This is a very cool feature, but adds complexity to the backend. For now, @@ -98,10 +99,8 @@ FIRCLSContextInitData FIRCLSContextBuildInitData(FIRCLSInternalReport* report, bool FIRCLSContextInitialize(FIRCLSInternalReport* report, FIRCLSSettings* settings, - FIRCLSInstallIdentifierModel* installIDModel, FIRCLSFileManager* fileManager) { - FIRCLSContextInitData initDataObj = - FIRCLSContextBuildInitData(report, settings, installIDModel, fileManager); + FIRCLSContextInitData initDataObj = FIRCLSContextBuildInitData(report, settings, fileManager); FIRCLSContextInitData* initData = &initDataObj; if (!initData) { @@ -194,13 +193,18 @@ bool FIRCLSContextInitialize(FIRCLSInternalReport* report, FIRCLSContextAppendToRoot(rootPath, fileName); }); + // To initialize Crashlytics handlers even if the Xcode debugger is attached, replace this check + // with YES. Note that this is only possible to do on an actual device as it will cause the + // simulator to crash. if (!_firclsContext.readonly->debuggerAttached) { +#if CLS_SIGNAL_SUPPORTED dispatch_group_async(group, queue, ^{ _firclsContext.readonly->signal.path = FIRCLSContextAppendToRoot(rootPath, FIRCLSReportSignalFile); FIRCLSSignalInitialize(&_firclsContext.readonly->signal); }); +#endif #if CLS_MACH_EXCEPTION_SUPPORTED dispatch_group_async(group, queue, ^{ @@ -255,24 +259,6 @@ bool FIRCLSContextInitialize(FIRCLSInternalReport* report, return true; } -void FIRCLSContextUpdateMetadata(FIRCLSInternalReport* report, - FIRCLSSettings* settings, - FIRCLSInstallIdentifierModel* installIDModel, - FIRCLSFileManager* fileManager) { - FIRCLSContextInitData initDataObj = - FIRCLSContextBuildInitData(report, settings, installIDModel, fileManager); - FIRCLSContextInitData* initData = &initDataObj; - - NSString* rootPath = [NSString stringWithUTF8String:initData->rootPath]; - - const char* metaDataPath = - [[rootPath stringByAppendingPathComponent:FIRCLSReportMetadataFile] fileSystemRepresentation]; - - if (!FIRCLSContextRecordMetadata(metaDataPath, initData)) { - FIRCLSErrorLog(@"Unable to update context metadata"); - } -} - void FIRCLSContextBaseInit(void) { NSString* sdkBundleID = FIRCLSApplicationGetSDKBundleID(); @@ -397,13 +383,15 @@ static bool FIRCLSContextRecordIdentity(FIRCLSFile* file, const FIRCLSContextIni FIRCLSFileWriteHashStart(file); - FIRCLSFileWriteHashEntryString(file, "generator", CLS_SDK_GENERATOR_NAME); - FIRCLSFileWriteHashEntryString(file, "display_version", CLS_SDK_DISPLAY_VERSION); - FIRCLSFileWriteHashEntryString(file, "build_version", CLS_SDK_DISPLAY_VERSION); + FIRCLSFileWriteHashEntryString(file, "generator", FIRCLSSDKGeneratorName().UTF8String); + FIRCLSFileWriteHashEntryString(file, "display_version", FIRCLSSDKVersion().UTF8String); + FIRCLSFileWriteHashEntryString(file, "build_version", FIRCLSSDKVersion().UTF8String); FIRCLSFileWriteHashEntryUint64(file, "started_at", time(NULL)); FIRCLSFileWriteHashEntryString(file, "session_id", initData->sessionId); - FIRCLSFileWriteHashEntryString(file, "install_id", initData->installId); + // install_id is written into the proto directly. This is only left here to + // support Apple Report Converter. + FIRCLSFileWriteHashEntryString(file, "install_id", ""); FIRCLSFileWriteHashEntryString(file, "beta_token", initData->betaToken); FIRCLSFileWriteHashEntryBoolean(file, "absolute_log_timestamps", true); diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.c b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.c index 5dd67fdec..b9401392a 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.c +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.c @@ -12,9 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSCrashedMarkerFile.h" -#include "FIRCLSFile.h" -#include "FIRCLSUtility.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFile.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" const char *FIRCLSCrashedMarkerFileName = "previously-crashed"; diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSGlobals.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSGlobals.h index 4f125cf08..10173ed4e 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSGlobals.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSGlobals.h @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSContext.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSContext.h" __BEGIN_DECLS diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSHost.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSHost.h index 24b1acd13..0e94d36c5 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSHost.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSHost.h @@ -17,7 +17,7 @@ #include #include -#include "FIRCLSFile.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFile.h" typedef struct { const char* documentDirectoryPath; @@ -34,4 +34,6 @@ bool FIRCLSHostRecord(FIRCLSFile* file); void FIRCLSHostWriteDiskUsage(FIRCLSFile* file); +bool FIRCLSHostIsRosettaTranslated(void); + __END_DECLS diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSHost.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSHost.m index 87ff0f7ae..354a4a420 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSHost.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSHost.m @@ -12,18 +12,18 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSHost.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSHost.h" #include #include #include -#import "FIRCLSApplication.h" -#include "FIRCLSDefines.h" -#import "FIRCLSFABHost.h" -#include "FIRCLSFile.h" -#include "FIRCLSGlobals.h" -#include "FIRCLSUtility.h" +#import "Crashlytics/Crashlytics/Components/FIRCLSApplication.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSGlobals.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFile.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" +#import "Crashlytics/Shared/FIRCLSFABHost.h" #if TARGET_OS_IPHONE #import @@ -32,9 +32,10 @@ #endif #define CLS_HOST_SYSCTL_BUFFER_SIZE (128) +#define CLS_MAX_ARM64_NATIVE_PAGE_SIZE (1024 * 16) #if CLS_CPU_ARM64 -#define CLS_MAX_NATIVE_PAGE_SIZE (1024 * 16) +#define CLS_MAX_NATIVE_PAGE_SIZE CLS_MAX_ARM64_NATIVE_PAGE_SIZE #else // return 4K, which is correct for all platforms except arm64, currently #define CLS_MAX_NATIVE_PAGE_SIZE (1024 * 4) @@ -68,22 +69,32 @@ vm_size_t FIRCLSHostGetPageSize(void) { // these types. Turns out that sysctl will not init the data to zero, but it appears // that sysctlbyname does. This API is nicer, but that's important to keep in mind. + int maxNativePageSize = CLS_MAX_NATIVE_PAGE_SIZE; + + // On Apple Silicon, we need to use the arm64 page size + // even if we're in x86 land. + if (FIRCLSHostIsRosettaTranslated()) { + FIRCLSSDKLog("Running under Rosetta 2 emulation. Using the arm64 page size.\n"); + + maxNativePageSize = CLS_MAX_ARM64_NATIVE_PAGE_SIZE; + } + pageSize = 0; size = sizeof(pageSize); if (sysctlbyname("hw.pagesize", &pageSize, &size, NULL, 0) != 0) { FIRCLSSDKLog("sysctlbyname failed while trying to get hw.pagesize\n"); - return CLS_MAX_NATIVE_PAGE_SIZE; + return maxNativePageSize; } // if the returned size is not the expected value, abort if (size != sizeof(pageSize)) { - return CLS_MAX_NATIVE_PAGE_SIZE; + return maxNativePageSize; } // put in some guards to make sure our size is reasonable - if (pageSize > CLS_MAX_NATIVE_PAGE_SIZE) { - return CLS_MAX_NATIVE_PAGE_SIZE; + if (pageSize > maxNativePageSize) { + return maxNativePageSize; } if (pageSize < CLS_MIN_NATIVE_PAGE_SIZE) { @@ -93,6 +104,29 @@ vm_size_t FIRCLSHostGetPageSize(void) { return pageSize; } +// This comes from the Apple documentation here: +// https://developer.apple.com/documentation/apple_silicon/about_the_rosetta_translation_environment +bool FIRCLSHostIsRosettaTranslated() { +#if TARGET_OS_MAC + int result = 0; + size_t size = sizeof(result); + if (sysctlbyname("sysctl.proc_translated", &result, &size, NULL, 0) == -1) { + // If we get an error, or 0, we're going to treat this as x86_64 macOS native + if (errno == ENOENT) { + return false; + } + // This is the error case + FIRCLSSDKLog("sysctlbyname failed while trying to get sysctl.proc_translated for Rosetta 2 " + "translation\n"); + return false; + } + return result == 1; + +#else + return false; +#endif +} + static void FIRCLSHostWriteSysctlEntry( FIRCLSFile* file, const char* key, const char* sysctlKey, void* buffer, size_t bufferSize) { if (sysctlbyname(sysctlKey, buffer, &bufferSize, NULL, 0) != 0) { @@ -124,6 +158,8 @@ static void FIRCLSHostWriteOSVersionInfo(FIRCLSFile* file) { FIRCLSFileWriteHashEntryString(file, "os_display_version", [FIRCLSHostOSDisplayVersion() UTF8String]); FIRCLSFileWriteHashEntryString(file, "platform", [FIRCLSApplicationGetPlatform() UTF8String]); + FIRCLSFileWriteHashEntryString(file, "firebase_platform", + [FIRCLSApplicationGetFirebasePlatform() UTF8String]); } bool FIRCLSHostRecord(FIRCLSFile* file) { diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSProcess.c b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSProcess.c index 415466ec4..b816506fc 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSProcess.c +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSProcess.c @@ -12,14 +12,14 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSProcess.h" -#include "FIRCLSDefines.h" -#include "FIRCLSFeatures.h" -#include "FIRCLSGlobals.h" -#include "FIRCLSProfiling.h" -#include "FIRCLSThreadState.h" -#include "FIRCLSUnwind.h" -#include "FIRCLSUtility.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSProcess.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSGlobals.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.h" +#include "Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" #include #include @@ -57,10 +57,6 @@ bool FIRCLSProcessInit(FIRCLSProcess *process, thread_t crashedThread, void *uap return true; } -bool FIRCLSProcessDestroy(FIRCLSProcess *process) { - return false; -} - // https://developer.apple.com/library/mac/#qa/qa2004/qa1361.html bool FIRCLSProcessDebuggerAttached(void) { int junk; @@ -167,7 +163,7 @@ static bool FIRCLSProcessGetThreadState(FIRCLSProcess *process, thread_t thread, FIRCLSThreadContext *context) { if (!FIRCLSIsValidPointer(context)) { - FIRCLSSDKLogError("invalid context supplied"); + FIRCLSSDKLogError("Invalid context supplied\n"); return false; } @@ -216,9 +212,14 @@ static bool FIRCLSProcessGetThreadState(FIRCLSProcess *process, #if !TARGET_OS_WATCH // try to get the value by querying the thread state mach_msg_type_number_t stateCount = FIRCLSThreadStateCount; - if (thread_get_state(thread, FIRCLSThreadState, (thread_state_t)(&(context->__ss)), - &stateCount) != KERN_SUCCESS) { - FIRCLSSDKLogError("failed to get thread state\n"); + + // For unknown reasons, thread_get_state returns this value on Rosetta, + // but still succeeds. + const int ROSETTA_SUCCESS = 268435459; + kern_return_t status = thread_get_state(thread, FIRCLSThreadState, (thread_state_t)(&(context->__ss)), + &stateCount); + if (status != KERN_SUCCESS && status != ROSETTA_SUCCESS) { + FIRCLSSDKLogError("Failed to get thread state via thread_get_state for thread: %i\n", thread); return false; } @@ -254,7 +255,7 @@ static const char *FIRCLSProcessGetThreadDispatchQueueName(FIRCLSProcess *proces infoCount = THREAD_IDENTIFIER_INFO_COUNT; if (thread_info(thread, THREAD_IDENTIFIER_INFO, (thread_info_t)&info, &infoCount) != KERN_SUCCESS) { - FIRCLSSDKLog("unable to get thread info\n"); + FIRCLSSDKLog("Unable to get thread info\n"); return NULL; } @@ -390,12 +391,12 @@ static bool FIRCLSProcessRecordThread(FIRCLSProcess *process, thread_t thread, F FIRCLSThreadContext context; if (!FIRCLSProcessGetThreadState(process, thread, &context)) { - FIRCLSSDKLogError("unable to get thread state"); + FIRCLSSDKLogError("Unable to get thread state\n"); return false; } if (!FIRCLSUnwindInit(&unwindContext, context)) { - FIRCLSSDKLog("unable to init unwind context\n"); + FIRCLSSDKLog("Unable to init unwind context\n"); return false; } @@ -485,6 +486,11 @@ bool FIRCLSProcessRecordAllThreads(FIRCLSProcess *process, FIRCLSFile *file) { FIRCLSSDKLogInfo("recording thread %d data\n", i); if (!FIRCLSProcessRecordThread(process, thread, file)) { + FIRCLSSDKLogError("Failed to record thread state. Closing threads JSON to prevent malformed crash report.\n"); + + FIRCLSFileWriteArrayEnd(file); + + FIRCLSFileWriteSectionEnd(file); return false; } } @@ -493,7 +499,7 @@ bool FIRCLSProcessRecordAllThreads(FIRCLSProcess *process, FIRCLSFile *file) { FIRCLSFileWriteSectionEnd(file); - FIRCLSSDKLogInfo("completed recording all thread data\n"); + FIRCLSSDKLogInfo("Completed recording all thread data\n"); return true; } @@ -541,6 +547,11 @@ void FIRCLSProcessRecordDispatchQueueNames(FIRCLSProcess *process, FIRCLSFile *f name = FIRCLSProcessGetThreadDispatchQueueName(process, thread); + // Apple Report Converter will fail to parse this when "name" is null, + // so we will use an empty string instead. + if (name == NULL) { + name = ""; + } FIRCLSFileWriteArrayEntryString(file, name); } @@ -795,6 +806,12 @@ static void FIRCLSProcessRecordCrashInfo(FIRCLSFile *file) { continue; } + // The crash_info_t's message may contain the device's UDID, in this case, + // make sure that we do our best to redact that information before writing the + // rest of the message to disk. This also has the effect of not uploading that + // information in the subsequent crash report. + FIRCLSRedactUUID(string); + FIRCLSFileWriteArrayEntryHexEncodedString(file, string); } } diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSProcess.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSProcess.h index dbe758ffd..165f0c821 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSProcess.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSProcess.h @@ -17,7 +17,7 @@ #include #include -#include "FIRCLSFile.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFile.h" typedef struct { // task info @@ -32,7 +32,6 @@ typedef struct { } FIRCLSProcess; bool FIRCLSProcessInit(FIRCLSProcess *process, thread_t crashedThread, void *uapVoid); -bool FIRCLSProcessDestroy(FIRCLSProcess *process); bool FIRCLSProcessDebuggerAttached(void); bool FIRCLSProcessSuspendAllOtherThreads(FIRCLSProcess *process); diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSUserLogging.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSUserLogging.h index e1ee897d6..5d05dc61f 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSUserLogging.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSUserLogging.h @@ -14,7 +14,7 @@ #pragma once -#include "FIRCLSFile.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFile.h" __BEGIN_DECLS @@ -75,6 +75,7 @@ void FIRCLSUserLoggingInit(FIRCLSUserLoggingReadOnlyContext* roContext, #ifdef __OBJC__ void FIRCLSUserLoggingRecordUserKeyValue(NSString* key, id value); +void FIRCLSUserLoggingRecordUserKeysAndValues(NSDictionary* keysAndValues); void FIRCLSUserLoggingRecordInternalKeyValue(NSString* key, id value); void FIRCLSUserLoggingWriteInternalKeyValue(NSString* key, NSString* value); @@ -89,6 +90,10 @@ void FIRCLSUserLoggingRecordKeyValue(NSString* key, FIRCLSUserLoggingKVStorage* storage, uint32_t* counter); +void FIRCLSUserLoggingRecordKeysAndValues(NSDictionary* keysAndValues, + FIRCLSUserLoggingKVStorage* storage, + uint32_t* counter); + void FIRCLSUserLoggingWriteAndCheckABFiles(FIRCLSUserLoggingABStorage* storage, const char** activePath, void (^openedFileBlock)(FIRCLSFile* file)); @@ -96,6 +101,11 @@ void FIRCLSUserLoggingWriteAndCheckABFiles(FIRCLSUserLoggingABStorage* storage, NSArray* FIRCLSUserLoggingStoredKeyValues(const char* path); OBJC_EXTERN void FIRCLSLog(NSString* format, ...) NS_FORMAT_FUNCTION(1, 2); +OBJC_EXTERN void FIRCLSLogToStorage(FIRCLSUserLoggingABStorage* storage, + const char** activePath, + NSString* format, + ...) NS_FORMAT_FUNCTION(3, 4); + #endif __END_DECLS diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSUserLogging.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSUserLogging.m index 0bb768cfe..7a619182a 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSUserLogging.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSUserLogging.m @@ -12,14 +12,14 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSUserLogging.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSUserLogging.h" #include -#include "FIRCLSGlobals.h" -#include "FIRCLSUtility.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSGlobals.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" -#import "FIRCLSReportManager_Private.h" +#import "Crashlytics/Crashlytics/Controllers/FIRCLSReportManager_Private.h" NSString *const FIRCLSStartTimeKey = @"com.crashlytics.kit-start-time"; NSString *const FIRCLSFirstRunloopTurnTimeKey = @"com.crashlytics.first-run-loop-time"; @@ -33,17 +33,21 @@ NSString *const FIRCLSDevelopmentPlatformNameKey = @"com.crashlytics.development NSString *const FIRCLSDevelopmentPlatformVersionKey = @"com.crashlytics.development-platform-version"; +// Empty string object synchronized on to prevent a race condition when accessing AB file path +NSString *const FIRCLSSynchronizedPathKey = @""; + const uint32_t FIRCLSUserLoggingMaxKVEntries = 64; #pragma mark - Prototypes -static void FIRCLSUserLoggingWriteKeyValue(NSString *key, - NSString *value, - FIRCLSUserLoggingKVStorage *storage, - uint32_t *counter); +static void FIRCLSUserLoggingWriteKeysAndValues(NSDictionary *keysAndValues, + FIRCLSUserLoggingKVStorage *storage, + uint32_t *counter); static void FIRCLSUserLoggingCheckAndSwapABFiles(FIRCLSUserLoggingABStorage *storage, const char **activePath, off_t fileSize); -void FIRCLSLogInternal(NSString *message); +void FIRCLSLogInternal(FIRCLSUserLoggingABStorage *storage, + const char **activePath, + NSString *message); #pragma mark - Setup void FIRCLSUserLoggingInit(FIRCLSUserLoggingReadOnlyContext *roContext, @@ -68,8 +72,10 @@ void FIRCLSUserLoggingRecordInternalKeyValue(NSString *key, id value) { void FIRCLSUserLoggingWriteInternalKeyValue(NSString *key, NSString *value) { // Unsynchronized - must be run on the correct queue - FIRCLSUserLoggingWriteKeyValue(key, value, &_firclsContext.readonly->logging.internalKVStorage, - &_firclsContext.writable->logging.internalKVCount); + NSDictionary *keysAndValues = key ? @{key : value ?: [NSNull null]} : nil; + FIRCLSUserLoggingWriteKeysAndValues(keysAndValues, + &_firclsContext.readonly->logging.internalKVStorage, + &_firclsContext.writable->logging.internalKVCount); } void FIRCLSUserLoggingRecordUserKeyValue(NSString *key, id value) { @@ -77,6 +83,12 @@ void FIRCLSUserLoggingRecordUserKeyValue(NSString *key, id value) { &_firclsContext.writable->logging.userKVCount); } +void FIRCLSUserLoggingRecordUserKeysAndValues(NSDictionary *keysAndValues) { + FIRCLSUserLoggingRecordKeysAndValues(keysAndValues, + &_firclsContext.readonly->logging.userKVStorage, + &_firclsContext.writable->logging.userKVCount); +} + static id FIRCLSUserLoggingGetComponent(NSDictionary *entry, NSString *componentName, bool decodeHex) { @@ -140,6 +152,30 @@ NSDictionary *FIRCLSUserLoggingGetCompactedKVEntries(FIRCLSUserLoggingKVStorage return finalKVSet; } +static void FIRCLSUserLoggingWriteKVEntriesToFile( + NSDictionary *keysAndValues, BOOL shouldHexEncode, FIRCLSFile *file) { + for (NSString *key in keysAndValues) { + NSString *valueObject = [keysAndValues objectForKey:key]; + + // map `NSNull` into nil + const char *value = (valueObject == (NSString *)[NSNull null] ? nil : [valueObject UTF8String]); + + FIRCLSFileWriteSectionStart(file, "kv"); + FIRCLSFileWriteHashStart(file); + + if (shouldHexEncode) { + FIRCLSFileWriteHashEntryHexEncodedString(file, "key", [key UTF8String]); + FIRCLSFileWriteHashEntryHexEncodedString(file, "value", value); + } else { + FIRCLSFileWriteHashEntryString(file, "key", [key UTF8String]); + FIRCLSFileWriteHashEntryString(file, "value", value); + } + + FIRCLSFileWriteHashEnd(file); + FIRCLSFileWriteSectionEnd(file); + } +} + void FIRCLSUserLoggingCompactKVEntries(FIRCLSUserLoggingKVStorage *storage) { if (!FIRCLSIsValidPointer(storage)) { FIRCLSSDKLogError("Error: storage invalid\n"); @@ -167,24 +203,14 @@ void FIRCLSUserLoggingCompactKVEntries(FIRCLSUserLoggingKVStorage *storage) { // but it's very uncommon to go down this path. NSArray *keys = [finalKVs allKeys]; - FIRCLSSDKLogInfo("Truncating KV set, which is above max %d\n", maxCount); + FIRCLSSDKLogInfo("Truncating %d keys from KV set, which is above max %d\n", + (uint32_t)(finalKVs.count - maxCount), maxCount); finalKVs = [finalKVs dictionaryWithValuesForKeys:[keys subarrayWithRange:NSMakeRange(0, maxCount)]]; } - for (NSString *key in finalKVs) { - NSString *value = [finalKVs objectForKey:key]; - - FIRCLSFileWriteSectionStart(&file, "kv"); - FIRCLSFileWriteHashStart(&file); - // tricky - the values stored incrementally have already been hex-encoded - FIRCLSFileWriteHashEntryString(&file, "key", [key UTF8String]); - FIRCLSFileWriteHashEntryString(&file, "value", [value UTF8String]); - FIRCLSFileWriteHashEnd(&file); - FIRCLSFileWriteSectionEnd(&file); - } - + FIRCLSUserLoggingWriteKVEntriesToFile(finalKVs, false, &file); FIRCLSFileClose(&file); if (unlink(storage->incrementalPath) != 0) { @@ -202,33 +228,59 @@ void FIRCLSUserLoggingRecordKeyValue(NSString *key, return; } - // ensure that any invalid pointer is actually set to nil - if (!FIRCLSIsValidPointer(value) && value != nil) { - FIRCLSSDKLogWarn("Bad value pointer being clamped to nil\n"); - value = nil; - } + NSDictionary *keysAndValues = @{key : (value ?: [NSNull null])}; + FIRCLSUserLoggingRecordKeysAndValues(keysAndValues, storage, counter); +} +void FIRCLSUserLoggingRecordKeysAndValues(NSDictionary *keysAndValues, + FIRCLSUserLoggingKVStorage *storage, + uint32_t *counter) { if (!FIRCLSContextIsInitialized()) { return; } - if ([value respondsToSelector:@selector(description)]) { - value = [value description]; - } else { - // passing nil will result in a JSON null being written, which is deserialized as [NSNull null], - // signaling to remove the key during compaction - value = nil; + if (keysAndValues.count == 0) { + FIRCLSSDKLogWarn("User provided empty key/value dictionary\n"); + return; + } + + if (!FIRCLSIsValidPointer(keysAndValues)) { + FIRCLSSDKLogWarn("User provided bad key/value dictionary\n"); + return; + } + + NSMutableDictionary *sanitizedKeysAndValues = [keysAndValues mutableCopy]; + for (NSString *key in keysAndValues) { + if (!FIRCLSIsValidPointer(key)) { + FIRCLSSDKLogWarn("User provided bad key\n"); + return; + } + + id value = keysAndValues[key]; + + // ensure that any invalid pointer is actually set to nil + if (!FIRCLSIsValidPointer(value) && value != nil) { + FIRCLSSDKLogWarn("Bad value pointer being clamped to nil\n"); + sanitizedKeysAndValues[key] = [NSNull null]; + } + + if ([value respondsToSelector:@selector(description)]) { + sanitizedKeysAndValues[key] = [value description]; + } else { + // passing nil will result in a JSON null being written, which is deserialized as [NSNull + // null], signaling to remove the key during compaction + sanitizedKeysAndValues[key] = [NSNull null]; + } } dispatch_sync(FIRCLSGetLoggingQueue(), ^{ - FIRCLSUserLoggingWriteKeyValue(key, value, storage, counter); + FIRCLSUserLoggingWriteKeysAndValues(sanitizedKeysAndValues, storage, counter); }); } -static void FIRCLSUserLoggingWriteKeyValue(NSString *key, - NSString *value, - FIRCLSUserLoggingKVStorage *storage, - uint32_t *counter) { +static void FIRCLSUserLoggingWriteKeysAndValues(NSDictionary *keysAndValues, + FIRCLSUserLoggingKVStorage *storage, + uint32_t *counter) { FIRCLSFile file; if (!FIRCLSIsValidPointer(storage) || !FIRCLSIsValidPointer(counter)) { @@ -241,16 +293,10 @@ static void FIRCLSUserLoggingWriteKeyValue(NSString *key, return; } - FIRCLSFileWriteSectionStart(&file, "kv"); - FIRCLSFileWriteHashStart(&file); - FIRCLSFileWriteHashEntryHexEncodedString(&file, "key", [key UTF8String]); - FIRCLSFileWriteHashEntryHexEncodedString(&file, "value", [value UTF8String]); - FIRCLSFileWriteHashEnd(&file); - FIRCLSFileWriteSectionEnd(&file); - + FIRCLSUserLoggingWriteKVEntriesToFile(keysAndValues, true, &file); FIRCLSFileClose(&file); - *counter += 1; + *counter += keysAndValues.count; if (*counter >= storage->maxIncrementalCount) { dispatch_async(FIRCLSGetLoggingQueue(), ^{ FIRCLSUserLoggingCompactKVEntries(storage); @@ -356,7 +402,26 @@ void FIRCLSLog(NSString *format, ...) { NSString *msg = [[NSString alloc] initWithFormat:format arguments:args]; va_end(args); - FIRCLSLogInternal(msg); + FIRCLSUserLoggingABStorage *currentStorage = &_firclsContext.readonly->logging.logStorage; + const char **activePath = &_firclsContext.writable->logging.activeUserLogPath; + FIRCLSLogInternal(currentStorage, activePath, msg); +} + +void FIRCLSLogToStorage(FIRCLSUserLoggingABStorage *storage, + const char **activePath, + NSString *format, + ...) { + // If the format is nil do nothing just like NSLog. + if (!format) { + return; + } + + va_list args; + va_start(args, format); + NSString *msg = [[NSString alloc] initWithFormat:format arguments:args]; + va_end(args); + + FIRCLSLogInternal(storage, activePath, msg); } #pragma mark - Properties @@ -426,7 +491,9 @@ void FIRCLSUserLoggingCheckAndSwapABFiles(FIRCLSUserLoggingABStorage *storage, [[NSFileManager defaultManager] removeItemAtPath:pathString error:nil]; } - *activePath = otherPath; + @synchronized(FIRCLSSynchronizedPathKey) { + *activePath = otherPath; + } } void FIRCLSUserLoggingWriteAndCheckABFiles(FIRCLSUserLoggingABStorage *storage, @@ -436,8 +503,10 @@ void FIRCLSUserLoggingWriteAndCheckABFiles(FIRCLSUserLoggingABStorage *storage, return; } - if (!*activePath) { - return; + @synchronized(FIRCLSSynchronizedPathKey) { + if (!*activePath) { + return; + } } if (storage->restrictBySize) { @@ -484,7 +553,9 @@ void FIRCLSLogInternalWrite(FIRCLSFile *file, NSString *message, uint64_t time) FIRCLSFileWriteSectionEnd(file); } -void FIRCLSLogInternal(NSString *message) { +void FIRCLSLogInternal(FIRCLSUserLoggingABStorage *storage, + const char **activePath, + NSString *message) { if (!message) { return; } @@ -498,7 +569,7 @@ void FIRCLSLogInternal(NSString *message) { struct timeval te; NSUInteger messageLength = [message length]; - int maxLogSize = _firclsContext.readonly->logging.logStorage.maxSize; + int maxLogSize = storage->maxSize; if (messageLength > maxLogSize) { FIRCLSWarningLog( @@ -515,9 +586,7 @@ void FIRCLSLogInternal(NSString *message) { const uint64_t time = te.tv_sec * 1000LL + te.tv_usec / 1000; - FIRCLSUserLoggingWriteAndCheckABFiles(&_firclsContext.readonly->logging.logStorage, - &_firclsContext.writable->logging.activeUserLogPath, - ^(FIRCLSFile *file) { - FIRCLSLogInternalWrite(file, message, time); - }); + FIRCLSUserLoggingWriteAndCheckABFiles(storage, activePath, ^(FIRCLSFile *file) { + FIRCLSLogInternalWrite(file, message, time); + }); } diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.h new file mode 100644 index 000000000..3b42d7d1e --- /dev/null +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.h @@ -0,0 +1,55 @@ +// Copyright 2021 Google LLC +// +// 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. + +#import + +#import "Interop/Analytics/Public/FIRAnalyticsInterop.h" + +NS_ASSUME_NONNULL_BEGIN + +@class FIRCLSSettings; +@protocol FIRAnalyticsInterop; +@protocol FIRAnalyticsInteropListener; + +/* + * Registers a listener for Analytics events in Crashlytics + * logs (aka. breadcrumbs), and sends events to the + * Analytics SDK for Crash Free Users. + */ +@interface FIRCLSAnalyticsManager : NSObject + +- (instancetype)initWithAnalytics:(nullable id)analytics; +- (instancetype)init NS_UNAVAILABLE; ++ (instancetype)new NS_UNAVAILABLE; + +/* + * Starts listening for Analytics events for Breadcrumbs. + */ +- (void)registerAnalyticsListener; + +/* + * Logs a Crashlytics crash session to Firebase Analytics for Crash Free Users. + * @param crashTimeStamp The time stamp of the crash to be logged. + */ ++ (void)logCrashWithTimeStamp:(NSTimeInterval)crashTimeStamp + toAnalytics:(id)analytics; + +/* + * Public for testing. + */ +NSString *FIRCLSFIRAEventDictionaryToJSON(NSDictionary *eventAsDictionary); + +@end + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.m new file mode 100644 index 000000000..3256ddabc --- /dev/null +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.m @@ -0,0 +1,135 @@ +// Copyright 2021 Google LLC +// +// 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. + +#import "Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.h" + +#import "Crashlytics/Crashlytics/Components/FIRCLSUserLogging.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.h" + +#import "Interop/Analytics/Public/FIRAnalyticsInterop.h" +#import "Interop/Analytics/Public/FIRAnalyticsInteropListener.h" + +static NSString *FIRCLSFirebaseAnalyticsEventLogFormat = @"$A$:%@"; + +// Origin for events and user properties generated by Crashlytics. +static NSString *const kFIREventOriginCrash = @"clx"; + +// App exception event name. +static NSString *const kFIREventAppException = @"_ae"; + +// Timestamp key for the event payload. +static NSString *const kFIRParameterTimestamp = @"timestamp"; + +// Fatal key for the event payload. +static NSString *const kFIRParameterFatal = @"fatal"; + +FOUNDATION_STATIC_INLINE NSNumber *timeIntervalInMillis(NSTimeInterval timeInterval) { + return @(llrint(timeInterval * 1000.0)); +} + +@interface FIRCLSAnalyticsManager () + +@property(nonatomic, strong) id analytics; + +@property(nonatomic, assign) BOOL registeredAnalyticsEventListener; + +@end + +@implementation FIRCLSAnalyticsManager + +- (instancetype)initWithAnalytics:(nullable id)analytics { + self = [super init]; + if (!self) { + return nil; + } + + _analytics = analytics; + + return self; +} + +- (void)registerAnalyticsListener { + if (self.registeredAnalyticsEventListener) { + return; + } + + if (self.analytics == nil) { + FIRCLSDeveloperLog(@"Crashlytics:Crash:Reports:Event", + "Firebase Analytics SDK not detected. Crash-free statistics and " + "breadcrumbs will not be reported"); + return; + } + + [self.analytics registerAnalyticsListener:self withOrigin:kFIREventOriginCrash]; + + FIRCLSDeveloperLog(@"Crashlytics:Crash:Reports:Event", + "Registered Firebase Analytics event listener to receive breadcrumb logs"); + + self.registeredAnalyticsEventListener = YES; +} + +- (void)messageTriggered:(NSString *)name parameters:(NSDictionary *)parameters { + NSDictionary *event = @{ + @"name" : name, + @"parameters" : parameters, + }; + NSString *json = FIRCLSFIRAEventDictionaryToJSON(event); + if (json != nil) { + FIRCLSLog(FIRCLSFirebaseAnalyticsEventLogFormat, json); + } +} + ++ (void)logCrashWithTimeStamp:(NSTimeInterval)crashTimeStamp + toAnalytics:(id)analytics { + if (analytics == nil) { + return; + } + + FIRCLSDeveloperLog(@"Crashlytics:Crash:Reports:Event", + "Sending app_exception event to Firebase Analytics for crash-free statistics"); + + NSDictionary *params = @{ + kFIRParameterTimestamp : timeIntervalInMillis(crashTimeStamp), + kFIRParameterFatal : @(INT64_C(1)) + }; + + [analytics logEventWithOrigin:kFIREventOriginCrash name:kFIREventAppException parameters:params]; +} + +NSString *FIRCLSFIRAEventDictionaryToJSON(NSDictionary *eventAsDictionary) { + NSError *error = nil; + + if (eventAsDictionary == nil) { + return nil; + } + + if (![NSJSONSerialization isValidJSONObject:eventAsDictionary]) { + FIRCLSSDKLog("Firebase Analytics event is not valid JSON"); + return nil; + } + + NSData *jsonData = [NSJSONSerialization dataWithJSONObject:eventAsDictionary + options:0 + error:&error]; + + if (error == nil) { + NSString *json = [[NSString alloc] initWithData:jsonData encoding:NSUTF8StringEncoding]; + return json; + } else { + FIRCLSSDKLog("Unable to convert Firebase Analytics event to json"); + return nil; + } +} + +@end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSExistingReportManager.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSExistingReportManager.h new file mode 100644 index 000000000..55e0cc450 --- /dev/null +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSExistingReportManager.h @@ -0,0 +1,83 @@ +// Copyright 2021 Google LLC +// +// 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. + +#import + +NS_ASSUME_NONNULL_BEGIN + +@class FIRCLSManagerData; +@class FIRCLSReportUploader; +@class FIRCLSDataCollectionToken; +@class FIRCrashlyticsReport; + +FOUNDATION_EXPORT NSUInteger const FIRCLSMaxUnsentReports; + +@interface FIRCLSExistingReportManager : NSObject + +/** + * Returns the number of unsent reports on the device, ignoring empty reports in + * the active folder, and ignoring any reports in "processing" or "prepared". + * + * In the past, this would count reports in the processed or prepared + * folders. This has been changed because reports in those paths have already + * been cleared for upload, so there isn't any point in asking for permission + * or possibly spamming end-users if a report gets stuck. + * + * The tricky part is, customers will NOT be alerted in checkForUnsentReports + * for reports in these paths, but when they choose sendUnsentReports / enable data + * collection, reports in those directories will be re-managed. This should be ok and + * just an edge case because reports should only be in processing or prepared for a split second as + * they do on-device symbolication and get converted into a GDTEvent. After a report is handed off + * to GoogleDataTransport, it is uploaded regardless of Crashlytics data collection. + */ +@property(nonatomic, readonly) NSUInteger unsentReportsCount; + +/** + * This value needs to stay in sync with numUnsentReports, so if there is > 0 numUnsentReports, + * newestUnsentReport needs to return a value. Otherwise it needs to return null. + * + * FIRCLSContext needs to be initialized before the FIRCrashlyticsReport is instantiated. + */ +@property(nonatomic, readonly) FIRCrashlyticsReport *_Nullable newestUnsentReport; + +- (instancetype)initWithManagerData:(FIRCLSManagerData *)managerData + reportUploader:(FIRCLSReportUploader *)reportUploader; + +- (instancetype)init NS_UNAVAILABLE; ++ (instancetype)new NS_UNAVAILABLE; + +/** + * This is important to call once, early in startup, before the + * new report for this run of the app has been created. Any + * reports in ExistingReportManager will be uploaded or deleted + * and we don't want to do that for the current run of the app. + * + * If there are over MAX_UNSENT_REPORTS valid reports, this will delete them. + * + * This methods is slow and should be called only once. + */ +- (void)collectExistingReports; + +/** + * This is the side-effect of calling deleteUnsentReports, or collect_reports setting + * being false. + */ +- (void)deleteUnsentReports; + +- (void)sendUnsentReportsWithToken:(FIRCLSDataCollectionToken *)dataCollectionToken + asUrgent:(BOOL)urgent; + +@end + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSExistingReportManager.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSExistingReportManager.m new file mode 100644 index 000000000..917df24bf --- /dev/null +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSExistingReportManager.m @@ -0,0 +1,225 @@ +// Copyright 2021 Google LLC +// +// 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. + +#import "Crashlytics/Crashlytics/Controllers/FIRCLSExistingReportManager.h" + +#import "Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.h" +#import "Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.h" +#import "Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSFileManager.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSInternalReport.h" +#import "Crashlytics/Crashlytics/Private/FIRCrashlyticsReport_Private.h" +#import "Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlyticsReport.h" + +// This value should stay in sync with the Android SDK +NSUInteger const FIRCLSMaxUnsentReports = 4; + +@interface FIRCLSExistingReportManager () + +@property(nonatomic, strong) FIRCLSFileManager *fileManager; +@property(nonatomic, strong) FIRCLSReportUploader *reportUploader; +@property(nonatomic, strong) NSOperationQueue *operationQueue; + +// This list of active reports excludes the brand new active report that will be created this run of +// the app. +@property(nonatomic, strong) NSArray *existingUnemptyActiveReportPaths; +@property(nonatomic, strong) NSArray *processingReportPaths; +@property(nonatomic, strong) NSArray *preparedReportPaths; + +@property(nonatomic, strong) FIRCLSInternalReport *newestInternalReport; + +@end + +@implementation FIRCLSExistingReportManager + +- (instancetype)initWithManagerData:(FIRCLSManagerData *)managerData + reportUploader:(FIRCLSReportUploader *)reportUploader { + self = [super init]; + if (!self) { + return nil; + } + + _fileManager = managerData.fileManager; + _operationQueue = managerData.operationQueue; + _reportUploader = reportUploader; + + return self; +} + +NSInteger compareNewer(FIRCLSInternalReport *reportA, + FIRCLSInternalReport *reportB, + void *context) { + // Compare naturally sorts with oldest first, so swap A and B + return [reportB.dateCreated compare:reportA.dateCreated]; +} + +- (void)collectExistingReports { + self.existingUnemptyActiveReportPaths = + [self getUnsentActiveReportsAndDeleteEmptyOrOld:self.fileManager.activePathContents]; + self.processingReportPaths = self.fileManager.processingPathContents; + self.preparedReportPaths = self.fileManager.preparedPathContents; +} + +- (FIRCrashlyticsReport *)newestUnsentReport { + if (self.unsentReportsCount <= 0) { + return nil; + } + + return [[FIRCrashlyticsReport alloc] initWithInternalReport:self.newestInternalReport]; +} + +- (NSUInteger)unsentReportsCount { + // There are nuances about why we only count active reports. + // See the header comment for more information. + return self.existingUnemptyActiveReportPaths.count; +} + +/* + * This has the side effect of deleting any reports over the max, starting with oldest reports. + */ +- (NSArray *)getUnsentActiveReportsAndDeleteEmptyOrOld:(NSArray *)reportPaths { + NSMutableArray *validReports = [NSMutableArray array]; + for (NSString *path in reportPaths) { + FIRCLSInternalReport *_Nullable report = [FIRCLSInternalReport reportWithPath:path]; + if (!report) { + continue; + } + + // Delete reports without any crashes or non-fatals + if (![report hasAnyEvents]) { + [self.operationQueue addOperationWithBlock:^{ + [self.fileManager removeItemAtPath:path]; + }]; + continue; + } + + [validReports addObject:report]; + } + + if (validReports.count == 0) { + return @[]; + } + + // Sort with the newest at the end + [validReports sortUsingFunction:compareNewer context:nil]; + + // Set our report for updating in checkAndUpdateUnsentReports + self.newestInternalReport = [validReports firstObject]; + + // Delete any reports above the limit, starting with the oldest + // which should be at the start of the array. + if (validReports.count > FIRCLSMaxUnsentReports) { + NSUInteger deletingCount = validReports.count - FIRCLSMaxUnsentReports; + FIRCLSInfoLog(@"Deleting %lu unsent reports over the limit of %lu to prevent disk space from " + @"filling up. To prevent this make sure to call send/deleteUnsentReports.", + deletingCount, FIRCLSMaxUnsentReports); + } + + // Not that validReports is sorted, delete any reports at indices > MAX_UNSENT_REPORTS, and + // collect the rest of the reports to return. + NSMutableArray *validReportPaths = [NSMutableArray array]; + for (int i = 0; i < validReports.count; i++) { + if (i >= FIRCLSMaxUnsentReports) { + [self.operationQueue addOperationWithBlock:^{ + NSString *path = [[validReports objectAtIndex:i] path]; + [self.fileManager removeItemAtPath:path]; + }]; + } else { + [validReportPaths addObject:[[validReports objectAtIndex:i] path]]; + } + } + + return validReportPaths; +} + +- (void)sendUnsentReportsWithToken:(FIRCLSDataCollectionToken *)dataCollectionToken + asUrgent:(BOOL)urgent { + for (NSString *path in self.existingUnemptyActiveReportPaths) { + [self processExistingActiveReportPath:path + dataCollectionToken:dataCollectionToken + asUrgent:urgent]; + } + + // deal with stuff in processing more carefully - do not process again + [self.operationQueue addOperationWithBlock:^{ + for (NSString *path in self.processingReportPaths) { + FIRCLSInternalReport *report = [FIRCLSInternalReport reportWithPath:path]; + [self.reportUploader prepareAndSubmitReport:report + dataCollectionToken:dataCollectionToken + asUrgent:NO + withProcessing:NO]; + } + }]; + + // Because this could happen quite a bit after the inital set of files was + // captured, some could be completed (deleted). So, just double-check to make sure + // the file still exists. + [self.operationQueue addOperationWithBlock:^{ + for (NSString *path in self.preparedReportPaths) { + if (![[self.fileManager underlyingFileManager] fileExistsAtPath:path]) { + continue; + } + [self.reportUploader uploadPackagedReportAtPath:path + dataCollectionToken:dataCollectionToken + asUrgent:NO]; + } + }]; +} + +- (void)processExistingActiveReportPath:(NSString *)path + dataCollectionToken:(FIRCLSDataCollectionToken *)dataCollectionToken + asUrgent:(BOOL)urgent { + FIRCLSInternalReport *report = [FIRCLSInternalReport reportWithPath:path]; + + // TODO: hasAnyEvents should really be called on the background queue. + if (![report hasAnyEvents]) { + [self.operationQueue addOperationWithBlock:^{ + [self.fileManager removeItemAtPath:path]; + }]; + + return; + } + + if (urgent && [dataCollectionToken isValid]) { + // We can proceed without the delegate. + [self.reportUploader prepareAndSubmitReport:report + dataCollectionToken:dataCollectionToken + asUrgent:urgent + withProcessing:YES]; + return; + } + + [self.operationQueue addOperationWithBlock:^{ + [self.reportUploader prepareAndSubmitReport:report + dataCollectionToken:dataCollectionToken + asUrgent:NO + withProcessing:YES]; + }]; +} + +- (void)deleteUnsentReports { + NSArray *reportPaths = @[]; + reportPaths = [reportPaths arrayByAddingObjectsFromArray:self.existingUnemptyActiveReportPaths]; + reportPaths = [reportPaths arrayByAddingObjectsFromArray:self.processingReportPaths]; + reportPaths = [reportPaths arrayByAddingObjectsFromArray:self.preparedReportPaths]; + + [self.operationQueue addOperationWithBlock:^{ + for (NSString *path in reportPaths) { + [self.fileManager removeItemAtPath:path]; + } + }]; +} + +@end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.h new file mode 100644 index 000000000..1cc235250 --- /dev/null +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.h @@ -0,0 +1,84 @@ +// Copyright 2021 Google LLC +// +// 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. + +#import + +NS_ASSUME_NONNULL_BEGIN + +@class FIRCLSFileManager; +@class FIRInstallations; +@class FIRCLSDataCollectionArbiter; +@class FIRCLSApplicationIdentifierModel; +@class FIRCLSInstallIdentifierModel; +@class FIRCLSExecutionIdentifierModel; +@class FIRCLSSettings; +@class FIRCLSLaunchMarkerModel; +@class GDTCORTransport; +@protocol FIRAnalyticsInterop; + +/* + * Manager Data's purpose is to simplify the adding and removing of + * dependencies from each of the Manager classes so that it's easier + * to inject mock classes during testing. A lot of the Manager classes + * share these dependencies, but don't use all of them. + * + * If you plan on adding interdependencies between Managers, do not add a pointer + * to the dependency here. Instead add them as a new value to the constructor of + * the Manager, and construct them in FIRCrashlytics. This data structure should + * be for Models and other SDKs / Interops Crashlytics depends on. + */ +@interface FIRCLSManagerData : NSObject + +- (instancetype)initWithGoogleAppID:(NSString *)googleAppID + googleTransport:(GDTCORTransport *)googleTransport + installations:(FIRInstallations *)installations + analytics:(nullable id)analytics + fileManager:(FIRCLSFileManager *)fileManager + dataArbiter:(FIRCLSDataCollectionArbiter *)dataArbiter + settings:(FIRCLSSettings *)settings NS_DESIGNATED_INITIALIZER; + +- (instancetype)init NS_UNAVAILABLE; ++ (instancetype)new NS_UNAVAILABLE; + +@property(nonatomic, readonly) NSString *googleAppID; + +@property(nonatomic, strong) GDTCORTransport *googleTransport; + +@property(nonatomic, strong) FIRInstallations *installations; + +@property(nonatomic, strong) id analytics; + +@property(nonatomic, strong) FIRCLSFileManager *fileManager; + +@property(nonatomic, strong) FIRCLSDataCollectionArbiter *dataArbiter; + +// Uniquely identifies a build / binary of the app +@property(nonatomic, strong) FIRCLSApplicationIdentifierModel *appIDModel; + +// Uniquely identifies an install of the app +@property(nonatomic, strong) FIRCLSInstallIdentifierModel *installIDModel; + +// Uniquely identifies a run of the app +@property(nonatomic, strong) FIRCLSExecutionIdentifierModel *executionIDModel; + +// Settings fetched from the server +@property(nonatomic, strong) FIRCLSSettings *settings; + +// These queues function together as a single startup queue +@property(nonatomic, strong) NSOperationQueue *operationQueue; +@property(nonatomic, strong) dispatch_queue_t dispatchQueue; + +@end + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.m new file mode 100644 index 000000000..956c7f6bf --- /dev/null +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.m @@ -0,0 +1,59 @@ +// Copyright 2021 Google LLC +// +// 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. + +#import "Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.h" + +#import "Crashlytics/Crashlytics/Components/FIRCLSApplication.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.h" +#import "Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.h" + +@implementation FIRCLSManagerData + +- (instancetype)initWithGoogleAppID:(NSString *)googleAppID + googleTransport:(GDTCORTransport *)googleTransport + installations:(FIRInstallations *)installations + analytics:(nullable id)analytics + fileManager:(FIRCLSFileManager *)fileManager + dataArbiter:(FIRCLSDataCollectionArbiter *)dataArbiter + settings:(FIRCLSSettings *)settings { + self = [super init]; + if (!self) { + return nil; + } + + _googleAppID = googleAppID; + _googleTransport = googleTransport; + _installations = installations; + _analytics = analytics; + _fileManager = fileManager; + _dataArbiter = dataArbiter; + _settings = settings; + + _appIDModel = [[FIRCLSApplicationIdentifierModel alloc] init]; + _installIDModel = [[FIRCLSInstallIdentifierModel alloc] initWithInstallations:installations]; + _executionIDModel = [[FIRCLSExecutionIdentifierModel alloc] init]; + + NSString *sdkBundleID = FIRCLSApplicationGetSDKBundleID(); + _operationQueue = [NSOperationQueue new]; + [_operationQueue setMaxConcurrentOperationCount:1]; + [_operationQueue setName:[sdkBundleID stringByAppendingString:@".work-queue"]]; + + _dispatchQueue = dispatch_queue_create("com.google.firebase.crashlytics.startup", 0); + _operationQueue.underlyingQueue = _dispatchQueue; + + return self; +} + +@end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSNetworkClient.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSNetworkClient.h deleted file mode 100644 index 2c259c296..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSNetworkClient.h +++ /dev/null @@ -1,61 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import - -typedef NS_ENUM(NSInteger, FIRCLSNetworkClientErrorType) { - FIRCLSNetworkClientErrorTypeUnknown = -1, - FIRCLSNetworkClientErrorTypeFileUnreadable = -2 -}; - -extern NSString *const FIRCLSNetworkClientErrorDomain; - -@protocol FIRCLSNetworkClientDelegate; -@class FIRCLSDataCollectionToken; -@class FIRCLSFileManager; - -@interface FIRCLSNetworkClient : NSObject - -- (instancetype)init NS_UNAVAILABLE; -+ (instancetype)new NS_UNAVAILABLE; -- (instancetype)initWithQueue:(NSOperationQueue *)queue - fileManager:(FIRCLSFileManager *)fileManager - delegate:(id)delegate; - -@property(nonatomic, weak) id delegate; - -@property(nonatomic, readonly) NSOperationQueue *operationQueue; -@property(nonatomic, readonly) BOOL supportsBackgroundRequests; - -- (void)startUploadRequest:(NSURLRequest *)request - filePath:(NSString *)path - dataCollectionToken:(FIRCLSDataCollectionToken *)dataCollectionToken - immediately:(BOOL)immediate; - -- (void)attemptToReconnectBackgroundSessionWithCompletionBlock:(void (^)(void))completionBlock; - -@end - -@class FIRCLSNetworkClient; - -@protocol FIRCLSNetworkClientDelegate -@required -- (BOOL)networkClientCanUseBackgroundSessions:(FIRCLSNetworkClient *)client; - -@optional -- (void)networkClient:(FIRCLSNetworkClient *)client - didFinishUploadWithPath:(NSString *)path - error:(NSError *)error; - -@end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSNetworkClient.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSNetworkClient.m deleted file mode 100644 index 5fee0ca9f..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSNetworkClient.m +++ /dev/null @@ -1,366 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import "FIRCLSNetworkClient.h" - -#import "FIRCLSApplication.h" -#import "FIRCLSByteUtility.h" -#import "FIRCLSDataCollectionToken.h" -#import "FIRCLSDefines.h" -#import "FIRCLSFileManager.h" -#import "FIRCLSNetworkResponseHandler.h" -#import "FIRCLSURLSession.h" -#import "FIRCLSURLSessionConfiguration.h" - -#import "FIRCLSUtility.h" - -NSString *const FIRCLSNetworkClientErrorDomain = @"FIRCLSNetworkError"; - -NSString *const FIRCLSNetworkClientBackgroundIdentifierSuffix = @".crash.background-session"; - -@interface FIRCLSNetworkClient () { - NSURLSession *_session; -} - -@property(nonatomic, strong) void (^backgroundCompletionHandler)(void); -@property(nonatomic, strong, readonly) NSURLSession *session; -@property(nonatomic, assign) BOOL canUseBackgroundSession; -@property(nonatomic, strong) FIRCLSFileManager *fileManager; - -@end - -@implementation FIRCLSNetworkClient - -- (instancetype)initWithQueue:(NSOperationQueue *)queue - fileManager:(FIRCLSFileManager *)fileManager - delegate:(id)delegate { - self = [super init]; - if (!self) { - return nil; - } - - _operationQueue = queue; - _delegate = delegate; - _fileManager = fileManager; - - self.canUseBackgroundSession = [_delegate networkClientCanUseBackgroundSessions:self]; - - if (!self.supportsBackgroundRequests) { - FIRCLSDeveloperLog( - "Crashlytics:Crash:Client", - @"Background session uploading not supported, asynchronous uploading will be used"); - } - - return self; -} - -#pragma mark - Background Support -- (NSURLSession *)session { - // Creating a NSURLSession takes some time. Doing it lazily saves us time in the normal case. - if (_session) { - return _session; - } - - NSURLSessionConfiguration *config = nil; - - Class urlSessionClass; - Class urlSessionConfigurationClass; -#if FIRCLSURLSESSION_REQUIRED - urlSessionClass = [FIRCLSURLSession class]; - urlSessionConfigurationClass = [FIRCLSURLSessionConfiguration class]; -#else - urlSessionClass = [NSURLSession class]; - urlSessionConfigurationClass = [NSURLSessionConfiguration class]; -#endif - - if (self.supportsBackgroundRequests) { - NSString *sdkBundleID = FIRCLSApplicationGetSDKBundleID(); - NSString *backgroundConfigName = - [sdkBundleID stringByAppendingString:FIRCLSNetworkClientBackgroundIdentifierSuffix]; - - config = [urlSessionConfigurationClass backgroundSessionConfiguration:backgroundConfigName]; -#if TARGET_OS_IPHONE - [config setSessionSendsLaunchEvents:NO]; -#endif - } - - if (!config) { - // take this code path if we don't support background requests OR if we failed to create a - // background configuration - config = [urlSessionConfigurationClass defaultSessionConfiguration]; - } - - _session = [urlSessionClass sessionWithConfiguration:config - delegate:self - delegateQueue:self.operationQueue]; - - if (!_session || !config) { - FIRCLSErrorLog(@"Failed to initialize"); - } - - return _session; -} - -#if FIRCLSURLSESSION_REQUIRED -- (BOOL)NSURLSessionAvailable { - if ([[FIRCLSURLSession class] respondsToSelector:@selector(NSURLSessionShouldBeUsed)]) { - return [FIRCLSURLSession NSURLSessionShouldBeUsed]; - } - - return NSClassFromString(@"NSURLSession") != nil; -} -#endif - -- (BOOL)supportsBackgroundRequests { - return !FIRCLSApplicationIsExtension() -#if FIRCLSURLSESSION_REQUIRED - && [self NSURLSessionAvailable] -#endif - && self.canUseBackgroundSession; -} - -- (void)attemptToReconnectBackgroundSessionWithCompletionBlock:(void (^)(void))completionBlock { - if (!self.supportsBackgroundRequests) { - if (completionBlock) { - completionBlock(); - } - return; - } - - // This is the absolute minimum necessary. Perhaps we can do better? - if (completionBlock) { - [[NSOperationQueue mainQueue] addOperationWithBlock:completionBlock]; - } -} - -#pragma mark - API -- (void)startUploadRequest:(NSURLRequest *)request - filePath:(NSString *)path - dataCollectionToken:(FIRCLSDataCollectionToken *)dataCollectionToken - immediately:(BOOL)immediate { - if (![dataCollectionToken isValid]) { - FIRCLSErrorLog(@"An upload was requested with an invalid data collection token."); - return; - } - - if (immediate) { - [self startImmediateUploadRequest:request filePath:path]; - return; - } - - NSString *description = [self relativeTaskPathForAbsolutePath:path]; - [self checkForExistingTaskMatchingDescription:description - completionBlock:^(BOOL found) { - if (found) { - FIRCLSDeveloperLog( - "Crashlytics:Crash:Client", - @"A task currently exists for this upload, skipping"); - return; - } - - [self startNewUploadRequest:request filePath:path]; - }]; -} - -#pragma mark - Support API -- (void)startImmediateUploadRequest:(NSURLRequest *)request filePath:(NSString *)path { - // check the ivar directly, to avoid going back to the delegate - if (self.supportsBackgroundRequests) { - // this can be done here, because the request will be started synchronously. - [self startNewUploadRequest:request filePath:path]; - return; - } - - if (![[NSFileManager defaultManager] isReadableFileAtPath:path]) { - FIRCLSSDKLog("Error: file unreadable\n"); - // Following the same logic as below, do not try to inform the delegate - return; - } - - NSMutableURLRequest *mutableRequest = [request mutableCopy]; - - [mutableRequest setHTTPBodyStream:[NSInputStream inputStreamWithFileAtPath:path]]; - - NSURLResponse *requestResponse = nil; - - [[NSURLSession sharedSession] - dataTaskWithRequest:mutableRequest - completionHandler:^(NSData *_Nullable data, NSURLResponse *_Nullable response, - NSError *_Nullable error) { - [FIRCLSNetworkResponseHandler - clientResponseType:requestResponse - handler:^(FIRCLSNetworkClientResponseType type, NSInteger statusCode) { - if (type != FIRCLSNetworkClientResponseSuccess) { - // don't even inform the delegate of a failure here, because we don't - // want any action to be taken synchronously - return; - } - - [[self delegate] networkClient:self - didFinishUploadWithPath:path - error:error]; - }]; - }]; -} - -- (void)startNewUploadRequest:(NSURLRequest *)request filePath:(NSString *)path { - if (![[NSFileManager defaultManager] isReadableFileAtPath:path]) { - [self.operationQueue addOperationWithBlock:^{ - [self - handleTaskDescription:path - completedWithError:[NSError errorWithDomain:FIRCLSNetworkClientErrorDomain - code:FIRCLSNetworkClientErrorTypeFileUnreadable - userInfo:@{@"path" : path}]]; - }]; - - return; - } - - NSURLSessionUploadTask *task = [self.session uploadTaskWithRequest:request - fromFile:[NSURL fileURLWithPath:path]]; - - // set the description, so we can determine what file was successfully uploaded later on - [task setTaskDescription:[self relativeTaskPathForAbsolutePath:path]]; - - [task resume]; -} - -- (NSString *)rootPath { - return self.fileManager.rootPath; -} - -- (NSString *)absolutePathForRelativeTaskPath:(NSString *)path { - return [self.rootPath stringByAppendingPathComponent:path]; -} - -- (NSString *)relativeTaskPathForAbsolutePath:(NSString *)path { - // make sure this has a tailing slash, so the path looks relative - NSString *root = [self.rootPath stringByAppendingString:@"/"]; - - if (![path hasPrefix:root]) { - FIRCLSSDKLog("Error: path '%s' is not at the root '%s'", [path UTF8String], [root UTF8String]); - return nil; - } - - return [path stringByReplacingOccurrencesOfString:root withString:@""]; -} - -#pragma mark - Task Management -- (BOOL)taskArray:(NSArray *)array hasTaskMatchingDescription:(NSString *)description { - NSUInteger idx = [array indexOfObjectPassingTest:^BOOL(id obj, NSUInteger arrayIdx, BOOL *stop) { - return [[obj taskDescription] isEqualToString:description]; - }]; - - return idx != NSNotFound; -} - -- (void)checkSession:(NSURLSession *)session - forTasksMatchingDescription:(NSString *)description - completionBlock:(void (^)(BOOL found))block { - if (!session) { - block(NO); - return; - } - - [session getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, - NSArray *downloadTasks) { - if ([self taskArray:uploadTasks hasTaskMatchingDescription:description]) { - block(YES); - return; - } - - if ([self taskArray:dataTasks hasTaskMatchingDescription:description]) { - block(YES); - return; - } - - if ([self taskArray:downloadTasks hasTaskMatchingDescription:description]) { - block(YES); - return; - } - - block(NO); - }]; -} - -- (void)checkForExistingTaskMatchingDescription:(NSString *)description - completionBlock:(void (^)(BOOL found))block { - // Do not instantiate the normal session, because if it doesn't exist yet, it cannot possibly have - // existing tasks - [_operationQueue addOperationWithBlock:^{ - [self checkSession:self.session - forTasksMatchingDescription:description - completionBlock:^(BOOL found) { - block(found); - }]; - }]; -} - -#pragma mark - Result Handling -// This method is duplicated from FIRCLSFABNetworkClient. Sharing it is a little weird - I didn't -// feel like it fit into FIRCLSNetworkResponseHandler. -- (void)runAfterRetryValueFromResponse:(NSURLResponse *)response block:(void (^)(void))block { - NSTimeInterval delay = [FIRCLSNetworkResponseHandler retryValueForResponse:response]; - - // FIRCLSDeveloperLog("Network", @"Restarting request after %f", delay); - - FIRCLSAddOperationAfter(delay, _operationQueue, block); -} - -- (void)restartTask:(NSURLSessionTask *)task { - NSURLRequest *request = [task originalRequest]; - - [self runAfterRetryValueFromResponse:[task response] - block:^{ - NSString *path = [self - absolutePathForRelativeTaskPath:[task taskDescription]]; - - [self startNewUploadRequest:request filePath:path]; - }]; -} - -- (void)handleTask:(NSURLSessionTask *)task completedWithError:(NSError *)error { - [self handleTaskDescription:[task taskDescription] completedWithError:error]; -} - -- (void)handleTaskDescription:(NSString *)taskDescription completedWithError:(NSError *)error { - NSString *path = [self absolutePathForRelativeTaskPath:taskDescription]; - - [[self delegate] networkClient:self didFinishUploadWithPath:path error:error]; -} - -#pragma mark - NSURLSessionDelegate -- (void)URLSession:(NSURLSession *)session didBecomeInvalidWithError:(NSError *)error { - FIRCLSDeveloperLog("Crashlytics:Crash:Client", @"session became invalid: %@", error); -} - -// Careful! Not implementing this method appears to cause a crash when using a background task -- (void)URLSession:(NSURLSession *)session - task:(NSURLSessionTask *)task - didCompleteWithError:(NSError *)error { - [FIRCLSNetworkResponseHandler handleCompletedResponse:task.response - forOriginalRequest:task.originalRequest - error:error - block:^(BOOL restart, NSError *taskError) { - if (restart) { - [self restartTask:task]; - return; - } - - [self handleTask:task - completedWithError:taskError]; - }]; -} - -@end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSession_PrivateMethods.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.h similarity index 75% rename from ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSession_PrivateMethods.h rename to ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.h index 84885e1d6..684a26b5f 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSession_PrivateMethods.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,16 +12,16 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSURLSessionAvailability.h" - -#if FIRCLSURLSESSION_REQUIRED - #import -@interface FIRCLSURLSession (PrivateMethods) +NS_ASSUME_NONNULL_BEGIN -- (void)runOnDelegateQueue:(void (^)(void))block; +@interface FIRCLSNotificationManager : NSObject + ++ (instancetype)new NS_UNAVAILABLE; + +- (void)registerNotificationListener; @end -#endif +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.m new file mode 100644 index 000000000..c81f61d93 --- /dev/null +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.m @@ -0,0 +1,110 @@ +// Copyright 2021 Google LLC +// +// 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. + +#import "Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.h" + +#import "Crashlytics/Crashlytics/Components/FIRCLSApplication.h" +#import "Crashlytics/Crashlytics/Components/FIRCLSGlobals.h" +#import "Crashlytics/Crashlytics/Components/FIRCLSUserLogging.h" + +#if TARGET_OS_IPHONE +#import +#else +#import +#endif + +@implementation FIRCLSNotificationManager + +- (void)registerNotificationListener { + [self captureInitialNotificationStates]; + +#if TARGET_OS_IOS + [[NSNotificationCenter defaultCenter] addObserver:self + selector:@selector(willBecomeActive:) + name:UIApplicationWillEnterForegroundNotification + object:nil]; + [[NSNotificationCenter defaultCenter] addObserver:self + selector:@selector(didBecomeInactive:) + name:UIApplicationDidEnterBackgroundNotification + object:nil]; + [[NSNotificationCenter defaultCenter] addObserver:self + selector:@selector(didChangeOrientation:) + name:UIDeviceOrientationDidChangeNotification + object:nil]; + +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" + [[NSNotificationCenter defaultCenter] + addObserver:self + selector:@selector(didChangeUIOrientation:) + name:UIApplicationDidChangeStatusBarOrientationNotification + object:nil]; +#pragma clang diagnostic pop + +#elif CLS_TARGET_OS_OSX + [[NSNotificationCenter defaultCenter] addObserver:self + selector:@selector(willBecomeActive:) + name:@"NSApplicationWillBecomeActiveNotification" + object:nil]; + [[NSNotificationCenter defaultCenter] addObserver:self + selector:@selector(didBecomeInactive:) + name:@"NSApplicationDidResignActiveNotification" + object:nil]; +#endif +} + +- (void)captureInitialNotificationStates { +#if TARGET_OS_IOS + UIDeviceOrientation orientation = [[UIDevice currentDevice] orientation]; + UIInterfaceOrientation statusBarOrientation = + [FIRCLSApplicationSharedInstance() statusBarOrientation]; +#endif + + // It's nice to do this async, so we don't hold up the main thread while doing three + // consecutive IOs here. + dispatch_async(FIRCLSGetLoggingQueue(), ^{ + FIRCLSUserLoggingWriteInternalKeyValue(FIRCLSInBackgroundKey, @"0"); +#if TARGET_OS_IOS + FIRCLSUserLoggingWriteInternalKeyValue(FIRCLSDeviceOrientationKey, + [@(orientation) description]); + FIRCLSUserLoggingWriteInternalKeyValue(FIRCLSUIOrientationKey, + [@(statusBarOrientation) description]); +#endif + }); +} + +- (void)willBecomeActive:(NSNotification *)notification { + FIRCLSUserLoggingRecordInternalKeyValue(FIRCLSInBackgroundKey, @NO); +} + +- (void)didBecomeInactive:(NSNotification *)notification { + FIRCLSUserLoggingRecordInternalKeyValue(FIRCLSInBackgroundKey, @YES); +} + +#if TARGET_OS_IOS +- (void)didChangeOrientation:(NSNotification *)notification { + UIDeviceOrientation orientation = [[UIDevice currentDevice] orientation]; + + FIRCLSUserLoggingRecordInternalKeyValue(FIRCLSDeviceOrientationKey, @(orientation)); +} + +- (void)didChangeUIOrientation:(NSNotification *)notification { + UIInterfaceOrientation statusBarOrientation = + [FIRCLSApplicationSharedInstance() statusBarOrientation]; + + FIRCLSUserLoggingRecordInternalKeyValue(FIRCLSUIOrientationKey, @(statusBarOrientation)); +} +#endif + +@end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.h index 02b7031a5..fa6c31999 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.h @@ -14,38 +14,29 @@ #import -#include "FIRCLSApplicationIdentifierModel.h" -#include "FIRCLSProfiling.h" -#include "FIRCrashlytics.h" +#import "Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlytics.h" + +#import "Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.h" @class FBLPromise; +@class FIRCLSExistingReportManager; +@class FIRCLSAnalyticsManager; +@class FIRCLSManagerData; NS_ASSUME_NONNULL_BEGIN -@class FIRCLSDataCollectionArbiter; -@class FIRCLSFileManager; -@class FIRCLSInternalReport; -@class FIRCLSSettings; -@class GDTCORTransport; -@class FIRInstallations; -@protocol FIRAnalyticsInterop; - @interface FIRCLSReportManager : NSObject -- (instancetype)initWithFileManager:(FIRCLSFileManager *)fileManager - installations:(FIRInstallations *)installations - analytics:(nullable id)analytics - googleAppID:(NSString *)googleAppID - dataArbiter:(FIRCLSDataCollectionArbiter *)dataArbiter - googleTransport:(GDTCORTransport *)googleTransport - appIDModel:(FIRCLSApplicationIdentifierModel *)appIDModel - settings:(FIRCLSSettings *)settings NS_DESIGNATED_INITIALIZER; +- (instancetype)initWithManagerData:(FIRCLSManagerData *)managerData + existingReportManager:(FIRCLSExistingReportManager *)existingReportManager + analyticsManager:(FIRCLSAnalyticsManager *)analyticsManager + NS_DESIGNATED_INITIALIZER; - (instancetype)init NS_UNAVAILABLE; + (instancetype)new NS_UNAVAILABLE; - (FBLPromise *)startWithProfilingMark:(FIRCLSProfileMark)mark; -- (FBLPromise *)checkForUnsentReports; +- (FBLPromise *)checkForUnsentReports; - (FBLPromise *)sendUnsentReports; - (FBLPromise *)deleteUnsentReports; diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.m index cf04b3f1f..24ac5545f 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.m @@ -38,37 +38,34 @@ #import "FBLPromises.h" #endif -#import "FIRCLSApplication.h" -#import "FIRCLSDataCollectionArbiter.h" -#import "FIRCLSDataCollectionToken.h" -#import "FIRCLSDefines.h" -#import "FIRCLSFeatures.h" -#import "FIRCLSFileManager.h" -#import "FIRCLSInternalReport.h" -#import "FIRCLSLogger.h" -#import "FIRCLSNetworkClient.h" -#import "FIRCLSPackageReportOperation.h" -#import "FIRCLSProcessReportOperation.h" -#import "FIRCLSReportUploader.h" -#import "FIRCLSSettings.h" -#import "FIRCLSSymbolResolver.h" -#import "FIRCLSUserLogging.h" +#import "Crashlytics/Crashlytics/Components/FIRCLSApplication.h" +#import "Crashlytics/Crashlytics/Components/FIRCLSUserLogging.h" +#import "Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.h" +#import "Crashlytics/Crashlytics/Controllers/FIRCLSExistingReportManager.h" +#import "Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.h" +#import "Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.h" +#import "Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.h" +#import "Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSFileManager.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSInternalReport.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSLaunchMarkerModel.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSSettings.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.h" +#import "Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.h" +#import "Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.h" -#include "FIRCLSGlobals.h" -#include "FIRCLSUtility.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSGlobals.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" -#import "FIRCLSConstants.h" -#import "FIRCLSExecutionIdentifierModel.h" -#import "FIRCLSInstallIdentifierModel.h" -#import "FIRCLSSettingsOnboardingManager.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.h" +#import "Crashlytics/Crashlytics/Settings/FIRCLSSettingsManager.h" +#import "Crashlytics/Shared/FIRCLSConstants.h" -#import "FIRCLSReportManager_Private.h" - -#import "Interop/Analytics/Public/FIRAnalyticsInterop.h" -#import "Interop/Analytics/Public/FIRAnalyticsInteropListener.h" - -#include "FIRAEvent+Internal.h" -#include "FIRCLSFCRAnalytics.h" +#import "Crashlytics/Crashlytics/Controllers/FIRCLSReportManager_Private.h" #if TARGET_OS_IPHONE #import @@ -76,29 +73,6 @@ #import #endif -static NSTimeInterval const CLSReportRetryInterval = 10 * 60; - -static NSString *FIRCLSFirebaseAnalyticsEventLogFormat = @"$A$:%@"; - -@interface FIRCLSAnalyticsInteropListener : NSObject { -} -@end - -@implementation FIRCLSAnalyticsInteropListener - -- (void)messageTriggered:(NSString *)name parameters:(NSDictionary *)parameters { - NSDictionary *event = @{ - @"name" : name, - @"parameters" : parameters, - }; - NSString *json = FIRCLSFIRAEventDictionaryToJSON(event); - if (json != nil) { - FIRCLSLog(FIRCLSFirebaseAnalyticsEventLogFormat, json); - } -} - -@end - /** * A FIRReportAction is used to indicate how to handle unsent reports. */ @@ -119,24 +93,15 @@ typedef NSNumber FIRCLSWrappedReportAction; } @end -/** - * This is a helper to make code using NSNumber for bools more readable. - */ -typedef NSNumber FIRCLSWrappedBool; - -@interface FIRCLSReportManager () { +@interface FIRCLSReportManager () { FIRCLSFileManager *_fileManager; - FIRCLSNetworkClient *_networkClient; - FIRCLSReportUploader *_uploader; dispatch_queue_t _dispatchQueue; NSOperationQueue *_operationQueue; id _analytics; // A promise that will be resolved when unsent reports are found on the device, and // processReports: can be called to decide how to deal with them. - FBLPromise *_unsentReportsAvailable; + FBLPromise *_unsentReportsAvailable; // A promise that will be resolved when the user has provided an action that they want to perform // for all the unsent reports. @@ -156,63 +121,49 @@ typedef NSNumber FIRCLSWrappedBool; } @property(nonatomic, readonly) NSString *googleAppID; +@property(nonatomic, strong) GDTCORTransport *googleTransport; @property(nonatomic, strong) FIRCLSDataCollectionArbiter *dataArbiter; +@property(nonatomic, strong) FIRCLSSettings *settings; +@property(nonatomic, strong) FIRCLSLaunchMarkerModel *launchMarker; -// Uniquely identifies a build / binary of the app @property(nonatomic, strong) FIRCLSApplicationIdentifierModel *appIDModel; - -// Uniquely identifies an install of the app @property(nonatomic, strong) FIRCLSInstallIdentifierModel *installIDModel; - -// Uniquely identifies a run of the app @property(nonatomic, strong) FIRCLSExecutionIdentifierModel *executionIDModel; -// Settings fetched from the server -@property(nonatomic, strong) FIRCLSSettings *settings; +@property(nonatomic, strong) FIRCLSAnalyticsManager *analyticsManager; +@property(nonatomic, strong) FIRCLSExistingReportManager *existingReportManager; -// Runs the operations that fetch settings and call onboarding endpoints -@property(nonatomic, strong) FIRCLSSettingsOnboardingManager *settingsAndOnboardingManager; - -@property(nonatomic, strong) GDTCORTransport *googleTransport; +// Internal Managers +@property(nonatomic, strong) FIRCLSSettingsManager *settingsManager; +@property(nonatomic, strong) FIRCLSNotificationManager *notificationManager; @end @implementation FIRCLSReportManager -// Used only for internal data collection E2E testing -static void (^reportSentCallback)(void); - -- (instancetype)initWithFileManager:(FIRCLSFileManager *)fileManager - installations:(FIRInstallations *)installations - analytics:(id)analytics - googleAppID:(NSString *)googleAppID - dataArbiter:(FIRCLSDataCollectionArbiter *)dataArbiter - googleTransport:(GDTCORTransport *)googleTransport - appIDModel:(FIRCLSApplicationIdentifierModel *)appIDModel - settings:(FIRCLSSettings *)settings { +- (instancetype)initWithManagerData:(FIRCLSManagerData *)managerData + existingReportManager:(FIRCLSExistingReportManager *)existingReportManager + analyticsManager:(FIRCLSAnalyticsManager *)analyticsManager { self = [super init]; if (!self) { return nil; } - _fileManager = fileManager; - _analytics = analytics; - _googleAppID = [googleAppID copy]; - _dataArbiter = dataArbiter; + _fileManager = managerData.fileManager; + _analytics = managerData.analytics; + _googleAppID = [managerData.googleAppID copy]; + _dataArbiter = managerData.dataArbiter; + _googleTransport = managerData.googleTransport; + _operationQueue = managerData.operationQueue; + _dispatchQueue = managerData.dispatchQueue; + _appIDModel = managerData.appIDModel; + _installIDModel = managerData.installIDModel; + _settings = managerData.settings; + _executionIDModel = managerData.executionIDModel; - _googleTransport = googleTransport; - - NSString *sdkBundleID = FIRCLSApplicationGetSDKBundleID(); - - _operationQueue = [NSOperationQueue new]; - [_operationQueue setMaxConcurrentOperationCount:1]; - [_operationQueue setName:[sdkBundleID stringByAppendingString:@".work-queue"]]; - - _dispatchQueue = dispatch_queue_create("com.google.firebase.crashlytics.startup", 0); - _operationQueue.underlyingQueue = _dispatchQueue; - - _networkClient = [self clientWithOperationQueue:_operationQueue]; + _existingReportManager = existingReportManager; + _analyticsManager = analyticsManager; _unsentReportsAvailable = [FBLPromise pendingPromise]; _reportActionProvided = [FBLPromise pendingPromise]; @@ -220,42 +171,19 @@ static void (^reportSentCallback)(void); _checkForUnsentReportsCalled = NO; - _installIDModel = [[FIRCLSInstallIdentifierModel alloc] initWithInstallations:installations]; - _executionIDModel = [[FIRCLSExecutionIdentifierModel alloc] init]; + _settingsManager = [[FIRCLSSettingsManager alloc] initWithAppIDModel:self.appIDModel + installIDModel:self.installIDModel + settings:self.settings + fileManager:self.fileManager + googleAppID:self.googleAppID]; - _settings = settings; - _appIDModel = appIDModel; + _notificationManager = [[FIRCLSNotificationManager alloc] init]; - _settingsAndOnboardingManager = - [[FIRCLSSettingsOnboardingManager alloc] initWithAppIDModel:appIDModel - installIDModel:self.installIDModel - settings:self.settings - fileManager:self.fileManager - googleAppID:self.googleAppID]; + _launchMarker = [[FIRCLSLaunchMarkerModel alloc] initWithFileManager:_fileManager]; return self; } -- (FIRCLSNetworkClient *)clientWithOperationQueue:(NSOperationQueue *)queue { - return [[FIRCLSNetworkClient alloc] initWithQueue:queue fileManager:_fileManager delegate:self]; -} - -/** - * Returns the number of unsent reports on the device, including the ones passed in. - */ -- (int)unsentReportsCountWithPreexisting:(NSArray *)paths { - int count = [self countSubmittableAndDeleteUnsubmittableReportPaths:paths]; - - count += _fileManager.processingPathContents.count; - - if (self.settings.shouldUseNewReportEndpoint) { - count += _fileManager.preparedPathContents.count; - } else { - count += _fileManager.legacyPreparedPathContents.count; - } - return count; -} - // This method returns a promise that is resolved with a wrapped FIRReportAction once the user has // indicated whether they want to upload currently cached reports. // This method should only be called when we have determined there is at least 1 unsent report. @@ -264,8 +192,8 @@ static void (^reportSentCallback)(void); // 2. The developer uses the processCrashReports API to indicate whether the report // should be sent or deleted, at which point the promise will be resolved with the action. - (FBLPromise *)waitForReportAction { - FIRCLSDebugLog(@"[Crashlytics:Crash] Notifying that unsent reports are available."); - [_unsentReportsAvailable fulfill:@YES]; + FIRCrashlyticsReport *unsentReport = self.existingReportManager.newestUnsentReport; + [_unsentReportsAvailable fulfill:unsentReport]; // If data collection gets enabled while we are waiting for an action, go ahead and send the // reports, and any subsequent explicit response will be ignored. @@ -275,16 +203,16 @@ static void (^reportSentCallback)(void); return @(FIRCLSReportActionSend); }]; - FIRCLSDebugLog(@"[Crashlytics:Crash] Waiting for send/deleteUnsentReports to be called."); // Wait for either the processReports callback to be called, or data collection to be enabled. return [FBLPromise race:@[ collectionEnabled, _reportActionProvided ]]; } -- (FBLPromise *)checkForUnsentReports { +- (FBLPromise *)checkForUnsentReports { bool expectedCalled = NO; if (!atomic_compare_exchange_strong(&_checkForUnsentReportsCalled, &expectedCalled, YES)) { - FIRCLSErrorLog(@"checkForUnsentReports should only be called once per execution."); - return [FBLPromise resolvedWith:@NO]; + FIRCLSErrorLog(@"Either checkForUnsentReports or checkAndUpdateUnsentReports should be called " + @"once per execution."); + return [FBLPromise resolvedWith:nil]; } return _unsentReportsAvailable; } @@ -306,6 +234,10 @@ static void (^reportSentCallback)(void); NSTimeInterval currentTimestamp = [NSDate timeIntervalSinceReferenceDate]; [self.settings reloadFromCacheWithGoogleAppID:self.googleAppID currentTimestamp:currentTimestamp]; + // This needs to be called before the new report is created for + // this run of the app. + [self.existingReportManager collectExistingReports]; + if (![self validateAppIdentifiers]) { return [FBLPromise resolvedWith:@NO]; } @@ -314,26 +246,11 @@ static void (^reportSentCallback)(void); FIRCLSDebugLog(@"Root: %@", [_fileManager rootPath]); #endif - if ([self.dataArbiter isLegacyDataCollectionKeyInPlist]) { - FIRCLSErrorLog(@"Found legacy data collection key in app's Info.plist: " - @"firebase_crashlytics_collection_enabled"); - FIRCLSErrorLog(@"Please update your Info.plist to use the new data collection key: " - @"FirebaseCrashlyticsCollectionEnabled"); - FIRCLSErrorLog(@"The legacy data collection Info.plist value could be overridden by " - @"calling: [Fabric with:...]"); - FIRCLSErrorLog(@"The new value can be overridden by calling: [[FIRCrashlytics " - @"crashlytics] setCrashlyticsCollectionEnabled:]"); - - return [FBLPromise resolvedWith:@NO]; - } - if (![_fileManager createReportDirectories]) { return [FBLPromise resolvedWith:@NO]; } - // Grab existing reports - BOOL launchFailure = [self checkForAndCreateLaunchMarker]; - NSArray *preexistingReportPaths = _fileManager.activePathContents; + BOOL launchFailure = [self.launchMarker checkForAndCreateLaunchMarker]; FIRCLSInternalReport *report = [self setupCurrentReport:executionIdentifier]; if (!report) { @@ -345,14 +262,6 @@ static void (^reportSentCallback)(void); report = nil; } - // Regenerate the Install ID on a background thread if it needs to rotate because - // fetching the Firebase Install ID can be slow on some devices. This should happen after we - // create the session on disk so that we can update the Install ID in the written crash report - // metadata. - dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_HIGH, 0), ^{ - [self checkAndRotateInstallUUIDIfNeededWithReport:report]; - }); - FBLPromise *promise = [FBLPromise resolvedWith:@(report != nil)]; if ([self.dataArbiter isCrashlyticsCollectionEnabled]) { @@ -360,64 +269,43 @@ static void (^reportSentCallback)(void); FIRCLSDebugLog(@"Unsent reports will be uploaded at startup"); FIRCLSDataCollectionToken *dataCollectionToken = [FIRCLSDataCollectionToken validToken]; - [self beginSettingsAndOnboardingWithToken:dataCollectionToken waitForSettingsRequest:NO]; + [self beginSettingsWithToken:dataCollectionToken]; - [self beginReportUploadsWithToken:dataCollectionToken - preexistingReportPaths:preexistingReportPaths - blockingSend:launchFailure - report:report]; + [self beginReportUploadsWithToken:dataCollectionToken blockingSend:launchFailure]; // If data collection is enabled, the SDK will not notify the user // when unsent reports are available, or respect Send / DeleteUnsentReports - [_unsentReportsAvailable fulfill:@NO]; + [_unsentReportsAvailable fulfill:nil]; } else { FIRCLSDebugLog(@"Automatic data collection is disabled."); + FIRCLSDebugLog(@"[Crashlytics:Crash] %d unsent reports are available. Waiting for " + @"send/deleteUnsentReports to be called.", + self.existingReportManager.unsentReportsCount); - // TODO: This counting of the file system happens on the main thread. Now that some of the other - // work below has been made async and moved to the dispatch queue, maybe we can move this code - // to the dispatch queue as well. - int unsentReportsCount = [self unsentReportsCountWithPreexisting:preexistingReportPaths]; - if (unsentReportsCount > 0) { - FIRCLSDebugLog( - @"[Crashlytics:Crash] %d unsent reports are available. Checking for upload permission.", - unsentReportsCount); - // Wait for an action to get sent, either from processReports: or automatic data collection. - promise = [[self waitForReportAction] - onQueue:_dispatchQueue - then:^id _Nullable(FIRCLSWrappedReportAction *_Nullable wrappedAction) { - // Process the actions for the reports on disk. - FIRCLSReportAction action = [wrappedAction reportActionValue]; - if (action == FIRCLSReportActionSend) { - FIRCLSDebugLog(@"Sending unsent reports."); - FIRCLSDataCollectionToken *dataCollectionToken = - [FIRCLSDataCollectionToken validToken]; + // Wait for an action to get sent, either from processReports: or automatic data collection. + promise = [[self waitForReportAction] + onQueue:_dispatchQueue + then:^id _Nullable(FIRCLSWrappedReportAction *_Nullable wrappedAction) { + // Process the actions for the reports on disk. + FIRCLSReportAction action = [wrappedAction reportActionValue]; + if (action == FIRCLSReportActionSend) { + FIRCLSDebugLog(@"Sending unsent reports."); + FIRCLSDataCollectionToken *dataCollectionToken = + [FIRCLSDataCollectionToken validToken]; - // For the new report endpoint, the orgID is not needed. - // For the legacy report endpoint, wait on settings if orgID is not available. - BOOL waitForSetting = - !self.settings.shouldUseNewReportEndpoint && !self.settings.orgID; + [self beginSettingsWithToken:dataCollectionToken]; - [self beginSettingsAndOnboardingWithToken:dataCollectionToken - waitForSettingsRequest:waitForSetting]; + [self beginReportUploadsWithToken:dataCollectionToken blockingSend:NO]; - [self beginReportUploadsWithToken:dataCollectionToken - preexistingReportPaths:preexistingReportPaths - blockingSend:NO - report:report]; - - } else if (action == FIRCLSReportActionDelete) { - FIRCLSDebugLog(@"Deleting unsent reports."); - [self deleteUnsentReportsWithPreexisting:preexistingReportPaths]; - } else { - FIRCLSErrorLog(@"Unknown report action: %d", action); - } - return @(report != nil); - }]; - } else { - FIRCLSDebugLog(@"[Crashlytics:Crash] There are no unsent reports."); - [_unsentReportsAvailable fulfill:@NO]; - } + } else if (action == FIRCLSReportActionDelete) { + FIRCLSDebugLog(@"Deleting unsent reports."); + [self.existingReportManager deleteUnsentReports]; + } else { + FIRCLSErrorLog(@"Unknown report action: %d", action); + } + return @(report != nil); + }]; } if (report != nil) { @@ -435,52 +323,42 @@ static void (^reportSentCallback)(void); NSOperationQueue *__weak queue = _operationQueue; FBLPromise *__weak unsentReportsHandled = _unsentReportsHandled; promise = [promise then:^id _Nullable(NSNumber *_Nullable value) { - [queue waitUntilAllOperationsAreFinished]; - // Signal that to callers of processReports that everything is finished. - [unsentReportsHandled fulfill:nil]; - return value; + FBLPromise *allOpsFinished = [FBLPromise pendingPromise]; + [queue addOperationWithBlock:^{ + [allOpsFinished fulfill:nil]; + }]; + + return [allOpsFinished onQueue:dispatch_get_main_queue() + then:^id _Nullable(id _Nullable allOpsFinishedValue) { + // Signal that to callers of processReports that everything is + // finished. + [unsentReportsHandled fulfill:nil]; + return value; + }]; }]; return promise; } -- (void)checkAndRotateInstallUUIDIfNeededWithReport:(FIRCLSInternalReport *)report { - [self.installIDModel regenerateInstallIDIfNeededWithBlock:^(BOOL didRotate) { - if (!didRotate) { - return; - } - - FIRCLSContextUpdateMetadata(report, self.settings, self.installIDModel, self->_fileManager); - }]; -} - -- (void)beginSettingsAndOnboardingWithToken:(FIRCLSDataCollectionToken *)token - waitForSettingsRequest:(BOOL)waitForSettings { +- (void)beginSettingsWithToken:(FIRCLSDataCollectionToken *)token { if (self.settings.isCacheExpired) { // This method can be called more than once if the user calls // SendUnsentReports again, so don't repeat the settings fetch static dispatch_once_t settingsFetchOnceToken; dispatch_once(&settingsFetchOnceToken, ^{ - [self.settingsAndOnboardingManager beginSettingsAndOnboardingWithGoogleAppId:self.googleAppID - token:token - waitForCompletion:waitForSettings]; + [self.settingsManager beginSettingsWithGoogleAppId:self.googleAppID token:token]; }); } } - (void)beginReportUploadsWithToken:(FIRCLSDataCollectionToken *)token - preexistingReportPaths:(NSArray *)preexistingReportPaths - blockingSend:(BOOL)blockingSend - report:(FIRCLSInternalReport *)report { + blockingSend:(BOOL)blockingSend { if (self.settings.collectReportsEnabled) { - [self processExistingReportPaths:preexistingReportPaths - dataCollectionToken:token - asUrgent:blockingSend]; - [self handleContentsInOtherReportingDirectoriesWithToken:token]; + [self.existingReportManager sendUnsentReportsWithToken:token asUrgent:blockingSend]; } else { FIRCLSInfoLog(@"Collect crash reports is disabled"); - [self deleteUnsentReportsWithPreexisting:preexistingReportPaths]; + [self.existingReportManager deleteUnsentReports]; } } @@ -490,13 +368,13 @@ static void (^reportSentCallback)(void); return NO; } - if (!FIRCLSContextInitialize(report, self.settings, self.installIDModel, _fileManager)) { + if (!FIRCLSContextInitialize(report, self.settings, _fileManager)) { return NO; } - [self setupStateNotifications]; + [self.notificationManager registerNotificationListener]; - [self registerAnalyticsEventListener]; + [self.analyticsManager registerAnalyticsListener]; [self crashReportingSetupCompleted:mark]; @@ -507,7 +385,9 @@ static void (^reportSentCallback)(void); // check our handlers FIRCLSDispatchAfter(2.0, dispatch_get_main_queue(), ^{ FIRCLSExceptionCheckHandlers((__bridge void *)(self)); +#if CLS_SIGNAL_SUPPORTED FIRCLSSignalCheckHandlers(); +#endif #if CLS_MACH_EXCEPTION_SUPPORTED FIRCLSMachExceptionCheckHandlers(); #endif @@ -515,7 +395,7 @@ static void (^reportSentCallback)(void); // remove the launch failure marker and record the startup time dispatch_async(dispatch_get_main_queue(), ^{ - [self removeLaunchFailureMarker]; + [self.launchMarker removeLaunchFailureMarker]; dispatch_async(FIRCLSGetLoggingQueue(), ^{ FIRCLSUserLoggingWriteInternalKeyValue(FIRCLSFirstRunloopTurnTimeKey, [@(FIRCLSProfileEnd(mark)) description]); @@ -542,26 +422,24 @@ static void (^reportSentCallback)(void); return NO; } + if ([self.dataArbiter isLegacyDataCollectionKeyInPlist]) { + FIRCLSErrorLog(@"Found legacy data collection key in app's Info.plist: " + @"firebase_crashlytics_collection_enabled"); + FIRCLSErrorLog(@"Please update your Info.plist to use the new data collection key: " + @"FirebaseCrashlyticsCollectionEnabled"); + FIRCLSErrorLog(@"The legacy data collection Info.plist value could be overridden by " + @"calling: [Fabric with:...]"); + FIRCLSErrorLog(@"The new value can be overridden by calling: [[FIRCrashlytics " + @"crashlytics] setCrashlyticsCollectionEnabled:]"); + + return NO; + } + return YES; } -- (FIRCLSReportUploader *)uploader { - if (!_uploader) { - _uploader = [[FIRCLSReportUploader alloc] initWithQueue:self.operationQueue - delegate:self - dataSource:self - client:self.networkClient - fileManager:_fileManager - analytics:_analytics]; - } - - return _uploader; -} - -#pragma mark - Reporting Lifecycle - - (FIRCLSInternalReport *)setupCurrentReport:(NSString *)executionIdentifier { - [self createLaunchFailureMarker]; + [self.launchMarker createLaunchFailureMarker]; NSString *reportPath = [_fileManager setupNewPathForExecutionIdentifier:executionIdentifier]; @@ -569,341 +447,4 @@ static void (^reportSentCallback)(void); executionIdentifier:executionIdentifier]; } -- (int)countSubmittableAndDeleteUnsubmittableReportPaths:(NSArray *)reportPaths { - int count = 0; - for (NSString *path in reportPaths) { - FIRCLSInternalReport *report = [FIRCLSInternalReport reportWithPath:path]; - if ([report needsToBeSubmitted]) { - count++; - } else { - [self.operationQueue addOperationWithBlock:^{ - [self->_fileManager removeItemAtPath:path]; - }]; - } - } - return count; -} - -- (void)processExistingReportPaths:(NSArray *)reportPaths - dataCollectionToken:(FIRCLSDataCollectionToken *)dataCollectionToken - asUrgent:(BOOL)urgent { - for (NSString *path in reportPaths) { - [self processExistingActiveReportPath:path - dataCollectionToken:dataCollectionToken - asUrgent:urgent]; - } -} - -- (void)processExistingActiveReportPath:(NSString *)path - dataCollectionToken:(FIRCLSDataCollectionToken *)dataCollectionToken - asUrgent:(BOOL)urgent { - FIRCLSInternalReport *report = [FIRCLSInternalReport reportWithPath:path]; - - // TODO: needsToBeSubmitted should really be called on the background queue. - if (![report needsToBeSubmitted]) { - [self.operationQueue addOperationWithBlock:^{ - [self->_fileManager removeItemAtPath:path]; - }]; - - return; - } - - if (urgent && [dataCollectionToken isValid]) { - // We can proceed without the delegate. - [[self uploader] prepareAndSubmitReport:report - dataCollectionToken:dataCollectionToken - asUrgent:urgent - withProcessing:YES]; - return; - } - - [self submitReport:report dataCollectionToken:dataCollectionToken]; -} - -- (void)submitReport:(FIRCLSInternalReport *)report - dataCollectionToken:(FIRCLSDataCollectionToken *)dataCollectionToken { - [self.operationQueue addOperationWithBlock:^{ - [[self uploader] prepareAndSubmitReport:report - dataCollectionToken:dataCollectionToken - asUrgent:NO - withProcessing:YES]; - }]; - - [self didSubmitReport]; -} - -// This is the side-effect of calling deleteUnsentReports, or collect_reports setting -// being false -- (void)deleteUnsentReportsWithPreexisting:(NSArray *)preexistingReportPaths { - [self removeExistingReportPaths:preexistingReportPaths]; - - [self removeExistingReportPaths:self.fileManager.processingPathContents]; - if (self.settings.shouldUseNewReportEndpoint) { - [self removeExistingReportPaths:self.fileManager.preparedPathContents]; - } else { - [self removeExistingReportPaths:self.fileManager.legacyPreparedPathContents]; - } -} - -- (void)removeExistingReportPaths:(NSArray *)reportPaths { - [self.operationQueue addOperationWithBlock:^{ - for (NSString *path in reportPaths) { - [self.fileManager removeItemAtPath:path]; - } - }]; -} - -- (void)handleContentsInOtherReportingDirectoriesWithToken:(FIRCLSDataCollectionToken *)token { - [self handleExistingFilesInProcessingWithToken:token]; - [self handleExistingFilesInPreparedWithToken:token]; -} - -- (void)handleExistingFilesInProcessingWithToken:(FIRCLSDataCollectionToken *)token { - NSArray *processingPaths = _fileManager.processingPathContents; - - // deal with stuff in processing more carefully - do not process again - [self.operationQueue addOperationWithBlock:^{ - for (NSString *path in processingPaths) { - FIRCLSInternalReport *report = [FIRCLSInternalReport reportWithPath:path]; - [[self uploader] prepareAndSubmitReport:report - dataCollectionToken:token - asUrgent:NO - withProcessing:NO]; - } - }]; -} - -- (void)handleExistingFilesInPreparedWithToken:(FIRCLSDataCollectionToken *)token { - NSArray *preparedPaths = self.settings.shouldUseNewReportEndpoint - ? _fileManager.preparedPathContents - : _fileManager.legacyPreparedPathContents; - - // Give our network client a chance to reconnect here, if needed. This attempts to avoid - // trying to re-submit a prepared file that is already in flight. - [self.networkClient attemptToReconnectBackgroundSessionWithCompletionBlock:^{ - [self.operationQueue addOperationWithBlock:^{ - [self uploadPreexistingFiles:preparedPaths withToken:token]; - }]; - }]; -} - -- (void)uploadPreexistingFiles:(NSArray *)files withToken:(FIRCLSDataCollectionToken *)token { - // Because this could happen quite a bit after the inital set of files was - // captured, some could be completed (deleted). So, just double-check to make sure - // the file still exists. - - for (NSString *path in files) { - if (![[_fileManager underlyingFileManager] fileExistsAtPath:path]) { - continue; - } - - [[self uploader] uploadPackagedReportAtPath:path dataCollectionToken:token asUrgent:NO]; - } -} - -- (void)retryUploadForReportAtPath:(NSString *)path - dataCollectionToken:(FIRCLSDataCollectionToken *)token { - FIRCLSAddOperationAfter(CLSReportRetryInterval, self.operationQueue, ^{ - FIRCLSDeveloperLog("Crashlytics:Crash", @"re-attempting report submission"); - [[self uploader] uploadPackagedReportAtPath:path dataCollectionToken:token asUrgent:NO]; - }); -} - -#pragma mark - Launch Failure Detection -- (NSString *)launchFailureMarkerPath { - return [[_fileManager structurePath] stringByAppendingPathComponent:@"launchmarker"]; -} - -- (BOOL)createLaunchFailureMarker { - // It's tempting to use - [NSFileManger createFileAtPath:contents:attributes:] here. But that - // operation, even with empty/nil contents does a ton of work to write out nothing via a - // temporarly file. This is a much faster implemenation. - const char *path = [[self launchFailureMarkerPath] fileSystemRepresentation]; - -#if TARGET_OS_IPHONE - /* - * data-protected non-portable open(2) : - * int open_dprotected_np(user_addr_t path, int flags, int class, int dpflags, int mode) - */ - int fd = open_dprotected_np(path, O_WRONLY | O_CREAT | O_TRUNC, 4, 0, 0644); -#else - int fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644); -#endif - if (fd == -1) { - return NO; - } - - return close(fd) == 0; -} - -- (BOOL)launchFailureMarkerPresent { - return [[_fileManager underlyingFileManager] fileExistsAtPath:[self launchFailureMarkerPath]]; -} - -- (BOOL)removeLaunchFailureMarker { - return [_fileManager removeItemAtPath:[self launchFailureMarkerPath]]; -} - -- (BOOL)checkForAndCreateLaunchMarker { - BOOL launchFailure = [self launchFailureMarkerPresent]; - if (launchFailure) { - FIRCLSDeveloperLog("Crashlytics:Crash", - @"Last launch failed: this may indicate a crash shortly after app launch."); - } else { - [self createLaunchFailureMarker]; - } - - return launchFailure; -} - -#pragma mark - - -- (void)registerAnalyticsEventListener { - if (_registeredAnalyticsEventListener) { - return; - } - FIRCLSAnalyticsInteropListener *listener = [[FIRCLSAnalyticsInteropListener alloc] init]; - [FIRCLSFCRAnalytics registerEventListener:listener toAnalytics:_analytics]; - _registeredAnalyticsEventListener = YES; -} - -#pragma mark - Notifications -- (void)setupStateNotifications { - [self captureInitialNotificationStates]; - -#if TARGET_OS_IOS - [[NSNotificationCenter defaultCenter] addObserver:self - selector:@selector(willBecomeActive:) - name:UIApplicationWillEnterForegroundNotification - object:nil]; - [[NSNotificationCenter defaultCenter] addObserver:self - selector:@selector(didBecomeInactive:) - name:UIApplicationDidEnterBackgroundNotification - object:nil]; - [[NSNotificationCenter defaultCenter] addObserver:self - selector:@selector(didChangeOrientation:) - name:UIDeviceOrientationDidChangeNotification - object:nil]; - -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wdeprecated-declarations" - [[NSNotificationCenter defaultCenter] - addObserver:self - selector:@selector(didChangeUIOrientation:) - name:UIApplicationDidChangeStatusBarOrientationNotification - object:nil]; -#pragma clang diagnostic pop - -#elif CLS_TARGET_OS_OSX - [[NSNotificationCenter defaultCenter] addObserver:self - selector:@selector(willBecomeActive:) - name:@"NSApplicationWillBecomeActiveNotification" - object:nil]; - [[NSNotificationCenter defaultCenter] addObserver:self - selector:@selector(didBecomeInactive:) - name:@"NSApplicationDidResignActiveNotification" - object:nil]; -#endif -} - -- (void)captureInitialNotificationStates { -#if TARGET_OS_IOS - UIDeviceOrientation orientation = [[UIDevice currentDevice] orientation]; - UIInterfaceOrientation statusBarOrientation = - [FIRCLSApplicationSharedInstance() statusBarOrientation]; -#endif - - // It's nice to do this async, so we don't hold up the main thread while doing three - // consecutive IOs here. - dispatch_async(FIRCLSGetLoggingQueue(), ^{ - FIRCLSUserLoggingWriteInternalKeyValue(FIRCLSInBackgroundKey, @"0"); -#if TARGET_OS_IOS - FIRCLSUserLoggingWriteInternalKeyValue(FIRCLSDeviceOrientationKey, - [@(orientation) description]); - FIRCLSUserLoggingWriteInternalKeyValue(FIRCLSUIOrientationKey, - [@(statusBarOrientation) description]); -#endif - }); -} - -- (void)willBecomeActive:(NSNotification *)notification { - FIRCLSUserLoggingRecordInternalKeyValue(FIRCLSInBackgroundKey, @NO); -} - -- (void)didBecomeInactive:(NSNotification *)notification { - FIRCLSUserLoggingRecordInternalKeyValue(FIRCLSInBackgroundKey, @YES); -} - -#if TARGET_OS_IOS -- (void)didChangeOrientation:(NSNotification *)notification { - UIDeviceOrientation orientation = [[UIDevice currentDevice] orientation]; - - FIRCLSUserLoggingRecordInternalKeyValue(FIRCLSDeviceOrientationKey, @(orientation)); -} - -- (void)didChangeUIOrientation:(NSNotification *)notification { - UIInterfaceOrientation statusBarOrientation = - [FIRCLSApplicationSharedInstance() statusBarOrientation]; - - FIRCLSUserLoggingRecordInternalKeyValue(FIRCLSUIOrientationKey, @(statusBarOrientation)); -} -#endif - -#pragma mark - FIRCLSNetworkClientDelegate -- (BOOL)networkClientCanUseBackgroundSessions:(FIRCLSNetworkClient *)client { - return !FIRCLSApplicationIsExtension(); -} - -- (void)networkClient:(FIRCLSNetworkClient *)client - didFinishUploadWithPath:(NSString *)path - error:(NSError *)error { - // Route this through to the reports uploader. - // Since this callback happens after an upload finished, then we can assume that the original data - // collection was authorized. This isn't ideal, but it's better than trying to plumb the data - // collection token through all the system networking callbacks. - FIRCLSDataCollectionToken *token = [FIRCLSDataCollectionToken validToken]; - [[self uploader] reportUploadAtPath:path dataCollectionToken:token completedWithError:error]; -} - -#pragma mark - FIRCLSReportUploaderDelegate - -- (void)didCompletePackageSubmission:(NSString *)path - dataCollectionToken:(FIRCLSDataCollectionToken *)token - error:(NSError *)error { - if (!error) { - FIRCLSDeveloperLog("Crashlytics:Crash", @"report submission successful"); - return; - } - - FIRCLSDeveloperLog("Crashlytics:Crash", @"report submission failed with error %@", error); - FIRCLSSDKLog("Error: failed to submit report '%s'\n", error.description.UTF8String); - - [self retryUploadForReportAtPath:path dataCollectionToken:token]; -} - -- (void)didCompleteAllSubmissions { - [self.operationQueue addOperationWithBlock:^{ - // Dealloc the reports uploader. If we need it again (if we re-enqueued submissions from - // didCompletePackageSubmission:, we can just create it again - self->_uploader = nil; - - FIRCLSDeveloperLog("Crashlytics:Crash", @"report submission complete"); - }]; -} - -#pragma mark - UITest Helpers - -// Used only for internal data collection E2E testing -- (void)didSubmitReport { - if (reportSentCallback) { - dispatch_async(dispatch_get_main_queue(), ^{ - reportSentCallback(); - }); - } -} - -+ (void)setReportSentCallback:(void (^)(void))callback { - reportSentCallback = callback; -} - @end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportManager_Private.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportManager_Private.h index f7f139740..6d30262c9 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportManager_Private.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportManager_Private.h @@ -12,24 +12,22 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSReportManager.h" -#import "FIRCLSReportUploader.h" +#import "Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.h" +#import "Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSLaunchMarkerModel.h" @class FIRCLSInstallIdentifierModel; -@interface FIRCLSReportManager () +@interface FIRCLSReportManager () @property(nonatomic, strong) NSOperationQueue *operationQueue; -@property(nonatomic, strong) FIRCLSNetworkClient *networkClient; -@property(nonatomic, readonly) FIRCLSReportUploader *uploader; @property(nonatomic, strong) FIRCLSFileManager *fileManager; @end @interface FIRCLSReportManager (PrivateMethods) -- (BOOL)createLaunchFailureMarker; -- (BOOL)launchFailureMarkerPresent; +@property(nonatomic, strong) FIRCLSLaunchMarkerModel *launchMarker; - (BOOL)potentiallySubmittableCrashOccurred; diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.h index c1cf8b4a1..53482556c 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.h @@ -14,67 +14,27 @@ #import -#import - @class FIRCLSDataCollectionToken; @class FIRCLSInternalReport; -@class FIRCLSSettings; +@class FIRCLSManagerData; @class FIRCLSFileManager; -@class FIRCLSNetworkClient; -@class FIRCLSReportUploader; - -@protocol FIRCLSReportUploaderDelegate; -@protocol FIRCLSReportUploaderDataSource; -@protocol FIRAnalyticsInterop; @interface FIRCLSReportUploader : NSObject - (instancetype)init NS_UNAVAILABLE; + (instancetype)new NS_UNAVAILABLE; -- (instancetype)initWithQueue:(NSOperationQueue *)queue - delegate:(id)delegate - dataSource:(id)dataSource - client:(FIRCLSNetworkClient *)client - fileManager:(FIRCLSFileManager *)fileManager - analytics:(id)analytics NS_DESIGNATED_INITIALIZER; - -@property(nonatomic, weak) id delegate; -@property(nonatomic, weak) id dataSource; +- (instancetype)initWithManagerData:(FIRCLSManagerData *)managerData NS_DESIGNATED_INITIALIZER; @property(nonatomic, readonly) NSOperationQueue *operationQueue; -@property(nonatomic, readonly) FIRCLSNetworkClient *networkClient; @property(nonatomic, readonly) FIRCLSFileManager *fileManager; -- (BOOL)prepareAndSubmitReport:(FIRCLSInternalReport *)report +- (void)prepareAndSubmitReport:(FIRCLSInternalReport *)report dataCollectionToken:(FIRCLSDataCollectionToken *)dataCollectionToken asUrgent:(BOOL)urgent withProcessing:(BOOL)shouldProcess; -- (BOOL)uploadPackagedReportAtPath:(NSString *)path +- (void)uploadPackagedReportAtPath:(NSString *)path dataCollectionToken:(FIRCLSDataCollectionToken *)dataCollectionToken asUrgent:(BOOL)urgent; -- (void)reportUploadAtPath:(NSString *)path - dataCollectionToken:(FIRCLSDataCollectionToken *)dataCollectionToken - completedWithError:(NSError *)error; - -@end - -@protocol FIRCLSReportUploaderDelegate -@required - -- (void)didCompletePackageSubmission:(NSString *)path - dataCollectionToken:(FIRCLSDataCollectionToken *)token - error:(NSError *)error; -- (void)didCompleteAllSubmissions; - -@end - -@protocol FIRCLSReportUploaderDataSource -@required - -- (NSString *)googleAppID; -- (FIRCLSSettings *)settings; -- (GDTCORTransport *)googleTransport; - @end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.m index 6b8263534..4465bafe2 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.m @@ -14,81 +14,89 @@ #import "Interop/Analytics/Public/FIRAnalyticsInterop.h" -#import "FIRCLSApplication.h" -#import "FIRCLSDataCollectionArbiter.h" -#import "FIRCLSDataCollectionToken.h" -#import "FIRCLSDefines.h" -#import "FIRCLSFCRAnalytics.h" -#import "FIRCLSFileManager.h" -#import "FIRCLSInstallIdentifierModel.h" -#import "FIRCLSInternalReport.h" -#import "FIRCLSNetworkClient.h" -#import "FIRCLSPackageReportOperation.h" -#import "FIRCLSProcessReportOperation.h" -#import "FIRCLSReportAdapter.h" -#import "FIRCLSReportUploader_Private.h" -#import "FIRCLSSettings.h" -#import "FIRCLSSymbolResolver.h" +#import "Crashlytics/Crashlytics/Components/FIRCLSApplication.h" +#import "Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.h" +#import "Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.h" +#import "Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader_Private.h" +#import "Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSFileManager.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSInternalReport.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.h" +#import "Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.h" +#import "Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.h" -#include "FIRCLSUtility.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" -#import "FIRCLSConstants.h" -#import "FIRCLSMultipartMimeStreamEncoder.h" -#import "FIRCLSURLBuilder.h" +#import "Crashlytics/Shared/FIRCLSConstants.h" +#import "Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.h" +#import "Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.h" -#import -#import +#import @interface FIRCLSReportUploader () { id _analytics; } + +@property(nonatomic, strong) GDTCORTransport *googleTransport; +@property(nonatomic, strong) FIRCLSInstallIdentifierModel *installIDModel; + +@property(nonatomic, readonly) NSString *googleAppID; + @end @implementation FIRCLSReportUploader -- (instancetype)initWithQueue:(NSOperationQueue *)queue - delegate:(id)delegate - dataSource:(id)dataSource - client:(FIRCLSNetworkClient *)client - fileManager:(FIRCLSFileManager *)fileManager - analytics:(id)analytics { +- (instancetype)initWithManagerData:(FIRCLSManagerData *)managerData { self = [super init]; if (!self) { return nil; } - _operationQueue = queue; - _delegate = delegate; - _dataSource = dataSource; - _networkClient = client; - _fileManager = fileManager; - _analytics = analytics; + _operationQueue = managerData.operationQueue; + _googleAppID = managerData.googleAppID; + _googleTransport = managerData.googleTransport; + _installIDModel = managerData.installIDModel; + _fileManager = managerData.fileManager; + _analytics = managerData.analytics; return self; } #pragma mark - Packaging and Submission -- (BOOL)prepareAndSubmitReport:(FIRCLSInternalReport *)report + +/* + * For a crash report, this is the inital code path for uploading. A report + * will not repeat this code path after it's happened because this code path + * will move the report from the "active" folder into "processing" and then + * "prepared". Once in prepared, the report can be re-uploaded any number of times + * with uploadPackagedReportAtPath in the case of an upload failure. + */ +- (void)prepareAndSubmitReport:(FIRCLSInternalReport *)report dataCollectionToken:(FIRCLSDataCollectionToken *)dataCollectionToken asUrgent:(BOOL)urgent withProcessing:(BOOL)shouldProcess { - __block BOOL success = NO; - if (![dataCollectionToken isValid]) { FIRCLSErrorLog(@"Data collection disabled and report will not be submitted"); - return NO; - } - - if (!self.dataSource.settings.orgID && !self.dataSource.settings.shouldUseNewReportEndpoint) { - FIRCLSDebugLog( - @"Skipping report with id '%@' this run of the app because Organization ID was " - @"nil. Report via the legacy endpoint will upload once settings are download successfully", - report.identifier); - return YES; + return; } + // This activity is still relevant using GoogleDataTransport because the on-device + // symbolication operation may be computationally intensive. FIRCLSApplicationActivity( FIRCLSApplicationActivityDefault, @"Crashlytics Crash Report Processing", ^{ + // Run this only once because it can be run multiple times in succession, + // and if it's slow it could delay crash upload too much without providing + // user benefit. + static dispatch_once_t regenerateOnceToken; + dispatch_once(®enerateOnceToken, ^{ + // Check to see if the FID has rotated before we construct the payload + // so that the payload has an updated value. + [self.installIDModel regenerateInstallIDIfNeeded]; + }); + + // Run on-device symbolication before packaging if we should process if (shouldProcess) { if (![self.fileManager moveItemAtPath:report.path toDirectory:self.fileManager.processingPath]) { @@ -108,165 +116,101 @@ [processOperation start]; } - NSString *packagedPath; - - FIRCLSDebugLog(@"Preparing the report for the new endpoint: %d", - self.dataSource.settings.shouldUseNewReportEndpoint); - // With the new report endpoint, the report is deleted once it is written to GDT // Check if the report has a crash file before the report is moved or deleted BOOL isCrash = report.isCrash; - if (self.dataSource.settings.shouldUseNewReportEndpoint) { - // For the new endpoint, just move the .clsrecords from "processing" -> "prepared" - if (![self.fileManager moveItemAtPath:report.path - toDirectory:self.fileManager.preparedPath]) { - FIRCLSErrorLog(@"Unable to move report to prepared"); - return; - } - - packagedPath = [self.fileManager.preparedPath - stringByAppendingPathComponent:report.path.lastPathComponent]; - } else { - // For the legacy endpoint, continue generate the multipartmime file in "prepared-legacy" - FIRCLSPackageReportOperation *packageOperation = - [[FIRCLSPackageReportOperation alloc] initWithReport:report - fileManager:self.fileManager - settings:self.dataSource.settings]; - - [packageOperation start]; - packagedPath = packageOperation.finalPath; - if (!packagedPath) { - FIRCLSErrorLog(@"Unable to package report"); - return; - } - - if (![self.fileManager removeItemAtPath:report.path]) { - FIRCLSErrorLog(@"Unable to remove a processing item"); - } + // For the new endpoint, just move the .clsrecords from "processing" -> "prepared". + // In the old endpoint this was for packaging the report as a multipartmime file, + // so this can probably be removed for GoogleDataTransport. + if (![self.fileManager moveItemAtPath:report.path + toDirectory:self.fileManager.preparedPath]) { + FIRCLSErrorLog(@"Unable to move report to prepared"); + return; } - NSLog(@"[Firebase/Crashlytics] Packaged report with id '%@' for submission", - report.identifier); + NSString *packagedPath = [self.fileManager.preparedPath + stringByAppendingPathComponent:report.path.lastPathComponent]; - success = [self uploadPackagedReportAtPath:packagedPath - dataCollectionToken:dataCollectionToken - asUrgent:urgent]; + FIRCLSInfoLog(@"[Firebase/Crashlytics] Packaged report with id '%@' for submission", + report.identifier); - // If the upload was successful and the report contained a crash forward it to Google - // Analytics. - if (success && isCrash) { - [FIRCLSFCRAnalytics logCrashWithTimeStamp:report.crashedOnDate.timeIntervalSince1970 - toAnalytics:self->_analytics]; + [self uploadPackagedReportAtPath:packagedPath + dataCollectionToken:dataCollectionToken + asUrgent:urgent]; + + // We don't check for success here for 2 reasons: + // 1) If we can't upload a crash for whatever reason, but we can upload analytics + // it's better for the customer to get accurate Crash Free Users. + // 2) In the past we did try to check for success, but it was a useless check because + // sendDataEvent is async (unless we're sending urgently). + if (isCrash) { + [FIRCLSAnalyticsManager logCrashWithTimeStamp:report.crashedOnDate.timeIntervalSince1970 + toAnalytics:self->_analytics]; } }); - return success; + return; } -- (BOOL)submitPackageMultipartMimeAtPath:(NSString *)multipartmimePath - dataCollectionToken:(FIRCLSDataCollectionToken *)dataCollectionToken - synchronously:(BOOL)synchronous { - FIRCLSDeveloperLog(@"Crashlytics:Crash:Reports", "Submitting %@ %@", - synchronous ? @"sync" : @"async", multipartmimePath); - - if ([[[self fileManager] fileSizeAtPath:multipartmimePath] unsignedIntegerValue] == 0) { - FIRCLSDeveloperLog("Crashlytics:Crash:Reports", @"Already-submitted report being ignored"); - return NO; - } - - NSTimeInterval timeout = 10.0; - - // If we are submitting synchronously, be more aggressive with the timeout. However, - // we only need this if the client does not support background requests. - if (synchronous && ![[self networkClient] supportsBackgroundRequests]) { - timeout = 2.0; - } - - NSMutableURLRequest *request = [self mutableRequestWithURL:[self reportURL] timeout:timeout]; - - [request setHTTPMethod:@"POST"]; - - if (![self fillInRequest:request forMultipartMimeDataAtPath:multipartmimePath]) { - return NO; - } - - [[self networkClient] startUploadRequest:request - filePath:multipartmimePath - dataCollectionToken:dataCollectionToken - immediately:synchronous]; - - return YES; -} - -- (BOOL)uploadPackagedReportAtPath:(NSString *)path +/* + * This code path can be repeated any number of times for a prepared crash report if + * the report is failing to upload. + * + * Therefore, side effects (like logging to Analytics) should not go in this method or + * else they will re-trigger when failures happen. + * + * When a crash report fails to upload, it will stay in the "prepared" folder. Upon next + * run of the app, the ReportManager will attempt to re-upload prepared reports using this + * method. + */ +- (void)uploadPackagedReportAtPath:(NSString *)path dataCollectionToken:(FIRCLSDataCollectionToken *)dataCollectionToken asUrgent:(BOOL)urgent { - FIRCLSDeveloperLog("Crashlytics:Crash:Reports", @"Submitting report%@", - urgent ? @" as urgent" : @""); + FIRCLSDebugLog(@"Submitting report %@", urgent ? @"urgently" : @"async"); - // Check with the legacy path as the new path will always be contained in the legacy path - BOOL isNewPreparedPath = ![path containsString:self.fileManager.legacyPreparedPath]; - - if (isNewPreparedPath && self.dataSource.settings.shouldUseNewReportEndpoint) { - if (![dataCollectionToken isValid]) { - FIRCLSErrorLog(@"A report upload was requested with an invalid data collection token."); - return NO; - } - - FIRCLSReportAdapter *adapter = - [[FIRCLSReportAdapter alloc] initWithPath:path googleAppId:self.dataSource.googleAppID]; - - GDTCOREvent *event = [self.dataSource.googleTransport eventForTransport]; - event.dataObject = adapter; - event.qosTier = GDTCOREventQoSFast; // Bypass batching, send immediately - - dispatch_semaphore_t semaphore = dispatch_semaphore_create(0); - - __block BOOL success = YES; - - [self.dataSource.googleTransport - sendDataEvent:event - onComplete:^(BOOL wasWritten, NSError *error) { - if (!wasWritten) { - FIRCLSDeveloperLog("Crashlytics:Crash:Reports", - @"Failed to send crash report due to gdt write failure."); - success = NO; - return; - } - - if (error) { - FIRCLSDeveloperLog("Crashlytics:Crash:Reports", - @"Failed to send crash report due to gdt error: %@", - error.localizedDescription); - success = NO; - return; - } - - FIRCLSDeveloperLog("Crashlytics:Crash:Reports", - @"Completed report submission with id: %@", path.lastPathComponent); - - if (urgent) { - dispatch_semaphore_signal(semaphore); - } - - [self cleanUpSubmittedReportAtPath:path]; - }]; - - if (urgent) { - dispatch_semaphore_wait(semaphore, DISPATCH_TIME_FOREVER); - } - - return success; - - } else if (!isNewPreparedPath && !self.dataSource.settings.shouldUseNewReportEndpoint) { - return [self submitPackageMultipartMimeAtPath:path - dataCollectionToken:dataCollectionToken - synchronously:urgent]; + if (![dataCollectionToken isValid]) { + FIRCLSErrorLog(@"A report upload was requested with an invalid data collection token."); + return; } - // Unsupported state - return NO; + FIRCLSReportAdapter *adapter = [[FIRCLSReportAdapter alloc] initWithPath:path + googleAppId:self.googleAppID + installIDModel:self.installIDModel]; + + GDTCOREvent *event = [self.googleTransport eventForTransport]; + event.dataObject = adapter; + event.qosTier = GDTCOREventQoSFast; // Bypass batching, send immediately + + dispatch_semaphore_t semaphore = dispatch_semaphore_create(0); + + [self.googleTransport + sendDataEvent:event + onComplete:^(BOOL wasWritten, NSError *error) { + if (!wasWritten) { + FIRCLSErrorLog( + @"Failed to send crash report due to failure writing GoogleDataTransport event"); + return; + } + + if (error) { + FIRCLSErrorLog(@"Failed to send crash report due to GoogleDataTransport error: %@", + error.localizedDescription); + return; + } + + FIRCLSInfoLog(@"Completed report submission with id: %@", path.lastPathComponent); + + if (urgent) { + dispatch_semaphore_signal(semaphore); + } + + [self cleanUpSubmittedReportAtPath:path]; + }]; + + if (urgent) { + dispatch_semaphore_wait(semaphore, DISPATCH_TIME_FOREVER); + } } - (BOOL)cleanUpSubmittedReportAtPath:(NSString *)path { @@ -278,79 +222,4 @@ return YES; } -- (void)reportUploadAtPath:(NSString *)path - dataCollectionToken:(FIRCLSDataCollectionToken *)dataCollectionToken - completedWithError:(NSError *)error { - FIRCLSDeveloperLog("Crashlytics:Crash:Reports", @"completed submission of %@", path); - - if (!error) { - [self cleanUpSubmittedReportAtPath:path]; - } - - [[self delegate] didCompletePackageSubmission:path - dataCollectionToken:dataCollectionToken - error:error]; -} - -#pragma mark - Properties (TODO: Can delete once the experiment is over) - -- (NSURL *)reportURL { - FIRCLSURLBuilder *url = [FIRCLSURLBuilder URLWithBase:FIRCLSReportsEndpoint]; - - [url appendComponent:@"/sdk-api/v1/platforms/"]; - [url appendComponent:FIRCLSApplicationGetPlatform()]; - [url appendComponent:@"/apps/"]; - [url appendComponent:self.dataSource.settings.fetchedBundleID]; - [url appendComponent:@"/reports"]; - - return [url URL]; -} - -- (NSString *)localeIdentifier { - return [[NSLocale currentLocale] localeIdentifier]; -} - -#pragma mark - URL Requests -- (NSMutableURLRequest *)mutableRequestWithURL:(NSURL *)url timeout:(NSTimeInterval)timeout { - NSMutableURLRequest *request = - [NSMutableURLRequest requestWithURL:url - cachePolicy:NSURLRequestReloadIgnoringLocalCacheData - timeoutInterval:timeout]; - - NSString *localeId = [self localeIdentifier]; - - [request setValue:@CLS_SDK_GENERATOR_NAME forHTTPHeaderField:FIRCLSNetworkUserAgent]; - [request setValue:FIRCLSNetworkApplicationJson forHTTPHeaderField:FIRCLSNetworkAccept]; - [request setValue:FIRCLSNetworkUTF8 forHTTPHeaderField:FIRCLSNetworkAcceptCharset]; - [request setValue:localeId forHTTPHeaderField:FIRCLSNetworkAcceptLanguage]; - [request setValue:localeId forHTTPHeaderField:FIRCLSNetworkContentLanguage]; - [request setValue:FIRCLSDeveloperToken forHTTPHeaderField:FIRCLSNetworkCrashlyticsDeveloperToken]; - [request setValue:FIRCLSApplicationGetSDKBundleID() - forHTTPHeaderField:FIRCLSNetworkCrashlyticsAPIClientId]; - [request setValue:@CLS_SDK_DISPLAY_VERSION - forHTTPHeaderField:FIRCLSNetworkCrashlyticsAPIClientDisplayVersion]; - [request setValue:[[self dataSource] googleAppID] - forHTTPHeaderField:FIRCLSNetworkCrashlyticsGoogleAppId]; - - return request; -} - -- (BOOL)fillInRequest:(NSMutableURLRequest *)request forMultipartMimeDataAtPath:(NSString *)path { - NSString *boundary = [[path lastPathComponent] stringByDeletingPathExtension]; - - [request setValue:[FIRCLSMultipartMimeStreamEncoder - contentTypeHTTPHeaderValueWithBoundary:boundary] - forHTTPHeaderField:@"Content-Type"]; - - NSNumber *fileSize = [[self fileManager] fileSizeAtPath:path]; - if (fileSize == nil) { - FIRCLSErrorLog(@"Could not determine size of multipart mime file"); - return NO; - } - - [request setValue:[fileSize stringValue] forHTTPHeaderField:@"Content-Length"]; - - return YES; -} - @end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader_Private.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader_Private.h index f54dc1673..020890d96 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader_Private.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader_Private.h @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSReportUploader.h" +#import "Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.h" @interface FIRCLSReportUploader (PrivateMethods) diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.m index e7d5996cf..3dcce252e 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.m @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSDataCollectionArbiter.h" +#import "Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.h" #if __has_include() #import @@ -22,7 +22,7 @@ #import "FirebaseCore/Sources/Private/FirebaseCoreInternal.h" -#import "FIRCLSUserDefaults.h" +#import "Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.h" // The legacy data collection setting allows Fabric customers to turn off auto- // initialization, but can be overridden by calling [Fabric with:]. @@ -101,7 +101,6 @@ typedef NS_ENUM(NSInteger, FIRCLSDataCollectionSetting) { [firebaseCrashlyticsCollectionEnabled isKindOfClass:[NSNumber class]]) { return [firebaseCrashlyticsCollectionEnabled boolValue]; } - return [app isDataCollectionDefaultEnabled]; } diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.m index 1a41ee1df..5dbde6ea3 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.m @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSDataCollectionToken.h" +#import "Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.h" @implementation FIRCLSDataCollectionToken diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSession.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSession.h deleted file mode 100644 index fa53468c1..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSession.h +++ /dev/null @@ -1,84 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import "FIRCLSURLSessionAvailability.h" - -#if FIRCLSURLSESSION_REQUIRED - -#import "FIRCLSURLSessionConfiguration.h" - -#import - -NS_ASSUME_NONNULL_BEGIN - -@interface FIRCLSURLSession : NSObject { - id _delegate; - NSOperationQueue *_delegateQueue; - NSURLSessionConfiguration *_configuration; - NSMutableSet *_taskSet; - dispatch_queue_t _queue; - - NSString *_sessionDescription; -} - -+ (BOOL)NSURLSessionShouldBeUsed; - -+ (NSURLSession *)sessionWithConfiguration:(NSURLSessionConfiguration *)configuration; -+ (NSURLSession *)sessionWithConfiguration:(NSURLSessionConfiguration *)configuration - delegate:(nullable id)delegate - delegateQueue:(nullable NSOperationQueue *)queue; - -@property(nonatomic, readonly, retain) NSOperationQueue *delegateQueue; -@property(nonatomic, readonly, retain) id delegate; -@property(nonatomic, readonly, copy) NSURLSessionConfiguration *configuration; - -@property(nonatomic, copy) NSString *sessionDescription; - -- (void)getTasksWithCompletionHandler: - (void (^)(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks))completionHandler; - -// task creation - suitable for background operations -- (NSURLSessionUploadTask *)uploadTaskWithRequest:(NSURLRequest *)request fromFile:(NSURL *)fileURL; - -- (NSURLSessionDownloadTask *)downloadTaskWithRequest:(NSURLRequest *)request; -- (NSURLSessionDownloadTask *)downloadTaskWithURL:(NSURL *)url; - -// convenience methods (that are not available for background sessions -- (NSURLSessionDataTask *)dataTaskWithRequest:(NSURLRequest *)request - completionHandler:(nullable void (^)(NSData *data, - NSURLResponse *response, - NSError *error))completionHandler; -- (NSURLSessionDataTask *)dataTaskWithRequest:(NSURLRequest *)request; - -- (NSURLSessionDownloadTask *)downloadTaskWithRequest:(NSURLRequest *)request - completionHandler: - (nullable void (^)(NSURL *targetPath, - NSURLResponse *response, - NSError *error))completionHandler; - -- (NSURLSessionUploadTask *)uploadTaskWithRequest:(NSURLRequest *)request - fromFile:(NSURL *)fileURL - completionHandler: - (nullable void (^)(NSData *data, - NSURLResponse *response, - NSError *error))completionHandler; - -- (void)invalidateAndCancel; -- (void)finishTasksAndInvalidate; - -@end - -NS_ASSUME_NONNULL_END - -#endif diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSession.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSession.m deleted file mode 100644 index 981542368..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSession.m +++ /dev/null @@ -1,346 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import "FIRCLSURLSessionAvailability.h" - -#if FIRCLSURLSESSION_REQUIRED -#import "FIRCLSURLSession.h" - -#import "FIRCLSURLSessionDataTask.h" -#import "FIRCLSURLSessionDataTask_PrivateMethods.h" -#import "FIRCLSURLSessionDownloadTask.h" -#import "FIRCLSURLSessionDownloadTask_PrivateMethods.h" -#import "FIRCLSURLSessionTask_PrivateMethods.h" -#import "FIRCLSURLSessionUploadTask.h" - -#define DELEGATE ((id)self->_delegate) - -@interface FIRCLSURLSession () - -@property(nonatomic, retain) NSOperationQueue *delegateQueue; -@property(nonatomic, retain) id delegate; -@property(nonatomic, copy) NSURLSessionConfiguration *configuration; - -@end - -@implementation FIRCLSURLSession - -@synthesize delegate = _delegate; -@synthesize delegateQueue = _delegateQueue; -@synthesize configuration = _configuration; -@synthesize sessionDescription = _sessionDescription; - -+ (BOOL)NSURLSessionShouldBeUsed { - if (!NSClassFromString(@"NSURLSession")) { - return NO; - } - - // We use this as a proxy to verify that we are on at least iOS 8 or 10.10. The first OSes that - // has NSURLSession were fairly unstable. - return [[NSURLSessionConfiguration class] - respondsToSelector:@selector(backgroundSessionConfigurationWithIdentifier:)]; -} - -+ (NSURLSession *)sessionWithConfiguration:(NSURLSessionConfiguration *)configuration { - return [self sessionWithConfiguration:configuration delegate:nil delegateQueue:nil]; -} - -+ (NSURLSession *)sessionWithConfiguration:(NSURLSessionConfiguration *)configuration - delegate:(nullable id)delegate - delegateQueue:(nullable NSOperationQueue *)queue { - if ([self NSURLSessionShouldBeUsed]) { - return [NSURLSession sessionWithConfiguration:configuration - delegate:delegate - delegateQueue:queue]; - } - - if (!configuration) { - return nil; - } - -#if __has_feature(objc_arc) - FIRCLSURLSession *session = [self new]; -#else - FIRCLSURLSession *session = [[self new] autorelease]; -#endif - [session setDelegate:delegate]; - // When delegate exists, but delegateQueue is nil, create a serial queue like NSURLSession - // documents. - if (delegate && !queue) { - queue = [self newDefaultDelegateQueue]; - } - session.delegateQueue = queue; - session.configuration = configuration; - return (NSURLSession *)session; -} - -+ (NSOperationQueue *)newDefaultDelegateQueue { - NSOperationQueue *delegateQueue = [[NSOperationQueue alloc] init]; - delegateQueue.name = [NSString stringWithFormat:@"%@ %p", NSStringFromClass(self), self]; - delegateQueue.maxConcurrentOperationCount = 1; - return delegateQueue; -} - -- (instancetype)init { - self = [super init]; - if (!self) { - return nil; - } - - _queue = dispatch_queue_create("com.crashlytics.URLSession", 0); - - return self; -} - -#if !__has_feature(objc_arc) -- (void)dealloc { - [_taskSet release]; - [_delegate release]; - [_delegateQueue release]; - [_configuration release]; - -#if !OS_OBJECT_USE_OBJC - dispatch_release(_queue); -#endif - - [super dealloc]; -} -#endif - -#pragma mark - Managing the Session - -- (void)invalidateAndCancel { - dispatch_sync(_queue, ^{ - for (FIRCLSURLSessionTask *task in self->_taskSet) { - [task cancel]; - } - }); - - self.delegate = nil; -} - -- (void)finishTasksAndInvalidate { - self.delegate = nil; -} - -#pragma mark - - -- (void)getTasksWithCompletionHandler: - (void (^)(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks))completionHandler { - [[self delegateQueue] addOperationWithBlock:^{ - // TODO - this is totally wrong, but better than not calling back at all - completionHandler(@[], @[], @[]); - }]; -} - -- (void)removeTaskFromSet:(FIRCLSURLSessionTask *)task { - dispatch_async(_queue, ^{ - [self->_taskSet removeObject:task]; - }); -} - -- (void)configureTask:(FIRCLSURLSessionTask *)task - withRequest:(NSURLRequest *)request - block:(void (^)(NSMutableURLRequest *mutableRequest))block { - NSMutableURLRequest *modifiedRequest = [request mutableCopy]; - - dispatch_sync(_queue, ^{ - [self->_taskSet addObject:task]; - - // TODO: this isn't allowed to overwrite existing headers - for (NSString *key in [self->_configuration HTTPAdditionalHeaders]) { - [modifiedRequest addValue:[[self->_configuration HTTPAdditionalHeaders] objectForKey:key] - forHTTPHeaderField:key]; - } - }); - - if (block) { - block(modifiedRequest); - } - - [task setOriginalRequest:modifiedRequest]; - [task setDelegate:self]; - -#if !__has_feature(objc_arc) - [modifiedRequest release]; -#endif -} - -- (BOOL)shouldInvokeDelegateSelector:(SEL)selector forTask:(FIRCLSURLSessionTask *)task { - return [task invokesDelegate] && [_delegate respondsToSelector:selector]; -} - -#pragma mark Task Creation -- (NSURLSessionUploadTask *)uploadTaskWithRequest:(NSURLRequest *)request - fromFile:(NSURL *)fileURL { - return [self uploadTaskWithRequest:request fromFile:fileURL completionHandler:nil]; -} - -- (NSURLSessionDownloadTask *)downloadTaskWithRequest:(NSURLRequest *)request { - return [self downloadTaskWithRequest:request completionHandler:nil]; -} - -- (NSURLSessionDownloadTask *)downloadTaskWithURL:(NSURL *)url { - return [self downloadTaskWithRequest:[NSURLRequest requestWithURL:url]]; -} - -#pragma mark Async Convenience Methods -- (NSURLSessionDataTask *)dataTaskWithRequest:(NSURLRequest *)request - completionHandler:(nullable void (^)(NSData *data, - NSURLResponse *response, - NSError *error))completionHandler { - FIRCLSURLSessionDataTask *task = [FIRCLSURLSessionDataTask task]; - - if (completionHandler) { - [task setCompletionHandler:completionHandler]; - [task setInvokesDelegate:NO]; - } - - [self configureTask:task withRequest:request block:nil]; - - return (NSURLSessionDataTask *)task; -} - -- (NSURLSessionDataTask *)dataTaskWithRequest:(NSURLRequest *)request { - return [self dataTaskWithRequest:request completionHandler:nil]; -} - -- (NSURLSessionUploadTask *)uploadTaskWithRequest:(NSURLRequest *)request - fromFile:(NSURL *)fileURL - completionHandler: - (nullable void (^)(NSData *data, - NSURLResponse *response, - NSError *error))completionHandler { - FIRCLSURLSessionUploadTask *task = [FIRCLSURLSessionUploadTask task]; - - if (completionHandler) { - [task setCompletionHandler:completionHandler]; - [task setInvokesDelegate:NO]; - } - - [self configureTask:task - withRequest:request - block:^(NSMutableURLRequest *mutableRequest) { - // you cannot set up both of these, and we'll be using the stream here - [mutableRequest setHTTPBody:nil]; - [mutableRequest setHTTPBodyStream:[NSInputStream inputStreamWithURL:fileURL]]; - }]; - - return (NSURLSessionUploadTask *)task; -} - -- (NSURLSessionDownloadTask *)downloadTaskWithRequest:(NSURLRequest *)request - completionHandler: - (nullable void (^)(NSURL *targetPath, - NSURLResponse *response, - NSError *error))completionHandler { - FIRCLSURLSessionDownloadTask *task = [FIRCLSURLSessionDownloadTask task]; - - if (completionHandler) { - [task setDownloadCompletionHandler:completionHandler]; - [task setInvokesDelegate:NO]; - } - - [self configureTask:task withRequest:request block:nil]; - - return (NSURLSessionDownloadTask *)task; -} - -#pragma mark FIRCLSURLSessionTaskDelegate -- (NSURLRequest *)task:(FIRCLSURLSessionTask *)task - willPerformHTTPRedirection:(NSHTTPURLResponse *)response - newRequest:(NSURLRequest *)request { - // just accept the proposed redirection - return request; -} - -- (void)task:(FIRCLSURLSessionTask *)task didCompleteWithError:(NSError *)error { - if (![self shouldInvokeDelegateSelector:@selector(URLSession:task:didCompleteWithError:) - forTask:task]) { - [self removeTaskFromSet:task]; - return; - } - - [_delegateQueue addOperationWithBlock:^{ - [DELEGATE URLSession:(NSURLSession *)self - task:(NSURLSessionTask *)task - didCompleteWithError:error]; - - // Note that you *cannot* clean up here, because this method could be run asynchronously with - // the delegate methods that care about the state of the task - [self removeTaskFromSet:task]; - }]; -} - -#pragma mark FIRCLSURLSessionDataTask -- (void)task:(FIRCLSURLSessionDataTask *)task didReceiveResponse:(NSURLResponse *)response { - if (![self shouldInvokeDelegateSelector:@selector - (URLSession:dataTask:didReceiveResponse:completionHandler:) - forTask:task]) { - return; - } - - [_delegateQueue addOperationWithBlock:^{ - [DELEGATE URLSession:(NSURLSession *)self - dataTask:(NSURLSessionDataTask *)task - didReceiveResponse:response - completionHandler:^(NSURLSessionResponseDisposition disposition){ - // nothing to do here - }]; - }]; -} - -- (void)task:(FIRCLSURLSessionDataTask *)task didReceiveData:(NSData *)data { - if (![self shouldInvokeDelegateSelector:@selector(URLSession:dataTask:didReceiveData:) - forTask:task]) { - return; - } - - [_delegateQueue addOperationWithBlock:^{ - [DELEGATE URLSession:(NSURLSession *)self - dataTask:(NSURLSessionDataTask *)task - didReceiveData:data]; - }]; -} - -#pragma mark FIRCLSURLSessionDownloadDelegate -- (void)downloadTask:(FIRCLSURLSessionDownloadTask *)task didFinishDownloadingToURL:(NSURL *)url { - if (![self shouldInvokeDelegateSelector:@selector(URLSession: - downloadTask:didFinishDownloadingToURL:) - forTask:task]) { - // We have to be certain that we cleanup only once the delegate no longer cares about the state - // of the task being changed. In the case of download, this is either after the delegate method - // has been invoked, or here, if the delegate doesn't care. - [task cleanup]; - return; - } - - [_delegateQueue addOperationWithBlock:^{ - [DELEGATE URLSession:(NSURLSession *)self - downloadTask:(NSURLSessionDownloadTask *)task - didFinishDownloadingToURL:url]; - - // Cleanup for the download tasks is a little complex. As long as we do it only after - // the delegate has been informed of the completed download, we are ok. - [task cleanup]; - }]; -} - -@end - -#else - -INJECT_STRIP_SYMBOL(clsurlsession) - -#endif diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionAvailability.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionAvailability.h deleted file mode 100644 index 9f3ead01b..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionAvailability.h +++ /dev/null @@ -1,28 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#pragma once - -#include - -#define FIRCLSURLSESSION_REQUIRED (!TARGET_OS_WATCH && !TARGET_OS_TV) - -// These macros generate a function to force a symbol for the containing .o, to work around an issue -// where strip will not strip debug information without a symbol to strip. -#define CONCAT_EXPANDED(a, b) a##b -#define CONCAT(a, b) CONCAT_EXPANDED(a, b) -#define DUMMY_FUNCTION_NAME(x) CONCAT(fircls_strip_this_, x) -#define INJECT_STRIP_SYMBOL(x) \ - void DUMMY_FUNCTION_NAME(x)(void) { \ - } diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionConfiguration.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionConfiguration.h deleted file mode 100644 index bda0f7083..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionConfiguration.h +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import "FIRCLSURLSessionAvailability.h" - -#if FIRCLSURLSESSION_REQUIRED - -#import - -@interface FIRCLSURLSessionConfiguration : NSObject { - NSDictionary *_additionalHeaders; - NSURLCache *_URLCache; - NSHTTPCookieAcceptPolicy _cookiePolicy; -} - -+ (NSURLSessionConfiguration *)defaultSessionConfiguration; -+ (NSURLSessionConfiguration *)ephemeralSessionConfiguration; -+ (NSURLSessionConfiguration *)backgroundSessionConfiguration:(NSString *)identifier; -+ (NSURLSessionConfiguration *)backgroundSessionConfigurationWithIdentifier:(NSString *)identifier; - -@property(nonatomic, copy) NSDictionary *HTTPAdditionalHeaders; -@property(nonatomic, retain) NSURLCache *URLCache; -@property(nonatomic, assign) NSHTTPCookieAcceptPolicy HTTPCookieAcceptPolicy; -@property(nonatomic, assign) BOOL sessionSendsLaunchEvents; -@property(nonatomic, assign) NSTimeInterval timeoutIntervalForRequest; -@property(nonatomic, assign) NSTimeInterval timeoutIntervalForResource; -@property(nonatomic, assign) BOOL allowsCellularAccess; - -@end - -#endif diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionConfiguration.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionConfiguration.m deleted file mode 100644 index 177e7a6bf..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionConfiguration.m +++ /dev/null @@ -1,92 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import "FIRCLSURLSessionAvailability.h" - -#import "FIRCLSURLSession.h" - -#if FIRCLSURLSESSION_REQUIRED -#import "FIRCLSURLSessionConfiguration.h" - -@implementation FIRCLSURLSessionConfiguration - -@synthesize URLCache = _URLCache; -@synthesize HTTPAdditionalHeaders = _additionalHeaders; -@synthesize HTTPCookieAcceptPolicy = _cookiePolicy; - -+ (NSURLSessionConfiguration *)defaultSessionConfiguration { - if ([FIRCLSURLSession NSURLSessionShouldBeUsed]) { - return [NSURLSessionConfiguration defaultSessionConfiguration]; - } - -#if __has_feature(objc_arc) - return [self new]; -#else - return [[self new] autorelease]; -#endif -} - -+ (NSURLSessionConfiguration *)ephemeralSessionConfiguration { - if ([FIRCLSURLSession NSURLSessionShouldBeUsed]) { - return [NSURLSessionConfiguration ephemeralSessionConfiguration]; - } - -#if __has_feature(objc_arc) - return [self new]; -#else - return [[self new] autorelease]; -#endif -} - -+ (NSURLSessionConfiguration *)backgroundSessionConfiguration:(NSString *)identifier { - return [self backgroundSessionConfigurationWithIdentifier:identifier]; -} - -+ (NSURLSessionConfiguration *)backgroundSessionConfigurationWithIdentifier:(NSString *)identifier { - if (![FIRCLSURLSession NSURLSessionShouldBeUsed]) { - return nil; - } - - if ([[NSURLSessionConfiguration class] - respondsToSelector:@selector(backgroundSessionConfigurationWithIdentifier:)]) { - return [NSURLSessionConfiguration backgroundSessionConfigurationWithIdentifier:identifier]; - } - - return [NSURLSessionConfiguration backgroundSessionConfigurationWithIdentifier:identifier]; -} - -- (id)copyWithZone:(NSZone *)zone { - FIRCLSURLSessionConfiguration *configuration; - - configuration = [FIRCLSURLSessionConfiguration new]; - [configuration setHTTPAdditionalHeaders:[self HTTPAdditionalHeaders]]; - - return configuration; -} - -// This functionality is not supported by the wrapper, so we just stub it out -- (BOOL)sessionSendsLaunchEvents { - return NO; -} - -- (void)setSessionSendsLaunchEvents:(BOOL)sessionSendsLaunchEvents { -} - -@end - -#else - -INJECT_STRIP_SYMBOL(clsurlsessionconfiguration) - -#endif diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDataTask.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDataTask.h deleted file mode 100644 index 22099584e..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDataTask.h +++ /dev/null @@ -1,32 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import "FIRCLSURLSessionAvailability.h" - -#if FIRCLSURLSESSION_REQUIRED - -#import "FIRCLSURLSessionTask.h" - -@interface FIRCLSURLSessionDataTask : FIRCLSURLSessionTask { - void (^_completionHandler)(NSData *data, NSURLResponse *response, NSError *error); - NSURLConnection *_connection; - NSMutableData *_data; - NSString *_taskDescription; -} - -@property(nonatomic, copy) NSString *taskDescription; - -@end - -#endif diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDataTask.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDataTask.m deleted file mode 100644 index be40ab753..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDataTask.m +++ /dev/null @@ -1,124 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import "FIRCLSURLSessionAvailability.h" - -#if FIRCLSURLSESSION_REQUIRED -#import "FIRCLSURLSessionDataTask.h" - -#import "FIRCLSURLSessionDataTask_PrivateMethods.h" - -#define DELEGATE ((id)[self delegate]) - -@interface FIRCLSURLSessionDataTask () -@end - -@implementation FIRCLSURLSessionDataTask - -@synthesize connection = _connection; -@synthesize completionHandler = _completionHandler; -@synthesize taskDescription = _taskDescription; - -#if !__has_feature(objc_arc) -- (void)dealloc { - [_connection release]; - [_completionHandler release]; - [_taskDescription release]; - [_data release]; - - [super dealloc]; -} -#endif - -- (void)resume { - dispatch_async([self queue], ^{ - NSURLConnection *connection; - - if ([self connection]) { - return; - } - -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wdeprecated-declarations" - connection = [[NSURLConnection alloc] initWithRequest:[self originalRequest] - delegate:self - startImmediately:NO]; -#pragma clang diagnostic pop - - [self setConnection:connection]; - - // bummer we have to do this on a runloop, but other mechanisms require iOS 5 or 10.7 - [connection scheduleInRunLoop:[NSRunLoop mainRunLoop] forMode:NSRunLoopCommonModes]; -#if !__has_feature(objc_arc) - [connection release]; -#endif - [connection start]; - }); -} - -- (void)complete { - // call completion handler first - if (_completionHandler) { - // this should go to another queue - _completionHandler(_data, [self response], [self error]); - } - - // and then finally, call the session delegate completion - [DELEGATE task:self didCompleteWithError:[self error]]; -} - -- (void)cancel { - [self.connection cancel]; -} - -#pragma mark NSURLConnectionDelegate -- (void)connection:(NSURLConnection *)connection didReceiveResponse:(NSURLResponse *)response { - dispatch_async([self queue], ^{ - [DELEGATE task:self didReceiveResponse:response]; - - [self setResponse:response]; - }); -} - -- (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data { - dispatch_async([self queue], ^{ - if (!self->_data) { - self->_data = [NSMutableData new]; - } - - [self->_data appendData:data]; - [DELEGATE task:self didReceiveData:data]; - }); -} - -- (void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)error { - dispatch_async([self queue], ^{ - [self setError:error]; - [self complete]; - }); -} - -- (void)connectionDidFinishLoading:(NSURLConnection *)connection { - dispatch_async([self queue], ^{ - [self complete]; - }); -} - -@end - -#else - -INJECT_STRIP_SYMBOL(clsurlsessiondatatask) - -#endif diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDataTask_PrivateMethods.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDataTask_PrivateMethods.h deleted file mode 100644 index f85a3776f..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDataTask_PrivateMethods.h +++ /dev/null @@ -1,43 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import "FIRCLSURLSessionAvailability.h" - -#if FIRCLSURLSESSION_REQUIRED - -#import - -#import "FIRCLSURLSessionTask_PrivateMethods.h" - -@protocol FIRCLSURLSessionDataDelegate; - -@interface FIRCLSURLSessionDataTask () - -@property(nonatomic, retain) NSURLConnection *connection; -@property(nonatomic, copy) void (^completionHandler) - (NSData *data, NSURLResponse *response, NSError *error); - -- (void)complete; - -@end - -@protocol FIRCLSURLSessionDataDelegate -@required - -- (void)task:(FIRCLSURLSessionDataTask *)task didReceiveResponse:(NSURLResponse *)response; -- (void)task:(FIRCLSURLSessionDataTask *)task didReceiveData:(NSData *)data; - -@end - -#endif diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDownloadTask.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDownloadTask.m deleted file mode 100644 index a0c9b2a84..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDownloadTask.m +++ /dev/null @@ -1,157 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import "FIRCLSURLSessionAvailability.h" - -#if FIRCLSURLSESSION_REQUIRED -#import "FIRCLSURLSessionDownloadTask.h" - -#import "FIRCLSURLSessionDownloadTask_PrivateMethods.h" - -#define DELEGATE ((id)[self delegate]) - -@interface FIRCLSURLSessionDownloadTask () -@end - -@implementation FIRCLSURLSessionDownloadTask - -@synthesize downloadCompletionHandler = _downloadCompletionHandler; - -- (id)init { - self = [super init]; - if (!self) { - return nil; - } - -#if __has_feature(objc_arc) - _targetURL = [self temporaryFileURL]; - _outputStream = [NSOutputStream outputStreamWithURL:_targetURL append:NO]; -#else - _targetURL = [[self temporaryFileURL] retain]; - _outputStream = [[NSOutputStream outputStreamWithURL:_targetURL append:NO] retain]; -#endif - - [_outputStream scheduleInRunLoop:[NSRunLoop mainRunLoop] forMode:NSRunLoopCommonModes]; - [_outputStream setDelegate:self]; - - return self; -} - -#if !__has_feature(objc_arc) -- (void)dealloc { - [_downloadCompletionHandler release]; - [_targetURL release]; - [_outputStream release]; - - [super dealloc]; -} -#else -- (void)dealloc { - [_outputStream close]; - _outputStream.delegate = nil; -} -#endif - -- (NSURL *)temporaryFileURL { - NSString *tmpPath; - - tmpPath = [NSTemporaryDirectory() - stringByAppendingPathComponent:[[NSProcessInfo processInfo] globallyUniqueString]]; - - // TODO: make this actually unique - return [NSURL fileURLWithPath:tmpPath isDirectory:NO]; -} - -- (void)cleanup { - // now, remove the temporary file - [[NSFileManager defaultManager] removeItemAtURL:_targetURL error:nil]; -} - -- (void)complete { - // This is an override of FIRCLSURLSessionDataTask's cleanup method - - // call completion handler first - if (_downloadCompletionHandler) { - _downloadCompletionHandler(_targetURL, [self response], [self error]); - } - - // followed by the session delegate, if there was no error - if (![self error]) { - [DELEGATE downloadTask:self didFinishDownloadingToURL:_targetURL]; - } - - // and then finally, call the session delegate completion - [DELEGATE task:self didCompleteWithError:[self error]]; -} - -- (void)writeDataToStream:(NSData *)data { - // open the stream first - if ([_outputStream streamStatus] == NSStreamStatusNotOpen) { - [_outputStream open]; - } - - if ([data respondsToSelector:@selector(enumerateByteRangesUsingBlock:)]) { - [data enumerateByteRangesUsingBlock:^(const void *bytes, NSRange byteRange, BOOL *stop) { - [self->_outputStream write:bytes maxLength:byteRange.length]; - }]; - - return; - } - - // fall back to the less-efficient mechanism for older OSes - [_outputStream write:[data bytes] maxLength:[data length]]; -} - -#pragma mark NSURLConnectionDelegate -- (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data { - dispatch_async([self queue], ^{ - [self writeDataToStream:data]; - }); -} - -- (void)completeForError { - dispatch_async([self queue], ^{ - [self->_outputStream close]; - [self->_connection cancel]; - if (![self error]) { - [self setError:[NSError errorWithDomain:@"FIRCLSURLSessionDownloadTaskError" - code:-1 - userInfo:nil]]; - } - [self complete]; - }); -} - -#pragma mark NSStreamDelegate -- (void)stream:(NSStream *)aStream handleEvent:(NSStreamEvent)eventCode { - switch (eventCode) { - case NSStreamEventHasSpaceAvailable: - break; - case NSStreamEventErrorOccurred: - [self completeForError]; - break; - case NSStreamEventEndEncountered: - break; - default: - break; - } -} - -@end - -#else - -INJECT_STRIP_SYMBOL(clsurlsessiondownloadtask) - -#endif diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDownloadTask_PrivateMethods.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDownloadTask_PrivateMethods.h deleted file mode 100644 index 7e8ee9d9f..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDownloadTask_PrivateMethods.h +++ /dev/null @@ -1,39 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import "FIRCLSURLSessionAvailability.h" - -#if FIRCLSURLSESSION_REQUIRED - -#import - -#import "FIRCLSURLSessionDataTask_PrivateMethods.h" - -@protocol FIRCLSURLSessionDownloadDelegate; - -@interface FIRCLSURLSessionDownloadTask () - -@property(nonatomic, copy) void (^downloadCompletionHandler) - (NSURL *targetPath, NSURLResponse *response, NSError *error); - -@end - -@protocol FIRCLSURLSessionDownloadDelegate -@required - -- (void)downloadTask:(FIRCLSURLSessionDownloadTask *)task didFinishDownloadingToURL:(NSURL *)url; - -@end - -#endif diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionTask.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionTask.h deleted file mode 100644 index 92316464d..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionTask.h +++ /dev/null @@ -1,38 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import - -@protocol FIRCLSURLSessionTaskDelegate; - -@interface FIRCLSURLSessionTask : NSObject { - __unsafe_unretained id _delegate; - - NSURLRequest* _originalRequest; - NSURLRequest* _currentRequest; - NSURLResponse* _response; - NSError* _error; - dispatch_queue_t _queue; - BOOL _invokesDelegate; -} - -@property(nonatomic, readonly, copy) NSURLRequest* originalRequest; -@property(nonatomic, readonly, copy) NSURLRequest* currentRequest; -@property(nonatomic, readonly, copy) NSURLResponse* response; - -@property(nonatomic, readonly, copy) NSError* error; - -- (void)resume; - -@end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionTask.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionTask.m deleted file mode 100644 index 8eba2c185..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionTask.m +++ /dev/null @@ -1,95 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import "FIRCLSURLSessionAvailability.h" - -#if FIRCLSURLSESSION_REQUIRED -#import "FIRCLSURLSession.h" - -#import "FIRCLSURLSessionTask.h" - -#import "FIRCLSURLSessionTask_PrivateMethods.h" -#import "FIRCLSURLSession_PrivateMethods.h" - -@implementation FIRCLSURLSessionTask - -+ (instancetype)task { -#if __has_feature(objc_arc) - return [[self class] new]; - -#else - return [[[self class] new] autorelease]; -#endif -} - -@synthesize currentRequest = _currentRequest; -@synthesize originalRequest = _originalRequest; -@synthesize response = _response; -@synthesize error = _error; -@synthesize queue = _queue; -@synthesize invokesDelegate = _invokesDelegate; - -- (instancetype)init { - self = [super init]; - if (!self) { - return self; - } - - _queue = dispatch_queue_create("com.crashlytics.URLSessionTask", 0); - - _invokesDelegate = YES; - - return self; -} - -#if !__has_feature(objc_arc) -- (void)dealloc { - [_originalRequest release]; - [_currentRequest release]; - [_response release]; - [_error release]; - -#if !OS_OBJECT_USE_OBJC - dispatch_release(_queue); -#endif - - [super dealloc]; -} -#endif - -- (void)start { -#if DEBUG - assert(0 && "Must be implemented by FIRCLSURLSessionTask subclasses"); -#endif -} - -- (void)cancel { -#if DEBUG - assert(0 && "Must be implemented by FIRCLSURLSessionTask subclasses"); -#endif -} - -- (void)resume { -} - -- (void)cleanup { -} - -@end - -#else - -INJECT_STRIP_SYMBOL(clsurlsessiontask) - -#endif diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionTask_PrivateMethods.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionTask_PrivateMethods.h deleted file mode 100644 index 784b3a3ce..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionTask_PrivateMethods.h +++ /dev/null @@ -1,55 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import "FIRCLSURLSessionAvailability.h" - -#if FIRCLSURLSESSION_REQUIRED - -#import - -@protocol FIRCLSURLSessionTaskDelegate; - -@interface FIRCLSURLSessionTask () - -+ (instancetype)task; - -@property(nonatomic, assign) id delegate; - -@property(nonatomic, copy) NSURLRequest *originalRequest; -@property(nonatomic, copy) NSURLRequest *currentRequest; -@property(nonatomic, copy) NSURLResponse *response; - -@property(nonatomic, readonly) dispatch_queue_t queue; -@property(nonatomic, assign) BOOL invokesDelegate; - -- (void)cancel; - -@property(nonatomic, copy) NSError *error; - -- (void)cleanup; - -@end - -@protocol FIRCLSURLSessionTaskDelegate -@required - -- (NSURLRequest *)task:(FIRCLSURLSessionTask *)task - willPerformHTTPRedirection:(NSHTTPURLResponse *)response - newRequest:(NSURLRequest *)request; - -- (void)task:(FIRCLSURLSessionTask *)task didCompleteWithError:(NSError *)error; - -@end - -#endif diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionUploadTask.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionUploadTask.h deleted file mode 100644 index 6c5ed8b4b..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionUploadTask.h +++ /dev/null @@ -1,25 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import "FIRCLSURLSessionAvailability.h" - -#if FIRCLSURLSESSION_REQUIRED - -#import "FIRCLSURLSessionDataTask.h" - -@interface FIRCLSURLSessionUploadTask : FIRCLSURLSessionDataTask - -@end - -#endif diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionUploadTask.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionUploadTask.m deleted file mode 100644 index df3df8382..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionUploadTask.m +++ /dev/null @@ -1,28 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import "FIRCLSURLSessionAvailability.h" - -#if FIRCLSURLSESSION_REQUIRED -#import "FIRCLSURLSessionUploadTask.h" - -@implementation FIRCLSURLSessionUploadTask - -@end - -#else - -INJECT_STRIP_SYMBOL(clsurlsessionuploadtask) - -#endif diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.m index 244dbe169..40b1a1691 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.m @@ -12,10 +12,10 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSUserDefaults.h" +#import "Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.h" -#import "FIRCLSApplication.h" -#import "FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Components/FIRCLSApplication.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h" #define CLS_USER_DEFAULTS_SERIAL_DISPATCH_QUEUE "com.crashlytics.CLSUserDefaults.access" #define CLS_USER_DEFAULTS_SYNC_QUEUE "com.crashlytics.CLSUserDefaults.io" diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults_private.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults_private.h index 775bca24a..783433c05 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults_private.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults_private.h @@ -13,7 +13,7 @@ // limitations under the License. #import -#import "FIRCLSUserDefaults.h" +#import "Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.h" @interface FIRCLSUserDefaults (Private) - (BOOL)synchronizeWroteToDisk; diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCrashlytics.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCrashlytics.m index 16e7a2f44..dbe8d817d 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCrashlytics.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCrashlytics.m @@ -20,33 +20,37 @@ #import "FBLPromises.h" #endif -#import "FIRCLSApplicationIdentifierModel.h" -#include "FIRCLSCrashedMarkerFile.h" -#import "FIRCLSDataCollectionArbiter.h" -#import "FIRCLSDefines.h" -#include "FIRCLSException.h" -#import "FIRCLSFileManager.h" -#include "FIRCLSGlobals.h" -#import "FIRCLSHost.h" -#include "FIRCLSProfiling.h" -#import "FIRCLSReport_Private.h" -#import "FIRCLSSettings.h" -#import "FIRCLSUserDefaults.h" -#include "FIRCLSUserLogging.h" -#include "FIRCLSUtility.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSGlobals.h" +#import "Crashlytics/Crashlytics/Components/FIRCLSHost.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSUserLogging.h" +#import "Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.h" +#import "Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.h" +#include "Crashlytics/Crashlytics/Handlers/FIRCLSException.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSFileManager.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSSettings.h" +#import "Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.h" -#import "FIRCLSByteUtility.h" -#import "FIRCLSFABHost.h" -#import "FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h" +#import "Crashlytics/Shared/FIRCLSByteUtility.h" +#import "Crashlytics/Shared/FIRCLSConstants.h" +#import "Crashlytics/Shared/FIRCLSFABHost.h" -#import "FIRCLSReportManager.h" +#import "Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.h" +#import "Crashlytics/Crashlytics/Controllers/FIRCLSExistingReportManager.h" +#import "Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.h" +#import "Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.h" +#import "Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.h" +#import "Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.h" -#import #import "FirebaseCore/Sources/Private/FirebaseCoreInternal.h" +#import "FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h" #import "Interop/Analytics/Public/FIRAnalyticsInterop.h" -#import -#import +#import #if TARGET_OS_IPHONE #import @@ -71,8 +75,17 @@ NSString *const FIRCLSGoogleTransportMappingID = @"1206"; @property(nonatomic, copy) NSString *googleAppID; @property(nonatomic) FIRCLSDataCollectionArbiter *dataArbiter; @property(nonatomic) FIRCLSFileManager *fileManager; + @property(nonatomic) FIRCLSReportManager *reportManager; -@property(nonatomic) GDTCORTransport *googleTransport; + +@property(nonatomic) FIRCLSReportUploader *reportUploader; + +@property(nonatomic, strong) FIRCLSExistingReportManager *existingReportManager; + +@property(nonatomic, strong) FIRCLSAnalyticsManager *analyticsManager; + +// Dependencies common to each of the Controllers +@property(nonatomic, strong) FIRCLSManagerData *managerData; @end @@ -95,14 +108,15 @@ NSString *const FIRCLSGoogleTransportMappingID = @"1206"; FIRCLSProfileMark mark = FIRCLSProfilingStart(); - NSLog(@"[Firebase/Crashlytics] Version %@", @CLS_SDK_DISPLAY_VERSION); + NSLog(@"[Firebase/Crashlytics] Version %@", FIRCLSSDKVersion()); FIRCLSDeveloperLog("Crashlytics", @"Running on %@, %@ (%@)", FIRCLSHostModelInfo(), FIRCLSHostOSDisplayVersion(), FIRCLSHostOSBuildVersion()); - _googleTransport = [[GDTCORTransport alloc] initWithMappingID:FIRCLSGoogleTransportMappingID - transformers:nil - target:kGDTCORTargetCSH]; + GDTCORTransport *googleTransport = + [[GDTCORTransport alloc] initWithMappingID:FIRCLSGoogleTransportMappingID + transformers:nil + target:kGDTCORTargetCSH]; _fileManager = [[FIRCLSFileManager alloc] init]; _googleAppID = app.options.googleAppID; @@ -112,14 +126,25 @@ NSString *const FIRCLSGoogleTransportMappingID = @"1206"; FIRCLSSettings *settings = [[FIRCLSSettings alloc] initWithFileManager:_fileManager appIDModel:appModel]; - _reportManager = [[FIRCLSReportManager alloc] initWithFileManager:_fileManager - installations:installations - analytics:analytics - googleAppID:_googleAppID - dataArbiter:_dataArbiter - googleTransport:_googleTransport - appIDModel:appModel - settings:settings]; + _managerData = [[FIRCLSManagerData alloc] initWithGoogleAppID:_googleAppID + googleTransport:googleTransport + installations:installations + analytics:analytics + fileManager:_fileManager + dataArbiter:_dataArbiter + settings:settings]; + + _reportUploader = [[FIRCLSReportUploader alloc] initWithManagerData:_managerData]; + + _existingReportManager = + [[FIRCLSExistingReportManager alloc] initWithManagerData:_managerData + reportUploader:_reportUploader]; + + _analyticsManager = [[FIRCLSAnalyticsManager alloc] initWithAnalytics:analytics]; + + _reportManager = [[FIRCLSReportManager alloc] initWithManagerData:_managerData + existingReportManager:_existingReportManager + analyticsManager:_analyticsManager]; // Process did crash during previous execution NSString *crashedMarkerFileName = [NSString stringWithUTF8String:FIRCLSCrashedMarkerFileName]; @@ -148,9 +173,7 @@ NSString *const FIRCLSGoogleTransportMappingID = @"1206"; } + (void)load { - [FIRApp registerInternalLibrary:(Class)self - withName:@"firebase-crashlytics" - withVersion:@CLS_SDK_DISPLAY_VERSION]; + [FIRApp registerInternalLibrary:(Class)self withName:@"firebase-crashlytics"]; } + (NSArray *)componentsToRegister { @@ -247,10 +270,20 @@ NSString *const FIRCLSGoogleTransportMappingID = @"1206"; #pragma mark - API: Accessors - (void)checkForUnsentReportsWithCompletion:(void (^)(BOOL))completion { - [[self.reportManager checkForUnsentReports] then:^id _Nullable(NSNumber *_Nullable value) { - completion([value boolValue]); - return nil; - }]; + [[self.reportManager checkForUnsentReports] + then:^id _Nullable(FIRCrashlyticsReport *_Nullable value) { + completion(value ? true : false); + return nil; + }]; +} + +- (void)checkAndUpdateUnsentReportsWithCompletion: + (void (^)(FIRCrashlyticsReport *_Nonnull))completion { + [[self.reportManager checkForUnsentReports] + then:^id _Nullable(FIRCrashlyticsReport *_Nullable value) { + completion(value); + return nil; + }]; } - (void)sendUnsentReports { @@ -272,6 +305,10 @@ NSString *const FIRCLSGoogleTransportMappingID = @"1206"; FIRCLSUserLoggingRecordUserKeyValue(key, value); } +- (void)setCustomKeysAndValues:(NSDictionary *)keysAndValues { + FIRCLSUserLoggingRecordUserKeysAndValues(keysAndValues); +} + #pragma mark - API: Development Platform // These two methods are depercated by our own API, so // its ok to implement them diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCrashlyticsReport.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCrashlyticsReport.m new file mode 100644 index 000000000..3ddf7f779 --- /dev/null +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCrashlyticsReport.m @@ -0,0 +1,197 @@ +// Copyright 2021 Google LLC +// +// 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. + +#import "Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlyticsReport.h" + +#import "Crashlytics/Crashlytics/Components/FIRCLSContext.h" +#import "Crashlytics/Crashlytics/Components/FIRCLSGlobals.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSInternalReport.h" + +@interface FIRCrashlyticsReport () { + NSString *_reportID; + NSDate *_dateCreated; + BOOL _hasCrash; + + FIRCLSUserLoggingABStorage _logStorage; + const char *_activeLogPath; + + uint32_t _internalKVCounter; + FIRCLSUserLoggingKVStorage _internalKVStorage; + + uint32_t _userKVCounter; + FIRCLSUserLoggingKVStorage _userKVStorage; +} + +@property(nonatomic, strong) FIRCLSInternalReport *internalReport; + +@end + +@implementation FIRCrashlyticsReport + +- (instancetype)initWithInternalReport:(FIRCLSInternalReport *)internalReport { + self = [super init]; + if (!self) { + return nil; + } + + _internalReport = internalReport; + _reportID = [[internalReport identifier] copy]; + _dateCreated = [[internalReport dateCreated] copy]; + _hasCrash = [internalReport isCrash]; + + _logStorage.maxSize = _firclsContext.readonly->logging.logStorage.maxSize; + _logStorage.maxEntries = _firclsContext.readonly->logging.logStorage.maxEntries; + _logStorage.restrictBySize = _firclsContext.readonly->logging.logStorage.restrictBySize; + _logStorage.entryCount = _firclsContext.readonly->logging.logStorage.entryCount; + _logStorage.aPath = [FIRCrashlyticsReport filesystemPathForContentFile:FIRCLSReportLogAFile + inInternalReport:internalReport]; + _logStorage.bPath = [FIRCrashlyticsReport filesystemPathForContentFile:FIRCLSReportLogBFile + inInternalReport:internalReport]; + + _activeLogPath = _logStorage.aPath; + + // TODO: correct kv accounting + // The internal report will have non-zero compacted and incremental keys. The right thing to do + // is count them, so we can kick off compactions/pruning at the right times. By + // setting this value to zero, we're allowing more entries to be made than there really + // should be. Not the end of the world, but we should do better eventually. + _internalKVCounter = 0; + _userKVCounter = 0; + + _userKVStorage.maxCount = _firclsContext.readonly->logging.userKVStorage.maxCount; + _userKVStorage.maxIncrementalCount = + _firclsContext.readonly->logging.userKVStorage.maxIncrementalCount; + _userKVStorage.compactedPath = + [FIRCrashlyticsReport filesystemPathForContentFile:FIRCLSReportUserCompactedKVFile + inInternalReport:internalReport]; + _userKVStorage.incrementalPath = + [FIRCrashlyticsReport filesystemPathForContentFile:FIRCLSReportUserIncrementalKVFile + inInternalReport:internalReport]; + + _internalKVStorage.maxCount = _firclsContext.readonly->logging.internalKVStorage.maxCount; + _internalKVStorage.maxIncrementalCount = + _firclsContext.readonly->logging.internalKVStorage.maxIncrementalCount; + _internalKVStorage.compactedPath = + [FIRCrashlyticsReport filesystemPathForContentFile:FIRCLSReportInternalCompactedKVFile + inInternalReport:internalReport]; + _internalKVStorage.incrementalPath = + [FIRCrashlyticsReport filesystemPathForContentFile:FIRCLSReportInternalIncrementalKVFile + inInternalReport:internalReport]; + + return self; +} + ++ (const char *)filesystemPathForContentFile:(NSString *)contentFile + inInternalReport:(FIRCLSInternalReport *)internalReport { + if (!internalReport) { + return nil; + } + + // We need to be defensive because strdup will crash + // if given a nil. + NSString *objCString = [internalReport pathForContentFile:contentFile]; + const char *fileSystemString = [objCString fileSystemRepresentation]; + if (!objCString || !fileSystemString) { + return nil; + } + + // Paths need to be duplicated because fileSystemRepresentation returns C strings + // that are freed outside of this context. + return strdup(fileSystemString); +} + +- (BOOL)checkContextForMethod:(NSString *)methodName { + if (!FIRCLSContextIsInitialized()) { + FIRCLSErrorLog(@"%@ failed for FIRCrashlyticsReport because Crashlytics context isn't " + @"initialized.", + methodName); + return false; + } + return true; +} + +#pragma mark - API: Getters + +- (NSString *)reportID { + return _reportID; +} + +- (NSDate *)dateCreated { + return _dateCreated; +} + +- (BOOL)hasCrash { + return _hasCrash; +} + +#pragma mark - API: Logging + +- (void)log:(NSString *)msg { + if (![self checkContextForMethod:@"log:"]) { + return; + } + + FIRCLSLogToStorage(&_logStorage, &_activeLogPath, @"%@", msg); +} + +- (void)logWithFormat:(NSString *)format, ... { + if (![self checkContextForMethod:@"logWithFormat:"]) { + return; + } + + va_list args; + va_start(args, format); + [self logWithFormat:format arguments:args]; + va_end(args); +} + +- (void)logWithFormat:(NSString *)format arguments:(va_list)args { + if (![self checkContextForMethod:@"logWithFormat:arguments:"]) { + return; + } + + [self log:[[NSString alloc] initWithFormat:format arguments:args]]; +} + +#pragma mark - API: setUserID + +- (void)setUserID:(NSString *)userID { + if (![self checkContextForMethod:@"setUserID:"]) { + return; + } + + FIRCLSUserLoggingRecordKeyValue(FIRCLSUserIdentifierKey, userID, &_internalKVStorage, + &_internalKVCounter); +} + +#pragma mark - API: setCustomValue + +- (void)setCustomValue:(id)value forKey:(NSString *)key { + if (![self checkContextForMethod:@"setCustomValue:forKey:"]) { + return; + } + + FIRCLSUserLoggingRecordKeyValue(key, value, &_userKVStorage, &_userKVCounter); +} + +- (void)setCustomKeysAndValues:(NSDictionary *)keysAndValues { + if (![self checkContextForMethod:@"setCustomKeysAndValues:"]) { + return; + } + + FIRCLSUserLoggingRecordKeysAndValues(keysAndValues, &_userKVStorage, &_userKVCounter); +} + +@end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRExceptionModel.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRExceptionModel.m index f0c4697a8..515cd6907 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRExceptionModel.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRExceptionModel.m @@ -1,4 +1,4 @@ -// Copyright 2020 Google +// Copyright 2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRExceptionModel.h" +#import "Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRExceptionModel.h" @interface FIRExceptionModel () diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRStackFrame.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRStackFrame.m index 304491465..ffdeb4128 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRStackFrame.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRStackFrame.m @@ -1,4 +1,4 @@ -// Copyright 2020 Google +// Copyright 2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRStackFrame_Private.h" +#import "Crashlytics/Crashlytics/Private/FIRStackFrame_Private.h" @interface FIRStackFrame () @@ -47,6 +47,14 @@ return self; } ++ (instancetype)stackFrameWithAddress:(NSUInteger)address { + FIRStackFrame *frame = [self stackFrame]; + + [frame setAddress:address]; + + return frame; +} + + (instancetype)stackFrameWithSymbol:(NSString *)symbol file:(NSString *)file line:(NSInteger)line { return [[FIRStackFrame alloc] initWithSymbol:symbol file:file line:line]; } @@ -57,14 +65,6 @@ return [[self alloc] init]; } -+ (instancetype)stackFrameWithAddress:(NSUInteger)address { - FIRStackFrame *frame = [self stackFrame]; - - [frame setAddress:address]; - - return frame; -} - + (instancetype)stackFrameWithSymbol:(NSString *)symbol { FIRStackFrame *frame = [self stackFrame]; diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSException.mm b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSException.mm index 6f2099045..29a4b8260 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSException.mm +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSException.mm @@ -14,22 +14,22 @@ #import -#include "FIRCLSException.h" +#include "Crashlytics/Crashlytics/Handlers/FIRCLSException.h" -#import "FIRExceptionModel_Private.h" -#import "FIRStackFrame_Private.h" +#import "Crashlytics/Crashlytics/Private/FIRExceptionModel_Private.h" +#import "Crashlytics/Crashlytics/Private/FIRStackFrame_Private.h" -#include "FIRCLSApplication.h" -#include "FIRCLSFile.h" -#include "FIRCLSGlobals.h" -#include "FIRCLSHandler.h" -#import "FIRCLSLogger.h" -#include "FIRCLSProcess.h" -#import "FIRCLSUserLogging.h" -#import "FIRCLSUtility.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSApplication.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSGlobals.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSProcess.h" +#import "Crashlytics/Crashlytics/Components/FIRCLSUserLogging.h" +#include "Crashlytics/Crashlytics/Handlers/FIRCLSHandler.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFile.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" -#include "FIRCLSDemangleOperation.h" -#import "FIRCLSReportManager_Private.h" +#import "Crashlytics/Crashlytics/Controllers/FIRCLSReportManager_Private.h" +#include "Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.h" // C++/Objective-C exception handling #include diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSHandler.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSHandler.h index 7ce03e416..afc79b5ae 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSHandler.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSHandler.h @@ -16,7 +16,7 @@ #include -#include "FIRCLSFile.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFile.h" __BEGIN_DECLS diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSHandler.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSHandler.m index 918e4265e..55ab1ecc8 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSHandler.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSHandler.m @@ -12,15 +12,15 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSHandler.h" +#include "Crashlytics/Crashlytics/Handlers/FIRCLSHandler.h" -#include "FIRCLSCrashedMarkerFile.h" -#include "FIRCLSGlobals.h" -#include "FIRCLSHost.h" -#include "FIRCLSProcess.h" -#include "FIRCLSUtility.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSGlobals.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSHost.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSProcess.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" -#import "FIRCLSReportManager_Private.h" +#import "Crashlytics/Crashlytics/Controllers/FIRCLSReportManager_Private.h" void FIRCLSHandler(FIRCLSFile* file, thread_t crashedThread, void* uapVoid) { FIRCLSProcess process; @@ -46,9 +46,6 @@ void FIRCLSHandler(FIRCLSFile* file, thread_t crashedThread, void* uapVoid) { FIRCLSCreateCrashedMarkerFile(); FIRCLSProcessResumeAllOtherThreads(&process); - - // clean up after ourselves - FIRCLSProcessDestroy(&process); } void FIRCLSHandlerAttemptImmediateDelivery(void) { diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSMachException.c b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSMachException.c index 3ec4e9790..46ef8bc2c 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSMachException.c +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSMachException.c @@ -12,17 +12,17 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSDefines.h" -#include "FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" #if CLS_MACH_EXCEPTION_SUPPORTED -#include "FIRCLSGlobals.h" -#include "FIRCLSHandler.h" -#include "FIRCLSMachException.h" -#include "FIRCLSProcess.h" -#include "FIRCLSSignal.h" -#include "FIRCLSUtility.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSGlobals.h" +#include "Crashlytics/Crashlytics/Handlers/FIRCLSHandler.h" +#include "Crashlytics/Crashlytics/Handlers/FIRCLSMachException.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSProcess.h" +#include "Crashlytics/Crashlytics/Handlers/FIRCLSSignal.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" #include #include @@ -223,7 +223,7 @@ static kern_return_t FIRCLSMachExceptionDispatchMessage(FIRCLSMachExceptionReadC } FIRCLSSDKLog("Restoring original signal handlers\n"); - if (!FIRCLSSignalSafeInstallPreexistingHandlers(&_firclsContext.readonly->signal)) { + if (!FIRCLSSignalSafeInstallPreexistingHandlers(& _firclsContext.readonly->signal, -1, NULL, NULL)) { FIRCLSSDKLog("Failed to restore signal handlers\n"); return KERN_FAILURE; } diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSMachException.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSMachException.h index b19881a7a..dadaf27b7 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSMachException.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSMachException.h @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" #pragma once diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSSignal.c b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSSignal.c index 5fa302d7c..0d5865926 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSSignal.c +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSSignal.c @@ -12,14 +12,15 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSSignal.h" -#include "FIRCLSGlobals.h" -#include "FIRCLSHandler.h" -#include "FIRCLSUtility.h" +#include "Crashlytics/Crashlytics/Handlers/FIRCLSSignal.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSGlobals.h" +#include "Crashlytics/Crashlytics/Handlers/FIRCLSHandler.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" #include #include +#if CLS_SIGNAL_SUPPORTED static const int FIRCLSFatalSignals[FIRCLSSignalCount] = {SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGSEGV, SIGSYS, SIGTRAP}; @@ -144,23 +145,27 @@ void FIRCLSSignalCheckHandlers(void) { } void FIRCLSSignalSafeRemoveHandlers(bool includingAbort) { - for (int i = 0; i < FIRCLSSignalCount; ++i) { + FIRCLSSignalEnumerateHandledSignals(^(int idx, int signal) { struct sigaction sa; - if (!includingAbort && (FIRCLSFatalSignals[i] == SIGABRT)) { - continue; + if (!includingAbort && (signal == SIGABRT)) { + return; } sa.sa_handler = SIG_DFL; sigemptyset(&sa.sa_mask); - if (sigaction(FIRCLSFatalSignals[i], &sa, NULL) != 0) - FIRCLSSDKLog("Unable to set default handler for %d (%s)\n", i, strerror(errno)); - } + if (sigaction(signal, &sa, NULL) != 0) { + FIRCLSSDKLog("Unable to set default handler for %d (%s)\n", signal, strerror(errno)); + } + }); } -bool FIRCLSSignalSafeInstallPreexistingHandlers(FIRCLSSignalReadContext *roContext) { - bool success; +bool FIRCLSSignalSafeInstallPreexistingHandlers(FIRCLSSignalReadContext *roContext, + const int signal, + siginfo_t *info, + void *uapVoid) { + __block bool success = true; FIRCLSSignalSafeRemoveHandlers(true); @@ -178,17 +183,24 @@ bool FIRCLSSignalSafeInstallPreexistingHandlers(FIRCLSSignalReadContext *roConte #endif // re-install the original handlers, if any - success = true; - for (int i = 0; i < FIRCLSSignalCount; ++i) { - if (roContext->originalActions[i].sa_sigaction == NULL) { - continue; - } + FIRCLSSignalEnumerateHandledSignals(^(int idx, int currentSignal) { + if (roContext->originalActions[idx].sa_sigaction == NULL) { + return; + } - if (sigaction(FIRCLSFatalSignals[i], &roContext->originalActions[i], 0) != 0) { - FIRCLSSDKLog("Unable to install handler for %d (%s)\n", i, strerror(errno)); - success = false; - } - } + if (sigaction(currentSignal, &roContext->originalActions[idx], 0) != 0) { + FIRCLSSDKLog("Unable to install handler for %d (%s)\n", currentSignal, strerror(errno)); + success = false; + } + + // invoke original handler for current signal + if (signal < 0) { + return; + } + if (signal == currentSignal) { + roContext->originalActions[idx].sa_sigaction(signal, info, uapVoid); + } + }); return success; } @@ -310,9 +322,11 @@ static void FIRCLSSignalHandler(int signal, siginfo_t *info, void *uapVoid) { // re-install original handlers if (_firclsContext.readonly) { - FIRCLSSignalSafeInstallPreexistingHandlers(&_firclsContext.readonly->signal); + FIRCLSSignalSafeInstallPreexistingHandlers(&_firclsContext.readonly->signal, signal, info, + uapVoid); } // restore errno errno = savedErrno; } +#endif diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSSignal.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSSignal.h index 3b6b1b4e2..17d148100 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSSignal.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSSignal.h @@ -14,14 +14,12 @@ #pragma once -#include "FIRCLSFeatures.h" -#include "FIRCLSFile.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFile.h" #include #include -#define FIRCLSSignalCount (7) - // per man sigaltstack, MINSIGSTKSZ is the minimum *overhead* needed to support // a signal stack. The actual stack size must be larger. Let's pick the recommended // size. @@ -31,6 +29,9 @@ #define CLS_SIGNAL_HANDLER_STACK_SIZE 0 #endif +#if CLS_SIGNAL_SUPPORTED +#define FIRCLSSignalCount (7) + typedef struct { const char* path; struct sigaction originalActions[FIRCLSSignalCount]; @@ -44,8 +45,12 @@ void FIRCLSSignalInitialize(FIRCLSSignalReadContext* roContext); void FIRCLSSignalCheckHandlers(void); void FIRCLSSignalSafeRemoveHandlers(bool includingAbort); -bool FIRCLSSignalSafeInstallPreexistingHandlers(FIRCLSSignalReadContext* roContext); +bool FIRCLSSignalSafeInstallPreexistingHandlers(FIRCLSSignalReadContext* roContext, + const int signal, + siginfo_t* info, + void* uapVoid); void FIRCLSSignalNameLookup(int number, int code, const char** name, const char** codeName); void FIRCLSSignalEnumerateHandledSignals(void (^block)(int idx, int signal)); +#endif diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRAEvent+Internal.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRAEvent+Internal.h deleted file mode 100644 index f0de9fed9..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRAEvent+Internal.h +++ /dev/null @@ -1,23 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#ifndef FIRAEvent_Internal_h -#define FIRAEvent_Internal_h - -#import "FIRAEvent.h" -#import "FIRAValue.h" - -NSString* FIRCLSFIRAEventDictionaryToJSON(NSDictionary* eventAsDictionary); - -#endif /* FIRAEvent_Internal_h */ diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRAEvent+Internal.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRAEvent+Internal.m deleted file mode 100644 index 4591e29f1..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRAEvent+Internal.m +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import "FIRAEvent+Internal.h" - -#import "FIRCLSUtility.h" - -NSString* FIRCLSFIRAEventDictionaryToJSON(NSDictionary* eventAsDictionary) { - NSError* error = nil; - - if (eventAsDictionary == nil) { - return nil; - } - - if (![NSJSONSerialization isValidJSONObject:eventAsDictionary]) { - FIRCLSSDKLog("Firebase Analytics event is not valid JSON"); - return nil; - } - - NSData* jsonData = [NSJSONSerialization dataWithJSONObject:eventAsDictionary - options:0 - error:&error]; - - if (error == nil) { - NSString* json = [[NSString alloc] initWithData:jsonData encoding:NSUTF8StringEncoding]; - return json; - } else { - FIRCLSSDKLog("Unable to convert Firebase Analytics event to json"); - return nil; - } -} diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRAEvent.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRAEvent.h deleted file mode 100644 index 9fcbd6602..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRAEvent.h +++ /dev/null @@ -1,79 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import - -@class FIRAPBEvent; - -/// An application event. -@interface FIRAEvent : NSObject - -/// Origin of this event (eg "app" or "auto"). -@property(nonatomic, readonly) NSString *origin; - -/// Name of this event. -@property(nonatomic, readonly) NSString *name; - -/// Timestamp of when this event was fired. -@property(nonatomic, readonly) NSTimeInterval timestamp; - -/// Timestamp of the previous time an event with this name was fired, if any. -@property(nonatomic, readonly) NSTimeInterval previousTimestamp; - -/// The event's parameters as {NSString : NSString} or {NSString : NSNumber}. -@property(nonatomic, readonly) NSDictionary *parameters; - -/// Indicates whether the event has the conversion parameter. Setting to YES adds the conversion -/// parameter if not already present. Setting to NO removes the conversion parameter and adds an -/// error. -@property(nonatomic, getter=isConversion) BOOL conversion; - -/// Indicates whether the event has the real-time parameter. Setting to YES adds the real-time -/// parameter if not already present. Setting to NO removes the real-time parameter. -@property(nonatomic, getter=isRealtime) BOOL realtime; - -/// Indicates whether the event has debug parameter. Setting to YES adds the debug parameter if -/// not already present. Setting to NO removes the debug parameter. -@property(nonatomic, getter=isDebug) BOOL debug; - -/// The populated FIRAPBEvent for proto. -@property(nonatomic, readonly) FIRAPBEvent *protoEvent; - -/// Creates an event with the given parameters. Parameters will be copied and normalized. Returns -/// nil if the name does not meet length requirements. -/// If |parameters| contains the "_o" parameter, its value will be overwritten with the value of -/// |origin|. -- (instancetype)initWithOrigin:(NSString *)origin - isPublic:(BOOL)isPublic - name:(NSString *)name - timestamp:(NSTimeInterval)timestamp - previousTimestamp:(NSTimeInterval)previousTimestamp - parameters:(NSDictionary *)parameters NS_DESIGNATED_INITIALIZER; - -- (instancetype)init NS_UNAVAILABLE; - -/// Returns a new event object with the given previousTimestamp. -- (instancetype)copyWithPreviousTimestamp:(NSTimeInterval)previousTimestamp; - -/// Returns a new event object with the new parameters. -- (instancetype)copyWithParameters:(NSDictionary *)parameters; - -/// Returns YES if all parameters in screenParameters were added to the event object. Returns NO if -/// screenParameters is nil/empty or the event already contains any of the screen parameter keys. -/// Performs internal validation on the screen parameter values and converts them to FIRAValue -/// objects if they aren't already. screenParameters should be a dictionary of -/// { NSString : NSString | NSNumber } or { NSString : FIRAValue }. -- (BOOL)addScreenParameters:(NSDictionary *)screenParameters; - -@end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRAValue.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRAValue.h deleted file mode 100644 index 7d10ec308..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRAValue.h +++ /dev/null @@ -1,69 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import - -typedef NS_ENUM(NSInteger, FIRAValueType) { - kFIRAValueTypeDouble = 0, - kFIRAValueTypeInteger, - kFIRAValueTypeString, -}; - -@interface FIRAValue : NSObject - -/// The type of the value. -@property(nonatomic, readonly) FIRAValueType valueType; - -#pragma mark - Double type. - -/// Indicates whether the FIRAValue instance is a floating point. -@property(nonatomic, readonly) BOOL isDouble; - -/// Float value. Check valueType to see if this attribute has float value. -@property(nonatomic, readonly) double doubleValue; - -#pragma mark - Integer type. - -/// Indicates whether the FIRAValue instance is an integer. -@property(nonatomic, readonly) BOOL isInt64; - -/// Int64 value. Check valueType to see if this attribute has int64 value. -@property(nonatomic, readonly) int64_t int64Value; - -#pragma mark - String type. - -/// Indicates whether the FIRAValue instance is a string. -@property(nonatomic, readonly) BOOL isString; - -/// String value. Check valueType to see if this attribute has string value. -@property(nonatomic, readonly) NSString *stringValue; - -#pragma mark - Initializers. - -/// Creates a @c FIRAValue if |object| is of type NSString or NSNumber. Returns |object| if it's -/// already a FIRAValue. Returns nil otherwise. -+ (instancetype)valueFromObject:(id)object; - -/// Creates a @c FIRAValue with double value. -- (instancetype)initWithDouble:(double)value; - -/// Creates a @c FIRAValue with int64 value. -- (instancetype)initWithInt64:(int64_t)value; - -/// Creates a @c FIRAValue with string value. -- (instancetype)initWithString:(NSString *)stringValue; - -- (instancetype)init NS_UNAVAILABLE; - -@end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.c b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.c index febafd2ab..84dee8400 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.c +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.c @@ -14,9 +14,9 @@ #include -#include "FIRCLSAllocate.h" -#include "FIRCLSHost.h" -#include "FIRCLSUtility.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSHost.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" #include #include diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.h index 02b526a87..ae7a8a4c4 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.h @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" #pragma once diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h index f309ae07a..0cad3064b 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h @@ -14,11 +14,9 @@ #pragma once -#include "TargetConditionals.h" +#include // macro trickiness -#define STR_HELPER(x) #x -#define STR(x) STR_HELPER(x) #define CONCAT_EXPANDED(a, b) a##b #define CONCAT(a, b) CONCAT_EXPANDED(a, b) @@ -47,10 +45,6 @@ #define CLS_TARGET_OS_OSX (TARGET_OS_MAC && !TARGET_OS_IPHONE) #define CLS_TARGET_OS_HAS_UIKIT (TARGET_OS_IOS || TARGET_OS_TV) -#define CLS_SDK_DISPLAY_VERSION STR(DISPLAY_VERSION) - -#define CLS_SDK_GENERATOR_NAME (STR(CLS_SDK_NAME) "/" CLS_SDK_DISPLAY_VERSION) - // arch definitions #if defined(__arm__) || defined(__arm64__) || defined(__arm64e__) #include diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSFCRAnalytics.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSFCRAnalytics.h deleted file mode 100644 index 098833f61..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSFCRAnalytics.h +++ /dev/null @@ -1,32 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import - -@class FIRCLSSettings; -@protocol FIRAnalyticsInterop; -@protocol FIRAnalyticsInteropListener; - -@interface FIRCLSFCRAnalytics : NSObject - -/** Logs a Crashlytics crash session in Firebase Analytics. - * @param crashTimeStamp The time stamp of the crash to be logged. - */ -+ (void)logCrashWithTimeStamp:(NSTimeInterval)crashTimeStamp - toAnalytics:(id)analytics; - -+ (void)registerEventListener:(id)eventListener - toAnalytics:(id)analytics; - -@end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSFCRAnalytics.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSFCRAnalytics.m deleted file mode 100644 index 56dd33b98..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSFCRAnalytics.m +++ /dev/null @@ -1,78 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import "FIRCLSFCRAnalytics.h" - -#import "FIRCLSInternalLogging.h" -#import "FIRCLSSettings.h" - -#import "Interop/Analytics/Public/FIRAnalyticsInterop.h" - -// Origin for events and user properties generated by Crashlytics. -static NSString *const kFIREventOriginCrash = @"clx"; - -// App exception event name. -static NSString *const kFIREventAppException = @"_ae"; - -// Timestamp key for the event payload. -static NSString *const kFIRParameterTimestamp = @"timestamp"; - -// Fatal key for the event payload. -static NSString *const kFIRParameterFatal = @"fatal"; - -FOUNDATION_STATIC_INLINE NSNumber *timeIntervalInMillis(NSTimeInterval timeInterval) { - return @(llrint(timeInterval * 1000.0)); -} - -@implementation FIRCLSFCRAnalytics - -+ (void)logCrashWithTimeStamp:(NSTimeInterval)crashTimeStamp - toAnalytics:(id)analytics { - if (analytics == nil) { - return; - } - - FIRCLSDeveloperLog(@"Crashlytics:Crash:Reports:Event", "Sending event."); - NSDictionary *params = [self buildLogParamsFromCrash:crashTimeStamp]; - [analytics logEventWithOrigin:kFIREventOriginCrash name:kFIREventAppException parameters:params]; -} - -+ (void)registerEventListener:(id)eventListener - toAnalytics:(id)analytics { - if (analytics == nil) { - return; - } - - [analytics registerAnalyticsListener:eventListener withOrigin:kFIREventOriginCrash]; - - FIRCLSDeveloperLog(@"Crashlytics:Crash:Reports:Event", - "Registered Firebase Analytics event listener"); -} - -/** - * Builds a dictionary of params to be sent to Analytics using the crash object. - * - * @param crashTimeStamp The time stamp of the crash to be logged. - * - * @return An NSDictionary containing the time the crash occured and the fatal - * flag to be fed into Firebase Analytics. - */ -+ (NSDictionary *)buildLogParamsFromCrash:(NSTimeInterval)crashTimeStamp { - return @{ - kFIRParameterTimestamp : timeIntervalInMillis(crashTimeStamp), - kFIRParameterFatal : @(INT64_C(1)) - }; -} - -@end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h index 4810a5d9b..fc90eea5c 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h @@ -14,7 +14,7 @@ #pragma once -#include "FIRCLSDefines.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h" #define CLS_MEMORY_PROTECTION_ENABLED 1 #define CLS_COMPACT_UNWINDED_ENABLED 1 @@ -23,6 +23,7 @@ #define CLS_USE_SIGALTSTACK (!TARGET_OS_WATCH && !TARGET_OS_TV) #define CLS_CAN_SUSPEND_THREADS !TARGET_OS_WATCH #define CLS_MACH_EXCEPTION_SUPPORTED (!TARGET_OS_WATCH && !TARGET_OS_TV) +#define CLS_SIGNAL_SUPPORTED !TARGET_OS_WATCH // As of WatchOS 3, Signal crashes are not supported #define CLS_COMPACT_UNWINDING_SUPPORTED \ ((CLS_CPU_I386 || CLS_CPU_X86_64 || CLS_CPU_ARM64) && CLS_COMPACT_UNWINDED_ENABLED) diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSFile.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSFile.m index 10b96d339..361d21f90 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSFile.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSFile.m @@ -12,10 +12,10 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSFile.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFile.h" -#include "FIRCLSByteUtility.h" -#include "FIRCLSUtility.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" +#include "Crashlytics/Shared/FIRCLSByteUtility.h" #if TARGET_OS_MAC #include @@ -49,8 +49,8 @@ static void FIRCLSFileWriteBool(FIRCLSFile* file, bool value); static void FIRCLSFileWriteCollectionStart(FIRCLSFile* file, const char openingChar); static void FIRCLSFileWriteCollectionEnd(FIRCLSFile* file, const char closingChar); -static void FIRCLSFileWriteColletionEntryProlog(FIRCLSFile* file); -static void FIRCLSFileWriteColletionEntryEpilog(FIRCLSFile* file); +static void FIRCLSFileWriteCollectionEntryProlog(FIRCLSFile* file); +static void FIRCLSFileWriteCollectionEntryEpilog(FIRCLSFile* file); #define CLS_FILE_DEBUG_LOGGING 0 @@ -237,7 +237,14 @@ bool FIRCLSFileLoopWithWriteBlock(const void* buffer, for (size_t count = 0; length > 0 && count < CLS_FILE_MAX_WRITE_ATTEMPTS; ++count) { // try to write all that is left ssize_t ret = writeBlock(buffer, length); - if (ret >= 0 && ret == length) { + + if (length > SIZE_MAX) { + // if this happens we can't convert it to a signed version due to overflow + return false; + } + const ssize_t signedLength = (ssize_t)length; + + if (ret >= 0 && ret == signedLength) { return true; } @@ -247,7 +254,7 @@ bool FIRCLSFileLoopWithWriteBlock(const void* buffer, } // We wrote more bytes than we expected, abort - if (ret > length) { + if (ret > signedLength) { return false; } @@ -487,13 +494,13 @@ void FIRCLSFileWriteCollectionEnd(FIRCLSFile* file, const char closingChar) { file->needComma = file->collectionDepth > 0; } -void FIRCLSFileWriteColletionEntryProlog(FIRCLSFile* file) { +void FIRCLSFileWriteCollectionEntryProlog(FIRCLSFile* file) { if (file->needComma) { FIRCLSFileWriteToFileDescriptorOrBuffer(file, ",", 1); } } -void FIRCLSFileWriteColletionEntryEpilog(FIRCLSFile* file) { +void FIRCLSFileWriteCollectionEntryEpilog(FIRCLSFile* file) { file->needComma = true; } @@ -506,7 +513,7 @@ void FIRCLSFileWriteHashEnd(FIRCLSFile* file) { } void FIRCLSFileWriteHashKey(FIRCLSFile* file, const char* key) { - FIRCLSFileWriteColletionEntryProlog(file); + FIRCLSFileWriteCollectionEntryProlog(file); FIRCLSFileWriteStringWithSuffix(file, key, strlen(key), ':'); @@ -519,7 +526,7 @@ void FIRCLSFileWriteHashEntryUint64(FIRCLSFile* file, const char* key, uint64_t FIRCLSFileWriteHashKey(file, key); FIRCLSFileWriteUInt64(file, value, false); - FIRCLSFileWriteColletionEntryEpilog(file); + FIRCLSFileWriteCollectionEntryEpilog(file); } void FIRCLSFileWriteHashEntryInt64(FIRCLSFile* file, const char* key, int64_t value) { @@ -527,14 +534,14 @@ void FIRCLSFileWriteHashEntryInt64(FIRCLSFile* file, const char* key, int64_t va FIRCLSFileWriteHashKey(file, key); FIRCLSFileWriteInt64(file, value); - FIRCLSFileWriteColletionEntryEpilog(file); + FIRCLSFileWriteCollectionEntryEpilog(file); } void FIRCLSFileWriteHashEntryString(FIRCLSFile* file, const char* key, const char* value) { FIRCLSFileWriteHashKey(file, key); FIRCLSFileWriteString(file, value); - FIRCLSFileWriteColletionEntryEpilog(file); + FIRCLSFileWriteCollectionEntryEpilog(file); } void FIRCLSFileWriteHashEntryNSString(FIRCLSFile* file, const char* key, NSString* string) { @@ -555,14 +562,14 @@ void FIRCLSFileWriteHashEntryHexEncodedString(FIRCLSFile* file, FIRCLSFileWriteHashKey(file, key); FIRCLSFileWriteHexEncodedString(file, value); - FIRCLSFileWriteColletionEntryEpilog(file); + FIRCLSFileWriteCollectionEntryEpilog(file); } void FIRCLSFileWriteHashEntryBoolean(FIRCLSFile* file, const char* key, bool value) { FIRCLSFileWriteHashKey(file, key); FIRCLSFileWriteBool(file, value); - FIRCLSFileWriteColletionEntryEpilog(file); + FIRCLSFileWriteCollectionEntryEpilog(file); } void FIRCLSFileWriteArrayStart(FIRCLSFile* file) { @@ -574,27 +581,27 @@ void FIRCLSFileWriteArrayEnd(FIRCLSFile* file) { } void FIRCLSFileWriteArrayEntryUint64(FIRCLSFile* file, uint64_t value) { - FIRCLSFileWriteColletionEntryProlog(file); + FIRCLSFileWriteCollectionEntryProlog(file); FIRCLSFileWriteUInt64(file, value, false); - FIRCLSFileWriteColletionEntryEpilog(file); + FIRCLSFileWriteCollectionEntryEpilog(file); } void FIRCLSFileWriteArrayEntryString(FIRCLSFile* file, const char* value) { - FIRCLSFileWriteColletionEntryProlog(file); + FIRCLSFileWriteCollectionEntryProlog(file); FIRCLSFileWriteString(file, value); - FIRCLSFileWriteColletionEntryEpilog(file); + FIRCLSFileWriteCollectionEntryEpilog(file); } void FIRCLSFileWriteArrayEntryHexEncodedString(FIRCLSFile* file, const char* value) { - FIRCLSFileWriteColletionEntryProlog(file); + FIRCLSFileWriteCollectionEntryProlog(file); FIRCLSFileWriteHexEncodedString(file, value); - FIRCLSFileWriteColletionEntryEpilog(file); + FIRCLSFileWriteCollectionEntryEpilog(file); } NSArray* FIRCLSFileReadSections(const char* path, diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.c b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.c index d9e3daa09..93d50711e 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.c +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.c @@ -12,10 +12,12 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSInternalLogging.h" -#include "FIRCLSContext.h" -#include "FIRCLSGlobals.h" -#include "FIRCLSUtility.h" +#include + +#include "Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSContext.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSGlobals.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" void FIRCLSSDKFileLog(FIRCLSInternalLogLevel level, const char* format, ...) { if (!_firclsContext.readonly || !_firclsContext.writable) { @@ -31,9 +33,12 @@ void FIRCLSSDKFileLog(FIRCLSInternalLogLevel level, const char* format, ...) { return; } - if (_firclsContext.writable->internalLogging.logFd == -1) { - _firclsContext.writable->internalLogging.logFd = open(path, O_WRONLY | O_CREAT | O_APPEND, 0644); - } + static dispatch_once_t onceToken; + dispatch_once(&onceToken, ^{ + if (_firclsContext.writable->internalLogging.logFd == -1) { + _firclsContext.writable->internalLogging.logFd = open(path, O_WRONLY | O_CREAT | O_APPEND, 0644); + } + }); const int fd = _firclsContext.writable->internalLogging.logFd; if (fd < 0) { diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.h index 4ff164453..3869889cf 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.h @@ -17,7 +17,7 @@ #include #if __OBJC__ -#import "FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h" #define FIRCLSDeveloperLog(label, __FORMAT__, ...) \ FIRCLSDebugLog(@"[" label "] " __FORMAT__, ##__VA_ARGS__); #endif diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSLogger.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSLogger.m index 50bd1922f..5600895db 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSLogger.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSLogger.m @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h" #import "FirebaseCore/Sources/Private/FirebaseCoreInternal.h" diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.c b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.c index df5008023..2c7051877 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.c +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.c @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSProfiling.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.h" #include #include diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.c b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.c index 44a300282..c25e0c975 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.c +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.c @@ -12,9 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSThreadState.h" -#include "FIRCLSDefines.h" -#include "FIRCLSUtility.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" #if defined(__arm__) || defined(__arm64__) #include diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h index 5a50f0fd3..0f3e84ae3 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h @@ -17,7 +17,7 @@ #include #include #include -#include "FIRCLSGlobals.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSGlobals.h" #define FIRCLSIsValidPointer(x) ((uintptr_t)x >= 4096) #define FIRCLSInvalidCharNybble (255) @@ -35,6 +35,7 @@ bool FIRCLSReadString(vm_address_t src, char** dest, size_t maxlen); const char* FIRCLSDupString(const char* string); bool FIRCLSUnlinkIfExists(const char* path); +void FIRCLSRedactUUID(char* value); #if __OBJC__ void FIRCLSDispatchAfter(float timeInSeconds, dispatch_queue_t queue, dispatch_block_t block); diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSUtility.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSUtility.m index 520640f3c..3efee7e92 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSUtility.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSUtility.m @@ -12,18 +12,18 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSUtility.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" #include #include -#include "FIRCLSFeatures.h" -#include "FIRCLSFile.h" -#include "FIRCLSGlobals.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSGlobals.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFile.h" -#import "FIRCLSByteUtility.h" -#import "FIRCLSUUID.h" +#import "Crashlytics/Shared/FIRCLSByteUtility.h" +#import "Crashlytics/Shared/FIRCLSUUID.h" #import @@ -156,6 +156,37 @@ NSString* FIRCLSGenerateNormalizedUUID(void) { return FIRCLSNormalizeUUID(FIRCLSGenerateUUID()); } +// Redacts a UUID wrapped in parenthesis from a char* using strchr, which is async safe. +// Ex. +// "foo (bar) (45D62CC2-CFB5-4E33-AB61-B0684627F1B6) baz" +// becomes +// "foo (bar) (********-****-****-****-************) baz" +void FIRCLSRedactUUID(char* value) { + if (value == NULL) { + return; + } + char* openParen = value; + // find the index of the first paren + while ((openParen = strchr(openParen, '(')) != NULL) { + // find index of the matching close paren + const char* closeParen = strchr(openParen, ')'); + if (closeParen == NULL) { + break; + } + // if the distance between them is 37, traverse the characters + // and replace anything that is not a '-' with '*' + if (closeParen - openParen == 37) { + for (int i = 1; i < 37; ++i) { + if (*(openParen + i) != '-') { + *(openParen + i) = '*'; + } + } + break; + } + openParen++; + } +} + NSString* FIRCLSNSDataToNSString(NSData* data) { NSString* string; char* buffer; diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.m index e312d46f8..163b3373f 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.m @@ -12,9 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSExecutionIdentifierModel.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.h" -#import "FIRCLSUUID.h" +#import "Crashlytics/Shared/FIRCLSUUID.h" @implementation FIRCLSExecutionIdentifierModel diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSFileManager.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSFileManager.h index dd988a950..839cd49d5 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSFileManager.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSFileManager.h @@ -43,9 +43,7 @@ @property(nonatomic, readonly) NSString *processingPath; @property(nonatomic, readonly) NSString *pendingPath; @property(nonatomic, readonly) NSString *preparedPath; -@property(nonatomic, readonly) NSString *legacyPreparedPath; @property(nonatomic, readonly) NSArray *activePathContents; -@property(nonatomic, readonly) NSArray *legacyPreparedPathContents; @property(nonatomic, readonly) NSArray *preparedPathContents; @property(nonatomic, readonly) NSArray *processingPathContents; diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSFileManager.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSFileManager.m index 040dcf5b8..8b3dea479 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSFileManager.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSFileManager.m @@ -12,11 +12,11 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSFileManager.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSFileManager.h" -#import "FIRCLSApplication.h" -#import "FIRCLSInternalReport.h" -#import "FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Components/FIRCLSApplication.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSInternalReport.h" NSString *const FIRCLSCacheDirectoryName = @"com.crashlytics.data"; NSString *const FIRCLSCacheVersion = @"v5"; @@ -212,10 +212,6 @@ NSString *const FIRCLSCacheVersion = @"v5"; return [[self structurePath] stringByAppendingPathComponent:@"processing"]; } -- (NSString *)legacyPreparedPath { - return [[self structurePath] stringByAppendingPathComponent:@"prepared-legacy"]; -} - - (NSString *)preparedPath { return [[self structurePath] stringByAppendingPathComponent:@"prepared"]; } @@ -224,10 +220,6 @@ NSString *const FIRCLSCacheVersion = @"v5"; return [self contentsOfDirectory:[self activePath]]; } -- (NSArray *)legacyPreparedPathContents { - return [self contentsOfDirectory:[self legacyPreparedPath]]; -} - - (NSArray *)preparedPathContents { return [self contentsOfDirectory:[self preparedPath]]; } @@ -246,10 +238,6 @@ NSString *const FIRCLSCacheVersion = @"v5"; return NO; } - if (![self createDirectoryAtPath:[self legacyPreparedPath]]) { - return NO; - } - if (![self createDirectoryAtPath:[self preparedPath]]) { return NO; } diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.h index 6100c8a97..4ea2ea781 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.h @@ -34,12 +34,10 @@ NS_ASSUME_NONNULL_BEGIN /** * To support end-users rotating Install IDs, this will check and rotate the Install ID, - * which is a costly operation performance-wise. To keep the startup time impact down, call this in - * a background thread. - * - * The block will be called on a background thread. + * which can be a slow operation. This should be run in an Activity or + * background thread. */ -- (void)regenerateInstallIDIfNeededWithBlock:(void (^)(BOOL didRotate))callback; +- (BOOL)regenerateInstallIDIfNeeded; @end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.m index 2af2d7dbc..b33a783af 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.m @@ -12,14 +12,14 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSInstallIdentifierModel.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.h" -#import +#import "FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h" -#import "FIRCLSByteUtility.h" -#import "FIRCLSLogger.h" -#import "FIRCLSUUID.h" -#import "FIRCLSUserDefaults.h" +#import "Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h" +#import "Crashlytics/Shared/FIRCLSByteUtility.h" +#import "Crashlytics/Shared/FIRCLSUUID.h" static NSString *const FIRCLSInstallationUUIDKey = @"com.crashlytics.iuuid"; static NSString *const FIRCLSInstallationIIDHashKey = @"com.crashlytics.install.iid"; @@ -27,6 +27,8 @@ static NSString *const FIRCLSInstallationIIDHashKey = @"com.crashlytics.install. // Legacy key that is automatically removed static NSString *const FIRCLSInstallationADIDKey = @"com.crashlytics.install.adid"; +static unsigned long long FIRCLSInstallationsWaitTime = 10 * NSEC_PER_SEC; + @interface FIRCLSInstallIdentifierModel () @property(nonatomic, copy) NSString *installID; @@ -96,20 +98,29 @@ static NSString *const FIRCLSInstallationADIDKey = @"com.crashlytics.install.adi #pragma mark Privacy Shield -/** - * To support privacy shield we need to regenerate the install id when the IID changes. - * - * This is a blocking, slow call that must be called on a background thread. - */ -- (void)regenerateInstallIDIfNeededWithBlock:(void (^)(BOOL didRotate))callback { - // This callback is on the main thread +- (BOOL)regenerateInstallIDIfNeeded { + BOOL __block didRotate = false; + + dispatch_semaphore_t semaphore = dispatch_semaphore_create(0); + + // This runs Completion async, so wait a reasonable amount of time for it to finish. [self.installations installationIDWithCompletion:^(NSString *_Nullable currentIID, NSError *_Nullable error) { - dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_HIGH, 0), ^{ - BOOL didRotate = [self rotateCrashlyticsInstallUUIDWithIID:currentIID error:error]; - callback(didRotate); - }); + didRotate = [self rotateCrashlyticsInstallUUIDWithIID:currentIID error:error]; + + if (didRotate) { + FIRCLSInfoLog(@"Rotated Crashlytics Install UUID because Firebase Install ID changed"); + } + dispatch_semaphore_signal(semaphore); }]; + + intptr_t result = dispatch_semaphore_wait( + semaphore, dispatch_time(DISPATCH_TIME_NOW, FIRCLSInstallationsWaitTime)); + if (result != 0) { + FIRCLSErrorLog(@"Crashlytics timed out while checking for Firebase Installation ID"); + } + + return didRotate; } - (BOOL)rotateCrashlyticsInstallUUIDWithIID:(NSString *_Nullable)currentIID diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSInternalReport.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSInternalReport.h index a02123ffd..7e923d8dc 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSInternalReport.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSInternalReport.h @@ -14,7 +14,7 @@ #import -#include "FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" extern NSString *const FIRCLSReportBinaryImageFile; extern NSString *const FIRCLSReportExceptionFile; @@ -49,7 +49,7 @@ extern NSString *const FIRCLSReportUserCompactedKVFile; @property(nonatomic, copy, readonly) NSString *directoryName; @property(nonatomic, copy) NSString *path; -@property(nonatomic, assign, readonly) BOOL needsToBeSubmitted; +@property(nonatomic, assign, readonly) BOOL hasAnyEvents; // content paths @property(nonatomic, copy, readonly) NSString *binaryImagePath; diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSInternalReport.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSInternalReport.m index 74ac9975b..831f9223a 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSInternalReport.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSInternalReport.m @@ -15,11 +15,11 @@ // TODO: Remove this class after the uploading of reports via GoogleDataTransport is no longer an // experiment -#import "FIRCLSInternalReport.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSInternalReport.h" -#import "FIRCLSFile.h" -#import "FIRCLSFileManager.h" -#import "FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSFile.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSFileManager.h" NSString *const FIRCLSReportBinaryImageFile = @"binary_images.clsrecord"; NSString *const FIRCLSReportExceptionFile = @"exception.clsrecord"; @@ -105,7 +105,7 @@ NSString *const FIRCLSReportUserCompactedKVFile = @"user_compacted_kv.clsrecord" } #pragma mark - Processing Methods -- (BOOL)needsToBeSubmitted { +- (BOOL)hasAnyEvents { NSArray *reportFiles = @[ FIRCLSReportExceptionFile, FIRCLSReportSignalFile, FIRCLSReportCustomExceptionAFile, FIRCLSReportCustomExceptionBFile, @@ -114,7 +114,7 @@ NSString *const FIRCLSReportUserCompactedKVFile = @"user_compacted_kv.clsrecord" #endif FIRCLSReportErrorAFile, FIRCLSReportErrorBFile ]; - return [self checkExistenceOfAtLeastOnceFileInArray:reportFiles]; + return [self checkExistenceOfAtLeastOneFileInArray:reportFiles]; } // These are purposefully in order of precedence. If duplicate data exists @@ -140,10 +140,10 @@ NSString *const FIRCLSReportUserCompactedKVFile = @"user_compacted_kv.clsrecord" - (BOOL)isCrash { NSArray *crashFiles = [FIRCLSInternalReport crashFileNames]; - return [self checkExistenceOfAtLeastOnceFileInArray:crashFiles]; + return [self checkExistenceOfAtLeastOneFileInArray:crashFiles]; } -- (BOOL)checkExistenceOfAtLeastOnceFileInArray:(NSArray *)files { +- (BOOL)checkExistenceOfAtLeastOneFileInArray:(NSArray *)files { NSFileManager *manager = [NSFileManager defaultManager]; for (NSString *fileName in files) { diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Reports/FIRCLSPackageReportOperation.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSLaunchMarkerModel.h similarity index 52% rename from ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Reports/FIRCLSPackageReportOperation.h rename to ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSLaunchMarkerModel.h index 5822e7527..269a1c9ff 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Reports/FIRCLSPackageReportOperation.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSLaunchMarkerModel.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -14,22 +14,27 @@ #import -@class FIRCLSInternalReport; -@class FIRCLSFileManager; -@class FIRCLSSettings; +#import "Crashlytics/Crashlytics/Models/FIRCLSFileManager.h" -@interface FIRCLSPackageReportOperation : NSOperation +NS_ASSUME_NONNULL_BEGIN + +/* + * Writes a file during startup, and deletes it at the end. Existence + * of this file on the next run means there was a crash at launch, + * because the file wasn't deleted. This is used to make Crashlytics + * block startup on uploading the crash. + */ +@interface FIRCLSLaunchMarkerModel : NSObject + +- (instancetype)initWithFileManager:(FIRCLSFileManager *)fileManager; - (instancetype)init NS_UNAVAILABLE; + (instancetype)new NS_UNAVAILABLE; -- (instancetype)initWithReport:(FIRCLSInternalReport *)report - fileManager:(FIRCLSFileManager *)fileManager - settings:(FIRCLSSettings *)settings NS_DESIGNATED_INITIALIZER; -@property(nonatomic, readonly) FIRCLSInternalReport *report; -@property(nonatomic, readonly) FIRCLSFileManager *fileManager; -@property(nonatomic, readonly) FIRCLSSettings *settings; - -@property(nonatomic, copy, readonly) NSString *finalPath; +- (BOOL)checkForAndCreateLaunchMarker; +- (BOOL)createLaunchFailureMarker; +- (BOOL)removeLaunchFailureMarker; @end + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSLaunchMarkerModel.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSLaunchMarkerModel.m new file mode 100644 index 000000000..1092072be --- /dev/null +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSLaunchMarkerModel.m @@ -0,0 +1,84 @@ +// Copyright 2021 Google LLC +// +// 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. + +#import "Crashlytics/Crashlytics/Models/FIRCLSLaunchMarkerModel.h" + +#import "Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.h" + +@interface FIRCLSLaunchMarkerModel () + +@property(nonatomic, strong) FIRCLSFileManager *fileManager; + +@end + +@implementation FIRCLSLaunchMarkerModel + +- (instancetype)initWithFileManager:(FIRCLSFileManager *)fileManager { + self = [super init]; + if (!self) { + return nil; + } + + _fileManager = fileManager; + + return self; +} + +- (BOOL)checkForAndCreateLaunchMarker { + BOOL launchFailure = [self launchFailureMarkerPresent]; + if (launchFailure) { + FIRCLSDeveloperLog("Crashlytics:Crash", + @"Last launch failed: this may indicate a crash shortly after app launch."); + } else { + [self createLaunchFailureMarker]; + } + + return launchFailure; +} + +- (NSString *)launchFailureMarkerPath { + return [[_fileManager structurePath] stringByAppendingPathComponent:@"launchmarker"]; +} + +- (BOOL)createLaunchFailureMarker { + // It's tempting to use - [NSFileManger createFileAtPath:contents:attributes:] here. But that + // operation, even with empty/nil contents does a ton of work to write out nothing via a + // temporarly file. This is a much faster implemenation. + const char *path = [[self launchFailureMarkerPath] fileSystemRepresentation]; + +#if TARGET_OS_IPHONE + /* + * data-protected non-portable open(2) : + * int open_dprotected_np(user_addr_t path, int flags, int class, int dpflags, int mode) + */ + int fd = open_dprotected_np(path, O_WRONLY | O_CREAT | O_TRUNC, 4, 0, 0644); +#else + int fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644); +#endif + if (fd == -1) { + return NO; + } + + return close(fd) == 0; +} + +- (BOOL)launchFailureMarkerPresent { + return [[_fileManager underlyingFileManager] fileExistsAtPath:[self launchFailureMarkerPath]]; +} + +- (BOOL)removeLaunchFailureMarker { + return [_fileManager removeItemAtPath:[self launchFailureMarkerPath]]; +} + +@end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSReport.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSReport.h deleted file mode 100644 index 464dff736..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSReport.h +++ /dev/null @@ -1,110 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import - -NS_ASSUME_NONNULL_BEGIN - -/** - * The CLSCrashReport protocol is deprecated. See the CLSReport class and the CrashyticsDelegate - * changes for details. - **/ -@protocol FIRCLSCrashReport - -@property(nonatomic, copy, readonly) NSString *identifier; -@property(nonatomic, copy, readonly) NSDictionary *customKeys; -@property(nonatomic, copy, readonly) NSString *bundleVersion; -@property(nonatomic, copy, readonly) NSString *bundleShortVersionString; -@property(nonatomic, readonly, nullable) NSDate *crashedOnDate; -@property(nonatomic, copy, readonly) NSString *OSVersion; -@property(nonatomic, copy, readonly) NSString *OSBuildVersion; - -@end - -/** - * The CLSReport exposes an interface to the phsyical report that Crashlytics has created. You can - * use this class to get information about the event, and can also set some values after the - * event has occurred. - **/ -@interface FIRCLSReport : NSObject - -- (instancetype)init NS_UNAVAILABLE; -+ (instancetype)new NS_UNAVAILABLE; - -/** - * Returns the session identifier for the report. - **/ -@property(nonatomic, copy, readonly) NSString *identifier; - -/** - * Returns the custom key value data for the report. - **/ -@property(nonatomic, copy, readonly) NSDictionary *customKeys; - -/** - * Returns the CFBundleVersion of the application that generated the report. - **/ -@property(nonatomic, copy, readonly) NSString *bundleVersion; - -/** - * Returns the CFBundleShortVersionString of the application that generated the report. - **/ -@property(nonatomic, copy, readonly) NSString *bundleShortVersionString; - -/** - * Returns the date that the report was created. - **/ -@property(nonatomic, copy, readonly) NSDate *dateCreated; - -/** - * Returns the os version that the application crashed on. - **/ -@property(nonatomic, copy, readonly) NSString *OSVersion; - -/** - * Returns the os build version that the application crashed on. - **/ -@property(nonatomic, copy, readonly) NSString *OSBuildVersion; - -/** - * Returns YES if the report contains any crash information, otherwise returns NO. - **/ -@property(nonatomic, assign, readonly) BOOL isCrash; - -/** - * You can use this method to set, after the event, additional custom keys. The rules - * and semantics for this method are the same as those documented in FIRCrashlytics.h. Be aware - * that the maximum size and count of custom keys is still enforced, and you can overwrite keys - * and/or cause excess keys to be deleted by using this method. - **/ -- (void)setObjectValue:(nullable id)value forKey:(NSString *)key; - -/** - * Record an application-specific user identifier. See FIRCrashlytics.h for details. - **/ -@property(nonatomic, copy, nullable) NSString *userIdentifier; - -/** - * Record a user name. See FIRCrashlytics.h for details. - **/ -@property(nonatomic, copy, nullable) NSString *userName; - -/** - * Record a user email. See FIRCrashlytics.h for details. - **/ -@property(nonatomic, copy, nullable) NSString *userEmail; - -@end - -NS_ASSUME_NONNULL_END diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSReport.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSReport.m deleted file mode 100644 index 1b4bade64..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSReport.m +++ /dev/null @@ -1,241 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import "FIRCLSContext.h" -#import "FIRCLSFile.h" -#import "FIRCLSGlobals.h" -#import "FIRCLSInternalReport.h" -#import "FIRCLSReport_Private.h" -#import "FIRCLSUserLogging.h" - -@interface FIRCLSReport () { - FIRCLSInternalReport *_internalReport; - uint32_t _internalKVCounter; - uint32_t _userKVCounter; - - NSString *_internalCompactedKVFile; - NSString *_internalIncrementalKVFile; - NSString *_userCompactedKVFile; - NSString *_userIncrementalKVFile; - - BOOL _readOnly; - - // cached values, to ensure that their contents remain valid - // even if the report is deleted - NSString *_identifer; - NSString *_bundleVersion; - NSString *_bundleShortVersionString; - NSDate *_dateCreated; - NSDate *_crashedOnDate; - NSString *_OSVersion; - NSString *_OSBuildVersion; - NSNumber *_isCrash; - NSDictionary *_customKeys; -} - -@end - -@implementation FIRCLSReport - -- (instancetype)initWithInternalReport:(FIRCLSInternalReport *)report - prefetchData:(BOOL)shouldPrefetch { - self = [super init]; - if (!self) { - return nil; - } - - _internalReport = report; - - // TODO: correct kv accounting - // The internal report will have non-zero compacted and incremental keys. The right thing to do - // is count them, so we can kick off compactions/pruning at the right times. By - // setting this value to zero, we're allowing more entries to be made than there really - // should be. Not the end of the world, but we should do better eventually. - _internalKVCounter = 0; - _userKVCounter = 0; - - _internalCompactedKVFile = - [self.internalReport pathForContentFile:FIRCLSReportInternalCompactedKVFile]; - _internalIncrementalKVFile = - [self.internalReport pathForContentFile:FIRCLSReportInternalIncrementalKVFile]; - _userCompactedKVFile = [self.internalReport pathForContentFile:FIRCLSReportUserCompactedKVFile]; - _userIncrementalKVFile = - [self.internalReport pathForContentFile:FIRCLSReportUserIncrementalKVFile]; - - _readOnly = shouldPrefetch; - - if (shouldPrefetch) { - _identifer = report.identifier; - _bundleVersion = report.bundleVersion; - _bundleShortVersionString = report.bundleShortVersionString; - _dateCreated = report.dateCreated; - _crashedOnDate = report.crashedOnDate; - _OSVersion = report.OSVersion; - _OSBuildVersion = report.OSBuildVersion; - _isCrash = [NSNumber numberWithBool:report.isCrash]; - - _customKeys = [self readCustomKeys]; - } - - return self; -} - -- (instancetype)initWithInternalReport:(FIRCLSInternalReport *)report { - return [self initWithInternalReport:report prefetchData:NO]; -} - -#pragma mark - Helpers -- (FIRCLSUserLoggingKVStorage)internalKVStorage { - FIRCLSUserLoggingKVStorage storage; - - storage.maxCount = _firclsContext.readonly->logging.internalKVStorage.maxCount; - storage.maxIncrementalCount = - _firclsContext.readonly->logging.internalKVStorage.maxIncrementalCount; - storage.compactedPath = [_internalCompactedKVFile fileSystemRepresentation]; - storage.incrementalPath = [_internalIncrementalKVFile fileSystemRepresentation]; - - return storage; -} - -- (FIRCLSUserLoggingKVStorage)userKVStorage { - FIRCLSUserLoggingKVStorage storage; - - storage.maxCount = _firclsContext.readonly->logging.userKVStorage.maxCount; - storage.maxIncrementalCount = _firclsContext.readonly->logging.userKVStorage.maxIncrementalCount; - storage.compactedPath = [_userCompactedKVFile fileSystemRepresentation]; - storage.incrementalPath = [_userIncrementalKVFile fileSystemRepresentation]; - - return storage; -} - -- (BOOL)canRecordNewValues { - return !_readOnly && FIRCLSContextIsInitialized(); -} - -- (void)recordValue:(id)value forInternalKey:(NSString *)key { - if (!self.canRecordNewValues) { - return; - } - - FIRCLSUserLoggingKVStorage storage = [self internalKVStorage]; - - FIRCLSUserLoggingRecordKeyValue(key, value, &storage, &_internalKVCounter); -} - -- (void)recordValue:(id)value forUserKey:(NSString *)key { - if (!self.canRecordNewValues) { - return; - } - - FIRCLSUserLoggingKVStorage storage = [self userKVStorage]; - - FIRCLSUserLoggingRecordKeyValue(key, value, &storage, &_userKVCounter); -} - -- (NSDictionary *)readCustomKeys { - FIRCLSUserLoggingKVStorage storage = [self userKVStorage]; - - // return decoded entries - return FIRCLSUserLoggingGetCompactedKVEntries(&storage, true); -} - -#pragma mark - Metadata helpers - -- (NSString *)identifier { - if (!_identifer) { - _identifer = self.internalReport.identifier; - } - - return _identifer; -} - -- (NSDictionary *)customKeys { - if (!_customKeys) { - _customKeys = [self readCustomKeys]; - } - - return _customKeys; -} - -- (NSString *)bundleVersion { - if (!_bundleVersion) { - _bundleVersion = self.internalReport.bundleVersion; - } - - return _bundleVersion; -} - -- (NSString *)bundleShortVersionString { - if (!_bundleShortVersionString) { - _bundleShortVersionString = self.internalReport.bundleShortVersionString; - } - - return _bundleShortVersionString; -} - -- (NSDate *)dateCreated { - if (!_dateCreated) { - _dateCreated = self.internalReport.dateCreated; - } - - return _dateCreated; -} - -// for compatibility with the CLSCrashReport Protocol -- (NSDate *)crashedOnDate { - if (!_crashedOnDate) { - _crashedOnDate = self.internalReport.crashedOnDate; - } - - return _crashedOnDate; -} - -- (NSString *)OSVersion { - if (!_OSVersion) { - _OSVersion = self.internalReport.OSVersion; - } - - return _OSVersion; -} - -- (NSString *)OSBuildVersion { - if (!_OSBuildVersion) { - _OSBuildVersion = self.internalReport.OSBuildVersion; - } - - return _OSBuildVersion; -} - -- (BOOL)isCrash { - if (_isCrash == nil) { - _isCrash = [NSNumber numberWithBool:self.internalReport.isCrash]; - } - - return [_isCrash boolValue]; -} - -#pragma mark - Public Read/Write Methods -- (void)setObjectValue:(id)value forKey:(NSString *)key { - [self recordValue:value forUserKey:key]; -} - -- (NSString *)userIdentifier { - return nil; -} - -- (void)setUserIdentifier:(NSString *)userIdentifier { - [self recordValue:userIdentifier forInternalKey:FIRCLSUserIdentifierKey]; -} - -@end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSReport_Private.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSReport_Private.h deleted file mode 100644 index 0d8b67c6b..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSReport_Private.h +++ /dev/null @@ -1,27 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import "FIRCLSReport.h" - -@class FIRCLSInternalReport; - -@interface FIRCLSReport () - -- (instancetype)initWithInternalReport:(FIRCLSInternalReport *)report - prefetchData:(BOOL)shouldPrefetch NS_DESIGNATED_INITIALIZER; -- (instancetype)initWithInternalReport:(FIRCLSInternalReport *)report; - -@property(nonatomic, strong, readonly) FIRCLSInternalReport *internalReport; - -@end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSSettings.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSSettings.h index f45b45fd0..ff8b05d29 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSSettings.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSSettings.h @@ -63,29 +63,6 @@ NS_ASSUME_NONNULL_BEGIN */ @property(nonatomic, readonly) uint32_t cacheDurationSeconds; -/** - * The Crashlytics Organization identifier of the app. Allows data continuity between - * old and new Crashlytics SDKs. - */ -@property(nonatomic, nullable, readonly) NSString *orgID; - -/** - * The backend bundle identifier of the app. Crashlytics can in some cases have - * a different bundle identifier than the app itself (eg. Crashlytics will always downcase - * the bundle ID). - */ -@property(nonatomic, nullable, readonly) NSString *fetchedBundleID; - -/** - * Indicates whether the app needs onboarding - */ -@property(nonatomic, readonly) BOOL appNeedsOnboarding; - -/** - * Indicates whether the app needs an update - */ -@property(nonatomic, readonly) BOOL appUpdateRequired; - /** * When this is false, Crashlytics will not start up */ @@ -102,11 +79,6 @@ NS_ASSUME_NONNULL_BEGIN */ @property(nonatomic, readonly) BOOL customExceptionsEnabled; -/** - * Determine if the SDK should use the new endpoint for uploading reports - */ -@property(nonatomic, readonly) BOOL shouldUseNewReportEndpoint; - /** * Returns the maximum number of custom exception events that will be * recorded in a session. diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSSettings.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSSettings.m index 7d1347f4e..e561c0e5c 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSSettings.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSSettings.m @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSSettings.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSSettings.h" #if __has_include() #import @@ -20,11 +20,11 @@ #import "FBLPromises.h" #endif -#import "FIRCLSApplicationIdentifierModel.h" -#import "FIRCLSConstants.h" -#import "FIRCLSFileManager.h" -#import "FIRCLSLogger.h" -#import "FIRCLSURLBuilder.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSFileManager.h" +#import "Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.h" +#import "Crashlytics/Shared/FIRCLSConstants.h" +#import "Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.h" NSString *const CreatedAtKey = @"created_at"; NSString *const GoogleAppIDKey = @"google_app_id"; @@ -251,30 +251,6 @@ NSString *const AppVersion = @"app_version"; return 60 * 60; } -#pragma mark - Identifiers - -- (nullable NSString *)orgID { - return self.fabricSettings[@"org_id"]; -} - -- (nullable NSString *)fetchedBundleID { - return self.fabricSettings[@"bundle_id"]; -} - -#pragma mark - Onboarding / Update - -- (NSString *)appStatus { - return self.appSettings[@"status"]; -} - -- (BOOL)appNeedsOnboarding { - return [self.appStatus isEqualToString:@"new"]; -} - -- (BOOL)appUpdateRequired { - return [[self.appSettings objectForKey:@"update_required"] boolValue]; -} - #pragma mark - On / Off Switches - (BOOL)errorReportingEnabled { @@ -303,21 +279,6 @@ NSString *const AppVersion = @"app_version"; return YES; } -- (BOOL)shouldUseNewReportEndpoint { - NSNumber *value = [self appSettings][@"report_upload_variant"]; - - // Default to use the new endpoint when settings were not successfully fetched - // or there's an unexpected issue - if (value == nil) { - return YES; - } - - // 0 - Unknown - // 1 - Legacy - // 2 - New - return value.intValue == 2; -} - #pragma mark - Optional Limit Overrides - (uint32_t)errorLogBufferSize { diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.m index 522a14ec5..9f4287180 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.m @@ -12,14 +12,15 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSSymbolResolver.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.h" #include -#include "FIRCLSBinaryImage.h" -#include "FIRCLSFile.h" -#import "FIRCLSLogger.h" -#import "FIRStackFrame_Private.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFile.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Private/FIRStackFrame_Private.h" @interface FIRCLSSymbolResolver () { NSMutableArray* _binaryImages; @@ -129,7 +130,7 @@ if (![self fillInImageDetails:&imageDetails forUUID:[binaryImage objectForKey:@"uuid"]]) { #if DEBUG - FIRCLSDebugLog(@"Image not found"); + FIRCLSSDKLog("Image not found\n"); #endif return NO; } @@ -141,7 +142,7 @@ if (dladdr((void*)addr, &dlInfo) == 0) { #if DEBUG - FIRCLSDebugLog(@"Could not look up address"); + FIRCLSSDKLog("Could not look up address\n"); #endif return NO; } @@ -150,7 +151,7 @@ addr -= 2; if (dladdr((void*)addr, &dlInfo) == 0) { #if DEBUG - FIRCLSDebugLog(@"Could not look up address"); + FIRCLSSDKLog("Could not look up address after move\n"); #endif return NO; } diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.h index d17bdce72..a3177b2c1 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ * limitations under the License. */ -#import "FIRCLSRecordBase.h" +#import "Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.h" @interface FIRCLSRecordApplication : FIRCLSRecordBase diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.m index f587e1014..b4474165e 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.m @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ * limitations under the License. */ -#import "FIRCLSRecordApplication.h" +#import "Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.h" @implementation FIRCLSRecordApplication diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.h index a3cb6e2f8..624c55775 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.m index 7d591f539..9b07ffe69 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.m @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ * limitations under the License. */ -#import "FIRCLSRecordBase.h" +#import "Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.h" @implementation FIRCLSRecordBase diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.h index 652d283c1..a1a18bc52 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ * limitations under the License. */ -#import "FIRCLSRecordBase.h" +#import "Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.h" @interface FIRCLSRecordHost : FIRCLSRecordBase diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.m index 67184ae68..dd678a00a 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.m @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ * limitations under the License. */ -#import "FIRCLSRecordHost.h" +#import "Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.h" @implementation FIRCLSRecordHost diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.h index 9f13fdd16..b838a174f 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,11 +14,10 @@ * limitations under the License. */ -#import "FIRCLSRecordBase.h" +#import "Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.h" @interface FIRCLSRecordIdentity : FIRCLSRecordBase @property(nonatomic, copy) NSString *build_version; -@property(nonatomic, copy) NSString *install_id; @end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.m index b4b547e63..8086561ec 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.m @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ * limitations under the License. */ -#import "FIRCLSRecordIdentity.h" +#import "Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.h" @implementation FIRCLSRecordIdentity @@ -22,7 +22,6 @@ self = [super initWithDict:dict]; if (self) { _build_version = dict[@"build_version"]; - _install_id = dict[@"install_id"]; } return self; } diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.h index eea894814..1059fb469 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,9 +16,11 @@ #import -#include "crashlytics.nanopb.h" +#include "Crashlytics/Protogen/nanopb/crashlytics.nanopb.h" -#import +#import "Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.h" + +#import /// This class is responsible for reading the persisted crash reports from disk and converting them /// the information into the nanopb model to be used with GoogleDataTransport @@ -28,6 +30,9 @@ /// Initializer /// @param folderPath Path where the persisted crash files reside -- (instancetype)initWithPath:(NSString *)folderPath googleAppId:(NSString *)googleAppID; - +/// @param googleAppID ID for the app passed in from Firebase Core +/// @param installIDModel for pulling the Crashlytics Installation UUID +- (instancetype)initWithPath:(NSString *)folderPath + googleAppId:(NSString *)googleAppID + installIDModel:(FIRCLSInstallIdentifierModel *)installIDModel; @end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.m index 3c74691b8..7891d712f 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.m @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,25 +14,34 @@ * limitations under the License. */ -#import "FIRCLSReportAdapter.h" -#import "FIRCLSReportAdapter_Private.h" +#import "Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.h" +#import "Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter_Private.h" -#import "FIRCLSInternalReport.h" -#import "FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSInternalReport.h" -#import "FIRCLSUserLogging.h" +#import "Crashlytics/Crashlytics/Components/FIRCLSUserLogging.h" #import #import #import +@interface FIRCLSReportAdapter () + +@property(nonatomic, strong) FIRCLSInstallIdentifierModel *installIDModel; + +@end + @implementation FIRCLSReportAdapter -- (instancetype)initWithPath:(NSString *)folderPath googleAppId:(NSString *)googleAppID { +- (instancetype)initWithPath:(NSString *)folderPath + googleAppId:(NSString *)googleAppID + installIDModel:(FIRCLSInstallIdentifierModel *)installIDModel { self = [super init]; if (self) { _folderPath = folderPath; _googleAppID = googleAppID; + _installIDModel = installIDModel; [self loadMetaDataFile]; @@ -141,7 +150,7 @@ report.sdk_version = FIRCLSEncodeString(self.identity.build_version); report.gmp_app_id = FIRCLSEncodeString(self.googleAppID); report.platform = [self protoPlatformFromString:self.host.platform]; - report.installation_uuid = FIRCLSEncodeString(self.identity.install_id); + report.installation_uuid = FIRCLSEncodeString(self.installIDModel.installID); report.build_version = FIRCLSEncodeString(self.application.build_version); report.display_version = FIRCLSEncodeString(self.application.display_version); report.apple_payload = [self protoFilesPayload]; diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter_Private.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter_Private.h index e9f2c1606..809e08de0 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter_Private.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter_Private.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -#import "FIRCLSReportAdapter.h" +#import "Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.h" -#import "FIRCLSRecordApplication.h" -#import "FIRCLSRecordHost.h" -#import "FIRCLSRecordIdentity.h" +#import "Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.h" +#import "Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.h" +#import "Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.h" pb_bytes_array_t *FIRCLSEncodeString(NSString *string); pb_bytes_array_t *FIRCLSEncodeData(NSData *data); diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.m index 94415f14e..1ec49e4e5 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.m @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSAsyncOperation.h" +#import "Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.h" @interface FIRCLSAsyncOperation () { BOOL _internalExecuting; diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation_Private.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation_Private.h index 1135ed75b..6dcc70767 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation_Private.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation_Private.h @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSAsyncOperation.h" +#import "Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.h" @interface FIRCLSAsyncOperation (Private) diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Reports/FIRCLSPackageReportOperation.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Reports/FIRCLSPackageReportOperation.m deleted file mode 100644 index aaf4c2a16..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Reports/FIRCLSPackageReportOperation.m +++ /dev/null @@ -1,210 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import "FIRCLSPackageReportOperation.h" - -#include -#include - -#import "FIRCLSFileManager.h" -#import "FIRCLSInternalReport.h" - -#import "FIRCLSUtility.h" - -#import "FIRCLSByteUtility.h" -#import "FIRCLSMultipartMimeStreamEncoder.h" - -#import "FIRCLSSettings.h" - -@interface FIRCLSPackageReportOperation () - -@property(nonatomic, copy) NSString *finalPath; - -@end - -@implementation FIRCLSPackageReportOperation - -- (instancetype)initWithReport:(FIRCLSInternalReport *)report - fileManager:(FIRCLSFileManager *)fileManager - settings:(FIRCLSSettings *)settings { - self = [super init]; - if (!self) { - return nil; - } - - _report = report; - _fileManager = fileManager; - _settings = settings; - - return self; -} - -- (BOOL)compressData:(NSData *)data toPath:(NSString *)path { - gzFile file = gzopen([path fileSystemRepresentation], "w"); - if (file == Z_NULL) { - FIRCLSSDKLogError("Error: unable to open file for compression %s\n", strerror(errno)); - return NO; - } - - __block BOOL success = [data length] > 0; - - FIRCLSEnumerateByteRangesOfNSDataUsingBlock( - data, ^(const void *bytes, NSRange byteRange, BOOL *stop) { - size_t length = byteRange.length; - - if (![self writeBytes:bytes length:length toGZFile:file]) { - *stop = YES; - success = NO; - } - }); - - gzclose(file); - - return success; -} - -- (BOOL)writeBytes:(const void *)buffer length:(size_t)length toGZFile:(gzFile)file { - return FIRCLSFileLoopWithWriteBlock( - buffer, length, ^ssize_t(const void *partialBuffer, size_t partialLength) { - errno = 0; - int ret = gzwrite(file, buffer, (unsigned int)length); - - if (ret == 0) { - int zerror = 0; - const char *errorString = gzerror(file, &zerror); - - FIRCLSSDKLogError("Error: failed to write compressed bytes %d, %s, %s \n", zerror, - errorString, strerror(errno)); - } - - return ret; - }); -} - -- (NSString *)reportPath { - return [self.report path]; -} - -- (NSString *)destinationDirectory { - return [self.fileManager legacyPreparedPath]; -} - -- (NSString *)packagedPathWithName:(NSString *)name { - // the output file will use the boundary as the filename, and "multipartmime" as the extension - return [[self.destinationDirectory stringByAppendingPathComponent:name] - stringByAppendingPathExtension:@"multipartmime"]; -} - -- (void)main { - NSString *reportOrgID = self.settings.orgID; - if (!reportOrgID) { - FIRCLSDebugLog( - @"[Crashlytics:PackageReport] Skipping packaging of report with id '%@' this run of the " - @"app because Organization ID was nil. Report will upload once settings are download " - @"successfully", - self.report.identifier); - - return; - } - - self.finalPath = nil; - - NSString *boundary = [FIRCLSMultipartMimeStreamEncoder generateBoundary]; - NSString *destPath = [self packagedPathWithName:boundary]; - - // try to read the metadata file, which could always fail - NSString *reportSessionId = self.report.identifier; - - NSOutputStream *stream = [NSOutputStream outputStreamToFileAtPath:destPath append:NO]; - - FIRCLSMultipartMimeStreamEncoder *encoder = - [FIRCLSMultipartMimeStreamEncoder encoderWithStream:stream andBoundary:boundary]; - if (!encoder) { - return; - } - - [encoder encode:^{ - [encoder addValue:reportOrgID fieldName:@"org_id"]; - - if (reportSessionId) { - [encoder addValue:reportSessionId fieldName:@"report_id"]; - } - - [self.fileManager - enumerateFilesInDirectory:self.reportPath - usingBlock:^(NSString *filePath, NSString *extension) { - if (self.cancelled) { - return; - } - - // Do not package or include already gz'ed files. These can get left over - // from previously-submitted reports. There's an opportinity here to avoid - // compressed certain types of files that cannot be changed. - if ([extension isEqualToString:@"gz"]) { - return; - } - - NSData *data = [NSData dataWithContentsOfFile:filePath - options:0 - error:nil]; - if ([data length] == 0) { - const char *filename = [[filePath lastPathComponent] UTF8String]; - - FIRCLSSDKLogError("Error: unable to read data for compression: %s\n", - filename); - return; - } - - [self encode:encoder data:data fromPath:filePath]; - }]; - }]; - - if (self.cancelled) { - [self.fileManager removeItemAtPath:destPath]; - return; - } - - self.finalPath = destPath; -} - -- (void)encode:(FIRCLSMultipartMimeStreamEncoder *)encoder - data:(NSData *)data - fromPath:(NSString *)path { - // must be non-nil and > 0 length - if ([path length] == 0) { - FIRCLSSDKLogError("Error: path is invalid\n"); - return; - } - - NSString *uploadPath = [path stringByAppendingPathExtension:@"gz"]; - NSString *fieldname = [path lastPathComponent]; - NSString *filename = [uploadPath lastPathComponent]; - NSString *mimeType = @"application/x-gzip"; - - // first, attempt to compress - if (![self compressData:data toPath:uploadPath]) { - FIRCLSSDKLogError("Error: compression failed for %s\n", [filename UTF8String]); - - // attempt the upload without compression - mimeType = @"text/plain"; - uploadPath = path; - } - - [encoder addFile:[NSURL fileURLWithPath:uploadPath] - fileName:filename - mimeType:mimeType - fieldName:fieldname]; -} - -@end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.m index 12ce601d6..03a7c1e9b 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.m @@ -12,15 +12,15 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSProcessReportOperation.h" +#import "Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.h" -#import "FIRCLSDemangleOperation.h" -#import "FIRCLSFile.h" -#import "FIRCLSInternalReport.h" -#import "FIRCLSSerializeSymbolicatedFramesOperation.h" -#import "FIRCLSSymbolResolver.h" -#import "FIRCLSSymbolicationOperation.h" -#import "FIRStackFrame_Private.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSFile.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSInternalReport.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.h" +#import "Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.h" +#import "Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.h" +#import "Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.h" +#import "Crashlytics/Crashlytics/Private/FIRStackFrame_Private.h" @implementation FIRCLSProcessReportOperation diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.h index b26b87cd7..0680153ad 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.h @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSThreadArrayOperation.h" +#import "Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.h" @interface FIRCLSDemangleOperation : FIRCLSThreadArrayOperation diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.mm b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.mm index 364a6ed6d..106a33cb4 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.mm +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.mm @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSDemangleOperation.h" -#include "FIRStackFrame_Private.h" +#include "Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.h" +#include "Crashlytics/Crashlytics/Private/FIRStackFrame_Private.h" #import diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.h index b73c67cdc..7ce245dbd 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.h @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSThreadArrayOperation.h" +#import "Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.h" @interface FIRCLSSerializeSymbolicatedFramesOperation : FIRCLSThreadArrayOperation diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.m index b8701d261..445b37cb0 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.m @@ -12,11 +12,11 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSSerializeSymbolicatedFramesOperation.h" +#import "Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.h" -#import "FIRCLSFile.h" -#import "FIRCLSLogger.h" -#import "FIRStackFrame_Private.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSFile.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Private/FIRStackFrame_Private.h" @implementation FIRCLSSerializeSymbolicatedFramesOperation diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.h index 7c63e20e9..2a26d6097 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.h @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSThreadArrayOperation.h" +#import "Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.h" @class FIRCLSSymbolResolver; diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.m index d15005bbe..a8111fd1f 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.m @@ -12,9 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSSymbolicationOperation.h" +#import "Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.h" -#import "FIRCLSSymbolResolver.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.h" @implementation FIRCLSSymbolicationOperation diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.m index 3f7509e7e..76f59d957 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.m @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSThreadArrayOperation.h" +#import "Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.h" @implementation FIRCLSThreadArrayOperation diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Private/FIRCLSExistingReportManager_Private.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Private/FIRCLSExistingReportManager_Private.h new file mode 100644 index 000000000..0c29e448e --- /dev/null +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Private/FIRCLSExistingReportManager_Private.h @@ -0,0 +1,33 @@ +// Copyright 2021 Google LLC +// +// 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. + +#ifndef FIRCLSExistingReportManager_Private_h +#define FIRCLSExistingReportManager_Private_h + +#import "Crashlytics/Crashlytics/Controllers/FIRCLSExistingReportManager.h" + +/** + * Visible for testing + */ +@interface FIRCLSExistingReportManager (Private) + +@property(nonatomic, strong) NSOperationQueue *operationQueue; + +@property(nonatomic, strong) NSArray *existingUnemptyActiveReportPaths; +@property(nonatomic, strong) NSArray *processingReportPaths; +@property(nonatomic, strong) NSArray *preparedReportPaths; + +@end + +#endif /* FIRCLSExistingReportManager_Private_h */ diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDownloadTask.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Private/FIRCrashlyticsReport_Private.h similarity index 51% rename from ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDownloadTask.h rename to ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Private/FIRCrashlyticsReport_Private.h index 314180f7d..cbf8a8137 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDownloadTask.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Private/FIRCrashlyticsReport_Private.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,20 +12,24 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSURLSessionAvailability.h" +#ifndef FIRCrashlyticsReport_Private_h +#define FIRCrashlyticsReport_Private_h -#if FIRCLSURLSESSION_REQUIRED +#import "Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlyticsReport.h" -#import "FIRCLSURLSessionDataTask.h" +NS_ASSUME_NONNULL_BEGIN -@protocol FIRCLSURLSessionDownloadDelegate; +/** + * Internal initializer because this object is created by the SDK. + **/ +@interface FIRCrashlyticsReport (Private) -@interface FIRCLSURLSessionDownloadTask : FIRCLSURLSessionDataTask { - void (^_downloadCompletionHandler)(NSURL *targetPath, NSURLResponse *response, NSError *error); - NSOutputStream *_outputStream; - NSURL *_targetURL; -} +- (instancetype)initWithInternalReport:(FIRCLSInternalReport *)internalReport; + +@property(nonatomic, strong) FIRCLSInternalReport *internalReport; @end -#endif +NS_ASSUME_NONNULL_END + +#endif /* FIRCrashlyticsReport_Private_h */ diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Private/FIRExceptionModel_Private.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Private/FIRExceptionModel_Private.h index 7cd161a95..cd0259b7f 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Private/FIRExceptionModel_Private.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Private/FIRExceptionModel_Private.h @@ -1,4 +1,4 @@ -// Copyright 2020 Google +// Copyright 2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ #import -#import "FIRExceptionModel.h" +#import "Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRExceptionModel.h" NS_ASSUME_NONNULL_BEGIN diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Private/FIRStackFrame_Private.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Private/FIRStackFrame_Private.h index d4c0a44c9..f55719e42 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Private/FIRStackFrame_Private.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Private/FIRStackFrame_Private.h @@ -1,4 +1,4 @@ -// Copyright 2020 Google +// Copyright 2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ #import -#import "FIRStackFrame.h" +#import "Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRStackFrame.h" NS_ASSUME_NONNULL_BEGIN diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FIRCrashlytics.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlytics.h similarity index 77% rename from ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FIRCrashlytics.h rename to ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlytics.h index 9f651537b..5aa03037e 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FIRCrashlytics.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlytics.h @@ -14,6 +14,7 @@ #import +#import "FIRCrashlyticsReport.h" #import "FIRExceptionModel.h" #if __has_include() @@ -83,6 +84,15 @@ NS_SWIFT_NAME(Crashlytics) */ - (void)setCustomValue:(id)value forKey:(NSString *)key; +/** + * Sets custom keys and values to be associated with subsequent fatal and non-fatal reports. + * The objects in the dictionary are converted to strings. This is + * typically done by calling "-[NSObject description]". + * + * @param keysAndValues The values to be associated with the corresponding keys + */ +- (void)setCustomKeysAndValues:(NSDictionary *)keysAndValues; + /** * Records a user ID (identifier) that's associated with subsequent fatal and non-fatal reports. * @@ -145,7 +155,7 @@ NS_SWIFT_NAME(Crashlytics) * * This method uses three ways to decide whether automatic data collection is enabled, * in order of priority: - * - If setCrashlyticsCollectionEnabled iscalled with a value, use it + * - If setCrashlyticsCollectionEnabled is called with a value, use it * - If the FirebaseCrashlyticsCollectionEnabled key is in your app's Info.plist, use it * - Otherwise, use the default isDataCollectionDefaultEnabled in FIRApp */ @@ -171,7 +181,35 @@ NS_SWIFT_NAME(Crashlytics) NS_SWIFT_NAME(checkForUnsentReports(completion:)); /** - * Enqueues any unsent reports on the device to upload to Crashlytics. + * Determines whether there are any unsent crash reports cached on the device, then calls the given + * callback with a CrashlyticsReport object that you can use to update the unsent report. + * CrashlyticsReports have a lot of the familiar Crashlytics methods like setting custom keys and + * logs. + * + * The callback only executes if automatic data collection is disabled. You can use + * the callback to get one-time consent from a user upon a crash, and then call + * sendUnsentReports or deleteUnsentReports, depending on whether or not the user gives consent. + * + * Disable automatic collection by: + * - Adding the FirebaseCrashlyticsCollectionEnabled: NO key to your App's Info.plist + * - Calling [[FIRCrashlytics crashlytics] setCrashlyticsCollectionEnabled:NO] in your app + * - Setting FIRApp's isDataCollectionDefaultEnabled to NO + * + * Not calling send/deleteUnsentReports will result in the report staying on disk, which means the + * same CrashlyticsReport can show up in multiple runs of the app. If you want avoid duplicates, + * ensure there was a crash on the last run of the app by checking the value of + * didCrashDuringPreviousExecution. + * + * @param completion The callback that's executed once Crashlytics finishes checking for unsent + * reports. The callback is called with the newest unsent Crashlytics Report, or nil if there are + * none cached on disk. + */ +- (void)checkAndUpdateUnsentReportsWithCompletion: + (void (^)(FIRCrashlyticsReport *_Nullable))completion + NS_SWIFT_NAME(checkAndUpdateUnsentReports(completion:)); + +/** + * Enqueues any unsent reports on the device to upload to Crashlytics. * * This method only applies if automatic data collection is disabled. * diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlyticsReport.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlyticsReport.h new file mode 100644 index 000000000..61c214c03 --- /dev/null +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlyticsReport.h @@ -0,0 +1,108 @@ +// Copyright 2021 Google LLC +// +// 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. + +#import + +NS_ASSUME_NONNULL_BEGIN + +/** + * The Firebase Crashlytics Report provides a way to read and write information + * to a past Crashlytics reports. A common use case is gathering end-user feedback + * on the next run of the app. + * + * The CrashlyticsReport should be modified before calling send/deleteUnsentReports. + */ +NS_SWIFT_NAME(CrashlyticsReport) +@interface FIRCrashlyticsReport : NSObject + +/** :nodoc: */ +- (instancetype)init NS_UNAVAILABLE; + +/** + * Returns the unique ID for the Crashlytics report. + */ +@property(nonatomic, readonly) NSString *reportID; + +/** + * Returns the date that the report was created. + */ +@property(nonatomic, readonly) NSDate *dateCreated; + +/** + * Returns true when one of the events in the Crashlytics report is a crash. + */ +@property(nonatomic, readonly) BOOL hasCrash; + +/** + * Adds logging that is sent with your crash data. The logging does not appear in the + * system.log and is only visible in the Crashlytics dashboard. + * + * @param msg Message to log + */ +- (void)log:(NSString *)msg; + +/** + * Adds logging that is sent with your crash data. The logging does not appear in the + * system.log and is only visible in the Crashlytics dashboard. + * + * @param format Format of string + * @param ... A comma-separated list of arguments to substitute into format + */ +- (void)logWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(1, 2); + +/** + * Adds logging that is sent with your crash data. The logging does not appear in the + * system.log and is only visible in the Crashlytics dashboard. + * + * @param format Format of string + * @param args Arguments to substitute into format + */ +- (void)logWithFormat:(NSString *)format + arguments:(va_list)args NS_SWIFT_NAME(log(format:arguments:)); + +/** + * Sets a custom key and value to be associated with subsequent fatal and non-fatal reports. + * When setting an object value, the object is converted to a string. This is + * typically done by calling "-[NSObject description]". + * + * @param value The value to be associated with the key + * @param key A unique key + */ +- (void)setCustomValue:(id)value forKey:(NSString *)key; + +/** + * Sets custom keys and values to be associated with subsequent fatal and non-fatal reports. + * The objects in the dictionary are converted to strings. This is + * typically done by calling "-[NSObject description]". + * + * @param keysAndValues The values to be associated with the corresponding keys + */ +- (void)setCustomKeysAndValues:(NSDictionary *)keysAndValues; + +/** + * Records a user ID (identifier) that's associated with subsequent fatal and non-fatal reports. + * + * If you want to associate a crash with a specific user, we recommend specifying an arbitrary + * string (e.g., a database, ID, hash, or other value that you can index and query, but is + * meaningless to a third-party observer). This allows you to facilitate responses for support + * requests and reach out to users for more information. + * + * @param userID An arbitrary user identifier string that associates a user to a record in your + * system. + */ +- (void)setUserID:(NSString *)userID; + +@end + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FIRExceptionModel.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRExceptionModel.h similarity index 98% rename from ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FIRExceptionModel.h rename to ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRExceptionModel.h index a0ee1579e..5458dcc14 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FIRExceptionModel.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRExceptionModel.h @@ -1,4 +1,4 @@ -// Copyright 2020 Google +// Copyright 2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FIRStackFrame.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRStackFrame.h similarity index 79% rename from ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FIRStackFrame.h rename to ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRStackFrame.h index ef9746fbb..5a9289a10 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FIRStackFrame.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRStackFrame.h @@ -1,4 +1,4 @@ -// Copyright 2020 Google +// Copyright 2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -36,6 +36,16 @@ NS_SWIFT_NAME(StackFrame) */ - (instancetype)initWithSymbol:(NSString *)symbol file:(NSString *)file line:(NSInteger)line; +/** + * Creates a symbolicated Stack Frame from an address. The address will be + * symbolicated in the Crashlytics backend for the customer and reported in the + * Crahslytics dashboard with the appropriate file name and line number. If an + * invalid address is provided it will appear in the dashboard as missing. + * + * @param address - the address where the exception occurred + */ ++ (instancetype)stackFrameWithAddress:(NSUInteger)address; + /** * Creates a symbolicated Stack Frame with the given required fields. Symbolicated * Stack Frames will appear in the Crashlytics dashboard as reported in these fields. * diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FirebaseCrashlytics.h similarity index 95% rename from ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics.h rename to ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FirebaseCrashlytics.h index 9022811ba..280ab8112 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FirebaseCrashlytics.h @@ -15,5 +15,6 @@ */ #import "FIRCrashlytics.h" +#import "FIRCrashlyticsReport.h" #import "FIRExceptionModel.h" #import "FIRStackFrame.h" diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/FIRCLSSettingsOnboardingManager.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/FIRCLSSettingsManager.h similarity index 79% rename from ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/FIRCLSSettingsOnboardingManager.h rename to ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/FIRCLSSettingsManager.h index 2708d0952..8a44c8fcd 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/FIRCLSSettingsOnboardingManager.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/FIRCLSSettingsManager.h @@ -29,10 +29,9 @@ NS_ASSUME_NONNULL_BEGIN /** - * Use this class to retrieve remote settings for the application from crashlytics backend, and - * onboard the application on the server. + * Use this class to retrieve remote settings for the application from crashlytics backend. */ -@interface FIRCLSSettingsOnboardingManager : NSObject +@interface FIRCLSSettingsManager : NSObject /** * Designated Initializer. @@ -46,13 +45,12 @@ NS_ASSUME_NONNULL_BEGIN + (instancetype)new NS_UNAVAILABLE; /** - * This method kicks off downloading settings and onboarding for the app. + * This method kicks off downloading settings for the app. * @param googleAppID (required) GMP id for the app. * @param token (required) Data collection token signifying we can make network calls */ -- (void)beginSettingsAndOnboardingWithGoogleAppId:(NSString *)googleAppID - token:(FIRCLSDataCollectionToken *)token - waitForCompletion:(BOOL)waitForCompletion; +- (void)beginSettingsWithGoogleAppId:(NSString *)googleAppID + token:(FIRCLSDataCollectionToken *)token; @end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/FIRCLSSettingsManager.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/FIRCLSSettingsManager.m new file mode 100644 index 000000000..365544218 --- /dev/null +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/FIRCLSSettingsManager.m @@ -0,0 +1,157 @@ +// Copyright 2019 Google +// +// 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. + +#import "Crashlytics/Crashlytics/Settings/FIRCLSSettingsManager.h" + +#import "Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSFileManager.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSSettings.h" +#import "Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.h" +#import "Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.h" +#import "Crashlytics/Shared/FIRCLSConstants.h" +#import "Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.h" +#import "Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.h" + +@interface FIRCLSSettingsManager () + +@property(nonatomic, strong) FIRCLSApplicationIdentifierModel *appIDModel; +@property(nonatomic, strong) FIRCLSInstallIdentifierModel *installIDModel; + +@property(nonatomic, strong) FIRCLSSettings *settings; + +@property(nonatomic, strong) FIRCLSFileManager *fileManager; + +@property(nonatomic) NSDictionary *configuration; +@property(nonatomic) NSDictionary *defaultConfiguration; +@property(nonatomic, copy) NSString *googleAppID; +@property(nonatomic, copy) NSDictionary *kitVersionsByKitBundleIdentifier; +@property(nonatomic, readonly) FIRCLSFABNetworkClient *networkClient; + +@end + +@implementation FIRCLSSettingsManager + +- (instancetype)initWithAppIDModel:(FIRCLSApplicationIdentifierModel *)appIDModel + installIDModel:(FIRCLSInstallIdentifierModel *)installIDModel + settings:(FIRCLSSettings *)settings + fileManager:(FIRCLSFileManager *)fileManager + googleAppID:(NSString *)googleAppID { + self = [super init]; + if (!self) { + return nil; + } + + _appIDModel = appIDModel; + _installIDModel = installIDModel; + _settings = settings; + _fileManager = fileManager; + _googleAppID = googleAppID; + + _networkClient = [[FIRCLSFABNetworkClient alloc] initWithQueue:nil]; + + return self; +} + +- (void)beginSettingsWithGoogleAppId:(NSString *)googleAppID + token:(FIRCLSDataCollectionToken *)token { + NSParameterAssert(googleAppID); + + self.googleAppID = googleAppID; + + // This map helps us determine what versions of the SDK + // are out there. We're keeping the Fabric value in there for + // backwards compatibility + // TODO(b/141747635) + self.kitVersionsByKitBundleIdentifier = @{ + FIRCLSApplicationGetSDKBundleID() : FIRCLSSDKVersion(), + }; + + [self beginSettingsDownload:token]; +} + +#pragma mark Helper methods + +/** + * Makes a settings download request. If the request fails, the error is handled silently (with a + * log statement). + */ +- (void)beginSettingsDownload:(FIRCLSDataCollectionToken *)token { + FIRCLSDownloadAndSaveSettingsOperation *operation = nil; + operation = [[FIRCLSDownloadAndSaveSettingsOperation alloc] + initWithGoogleAppID:self.googleAppID + delegate:self + settingsURL:self.settingsURL + settingsDirectoryPath:self.fileManager.settingsDirectoryPath + settingsFilePath:self.fileManager.settingsFilePath + installIDModel:self.installIDModel + networkClient:self.networkClient + token:token]; + + [operation startWithToken:token]; +} + +- (void)finishNetworkingSession { + [self.networkClient invalidateAndCancel]; +} + +#pragma mark FIRCLSDownloadAndSaveSettingsOperationDelegate methods + +- (void)operation:(FIRCLSDownloadAndSaveSettingsOperation *)operation + didDownloadAndSaveSettingsWithError:(nullable NSError *)error { + if (error) { + NSString *message = @"Failed to download settings."; + if (error.userInfo && [error.userInfo objectForKey:@"status_code"] && + [[error.userInfo objectForKey:@"status_code"] + isEqualToNumber:[NSNumber numberWithInt:404]]) { + NSString *debugHint = @"If this is your first time launching the app, make sure you have " + @"enabled Crashlytics in the Firebase Console."; + message = [NSString stringWithFormat:@"%@ %@", message, debugHint]; + } + FIRCLSErrorLog(@"%@ %@", message, error); + [self finishNetworkingSession]; + return; + } + + FIRCLSDebugLog(@"Settings downloaded successfully"); + + NSTimeInterval currentTimestamp = [NSDate timeIntervalSinceReferenceDate]; + [self.settings cacheSettingsWithGoogleAppID:self.googleAppID currentTimestamp:currentTimestamp]; + + // we're all set! + [self finishNetworkingSession]; +} + +- (NSURL *)settingsURL { + // GET + // /spi/v2/platforms/:platform/apps/:identifier/settings?build_version=1234&display_version=abc&instance=xyz&source=1 + FIRCLSURLBuilder *url = [FIRCLSURLBuilder URLWithBase:FIRCLSSettingsEndpoint]; + + [url appendComponent:@"/spi/v2/platforms/"]; + [url escapeAndAppendComponent:self.appIDModel.platform]; + [url appendComponent:@"/gmp/"]; + [url escapeAndAppendComponent:self.googleAppID]; + [url appendComponent:@"/settings"]; + + [url appendValue:self.appIDModel.buildVersion forQueryParam:@"build_version"]; + [url appendValue:self.appIDModel.displayVersion forQueryParam:@"display_version"]; + [url appendValue:self.appIDModel.buildInstanceID forQueryParam:@"instance"]; + [url appendValue:@(self.appIDModel.installSource) forQueryParam:@"source"]; + // TODO: find the right param name for KitVersions and add them here + return url.URL; +} + +@end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/FIRCLSSettingsOnboardingManager.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/FIRCLSSettingsOnboardingManager.m deleted file mode 100644 index c820d2dcb..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/FIRCLSSettingsOnboardingManager.m +++ /dev/null @@ -1,243 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import "FIRCLSSettingsOnboardingManager.h" - -#import "FIRCLSApplicationIdentifierModel.h" -#import "FIRCLSConstants.h" -#import "FIRCLSDataCollectionToken.h" -#import "FIRCLSDefines.h" -#import "FIRCLSDownloadAndSaveSettingsOperation.h" -#import "FIRCLSFABNetworkClient.h" -#import "FIRCLSFileManager.h" -#import "FIRCLSInstallIdentifierModel.h" -#import "FIRCLSLogger.h" -#import "FIRCLSOnboardingOperation.h" -#import "FIRCLSSettings.h" -#import "FIRCLSURLBuilder.h" - -@interface FIRCLSSettingsOnboardingManager () - -@property(nonatomic, strong) FIRCLSApplicationIdentifierModel *appIDModel; -@property(nonatomic, strong) FIRCLSInstallIdentifierModel *installIDModel; - -@property(nonatomic, strong) FIRCLSSettings *settings; - -@property(nonatomic, nullable, strong) FIRCLSOnboardingOperation *onboardingOperation; -@property(nonatomic, strong) FIRCLSFileManager *fileManager; - -// set to YES once onboarding call has been made. -@property(nonatomic) BOOL hasAttemptedAppConfigure; - -@property(nonatomic) NSDictionary *configuration; -@property(nonatomic) NSDictionary *defaultConfiguration; -@property(nonatomic, copy) NSString *googleAppID; -@property(nonatomic, copy) NSDictionary *kitVersionsByKitBundleIdentifier; -@property(nonatomic, readonly) FIRCLSFABNetworkClient *networkClient; - -@end - -@implementation FIRCLSSettingsOnboardingManager - -- (instancetype)initWithAppIDModel:(FIRCLSApplicationIdentifierModel *)appIDModel - installIDModel:(FIRCLSInstallIdentifierModel *)installIDModel - settings:(FIRCLSSettings *)settings - fileManager:(FIRCLSFileManager *)fileManager - googleAppID:(NSString *)googleAppID { - self = [super init]; - if (!self) { - return nil; - } - - _appIDModel = appIDModel; - _installIDModel = installIDModel; - _settings = settings; - _fileManager = fileManager; - _googleAppID = googleAppID; - - _networkClient = [[FIRCLSFABNetworkClient alloc] initWithQueue:nil]; - - return self; -} - -- (void)beginSettingsAndOnboardingWithGoogleAppId:(NSString *)googleAppID - token:(FIRCLSDataCollectionToken *)token - waitForCompletion:(BOOL)waitForCompletion { - NSParameterAssert(googleAppID); - - self.googleAppID = googleAppID; - - // This map helps us determine what versions of the SDK - // are out there. We're keeping the Fabric value in there for - // backwards compatibility - // TODO(b/141747635) - self.kitVersionsByKitBundleIdentifier = @{ - FIRCLSApplicationGetSDKBundleID() : @CLS_SDK_DISPLAY_VERSION, - }; - - [self beginSettingsDownload:token waitForCompletion:waitForCompletion]; -} - -#pragma mark Helper methods - -/** - * Makes a settings download request. If the request fails, the error is handled silently(with a log - * statement). If the server response indicates onboarding is needed, an onboarding request is sent - * to the server. If the onboarding request fails, the error is handled silently(with a log - * statement). - */ -- (void)beginSettingsDownload:(FIRCLSDataCollectionToken *)token - waitForCompletion:(BOOL)waitForCompletion { - dispatch_semaphore_t semaphore = dispatch_semaphore_create(0); - - FIRCLSDownloadAndSaveSettingsOperation *operation = nil; - operation = [[FIRCLSDownloadAndSaveSettingsOperation alloc] - initWithGoogleAppID:self.googleAppID - delegate:self - settingsURL:self.settingsURL - settingsDirectoryPath:self.fileManager.settingsDirectoryPath - settingsFilePath:self.fileManager.settingsFilePath - installIDModel:self.installIDModel - networkClient:self.networkClient - token:token]; - - if (waitForCompletion) { - operation.asyncCompletion = ^(NSError *error) { - dispatch_semaphore_signal(semaphore); - }; - } - - [operation startWithToken:token]; - - if (waitForCompletion) { - dispatch_semaphore_wait(semaphore, DISPATCH_TIME_FOREVER); - } -} - -- (void)beginOnboarding:(BOOL)appCreate - endpointString:(NSString *)endpoint - token:(FIRCLSDataCollectionToken *)token { - [self.onboardingOperation cancel]; - - self.onboardingOperation = - [[FIRCLSOnboardingOperation alloc] initWithDelegate:self - shouldCreate:appCreate - googleAppID:self.googleAppID - kitVersionsByKitBundleIdentifier:self.kitVersionsByKitBundleIdentifier - appIdentifierModel:self.appIDModel - endpointString:endpoint - networkClient:self.networkClient - token:token - settings:self.settings]; - - [self.onboardingOperation startWithToken:token]; -} - -- (void)finishNetworkingSession { - [self.networkClient invalidateAndCancel]; -} - -#pragma mark FIRCLSOnboardingOperationDelegate methods - -- (void)onboardingOperation:(FIRCLSOnboardingOperation *)operation - didCompleteAppCreationWithError:(nullable NSError *)error { - if (error) { - FIRCLSErrorLog(@"Unable to complete application configure: %@", error); - [self finishNetworkingSession]; - return; - } - self.onboardingOperation = nil; - FIRCLSDebugLog(@"Completed configure"); - - // now, go get settings, as they can change (and it completes the onboarding process) - [self beginSettingsDownload:operation.token waitForCompletion:NO]; -} - -- (void)onboardingOperation:(FIRCLSOnboardingOperation *)operation - didCompleteAppUpdateWithError:(nullable NSError *)error { - [self finishNetworkingSession]; - if (error) { - FIRCLSErrorLog(@"Unable to complete application update: %@", error); - return; - } - self.onboardingOperation = nil; - FIRCLSDebugLog(@"Completed application update"); -} - -#pragma mark FIRCLSDownloadAndSaveSettingsOperationDelegate methods - -- (void)operation:(FIRCLSDownloadAndSaveSettingsOperation *)operation - didDownloadAndSaveSettingsWithError:(nullable NSError *)error { - if (error) { - FIRCLSErrorLog(@"Failed to download settings %@", error); - [self finishNetworkingSession]; - return; - } - - FIRCLSDebugLog(@"Settings downloaded successfully"); - - NSTimeInterval currentTimestamp = [NSDate timeIntervalSinceReferenceDate]; - [self.settings cacheSettingsWithGoogleAppID:self.googleAppID currentTimestamp:currentTimestamp]; - - // only try this once - if (self.hasAttemptedAppConfigure) { - FIRCLSDebugLog(@"App already onboarded in this run of the app"); - [self finishNetworkingSession]; - return; - } - - // Onboarding is still needed in Firebase, here are the backend app states - - // 1. When the app is created in the Firebase console, app state: built (client settings call - // returns app status: new) - // 2. After onboarding call is made, app state: build_configured - // 3. Another settings call is triggered after onboarding, app state: activated - if ([self.settings appNeedsOnboarding]) { - FIRCLSDebugLog(@"Starting onboarding with app create"); - self.hasAttemptedAppConfigure = YES; - [self beginOnboarding:YES endpointString:FIRCLSConfigureEndpoint token:operation.token]; - return; - } - - if ([self.settings appUpdateRequired]) { - FIRCLSDebugLog(@"Starting onboarding with app update"); - self.hasAttemptedAppConfigure = YES; - [self beginOnboarding:NO endpointString:FIRCLSConfigureEndpoint token:operation.token]; - return; - } - - // we're all set! - [self finishNetworkingSession]; -} - -- (NSURL *)settingsURL { - // GET - // /spi/v2/platforms/:platform/apps/:identifier/settings?build_version=1234&display_version=abc&instance=xyz&source=1 - FIRCLSURLBuilder *url = [FIRCLSURLBuilder URLWithBase:FIRCLSSettingsEndpoint]; - - [url appendComponent:@"/spi/v2/platforms/"]; - [url escapeAndAppendComponent:self.appIDModel.platform]; - [url appendComponent:@"/gmp/"]; - [url escapeAndAppendComponent:self.googleAppID]; - [url appendComponent:@"/settings"]; - - [url appendValue:self.appIDModel.buildVersion forQueryParam:@"build_version"]; - [url appendValue:self.appIDModel.displayVersion forQueryParam:@"display_version"]; - [url appendValue:self.appIDModel.buildInstanceID forQueryParam:@"instance"]; - [url appendValue:@(self.appIDModel.installSource) forQueryParam:@"source"]; - // TODO: find the right param name for KitVersions and add them here - return url.URL; -} - -@end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.h index 3bc75630b..7b40ec73b 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.h @@ -14,7 +14,7 @@ #import -#import "FIRCLSApplication.h" +#import "Crashlytics/Crashlytics/Components/FIRCLSApplication.h" NS_ASSUME_NONNULL_BEGIN diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.m index 3429df4d8..59fafef0a 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.m @@ -12,13 +12,13 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSApplicationIdentifierModel.h" +#import "Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.h" -#import "FIRCLSApplication.h" -#import "FIRCLSByteUtility.h" -#import "FIRCLSDefines.h" -#import "FIRCLSMachO.h" -#import "FIRCLSUUID.h" +#import "Crashlytics/Crashlytics/Components/FIRCLSApplication.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h" +#import "Crashlytics/Shared/FIRCLSByteUtility.h" +#import "Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.h" +#import "Crashlytics/Shared/FIRCLSUUID.h" @interface FIRCLSApplicationIdentifierModel () diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.h index 318089ff9..af14e465a 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.h @@ -13,7 +13,7 @@ // limitations under the License. #import -#import "FIRCLSNetworkOperation.h" +#import "Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.h" @class FIRCLSDownloadAndSaveSettingsOperation; @class FIRCLSFABNetworkClient; diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.m index 9d32f9150..3eb6b0397 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.m @@ -12,13 +12,13 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSDownloadAndSaveSettingsOperation.h" +#import "Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.h" -#import "FIRCLSConstants.h" -#import "FIRCLSFABHost.h" -#import "FIRCLSFABNetworkClient.h" -#import "FIRCLSInstallIdentifierModel.h" -#import "FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.h" +#import "Crashlytics/Shared/FIRCLSConstants.h" +#import "Crashlytics/Shared/FIRCLSFABHost.h" +#import "Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.h" @interface FIRCLSDownloadAndSaveSettingsOperation () @@ -88,7 +88,7 @@ forHTTPHeaderField:@"X-Crashlytics-OS-Build-Version"]; [request setValue:FIRCLSHostOSDisplayVersion() forHTTPHeaderField:@"X-Crashlytics-OS-Display-Version"]; - [request setValue:FIRCLSVersion forHTTPHeaderField:@"X-Crashlytics-API-Client-Version"]; + [request setValue:FIRCLSSDKVersion() forHTTPHeaderField:@"X-Crashlytics-API-Client-Version"]; return request; } diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.h index a449903f7..405f6edfd 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.h @@ -13,7 +13,7 @@ // limitations under the License. #import -#import "FIRCLSOperation.h" +#import "Crashlytics/Shared/FIRCLSOperation/FIRCLSOperation.h" NS_ASSUME_NONNULL_BEGIN diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.m index 52b77c19c..212912012 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.m @@ -12,13 +12,13 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSNetworkOperation.h" +#import "Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.h" -#import "FIRCLSApplication.h" -#import "FIRCLSConstants.h" -#import "FIRCLSDataCollectionToken.h" -#import "FIRCLSDefines.h" -#import "FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Components/FIRCLSApplication.h" +#import "Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h" +#import "Crashlytics/Shared/FIRCLSConstants.h" @interface FIRCLSNetworkOperation () @@ -44,7 +44,7 @@ } - (void)startWithToken:(FIRCLSDataCollectionToken *)token { - // Settings and Onboarding are considered data collection, so we must only + // Settings is considered data collection, so we must only // call this with a valid token if (![token isValid]) { FIRCLSErrorLog(@"Skipping network operation with invalid data collection token"); @@ -74,7 +74,7 @@ [request setValue:FIRCLSDeveloperToken forHTTPHeaderField:FIRCLSNetworkCrashlyticsDeveloperToken]; [request setValue:FIRCLSApplicationGetSDKBundleID() forHTTPHeaderField:FIRCLSNetworkCrashlyticsAPIClientId]; - [request setValue:FIRCLSVersion + [request setValue:FIRCLSSDKVersion() forHTTPHeaderField:FIRCLSNetworkCrashlyticsAPIClientDisplayVersion]; [request setValue:self.googleAppID forHTTPHeaderField:FIRCLSNetworkCrashlyticsGoogleAppId]; @@ -82,7 +82,8 @@ } - (NSString *)userAgentString { - return [NSString stringWithFormat:@"%@/%@", FIRCLSApplicationGetSDKBundleID(), FIRCLSVersion]; + return + [NSString stringWithFormat:@"%@/%@", FIRCLSApplicationGetSDKBundleID(), FIRCLSSDKVersion()]; } - (NSString *)localeIdentifier { diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSOnboardingOperation.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSOnboardingOperation.h deleted file mode 100644 index 14d56ed64..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSOnboardingOperation.h +++ /dev/null @@ -1,84 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import -#import "FIRCLSApplicationIdentifierModel.h" -#import "FIRCLSDataCollectionToken.h" -#import "FIRCLSNetworkOperation.h" - -NS_ASSUME_NONNULL_BEGIN - -extern NSString *const FIRCLSOnboardingErrorDomain; - -@class FIRCLSOnboardingOperation; -@class FIRCLSFABNetworkClient; -@class FIRCLSSettings; - -/** - * This is the protocol that a delegate of FIRCLSOnboardingOperation should follow. - */ -@protocol FIRCLSOnboardingOperationDelegate -@required - -/** - * This callback is for the delegate to know that app update has completed with/without an error. - */ -- (void)onboardingOperation:(FIRCLSOnboardingOperation *)operation - didCompleteAppUpdateWithError:(nullable NSError *)error; -/** - * This callback is for the delegate to know that app creation has completed with/without an error. - */ -- (void)onboardingOperation:(FIRCLSOnboardingOperation *)operation - didCompleteAppCreationWithError:(nullable NSError *)error; - -@end - -/** - * This class onboards the app, by making request to the backend servers. - */ -@interface FIRCLSOnboardingOperation : FIRCLSNetworkOperation - -/** - * When an error occurs during this operation, it is made available in this property. - */ -@property(nonatomic, readonly) NSError *error; - -- (instancetype)initWithGoogleAppID:(NSString *)googleAppID - token:(FIRCLSDataCollectionToken *)token NS_UNAVAILABLE; - -/** - * Designated initializer. - * @param delegate may be nil. Gets callbacks when app creation or updation succeeds or gets errored - * out. - * @param googleAppID must NOT be nil. - * @param kitVersionsByKitBundleIdentifier may be nil. Maps Kit bundle identifier to kit version - * being used in the app. - * @param appIdentifierModel must NOT be nil. Used to get information required in the onboarding - * network call. - * @param appEndPoint must NOT be nil. Endpoint which needs to be hit with the onboarding request. - * @param settings which are used to fetch the organization identifier. - */ -- (instancetype)initWithDelegate:(id)delegate - shouldCreate:(BOOL)shouldCreate - googleAppID:(NSString *)googleAppID - kitVersionsByKitBundleIdentifier:(NSDictionary *)kitVersionsByKitBundleIdentifier - appIdentifierModel:(FIRCLSApplicationIdentifierModel *)appIdentifierModel - endpointString:(NSString *)appEndPoint - networkClient:(FIRCLSFABNetworkClient *)networkClient - token:(FIRCLSDataCollectionToken *)token - settings:(FIRCLSSettings *)settings NS_DESIGNATED_INITIALIZER; - -@end - -NS_ASSUME_NONNULL_END diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSOnboardingOperation.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSOnboardingOperation.m deleted file mode 100644 index ce2e58b5c..000000000 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSOnboardingOperation.m +++ /dev/null @@ -1,208 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import "FIRCLSOnboardingOperation.h" - -#import "FIRCLSByteUtility.h" -#import "FIRCLSConstants.h" -#import "FIRCLSFABNetworkClient.h" -#import "FIRCLSLogger.h" -#import "FIRCLSMachO.h" -#import "FIRCLSMultipartMimeStreamEncoder.h" -#import "FIRCLSSettings.h" -#import "FIRCLSURLBuilder.h" - -// The SPIv1/v2 onboarding flow looks something like this: -// - get settings -// - settings says we're good, nothing to do -// - settings says update -// - do an update -// - settings says new -// - do a create -// - get settings again (and do *not* take action after that) - -NSString *const FIRCLSOnboardingErrorDomain = @"FIRCLSOnboardingErrorDomain"; - -typedef NS_ENUM(NSInteger, FIRCLSOnboardingError) { - FIRCLSOnboardingErrorMultipartMimeConfiguration -}; - -@interface FIRCLSOnboardingOperation () - -@property(nonatomic) BOOL shouldCreate; -@property(nonatomic, readonly) FIRCLSApplicationIdentifierModel *appIdentifierModel; -@property(nonatomic, readonly) NSString *appEndpoint; -@property(nonatomic, readonly, unsafe_unretained) id delegate; -@property(nonatomic, weak, readonly) FIRCLSFABNetworkClient *networkClient; -@property(nonatomic, readonly) NSDictionary *kitVersionsByKitBundleIdentifier; -@property(nonatomic, readonly) FIRCLSSettings *settings; -@end - -@implementation FIRCLSOnboardingOperation - -#pragma mark lifecycle methods - -- (instancetype)initWithDelegate:(id)delegate - shouldCreate:(BOOL)shouldCreate - googleAppID:(NSString *)googleAppID - kitVersionsByKitBundleIdentifier:(NSDictionary *)kitVersionsByKitBundleIdentifier - appIdentifierModel:(FIRCLSApplicationIdentifierModel *)appIdentifierModel - endpointString:(NSString *)appEndPoint - networkClient:(FIRCLSFABNetworkClient *)networkClient - token:(FIRCLSDataCollectionToken *)token - settings:(FIRCLSSettings *)settings { - NSParameterAssert(appIdentifierModel); - NSParameterAssert(appEndPoint); - - self = [super initWithGoogleAppID:googleAppID token:token]; - if (self) { - _shouldCreate = shouldCreate; - _delegate = delegate; - _appIdentifierModel = appIdentifierModel; - _appEndpoint = appEndPoint; - _networkClient = networkClient; - _kitVersionsByKitBundleIdentifier = kitVersionsByKitBundleIdentifier.copy; - _settings = settings; - } - return self; -} - -- (void)main { - [self beginAppConfigure]; -} - -- (void)beginAppConfigure { - NSOutputStream *stream = [[NSOutputStream alloc] initToMemory]; - NSString *boundary = [FIRCLSMultipartMimeStreamEncoder generateBoundary]; - - FIRCLSMultipartMimeStreamEncoder *encoder = - [FIRCLSMultipartMimeStreamEncoder encoderWithStream:stream andBoundary:boundary]; - if (!encoder) { - FIRCLSErrorLog(@"Configure failed during onboarding"); - [self finishWithError:[self errorForCode:FIRCLSOnboardingErrorMultipartMimeConfiguration - userInfo:@{ - NSLocalizedDescriptionKey : @"Multipart mime encoder was nil" - }]]; - return; - } - - NSString *orgID = [self.settings orgID]; - if (!orgID) { - FIRCLSErrorLog(@"Could not onboard app with missing Organization ID"); - [self finishWithError:[self errorForCode:FIRCLSOnboardingErrorMultipartMimeConfiguration - userInfo:@{ - NSLocalizedDescriptionKey : @"Organization ID was nil" - }]]; - return; - } - - [encoder encode:^{ - [encoder addValue:orgID fieldName:@"org_id"]; - - [encoder addValue:self.settings.fetchedBundleID fieldName:@"app[identifier]"]; - [encoder addValue:self.appIdentifierModel.buildInstanceID - fieldName:@"app[instance_identifier]"]; - [encoder addValue:self.appIdentifierModel.displayName fieldName:@"app[name]"]; - [encoder addValue:self.appIdentifierModel.buildVersion fieldName:@"app[build_version]"]; - [encoder addValue:self.appIdentifierModel.displayVersion fieldName:@"app[display_version]"]; - [encoder addValue:@(self.appIdentifierModel.installSource) fieldName:@"app[source]"]; - [encoder addValue:self.appIdentifierModel.minimumSDKString - fieldName:@"app[minimum_sdk_version]"]; - [encoder addValue:self.appIdentifierModel.builtSDKString fieldName:@"app[built_sdk_version]"]; - [self.kitVersionsByKitBundleIdentifier - enumerateKeysAndObjectsUsingBlock:^(id key, id obj, BOOL *stop) { - NSString *formKey = [NSString stringWithFormat:@"%@[%@]", @"app[build][libraries]", key]; - [encoder addValue:obj fieldName:formKey]; - }]; - - [self.appIdentifierModel.architectureUUIDMap - enumerateKeysAndObjectsUsingBlock:^(id key, id obj, BOOL *stop) { - [encoder addValue:key fieldName:@"app[slices][][arch]"]; - [encoder addValue:obj fieldName:@"app[slices][][uuid]"]; - }]; - }]; - - NSMutableURLRequest *request = [self onboardingRequestForAppCreate:self.shouldCreate]; - [request setValue:orgID forHTTPHeaderField:FIRCLSNetworkCrashlyticsOrgId]; - - [request setValue:encoder.contentTypeHTTPHeaderValue forHTTPHeaderField:@"Content-Type"]; - [request setValue:encoder.contentLengthHTTPHeaderValue forHTTPHeaderField:@"Content-Length"]; - [request setHTTPBody:[stream propertyForKey:NSStreamDataWrittenToMemoryStreamKey]]; - - // Retry only when onboarding an app for the first time, otherwise it'll overwhelm our servers - NSUInteger retryLimit = self.shouldCreate ? 10 : 1; - - [self.networkClient - startDataTaskWithRequest:request - retryLimit:retryLimit - completionHandler:^(NSData *data, NSURLResponse *response, NSError *error) { - self->_error = error; - if (!self.shouldCreate) { - [self.delegate onboardingOperation:self didCompleteAppUpdateWithError:error]; - } else { - [self.delegate onboardingOperation:self didCompleteAppCreationWithError:error]; - } - [self finishWithError:error]; - }]; -} - -#pragma mark private methods - -- (NSError *)errorForCode:(NSUInteger)code userInfo:(NSDictionary *)userInfo { - return [NSError errorWithDomain:FIRCLSOnboardingErrorDomain code:code userInfo:userInfo]; -} - -- (NSURL *)appCreateURL { - // https://update.crashlytics.com/spi/v1/platforms/mac/apps/com.crashlytics.mac - - FIRCLSURLBuilder *url = [FIRCLSURLBuilder URLWithBase:self.appEndpoint]; - - [url appendComponent:@"/spi/v1/platforms/"]; - [url escapeAndAppendComponent:self.appIdentifierModel.platform]; - [url appendComponent:@"/apps"]; - - return url.URL; -} - -- (NSURL *)appUpdateURL { - // https://update.crashlytics.com/spi/v1/platforms/mac/apps/com.crashlytics.mac - - FIRCLSURLBuilder *url = [FIRCLSURLBuilder URLWithBase:[self appEndpoint]]; - - [url appendComponent:@"/spi/v1/platforms/"]; - [url escapeAndAppendComponent:self.appIdentifierModel.platform]; - [url appendComponent:@"/apps/"]; - [url escapeAndAppendComponent:self.settings.fetchedBundleID]; - - return url.URL; -} - -- (NSMutableURLRequest *)onboardingRequestForAppCreate:(BOOL)shouldCreate { - const NSTimeInterval timeout = 10.0; - NSURL *url = nil; - NSString *httpVerb = nil; - if (shouldCreate) { - httpVerb = @"POST"; - url = self.appCreateURL; - } else { - httpVerb = @"PUT"; - url = self.appUpdateURL; - } - NSMutableURLRequest *request = [self mutableRequestWithDefaultHTTPHeadersForURL:url - timeout:timeout]; - request.HTTPMethod = httpVerb; - return request; -} - -@end diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.c b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.c index 1875f9812..efd254260 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.c +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.c @@ -12,13 +12,13 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSCompactUnwind_Private.h" -#include "FIRCLSDataParsing.h" -#include "FIRCLSDefines.h" -#include "FIRCLSDwarfUnwind.h" -#include "FIRCLSFeatures.h" -#include "FIRCLSUnwind.h" -#include "FIRCLSUtility.h" +#include "Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind_Private.h" +#include "Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h" +#include "Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" #include diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.h index 1698e7585..a4698e72a 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.h @@ -17,8 +17,8 @@ #include #include -#include "FIRCLSFeatures.h" -#include "FIRCLSThreadState.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.h" // We have to pack the arrays defined in this header, so // we can reason about pointer math. diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind_Private.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind_Private.h index 1dd01562f..b918198bf 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind_Private.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind_Private.h @@ -14,7 +14,7 @@ #pragma once -#include "FIRCLSCompactUnwind.h" +#include "Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.h" #pragma pack(push, 1) #include #pragma pack(pop) diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.c b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.c index 871fd3007..2bb37c1b7 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.c +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.c @@ -12,10 +12,10 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSDataParsing.h" -#include "FIRCLSDefines.h" -#include "FIRCLSUtility.h" -#include "dwarf.h" +#include "Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" +#include "Crashlytics/third_party/libunwind/dwarf.h" #include diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.h index 8a6e96617..0158cc95d 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.h @@ -16,7 +16,7 @@ #include -#include "FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" #if CLS_DWARF_UNWINDING_SUPPORTED diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.c b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.c index ea308f13a..ef975feeb 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.c +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.c @@ -12,13 +12,13 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSDwarfExpressionMachine.h" -#include "FIRCLSDataParsing.h" -#include "FIRCLSDefines.h" -#include "FIRCLSDwarfUnwindRegisters.h" -#include "FIRCLSUnwind_arch.h" -#include "FIRCLSUtility.h" -#include "dwarf.h" +#include "Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.h" +#include "Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h" +#include "Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwindRegisters.h" +#include "Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arch.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" +#include "Crashlytics/third_party/libunwind/dwarf.h" #if CLS_DWARF_UNWINDING_SUPPORTED diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.h index 7dd70f847..2fb46288f 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.h @@ -17,8 +17,8 @@ #include #include -#include "FIRCLSFeatures.h" -#include "FIRCLSThreadState.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.h" #define CLS_DWARF_EXPRESSION_STACK_SIZE (100) diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.c b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.c index 665e8aaa9..5b15a358f 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.c +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.c @@ -12,14 +12,14 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSDwarfUnwind.h" -#include "FIRCLSDataParsing.h" -#include "FIRCLSDefines.h" -#include "FIRCLSDwarfExpressionMachine.h" -#include "FIRCLSFeatures.h" -#include "FIRCLSUnwind_arch.h" -#include "FIRCLSUtility.h" -#include "dwarf.h" +#include "Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.h" +#include "Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h" +#include "Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arch.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" +#include "Crashlytics/third_party/libunwind/dwarf.h" #include diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.h index bbb28805b..dca84a0c4 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.h @@ -18,8 +18,8 @@ #include #include -#include "FIRCLSDwarfUnwindRegisters.h" -#include "FIRCLSThreadState.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.h" +#include "Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwindRegisters.h" #if CLS_DWARF_UNWINDING_SUPPORTED diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwindRegisters.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwindRegisters.h index 1e3739692..7e015cf4e 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwindRegisters.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwindRegisters.h @@ -16,7 +16,7 @@ #include -#include "FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" #if CLS_CPU_X86_64 enum { diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.c b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.c index 7961071d2..f08191897 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.c +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.c @@ -12,12 +12,12 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSUnwind.h" -#include "FIRCLSBinaryImage.h" -#include "FIRCLSCompactUnwind.h" -#include "FIRCLSFeatures.h" -#include "FIRCLSGlobals.h" -#include "FIRCLSUtility.h" +#include "Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.h" +#include "Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Components/FIRCLSGlobals.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" #include #include diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.h index a92a2871d..cbf46f903 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.h @@ -14,15 +14,15 @@ #pragma once -#include "FIRCLSThreadState.h" -#include "FIRCLSUtility.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" #if CLS_COMPACT_UNWINDING_SUPPORTED -#include "FIRCLSCompactUnwind.h" +#include "Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.h" #endif #include #include -#include "FIRCLSUnwind_arch.h" +#include "Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arch.h" extern const uint32_t FIRCLSUnwindMaxFrames; diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arch.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arch.h index 3accd40ea..714a7aedc 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arch.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arch.h @@ -14,10 +14,10 @@ #pragma once -#include "FIRCLSFeatures.h" -#include "FIRCLSThreadState.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.h" #if CLS_COMPACT_UNWINDING_SUPPORTED -#include "FIRCLSCompactUnwind.h" +#include "Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.h" #endif bool FIRCLSUnwindWithFramePointer(FIRCLSThreadContext *registers, bool allowScanning); diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arm.c b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arm.c index ead1a29f4..dab6336ac 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arm.c +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arm.c @@ -12,14 +12,14 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSCompactUnwind.h" -#include "FIRCLSCompactUnwind_Private.h" -#include "FIRCLSDefines.h" -#include "FIRCLSDwarfUnwind.h" -#include "FIRCLSFeatures.h" -#include "FIRCLSUnwind.h" -#include "FIRCLSUnwind_arch.h" -#include "FIRCLSUtility.h" +#include "Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.h" +#include "Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind_Private.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h" +#include "Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.h" +#include "Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arch.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" #if CLS_CPU_ARM || CLS_CPU_ARM64 diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.c b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.c index cc0655a92..c4780a129 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.c +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.c @@ -12,14 +12,14 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSUnwind_x86.h" -#include "FIRCLSCompactUnwind_Private.h" -#include "FIRCLSDefines.h" -#include "FIRCLSDwarfUnwind.h" -#include "FIRCLSFeatures.h" -#include "FIRCLSUnwind.h" -#include "FIRCLSUnwind_arch.h" -#include "FIRCLSUtility.h" +#include "Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.h" +#include "Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind_Private.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h" +#include "Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.h" +#include "Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arch.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h" #if CLS_CPU_X86 diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.h index 7c8010ec0..849da2882 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.h @@ -14,8 +14,8 @@ #pragma once -#include "FIRCLSCompactUnwind.h" -#include "FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h" +#include "Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.h" // Add some abstraction to compact unwinding, because compact // unwinding is nearly identical between 32 and 64 bit diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Protogen/nanopb/crashlytics.nanopb.c b/ios/Pods/FirebaseCrashlytics/Crashlytics/Protogen/nanopb/crashlytics.nanopb.c index d2e9d0455..9c09144d2 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Protogen/nanopb/crashlytics.nanopb.c +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Protogen/nanopb/crashlytics.nanopb.c @@ -15,9 +15,9 @@ */ /* Automatically generated nanopb constant definitions */ -/* Generated by nanopb-0.3.9.5 */ +/* Generated by nanopb-0.3.9.7 */ -#include "crashlytics.nanopb.h" +#include "Crashlytics/Protogen/nanopb/crashlytics.nanopb.h" /* @@protoc_insertion_point(includes) */ #if PB_PROTO_HEADER_VERSION != 30 @@ -54,6 +54,7 @@ const pb_field_t google_crashlytics_FilesPayload_File_fields[3] = { #if !defined(PB_FIELD_32BIT) /* If you get an error here, it means that you need to define PB_FIELD_32BIT * compile-time option. You can do that in pb.h or on compiler command line. + * * The reason you need to do this is that some of your messages contain tag * numbers or field sizes that are larger than what can fit in 8 or 16 bit * field descriptors. @@ -64,6 +65,7 @@ PB_STATIC_ASSERT((pb_membersize(google_crashlytics_Report, apple_payload) < 6553 #if !defined(PB_FIELD_16BIT) && !defined(PB_FIELD_32BIT) /* If you get an error here, it means that you need to define PB_FIELD_16BIT * compile-time option. You can do that in pb.h or on compiler command line. + * * The reason you need to do this is that some of your messages contain tag * numbers or field sizes that are larger than what can fit in the default * 8 bit descriptors. diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Protogen/nanopb/crashlytics.nanopb.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Protogen/nanopb/crashlytics.nanopb.h index c873fbcd8..593ac232c 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Protogen/nanopb/crashlytics.nanopb.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Protogen/nanopb/crashlytics.nanopb.h @@ -15,7 +15,7 @@ */ /* Automatically generated nanopb header */ -/* Generated by nanopb-0.3.9.5 */ +/* Generated by nanopb-0.3.9.7 */ #ifndef PB_GOOGLE_CRASHLYTICS_CRASHLYTICS_NANOPB_H_INCLUDED #define PB_GOOGLE_CRASHLYTICS_CRASHLYTICS_NANOPB_H_INCLUDED diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSByteUtility.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSByteUtility.m index 79f46f3f7..8298bf129 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSByteUtility.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSByteUtility.m @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSByteUtility.h" +#import "Crashlytics/Shared/FIRCLSByteUtility.h" #import #import diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSConstants.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSConstants.h index c17ee02c5..c7034c61e 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSConstants.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSConstants.h @@ -14,9 +14,9 @@ #import -FOUNDATION_EXPORT NSString *const FIRCLSDeveloperToken; +NS_ASSUME_NONNULL_BEGIN -FOUNDATION_EXPORT NSString *const FIRCLSVersion; +FOUNDATION_EXPORT NSString *const FIRCLSDeveloperToken; // User Messages FOUNDATION_EXPORT NSString *const FIRCLSMissingConsumerKeyMsg; @@ -43,3 +43,9 @@ FOUNDATION_EXPORT NSString *const FIRCLSNetworkCrashlyticsGoogleAppId; FOUNDATION_EXPORT NSString *const FIRCLSNetworkCrashlyticsOrgId; FOUNDATION_EXPORT NSString *const FIRCLSNetworkUserAgent; FOUNDATION_EXPORT NSString *const FIRCLSNetworkUTF8; + +NSString *FIRCLSSDKGeneratorName(void); + +NSString *FIRCLSSDKVersion(void); + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSConstants.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSConstants.m index f733f0de7..538b205e0 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSConstants.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSConstants.m @@ -12,15 +12,14 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSConstants.h" +#import "Crashlytics/Shared/FIRCLSConstants.h" +#import "FirebaseCore/Sources/Private/FirebaseCoreInternal.h" #define STR_HELPER(x) #x #define STR(x) STR_HELPER(x) NSString* const FIRCLSDeveloperToken = @"77f0789d8e230eccdb4b99b82dccd78d47f9b604"; -NSString* const FIRCLSVersion = @STR(DISPLAY_VERSION); - // User Messages NSString* const FIRCLSMissingConsumerKeyMsg = @"consumer key is nil or zero length"; NSString* const FIRCLSMissingConsumerSecretMsg = @"consumer secret is nil or zero length"; @@ -47,3 +46,11 @@ NSString* const FIRCLSNetworkCrashlyticsGoogleAppId = @"X-Crashlytics-Google-App NSString* const FIRCLSNetworkCrashlyticsOrgId = @"X-Crashlytics-Org-Id"; NSString* const FIRCLSNetworkUserAgent = @"User-Agent"; NSString* const FIRCLSNetworkUTF8 = @"utf-8"; + +NSString* FIRCLSSDKGeneratorName(void) { + return [NSString stringWithFormat:@"%s/%s", STR(CLS_SDK_NAME), FIRCLSSDKVersion().UTF8String]; +} + +NSString* FIRCLSSDKVersion(void) { + return FIRFirebaseVersion(); +} diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSFABHost.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSFABHost.m index 4c3206c1e..d6f4a7aa8 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSFABHost.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSFABHost.m @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSFABHost.h" +#include "Crashlytics/Shared/FIRCLSFABHost.h" #if TARGET_OS_WATCH #import @@ -97,7 +97,7 @@ NSString *FIRCLSHostModelInfo(void) { #elif TARGET_OS_TV model = @"tvOS Simulator"; #elif TARGET_OS_IPHONE - switch (UI_USER_INTERFACE_IDIOM()) { + switch ([[UIDevice currentDevice] userInterfaceIdiom]) { case UIUserInterfaceIdiomPhone: model = @"iOS Simulator (iPhone)"; break; diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.m index c212ce7d1..4ce891f57 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.m @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSCodeMapping.h" +#import "Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.h" @interface FIRCLSCodeMapping () { FIRCLSCodeMappingSource _source; diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.m index 386438c46..9991121dd 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.m @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "FIRCLSMachO.h" +#include "Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.h" #include diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.h index 57d54988a..94c7fa867 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.h @@ -13,7 +13,7 @@ // limitations under the License. #import -#import "FIRCLSMachO.h" +#import "Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.h" @class FIRCLSMachOSlice; diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.m index 12598e331..02e9125af 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.m @@ -12,9 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSMachOBinary.h" +#import "Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.h" -#import "FIRCLSMachOSlice.h" +#import "Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.h" #import diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.h index 9f7bcb43f..eb55ed97b 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.h @@ -13,7 +13,7 @@ // limitations under the License. #import -#import "FIRCLSMachO.h" +#import "Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.h" @interface FIRCLSMachOSlice : NSObject { struct FIRCLSMachOSlice _slice; diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.m index 961e144a8..d28626b8c 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.m @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSMachOSlice.h" +#import "Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.h" #include diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.m index cda787914..393e9a584 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.m @@ -12,9 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSdSYM.h" +#import "Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.h" -#import "FIRCLSMachOBinary.h" +#import "Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.h" #define CLS_XCODE_DSYM_PREFIX (@"com.apple.xcode.dsym.") diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.m index d11b3b611..3e964076b 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.m @@ -12,13 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSFABNetworkClient.h" +#import "Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.h" -#if FIRCLSURLSESSION_REQUIRED -#import "FIRCLSURLSession.h" -#endif - -#import "FIRCLSNetworkResponseHandler.h" +#import "Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.h" static const float FIRCLSNetworkMinimumRetryJitter = 0.90f; static const float FIRCLSNetworkMaximumRetryJitter = 1.10f; @@ -37,11 +33,7 @@ const NSUInteger FIRCLSNetworkMaximumRetryCount = 10; } - (instancetype)initWithQueue:(nullable NSOperationQueue *)operationQueue { -#if !FIRCLSURLSESSION_REQUIRED NSURLSessionConfiguration *config = [NSURLSessionConfiguration defaultSessionConfiguration]; -#else - NSURLSessionConfiguration *config = [FIRCLSURLSessionConfiguration defaultSessionConfiguration]; -#endif return [self initWithSessionConfiguration:config queue:operationQueue]; } @@ -52,15 +44,10 @@ const NSUInteger FIRCLSNetworkMaximumRetryCount = 10; return nil; } -#if !FIRCLSURLSESSION_REQUIRED _session = [NSURLSession sessionWithConfiguration:config delegate:self delegateQueue:operationQueue]; -#else - _session = [FIRCLSURLSession sessionWithConfiguration:config - delegate:self - delegateQueue:operationQueue]; -#endif + if (!_session) { return nil; } diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.m index 134b1cefb..927087da5 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.m @@ -12,11 +12,11 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSMultipartMimeStreamEncoder.h" +#import "Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.h" -#import "FIRCLSByteUtility.h" -#import "FIRCLSLogger.h" -#import "FIRCLSUUID.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h" +#import "Crashlytics/Shared/FIRCLSByteUtility.h" +#import "Crashlytics/Shared/FIRCLSUUID.h" @interface FIRCLSMultipartMimeStreamEncoder () diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.m index d82cdf69a..c46f6ec77 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.m @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSNetworkResponseHandler.h" +#import "Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.h" @implementation FIRCLSNetworkResponseHandler diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.m index e832c8987..a027e4f14 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.m @@ -12,9 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSURLBuilder.h" +#import "Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.h" -#import "FIRCLSLogger.h" +#import "Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h" @interface FIRCLSURLBuilder () diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.h index 63b9362a9..07be33402 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.h @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSFABAsyncOperation.h" +#import "Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.h" /** * If the compound operation is sent a @c -[cancel] message while executing, it will attempt to diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.m index 5dcf42885..92bd06b13 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.m @@ -12,9 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSCompoundOperation.h" +#import "Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.h" -#import "FIRCLSFABAsyncOperation_Private.h" +#import "Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation_Private.h" #define FIRCLS_DISPATCH_QUEUES_AS_OBJECTS OS_OBJECT_USE_OBJC_RETAIN_RELEASE diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.m index dcad16adf..01365e59c 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.m @@ -12,9 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSFABAsyncOperation.h" +#import "Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.h" -#import "FIRCLSFABAsyncOperation_Private.h" +#import "Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation_Private.h" @interface FIRCLSFABAsyncOperation () { BOOL _internalExecuting; diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation_Private.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation_Private.h index d1e5797b3..f2fa4aaf1 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation_Private.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation_Private.h @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSFABAsyncOperation.h" +#import "Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.h" @interface FIRCLSFABAsyncOperation (Private) diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSOperation/FIRCLSOperation.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSOperation/FIRCLSOperation.h index 83fc69473..d70dd6619 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSOperation/FIRCLSOperation.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSOperation/FIRCLSOperation.h @@ -14,6 +14,6 @@ #import -#import "FIRCLSCompoundOperation.h" -#import "FIRCLSFABAsyncOperation.h" -#import "FIRCLSFABAsyncOperation_Private.h" +#import "Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.h" +#import "Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.h" +#import "Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation_Private.h" diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSUUID.h b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSUUID.h index dc3aedae2..35b383b00 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSUUID.h +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSUUID.h @@ -13,7 +13,7 @@ // limitations under the License. #import -#import "FIRCLSConstants.h" +#import "Crashlytics/Shared/FIRCLSConstants.h" /** * Generates and returns a UUID diff --git a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSUUID.m b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSUUID.m index 6534d417f..47ce7718a 100644 --- a/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSUUID.m +++ b/ios/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSUUID.m @@ -12,9 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "FIRCLSUUID.h" +#import "Crashlytics/Shared/FIRCLSUUID.h" -#import "FIRCLSByteUtility.h" +#import "Crashlytics/Shared/FIRCLSByteUtility.h" static NSInteger const FIRCLSUUIDStringLength = 33; diff --git a/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRAppInternal.h b/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRAppInternal.h index 9a0c943db..6c7d723ea 100644 --- a/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRAppInternal.h +++ b/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRAppInternal.h @@ -14,19 +14,7 @@ * limitations under the License. */ -#if SWIFT_PACKAGE -// TODO(paulb777): Investigate if there's a common strategy for both Cocoapods and Swift PM. -#import "FIRApp.h" -#else #import -#endif - -// The has_include is a workaround so the old IID needed for the FIS tests can find FIRErrors.h -#if __has_include("FirebaseCore/Sources/Private/FIRErrors.h") -#import "FirebaseCore/Sources/Private/FIRErrors.h" -#else -#import -#endif @class FIRComponentContainer; @protocol FIRLibrary; @@ -51,6 +39,10 @@ extern NSString *const kFIRAppDeleteNotification; extern NSString *const kFIRAppIsDefaultAppKey; extern NSString *const kFIRAppNameKey; extern NSString *const kFIRGoogleAppIDKey; +extern NSString *const kFirebaseCoreErrorDomain; + +/** The NSUserDefaults suite name for FirebaseCore, for those storage locations that use it. */ +extern NSString *const kFirebaseCoreDefaultsSuiteName; /** * The format string for the User Defaults key used for storing the data collection enabled flag. @@ -63,11 +55,6 @@ extern NSString *const kFIRGlobalAppDataCollectionEnabledDefaultsKeyFormat; */ extern NSString *const kFIRGlobalAppDataCollectionEnabledPlistKey; -/** - * A notification fired containing diagnostic information when SDK errors occur. - */ -extern NSString *const kFIRAppDiagnosticsNotification; - /** @var FIRAuthStateDidChangeInternalNotification @brief The name of the @c NSNotificationCenter notification which is posted when the auth state changes (e.g. a new token has been produced, a user logs in or out). The object parameter of @@ -110,14 +97,6 @@ extern NSString *const FIRAuthStateDidChangeInternalNotificationUIDKey; */ @property(nonatomic) FIRComponentContainer *container; -/** - * Creates an error for failing to configure a subspec service. This method is called by each - * FIRApp notification listener. - */ -+ (NSError *)errorForSubspecConfigurationFailureWithDomain:(NSString *)domain - errorCode:(FIRErrorCode)code - service:(NSString *)service - reason:(NSString *)reason; /** * Checks if the default app is configured without trying to configure it. */ @@ -132,9 +111,19 @@ extern NSString *const FIRAuthStateDidChangeInternalNotificationUIDKey; */ + (void)registerLibrary:(nonnull NSString *)name withVersion:(nonnull NSString *)version; +/** + * Registers a given internal library to be reported for analytics. + * + * @param library Optional parameter for component registration. + * @param name Name of the library. + */ ++ (void)registerInternalLibrary:(nonnull Class)library + withName:(nonnull NSString *)name; + /** * Registers a given internal library with the given version number to be reported for - * analytics. + * analytics. This should only be used for non-Firebase libraries that have their own versioning + * scheme. * * @param library Optional parameter for component registration. * @param name Name of the library. @@ -149,15 +138,6 @@ extern NSString *const FIRAuthStateDidChangeInternalNotificationUIDKey; */ + (NSString *)firebaseUserAgent; -/** - * Used by each SDK to send logs about SDK configuration status to Clearcut. - * - * @note This API is a no-op, please remove calls to it. - */ -- (void)sendLogsWithServiceName:(NSString *)serviceName - version:(NSString *)version - error:(NSError *)error; - /** * Can be used by the unit tests in eack SDK to reset FIRApp. This method is thread unsafe. */ diff --git a/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRComponentContainer.h b/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRComponentContainer.h index db2bafef8..af18a9378 100644 --- a/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRComponentContainer.h +++ b/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRComponentContainer.h @@ -15,15 +15,6 @@ */ #import -// The has_include is a workaround so the old IID needed for the FIS tests can find the headers. -#if __has_include("FirebaseCore/Sources/Private/FIRComponentType.h") -#import "FirebaseCore/Sources/Private/FIRComponentType.h" -#import "FirebaseCore/Sources/Private/FIRLibrary.h" -#else -#import -#import -#endif - NS_ASSUME_NONNULL_BEGIN /// A type-safe macro to retrieve a component from a container. This should be used to retrieve diff --git a/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRErrorCode.h b/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRErrorCode.h deleted file mode 100644 index c90d9eecf..000000000 --- a/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRErrorCode.h +++ /dev/null @@ -1,39 +0,0 @@ -/* - * Copyright 2017 Google - * - * 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. - */ - -/** Error codes in Firebase error domain. */ -typedef NS_ENUM(NSInteger, FIRErrorCode) { - /** - * Unknown error. - */ - FIRErrorCodeUnknown = 0, - /** - * Loading data from the GoogleService-Info.plist file failed. This is a fatal error and should - * not be ignored. Further calls to the API will fail and/or possibly cause crashes. - */ - FIRErrorCodeInvalidPlistFile = -100, - - /** - * Validating the Google App ID format failed. - */ - FIRErrorCodeInvalidAppID = -101, - - /** - * Error code for failing to configure a specific service. It's deprecated, but - * still used after copybara. - */ - FIRErrorCodeConfigFailed = -114, -}; diff --git a/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRHeartbeatInfo.h b/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRHeartbeatInfo.h index bfff73e5d..9f942565a 100644 --- a/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRHeartbeatInfo.h +++ b/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRHeartbeatInfo.h @@ -27,7 +27,7 @@ typedef NS_ENUM(NSInteger, FIRHeartbeatInfoCode) { }; /** - * Get heartbeat code requred for the sdk. + * Get heartbeat code required for the sdk. * @param heartbeatTag String representing the sdk heartbeat tag. * @return Heartbeat code indicating whether or not an sdk/global heartbeat * needs to be sent diff --git a/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRLibrary.h b/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRLibrary.h index e7a9e077c..9575e9423 100644 --- a/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRLibrary.h +++ b/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRLibrary.h @@ -19,14 +19,8 @@ #import -// The has_include is a workaround so the old IID needed for the FIS tests can find the headers. -#if __has_include("FirebaseCore/Sources/Private/FIRComponent.h") -#import "FirebaseCore/Sources/Private/FIRComponent.h" -#else -#import -#endif - @class FIRApp; +@class FIRComponent; NS_ASSUME_NONNULL_BEGIN diff --git a/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRLogger.h b/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRLogger.h index 6fd778441..b6242fff1 100644 --- a/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRLogger.h +++ b/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRLogger.h @@ -16,12 +16,7 @@ #import -#if SWIFT_PACKAGE -// TODO(paulb777): Investigate if there's a common strategy for both Cocoapods and Swift PM. -#import "FIRLoggerLevel.h" -#else #import -#endif NS_ASSUME_NONNULL_BEGIN @@ -30,14 +25,9 @@ NS_ASSUME_NONNULL_BEGIN */ typedef NSString *const FIRLoggerService; -extern FIRLoggerService kFIRLoggerABTesting; -extern FIRLoggerService kFIRLoggerAdMob; extern FIRLoggerService kFIRLoggerAnalytics; -extern FIRLoggerService kFIRLoggerAuth; extern FIRLoggerService kFIRLoggerCrash; extern FIRLoggerService kFIRLoggerCore; -extern FIRLoggerService kFIRLoggerMLKit; -extern FIRLoggerService kFIRLoggerPerf; extern FIRLoggerService kFIRLoggerRemoteConfig; /** diff --git a/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIROptionsInternal.h b/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIROptionsInternal.h index acaf45868..8efc5fcdd 100644 --- a/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIROptionsInternal.h +++ b/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIROptionsInternal.h @@ -14,12 +14,7 @@ * limitations under the License. */ -#if SWIFT_PACKAGE -// TODO(paulb777): Investigate if there's a common strategy for both Cocoapods and Swift PM. -#import "FIROptions.h" -#else #import -#endif /** * Keys for the strings in the plist file. @@ -56,7 +51,8 @@ extern NSString *const kServiceInfoFileType; * Initializes the options with dictionary. The above strings are the keys of the dictionary. * This is the designated initializer. */ -- (instancetype)initInternalWithOptionsDictionary:(NSDictionary *)serviceInfoDictionary; +- (instancetype)initInternalWithOptionsDictionary:(NSDictionary *)serviceInfoDictionary + NS_DESIGNATED_INITIALIZER; /** * defaultOptions and defaultOptionsDictionary are exposed in order to be used in FIRApp and diff --git a/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FirebaseCoreInternal.h b/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FirebaseCoreInternal.h index 93af6cb8d..88d012bde 100644 --- a/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FirebaseCoreInternal.h +++ b/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FirebaseCoreInternal.h @@ -15,15 +15,12 @@ // An umbrella header, for any other libraries in this repo to access Firebase Public and Private // headers. Any package manager complexity should be handled here. -#if SWIFT_PACKAGE -@import FirebaseCore; -#else #import -#endif #import "FirebaseCore/Sources/Private/FIRAppInternal.h" #import "FirebaseCore/Sources/Private/FIRComponent.h" #import "FirebaseCore/Sources/Private/FIRComponentContainer.h" +#import "FirebaseCore/Sources/Private/FIRComponentType.h" #import "FirebaseCore/Sources/Private/FIRDependency.h" #import "FirebaseCore/Sources/Private/FIRHeartbeatInfo.h" #import "FirebaseCore/Sources/Private/FIRLibrary.h" diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/NSData+zlib/Private/GULNSDataInternal.h b/ios/Pods/FirebaseCrashlytics/FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h similarity index 75% rename from ios/Pods/GoogleUtilities/GoogleUtilities/NSData+zlib/Private/GULNSDataInternal.h rename to ios/Pods/FirebaseCrashlytics/FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h index 903589d5e..0c850e9d2 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/NSData+zlib/Private/GULNSDataInternal.h +++ b/ios/Pods/FirebaseCrashlytics/FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h @@ -12,11 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -// An umbrella header, for any other libraries in this repo to access Firebase Public and Private -// headers. Any package manager complexity should be handled here. +// An umbrella header, for any other libraries in this repo to access Firebase +// Installations Public headers. Any package manager complexity should be +// handled here. -#if SWIFT_PACKAGE -@import GoogleUtilities_NSData; -#else -#import -#endif +#import diff --git a/ios/Pods/FirebaseCrashlytics/Interop/Analytics/Public/FIRInteropParameterNames.h b/ios/Pods/FirebaseCrashlytics/Interop/Analytics/Public/FIRInteropParameterNames.h index ae440becf..4ca7fe591 100644 --- a/ios/Pods/FirebaseCrashlytics/Interop/Analytics/Public/FIRInteropParameterNames.h +++ b/ios/Pods/FirebaseCrashlytics/Interop/Analytics/Public/FIRInteropParameterNames.h @@ -52,7 +52,7 @@ static NSString *const kFIRIParameterMedium NS_SWIFT_NAME(AnalyticsParameterMedi /// }; ///
    static NSString *const kFIRIParameterCampaign NS_SWIFT_NAME(AnalyticsParameterCampaign) = - @"campaign"; + @"campaign"; /// Message identifier. static NSString *const kFIRIParameterMessageIdentifier = @"_nmid"; diff --git a/ios/Pods/FirebaseCrashlytics/README.md b/ios/Pods/FirebaseCrashlytics/README.md index d778205ff..c80c0013a 100644 --- a/ios/Pods/FirebaseCrashlytics/README.md +++ b/ios/Pods/FirebaseCrashlytics/README.md @@ -3,8 +3,12 @@ [![Platform](https://img.shields.io/cocoapods/p/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) [![Actions Status][gh-abtesting-badge]][gh-actions] +[![Actions Status][gh-appcheck-badge]][gh-actions] +[![Actions Status][gh-appdistribution-badge]][gh-actions] [![Actions Status][gh-auth-badge]][gh-actions] +[![Actions Status][gh-cocoapods-integration-badge]][gh-actions] [![Actions Status][gh-core-badge]][gh-actions] +[![Actions Status][gh-core-diagnostics-badge]][gh-actions] [![Actions Status][gh-crashlytics-badge]][gh-actions] [![Actions Status][gh-database-badge]][gh-actions] [![Actions Status][gh-datatransport-badge]][gh-actions] @@ -12,9 +16,13 @@ [![Actions Status][gh-firebasepod-badge]][gh-actions] [![Actions Status][gh-firestore-badge]][gh-actions] [![Actions Status][gh-functions-badge]][gh-actions] +[![Actions Status][gh-google-utilities-badge]][gh-actions] +[![Actions Status][gh-google-utilities-components-badge]][gh-actions] [![Actions Status][gh-inappmessaging-badge]][gh-actions] [![Actions Status][gh-interop-badge]][gh-actions] [![Actions Status][gh-messaging-badge]][gh-actions] +[![Actions Status][gh-mlmodeldownloader-badge]][gh-actions] +[![Actions Status][gh-performance-badge]][gh-actions] [![Actions Status][gh-remoteconfig-badge]][gh-actions] [![Actions Status][gh-storage-badge]][gh-actions] [![Actions Status][gh-symbolcollision-badge]][gh-actions] @@ -23,21 +31,23 @@ # Firebase Apple Open Source Development -This repository contains all Apple platform Firebase SDK source except FirebaseAnalytics, -FirebasePerformance, and FirebaseML. - -The repository also includes GoogleUtilities source. The -[GoogleUtilities](GoogleUtilities/README.md) pod is -a set of utilities used by Firebase and other Google products. +This repository contains all Apple platform Firebase SDK source except FirebaseAnalytics +and FirebaseML. Firebase is an app development platform with tools to help you build, grow and monetize your app. More information about Firebase can be found at [https://firebase.google.com](https://firebase.google.com). +The repository also includes GoogleUtilities and GoogleDataTransport source +which are utilities used by Firebase and other Google products. + +**Note** _FirebaseCombineSwift_ contains support for Apple's Combine framework. This module is currently under development, and not yet supported for use in production environments. Fore more details, please refer to the [docs](FirebaseCombineSwift/README.md). + ## Installation -See the three subsections for details about three different installation methods. +See the subsections below for details about the different installation methods. 1. [Standard pod install](README.md#standard-pod-install) +1. [Swift Package Manager](SwiftPackageManager.md) 1. [Installing from the GitHub repo](README.md#installing-from-github) 1. [Experimental Carthage](README.md#carthage-ios-only) @@ -46,11 +56,12 @@ See the three subsections for details about three different installation methods Go to [https://firebase.google.com/docs/ios/setup](https://firebase.google.com/docs/ios/setup). -### Installing from GitHub +### Swift Package Manager -For releases starting with 5.0.0, the source for each release is also deployed -to CocoaPods master and available via standard -[CocoaPods Podfile syntax](https://guides.cocoapods.org/syntax/podfile.html#pod). +Instructions for [Swift Package Manager](https://swift.org/package-manager/) support can be +found at [SwiftPackageManager.md](SwiftPackageManager.md). + +### Installing from GitHub These instructions can be used to access the Firebase repo at other branches, tags, or commits. @@ -67,14 +78,14 @@ All of the official releases are tagged in this repo and available via CocoaPods source snapshot or unreleased branch, use Podfile directives like the following: To access FirebaseFirestore via a branch: -``` +```ruby pod 'FirebaseCore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master' pod 'FirebaseFirestore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master' ``` To access FirebaseMessaging via a checked out version of the firebase-ios-sdk repo do: -``` +```ruby pod 'FirebaseCore', :path => '/path/to/firebase-ios-sdk' pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk' ``` @@ -82,12 +93,8 @@ pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk' ### Carthage (iOS only) Instructions for the experimental Carthage distribution are at -[Carthage](Carthage.md). - -### Rome - -Instructions for installing binary frameworks via -[Rome](https://github.com/CocoaPods/Rome) are at [Rome](Rome.md). +[Carthage](Carthage.md). If you have a new Mac with an Apple silicon chip, please see +[these instructions](AppleSilicon.md). ### Using Firebase from a Framework or a library @@ -98,13 +105,22 @@ Instructions for installing binary frameworks via To develop Firebase software in this repository, ensure that you have at least the following software: - * Xcode 10.3 (or later) - * CocoaPods 1.7.2 (or later) + * Xcode 12.2 (or later) + +CocoaPods is still the canonical way to develop, but much of the repo now supports +development with Swift Package Manager. + +### CocoaPods + +Install + * CocoaPods 1.10.0 (or later) * [CocoaPods generate](https://github.com/square/cocoapods-generate) For the pod that you want to develop: -`pod gen Firebase{name here}.podspec --local-sources=./ --auto-open --platforms=ios` +```ruby +pod gen Firebase{name here}.podspec --local-sources=./ --auto-open --platforms=ios +``` Note: If the CocoaPods cache is out of date, you may need to run `pod repo update` before the `pod gen` command. @@ -116,7 +132,7 @@ CocoaPods workspaces. Firestore has a self contained Xcode project. See [Firestore/README.md](Firestore/README.md). -### Development for Catalyst +#### Development for Catalyst * `pod gen {name here}.podspec --local-sources=./ --auto-open --platforms=ios` * Check the Mac box in the App-iOS Build Settings * Sign the App in the Settings Signing & Capabilities tab @@ -125,6 +141,18 @@ Firestore has a self contained Xcode project. See * Select the Unit-unit scheme * Run it to build and test +Alternatively disable signing in each target: +* Go to Build Settings tab +* Click `+` +* Select `Add User-Defined Setting` +* Add `CODE_SIGNING_REQUIRED` setting with a value of `NO` + +### Swift Package Manager +* `open Package.swift` or double click `Package.swift` in Finder. +* Xcode will open the project + * Choose a scheme for a library to build or test suite to run + * Choose a target platform by selecting the run destination along with the scheme + ### Adding a New Firebase Pod See [AddNewPod.md](AddNewPod.md). @@ -136,40 +164,24 @@ See [HeadersImports.md](HeadersImports.md). ### Code Formatting To ensure that the code is formatted consistently, run the script -[./scripts/style.sh](https://github.com/firebase/firebase-ios-sdk/blob/master/scripts/style.sh) +[./scripts/check.sh](https://github.com/firebase/firebase-ios-sdk/blob/master/scripts/check.sh) before creating a PR. -Travis will verify that any code changes are done in a style compliant way. Install -`clang-format` and `swiftformat`. -These commands will get the right versions: +GitHub Actions will verify that any code changes are done in a style compliant +way. Install `clang-format` and `mint`: +```console +brew install clang-format@12 +brew install mint ``` -brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/c6f1cbd/Formula/clang-format.rb -brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/c13eda8/Formula/swiftformat.rb -``` - -Note: if you already have a newer version of these installed you may need to -`brew switch` to this version. - -To update this section, find the versions of clang-format and swiftformat.rb to -match the versions in the CI failure logs -[here](https://github.com/Homebrew/homebrew-core/tree/master/Formula). ### Running Unit Tests Select a scheme and press Command-u to build a component and run its unit tests. -#### Viewing Code Coverage (Deprecated) - -First, make sure that [xcov](https://github.com/nakiostudio/xcov) is installed with `gem install xcov`. - -After running the `AllUnitTests_iOS` scheme in Xcode, execute -`xcov --workspace Firebase.xcworkspace --scheme AllUnitTests_iOS --output_directory xcov_output` -at Example/ in the terminal. This will aggregate the coverage, and you can run `open xcov_output/index.html` to see the results. - ### Running Sample Apps -In order to run the sample apps and integration tests, you'll need valid -`GoogleService-Info.plist` files for those samples. The Firebase Xcode project contains dummy plist +In order to run the sample apps and integration tests, you'll need a valid +`GoogleService-Info.plist` file. The Firebase Xcode project contains dummy plist files without real values, but can be replaced with real plist files. To get your own `GoogleService-Info.plist` files: @@ -177,12 +189,11 @@ files without real values, but can be replaced with real plist files. To get you 2. Create a new Firebase project, if you don't already have one 3. For each sample app you want to test, create a new Firebase app with the sample app's bundle identifier (e.g. `com.google.Database-Example`) -4. Download the resulting `GoogleService-Info.plist` and replace the appropriate dummy plist file -(e.g. in [Example/Database/App/](Example/Database/App/)); +4. Download the resulting `GoogleService-Info.plist` and add it to the Xcode project. -Some sample apps like Firebase Messaging ([Example/Messaging/App](Example/Messaging/App)) require -special Apple capabilities, and you will have to change the sample app to use a unique bundle -identifier that you can control in your own Apple Developer account. +### Coverage Report Generation + +See [scripts/code_coverage_report/README.md](scripts/code_coverage_report/README.md). ## Specific Component Instructions See the sections below for any special instructions for those components. @@ -202,10 +213,16 @@ To run against a local emulator instance, invoke `./scripts/run_database_emulato running the integration test. To run against a production instance, provide a valid GoogleServices-Info.plist and copy it to -`Example/Database/App/GoogleService-Info.plist`. Your Security Rule must be set to +`FirebaseDatabase/Tests/Resources/GoogleService-Info.plist`. Your Security Rule must be set to [public](https://firebase.google.com/docs/database/security/quickstart) while your tests are running. +### Firebase Performance Monitoring +If you're doing specific Firebase Performance Monitoring development, see +[the Performance README](FirebasePerformance/README.md) for instructions about building the SDK +and [the Performance TestApp README](FirebasePerformance/Tests/TestApp/README.md) for instructions about +integrating Performance with the dev test App. + ### Firebase Storage To run the Storage Integration tests, follow the instructions in @@ -219,7 +236,8 @@ In order to actually test receiving push notifications, you will need to: 1. Change the bundle identifier of the sample app to something you own in your Apple Developer account, and enable that App ID for push notifications. 2. You'll also need to -[upload your APNs Provider Authentication Key or certificate to the Firebase Console](https://firebase.google.com/docs/cloud-messaging/ios/certs) +[upload your APNs Provider Authentication Key or certificate to the +Firebase Console](https://firebase.google.com/docs/cloud-messaging/ios/certs) at **Project Settings > Cloud Messaging > [Your Firebase App]**. 3. Ensure your iOS device is added to your Apple Developer portal as a test device. @@ -229,43 +247,39 @@ The iOS Simulator cannot register for remote notifications, and will not receive In order to receive push notifications, you'll have to follow the steps above and run the app on a physical device. -## Community Supported Efforts +## Building with Firebase on Apple platforms + +At this time, not all of Firebase's products are available across all Apple platforms. However, +Firebase is constantly evolving and community supported efforts have helped expand Firebase's support. +To keep up with the latest info regarding Firebase's support across Apple platforms, refer to +[this chart](https://firebase.google.com/docs/ios/learn-more#firebase_library_support_by_platform) +in Firebase's documentation. + +### Community Supported Efforts We've seen an amazing amount of interest and contributions to improve the Firebase SDKs, and we are very grateful! We'd like to empower as many developers as we can to be able to use Firebase and participate in the Firebase community. -### tvOS, macOS, watchOS and Catalyst -Thanks to contributions from the community, many of Firebase SDKs now compile, run unit tests, and work on -tvOS, macOS, watchOS and Catalyst. +#### tvOS, macOS, watchOS and Catalyst +Thanks to contributions from the community, many of Firebase SDKs now compile, run unit tests, and +work on tvOS, macOS, watchOS and Catalyst. -For tvOS, checkout the [Sample](Example/tvOSSample). -For watchOS, currently only Messaging and Storage (and their dependencies) have limited support. Checkout the -[Independent Watch App Sample](Example/watchOSSample). +For tvOS, see the [Sample](Example/tvOSSample). +For watchOS, currently only Messaging, Storage and Crashlytics (and their dependencies) have limited +support. See the [Independent Watch App Sample](Example/watchOSSample). -Keep in mind that macOS, tvOS, watchOS and Catalyst are not officially supported by Firebase, and this -repository is actively developed primarily for iOS. While we can catch basic unit test issues with -Travis, there may be some changes where the SDK no longer works as expected on macOS, tvOS or watchOS. If you -encounter this, please [file an issue](https://github.com/firebase/firebase-ios-sdk/issues). +Keep in mind that macOS, tvOS, watchOS and Catalyst are not officially supported by Firebase, and +this repository is actively developed primarily for iOS. While we can catch basic unit test issues +with GitHub Actions, there may be some changes where the SDK no longer works as expected on macOS, +tvOS or watchOS. If you encounter this, please +[file an issue](https://github.com/firebase/firebase-ios-sdk/issues). -During app setup in the console, you may get to a step that mentions something like "Checking if the app -has communicated with our servers". This relies on Analytics and will not work on macOS/tvOS/watchOS/Catalyst. +During app setup in the console, you may get to a step that mentions something like "Checking if the +app has communicated with our servers". This relies on Analytics and will not work on +macOS/tvOS/watchOS/Catalyst. **It's safe to ignore the message and continue**, the rest of the SDKs will work as expected. -To install, add a subset of the following to the Podfile: - -``` -pod 'Firebase/ABTesting' # No watchOS support yet -pod 'Firebase/Auth' # No watchOS support yet -pod 'Firebase/Crashlytics' # No watchOS support yet -pod 'Firebase/Database' # No watchOS support yet -pod 'Firebase/Firestore' # No watchOS support yet -pod 'Firebase/Functions' # No watchOS support yet -pod 'Firebase/Messaging' -pod 'Firebase/RemoteConfig' # No watchOS support yet -pod 'Firebase/Storage' -``` - #### Additional Catalyst Notes * FirebaseAuth and FirebaseMessaging require adding `Keychain Sharing Capability` @@ -273,6 +287,10 @@ to Build Settings. * FirebaseFirestore requires signing the [gRPC Resource target](https://github.com/firebase/firebase-ios-sdk/issues/3500#issuecomment-518741681). +#### Additional Crashlytics Notes +* watchOS has limited support. Due to watchOS restrictions, mach exceptions and signal crashes are +not recorded. (Crashes in SwiftUI are generated as mach exceptions, so will not be recorded) + ## Roadmap See [Roadmap](ROADMAP.md) for more about the Firebase iOS SDK Open Source @@ -293,8 +311,12 @@ Your use of Firebase is governed by the [gh-actions]: https://github.com/firebase/firebase-ios-sdk/actions [gh-abtesting-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/abtesting/badge.svg +[gh-appcheck-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/app_check/badge.svg +[gh-appdistribution-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/appdistribution/badge.svg [gh-auth-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/auth/badge.svg +[gh-cocoapods-integration-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/cocoapods-integration/badge.svg [gh-core-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/core/badge.svg +[gh-core-diagnostics-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/core-diagnostics/badge.svg [gh-crashlytics-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/crashlytics/badge.svg [gh-database-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/database/badge.svg [gh-datatransport-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/datatransport/badge.svg @@ -302,9 +324,13 @@ Your use of Firebase is governed by the [gh-firebasepod-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/firebasepod/badge.svg [gh-firestore-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/firestore/badge.svg [gh-functions-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/functions/badge.svg +[gh-google-utilities-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/google-utilities/badge.svg +[gh-google-utilities-components-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/google-utilities-components/badge.svg [gh-inappmessaging-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/inappmessaging/badge.svg [gh-interop-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/interop/badge.svg [gh-messaging-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/messaging/badge.svg +[gh-mlmodeldownloader-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/mlmodeldownloader/badge.svg +[gh-performance-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/performance/badge.svg [gh-remoteconfig-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/remoteconfig/badge.svg [gh-storage-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/storage/badge.svg [gh-symbolcollision-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/symbolcollision/badge.svg diff --git a/ios/Pods/FirebaseCrashlytics/run b/ios/Pods/FirebaseCrashlytics/run index 9316eeaf7..128837f7b 100755 --- a/ios/Pods/FirebaseCrashlytics/run +++ b/ios/Pods/FirebaseCrashlytics/run @@ -39,17 +39,13 @@ # Figure out where we're being called from DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) -# If the first argument is specified without a dash, treat it as the Fabric API -# Key and add it as an argument. -if [ -z "$1" ] || [[ $1 == -* ]]; then - API_KEY_ARG="" -else - API_KEY_ARG="-a $1"; shift -fi +# Build up the arguments list, passing through any flags added, and quoting +# every argument in case there are spaces in any of the the paths. +ARGUMENTS='' +for i in "$@"; do + ARGUMENTS="$ARGUMENTS \"$i\"" +done -# Build up the arguments list, passing through any flags added after the -# API Key -ARGUMENTS="$API_KEY_ARG $@" VALIDATE_ARGUMENTS="$ARGUMENTS --build-phase --validate" UPLOAD_ARGUMENTS="$ARGUMENTS --build-phase" @@ -65,7 +61,7 @@ if [[ $return_code != 0 ]]; then exit $return_code fi -# Verification passed, convert and upload cSYMs in the background to prevent +# Verification passed, convert and upload dSYMs in the background to prevent # build delays # # Note: Validation is performed again at this step before upload diff --git a/ios/Pods/FirebaseCrashlytics/upload-symbols b/ios/Pods/FirebaseCrashlytics/upload-symbols index 76738d0c4..c8ca8b390 100755 Binary files a/ios/Pods/FirebaseCrashlytics/upload-symbols and b/ios/Pods/FirebaseCrashlytics/upload-symbols differ diff --git a/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRAppInternal.h b/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRAppInternal.h index 9a0c943db..6c7d723ea 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRAppInternal.h +++ b/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRAppInternal.h @@ -14,19 +14,7 @@ * limitations under the License. */ -#if SWIFT_PACKAGE -// TODO(paulb777): Investigate if there's a common strategy for both Cocoapods and Swift PM. -#import "FIRApp.h" -#else #import -#endif - -// The has_include is a workaround so the old IID needed for the FIS tests can find FIRErrors.h -#if __has_include("FirebaseCore/Sources/Private/FIRErrors.h") -#import "FirebaseCore/Sources/Private/FIRErrors.h" -#else -#import -#endif @class FIRComponentContainer; @protocol FIRLibrary; @@ -51,6 +39,10 @@ extern NSString *const kFIRAppDeleteNotification; extern NSString *const kFIRAppIsDefaultAppKey; extern NSString *const kFIRAppNameKey; extern NSString *const kFIRGoogleAppIDKey; +extern NSString *const kFirebaseCoreErrorDomain; + +/** The NSUserDefaults suite name for FirebaseCore, for those storage locations that use it. */ +extern NSString *const kFirebaseCoreDefaultsSuiteName; /** * The format string for the User Defaults key used for storing the data collection enabled flag. @@ -63,11 +55,6 @@ extern NSString *const kFIRGlobalAppDataCollectionEnabledDefaultsKeyFormat; */ extern NSString *const kFIRGlobalAppDataCollectionEnabledPlistKey; -/** - * A notification fired containing diagnostic information when SDK errors occur. - */ -extern NSString *const kFIRAppDiagnosticsNotification; - /** @var FIRAuthStateDidChangeInternalNotification @brief The name of the @c NSNotificationCenter notification which is posted when the auth state changes (e.g. a new token has been produced, a user logs in or out). The object parameter of @@ -110,14 +97,6 @@ extern NSString *const FIRAuthStateDidChangeInternalNotificationUIDKey; */ @property(nonatomic) FIRComponentContainer *container; -/** - * Creates an error for failing to configure a subspec service. This method is called by each - * FIRApp notification listener. - */ -+ (NSError *)errorForSubspecConfigurationFailureWithDomain:(NSString *)domain - errorCode:(FIRErrorCode)code - service:(NSString *)service - reason:(NSString *)reason; /** * Checks if the default app is configured without trying to configure it. */ @@ -132,9 +111,19 @@ extern NSString *const FIRAuthStateDidChangeInternalNotificationUIDKey; */ + (void)registerLibrary:(nonnull NSString *)name withVersion:(nonnull NSString *)version; +/** + * Registers a given internal library to be reported for analytics. + * + * @param library Optional parameter for component registration. + * @param name Name of the library. + */ ++ (void)registerInternalLibrary:(nonnull Class)library + withName:(nonnull NSString *)name; + /** * Registers a given internal library with the given version number to be reported for - * analytics. + * analytics. This should only be used for non-Firebase libraries that have their own versioning + * scheme. * * @param library Optional parameter for component registration. * @param name Name of the library. @@ -149,15 +138,6 @@ extern NSString *const FIRAuthStateDidChangeInternalNotificationUIDKey; */ + (NSString *)firebaseUserAgent; -/** - * Used by each SDK to send logs about SDK configuration status to Clearcut. - * - * @note This API is a no-op, please remove calls to it. - */ -- (void)sendLogsWithServiceName:(NSString *)serviceName - version:(NSString *)version - error:(NSError *)error; - /** * Can be used by the unit tests in eack SDK to reset FIRApp. This method is thread unsafe. */ diff --git a/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRComponentContainer.h b/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRComponentContainer.h index db2bafef8..af18a9378 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRComponentContainer.h +++ b/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRComponentContainer.h @@ -15,15 +15,6 @@ */ #import -// The has_include is a workaround so the old IID needed for the FIS tests can find the headers. -#if __has_include("FirebaseCore/Sources/Private/FIRComponentType.h") -#import "FirebaseCore/Sources/Private/FIRComponentType.h" -#import "FirebaseCore/Sources/Private/FIRLibrary.h" -#else -#import -#import -#endif - NS_ASSUME_NONNULL_BEGIN /// A type-safe macro to retrieve a component from a container. This should be used to retrieve diff --git a/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRErrorCode.h b/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRErrorCode.h deleted file mode 100644 index c90d9eecf..000000000 --- a/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRErrorCode.h +++ /dev/null @@ -1,39 +0,0 @@ -/* - * Copyright 2017 Google - * - * 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. - */ - -/** Error codes in Firebase error domain. */ -typedef NS_ENUM(NSInteger, FIRErrorCode) { - /** - * Unknown error. - */ - FIRErrorCodeUnknown = 0, - /** - * Loading data from the GoogleService-Info.plist file failed. This is a fatal error and should - * not be ignored. Further calls to the API will fail and/or possibly cause crashes. - */ - FIRErrorCodeInvalidPlistFile = -100, - - /** - * Validating the Google App ID format failed. - */ - FIRErrorCodeInvalidAppID = -101, - - /** - * Error code for failing to configure a specific service. It's deprecated, but - * still used after copybara. - */ - FIRErrorCodeConfigFailed = -114, -}; diff --git a/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRHeartbeatInfo.h b/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRHeartbeatInfo.h index bfff73e5d..9f942565a 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRHeartbeatInfo.h +++ b/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRHeartbeatInfo.h @@ -27,7 +27,7 @@ typedef NS_ENUM(NSInteger, FIRHeartbeatInfoCode) { }; /** - * Get heartbeat code requred for the sdk. + * Get heartbeat code required for the sdk. * @param heartbeatTag String representing the sdk heartbeat tag. * @return Heartbeat code indicating whether or not an sdk/global heartbeat * needs to be sent diff --git a/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRLibrary.h b/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRLibrary.h index e7a9e077c..9575e9423 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRLibrary.h +++ b/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRLibrary.h @@ -19,14 +19,8 @@ #import -// The has_include is a workaround so the old IID needed for the FIS tests can find the headers. -#if __has_include("FirebaseCore/Sources/Private/FIRComponent.h") -#import "FirebaseCore/Sources/Private/FIRComponent.h" -#else -#import -#endif - @class FIRApp; +@class FIRComponent; NS_ASSUME_NONNULL_BEGIN diff --git a/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRLogger.h b/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRLogger.h index 6fd778441..b6242fff1 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRLogger.h +++ b/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRLogger.h @@ -16,12 +16,7 @@ #import -#if SWIFT_PACKAGE -// TODO(paulb777): Investigate if there's a common strategy for both Cocoapods and Swift PM. -#import "FIRLoggerLevel.h" -#else #import -#endif NS_ASSUME_NONNULL_BEGIN @@ -30,14 +25,9 @@ NS_ASSUME_NONNULL_BEGIN */ typedef NSString *const FIRLoggerService; -extern FIRLoggerService kFIRLoggerABTesting; -extern FIRLoggerService kFIRLoggerAdMob; extern FIRLoggerService kFIRLoggerAnalytics; -extern FIRLoggerService kFIRLoggerAuth; extern FIRLoggerService kFIRLoggerCrash; extern FIRLoggerService kFIRLoggerCore; -extern FIRLoggerService kFIRLoggerMLKit; -extern FIRLoggerService kFIRLoggerPerf; extern FIRLoggerService kFIRLoggerRemoteConfig; /** diff --git a/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIROptionsInternal.h b/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIROptionsInternal.h index acaf45868..8efc5fcdd 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIROptionsInternal.h +++ b/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIROptionsInternal.h @@ -14,12 +14,7 @@ * limitations under the License. */ -#if SWIFT_PACKAGE -// TODO(paulb777): Investigate if there's a common strategy for both Cocoapods and Swift PM. -#import "FIROptions.h" -#else #import -#endif /** * Keys for the strings in the plist file. @@ -56,7 +51,8 @@ extern NSString *const kServiceInfoFileType; * Initializes the options with dictionary. The above strings are the keys of the dictionary. * This is the designated initializer. */ -- (instancetype)initInternalWithOptionsDictionary:(NSDictionary *)serviceInfoDictionary; +- (instancetype)initInternalWithOptionsDictionary:(NSDictionary *)serviceInfoDictionary + NS_DESIGNATED_INITIALIZER; /** * defaultOptions and defaultOptionsDictionary are exposed in order to be used in FIRApp and diff --git a/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FirebaseCoreInternal.h b/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FirebaseCoreInternal.h index 93af6cb8d..88d012bde 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FirebaseCoreInternal.h +++ b/ios/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FirebaseCoreInternal.h @@ -15,15 +15,12 @@ // An umbrella header, for any other libraries in this repo to access Firebase Public and Private // headers. Any package manager complexity should be handled here. -#if SWIFT_PACKAGE -@import FirebaseCore; -#else #import -#endif #import "FirebaseCore/Sources/Private/FIRAppInternal.h" #import "FirebaseCore/Sources/Private/FIRComponent.h" #import "FirebaseCore/Sources/Private/FIRComponentContainer.h" +#import "FirebaseCore/Sources/Private/FIRComponentType.h" #import "FirebaseCore/Sources/Private/FIRDependency.h" #import "FirebaseCore/Sources/Private/FIRHeartbeatInfo.h" #import "FirebaseCore/Sources/Private/FIRLibrary.h" diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h index 941aa3dd1..8aed7b182 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h @@ -16,9 +16,10 @@ #import -#import "FirebaseInstallations/Source/Library/Public/FIRInstallationsErrors.h" +#import "FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsErrors.h" @class FIRInstallationsHTTPError; +@class FBLPromise; NS_ASSUME_NONNULL_BEGIN @@ -45,12 +46,20 @@ void FIRInstallationsItemSetErrorToPointer(NSError *error, NSError **pointer); data:(nullable NSData *)data; + (BOOL)isAPIError:(NSError *)error withHTTPCode:(NSInteger)HTTPCode; ++ (NSError *)backoffIntervalWaitError; + /** * Returns the passed error if it is already in the public domain or a new error with the passed * error at `NSUnderlyingErrorKey`. */ + (NSError *)publicDomainErrorWithError:(NSError *)error; ++ (FBLPromise *)rejectedPromiseWithError:(NSError *)error; + ++ (NSError *)installationsErrorWithCode:(FIRInstallationsErrorCode)code + failureReason:(nullable NSString *)failureReason + underlyingError:(nullable NSError *)underlyingError; + @end NS_ASSUME_NONNULL_END diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m index 1b3357005..5673600f1 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m @@ -18,6 +18,12 @@ #import "FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.h" +#if __has_include() +#import +#else +#import "FBLPromises.h" +#endif + NSString *const kFirebaseInstallationsErrorDomain = @"com.firebase.installations"; void FIRInstallationsItemSetErrorToPointer(NSError *error, NSError **pointer) { @@ -101,6 +107,12 @@ void FIRInstallationsItemSetErrorToPointer(NSError *error, NSError **pointer) { underlyingError:error]; } ++ (NSError *)backoffIntervalWaitError { + return [self installationsErrorWithCode:FIRInstallationsErrorCodeServerUnreachable + failureReason:@"Too many server requests." + underlyingError:nil]; +} + + (NSError *)publicDomainErrorWithError:(NSError *)error { if ([error.domain isEqualToString:kFirebaseInstallationsErrorDomain]) { return error; @@ -116,9 +128,18 @@ void FIRInstallationsItemSetErrorToPointer(NSError *error, NSError **pointer) { underlyingError:(nullable NSError *)underlyingError { NSMutableDictionary *userInfo = [NSMutableDictionary dictionary]; userInfo[NSUnderlyingErrorKey] = underlyingError; - userInfo[NSLocalizedFailureReasonErrorKey] = failureReason; + userInfo[NSLocalizedFailureReasonErrorKey] = + failureReason + ?: [NSString + stringWithFormat:@"Underlying error: %@", underlyingError.localizedDescription]; return [NSError errorWithDomain:kFirebaseInstallationsErrorDomain code:code userInfo:userInfo]; } ++ (FBLPromise *)rejectedPromiseWithError:(NSError *)error { + FBLPromise *rejectedPromise = [FBLPromise pendingPromise]; + [rejectedPromise reject:error]; + return rejectedPromise; +} + @end diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.h b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.h index ad0eb8c13..b978b77dc 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.h +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.h @@ -41,7 +41,6 @@ typedef NS_ENUM(NSInteger, FIRInstallationsHTTPCodes) { typedef NS_ENUM(NSInteger, FIRInstallationsRegistrationHTTPCode) { FIRInstallationsRegistrationHTTPCodeSuccess = 201, FIRInstallationsRegistrationHTTPCodeInvalidArgument = 400, - FIRInstallationsRegistrationHTTPCodeInvalidAPIKey = 401, FIRInstallationsRegistrationHTTPCodeAPIKeyToProjectIDMismatch = 403, FIRInstallationsRegistrationHTTPCodeProjectNotFound = 404, FIRInstallationsRegistrationHTTPCodeTooManyRequests = 429, diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallations.m b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallations.m index cbdd8b299..d42c9e6ad 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallations.m +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallations.m @@ -14,7 +14,7 @@ * limitations under the License. */ -#import "FirebaseInstallations/Source/Library/Public/FIRInstallations.h" +#import "FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallations.h" #if __has_include() #import @@ -31,10 +31,11 @@ #import "FirebaseInstallations/Source/Library/FIRInstallationsLogger.h" #import "FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.h" #import "FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h" -#import "FirebaseInstallations/Source/Library/Public/FIRInstallationsVersion.h" NS_ASSUME_NONNULL_BEGIN +static const NSUInteger kExpectedAPIKeyLength = 39; + @protocol FIRInstallationsInstanceProvider @end @@ -51,9 +52,7 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Firebase component + (void)load { - [FIRApp registerInternalLibrary:(Class)self - withName:@"fire-install" - withVersion:[NSString stringWithUTF8String:FIRInstallationsVersionStr]]; + [FIRApp registerInternalLibrary:(Class)self withName:@"fire-install"]; } + (nonnull NSArray *)componentsToRegister { @@ -128,9 +127,7 @@ NS_ASSUME_NONNULL_BEGIN [missingFields addObject:@"`FirebaseOptions.googleAppID`"]; } - // TODO(#4692): Check for `appOptions.projectID.length < 1` only. - // We can use `GCMSenderID` instead of `projectID` temporary. - if (appOptions.projectID.length < 1 && appOptions.GCMSenderID.length < 1) { + if (appOptions.projectID.length < 1) { [missingFields addObject:@"`FirebaseOptions.projectID`"]; } @@ -146,6 +143,43 @@ NS_ASSUME_NONNULL_BEGIN kFIRLoggerInstallations, kFIRInstallationsMessageCodeInvalidFirebaseAppOptions, [missingFields componentsJoinedByString:@", "]]; } + + [self validateAPIKey:appOptions.APIKey]; +} + ++ (void)validateAPIKey:(nullable NSString *)APIKey { + NSMutableArray *validationIssues = [[NSMutableArray alloc] init]; + + if (APIKey.length != kExpectedAPIKeyLength) { + [validationIssues addObject:[NSString stringWithFormat:@"API Key length must be %lu characters", + (unsigned long)kExpectedAPIKeyLength]]; + } + + if (![[APIKey substringToIndex:1] isEqualToString:@"A"]) { + [validationIssues addObject:@"API Key must start with `A`"]; + } + + NSMutableCharacterSet *allowedCharacters = [NSMutableCharacterSet alphanumericCharacterSet]; + [allowedCharacters + formUnionWithCharacterSet:[NSCharacterSet characterSetWithCharactersInString:@"-_"]]; + + NSCharacterSet *characters = [NSCharacterSet characterSetWithCharactersInString:APIKey]; + if (![allowedCharacters isSupersetOfSet:characters]) { + [validationIssues addObject:@"API Key must contain only base64 url-safe characters characters"]; + } + + if (validationIssues.count > 0) { + [NSException + raise:kFirebaseInstallationsErrorDomain + format: + @"%@[%@] Could not configure Firebase Installations due to invalid FirebaseApp " + @"options. `FirebaseOptions.APIKey` doesn't match the expected format: %@. If you use " + @"GoogleServices-Info.plist please download the most recent version from the Firebase " + @"Console. If you configure Firebase in code, please make sure you specify all " + @"required parameters.", + kFIRLoggerInstallations, kFIRInstallationsMessageCodeInvalidFirebaseAppOptions, + [validationIssues componentsJoinedByString:@", "]]; + } } #pragma mark - Public diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResultInternal.h b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResultInternal.h index 2233dd346..662802ec1 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResultInternal.h +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResultInternal.h @@ -14,7 +14,7 @@ * limitations under the License. */ -#import "FirebaseInstallations/Source/Library/Public/FIRInstallationsAuthTokenResult.h" +#import "FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsAuthTokenResult.h" NS_ASSUME_NONNULL_BEGIN diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsItem.h b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsItem.h index 4b64b7fc1..8aa3a5eaa 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsItem.h +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsItem.h @@ -67,6 +67,13 @@ NS_ASSUME_NONNULL_BEGIN */ - (NSString *)identifier; +/** Validates if all the required item fields are populated and values don't explicitly conflict + * with each other. + * @param outError A reference to be populated with an error containing validation failure details. + * @return `YES` if the item it valid, `NO` otherwise. + */ +- (BOOL)isValid:(NSError *_Nullable *)outError; + /** * The installation identifier. * @param appID A `FirebaseApp` identifier. diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsItem.m b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsItem.m index 200d8ae41..0316e459e 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsItem.m +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsItem.m @@ -19,6 +19,8 @@ #import "FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h" #import "FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.h" +#import "FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h" + @implementation FIRInstallationsItem - (instancetype)initWithAppID:(NSString *)appID firebaseAppName:(NSString *)firebaseAppName { @@ -37,6 +39,7 @@ clone.refreshToken = [self.refreshToken copy]; clone.authToken = [self.authToken copy]; clone.registrationStatus = self.registrationStatus; + clone.IIDDefaultToken = [self.IIDDefaultToken copy]; return clone; } @@ -63,6 +66,60 @@ return [[self class] identifierWithAppID:self.appID appName:self.firebaseAppName]; } +- (BOOL)isValid:(NSError *_Nullable *)outError { + NSMutableArray *validationIssues = [NSMutableArray array]; + + if (self.appID.length == 0) { + [validationIssues addObject:@"`appID` must not be empty"]; + } + + if (self.firebaseAppName.length == 0) { + [validationIssues addObject:@"`firebaseAppName` must not be empty"]; + } + + if (self.firebaseInstallationID.length == 0) { + [validationIssues addObject:@"`firebaseInstallationID` must not be empty"]; + } + + switch (self.registrationStatus) { + case FIRInstallationStatusUnknown: + [validationIssues addObject:@"invalid `registrationStatus`"]; + break; + + case FIRInstallationStatusRegistered: + if (self.refreshToken == 0) { + [validationIssues addObject:@"registered installation must have non-empty `refreshToken`"]; + } + + if (self.authToken.token == 0) { + [validationIssues + addObject:@"registered installation must have non-empty `authToken.token`"]; + } + + if (self.authToken.expirationDate == nil) { + [validationIssues + addObject:@"registered installation must have non-empty `authToken.expirationDate`"]; + } + + case FIRInstallationStatusUnregistered: + break; + } + + BOOL isValid = validationIssues.count == 0; + + if (!isValid && outError) { + NSString *failureReason = + [NSString stringWithFormat:@"FIRInstallationsItem validation errors: %@", + [validationIssues componentsJoinedByString:@", "]]; + *outError = + [FIRInstallationsErrorUtil installationsErrorWithCode:FIRInstallationsErrorCodeUnknown + failureReason:failureReason + underlyingError:nil]; + } + + return isValid; +} + + (NSString *)identifierWithAppID:(NSString *)appID appName:(NSString *)appName { return [appID stringByAppendingString:appName]; } diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsLogger.h b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsLogger.h index e4192bf66..8e7c9b288 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsLogger.h +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsLogger.h @@ -36,6 +36,7 @@ extern NSString *const kFIRInstallationsMessageCodeNewGetInstallationOperationCr extern NSString *const kFIRInstallationsMessageCodeNewGetAuthTokenOperationCreated; extern NSString *const kFIRInstallationsMessageCodeNewDeleteInstallationOperationCreated; extern NSString *const kFIRInstallationsMessageCodeInvalidFirebaseConfiguration; +extern NSString *const kFIRInstallationsMessageCodeCorruptedStoredInstallation; // FIRInstallationsStoredItem.m extern NSString *const kFIRInstallationsMessageCodeInstallationCoderVersionMismatch; diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsLogger.m b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsLogger.m index edfcde970..a8ebd68cc 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsLogger.m +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsLogger.m @@ -34,6 +34,7 @@ NSString *const kFIRInstallationsMessageCodeNewGetInstallationOperationCreated = NSString *const kFIRInstallationsMessageCodeNewGetAuthTokenOperationCreated = @"I-FIS002001"; NSString *const kFIRInstallationsMessageCodeNewDeleteInstallationOperationCreated = @"I-FIS002002"; NSString *const kFIRInstallationsMessageCodeInvalidFirebaseConfiguration = @"I-FIS002003"; +NSString *const kFIRInstallationsMessageCodeCorruptedStoredInstallation = @"I-FIS002004"; // FIRInstallationsStoredItem.m NSString *const kFIRInstallationsMessageCodeInstallationCoderVersionMismatch = @"I-FIS003000"; diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsVersion.m b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsVersion.m deleted file mode 100644 index 8509680f9..000000000 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsVersion.m +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright 2019 Google - * - * 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. - */ - -#import "FirebaseInstallations/Source/Library/Public/FIRInstallationsVersion.h" - -// Convert the macro to a string -#define STR(x) STR_EXPAND(x) -#define STR_EXPAND(x) #x - -const char *const FIRInstallationsVersionStr = (const char *const)STR(FIRInstallations_LIB_VERSION); diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.m b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.m index 1a77831df..1c2f5d374 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.m +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.m @@ -83,6 +83,12 @@ static NSString *const kFIRInstallationsIIDCreationTimePlistKey = @"|S|cre"; return [self base64URLEncodedStringWithData:data]; } +/** FirebaseInstallations SDK uses the SHA1 hash for backwards compatibility with the legacy + * FirebaseInstanceID SDK. The SHA1 hash is used to access Instance IDs stored on the device and not + * for any security-relevant process. This is a one-time step that allows migration of old client + * identifiers. Cryptographic security is not needed here, so potential hash collisions are not a + * problem. + */ - (NSData *)sha1WithData:(NSData *)data { unsigned char output[CC_SHA1_DIGEST_LENGTH]; unsigned int length = (unsigned int)[data length]; diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.m b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.m index 7d6226353..5ef3331e7 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.m +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.m @@ -22,7 +22,7 @@ #import "FBLPromises.h" #endif -#import "GoogleUtilities/Environment/Private/GULKeychainUtils.h" +#import #import "FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h" diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.m b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.m index 8f38e0c6c..c520a2f9b 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.m +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.m @@ -16,8 +16,6 @@ #import "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.h" -#import "FirebaseInstallations/Source/Library/Public/FIRInstallationsVersion.h" - #if __has_include() #import #else @@ -26,6 +24,7 @@ #import "FirebaseCore/Sources/Private/FirebaseCoreInternal.h" #import "FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h" +#import "FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.h" #import "FirebaseInstallations/Source/Library/FIRInstallationsLogger.h" #import "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.h" @@ -71,7 +70,7 @@ NS_ASSUME_NONNULL_END - (instancetype)initWithAPIKey:(NSString *)APIKey projectID:(NSString *)projectID { NSURLSession *URLSession = [NSURLSession - sessionWithConfiguration:[NSURLSessionConfiguration defaultSessionConfiguration]]; + sessionWithConfiguration:[NSURLSessionConfiguration ephemeralSessionConfiguration]]; return [self initWithURLSession:URLSession APIKey:APIKey projectID:projectID]; } @@ -91,7 +90,10 @@ NS_ASSUME_NONNULL_END #pragma mark - Public - (FBLPromise *)registerInstallation:(FIRInstallationsItem *)installation { - return [self registerRequestWithInstallation:installation] + return [self validateInstallation:installation] + .then(^id _Nullable(FIRInstallationsItem *_Nullable validInstallation) { + return [self registerRequestWithInstallation:validInstallation]; + }) .then(^id _Nullable(NSURLRequest *_Nullable request) { return [self sendURLRequest:request]; }) @@ -137,7 +139,9 @@ NS_ASSUME_NONNULL_END NSURL *URL = [NSURL URLWithString:URLString]; NSDictionary *bodyDict = @{ - @"fid" : installation.firebaseInstallationID, + // `firebaseInstallationID` is validated before but let's make sure it is not `nil` one more + // time to prevent a crash. + @"fid" : installation.firebaseInstallationID ?: @"", @"authVersion" : @"FIS_v2", @"appId" : installation.appID, @"sdkVersion" : [self SDKVersion] @@ -333,7 +337,8 @@ NS_ASSUME_NONNULL_END return [FBLPromise attempts:1 delay:1 condition:^BOOL(NSInteger remainingAttempts, NSError *_Nonnull error) { - return [FIRInstallationsErrorUtil isAPIError:error withHTTPCode:500]; + return [FIRInstallationsErrorUtil isAPIError:error + withHTTPCode:FIRInstallationsHTTPCodesServerInternalError]; } retry:^id _Nullable { return [self URLRequestPromise:request]; @@ -341,7 +346,21 @@ NS_ASSUME_NONNULL_END } - (NSString *)SDKVersion { - return [NSString stringWithFormat:@"i:%s", FIRInstallationsVersionStr]; + return [NSString stringWithFormat:@"i:%@", FIRFirebaseVersion()]; +} + +#pragma mark - Validation + +- (FBLPromise *)validateInstallation:(FIRInstallationsItem *)installation { + FBLPromise *result = [FBLPromise pendingPromise]; + + NSError *validationError; + if ([installation isValid:&validationError]) { + [result fulfill:installation]; + } else { + [result reject:validationError]; + } + return result; } #pragma mark - JSON diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.h b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.h index 0e4af55e4..ec0217f1f 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.h +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.h @@ -26,7 +26,7 @@ NS_ASSUME_NONNULL_BEGIN * Parses and validates the Register Installation API response and returns a corresponding * `FIRInstallationsItem` instance on success. * @param JSONData The data with JSON encoded API response. - * @param date The Auth Token expiration date will be calculated as `date` + + * @param date The installation auth token expiration date will be calculated as `date` + * `response.authToken.expiresIn`. For most of the cases `[NSDate date]` should be passed there. A * different value may be passed e.g. for unit tests. * @param outError A pointer to assign a specific `NSError` instance in case of failure. No error is diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.h b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.h new file mode 100644 index 000000000..4d40338c9 --- /dev/null +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.h @@ -0,0 +1,27 @@ +/* + * Copyright 2020 Google LLC + * + * 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. + */ + +#import + +NS_ASSUME_NONNULL_BEGIN + +/** A block returning current date. */ +typedef NSDate *_Nonnull (^FIRCurrentDateProvider)(void); + +/** The function returns a `FIRCurrentDateProvider` block that returns a real current date. */ +FIRCurrentDateProvider FIRRealCurrentDateProvider(void); + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRErrors.h b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.m similarity index 66% rename from ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRErrors.h rename to ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.m index 19e47328a..d2a1d408b 100644 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRErrors.h +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.m @@ -1,5 +1,5 @@ /* - * Copyright 2017 Google + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,11 +14,10 @@ * limitations under the License. */ -#import +#import "FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.h" -#include "FIRErrorCode.h" - -extern NSString *const kFirebaseErrorDomain; -extern NSString *const kFirebaseConfigErrorDomain; -extern NSString *const kFirebaseCoreErrorDomain; -extern NSString *const kFirebasePerfErrorDomain; +FIRCurrentDateProvider FIRRealCurrentDateProvider(void) { + return ^NSDate *(void) { + return [NSDate date]; + }; +} diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.h b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.h new file mode 100644 index 000000000..576061894 --- /dev/null +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.h @@ -0,0 +1,54 @@ +/* + * Copyright 2020 Google LLC + * + * 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. + */ + +#import + +#import "FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.h" + +NS_ASSUME_NONNULL_BEGIN + +typedef NS_ENUM(NSInteger, FIRInstallationsBackoffEvent) { + FIRInstallationsBackoffEventSuccess, + FIRInstallationsBackoffEventRecoverableFailure, + FIRInstallationsBackoffEventUnrecoverableFailure +}; + +/** The protocol defines API for a class that encapsulates backoff logic that prevents the SDK from + * sending unnecessary server requests. See API docs for the methods for more details. */ + +@protocol FIRInstallationsBackoffControllerProtocol + +/** The client must call the method each time a protected server request succeeds of fails. It will + * affect the `isNextRequestAllowed` method result for the current time, e.g. when 3 recoverable + * errors were logged in a row, then `isNextRequestAllowed` will return `YES` only in `pow(2, 3)` + * seconds. */ +- (void)registerEvent:(FIRInstallationsBackoffEvent)event; + +/** Returns if sending a next protected is recommended based on the time and the sequence of logged + * events and the current time. See also `registerEvent:`. */ +- (BOOL)isNextRequestAllowed; + +@end + +/** An implementation of `FIRInstallationsBackoffControllerProtocol` with exponential backoff for + * recoverable errors and constant backoff for recoverable errors. */ +@interface FIRInstallationsBackoffController : NSObject + +- (instancetype)initWithCurrentDateProvider:(FIRCurrentDateProvider)currentDateProvider; + +@end + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.m b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.m new file mode 100644 index 000000000..1835d080f --- /dev/null +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.m @@ -0,0 +1,132 @@ +/* + * Copyright 2020 Google LLC + * + * 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. + */ + +#import "FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.h" + +static const NSTimeInterval k24Hours = 24 * 60 * 60; +static const NSTimeInterval k30Minutes = 30 * 60; + +/** The class represents `FIRInstallationsBackoffController` sate required to calculate next allowed + request time. The properties of the class are intentionally immutable because changing them + separately leads to an inconsistent state. */ +@interface FIRInstallationsBackoffEventData : NSObject + +@property(nonatomic, readonly) FIRInstallationsBackoffEvent eventType; +@property(nonatomic, readonly) NSDate *lastEventDate; +@property(nonatomic, readonly) NSInteger eventCount; + +@property(nonatomic, readonly) NSTimeInterval backoffTimeInterval; + +@end + +@implementation FIRInstallationsBackoffEventData + +- (instancetype)initWithEvent:(FIRInstallationsBackoffEvent)eventType + lastEventDate:(NSDate *)lastEventDate + eventCount:(NSInteger)eventCount { + self = [super init]; + if (self) { + _eventType = eventType; + _lastEventDate = lastEventDate; + _eventCount = eventCount; + + _backoffTimeInterval = [[self class] backoffTimeIntervalWithEvent:eventType + eventCount:eventCount]; + } + return self; +} + ++ (NSTimeInterval)backoffTimeIntervalWithEvent:(FIRInstallationsBackoffEvent)eventType + eventCount:(NSInteger)eventCount { + switch (eventType) { + case FIRInstallationsBackoffEventSuccess: + return 0; + break; + + case FIRInstallationsBackoffEventRecoverableFailure: + return [self recoverableErrorBackoffTimeForAttemptNumber:eventCount]; + break; + + case FIRInstallationsBackoffEventUnrecoverableFailure: + return k24Hours; + break; + } +} + ++ (NSTimeInterval)recoverableErrorBackoffTimeForAttemptNumber:(NSInteger)attemptNumber { + NSTimeInterval exponentialInterval = pow(2, attemptNumber) + [self randomMilliseconds]; + return MIN(exponentialInterval, k30Minutes); +} + ++ (NSTimeInterval)randomMilliseconds { + int32_t random_millis = ABS(arc4random() % 1000); + return (double)random_millis * 0.001; +} + +@end + +@interface FIRInstallationsBackoffController () + +@property(nonatomic, readonly) FIRCurrentDateProvider currentDateProvider; + +@property(nonatomic, nullable) FIRInstallationsBackoffEventData *lastEventData; + +@end + +@implementation FIRInstallationsBackoffController + +- (instancetype)init { + return [self initWithCurrentDateProvider:FIRRealCurrentDateProvider()]; +} + +- (instancetype)initWithCurrentDateProvider:(FIRCurrentDateProvider)currentDateProvider { + self = [super init]; + if (self) { + _currentDateProvider = [currentDateProvider copy]; + } + return self; +} + +- (BOOL)isNextRequestAllowed { + @synchronized(self) { + if (self.lastEventData == nil) { + return YES; + } + + NSTimeInterval timeSinceLastEvent = + [self.currentDateProvider() timeIntervalSinceDate:self.lastEventData.lastEventDate]; + return timeSinceLastEvent >= self.lastEventData.backoffTimeInterval; + } +} + +- (void)registerEvent:(FIRInstallationsBackoffEvent)event { + @synchronized(self) { + // Event of the same type as was registered before. + if (self.lastEventData && self.lastEventData.eventType == event) { + self.lastEventData = [[FIRInstallationsBackoffEventData alloc] + initWithEvent:event + lastEventDate:self.currentDateProvider() + eventCount:self.lastEventData.eventCount + 1]; + } else { // A different event. + self.lastEventData = + [[FIRInstallationsBackoffEventData alloc] initWithEvent:event + lastEventDate:self.currentDateProvider() + eventCount:1]; + } + } +} + +@end diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.m b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.m index b6ea4b24f..ea2128ea1 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.m +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.m @@ -22,8 +22,8 @@ #import "FBLPromises.h" #endif +#import #import "FirebaseCore/Sources/Private/FirebaseCoreInternal.h" -#import "GoogleUtilities/Environment/Private/GULKeychainStorage.h" #import "FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h" #import "FirebaseInstallations/Source/Library/FIRInstallationsItem.h" @@ -31,6 +31,7 @@ #import "FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.h" #import "FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.h" #import "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.h" +#import "FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.h" #import "FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.h" #import "FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.h" @@ -56,6 +57,8 @@ static NSString *const kKeychainService = @"com.firebase.FIRInstallations.instal @property(nonatomic, readonly) FIRInstallationsAPIService *APIService; +@property(nonatomic, readonly) id backoffController; + @property(nonatomic, readonly) FIRInstallationsSingleOperationPromiseCache *getInstallationPromiseCache; @property(nonatomic, readonly) @@ -79,21 +82,23 @@ static NSString *const kKeychainService = @"com.firebase.FIRInstallations.instal FIRInstallationsStore *installationsStore = [[FIRInstallationsStore alloc] initWithSecureStorage:secureStorage accessGroup:accessGroup]; - // Use `GCMSenderID` as project identifier when `projectID` is not available. - NSString *APIServiceProjectID = (projectID.length > 0) ? projectID : GCMSenderID; FIRInstallationsAPIService *apiService = - [[FIRInstallationsAPIService alloc] initWithAPIKey:APIKey projectID:APIServiceProjectID]; + [[FIRInstallationsAPIService alloc] initWithAPIKey:APIKey projectID:projectID]; FIRInstallationsIIDStore *IIDStore = [[FIRInstallationsIIDStore alloc] init]; FIRInstallationsIIDTokenStore *IIDCheckingStore = [[FIRInstallationsIIDTokenStore alloc] initWithGCMSenderID:GCMSenderID]; + FIRInstallationsBackoffController *backoffController = + [[FIRInstallationsBackoffController alloc] init]; + return [self initWithGoogleAppID:appID appName:appName installationsStore:installationsStore APIService:apiService IIDStore:IIDStore - IIDTokenStore:IIDCheckingStore]; + IIDTokenStore:IIDCheckingStore + backoffController:backoffController]; } /// The initializer is supposed to be used by tests to inject `installationsStore`. @@ -102,7 +107,9 @@ static NSString *const kKeychainService = @"com.firebase.FIRInstallations.instal installationsStore:(FIRInstallationsStore *)installationsStore APIService:(FIRInstallationsAPIService *)APIService IIDStore:(FIRInstallationsIIDStore *)IIDStore - IIDTokenStore:(FIRInstallationsIIDTokenStore *)IIDTokenStore { + IIDTokenStore:(FIRInstallationsIIDTokenStore *)IIDTokenStore + backoffController: + (id)backoffController { self = [super init]; if (self) { _appID = appID; @@ -111,6 +118,7 @@ static NSString *const kKeychainService = @"com.firebase.FIRInstallations.instal _APIService = APIService; _IIDStore = IIDStore; _IIDTokenStore = IIDTokenStore; + _backoffController = backoffController; __weak FIRInstallationsIDController *weakSelf = self; @@ -170,16 +178,13 @@ static NSString *const kKeychainService = @"com.firebase.FIRInstallations.instal - (FBLPromise *)getStoredInstallation { return [self.installationsStore installationForAppID:self.appID appName:self.appName].validate( ^BOOL(FIRInstallationsItem *installation) { - BOOL isValid = NO; - switch (installation.registrationStatus) { - case FIRInstallationStatusUnregistered: - case FIRInstallationStatusRegistered: - isValid = YES; - break; + NSError *validationError; + BOOL isValid = [installation isValid:&validationError]; - case FIRInstallationStatusUnknown: - isValid = NO; - break; + if (!isValid) { + FIRLogWarning( + kFIRLoggerInstallations, kFIRInstallationsMessageCodeCorruptedStoredInstallation, + @"Stored installation validation error: %@", validationError.localizedDescription); } return isValid; @@ -253,8 +258,16 @@ static NSString *const kKeychainService = @"com.firebase.FIRInstallations.instal break; } + // Check for backoff. + if (![self.backoffController isNextRequestAllowed]) { + return [FIRInstallationsErrorUtil + rejectedPromiseWithError:[FIRInstallationsErrorUtil backoffIntervalWaitError]]; + } + return [self.APIService registerInstallation:installation] .catch(^(NSError *_Nonnull error) { + [self updateBackoffWithSuccess:NO APIError:error]; + if ([self doesRegistrationErrorRequireConfigChange:error]) { FIRLogError(kFIRLoggerInstallations, kFIRInstallationsMessageCodeInvalidFirebaseConfiguration, @@ -264,6 +277,7 @@ static NSString *const kKeychainService = @"com.firebase.FIRInstallations.instal } }) .then(^id(FIRInstallationsItem *registeredInstallation) { + [self updateBackoffWithSuccess:YES APIError:nil]; return [self saveInstallation:registeredInstallation]; }) .then(^FIRInstallationsItem *(FIRInstallationsItem *registeredInstallation) { @@ -285,7 +299,6 @@ static NSString *const kKeychainService = @"com.firebase.FIRInstallations.instal switch (HTTPError.HTTPResponse.statusCode) { // These are the errors that require Firebase configuration change. case FIRInstallationsRegistrationHTTPCodeInvalidArgument: - case FIRInstallationsRegistrationHTTPCodeInvalidAPIKey: case FIRInstallationsRegistrationHTTPCodeAPIKeyToProjectIDMismatch: case FIRInstallationsRegistrationHTTPCodeProjectNotFound: return YES; @@ -333,10 +346,21 @@ static NSString *const kKeychainService = @"com.firebase.FIRInstallations.instal - (FBLPromise *)refreshAuthTokenForInstallation: (FIRInstallationsItem *)installation { - return [[self.APIService refreshAuthTokenForInstallation:installation] + // Check for backoff. + if (![self.backoffController isNextRequestAllowed]) { + return [FIRInstallationsErrorUtil + rejectedPromiseWithError:[FIRInstallationsErrorUtil backoffIntervalWaitError]]; + } + + return [[[self.APIService refreshAuthTokenForInstallation:installation] then:^id _Nullable(FIRInstallationsItem *_Nullable refreshedInstallation) { + [self updateBackoffWithSuccess:YES APIError:nil]; return [self saveInstallation:refreshedInstallation]; - }]; + }] recover:^id _Nullable(NSError *_Nonnull error) { + // Pass the error to the backoff controller. + [self updateBackoffWithSuccess:NO APIError:error]; + return error; + }]; } - (id)regenerateFIDOnRefreshTokenErrorIfNeeded:(NSError *)error { @@ -443,6 +467,33 @@ static NSString *const kKeychainService = @"com.firebase.FIRInstallations.instal ?: [self.getInstallationPromiseCache getExistingPendingPromise]; } +#pragma mark - Backoff + +- (void)updateBackoffWithSuccess:(BOOL)success APIError:(nullable NSError *)APIError { + if (success) { + [self.backoffController registerEvent:FIRInstallationsBackoffEventSuccess]; + } else if ([APIError isKindOfClass:[FIRInstallationsHTTPError class]]) { + FIRInstallationsHTTPError *HTTPResponseError = (FIRInstallationsHTTPError *)APIError; + NSInteger statusCode = HTTPResponseError.HTTPResponse.statusCode; + + if (statusCode == FIRInstallationsAuthTokenHTTPCodeInvalidAuthentication || + statusCode == FIRInstallationsAuthTokenHTTPCodeFIDNotFound) { + // These errors are explicitly excluded because they are handled by FIS SDK itself so don't + // require backoff. + } else if (statusCode == 400 || statusCode == 403) { // Explicitly unrecoverable errors. + [self.backoffController registerEvent:FIRInstallationsBackoffEventUnrecoverableFailure]; + } else if (statusCode == 429 || + (statusCode >= 500 && statusCode < 600)) { // Explicitly recoverable errors. + [self.backoffController registerEvent:FIRInstallationsBackoffEventRecoverableFailure]; + } else { // Treat all unknown errors as recoverable. + [self.backoffController registerEvent:FIRInstallationsBackoffEventRecoverableFailure]; + } + } + + // If the error class is not `FIRInstallationsHTTPError` it indicates a connection error. Such + // errors should not change backoff interval. +} + #pragma mark - Notifications - (void)postFIDDidChangeNotification { diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.m b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.m index 72041000d..40cd5fb31 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.m +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.m @@ -16,7 +16,7 @@ #import "FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.h" -#import "GoogleUtilities/UserDefaults/Private/GULUserDefaults.h" +#import #if __has_include() #import @@ -24,7 +24,7 @@ #import "FBLPromises.h" #endif -#import "GoogleUtilities/Environment/Private/GULKeychainStorage.h" +#import #import "FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h" #import "FirebaseInstallations/Source/Library/FIRInstallationsItem.h" diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h index f6e428288..4da2337da 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h @@ -45,9 +45,9 @@ typedef NS_ENUM(NSInteger, FIRInstallationsAuthTokenStatus) { @interface FIRInstallationsStoredAuthToken : NSObject @property FIRInstallationsAuthTokenStatus status; -/// The token that can be used to authorize requests to Firebase backend. +/// The installation auth token string that can be used to authorize requests to Firebase backend. @property(nullable, copy) NSString *token; -/// The date when the auth token expires. +/// The installation auth token expiration date. @property(nullable, copy) NSDate *expirationDate; /// The version of local storage. diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.h b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.h index 83902deb0..0126eb0bc 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.h +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.h @@ -35,7 +35,7 @@ NS_ASSUME_NONNULL_BEGIN /// A stable identifier that uniquely identifies the app instance. @property(nonatomic, copy, nullable) NSString *firebaseInstallationID; -/// The `refreshToken` is used to authorize the auth token requests. +/// The `refreshToken` is used to authorize the installation auth token requests. @property(nonatomic, copy, nullable) NSString *refreshToken; @property(nonatomic, nullable) FIRInstallationsStoredAuthToken *authToken; diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h index cd40f1723..0c850e9d2 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h @@ -16,8 +16,4 @@ // Installations Public headers. Any package manager complexity should be // handled here. -#if SWIFT_PACKAGE -@import FirebaseInstallations; -#else #import -#endif diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FIRInstallations.h b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallations.h similarity index 80% rename from ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FIRInstallations.h rename to ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallations.h index 4839b4e03..9ffe9eea0 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FIRInstallations.h +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallations.h @@ -22,9 +22,14 @@ NS_ASSUME_NONNULL_BEGIN /** A notification with this name is sent each time an installation is created or deleted. */ -FOUNDATION_EXPORT const NSNotificationName FIRInstallationIDDidChangeNotification; +// clang-format off +// clang-format12 merges the next two lines. +FOUNDATION_EXPORT const NSNotificationName FIRInstallationIDDidChangeNotification + NS_SWIFT_NAME(InstallationIDDidChange); /** `userInfo` key for the `FirebaseApp.name` in `FIRInstallationIDDidChangeNotification`. */ -FOUNDATION_EXPORT NSString *const kFIRInstallationIDDidChangeNotificationAppNameKey; +FOUNDATION_EXPORT NSString *const kFIRInstallationIDDidChangeNotificationAppNameKey + NS_SWIFT_NAME(InstallationIDDidChangeAppNameKey); +// clang-format on /** * An installation ID handler block. @@ -71,7 +76,8 @@ NS_SWIFT_NAME(Installations) * @returns An instance of `Installations` corresponding to the passed application. * @throw Throws an exception if required `FirebaseApp` options are missing. */ -+ (FIRInstallations *)installationsWithApp:(FIRApp *)application NS_SWIFT_NAME(installations(app:)); ++ (FIRInstallations *)installationsWithApp:(FIRApp *)application + NS_SWIFT_NAME(installations(app:)); /** * The method creates or retrieves an installation ID. The installation ID is a stable identifier @@ -83,9 +89,9 @@ NS_SWIFT_NAME(Installations) - (void)installationIDWithCompletion:(FIRInstallationsIDHandler)completion; /** - * Retrieves (locally if it exists or from the server) a valid authorization token. An existing - * token may be invalidated or expired, so it is recommended to fetch the auth token before each - * server request. The method does the same as `Installations.authTokenForcingRefresh(:, + * Retrieves (locally if it exists or from the server) a valid installation auth token. An existing + * token may be invalidated or expired, so it is recommended to fetch the installation auth token + * before each server request. The method does the same as `Installations.authTokenForcingRefresh(:, * completion:)` with forcing refresh `NO`. * @param completion A completion handler which is invoked when the operation completes. See * `InstallationsTokenHandler` for additional details. @@ -93,13 +99,14 @@ NS_SWIFT_NAME(Installations) - (void)authTokenWithCompletion:(FIRInstallationsTokenHandler)completion; /** - * Retrieves (locally or from the server depending on `forceRefresh` value) a valid authorization - * token. An existing token may be invalidated or expire, so it is recommended to fetch the auth - * token before each server request. This method should be used with `forceRefresh == YES` when e.g. - * a request with the previously fetched auth token failed with "Not Authorized" error. - * @param forceRefresh If `YES` then the locally cached auth token will be ignored and a new one - * will be requested from the server. If `NO`, then the locally cached auth token will be returned - * if exists and has not expired yet. + * Retrieves (locally or from the server depending on `forceRefresh` value) a valid installation + * auth token. An existing token may be invalidated or expire, so it is recommended to fetch the + * installation auth token before each server request. This method should be used with `forceRefresh + * == YES` when e.g. a request with the previously fetched installation auth token failed with "Not + * Authorized" error. + * @param forceRefresh If `YES` then the locally cached installation auth token will be ignored and + * a new one will be requested from the server. If `NO`, then the locally cached installation auth + * token will be returned if exists and has not expired yet. * @param completion A completion handler which is invoked when the operation completes. See * `InstallationsTokenHandler` for additional details. */ diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FIRInstallationsAuthTokenResult.h b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsAuthTokenResult.h similarity index 83% rename from ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FIRInstallationsAuthTokenResult.h rename to ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsAuthTokenResult.h index 7753132d9..501ac4e14 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FIRInstallationsAuthTokenResult.h +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsAuthTokenResult.h @@ -18,14 +18,14 @@ NS_ASSUME_NONNULL_BEGIN -/** The class represents a result of the auth token request. */ +/** The class represents a result of the installation auth token request. */ NS_SWIFT_NAME(InstallationsAuthTokenResult) @interface FIRInstallationsAuthTokenResult : NSObject -/** The authorization token string. */ +/** The installation auth token string. */ @property(nonatomic, readonly) NSString *authToken; -/** The auth token expiration date. */ +/** The installation auth token expiration date. */ @property(nonatomic, readonly) NSDate *expirationDate; @end diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FIRInstallationsErrors.h b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsErrors.h similarity index 100% rename from ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FIRInstallationsErrors.h rename to ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsErrors.h diff --git a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations.h b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FirebaseInstallations.h similarity index 95% rename from ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations.h rename to ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FirebaseInstallations.h index accc9ac6b..8a9b3c144 100644 --- a/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations.h +++ b/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FirebaseInstallations.h @@ -17,4 +17,3 @@ #import "FIRInstallations.h" #import "FIRInstallationsAuthTokenResult.h" #import "FIRInstallationsErrors.h" -#import "FIRInstallationsVersion.h" diff --git a/ios/Pods/FirebaseInstallations/GoogleUtilities/Environment/Private/GULAppEnvironmentUtil.h b/ios/Pods/FirebaseInstallations/GoogleUtilities/Environment/Private/GULAppEnvironmentUtil.h deleted file mode 100644 index 2fb162261..000000000 --- a/ios/Pods/FirebaseInstallations/GoogleUtilities/Environment/Private/GULAppEnvironmentUtil.h +++ /dev/null @@ -1,47 +0,0 @@ -/* - * Copyright 2017 Google - * - * 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. - */ - -#import - -@interface GULAppEnvironmentUtil : NSObject - -/// Indicates whether the app is from Apple Store or not. Returns NO if the app is on simulator, -/// development environment or sideloaded. -+ (BOOL)isFromAppStore; - -/// Indicates whether the app is a Testflight app. Returns YES if the app has sandbox receipt. -/// Returns NO otherwise. -+ (BOOL)isAppStoreReceiptSandbox; - -/// Indicates whether the app is on simulator or not at runtime depending on the device -/// architecture. -+ (BOOL)isSimulator; - -/// The current device model. Returns an empty string if device model cannot be retrieved. -+ (NSString *)deviceModel; - -/// The current operating system version. Returns an empty string if the system version cannot be -/// retrieved. -+ (NSString *)systemVersion; - -/// Indicates whether it is running inside an extension or an app. -+ (BOOL)isAppExtension; - -/// @return Returns @YES when is run on iOS version greater or equal to 7.0 -+ (BOOL)isIOS7OrHigher DEPRECATED_MSG_ATTRIBUTE( - "Always `YES` because only iOS 8 and higher supported. The method will be removed."); - -@end diff --git a/ios/Pods/FirebaseInstallations/README.md b/ios/Pods/FirebaseInstallations/README.md index 1d9f0f678..c80c0013a 100644 --- a/ios/Pods/FirebaseInstallations/README.md +++ b/ios/Pods/FirebaseInstallations/README.md @@ -3,8 +3,12 @@ [![Platform](https://img.shields.io/cocoapods/p/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) [![Actions Status][gh-abtesting-badge]][gh-actions] +[![Actions Status][gh-appcheck-badge]][gh-actions] +[![Actions Status][gh-appdistribution-badge]][gh-actions] [![Actions Status][gh-auth-badge]][gh-actions] +[![Actions Status][gh-cocoapods-integration-badge]][gh-actions] [![Actions Status][gh-core-badge]][gh-actions] +[![Actions Status][gh-core-diagnostics-badge]][gh-actions] [![Actions Status][gh-crashlytics-badge]][gh-actions] [![Actions Status][gh-database-badge]][gh-actions] [![Actions Status][gh-datatransport-badge]][gh-actions] @@ -12,9 +16,13 @@ [![Actions Status][gh-firebasepod-badge]][gh-actions] [![Actions Status][gh-firestore-badge]][gh-actions] [![Actions Status][gh-functions-badge]][gh-actions] +[![Actions Status][gh-google-utilities-badge]][gh-actions] +[![Actions Status][gh-google-utilities-components-badge]][gh-actions] [![Actions Status][gh-inappmessaging-badge]][gh-actions] [![Actions Status][gh-interop-badge]][gh-actions] [![Actions Status][gh-messaging-badge]][gh-actions] +[![Actions Status][gh-mlmodeldownloader-badge]][gh-actions] +[![Actions Status][gh-performance-badge]][gh-actions] [![Actions Status][gh-remoteconfig-badge]][gh-actions] [![Actions Status][gh-storage-badge]][gh-actions] [![Actions Status][gh-symbolcollision-badge]][gh-actions] @@ -23,21 +31,23 @@ # Firebase Apple Open Source Development -This repository contains all Apple platform Firebase SDK source except FirebaseAnalytics, -FirebasePerformance, and FirebaseML. - -The repository also includes GoogleUtilities source. The -[GoogleUtilities](GoogleUtilities/README.md) pod is -a set of utilities used by Firebase and other Google products. +This repository contains all Apple platform Firebase SDK source except FirebaseAnalytics +and FirebaseML. Firebase is an app development platform with tools to help you build, grow and monetize your app. More information about Firebase can be found at [https://firebase.google.com](https://firebase.google.com). +The repository also includes GoogleUtilities and GoogleDataTransport source +which are utilities used by Firebase and other Google products. + +**Note** _FirebaseCombineSwift_ contains support for Apple's Combine framework. This module is currently under development, and not yet supported for use in production environments. Fore more details, please refer to the [docs](FirebaseCombineSwift/README.md). + ## Installation -See the three subsections for details about three different installation methods. +See the subsections below for details about the different installation methods. 1. [Standard pod install](README.md#standard-pod-install) +1. [Swift Package Manager](SwiftPackageManager.md) 1. [Installing from the GitHub repo](README.md#installing-from-github) 1. [Experimental Carthage](README.md#carthage-ios-only) @@ -46,11 +56,12 @@ See the three subsections for details about three different installation methods Go to [https://firebase.google.com/docs/ios/setup](https://firebase.google.com/docs/ios/setup). -### Installing from GitHub +### Swift Package Manager -For releases starting with 5.0.0, the source for each release is also deployed -to CocoaPods master and available via standard -[CocoaPods Podfile syntax](https://guides.cocoapods.org/syntax/podfile.html#pod). +Instructions for [Swift Package Manager](https://swift.org/package-manager/) support can be +found at [SwiftPackageManager.md](SwiftPackageManager.md). + +### Installing from GitHub These instructions can be used to access the Firebase repo at other branches, tags, or commits. @@ -67,14 +78,14 @@ All of the official releases are tagged in this repo and available via CocoaPods source snapshot or unreleased branch, use Podfile directives like the following: To access FirebaseFirestore via a branch: -``` +```ruby pod 'FirebaseCore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master' pod 'FirebaseFirestore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master' ``` To access FirebaseMessaging via a checked out version of the firebase-ios-sdk repo do: -``` +```ruby pod 'FirebaseCore', :path => '/path/to/firebase-ios-sdk' pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk' ``` @@ -82,12 +93,8 @@ pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk' ### Carthage (iOS only) Instructions for the experimental Carthage distribution are at -[Carthage](Carthage.md). - -### Rome - -Instructions for installing binary frameworks via -[Rome](https://github.com/CocoaPods/Rome) are at [Rome](Rome.md). +[Carthage](Carthage.md). If you have a new Mac with an Apple silicon chip, please see +[these instructions](AppleSilicon.md). ### Using Firebase from a Framework or a library @@ -98,13 +105,22 @@ Instructions for installing binary frameworks via To develop Firebase software in this repository, ensure that you have at least the following software: - * Xcode 10.3 (or later) - * CocoaPods 1.7.2 (or later) + * Xcode 12.2 (or later) + +CocoaPods is still the canonical way to develop, but much of the repo now supports +development with Swift Package Manager. + +### CocoaPods + +Install + * CocoaPods 1.10.0 (or later) * [CocoaPods generate](https://github.com/square/cocoapods-generate) For the pod that you want to develop: -`pod gen Firebase{name here}.podspec --local-sources=./ --auto-open --platforms=ios` +```ruby +pod gen Firebase{name here}.podspec --local-sources=./ --auto-open --platforms=ios +``` Note: If the CocoaPods cache is out of date, you may need to run `pod repo update` before the `pod gen` command. @@ -116,7 +132,7 @@ CocoaPods workspaces. Firestore has a self contained Xcode project. See [Firestore/README.md](Firestore/README.md). -### Development for Catalyst +#### Development for Catalyst * `pod gen {name here}.podspec --local-sources=./ --auto-open --platforms=ios` * Check the Mac box in the App-iOS Build Settings * Sign the App in the Settings Signing & Capabilities tab @@ -125,6 +141,18 @@ Firestore has a self contained Xcode project. See * Select the Unit-unit scheme * Run it to build and test +Alternatively disable signing in each target: +* Go to Build Settings tab +* Click `+` +* Select `Add User-Defined Setting` +* Add `CODE_SIGNING_REQUIRED` setting with a value of `NO` + +### Swift Package Manager +* `open Package.swift` or double click `Package.swift` in Finder. +* Xcode will open the project + * Choose a scheme for a library to build or test suite to run + * Choose a target platform by selecting the run destination along with the scheme + ### Adding a New Firebase Pod See [AddNewPod.md](AddNewPod.md). @@ -136,32 +164,24 @@ See [HeadersImports.md](HeadersImports.md). ### Code Formatting To ensure that the code is formatted consistently, run the script -[./scripts/style.sh](https://github.com/firebase/firebase-ios-sdk/blob/master/scripts/style.sh) +[./scripts/check.sh](https://github.com/firebase/firebase-ios-sdk/blob/master/scripts/check.sh) before creating a PR. -Travis will verify that any code changes are done in a style compliant way. Install -`clang-format` and `swiftformat`: +GitHub Actions will verify that any code changes are done in a style compliant +way. Install `clang-format` and `mint`: -``` -brew install clang-format -brew install swiftformat +```console +brew install clang-format@12 +brew install mint ``` ### Running Unit Tests Select a scheme and press Command-u to build a component and run its unit tests. -#### Viewing Code Coverage (Deprecated) - -First, make sure that [xcov](https://github.com/nakiostudio/xcov) is installed with `gem install xcov`. - -After running the `AllUnitTests_iOS` scheme in Xcode, execute -`xcov --workspace Firebase.xcworkspace --scheme AllUnitTests_iOS --output_directory xcov_output` -at Example/ in the terminal. This will aggregate the coverage, and you can run `open xcov_output/index.html` to see the results. - ### Running Sample Apps -In order to run the sample apps and integration tests, you'll need valid -`GoogleService-Info.plist` files for those samples. The Firebase Xcode project contains dummy plist +In order to run the sample apps and integration tests, you'll need a valid +`GoogleService-Info.plist` file. The Firebase Xcode project contains dummy plist files without real values, but can be replaced with real plist files. To get your own `GoogleService-Info.plist` files: @@ -171,6 +191,10 @@ files without real values, but can be replaced with real plist files. To get you identifier (e.g. `com.google.Database-Example`) 4. Download the resulting `GoogleService-Info.plist` and add it to the Xcode project. +### Coverage Report Generation + +See [scripts/code_coverage_report/README.md](scripts/code_coverage_report/README.md). + ## Specific Component Instructions See the sections below for any special instructions for those components. @@ -193,6 +217,12 @@ To run against a production instance, provide a valid GoogleServices-Info.plist [public](https://firebase.google.com/docs/database/security/quickstart) while your tests are running. +### Firebase Performance Monitoring +If you're doing specific Firebase Performance Monitoring development, see +[the Performance README](FirebasePerformance/README.md) for instructions about building the SDK +and [the Performance TestApp README](FirebasePerformance/Tests/TestApp/README.md) for instructions about +integrating Performance with the dev test App. + ### Firebase Storage To run the Storage Integration tests, follow the instructions in @@ -206,7 +236,8 @@ In order to actually test receiving push notifications, you will need to: 1. Change the bundle identifier of the sample app to something you own in your Apple Developer account, and enable that App ID for push notifications. 2. You'll also need to -[upload your APNs Provider Authentication Key or certificate to the Firebase Console](https://firebase.google.com/docs/cloud-messaging/ios/certs) +[upload your APNs Provider Authentication Key or certificate to the +Firebase Console](https://firebase.google.com/docs/cloud-messaging/ios/certs) at **Project Settings > Cloud Messaging > [Your Firebase App]**. 3. Ensure your iOS device is added to your Apple Developer portal as a test device. @@ -216,43 +247,39 @@ The iOS Simulator cannot register for remote notifications, and will not receive In order to receive push notifications, you'll have to follow the steps above and run the app on a physical device. -## Community Supported Efforts +## Building with Firebase on Apple platforms + +At this time, not all of Firebase's products are available across all Apple platforms. However, +Firebase is constantly evolving and community supported efforts have helped expand Firebase's support. +To keep up with the latest info regarding Firebase's support across Apple platforms, refer to +[this chart](https://firebase.google.com/docs/ios/learn-more#firebase_library_support_by_platform) +in Firebase's documentation. + +### Community Supported Efforts We've seen an amazing amount of interest and contributions to improve the Firebase SDKs, and we are very grateful! We'd like to empower as many developers as we can to be able to use Firebase and participate in the Firebase community. -### tvOS, macOS, watchOS and Catalyst -Thanks to contributions from the community, many of Firebase SDKs now compile, run unit tests, and work on -tvOS, macOS, watchOS and Catalyst. +#### tvOS, macOS, watchOS and Catalyst +Thanks to contributions from the community, many of Firebase SDKs now compile, run unit tests, and +work on tvOS, macOS, watchOS and Catalyst. -For tvOS, checkout the [Sample](Example/tvOSSample). -For watchOS, currently only Messaging and Storage (and their dependencies) have limited support. Checkout the -[Independent Watch App Sample](Example/watchOSSample). +For tvOS, see the [Sample](Example/tvOSSample). +For watchOS, currently only Messaging, Storage and Crashlytics (and their dependencies) have limited +support. See the [Independent Watch App Sample](Example/watchOSSample). -Keep in mind that macOS, tvOS, watchOS and Catalyst are not officially supported by Firebase, and this -repository is actively developed primarily for iOS. While we can catch basic unit test issues with -Travis, there may be some changes where the SDK no longer works as expected on macOS, tvOS or watchOS. If you -encounter this, please [file an issue](https://github.com/firebase/firebase-ios-sdk/issues). +Keep in mind that macOS, tvOS, watchOS and Catalyst are not officially supported by Firebase, and +this repository is actively developed primarily for iOS. While we can catch basic unit test issues +with GitHub Actions, there may be some changes where the SDK no longer works as expected on macOS, +tvOS or watchOS. If you encounter this, please +[file an issue](https://github.com/firebase/firebase-ios-sdk/issues). -During app setup in the console, you may get to a step that mentions something like "Checking if the app -has communicated with our servers". This relies on Analytics and will not work on macOS/tvOS/watchOS/Catalyst. +During app setup in the console, you may get to a step that mentions something like "Checking if the +app has communicated with our servers". This relies on Analytics and will not work on +macOS/tvOS/watchOS/Catalyst. **It's safe to ignore the message and continue**, the rest of the SDKs will work as expected. -To install, add a subset of the following to the Podfile: - -``` -pod 'Firebase/ABTesting' # No watchOS support yet -pod 'Firebase/Auth' # No watchOS support yet -pod 'Firebase/Crashlytics' # No watchOS support yet -pod 'Firebase/Database' # No watchOS support yet -pod 'Firebase/Firestore' # No watchOS support yet -pod 'Firebase/Functions' # No watchOS support yet -pod 'Firebase/Messaging' -pod 'Firebase/RemoteConfig' # No watchOS support yet -pod 'Firebase/Storage' -``` - #### Additional Catalyst Notes * FirebaseAuth and FirebaseMessaging require adding `Keychain Sharing Capability` @@ -260,6 +287,10 @@ to Build Settings. * FirebaseFirestore requires signing the [gRPC Resource target](https://github.com/firebase/firebase-ios-sdk/issues/3500#issuecomment-518741681). +#### Additional Crashlytics Notes +* watchOS has limited support. Due to watchOS restrictions, mach exceptions and signal crashes are +not recorded. (Crashes in SwiftUI are generated as mach exceptions, so will not be recorded) + ## Roadmap See [Roadmap](ROADMAP.md) for more about the Firebase iOS SDK Open Source @@ -280,8 +311,12 @@ Your use of Firebase is governed by the [gh-actions]: https://github.com/firebase/firebase-ios-sdk/actions [gh-abtesting-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/abtesting/badge.svg +[gh-appcheck-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/app_check/badge.svg +[gh-appdistribution-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/appdistribution/badge.svg [gh-auth-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/auth/badge.svg +[gh-cocoapods-integration-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/cocoapods-integration/badge.svg [gh-core-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/core/badge.svg +[gh-core-diagnostics-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/core-diagnostics/badge.svg [gh-crashlytics-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/crashlytics/badge.svg [gh-database-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/database/badge.svg [gh-datatransport-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/datatransport/badge.svg @@ -289,9 +324,13 @@ Your use of Firebase is governed by the [gh-firebasepod-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/firebasepod/badge.svg [gh-firestore-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/firestore/badge.svg [gh-functions-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/functions/badge.svg +[gh-google-utilities-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/google-utilities/badge.svg +[gh-google-utilities-components-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/google-utilities-components/badge.svg [gh-inappmessaging-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/inappmessaging/badge.svg [gh-interop-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/interop/badge.svg [gh-messaging-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/messaging/badge.svg +[gh-mlmodeldownloader-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/mlmodeldownloader/badge.svg +[gh-performance-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/performance/badge.svg [gh-remoteconfig-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/remoteconfig/badge.svg [gh-storage-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/storage/badge.svg [gh-symbolcollision-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/symbolcollision/badge.svg diff --git a/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.framework/GoogleAppMeasurement b/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.framework/GoogleAppMeasurement deleted file mode 100755 index 9dc6d74b6..000000000 Binary files a/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.framework/GoogleAppMeasurement and /dev/null differ diff --git a/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.framework/Modules/module.modulemap b/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.framework/Modules/module.modulemap deleted file mode 100755 index de80e9eae..000000000 --- a/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.framework/Modules/module.modulemap +++ /dev/null @@ -1,11 +0,0 @@ -framework module GoogleAppMeasurement { - export * - module * { export * } - link "sqlite3" - link "z" - link framework "CoreData" - link framework "Security" - link framework "StoreKit" - link framework "SystemConfiguration" - link framework "UIKit" -} diff --git a/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework/Info.plist b/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework/Info.plist new file mode 100644 index 000000000..59b493824 --- /dev/null +++ b/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework/Info.plist @@ -0,0 +1,42 @@ + + + + + AvailableLibraries + + + LibraryIdentifier + ios-arm64_i386_x86_64-simulator + LibraryPath + GoogleAppMeasurementWithoutAdIdSupport.framework + SupportedArchitectures + + arm64 + i386 + x86_64 + + SupportedPlatform + ios + SupportedPlatformVariant + simulator + + + LibraryIdentifier + ios-arm64_armv7 + LibraryPath + GoogleAppMeasurementWithoutAdIdSupport.framework + SupportedArchitectures + + arm64 + armv7 + + SupportedPlatform + ios + + + CFBundlePackageType + XFWK + XCFrameworkFormatVersion + 1.0 + + diff --git a/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework/ios-arm64_armv7/GoogleAppMeasurementWithoutAdIdSupport.framework/GoogleAppMeasurementWithoutAdIdSupport b/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework/ios-arm64_armv7/GoogleAppMeasurementWithoutAdIdSupport.framework/GoogleAppMeasurementWithoutAdIdSupport new file mode 100644 index 000000000..1d4b41087 Binary files /dev/null and b/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework/ios-arm64_armv7/GoogleAppMeasurementWithoutAdIdSupport.framework/GoogleAppMeasurementWithoutAdIdSupport differ diff --git a/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework/ios-arm64_armv7/GoogleAppMeasurementWithoutAdIdSupport.framework/Info.plist b/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework/ios-arm64_armv7/GoogleAppMeasurementWithoutAdIdSupport.framework/Info.plist new file mode 100644 index 000000000..adf96a91c --- /dev/null +++ b/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework/ios-arm64_armv7/GoogleAppMeasurementWithoutAdIdSupport.framework/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleExecutable + GoogleAppMeasurementWithoutAdIdSupport + CFBundleIdentifier + com.firebase.Firebase-GoogleAppMeasurementWithoutAdIdSupport + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + GoogleAppMeasurementWithoutAdIdSupport + CFBundlePackageType + FMWK + CFBundleVersion + 8.0.0 + DTSDKName + iphonesimulator11.2 + + diff --git a/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework/ios-arm64_armv7/GoogleAppMeasurementWithoutAdIdSupport.framework/Modules/module.modulemap b/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework/ios-arm64_armv7/GoogleAppMeasurementWithoutAdIdSupport.framework/Modules/module.modulemap new file mode 100644 index 000000000..cb2463b0d --- /dev/null +++ b/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework/ios-arm64_armv7/GoogleAppMeasurementWithoutAdIdSupport.framework/Modules/module.modulemap @@ -0,0 +1,10 @@ +framework module GoogleAppMeasurementWithoutAdIdSupport { +umbrella header "GoogleAppMeasurementWithoutAdIdSupport-umbrella.h" +export * +module * { export * } + link framework "Security" + link framework "SystemConfiguration" + link "c++" + link "sqlite3" + link "z" +} diff --git a/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurementWithoutAdIdSupport.framework/GoogleAppMeasurementWithoutAdIdSupport b/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurementWithoutAdIdSupport.framework/GoogleAppMeasurementWithoutAdIdSupport new file mode 100644 index 000000000..f41196080 Binary files /dev/null and b/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurementWithoutAdIdSupport.framework/GoogleAppMeasurementWithoutAdIdSupport differ diff --git a/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurementWithoutAdIdSupport.framework/Info.plist b/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurementWithoutAdIdSupport.framework/Info.plist new file mode 100644 index 000000000..adf96a91c --- /dev/null +++ b/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurementWithoutAdIdSupport.framework/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleExecutable + GoogleAppMeasurementWithoutAdIdSupport + CFBundleIdentifier + com.firebase.Firebase-GoogleAppMeasurementWithoutAdIdSupport + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + GoogleAppMeasurementWithoutAdIdSupport + CFBundlePackageType + FMWK + CFBundleVersion + 8.0.0 + DTSDKName + iphonesimulator11.2 + + diff --git a/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurementWithoutAdIdSupport.framework/Modules/module.modulemap b/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurementWithoutAdIdSupport.framework/Modules/module.modulemap new file mode 100644 index 000000000..cb2463b0d --- /dev/null +++ b/ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurementWithoutAdIdSupport.framework/Modules/module.modulemap @@ -0,0 +1,10 @@ +framework module GoogleAppMeasurementWithoutAdIdSupport { +umbrella header "GoogleAppMeasurementWithoutAdIdSupport-umbrella.h" +export * +module * { export * } + link framework "Security" + link framework "SystemConfiguration" + link "c++" + link "sqlite3" + link "z" +} diff --git a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTCompressionHelper.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTCompressionHelper.m similarity index 94% rename from ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTCompressionHelper.m rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTCompressionHelper.m index 9e3745f4a..11d849e1a 100644 --- a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTCompressionHelper.m +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTCompressionHelper.m @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ * limitations under the License. */ -#import "GDTCCTLibrary/Private/GDTCCTCompressionHelper.h" +#import "GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h" #import @@ -28,7 +28,7 @@ } #endif - const uint kChunkSize = 1024; + enum { kChunkSize = 1024 }; const void *bytes = [data bytes]; NSUInteger length = [data length]; diff --git a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTNanopbHelpers.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTNanopbHelpers.m similarity index 93% rename from ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTNanopbHelpers.m rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTNanopbHelpers.m index ba6591362..ece3baebe 100644 --- a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTNanopbHelpers.m +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTNanopbHelpers.m @@ -14,7 +14,7 @@ * limitations under the License. */ -#import "GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h" +#import "GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h" #if TARGET_OS_IOS || TARGET_OS_TV #import @@ -22,16 +22,16 @@ #import #endif // TARGET_OS_IOS || TARGET_OS_TV -#import -#import -#import -#import +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORPlatform.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORClock.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h" #import #import #import -#import "GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h" +#import "GoogleDataTransport/GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h" #pragma mark - General purpose encoders @@ -124,7 +124,7 @@ gdt_cct_LogRequest GDTCCTConstructLogRequest(int32_t logSource, GDTCORClock *currentTime = [GDTCORClock snapshot]; logRequest.request_time_ms = currentTime.timeMillis; logRequest.has_request_time_ms = 1; - logRequest.request_uptime_ms = currentTime.uptime; + logRequest.request_uptime_ms = [currentTime uptimeMilliseconds]; logRequest.has_request_uptime_ms = 1; return logRequest; @@ -134,7 +134,7 @@ gdt_cct_LogEvent GDTCCTConstructLogEvent(GDTCOREvent *event) { gdt_cct_LogEvent logEvent = gdt_cct_LogEvent_init_default; logEvent.event_time_ms = event.clockSnapshot.timeMillis; logEvent.has_event_time_ms = 1; - logEvent.event_uptime_ms = event.clockSnapshot.uptime; + logEvent.event_uptime_ms = [event.clockSnapshot uptimeMilliseconds]; logEvent.has_event_uptime_ms = 1; logEvent.timezone_offset_seconds = event.clockSnapshot.timezoneOffsetSeconds; logEvent.has_timezone_offset_seconds = 1; @@ -153,12 +153,7 @@ gdt_cct_LogEvent GDTCCTConstructLogEvent(GDTCOREvent *event) { } NSError *error; NSData *extensionBytes; - if (event.fileURL) { - extensionBytes = [NSData dataWithContentsOfFile:event.fileURL.path options:0 error:&error]; - } else { - GDTCORLogError(GDTCORMCEFileReadError, @"%@", @"An event's fileURL property was nil."); - return logEvent; - } + extensionBytes = event.serializedDataObjectBytes; if (error) { GDTCORLogWarning(GDTCORMCWFileReadError, @"There was an error reading extension bytes from disk: %@", error); @@ -198,7 +193,7 @@ gdt_cct_IosClientInfo GDTCCTConstructiOSClientInfo() { if (countryCode) { iOSClientInfo.country = GDTCCTEncodeString([locale objectForKey:NSLocaleCountryCode]); } - iOSClientInfo.model = GDTCCTEncodeString(device.model); + iOSClientInfo.model = GDTCCTEncodeString(GDTCORDeviceModel()); NSString *languageCode = bundle.preferredLocalizations.firstObject; iOSClientInfo.language_code = languageCode ? GDTCCTEncodeString(languageCode) : GDTCCTEncodeString(@"en"); diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTUploadOperation.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTUploadOperation.m new file mode 100644 index 000000000..414602846 --- /dev/null +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTUploadOperation.m @@ -0,0 +1,573 @@ +/* + * Copyright 2020 Google LLC + * + * 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. + */ + +#import "GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploadOperation.h" + +#if __has_include() +#import +#else +#import "FBLPromises.h" +#endif + +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORPlatform.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORRegistrar.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageProtocol.h" +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadBatch.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h" + +#import +#import +#import + +#import +#import +#import "GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h" +#import "GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h" + +#import "GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h" + +NS_ASSUME_NONNULL_BEGIN + +#ifdef GDTCOR_VERSION +#define STR(x) STR_EXPAND(x) +#define STR_EXPAND(x) #x +static NSString *const kGDTCCTSupportSDKVersion = @STR(GDTCOR_VERSION); +#else +static NSString *const kGDTCCTSupportSDKVersion = @"UNKNOWN"; +#endif // GDTCOR_VERSION + +typedef void (^GDTCCTUploaderURLTaskCompletion)(NSNumber *batchID, + NSSet *_Nullable events, + NSData *_Nullable data, + NSURLResponse *_Nullable response, + NSError *_Nullable error); + +typedef void (^GDTCCTUploaderEventBatchBlock)(NSNumber *_Nullable batchID, + NSSet *_Nullable events); + +@interface GDTCCTUploadOperation () + +/// The properties to store parameters passed in the initializer. See the initialized docs for +/// details. +@property(nonatomic, readonly) GDTCORTarget target; +@property(nonatomic, readonly) GDTCORUploadConditions conditions; +@property(nonatomic, readonly) NSURL *uploadURL; +@property(nonatomic, readonly) id storage; +@property(nonatomic, readonly) id metadataProvider; + +/** The URL session that will attempt upload. */ +@property(nonatomic) NSURLSession *uploaderSession; + +/// NSOperation state properties implementation. +@property(nonatomic, readwrite, getter=isExecuting) BOOL executing; +@property(nonatomic, readwrite, getter=isFinished) BOOL finished; + +@property(nonatomic, readwrite) BOOL uploadAttempted; + +@end + +@implementation GDTCCTUploadOperation + +- (instancetype)initWithTarget:(GDTCORTarget)target + conditions:(GDTCORUploadConditions)conditions + uploadURL:(NSURL *)uploadURL + queue:(dispatch_queue_t)queue + storage:(id)storage + metadataProvider:(id)metadataProvider { + self = [super init]; + if (self) { + _uploaderQueue = queue; + _target = target; + _conditions = conditions; + _uploadURL = uploadURL; + _storage = storage; + _metadataProvider = metadataProvider; + } + return self; +} + +- (NSURLSession *)uploaderSessionCreateIfNeeded { + if (_uploaderSession == nil) { + NSURLSessionConfiguration *config = [NSURLSessionConfiguration defaultSessionConfiguration]; + _uploaderSession = [NSURLSession sessionWithConfiguration:config + delegate:self + delegateQueue:nil]; + } + return _uploaderSession; +} + +- (void)uploadTarget:(GDTCORTarget)target withConditions:(GDTCORUploadConditions)conditions { + __block GDTCORBackgroundIdentifier backgroundTaskID = GDTCORBackgroundIdentifierInvalid; + + dispatch_block_t backgroundTaskCompletion = ^{ + // End the background task if there was one. + if (backgroundTaskID != GDTCORBackgroundIdentifierInvalid) { + [[GDTCORApplication sharedApplication] endBackgroundTask:backgroundTaskID]; + backgroundTaskID = GDTCORBackgroundIdentifierInvalid; + } + }; + + backgroundTaskID = [[GDTCORApplication sharedApplication] + beginBackgroundTaskWithName:@"GDTCCTUploader-upload" + expirationHandler:^{ + if (backgroundTaskID != GDTCORBackgroundIdentifierInvalid) { + // Cancel the upload and complete delivery. + [self.currentTask cancel]; + + // End the background task. + backgroundTaskCompletion(); + } + }]; + + id storage = self.storage; + + // 1. Check if the conditions for the target are suitable. + [self isReadyToUploadTarget:target conditions:conditions] + .thenOn(self.uploaderQueue, + ^id(id result) { + // 2. Remove previously attempted batches + return [storage removeAllBatchesForTarget:target deleteEvents:NO]; + }) + .thenOn(self.uploaderQueue, + ^FBLPromise *(id result) { + // There may be a big amount of events stored, so creating a batch may be an + // expensive operation. + + // 3. Do a lightweight check if there are any events for the target first to + // finish early if there are no. + return [storage hasEventsForTarget:target]; + }) + .validateOn(self.uploaderQueue, + ^BOOL(NSNumber *hasEvents) { + // Stop operation if there are no events to upload. + return hasEvents.boolValue; + }) + .thenOn(self.uploaderQueue, + ^FBLPromise *(id result) { + if (self.isCancelled) { + return nil; + } + + // 4. Fetch events to upload. + GDTCORStorageEventSelector *eventSelector = [self eventSelectorTarget:target + withConditions:conditions]; + return [storage batchWithEventSelector:eventSelector + batchExpiration:[NSDate dateWithTimeIntervalSinceNow:600]]; + }) + .validateOn(self.uploaderQueue, + ^BOOL(GDTCORUploadBatch *batch) { + // 5. Validate batch. + return batch.batchID != nil && batch.events.count > 0; + }) + .thenOn(self.uploaderQueue, + ^FBLPromise *(GDTCORUploadBatch *batch) { + // A non-empty batch has been created, consider it as an upload attempt. + self.uploadAttempted = YES; + + // 6. Perform upload URL request. + return [self sendURLRequestWithBatch:batch target:target storage:storage]; + }) + .thenOn(self.uploaderQueue, + ^id(id result) { + // 7. Finish operation. + [self finishOperation]; + backgroundTaskCompletion(); + return nil; + }) + .catchOn(self.uploaderQueue, ^(NSError *error) { + // TODO: Maybe report the error to the client. + [self finishOperation]; + backgroundTaskCompletion(); + }); +} + +#pragma mark - Upload implementation details + +/** Sends URL request to upload the provided batch and handle the response. */ +- (FBLPromise *)sendURLRequestWithBatch:(GDTCORUploadBatch *)batch + target:(GDTCORTarget)target + storage:(id)storage { + NSNumber *batchID = batch.batchID; + + // 1. Send URL request. + return [self sendURLRequestWithBatch:batch target:target] + .thenOn( + self.uploaderQueue, + ^FBLPromise *(GULURLSessionDataResponse *response) { + // 2. Parse response and update the next upload time if can. + [self updateNextUploadTimeWithResponse:response forTarget:target]; + + // 3. Cleanup batch. + + // Only retry if one of these codes is returned: + // 429 - Too many requests; + // 5xx - Server errors. + NSInteger statusCode = response.HTTPResponse.statusCode; + if (statusCode == 429 || (statusCode >= 500 && statusCode < 600)) { + // Move the events back to the main storage to be uploaded on the next attempt. + return [storage removeBatchWithID:batchID deleteEvents:NO]; + } else { + if (statusCode >= 200 && statusCode <= 300) { + GDTCORLogDebug(@"CCT: batch %@ delivered", batchID); + } else { + GDTCORLogDebug( + @"CCT: batch %@ was rejected by the server and will be deleted with all events", + batchID); + } + + // The events are either delivered or unrecoverable broken, so remove the batch with + // events. + return [storage removeBatchWithID:batch.batchID deleteEvents:YES]; + } + }) + .recoverOn(self.uploaderQueue, ^id(NSError *error) { + // In the case of a network error move the events back to the main storage to be uploaded on + // the next attempt. + return [storage removeBatchWithID:batchID deleteEvents:NO]; + }); +} + +/** Composes and sends URL request. */ +- (FBLPromise *)sendURLRequestWithBatch:(GDTCORUploadBatch *)batch + target:(GDTCORTarget)target { + return [FBLPromise + onQueue:self.uploaderQueue + do:^NSURLRequest * { + // 1. Prepare URL request. + NSData *requestProtoData = [self constructRequestProtoWithEvents:batch.events]; + NSData *gzippedData = [GDTCCTCompressionHelper gzippedData:requestProtoData]; + BOOL usingGzipData = + gzippedData != nil && gzippedData.length < requestProtoData.length; + NSData *dataToSend = usingGzipData ? gzippedData : requestProtoData; + NSURLRequest *request = [self constructRequestWithURL:self.uploadURL + forTarget:target + data:dataToSend]; + GDTCORLogDebug(@"CTT: request containing %lu events for batch: %@ for target: " + @"%ld created: %@", + (unsigned long)batch.events.count, batch.batchID, (long)target, + request); + return request; + }] + .thenOn(self.uploaderQueue, + ^FBLPromise *(NSURLRequest *request) { + // 2. Send URL request. + return + [[self uploaderSessionCreateIfNeeded] gul_dataTaskPromiseWithRequest:request]; + }) + .thenOn(self.uploaderQueue, + ^GULURLSessionDataResponse *(GULURLSessionDataResponse *response) { + // Invalidate session to release the delegate (which is `self`) to break the retain + // cycle. + [self.uploaderSession finishTasksAndInvalidate]; + return response; + }) + .recoverOn(self.uploaderQueue, ^id(NSError *error) { + // Invalidate session to release the delegate (which is `self`) to break the retain cycle. + [self.uploaderSession finishTasksAndInvalidate]; + // Re-throw the error. + return error; + }); +} + +/** Parses server response and update next upload time for the specified target based on it. */ +- (void)updateNextUploadTimeWithResponse:(GULURLSessionDataResponse *)response + forTarget:(GDTCORTarget)target { + GDTCORClock *futureUploadTime; + if (response.HTTPBody) { + NSError *decodingError; + gdt_cct_LogResponse logResponse = GDTCCTDecodeLogResponse(response.HTTPBody, &decodingError); + if (!decodingError && logResponse.has_next_request_wait_millis) { + GDTCORLogDebug(@"CCT: The backend responded asking to not upload for %lld millis from now.", + logResponse.next_request_wait_millis); + futureUploadTime = + [GDTCORClock clockSnapshotInTheFuture:logResponse.next_request_wait_millis]; + } else if (decodingError) { + GDTCORLogDebug(@"There was a response decoding error: %@", decodingError); + } + pb_release(gdt_cct_LogResponse_fields, &logResponse); + } + + // If no futureUploadTime was parsed from the response body, then check + // [Retry-After](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Retry-After) header. + if (!futureUploadTime) { + NSString *retryAfterHeader = response.HTTPResponse.allHeaderFields[@"Retry-After"]; + if (retryAfterHeader.length > 0) { + NSNumberFormatter *formatter = [[NSNumberFormatter alloc] init]; + formatter.numberStyle = NSNumberFormatterDecimalStyle; + NSNumber *retryAfterSeconds = [formatter numberFromString:retryAfterHeader]; + if (retryAfterSeconds != nil) { + uint64_t retryAfterMillis = retryAfterSeconds.unsignedIntegerValue * 1000u; + futureUploadTime = [GDTCORClock clockSnapshotInTheFuture:retryAfterMillis]; + } + } + } + + if (!futureUploadTime) { + GDTCORLogDebug(@"%@", @"CCT: The backend response failed to parse, so the next request " + @"won't occur until 15 minutes from now"); + // 15 minutes from now. + futureUploadTime = [GDTCORClock clockSnapshotInTheFuture:15 * 60 * 1000]; + } + + [self.metadataProvider setNextUploadTime:futureUploadTime forTarget:target]; +} + +#pragma mark - Private helper methods + +/** @return A resolved promise if is ready and a rejected promise if not. */ +- (FBLPromise *)isReadyToUploadTarget:(GDTCORTarget)target + conditions:(GDTCORUploadConditions)conditions { + FBLPromise *promise = [FBLPromise pendingPromise]; + if ([self readyToUploadTarget:target conditions:conditions]) { + [promise fulfill:[NSNull null]]; + } else { + NSString *reason = + [NSString stringWithFormat:@"Target %ld is not ready to upload with condition: %ld", + (long)target, (long)conditions]; + [promise reject:[self genericRejectedPromiseErrorWithReason:reason]]; + } + return promise; +} + +// TODO: Move to a separate class/extension/file when needed in other files. +/** Returns an error object with the specified failure reason. */ +- (NSError *)genericRejectedPromiseErrorWithReason:(NSString *)reason { + return [NSError errorWithDomain:@"GDTCCTUploader" + code:-1 + userInfo:@{NSLocalizedFailureReasonErrorKey : reason}]; +} + +/** Returns if the specified target is ready to be uploaded based on the specified conditions. */ +- (BOOL)readyToUploadTarget:(GDTCORTarget)target conditions:(GDTCORUploadConditions)conditions { + // Not ready to upload with no network connection. + // TODO: Reconsider using reachability to prevent an upload attempt. + // See https://developer.apple.com/videos/play/wwdc2019/712/ (49:40) for more details. + if (conditions & GDTCORUploadConditionNoNetwork) { + GDTCORLogDebug(@"%@", @"CCT: Not ready to upload without a network connection."); + return NO; + } + + // Upload events with no additional conditions if high priority. + if ((conditions & GDTCORUploadConditionHighPriority) == GDTCORUploadConditionHighPriority) { + GDTCORLogDebug(@"%@", @"CCT: a high priority event is allowing an upload"); + return YES; + } + + // Check next upload time for the target. + BOOL isAfterNextUploadTime = YES; + GDTCORClock *nextUploadTime = [self.metadataProvider nextUploadTimeForTarget:target]; + if (nextUploadTime) { + isAfterNextUploadTime = [[GDTCORClock snapshot] isAfter:nextUploadTime]; + } + + if (isAfterNextUploadTime) { + GDTCORLogDebug(@"CCT: can upload to target %ld because the request wait time has transpired", + (long)target); + } else { + GDTCORLogDebug(@"CCT: can't upload to target %ld because the backend asked to wait", + (long)target); + } + + return isAfterNextUploadTime; +} + +/** Constructs data given an upload package. + * + * @param events The events used to construct the request proto bytes. + * @return Proto bytes representing a gdt_cct_LogRequest object. + */ +- (nonnull NSData *)constructRequestProtoWithEvents:(NSSet *)events { + // Segment the log events by log type. + NSMutableDictionary *> *logMappingIDToLogSet = + [[NSMutableDictionary alloc] init]; + [events enumerateObjectsUsingBlock:^(GDTCOREvent *_Nonnull event, BOOL *_Nonnull stop) { + NSMutableSet *logSet = logMappingIDToLogSet[event.mappingID]; + logSet = logSet ? logSet : [[NSMutableSet alloc] init]; + [logSet addObject:event]; + logMappingIDToLogSet[event.mappingID] = logSet; + }]; + + gdt_cct_BatchedLogRequest batchedLogRequest = + GDTCCTConstructBatchedLogRequest(logMappingIDToLogSet); + + NSData *data = GDTCCTEncodeBatchedLogRequest(&batchedLogRequest); + pb_release(gdt_cct_BatchedLogRequest_fields, &batchedLogRequest); + return data ? data : [[NSData alloc] init]; +} + +/** Constructs a request to the given URL and target with the specified request body data. + * + * @param target The target backend to send the request to. + * @param data The request body data. + * @return A new NSURLRequest ready to be sent to FLL. + */ +- (nullable NSURLRequest *)constructRequestWithURL:(NSURL *)URL + forTarget:(GDTCORTarget)target + data:(NSData *)data { + if (data == nil || data.length == 0) { + GDTCORLogDebug(@"There was no data to construct a request for target %ld.", (long)target); + return nil; + } + + NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:URL]; + NSString *targetString; + switch (target) { + case kGDTCORTargetCCT: + targetString = @"cct"; + break; + + case kGDTCORTargetFLL: + targetString = @"fll"; + break; + + case kGDTCORTargetCSH: + targetString = @"csh"; + break; + case kGDTCORTargetINT: + targetString = @"int"; + break; + + default: + targetString = @"unknown"; + break; + } + NSString *userAgent = + [NSString stringWithFormat:@"datatransport/%@ %@support/%@ apple/", kGDTCORVersion, + targetString, kGDTCCTSupportSDKVersion]; + + [request setValue:[self.metadataProvider APIKeyForTarget:target] + forHTTPHeaderField:@"X-Goog-Api-Key"]; + + if ([GDTCCTCompressionHelper isGzipped:data]) { + [request setValue:@"gzip" forHTTPHeaderField:@"Content-Encoding"]; + } + [request setValue:@"application/x-protobuf" forHTTPHeaderField:@"Content-Type"]; + [request setValue:@"gzip" forHTTPHeaderField:@"Accept-Encoding"]; + [request setValue:userAgent forHTTPHeaderField:@"User-Agent"]; + request.HTTPMethod = @"POST"; + [request setHTTPBody:data]; + return request; +} + +/** Creates and returns a storage event selector for the specified target and conditions. */ +- (GDTCORStorageEventSelector *)eventSelectorTarget:(GDTCORTarget)target + withConditions:(GDTCORUploadConditions)conditions { + if ((conditions & GDTCORUploadConditionHighPriority) == GDTCORUploadConditionHighPriority) { + return [GDTCORStorageEventSelector eventSelectorForTarget:target]; + } + NSMutableSet *qosTiers = [[NSMutableSet alloc] init]; + if (conditions & GDTCORUploadConditionWifiData) { + [qosTiers addObjectsFromArray:@[ + @(GDTCOREventQoSFast), @(GDTCOREventQoSWifiOnly), @(GDTCOREventQosDefault), + @(GDTCOREventQoSTelemetry), @(GDTCOREventQoSUnknown) + ]]; + } + if (conditions & GDTCORUploadConditionMobileData) { + [qosTiers addObjectsFromArray:@[ @(GDTCOREventQoSFast), @(GDTCOREventQosDefault) ]]; + } + + return [[GDTCORStorageEventSelector alloc] initWithTarget:target + eventIDs:nil + mappingIDs:nil + qosTiers:qosTiers]; +} + +#pragma mark - NSURLSessionDelegate + +- (void)URLSession:(NSURLSession *)session + task:(NSURLSessionTask *)task + willPerformHTTPRedirection:(NSHTTPURLResponse *)response + newRequest:(NSURLRequest *)request + completionHandler:(void (^)(NSURLRequest *_Nullable))completionHandler { + if (!completionHandler) { + return; + } + if (response.statusCode == 302 || response.statusCode == 301) { + NSURLRequest *newRequest = [self constructRequestWithURL:request.URL + forTarget:kGDTCORTargetCCT + data:task.originalRequest.HTTPBody]; + completionHandler(newRequest); + } else { + completionHandler(request); + } +} + +#pragma mark - NSOperation methods + +@synthesize executing = _executing; +@synthesize finished = _finished; + +- (BOOL)isFinished { + @synchronized(self) { + return _finished; + } +} + +- (BOOL)isExecuting { + @synchronized(self) { + return _executing; + } +} + +- (BOOL)isAsynchronous { + return YES; +} + +- (void)startOperation { + @synchronized(self) { + [self willChangeValueForKey:@"isExecuting"]; + [self willChangeValueForKey:@"isFinished"]; + self->_executing = YES; + self->_finished = NO; + [self didChangeValueForKey:@"isExecuting"]; + [self didChangeValueForKey:@"isFinished"]; + } +} + +- (void)finishOperation { + @synchronized(self) { + [self willChangeValueForKey:@"isExecuting"]; + [self willChangeValueForKey:@"isFinished"]; + self->_executing = NO; + self->_finished = YES; + [self didChangeValueForKey:@"isExecuting"]; + [self didChangeValueForKey:@"isFinished"]; + } +} + +- (void)main { + [self startOperation]; + + GDTCORLogDebug(@"Upload operation started: %@", self); + [self uploadTarget:self.target withConditions:self.conditions]; +} + +- (void)cancel { + @synchronized(self) { + [super cancel]; + + // If the operation hasn't been started we can set `isFinished = YES` straight away. + if (!_executing) { + _executing = NO; + _finished = YES; + } + } +} + +@end + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTUploader.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTUploader.m new file mode 100644 index 000000000..d25dc5420 --- /dev/null +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTUploader.m @@ -0,0 +1,210 @@ +/* + * Copyright 2020 Google LLC + * + * 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. + */ + +#import "GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploader.h" + +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORPlatform.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORRegistrar.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREndpoints.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h" + +#import "GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploadOperation.h" + +NS_ASSUME_NONNULL_BEGIN + +@interface GDTCCTUploader () + +@property(nonatomic, readonly) NSOperationQueue *uploadOperationQueue; +@property(nonatomic, readonly) dispatch_queue_t uploadQueue; + +@property(nonatomic, readonly) + NSMutableDictionary *nextUploadTimeByTarget; + +@end + +@implementation GDTCCTUploader + +static NSURL *_testServerURL = nil; + ++ (void)load { + GDTCCTUploader *uploader = [GDTCCTUploader sharedInstance]; + [[GDTCORRegistrar sharedInstance] registerUploader:uploader target:kGDTCORTargetCCT]; + [[GDTCORRegistrar sharedInstance] registerUploader:uploader target:kGDTCORTargetFLL]; + [[GDTCORRegistrar sharedInstance] registerUploader:uploader target:kGDTCORTargetCSH]; + [[GDTCORRegistrar sharedInstance] registerUploader:uploader target:kGDTCORTargetINT]; +} + ++ (instancetype)sharedInstance { + static GDTCCTUploader *sharedInstance; + static dispatch_once_t onceToken; + dispatch_once(&onceToken, ^{ + sharedInstance = [[GDTCCTUploader alloc] init]; + }); + return sharedInstance; +} + +- (instancetype)init { + self = [super init]; + if (self) { + _uploadQueue = dispatch_queue_create("com.google.GDTCCTUploader", DISPATCH_QUEUE_SERIAL); + _uploadOperationQueue = [[NSOperationQueue alloc] init]; + _uploadOperationQueue.maxConcurrentOperationCount = 1; + _nextUploadTimeByTarget = [[NSMutableDictionary alloc] init]; + } + return self; +} + +- (void)uploadTarget:(GDTCORTarget)target withConditions:(GDTCORUploadConditions)conditions { + // Current GDTCCTUploader expected behaviour: + // 1. Accept multiple upload request + // 2. Verify if there are events eligible for upload and start upload for the first suitable + // target + // 3. Ignore other requests while an upload is in-progress. + + // TODO: Revisit expected behaviour. + // Potentially better option: + // 1. Accept and enqueue all upload requests + // 2. Notify the client of upload stages + // 3. Allow the client cancelling upload requests as needed. + + id storage = GDTCORStoragePromiseInstanceForTarget(target); + if (storage == nil) { + GDTCORLogError(GDTCORMCEGeneralError, + @"Failed to upload target: %ld - could not find corresponding storage instance.", + (long)target); + return; + } + + GDTCCTUploadOperation *uploadOperation = + [[GDTCCTUploadOperation alloc] initWithTarget:target + conditions:conditions + uploadURL:[[self class] serverURLForTarget:target] + queue:self.uploadQueue + storage:storage + metadataProvider:self]; + + GDTCORLogDebug(@"Upload operation created: %@, target: %@", uploadOperation, @(target)); + + __weak __auto_type weakSelf = self; + __weak GDTCCTUploadOperation *weakOperation = uploadOperation; + uploadOperation.completionBlock = ^{ + __auto_type strongSelf = weakSelf; + GDTCCTUploadOperation *strongOperation = weakOperation; + if (strongSelf == nil || strongOperation == nil) { + GDTCORLogDebug(@"Internal inconsistency: GDTCCTUploader was deallocated during upload.", nil); + return; + } + + GDTCORLogDebug(@"Upload operation finished: %@, uploadAttempted: %@", strongOperation, + @(strongOperation.uploadAttempted)); + + if (strongOperation.uploadAttempted) { + // Ignore all upload requests received when the upload was in progress. + [strongSelf.uploadOperationQueue cancelAllOperations]; + } + }; + + [self.uploadOperationQueue addOperation:uploadOperation]; + GDTCORLogDebug(@"Upload operation scheduled: %@, operation count: %@", uploadOperation, + @(self.uploadOperationQueue.operationCount)); +} + +#pragma mark - URLs + ++ (void)setTestServerURL:(NSURL *_Nullable)serverURL { + _testServerURL = serverURL; +} + ++ (NSURL *_Nullable)testServerURL { + return _testServerURL; +} + ++ (nullable NSURL *)serverURLForTarget:(GDTCORTarget)target { +#if !NDEBUG + if (_testServerURL) { + return _testServerURL; + } +#endif // !NDEBUG + + return [GDTCOREndpoints uploadURLForTarget:target]; +} + +- (NSString *)FLLAndCSHAndINTAPIKey { + static NSString *defaultServerKey; + static dispatch_once_t onceToken; + dispatch_once(&onceToken, ^{ + // These strings should be interleaved to construct the real key. + const char *p1 = "AzSBG0honD6A-PxV5nBc"; + const char *p2 = "Iay44Iwtu2vV0AOrz1C"; + const char defaultKey[40] = {p1[0], p2[0], p1[1], p2[1], p1[2], p2[2], p1[3], p2[3], + p1[4], p2[4], p1[5], p2[5], p1[6], p2[6], p1[7], p2[7], + p1[8], p2[8], p1[9], p2[9], p1[10], p2[10], p1[11], p2[11], + p1[12], p2[12], p1[13], p2[13], p1[14], p2[14], p1[15], p2[15], + p1[16], p2[16], p1[17], p2[17], p1[18], p2[18], p1[19], '\0'}; + defaultServerKey = [NSString stringWithUTF8String:defaultKey]; + }); + return defaultServerKey; +} + +#pragma mark - GDTCCTUploadMetadataProvider + +- (nullable GDTCORClock *)nextUploadTimeForTarget:(GDTCORTarget)target { + @synchronized(self.nextUploadTimeByTarget) { + return self.nextUploadTimeByTarget[@(target)]; + } +} + +- (void)setNextUploadTime:(nullable GDTCORClock *)time forTarget:(GDTCORTarget)target { + @synchronized(self.nextUploadTimeByTarget) { + self.nextUploadTimeByTarget[@(target)] = time; + } +} + +- (nullable NSString *)APIKeyForTarget:(GDTCORTarget)target { + if (target == kGDTCORTargetFLL || target == kGDTCORTargetCSH) { + return [self FLLAndCSHAndINTAPIKey]; + } + + if (target == kGDTCORTargetINT) { + return [self FLLAndCSHAndINTAPIKey]; + } + + return nil; +} + +#if !NDEBUG + +- (BOOL)waitForUploadFinishedWithTimeout:(NSTimeInterval)timeout { + NSDate *expirationDate = [NSDate dateWithTimeIntervalSinceNow:timeout]; + while ([expirationDate compare:[NSDate date]] == NSOrderedDescending) { + if (self.uploadOperationQueue.operationCount == 0) { + return YES; + } else { + [[NSRunLoop currentRunLoop] runUntilDate:[NSDate dateWithTimeIntervalSinceNow:0.1]]; + } + } + + GDTCORLogDebug(@"Uploader wait for finish timeout exceeded. Operations still in queue: %@", + self.uploadOperationQueue.operations); + return NO; +} + +#endif // !NDEBUG + +@end + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCOREvent+GDTCCTSupport.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCOREvent+GDTCCTSupport.m similarity index 97% rename from ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCOREvent+GDTCCTSupport.m rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCOREvent+GDTCCTSupport.m index 1531e565a..1c77b4cb1 100644 --- a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCOREvent+GDTCCTSupport.m +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCOREvent+GDTCCTSupport.m @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,9 +14,9 @@ * limitations under the License. */ -#import "GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h" +#import "GoogleDataTransport/GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h" -#import +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h" NSString *const GDTCCTNeedsNetworkConnectionInfo = @"needs_network_connection_info"; @@ -130,6 +130,10 @@ NSString *const GDTCCTEventCodeInfo = @"event_code_info"; options:0 error:&error]; NSString *base64Data = bytesDict[GDTCCTNetworkConnectionInfo]; + if (base64Data == nil) { + return nil; + } + NSData *networkConnectionInfoData = [[NSData alloc] initWithBase64EncodedString:base64Data options:0]; if (error) { diff --git a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h similarity index 97% rename from ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h index 08d0a4bad..b53dd5fa5 100644 --- a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h similarity index 95% rename from ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h index 8051f0e25..8372cf904 100644 --- a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h @@ -16,10 +16,10 @@ #import -#import -#import +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORReachability.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h" -#import "GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h" +#import "GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h" NS_ASSUME_NONNULL_BEGIN diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploadOperation.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploadOperation.h new file mode 100644 index 000000000..3f6364404 --- /dev/null +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploadOperation.h @@ -0,0 +1,76 @@ +/* + * Copyright 2020 Google LLC + * + * 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. + */ + +#import + +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORUploader.h" + +@protocol GDTCORStoragePromiseProtocol; + +NS_ASSUME_NONNULL_BEGIN + +/// The protocol defines methods to retrieve/update data shared between different upload operations. +@protocol GDTCCTUploadMetadataProvider + +/** Returns a GDTCORClock object representing time after which a next upload attempt is allowed for + * the specified target. Upload is allowed now if `nil`. */ +- (nullable GDTCORClock *)nextUploadTimeForTarget:(GDTCORTarget)target; + +/** Stores or resets time after which a next upload attempt is allowed for the specified target. */ +- (void)setNextUploadTime:(nullable GDTCORClock *)time forTarget:(GDTCORTarget)target; + +/** Returns an API key for the specified target. */ +- (nullable NSString *)APIKeyForTarget:(GDTCORTarget)target; + +@end + +/** Class capable of uploading events to the CCT backend. */ +@interface GDTCCTUploadOperation : NSOperation + +- (instancetype)init NS_UNAVAILABLE; + +/** The designated initializer. + * @param target The events target to upload. + * @param conditions A set of upload conditions. The conditions affect the set of events to be + * uploaded, e.g. events with some QoS are not uploaded on a cellular network, etc. + * @param uploadURL The backend URL to upload the events. + * @param queue A queue to dispatch async upload steps. + * @param storage A storage object to fetch events for upload. + * @param metadataProvider An object to retrieve/update data shared between different upload + * operations. + * @return An instance of GDTCCTUploadOperation ready to be added to an NSOperationQueue. + */ +- (instancetype)initWithTarget:(GDTCORTarget)target + conditions:(GDTCORUploadConditions)conditions + uploadURL:(NSURL *)uploadURL + queue:(dispatch_queue_t)queue + storage:(id)storage + metadataProvider:(id)metadataProvider + NS_DESIGNATED_INITIALIZER; + +/** YES if a batch upload attempt was performed. NO otherwise. If NO for the finished operation, + * then there were no events suitable for upload. */ +@property(nonatomic, readonly) BOOL uploadAttempted; + +/** The queue on which all CCT uploading will occur. */ +@property(nonatomic, readonly) dispatch_queue_t uploaderQueue; + +/** The current upload task. */ +@property(nullable, nonatomic, readonly) NSURLSessionUploadTask *currentTask; + +@end + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTUploader.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploader.h similarity index 52% rename from ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTUploader.h rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploader.h index cdc322d4e..876fbe107 100644 --- a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTUploader.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploader.h @@ -16,48 +16,30 @@ #import -#import +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORUploader.h" NS_ASSUME_NONNULL_BEGIN -#if !NDEBUG -/** A notification fired when uploading is complete, detailing the number of events uploaded. */ -extern NSNotificationName const GDTCCTUploadCompleteNotification; -#endif // #if !NDEBUG - /** Class capable of uploading events to the CCT backend. */ @interface GDTCCTUploader : NSObject -/** The queue on which all CCT uploading will occur. */ -@property(nonatomic, readonly) dispatch_queue_t uploaderQueue; - -/** The URL session that will attempt upload. */ -@property(nonatomic, readonly) NSURLSession *uploaderSession; - -/** The current upload task. */ -@property(nullable, nonatomic, readonly) NSURLSessionUploadTask *currentTask; - -/** Current upload package. */ -@property(nullable, nonatomic) GDTCORUploadPackage *currentUploadPackage; - -/** The next upload time for the CCT target. */ -@property(nullable, nonatomic) GDTCORClock *CCTNextUploadTime; - -/** The next upload time for the FLL target. */ -@property(nullable, nonatomic) GDTCORClock *FLLNextUploadTime; - -#if !NDEBUG -/** An upload URL used across all targets. For testing only. */ -@property(nullable, nonatomic) NSURL *testServerURL; - -#endif // !NDEBUG - /** Creates and/or returns the singleton instance of this class. * * @return The singleton instance of this class. */ + (instancetype)sharedInstance; +#if !NDEBUG +/** An upload URL used across all targets. For testing only. */ +@property(class, nullable, nonatomic) NSURL *testServerURL; + +/** Spins runloop until upload finishes or timeout. + * @return YES if upload finishes, NO in the case of timeout. + */ +- (BOOL)waitForUploadFinishedWithTimeout:(NSTimeInterval)timeout; + +#endif // !NDEBUG + @end NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c similarity index 98% rename from ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c index 836031afb..2f5327e5d 100644 --- a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c @@ -15,9 +15,9 @@ */ /* Automatically generated nanopb constant definitions */ -/* Generated by nanopb-0.3.9.5 */ +/* Generated by nanopb-0.3.9.7 */ -#include "cct.nanopb.h" +#include "GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h" /* @@protoc_insertion_point(includes) */ #if PB_PROTO_HEADER_VERSION != 30 diff --git a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h similarity index 99% rename from ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h index e9d9a12c9..05bdf5896 100644 --- a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h @@ -15,7 +15,7 @@ */ /* Automatically generated nanopb header */ -/* Generated by nanopb-0.3.9.5 */ +/* Generated by nanopb-0.3.9.7 */ #ifndef PB_GDT_CCT_CCT_NANOPB_H_INCLUDED #define PB_GDT_CCT_CCT_NANOPB_H_INCLUDED diff --git a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h similarity index 93% rename from ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h index e3a0b0ce4..295e6f87e 100644 --- a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ * limitations under the License. */ -#import +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h" NS_ASSUME_NONNULL_BEGIN diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORAssert.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORAssert.m index 3e5f57b57..e8f95ad50 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORAssert.m +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORAssert.m @@ -14,7 +14,7 @@ * limitations under the License. */ -#import "GDTCORLibrary/Public/GDTCORAssert.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORAssert.h" GDTCORAssertionBlock GDTCORAssertionBlockToRunInstead(void) { // This class is only compiled in by unit tests, and this should fail quickly in optimized builds. @@ -24,8 +24,9 @@ GDTCORAssertionBlock GDTCORAssertionBlockToRunInstead(void) { if (assertionBlockSEL) { IMP assertionBlockIMP = [GDTCORAssertClass methodForSelector:assertionBlockSEL]; if (assertionBlockIMP) { - GDTCORAssertionBlock assertionBlock = ((GDTCORAssertionBlock(*)(id, SEL))assertionBlockIMP)( - GDTCORAssertClass, assertionBlockSEL); + GDTCORAssertionBlock assertionBlock = + ((GDTCORAssertionBlock(*)(id, SEL))assertionBlockIMP)(GDTCORAssertClass, + assertionBlockSEL); if (assertionBlock) { return assertionBlock; } diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORClock.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORClock.m index f0ea8ab60..85afebaea 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORClock.m +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORClock.m @@ -14,7 +14,7 @@ * limitations under the License. */ -#import "GDTCORLibrary/Public/GDTCORClock.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORClock.h" #import @@ -50,7 +50,7 @@ static int64_t KernelBootTimeInNanoseconds() { if (rc != 0) { return 0; } - return (int64_t)boottime.tv_sec * NSEC_PER_MSEC + (int64_t)boottime.tv_usec; + return (int64_t)boottime.tv_sec * NSEC_PER_SEC + (int64_t)boottime.tv_usec * NSEC_PER_USEC; } /** Returns value of gettimeofday, in nanoseconds. @@ -60,17 +60,18 @@ static int64_t KernelBootTimeInNanoseconds() { * @return The value of gettimeofday, in nanoseconds. */ static int64_t UptimeInNanoseconds() { - int64_t before_now; - int64_t after_now; + int64_t before_now_nsec; + int64_t after_now_nsec; struct timeval now; - before_now = KernelBootTimeInNanoseconds(); + before_now_nsec = KernelBootTimeInNanoseconds(); // Addresses a race condition in which the system time has updated, but the boottime has not. do { gettimeofday(&now, NULL); - after_now = KernelBootTimeInNanoseconds(); - } while (after_now != before_now); - return (int64_t)now.tv_sec * NSEC_PER_MSEC + (int64_t)now.tv_usec - before_now; + after_now_nsec = KernelBootTimeInNanoseconds(); + } while (after_now_nsec != before_now_nsec); + return (int64_t)now.tv_sec * NSEC_PER_SEC + (int64_t)now.tv_usec * NSEC_PER_USEC - + before_now_nsec; } // TODO: Consider adding a 'trustedTime' property that can be populated by the response from a BE. @@ -79,13 +80,11 @@ static int64_t UptimeInNanoseconds() { - (instancetype)init { self = [super init]; if (self) { - _kernelBootTime = KernelBootTimeInNanoseconds(); - _uptime = UptimeInNanoseconds(); + _kernelBootTimeNanoseconds = KernelBootTimeInNanoseconds(); + _uptimeNanoseconds = UptimeInNanoseconds(); _timeMillis = (int64_t)((CFAbsoluteTimeGetCurrent() + kCFAbsoluteTimeIntervalSince1970) * NSEC_PER_USEC); - CFTimeZoneRef timeZoneRef = CFTimeZoneCopySystem(); - _timezoneOffsetSeconds = CFTimeZoneGetSecondsFromGMT(timeZoneRef, 0); - CFRelease(timeZoneRef); + _timezoneOffsetSeconds = [[NSTimeZone systemTimeZone] secondsFromGMT]; } return self; } @@ -102,21 +101,26 @@ static int64_t UptimeInNanoseconds() { - (BOOL)isAfter:(GDTCORClock *)otherClock { // These clocks are trivially comparable when they share a kernel boot time. - if (_kernelBootTime == otherClock->_kernelBootTime) { + if (_kernelBootTimeNanoseconds == otherClock->_kernelBootTimeNanoseconds) { int64_t timeDiff = (_timeMillis + _timezoneOffsetSeconds) - (otherClock->_timeMillis + otherClock->_timezoneOffsetSeconds); return timeDiff > 0; } else { - int64_t kernelBootTimeDiff = otherClock->_kernelBootTime - _kernelBootTime; + int64_t kernelBootTimeDiff = + otherClock->_kernelBootTimeNanoseconds - _kernelBootTimeNanoseconds; // This isn't a great solution, but essentially, if the other clock's boot time is 'later', NO // is returned. This can be altered by changing the system time and rebooting. return kernelBootTimeDiff < 0 ? YES : NO; } } +- (int64_t)uptimeMilliseconds { + return self.uptimeNanoseconds / NSEC_PER_MSEC; +} + - (NSUInteger)hash { - return [@(_kernelBootTime) hash] ^ [@(_uptime) hash] ^ [@(_timeMillis) hash] ^ - [@(_timezoneOffsetSeconds) hash]; + return [@(_kernelBootTimeNanoseconds) hash] ^ [@(_uptimeNanoseconds) hash] ^ + [@(_timeMillis) hash] ^ [@(_timezoneOffsetSeconds) hash]; } - (BOOL)isEqual:(id)object { @@ -134,7 +138,7 @@ static NSString *const kGDTCORClockTimezoneOffsetSeconds = @"GDTCORClockTimezone /** NSKeyedCoder key for _kernelBootTime ivar. */ static NSString *const kGDTCORClockKernelBootTime = @"GDTCORClockKernelBootTime"; -/** NSKeyedCoder key for _uptime ivar. */ +/** NSKeyedCoder key for _uptimeNanoseconds ivar. */ static NSString *const kGDTCORClockUptime = @"GDTCORClockUptime"; + (BOOL)supportsSecureCoding { @@ -144,12 +148,12 @@ static NSString *const kGDTCORClockUptime = @"GDTCORClockUptime"; - (instancetype)initWithCoder:(NSCoder *)aDecoder { self = [super init]; if (self) { - // TODO: If the kernelBootTime is more recent, we need to change the kernel boot time and - // uptimeMillis ivars + // TODO: If the kernelBootTimeNanoseconds is more recent, we need to change the kernel boot time + // and uptimeMillis ivars _timeMillis = [aDecoder decodeInt64ForKey:kGDTCORClockTimeMillisKey]; _timezoneOffsetSeconds = [aDecoder decodeInt64ForKey:kGDTCORClockTimezoneOffsetSeconds]; - _kernelBootTime = [aDecoder decodeInt64ForKey:kGDTCORClockKernelBootTime]; - _uptime = [aDecoder decodeInt64ForKey:kGDTCORClockUptime]; + _kernelBootTimeNanoseconds = [aDecoder decodeInt64ForKey:kGDTCORClockKernelBootTime]; + _uptimeNanoseconds = [aDecoder decodeInt64ForKey:kGDTCORClockUptime]; } return self; } @@ -157,8 +161,18 @@ static NSString *const kGDTCORClockUptime = @"GDTCORClockUptime"; - (void)encodeWithCoder:(NSCoder *)aCoder { [aCoder encodeInt64:_timeMillis forKey:kGDTCORClockTimeMillisKey]; [aCoder encodeInt64:_timezoneOffsetSeconds forKey:kGDTCORClockTimezoneOffsetSeconds]; - [aCoder encodeInt64:_kernelBootTime forKey:kGDTCORClockKernelBootTime]; - [aCoder encodeInt64:_uptime forKey:kGDTCORClockUptime]; + [aCoder encodeInt64:_kernelBootTimeNanoseconds forKey:kGDTCORClockKernelBootTime]; + [aCoder encodeInt64:_uptimeNanoseconds forKey:kGDTCORClockUptime]; +} + +#pragma mark - Deprecated properties + +- (int64_t)kernelBootTime { + return self.kernelBootTimeNanoseconds; +} + +- (int64_t)uptime { + return self.uptimeNanoseconds; } @end diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORConsoleLogger.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORConsoleLogger.m index 0f5170d02..5eaee924b 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORConsoleLogger.m +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORConsoleLogger.m @@ -14,7 +14,7 @@ * limitations under the License. */ -#import "GDTCORLibrary/Public/GDTCORConsoleLogger.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h" volatile NSInteger GDTCORConsoleLoggerLoggingLevel = GDTCORLoggingLevelErrors; diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORDataFuture.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORDataFuture.m deleted file mode 100644 index 04903d472..000000000 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORDataFuture.m +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Copyright 2019 Google - * - * 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. - */ - -#import "GDTCORLibrary/Private/GDTCORDataFuture.h" - -@implementation GDTCORDataFuture - -- (instancetype)initWithFileURL:(NSURL *)fileURL { - self = [super init]; - if (self) { - _fileURL = fileURL; - } - return self; -} - -- (BOOL)isEqual:(id)object { - return [self hash] == [object hash]; -} - -- (NSUInteger)hash { - // In reality, only one of these should be populated. - return [_fileURL hash]; -} - -#pragma mark - NSSecureCoding - -/** Coding key for _fileURL ivar. */ -static NSString *kGDTCORDataFutureFileURLKey = @"GDTCORDataFutureFileURLKey"; - -+ (BOOL)supportsSecureCoding { - return YES; -} - -- (void)encodeWithCoder:(nonnull NSCoder *)aCoder { - [aCoder encodeObject:_fileURL forKey:kGDTCORDataFutureFileURLKey]; -} - -- (nullable instancetype)initWithCoder:(nonnull NSCoder *)aDecoder { - self = [self init]; - if (self) { - _fileURL = [aDecoder decodeObjectOfClass:[NSURL class] forKey:kGDTCORDataFutureFileURLKey]; - } - return self; -} - -@end diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORDirectorySizeTracker.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORDirectorySizeTracker.m new file mode 100644 index 000000000..0bc85150c --- /dev/null +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORDirectorySizeTracker.m @@ -0,0 +1,101 @@ +/* + * Copyright 2020 Google LLC + * + * 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. + */ + +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORDirectorySizeTracker.h" + +@interface GDTCORDirectorySizeTracker () + +/** The observed directory path. */ +@property(nonatomic, readonly) NSString *directoryPath; + +/** The cached content size of the observed directory. */ +@property(nonatomic, nullable) NSNumber *cachedSizeBytes; + +@end + +@implementation GDTCORDirectorySizeTracker + +- (instancetype)initWithDirectoryPath:(NSString *)path { + self = [super init]; + if (self) { + _directoryPath = path; + } + return self; +} + +- (GDTCORStorageSizeBytes)directoryContentSize { + if (self.cachedSizeBytes == nil) { + self.cachedSizeBytes = @([self calculateDirectoryContentSize]); + } + + return self.cachedSizeBytes.unsignedLongLongValue; +} + +- (void)fileWasAddedAtPath:(NSString *)path withSize:(GDTCORStorageSizeBytes)fileSize { + if (![path hasPrefix:self.directoryPath]) { + // Ignore because the file is not inside the directory. + return; + } + + self.cachedSizeBytes = @([self directoryContentSize] + fileSize); +} + +- (void)fileWasRemovedAtPath:(NSString *)path withSize:(GDTCORStorageSizeBytes)fileSize { + if (![path hasPrefix:self.directoryPath]) { + // Ignore because the file is not inside the directory. + return; + } + + self.cachedSizeBytes = @([self directoryContentSize] - fileSize); +} + +- (void)resetCachedSize { + self.cachedSizeBytes = nil; +} + +- (GDTCORStorageSizeBytes)calculateDirectoryContentSize { + NSArray *prefetchedProperties = @[ NSURLIsRegularFileKey, NSURLFileSizeKey ]; + uint64_t totalBytes = 0; + NSURL *directoryURL = [NSURL fileURLWithPath:self.directoryPath]; + + NSDirectoryEnumerator *enumerator = [[NSFileManager defaultManager] + enumeratorAtURL:directoryURL + includingPropertiesForKeys:prefetchedProperties + options:NSDirectoryEnumerationSkipsHiddenFiles + errorHandler:^BOOL(NSURL *_Nonnull url, NSError *_Nonnull error) { + return YES; + }]; + + for (NSURL *fileURL in enumerator) { + @autoreleasepool { + NSNumber *isRegularFile; + [fileURL getResourceValue:&isRegularFile forKey:NSURLIsRegularFileKey error:nil]; + if (isRegularFile.boolValue) { + totalBytes += [self fileSizeAtURL:fileURL]; + } + } + } + + return totalBytes; +} + +- (GDTCORStorageSizeBytes)fileSizeAtURL:(NSURL *)fileURL { + NSNumber *fileSize; + [fileURL getResourceValue:&fileSize forKey:NSURLFileSizeKey error:nil]; + return fileSize.unsignedLongLongValue; +} + +@end diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCOREndpoints.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCOREndpoints.m new file mode 100644 index 000000000..eacc7b4ec --- /dev/null +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCOREndpoints.m @@ -0,0 +1,92 @@ +/* + * Copyright 2020 Google LLC + * + * 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. + */ + +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREndpoints.h" + +static NSString *const kINTServerURL = + @"https://dummyapiverylong-dummy.dummy.com/dummy/api/very/long"; + +@implementation GDTCOREndpoints + ++ (NSDictionary *)uploadURLs { + // These strings should be interleaved to construct the real URL. This is just to (hopefully) + // fool github URL scanning bots. + static NSURL *CCTServerURL; + static dispatch_once_t CCTOnceToken; + dispatch_once(&CCTOnceToken, ^{ + const char *p1 = "hts/frbslgiggolai.o/0clgbth"; + const char *p2 = "tp:/ieaeogn.ogepscmvc/o/ac"; + const char URL[54] = {p1[0], p2[0], p1[1], p2[1], p1[2], p2[2], p1[3], p2[3], p1[4], + p2[4], p1[5], p2[5], p1[6], p2[6], p1[7], p2[7], p1[8], p2[8], + p1[9], p2[9], p1[10], p2[10], p1[11], p2[11], p1[12], p2[12], p1[13], + p2[13], p1[14], p2[14], p1[15], p2[15], p1[16], p2[16], p1[17], p2[17], + p1[18], p2[18], p1[19], p2[19], p1[20], p2[20], p1[21], p2[21], p1[22], + p2[22], p1[23], p2[23], p1[24], p2[24], p1[25], p2[25], p1[26], '\0'}; + CCTServerURL = [NSURL URLWithString:[NSString stringWithUTF8String:URL]]; + }); + + static NSURL *FLLServerURL; + static dispatch_once_t FLLOnceToken; + dispatch_once(&FLLOnceToken, ^{ + const char *p1 = "hts/frbslgigp.ogepscmv/ieo/eaybtho"; + const char *p2 = "tp:/ieaeogn-agolai.o/1frlglgc/aclg"; + const char URL[69] = {p1[0], p2[0], p1[1], p2[1], p1[2], p2[2], p1[3], p2[3], p1[4], + p2[4], p1[5], p2[5], p1[6], p2[6], p1[7], p2[7], p1[8], p2[8], + p1[9], p2[9], p1[10], p2[10], p1[11], p2[11], p1[12], p2[12], p1[13], + p2[13], p1[14], p2[14], p1[15], p2[15], p1[16], p2[16], p1[17], p2[17], + p1[18], p2[18], p1[19], p2[19], p1[20], p2[20], p1[21], p2[21], p1[22], + p2[22], p1[23], p2[23], p1[24], p2[24], p1[25], p2[25], p1[26], p2[26], + p1[27], p2[27], p1[28], p2[28], p1[29], p2[29], p1[30], p2[30], p1[31], + p2[31], p1[32], p2[32], p1[33], p2[33], '\0'}; + FLLServerURL = [NSURL URLWithString:[NSString stringWithUTF8String:URL]]; + }); + + static NSURL *CSHServerURL; + static dispatch_once_t CSHOnceToken; + dispatch_once(&CSHOnceToken, ^{ + // These strings should be interleaved to construct the real URL. This is just to (hopefully) + // fool github URL scanning bots. + const char *p1 = "hts/cahyiseot-agolai.o/1frlglgc/aclg"; + const char *p2 = "tp:/rsltcrprsp.ogepscmv/ieo/eaybtho"; + const char URL[72] = {p1[0], p2[0], p1[1], p2[1], p1[2], p2[2], p1[3], p2[3], p1[4], + p2[4], p1[5], p2[5], p1[6], p2[6], p1[7], p2[7], p1[8], p2[8], + p1[9], p2[9], p1[10], p2[10], p1[11], p2[11], p1[12], p2[12], p1[13], + p2[13], p1[14], p2[14], p1[15], p2[15], p1[16], p2[16], p1[17], p2[17], + p1[18], p2[18], p1[19], p2[19], p1[20], p2[20], p1[21], p2[21], p1[22], + p2[22], p1[23], p2[23], p1[24], p2[24], p1[25], p2[25], p1[26], p2[26], + p1[27], p2[27], p1[28], p2[28], p1[29], p2[29], p1[30], p2[30], p1[31], + p2[31], p1[32], p2[32], p1[33], p2[33], p1[34], p2[34], p1[35], '\0'}; + CSHServerURL = [NSURL URLWithString:[NSString stringWithUTF8String:URL]]; + }); + static NSDictionary *uploadURLs; + static dispatch_once_t URLOnceToken; + dispatch_once(&URLOnceToken, ^{ + uploadURLs = @{ + @(kGDTCORTargetCCT) : CCTServerURL, + @(kGDTCORTargetFLL) : FLLServerURL, + @(kGDTCORTargetCSH) : CSHServerURL, + @(kGDTCORTargetINT) : [NSURL URLWithString:kINTServerURL] + }; + }); + return uploadURLs; +} + ++ (nullable NSURL *)uploadURLForTarget:(GDTCORTarget)target { + NSDictionary *URLs = [self uploadURLs]; + return [URLs objectForKey:@(target)]; +} + +@end diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCOREvent.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCOREvent.m index 5c79a4bce..5a8d32435 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCOREvent.m +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCOREvent.m @@ -14,58 +14,27 @@ * limitations under the License. */ -#import "GDTCORLibrary/Public/GDTCOREvent.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h" -#import -#import -#import -#import +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORAssert.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORPlatform.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageProtocol.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORClock.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h" -#import "GDTCORLibrary/Private/GDTCORDataFuture.h" -#import "GDTCORLibrary/Private/GDTCOREvent_Private.h" +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCOREvent_Private.h" @implementation GDTCOREvent -+ (NSNumber *)nextEventID { - static unsigned long long nextEventID = 0; - static NSString *counterPath; - static dispatch_queue_t eventIDQueue; - static dispatch_once_t onceToken; - dispatch_once(&onceToken, ^{ - eventIDQueue = dispatch_queue_create("com.google.GDTCOREventIDQueue", DISPATCH_QUEUE_SERIAL); - counterPath = GDTCORRootDirectory().path; - counterPath = [NSString stringWithFormat:@"%@/count", counterPath]; - NSError *error; - NSString *countText = [NSString stringWithContentsOfFile:counterPath - encoding:NSUTF8StringEncoding - error:&error]; - const char *countChars = [countText UTF8String]; - unsigned long long count = 0ULL; - if (countChars) { - count = strtoull([countText UTF8String], NULL, 10); - } - nextEventID = error ? 0 : count; - }); - - __block NSNumber *result; - dispatch_sync(eventIDQueue, ^{ - result = @(nextEventID); - nextEventID++; - NSError *error; - [[result stringValue] writeToFile:counterPath - atomically:YES - encoding:NSUTF8StringEncoding - error:&error]; - GDTCORAssert(error == nil, @"There was an error saving the new counter value to disk: %@", - error); - }); - return result; ++ (NSString *)nextEventID { + // Replace special non-alphanumeric characters to avoid potential conflicts with storage logic. + return [[NSUUID UUID].UUIDString stringByReplacingOccurrencesOfString:@"-" withString:@""]; } -- (nullable instancetype)initWithMappingID:(NSString *)mappingID target:(NSInteger)target { +- (nullable instancetype)initWithMappingID:(NSString *)mappingID target:(GDTCORTarget)target { GDTCORAssert(mappingID.length > 0, @"Please give a valid mapping ID"); GDTCORAssert(target > 0, @"A target cannot be negative or 0"); - if (mappingID == nil || mappingID.length == 0 || target <= 0) { + if (mappingID.length == 0 || target <= 0) { return nil; } self = [super init]; @@ -74,8 +43,12 @@ _mappingID = mappingID; _target = target; _qosTier = GDTCOREventQosDefault; + _expirationDate = [NSDate dateWithTimeIntervalSinceNow:604800]; // 7 days. + + GDTCORLogDebug(@"Event %@ created. ID:%@ mappingID: %@ target:%ld", self, _eventID, mappingID, + (long)target); } - GDTCORLogDebug(@"Event %@ created. mappingID: %@ target:%ld", self, mappingID, (long)target); + return self; } @@ -86,7 +59,6 @@ copy.qosTier = _qosTier; copy.clockSnapshot = _clockSnapshot; copy.customBytes = _customBytes; - copy->_GDTFilePath = _GDTFilePath; GDTCORLogDebug(@"Copying event %@ to event %@", self, copy); return copy; } @@ -96,10 +68,9 @@ NSUInteger eventIDHash = [_eventID hash]; NSUInteger mappingIDHash = [_mappingID hash]; NSUInteger timeHash = [_clockSnapshot hash]; - NSInteger dataObjectHash = [_dataObject hash]; - NSUInteger fileURL = [_GDTFilePath hash]; + NSInteger serializedBytesHash = [_serializedDataObjectBytes hash]; - return eventIDHash ^ mappingIDHash ^ _target ^ _qosTier ^ timeHash ^ dataObjectHash ^ fileURL; + return eventIDHash ^ mappingIDHash ^ _target ^ _qosTier ^ timeHash ^ serializedBytesHash; } - (BOOL)isEqual:(id)object { @@ -115,74 +86,31 @@ if (dataObject != _dataObject) { _dataObject = dataObject; } -} - -- (NSURL *)fileURL { - if (!_GDTFilePath) { - _GDTFilePath = [NSString stringWithFormat:@"event-%lu", (unsigned long)self.hash]; - } - return [GDTCORRootDirectory() URLByAppendingPathComponent:_GDTFilePath]; -} - -#pragma mark - Private methods - -- (BOOL)writeToGDTPath:(NSString *)filePath error:(NSError **)error { - NSData *dataTransportBytes = [_dataObject transportBytes]; - if (dataTransportBytes == nil) { - _GDTFilePath = nil; - _dataObject = nil; - return NO; - } - NSURL *fileURL = [GDTCORRootDirectory() URLByAppendingPathComponent:filePath]; - BOOL writingSuccess = [dataTransportBytes writeToURL:fileURL - options:NSDataWritingAtomic - error:error]; - if (!writingSuccess) { - GDTCORLogError(GDTCORMCEFileWriteError, @"An event file could not be written: %@", fileURL); - return NO; - } - _GDTFilePath = filePath; - _dataObject = nil; - return YES; + self->_serializedDataObjectBytes = [dataObject transportBytes]; } #pragma mark - NSSecureCoding and NSCoding Protocols /** NSCoding key for eventID property. */ -static NSString *eventIDKey = @"_eventID"; +static NSString *kEventIDKey = @"GDTCOREventEventIDKey"; /** NSCoding key for mappingID property. */ -static NSString *mappingIDKey = @"_mappingID"; +static NSString *kMappingIDKey = @"GDTCOREventMappingIDKey"; /** NSCoding key for target property. */ -static NSString *targetKey = @"_target"; +static NSString *kTargetKey = @"GDTCOREventTargetKey"; /** NSCoding key for qosTier property. */ -static NSString *qosTierKey = @"_qosTier"; +static NSString *kQoSTierKey = @"GDTCOREventQoSTierKey"; /** NSCoding key for clockSnapshot property. */ -static NSString *clockSnapshotKey = @"_clockSnapshot"; +static NSString *kClockSnapshotKey = @"GDTCOREventClockSnapshotKey"; -/** NSCoding key for fileURL property. */ -static NSString *fileURLKey = @"_fileURL"; +/** NSCoding key for expirationDate property. */ +static NSString *kExpirationDateKey = @"GDTCOREventExpirationDateKey"; -/** NSCoding key for GDTFilePath property. */ -static NSString *kGDTFilePathKey = @"_GDTFilePath"; - -/** NSCoding key for backwards compatibility of GDTCORStoredEvent mappingID property.*/ -static NSString *kStoredEventMappingIDKey = @"GDTCORStoredEventMappingIDKey"; - -/** NSCoding key for backwards compatibility of GDTCORStoredEvent target property.*/ -static NSString *kStoredEventTargetKey = @"GDTCORStoredEventTargetKey"; - -/** NSCoding key for backwards compatibility of GDTCORStoredEvent qosTier property.*/ -static NSString *kStoredEventQosTierKey = @"GDTCORStoredEventQosTierKey"; - -/** NSCoding key for backwards compatibility of GDTCORStoredEvent clockSnapshot property.*/ -static NSString *kStoredEventClockSnapshotKey = @"GDTCORStoredEventClockSnapshotKey"; - -/** NSCoding key for backwards compatibility of GDTCORStoredEvent dataFuture property.*/ -static NSString *kStoredEventDataFutureKey = @"GDTCORStoredEventDataFutureKey"; +/** NSCoding key for serializedDataObjectBytes property. */ +static NSString *kSerializedDataObjectBytes = @"GDTCOREventSerializedDataObjectBytesKey"; /** NSCoding key for customData property. */ static NSString *kCustomDataKey = @"GDTCOREventCustomDataKey"; @@ -192,67 +120,34 @@ static NSString *kCustomDataKey = @"GDTCOREventCustomDataKey"; } - (id)initWithCoder:(NSCoder *)aDecoder { - GDTCORDataFuture *dataFuture = [aDecoder decodeObjectOfClass:[GDTCORDataFuture class] - forKey:kStoredEventDataFutureKey]; - if (dataFuture) { - return [self initWithCoderForStoredEventBackwardCompatibility:aDecoder - fileURL:dataFuture.fileURL]; - } - NSString *mappingID = [aDecoder decodeObjectOfClass:[NSString class] forKey:mappingIDKey]; - NSInteger target = [aDecoder decodeIntegerForKey:targetKey]; - self = [self initWithMappingID:mappingID target:target]; + self = [self init]; if (self) { - _eventID = [aDecoder decodeObjectOfClass:[NSNumber class] forKey:eventIDKey]; - if (_eventID == nil) { - _eventID = [GDTCOREvent nextEventID]; - } - _qosTier = [aDecoder decodeIntegerForKey:qosTierKey]; - _clockSnapshot = [aDecoder decodeObjectOfClass:[GDTCORClock class] forKey:clockSnapshotKey]; - NSURL *fileURL = [aDecoder decodeObjectOfClass:[NSURL class] forKey:fileURLKey]; - if (fileURL) { - _GDTFilePath = [fileURL lastPathComponent]; - } else { - _GDTFilePath = [aDecoder decodeObjectOfClass:[NSString class] forKey:kGDTFilePathKey]; - } + _mappingID = [aDecoder decodeObjectOfClass:[NSString class] forKey:kMappingIDKey]; + _target = [aDecoder decodeIntegerForKey:kTargetKey]; + _eventID = [aDecoder decodeObjectOfClass:[NSString class] forKey:kEventIDKey] + ?: [GDTCOREvent nextEventID]; + _qosTier = [aDecoder decodeIntegerForKey:kQoSTierKey]; + _clockSnapshot = [aDecoder decodeObjectOfClass:[GDTCORClock class] forKey:kClockSnapshotKey]; _customBytes = [aDecoder decodeObjectOfClass:[NSData class] forKey:kCustomDataKey]; - } - return self; -} - -- (id)initWithCoderForStoredEventBackwardCompatibility:(NSCoder *)aDecoder - fileURL:(NSURL *)fileURL { - NSString *mappingID = [aDecoder decodeObjectOfClass:[NSString class] - forKey:kStoredEventMappingIDKey]; - NSInteger target = [[aDecoder decodeObjectOfClass:[NSNumber class] - forKey:kStoredEventTargetKey] integerValue]; - self = [self initWithMappingID:mappingID target:target]; - if (self) { - _eventID = [aDecoder decodeObjectOfClass:[NSNumber class] forKey:eventIDKey]; - if (_eventID == nil) { - _eventID = [GDTCOREvent nextEventID]; + _expirationDate = [aDecoder decodeObjectOfClass:[NSDate class] forKey:kExpirationDateKey]; + _serializedDataObjectBytes = [aDecoder decodeObjectOfClass:[NSData class] + forKey:kSerializedDataObjectBytes]; + if (!_serializedDataObjectBytes) { + return nil; } - _qosTier = [[aDecoder decodeObjectOfClass:[NSNumber class] - forKey:kStoredEventQosTierKey] integerValue]; - _clockSnapshot = [aDecoder decodeObjectOfClass:[GDTCORClock class] - forKey:kStoredEventClockSnapshotKey]; - if (fileURL) { - _GDTFilePath = [fileURL lastPathComponent]; - } else { - _GDTFilePath = [aDecoder decodeObjectOfClass:[NSString class] forKey:kGDTFilePathKey]; - } - _customBytes = [aDecoder decodeObjectOfClass:[NSData class] forKey:kCustomDataKey]; } return self; } - (void)encodeWithCoder:(NSCoder *)aCoder { - [aCoder encodeObject:_eventID forKey:eventIDKey]; - [aCoder encodeObject:_mappingID forKey:mappingIDKey]; - [aCoder encodeInteger:_target forKey:targetKey]; - [aCoder encodeInteger:_qosTier forKey:qosTierKey]; - [aCoder encodeObject:_clockSnapshot forKey:clockSnapshotKey]; - [aCoder encodeObject:_GDTFilePath forKey:kGDTFilePathKey]; + [aCoder encodeObject:_eventID forKey:kEventIDKey]; + [aCoder encodeObject:_mappingID forKey:kMappingIDKey]; + [aCoder encodeInteger:_target forKey:kTargetKey]; + [aCoder encodeInteger:_qosTier forKey:kQoSTierKey]; + [aCoder encodeObject:_clockSnapshot forKey:kClockSnapshotKey]; [aCoder encodeObject:_customBytes forKey:kCustomDataKey]; + [aCoder encodeObject:_expirationDate forKey:kExpirationDateKey]; + [aCoder encodeObject:self.serializedDataObjectBytes forKey:kSerializedDataObjectBytes]; } @end diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage+Promises.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage+Promises.m new file mode 100644 index 000000000..c3a22a8e8 --- /dev/null +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage+Promises.m @@ -0,0 +1,104 @@ +/* + * Copyright 2020 Google LLC + * + * 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. + */ + +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage+Promises.h" + +#if __has_include() +#import +#else +#import "FBLPromises.h" +#endif + +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadBatch.h" + +@implementation GDTCORFlatFileStorage (Promises) + +- (FBLPromise *> *)batchIDsForTarget:(GDTCORTarget)target { + return [FBLPromise onQueue:self.storageQueue + wrapObjectCompletion:^(FBLPromiseObjectCompletion _Nonnull handler) { + [self batchIDsForTarget:target onComplete:handler]; + }]; +} + +- (FBLPromise *)removeBatchWithID:(NSNumber *)batchID deleteEvents:(BOOL)deleteEvents { + return [FBLPromise onQueue:self.storageQueue + wrapCompletion:^(FBLPromiseCompletion _Nonnull handler) { + [self removeBatchWithID:batchID deleteEvents:deleteEvents onComplete:handler]; + }]; +} + +- (FBLPromise *)removeBatchesWithIDs:(NSSet *)batchIDs + deleteEvents:(BOOL)deleteEvents { + NSMutableArray *removeBatchPromises = + [NSMutableArray arrayWithCapacity:batchIDs.count]; + for (NSNumber *batchID in batchIDs) { + [removeBatchPromises addObject:[self removeBatchWithID:batchID deleteEvents:deleteEvents]]; + } + + return [FBLPromise onQueue:self.storageQueue all:[removeBatchPromises copy]].thenOn( + self.storageQueue, ^id(id result) { + return [FBLPromise resolvedWith:[NSNull null]]; + }); +} + +- (FBLPromise *)removeAllBatchesForTarget:(GDTCORTarget)target + deleteEvents:(BOOL)deleteEvents { + return + [self batchIDsForTarget:target].thenOn(self.storageQueue, ^id(NSSet *batchIDs) { + if (batchIDs.count == 0) { + return [FBLPromise resolvedWith:[NSNull null]]; + } else { + return [self removeBatchesWithIDs:batchIDs deleteEvents:NO]; + } + }); +} + +- (FBLPromise *)hasEventsForTarget:(GDTCORTarget)target { + return [FBLPromise onQueue:self.storageQueue + wrapBoolCompletion:^(FBLPromiseBoolCompletion _Nonnull handler) { + [self hasEventsForTarget:target onComplete:handler]; + }]; +} + +- (FBLPromise *)batchWithEventSelector: + (GDTCORStorageEventSelector *)eventSelector + batchExpiration:(NSDate *)expiration { + return [FBLPromise + onQueue:self.storageQueue + async:^(FBLPromiseFulfillBlock _Nonnull fulfill, FBLPromiseRejectBlock _Nonnull reject) { + [self batchWithEventSelector:eventSelector + batchExpiration:expiration + onComplete:^(NSNumber *_Nullable newBatchID, + NSSet *_Nullable batchEvents) { + if (newBatchID == nil || batchEvents == nil) { + reject([self genericRejectedPromiseErrorWithReason: + @"There are no events for the selector."]); + } else { + fulfill([[GDTCORUploadBatch alloc] initWithBatchID:newBatchID + events:batchEvents]); + } + }]; + }]; +} + +// TODO: Move to a separate class/extension when needed in more places. +- (NSError *)genericRejectedPromiseErrorWithReason:(NSString *)reason { + return [NSError errorWithDomain:@"GDTCORFlatFileStorage" + code:-1 + userInfo:@{NSLocalizedFailureReasonErrorKey : reason}]; +} + +@end diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage.m index d50cf0aa3..6e326d84e 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage.m +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage.m @@ -14,62 +14,66 @@ * limitations under the License. */ -#import "GDTCORLibrary/Private/GDTCORFlatFileStorage.h" +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage.h" -#import -#import -#import -#import -#import +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORAssert.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORLifecycle.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORPlatform.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageEventSelector.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h" -#import "GDTCORLibrary/Private/GDTCOREvent_Private.h" -#import "GDTCORLibrary/Private/GDTCORRegistrar_Private.h" -#import "GDTCORLibrary/Private/GDTCORUploadCoordinator.h" +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCOREvent_Private.h" +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORRegistrar_Private.h" +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadCoordinator.h" + +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORDirectorySizeTracker.h" + +NS_ASSUME_NONNULL_BEGIN + +/** A library data key this class uses to track batchIDs. */ +static NSString *const gBatchIDCounterKey = @"GDTCORFlatFileStorageBatchIDCounter"; + +/** The separator used between metadata elements in filenames. */ +static NSString *const kMetadataSeparator = @"-"; + +NSString *const kGDTCOREventComponentsEventIDKey = @"GDTCOREventComponentsEventIDKey"; + +NSString *const kGDTCOREventComponentsQoSTierKey = @"GDTCOREventComponentsQoSTierKey"; + +NSString *const kGDTCOREventComponentsMappingIDKey = @"GDTCOREventComponentsMappingIDKey"; + +NSString *const kGDTCOREventComponentsExpirationKey = @"GDTCOREventComponentsExpirationKey"; + +NSString *const kGDTCORBatchComponentsTargetKey = @"GDTCORBatchComponentsTargetKey"; + +NSString *const kGDTCORBatchComponentsBatchIDKey = @"GDTCORBatchComponentsBatchIDKey"; + +NSString *const kGDTCORBatchComponentsExpirationKey = @"GDTCORBatchComponentsExpirationKey"; + +NSString *const GDTCORFlatFileStorageErrorDomain = @"GDTCORFlatFileStorage"; + +const uint64_t kGDTCORFlatFileStorageSizeLimit = 20 * 1000 * 1000; // 20 MB. + +@interface GDTCORFlatFileStorage () + +/** An instance of the size tracker to keep track of the disk space consumed by the storage. */ +@property(nonatomic, readonly) GDTCORDirectorySizeTracker *sizeTracker; + +@end @implementation GDTCORFlatFileStorage +@synthesize sizeTracker = _sizeTracker; + + (void)load { +#if !NDEBUG + [[GDTCORRegistrar sharedInstance] registerStorage:[self sharedInstance] target:kGDTCORTargetTest]; +#endif // !NDEBUG [[GDTCORRegistrar sharedInstance] registerStorage:[self sharedInstance] target:kGDTCORTargetCCT]; [[GDTCORRegistrar sharedInstance] registerStorage:[self sharedInstance] target:kGDTCORTargetFLL]; [[GDTCORRegistrar sharedInstance] registerStorage:[self sharedInstance] target:kGDTCORTargetCSH]; - - // Sets a global translation mapping to decode GDTCORStoredEvent objects encoded as instances of - // GDTCOREvent instead. Then we do the same thing with GDTCORStorage. This must be done in load - // because there are no direct references to this class and the NSCoding methods won't be called - // unless the class name is mapped early. - [NSKeyedUnarchiver setClass:[GDTCOREvent class] forClassName:@"GDTCORStoredEvent"]; - [NSKeyedUnarchiver setClass:[GDTCORFlatFileStorage class] forClassName:@"GDTCORStorage"]; -} - -+ (NSString *)archivePath { - static NSString *archivePath; - static dispatch_once_t onceToken; - dispatch_once(&onceToken, ^{ - archivePath = - [GDTCORRootDirectory() URLByAppendingPathComponent:@"GDTCORFlatFileStorageArchive"].path; - }); - return archivePath; -} - -+ (NSString *)libraryDataPath { - static NSString *libraryDataPath; - static dispatch_once_t onceToken; - dispatch_once(&onceToken, ^{ - libraryDataPath = - [GDTCORRootDirectory() URLByAppendingPathComponent:NSStringFromClass([self class]) - isDirectory:YES] - .path; - libraryDataPath = [libraryDataPath stringByAppendingPathComponent:@"gdt_library_data"]; - if (![[NSFileManager defaultManager] fileExistsAtPath:libraryDataPath isDirectory:NULL]) { - NSError *error; - [[NSFileManager defaultManager] createDirectoryAtPath:libraryDataPath - withIntermediateDirectories:YES - attributes:0 - error:&error]; - GDTCORAssert(error == nil, @"Creating the library data path failed: %@", error); - } - }); - return libraryDataPath; + [[GDTCORRegistrar sharedInstance] registerStorage:[self sharedInstance] target:kGDTCORTargetINT]; } + (instancetype)sharedInstance { @@ -86,21 +90,33 @@ if (self) { _storageQueue = dispatch_queue_create("com.google.GDTCORFlatFileStorage", DISPATCH_QUEUE_SERIAL); - _targetToEventSet = [[NSMutableDictionary alloc] init]; - _storedEvents = [[NSMutableDictionary alloc] init]; _uploadCoordinator = [GDTCORUploadCoordinator sharedInstance]; } return self; } +- (GDTCORDirectorySizeTracker *)sizeTracker { + if (_sizeTracker == nil) { + _sizeTracker = + [[GDTCORDirectorySizeTracker alloc] initWithDirectoryPath:GDTCORRootDirectory().path]; + } + return _sizeTracker; +} + +#pragma mark - GDTCORStorageProtocol + - (void)storeEvent:(GDTCOREvent *)event onComplete:(void (^_Nullable)(BOOL wasWritten, NSError *_Nullable error))completion { GDTCORLogDebug(@"Saving event: %@", event); - if (event == nil) { + if (event == nil || event.serializedDataObjectBytes == nil) { GDTCORLogDebug(@"%@", @"The event was nil, so it was not saved."); + if (completion) { + completion(NO, [NSError errorWithDomain:NSInternalInconsistencyException + code:-1 + userInfo:nil]); + } return; } - BOOL hadOriginalCompletion = completion != nil; if (!completion) { completion = ^(BOOL wasWritten, NSError *_Nullable error) { GDTCORLogDebug(@"event %@ stored. success:%@ error:%@", event, wasWritten ? @"YES" : @"NO", @@ -119,113 +135,208 @@ dispatch_async(_storageQueue, ^{ // Check that a backend implementation is available for this target. - NSInteger target = event.target; + GDTCORTarget target = event.target; + NSString *filePath = [GDTCORFlatFileStorage pathForTarget:target + eventID:event.eventID + qosTier:@(event.qosTier) + expirationDate:event.expirationDate + mappingID:event.mappingID]; + NSError *error; + NSData *encodedEvent = GDTCOREncodeArchive(event, nil, &error); + if (error) { + completion(NO, error); + return; + } - // Check that a prioritizer is available for this target. - id prioritizer = - [GDTCORRegistrar sharedInstance].targetToPrioritizer[@(target)]; - GDTCORAssert(prioritizer, @"There's no prioritizer registered for the given target. Are you " - @"sure you've added the support library for the backend you need?"); + // Check storage size limit before storing the event. + uint64_t resultingStorageSize = self.sizeTracker.directoryContentSize + encodedEvent.length; + if (resultingStorageSize > kGDTCORFlatFileStorageSizeLimit) { + NSError *error = [NSError + errorWithDomain:GDTCORFlatFileStorageErrorDomain + code:GDTCORFlatFileStorageErrorSizeLimitReached + userInfo:@{ + NSLocalizedFailureReasonErrorKey : @"Storage size limit has been reached." + }]; + completion(NO, error); + return; + } - // Write the transport bytes to disk, get a filename. - GDTCORAssert([event.dataObject transportBytes], - @"The event should have been serialized to bytes"); - NSError *error = nil; - NSURL *eventFile = [self saveEventBytesToDisk:event eventHash:event.hash error:&error]; - if (!eventFile || error) { - GDTCORLogError(GDTCORMCEFileWriteError, @"Event failed to save to disk: %@", error); + // Write the encoded event to the file. + BOOL writeResult = GDTCORWriteDataToFile(encodedEvent, filePath, &error); + if (writeResult == NO || error) { + GDTCORLogDebug(@"Attempt to write archive failed: path:%@ error:%@", filePath, error); completion(NO, error); return; } else { - GDTCORLogDebug(@"Event saved to disk: %@", eventFile); - completion(YES, error); + GDTCORLogDebug(@"Writing archive succeeded: %@", filePath); + completion(YES, nil); } - // Add event to tracking collections. - [self addEventToTrackingCollections:event]; - - // Have the prioritizer prioritize the event and save state if there was an onComplete block. - [prioritizer prioritizeEvent:event]; - if (hadOriginalCompletion && [prioritizer respondsToSelector:@selector(saveState)]) { - [prioritizer saveState]; - GDTCORLogDebug(@"Prioritizer %@ has saved state due to an event's onComplete block.", - prioritizer); - } + // Notify size tracker. + [self.sizeTracker fileWasAddedAtPath:filePath withSize:encodedEvent.length]; // Check the QoS, if it's high priority, notify the target that it has a high priority event. if (event.qosTier == GDTCOREventQoSFast) { + // TODO: Remove a direct dependency on the upload coordinator. [self.uploadCoordinator forceUploadForTarget:target]; } - // Write state to disk if there was an onComplete block or if we're in the background. - if (hadOriginalCompletion || [[GDTCORApplication sharedApplication] isRunningInBackground]) { - if (hadOriginalCompletion) { - GDTCORLogDebug(@"%@", - @"Saving flat file storage state because a completion block was passed."); - } else { - GDTCORLogDebug( - @"%@", @"Saving flat file storage state because the app is running in the background"); - } - NSError *error; - GDTCOREncodeArchive(self, [GDTCORFlatFileStorage archivePath], &error); - if (error) { - GDTCORLogDebug(@"Serializing GDTCORFlatFileStorage to an archive failed: %@", error); - } - } - // Cancel or end the associated background task if it's still valid. [[GDTCORApplication sharedApplication] endBackgroundTask:bgID]; bgID = GDTCORBackgroundIdentifierInvalid; - GDTCORLogDebug(@"Event %@ is stored. There are %ld events stored on disk", event, - (unsigned long)self->_storedEvents.count); }); } -- (void)removeEvents:(NSSet *)eventIDs { - NSSet *eventsToRemove = [eventIDs copy]; - dispatch_async(_storageQueue, ^{ - for (NSNumber *eventID in eventsToRemove) { - // Remove from disk, first and foremost. - GDTCOREvent *event = self->_storedEvents[eventID]; - if (event) { +- (void)batchWithEventSelector:(nonnull GDTCORStorageEventSelector *)eventSelector + batchExpiration:(nonnull NSDate *)expiration + onComplete: + (nonnull void (^)(NSNumber *_Nullable batchID, + NSSet *_Nullable events))onComplete { + dispatch_queue_t queue = _storageQueue; + void (^onPathsForTargetComplete)(NSNumber *, NSSet *_Nonnull) = ^( + NSNumber *batchID, NSSet *_Nonnull paths) { + dispatch_async(queue, ^{ + NSMutableSet *events = [[NSMutableSet alloc] init]; + for (NSString *eventPath in paths) { NSError *error; - if (event.fileURL) { - NSURL *fileURL = event.fileURL; - BOOL result = [[NSFileManager defaultManager] removeItemAtPath:fileURL.path error:&error]; - if (!result || error) { - GDTCORLogWarning(GDTCORMCWFileReadError, - @"There was an error removing an event file: %@", error); - } else { - GDTCORLogDebug(@"Removed event from disk: %@", fileURL); + GDTCOREvent *event = + (GDTCOREvent *)GDTCORDecodeArchive([GDTCOREvent class], eventPath, nil, &error); + if (event == nil || error) { + GDTCORLogDebug(@"Error deserializing event: %@", error); + [[NSFileManager defaultManager] removeItemAtPath:eventPath error:nil]; + continue; + } else { + NSString *fileName = [eventPath lastPathComponent]; + NSString *batchPath = + [GDTCORFlatFileStorage batchPathForTarget:eventSelector.selectedTarget + batchID:batchID + expirationDate:expiration]; + [[NSFileManager defaultManager] createDirectoryAtPath:batchPath + withIntermediateDirectories:YES + attributes:nil + error:nil]; + NSString *destinationPath = [batchPath stringByAppendingPathComponent:fileName]; + error = nil; + [[NSFileManager defaultManager] moveItemAtPath:eventPath + toPath:destinationPath + error:&error]; + if (error) { + GDTCORLogDebug(@"An event file wasn't moveable into the batch directory: %@", error); } + [events addObject:event]; } - - // Remove from the tracking collections. - [self.storedEvents removeObjectForKey:event.eventID]; - [self.targetToEventSet[@(event.target)] removeObject:event]; } + if (onComplete) { + if (events.count == 0) { + onComplete(nil, nil); + } else { + onComplete(batchID, events); + } + } + }); + }; + + void (^onBatchIDFetchComplete)(NSNumber *) = ^(NSNumber *batchID) { + dispatch_async(queue, ^{ + if (batchID == nil) { + if (onComplete) { + onComplete(nil, nil); + return; + } + } + [self pathsForTarget:eventSelector.selectedTarget + eventIDs:eventSelector.selectedEventIDs + qosTiers:eventSelector.selectedQosTiers + mappingIDs:eventSelector.selectedMappingIDs + onComplete:^(NSSet *_Nonnull paths) { + onPathsForTargetComplete(batchID, paths); + }]; + }); + }; + + [self nextBatchID:^(NSNumber *_Nullable batchID) { + if (batchID == nil) { + if (onComplete) { + onComplete(nil, nil); + } + } else { + onBatchIDFetchComplete(batchID); + } + }]; +} + +- (void)removeBatchWithID:(nonnull NSNumber *)batchID + deleteEvents:(BOOL)deleteEvents + onComplete:(void (^_Nullable)(void))onComplete { + dispatch_async(_storageQueue, ^{ + [self syncThreadUnsafeRemoveBatchWithID:batchID deleteEvents:deleteEvents]; + + if (onComplete) { + onComplete(); } }); } -#pragma mark - GDTCORStorageProtocol +- (void)batchIDsForTarget:(GDTCORTarget)target + onComplete:(nonnull void (^)(NSSet *_Nullable))onComplete { + dispatch_async(_storageQueue, ^{ + NSFileManager *fileManager = [NSFileManager defaultManager]; + NSError *error; + NSArray *batchPaths = + [fileManager contentsOfDirectoryAtPath:[GDTCORFlatFileStorage batchDataStoragePath] + error:&error]; + if (error || batchPaths.count == 0) { + if (onComplete) { + onComplete(nil); + } + return; + } + NSMutableSet *batchIDs = [[NSMutableSet alloc] init]; + for (NSString *path in batchPaths) { + NSDictionary *components = [self batchComponentsFromFilename:path]; + NSNumber *targetNumber = components[kGDTCORBatchComponentsTargetKey]; + NSNumber *batchID = components[kGDTCORBatchComponentsBatchIDKey]; + if (batchID != nil && targetNumber.intValue == target) { + [batchIDs addObject:batchID]; + } + } + if (onComplete) { + onComplete(batchIDs); + } + }); +} - (void)libraryDataForKey:(nonnull NSString *)key - onComplete: - (nonnull void (^)(NSData *_Nullable, NSError *_Nullable error))onComplete { + onFetchComplete:(nonnull void (^)(NSData *_Nullable, NSError *_Nullable))onFetchComplete + setNewValue:(NSData *_Nullable (^_Nullable)(void))setValueBlock { dispatch_async(_storageQueue, ^{ - NSString *dataPath = [[[self class] libraryDataPath] stringByAppendingPathComponent:key]; + NSString *dataPath = [[[self class] libraryDataStoragePath] stringByAppendingPathComponent:key]; NSError *error; NSData *data = [NSData dataWithContentsOfFile:dataPath options:0 error:&error]; - if (onComplete) { - onComplete(data, error); + if (onFetchComplete) { + onFetchComplete(data, error); + } + if (setValueBlock) { + NSData *newValue = setValueBlock(); + // The -isKindOfClass check is necessary because without an explicit 'return nil' in the block + // the implicit return value will be the block itself. The compiler doesn't detect this. + if (newValue != nil && [newValue isKindOfClass:[NSData class]] && newValue.length) { + NSError *newValueError; + if ([newValue writeToFile:dataPath options:NSDataWritingAtomic error:&newValueError]) { + // Update storage size. + [self.sizeTracker fileWasRemovedAtPath:dataPath withSize:data.length]; + [self.sizeTracker fileWasAddedAtPath:dataPath withSize:newValue.length]; + } else { + GDTCORLogDebug(@"Error writing new value in libraryDataForKey: %@", newValueError); + } + } } }); } - (void)storeLibraryData:(NSData *)data forKey:(nonnull NSString *)key - onComplete:(nonnull void (^)(NSError *_Nullable error))onComplete { + onComplete:(nullable void (^)(NSError *_Nullable error))onComplete { if (!data || data.length <= 0) { if (onComplete) { onComplete([NSError errorWithDomain:NSInternalInconsistencyException code:-1 userInfo:nil]); @@ -234,8 +345,10 @@ } dispatch_async(_storageQueue, ^{ NSError *error; - NSString *dataPath = [[[self class] libraryDataPath] stringByAppendingPathComponent:key]; - [data writeToFile:dataPath options:NSDataWritingAtomic error:&error]; + NSString *dataPath = [[[self class] libraryDataStoragePath] stringByAppendingPathComponent:key]; + if ([data writeToFile:dataPath options:NSDataWritingAtomic error:&error]) { + [self.sizeTracker fileWasAddedAtPath:dataPath withSize:data.length]; + } if (onComplete) { onComplete(error); } @@ -246,9 +359,14 @@ onComplete:(nonnull void (^)(NSError *_Nullable error))onComplete { dispatch_async(_storageQueue, ^{ NSError *error; - NSString *dataPath = [[[self class] libraryDataPath] stringByAppendingPathComponent:key]; + NSString *dataPath = [[[self class] libraryDataStoragePath] stringByAppendingPathComponent:key]; + GDTCORStorageSizeBytes fileSize = + [self.sizeTracker fileSizeAtURL:[NSURL fileURLWithPath:dataPath]]; + if ([[NSFileManager defaultManager] fileExistsAtPath:dataPath]) { - [[NSFileManager defaultManager] removeItemAtPath:dataPath error:&error]; + if ([[NSFileManager defaultManager] removeItemAtPath:dataPath error:&error]) { + [self.sizeTracker fileWasRemovedAtPath:dataPath withSize:fileSize]; + } if (onComplete) { onComplete(error); } @@ -256,77 +374,442 @@ }); } -#pragma mark - Private helper methods - -/** Saves the event's dataObject to a file using NSData mechanisms. - * - * @note This method should only be called from a method within a block on _storageQueue to maintain - * thread safety. - * - * @param event The event. - * @param eventHash The hash value of the event. - * @return The filename - */ -- (NSURL *)saveEventBytesToDisk:(GDTCOREvent *)event - eventHash:(NSUInteger)eventHash - error:(NSError **)error { - NSString *eventFileName = [NSString stringWithFormat:@"event-%lu", (unsigned long)eventHash]; - NSError *writingError; - [event writeToGDTPath:eventFileName error:&writingError]; - if (writingError) { - GDTCORLogDebug(@"There was an error saving an event to disk: %@", writingError); - } - return event.fileURL; -} - -/** Adds the event to internal tracking collections. - * - * @note This method should only be called from a method within a block on _storageQueue to maintain - * thread safety. - * - * @param event The event to track. - */ -- (void)addEventToTrackingCollections:(GDTCOREvent *)event { - _storedEvents[event.eventID] = event; - NSNumber *target = @(event.target); - NSMutableSet *events = self.targetToEventSet[target]; - events = events ? events : [[NSMutableSet alloc] init]; - [events addObject:event]; - _targetToEventSet[target] = events; -} - -#pragma mark - GDTCORLifecycleProtocol - -- (void)appWillForeground:(GDTCORApplication *)app { +- (void)hasEventsForTarget:(GDTCORTarget)target onComplete:(void (^)(BOOL hasEvents))onComplete { dispatch_async(_storageQueue, ^{ - NSError *error; - GDTCORDecodeArchive([GDTCORFlatFileStorage class], [GDTCORFlatFileStorage archivePath], nil, - &error); - if (error) { - GDTCORLogDebug(@"Deserializing GDTCORFlatFileStorage from an archive failed: %@", error); + NSFileManager *fileManager = [NSFileManager defaultManager]; + NSString *targetPath = [NSString + stringWithFormat:@"%@/%ld", [GDTCORFlatFileStorage eventDataStoragePath], (long)target]; + [fileManager createDirectoryAtPath:targetPath + withIntermediateDirectories:YES + attributes:nil + error:nil]; + NSDirectoryEnumerator *enumerator = [fileManager enumeratorAtPath:targetPath]; + BOOL hasEventAtLeastOneEvent = [enumerator nextObject] != nil; + if (onComplete) { + onComplete(hasEventAtLeastOneEvent); } }); } +- (void)checkForExpirations { + dispatch_async(_storageQueue, ^{ + GDTCORLogDebug(@"%@", @"Checking for expired events and batches"); + NSTimeInterval now = [NSDate date].timeIntervalSince1970; + NSFileManager *fileManager = [NSFileManager defaultManager]; + + // TODO: Storage may not have enough context to remove batches because a batch may be being + // uploaded but the storage has not context of it. + + // Find expired batches and move their events back to the main storage. + // If a batch contains expired events they are expected to be removed further in the method + // together with other expired events in the main storage. + NSString *batchDataPath = [GDTCORFlatFileStorage batchDataStoragePath]; + NSArray *batchDataPaths = [fileManager contentsOfDirectoryAtPath:batchDataPath + error:nil]; + for (NSString *path in batchDataPaths) { + @autoreleasepool { + NSString *fileName = [path lastPathComponent]; + NSDictionary *batchComponents = [self batchComponentsFromFilename:fileName]; + NSDate *expirationDate = batchComponents[kGDTCORBatchComponentsExpirationKey]; + NSNumber *batchID = batchComponents[kGDTCORBatchComponentsBatchIDKey]; + if (expirationDate != nil && expirationDate.timeIntervalSince1970 < now && batchID != nil) { + NSNumber *batchID = batchComponents[kGDTCORBatchComponentsBatchIDKey]; + // Move all events from the expired batch back to the main storage. + [self syncThreadUnsafeRemoveBatchWithID:batchID deleteEvents:NO]; + } + } + } + + // Find expired events and remove them from the storage. + NSString *eventDataPath = [GDTCORFlatFileStorage eventDataStoragePath]; + NSDirectoryEnumerator *enumerator = [fileManager enumeratorAtPath:eventDataPath]; + NSString *path; + + while (YES) { + @autoreleasepool { + // Call `[enumerator nextObject]` under autorelease pool to make sure all autoreleased + // objects created under the hood are released on each iteration end to avoid unnecessary + // memory growth. + path = [enumerator nextObject]; + if (path == nil) { + break; + } + + NSString *fileName = [path lastPathComponent]; + NSDictionary *eventComponents = [self eventComponentsFromFilename:fileName]; + NSDate *expirationDate = eventComponents[kGDTCOREventComponentsExpirationKey]; + if (expirationDate != nil && expirationDate.timeIntervalSince1970 < now) { + NSString *pathToDelete = [eventDataPath stringByAppendingPathComponent:path]; + NSError *error; + [fileManager removeItemAtPath:pathToDelete error:&error]; + if (error != nil) { + GDTCORLogDebug(@"There was an error deleting an expired item: %@", error); + } else { + GDTCORLogDebug(@"Item deleted because it expired: %@", pathToDelete); + } + } + } + } + + [self.sizeTracker resetCachedSize]; + }); +} + +- (void)storageSizeWithCallback:(void (^)(uint64_t storageSize))onComplete { + if (!onComplete) { + return; + } + + dispatch_async(_storageQueue, ^{ + onComplete([self.sizeTracker directoryContentSize]); + }); +} + +#pragma mark - Private not thread safe methods +/** Looks for directory paths containing events for a batch with the specified ID. + * @param batchID A batch ID. + * @param outError A pointer to `NSError *` to assign as possible error to. + * @return An array of an array of paths to directories for event batches with a specified batch ID + * or `nil` in the case of an error. Usually returns a single path but potentially return more in + * cases when the app is terminated while uploading a batch. + */ +- (nullable NSArray *)batchDirPathsForBatchID:(NSNumber *)batchID + error:(NSError **_Nonnull)outError { + NSFileManager *fileManager = [NSFileManager defaultManager]; + NSError *error; + NSArray *batches = + [fileManager contentsOfDirectoryAtPath:[GDTCORFlatFileStorage batchDataStoragePath] + error:&error]; + if (batches == nil) { + *outError = error; + GDTCORLogDebug(@"Failed to find event file paths for batchID: %@, error: %@", batchID, error); + return nil; + } + + NSMutableArray *batchDirPaths = [NSMutableArray array]; + for (NSString *path in batches) { + NSDictionary *components = [self batchComponentsFromFilename:path]; + NSNumber *pathBatchID = components[kGDTCORBatchComponentsBatchIDKey]; + if ([pathBatchID isEqual:batchID]) { + NSString *batchDirPath = + [[GDTCORFlatFileStorage batchDataStoragePath] stringByAppendingPathComponent:path]; + [batchDirPaths addObject:batchDirPath]; + } + } + + return [batchDirPaths copy]; +} + +/** Makes a copy of the contents of a directory to a directory at the specified path.*/ +- (BOOL)moveContentsOfDirectoryAtPath:(NSString *)sourcePath + to:(NSString *)destinationPath + error:(NSError **_Nonnull)outError { + NSFileManager *fileManager = [NSFileManager defaultManager]; + + NSError *error; + NSArray *contentsPaths = [fileManager contentsOfDirectoryAtPath:sourcePath + error:&error]; + if (contentsPaths == nil) { + *outError = error; + return NO; + } + + NSMutableArray *errors = [NSMutableArray array]; + for (NSString *path in contentsPaths) { + NSString *contentDestinationPath = [destinationPath stringByAppendingPathComponent:path]; + NSString *contentSourcePath = [sourcePath stringByAppendingPathComponent:path]; + + NSError *moveError; + if (![fileManager moveItemAtPath:contentSourcePath + toPath:contentDestinationPath + error:&moveError] && + moveError) { + [errors addObject:moveError]; + } + } + + if (errors.count == 0) { + return YES; + } else { + NSError *combinedError = [NSError errorWithDomain:@"GDTCORFlatFileStorage" + code:-1 + userInfo:@{NSUnderlyingErrorKey : errors}]; + *outError = combinedError; + return NO; + } +} + +- (void)syncThreadUnsafeRemoveBatchWithID:(nonnull NSNumber *)batchID + deleteEvents:(BOOL)deleteEvents { + NSError *error; + NSArray *batchDirPaths = [self batchDirPathsForBatchID:batchID error:&error]; + + if (batchDirPaths == nil) { + return; + } + + NSFileManager *fileManager = [NSFileManager defaultManager]; + + void (^removeBatchDir)(NSString *batchDirPath) = ^(NSString *batchDirPath) { + NSError *error; + if ([fileManager removeItemAtPath:batchDirPath error:&error]) { + GDTCORLogDebug(@"Batch removed at path: %@", batchDirPath); + } else { + GDTCORLogDebug(@"Failed to remove batch at path: %@", batchDirPath); + } + }; + + for (NSString *batchDirPath in batchDirPaths) { + @autoreleasepool { + if (deleteEvents) { + removeBatchDir(batchDirPath); + } else { + NSString *batchDirName = [batchDirPath lastPathComponent]; + NSDictionary *components = [self batchComponentsFromFilename:batchDirName]; + NSString *targetValue = [components[kGDTCORBatchComponentsTargetKey] stringValue]; + NSString *destinationPath; + if (targetValue) { + destinationPath = [[GDTCORFlatFileStorage eventDataStoragePath] + stringByAppendingPathComponent:targetValue]; + } + + // `- [NSFileManager moveItemAtPath:toPath:error:]` method fails if an item by the + // destination path already exists (which usually is the case for the current method). Move + // the events one by one instead. + if (destinationPath && [self moveContentsOfDirectoryAtPath:batchDirPath + to:destinationPath + error:&error]) { + GDTCORLogDebug(@"Batched events at path: %@ moved back to the storage: %@", batchDirPath, + destinationPath); + } else { + GDTCORLogDebug(@"Error encountered whilst moving events back: %@", error); + } + + // Even if not all events where moved back to the storage, there is not much can be done at + // this point, so cleanup batch directory now to avoid cluttering. + removeBatchDir(batchDirPath); + } + } + } + + [self.sizeTracker resetCachedSize]; +} + +#pragma mark - Private helper methods + ++ (NSString *)eventDataStoragePath { + static NSString *eventDataPath; + static dispatch_once_t onceToken; + dispatch_once(&onceToken, ^{ + eventDataPath = [NSString stringWithFormat:@"%@/%@/gdt_event_data", GDTCORRootDirectory().path, + NSStringFromClass([self class])]; + }); + NSError *error; + [[NSFileManager defaultManager] createDirectoryAtPath:eventDataPath + withIntermediateDirectories:YES + attributes:0 + error:&error]; + GDTCORAssert(error == nil, @"Creating the library data path failed: %@", error); + return eventDataPath; +} + ++ (NSString *)batchDataStoragePath { + static NSString *batchDataPath; + static dispatch_once_t onceToken; + dispatch_once(&onceToken, ^{ + batchDataPath = [NSString stringWithFormat:@"%@/%@/gdt_batch_data", GDTCORRootDirectory().path, + NSStringFromClass([self class])]; + }); + NSError *error; + [[NSFileManager defaultManager] createDirectoryAtPath:batchDataPath + withIntermediateDirectories:YES + attributes:0 + error:&error]; + GDTCORAssert(error == nil, @"Creating the batch data path failed: %@", error); + return batchDataPath; +} + ++ (NSString *)libraryDataStoragePath { + static NSString *libraryDataPath; + static dispatch_once_t onceToken; + dispatch_once(&onceToken, ^{ + libraryDataPath = + [NSString stringWithFormat:@"%@/%@/gdt_library_data", GDTCORRootDirectory().path, + NSStringFromClass([self class])]; + }); + NSError *error; + [[NSFileManager defaultManager] createDirectoryAtPath:libraryDataPath + withIntermediateDirectories:YES + attributes:0 + error:&error]; + GDTCORAssert(error == nil, @"Creating the library data path failed: %@", error); + return libraryDataPath; +} + ++ (NSString *)batchPathForTarget:(GDTCORTarget)target + batchID:(NSNumber *)batchID + expirationDate:(NSDate *)expirationDate { + return + [NSString stringWithFormat:@"%@/%ld%@%@%@%llu", [GDTCORFlatFileStorage batchDataStoragePath], + (long)target, kMetadataSeparator, batchID, kMetadataSeparator, + ((uint64_t)expirationDate.timeIntervalSince1970)]; +} + ++ (NSString *)pathForTarget:(GDTCORTarget)target + eventID:(NSString *)eventID + qosTier:(NSNumber *)qosTier + expirationDate:(NSDate *)expirationDate + mappingID:(NSString *)mappingID { + NSMutableCharacterSet *allowedChars = [[NSCharacterSet alphanumericCharacterSet] mutableCopy]; + [allowedChars addCharactersInString:kMetadataSeparator]; + mappingID = [mappingID stringByAddingPercentEncodingWithAllowedCharacters:allowedChars]; + return [NSString stringWithFormat:@"%@/%ld/%@%@%@%@%llu%@%@", + [GDTCORFlatFileStorage eventDataStoragePath], (long)target, + eventID, kMetadataSeparator, qosTier, kMetadataSeparator, + ((uint64_t)expirationDate.timeIntervalSince1970), + kMetadataSeparator, mappingID]; +} + +- (void)pathsForTarget:(GDTCORTarget)target + eventIDs:(nullable NSSet *)eventIDs + qosTiers:(nullable NSSet *)qosTiers + mappingIDs:(nullable NSSet *)mappingIDs + onComplete:(void (^)(NSSet *paths))onComplete { + void (^completion)(NSSet *) = onComplete == nil ? ^(NSSet *paths){} : onComplete; + dispatch_async(_storageQueue, ^{ + NSMutableSet *paths = [[NSMutableSet alloc] init]; + NSFileManager *fileManager = [NSFileManager defaultManager]; + NSString *targetPath = [NSString + stringWithFormat:@"%@/%ld", [GDTCORFlatFileStorage eventDataStoragePath], (long)target]; + [fileManager createDirectoryAtPath:targetPath + withIntermediateDirectories:YES + attributes:nil + error:nil]; + NSError *error; + NSArray *dirPaths = [fileManager contentsOfDirectoryAtPath:targetPath error:&error]; + if (error) { + GDTCORLogDebug(@"There was an error reading the contents of the target path: %@", error); + completion(paths); + return; + } + BOOL checkingIDs = eventIDs.count > 0; + BOOL checkingQosTiers = qosTiers.count > 0; + BOOL checkingMappingIDs = mappingIDs.count > 0; + BOOL checkingAnything = checkingIDs == NO && checkingQosTiers == NO && checkingMappingIDs == NO; + for (NSString *path in dirPaths) { + // Skip hidden files that are created as part of atomic file creation. + if ([path hasPrefix:@"."]) { + continue; + } + NSString *filePath = [targetPath stringByAppendingPathComponent:path]; + if (checkingAnything) { + [paths addObject:filePath]; + continue; + } + NSString *filename = [path lastPathComponent]; + NSDictionary *eventComponents = [self eventComponentsFromFilename:filename]; + if (!eventComponents) { + GDTCORLogDebug(@"There was an error reading the filename components: %@", eventComponents); + continue; + } + NSString *eventID = eventComponents[kGDTCOREventComponentsEventIDKey]; + NSNumber *qosTier = eventComponents[kGDTCOREventComponentsQoSTierKey]; + NSString *mappingID = eventComponents[kGDTCOREventComponentsMappingIDKey]; + + NSNumber *eventIDMatch = checkingIDs ? @([eventIDs containsObject:eventID]) : nil; + NSNumber *qosTierMatch = checkingQosTiers ? @([qosTiers containsObject:qosTier]) : nil; + NSNumber *mappingIDMatch = + checkingMappingIDs + ? @([mappingIDs containsObject:[mappingID stringByRemovingPercentEncoding]]) + : nil; + if ((eventIDMatch == nil || eventIDMatch.boolValue) && + (qosTierMatch == nil || qosTierMatch.boolValue) && + (mappingIDMatch == nil || mappingIDMatch.boolValue)) { + [paths addObject:filePath]; + } + } + completion(paths); + }); +} + +- (void)nextBatchID:(void (^)(NSNumber *_Nullable batchID))nextBatchID { + __block int32_t lastBatchID = -1; + [self libraryDataForKey:gBatchIDCounterKey + onFetchComplete:^(NSData *_Nullable data, NSError *_Nullable getValueError) { + if (!getValueError) { + [data getBytes:(void *)&lastBatchID length:sizeof(int32_t)]; + } + if (data == nil) { + lastBatchID = 0; + } + if (nextBatchID) { + nextBatchID(@(lastBatchID)); + } + } + setNewValue:^NSData *_Nullable(void) { + if (lastBatchID != -1) { + int32_t incrementedValue = lastBatchID + 1; + return [NSData dataWithBytes:&incrementedValue length:sizeof(int32_t)]; + } + return nil; + }]; +} + +- (nullable NSDictionary *)eventComponentsFromFilename:(NSString *)fileName { + NSArray *components = [fileName componentsSeparatedByString:kMetadataSeparator]; + if (components.count >= 4) { + NSString *eventID = components[0]; + NSNumber *qosTier = @(components[1].integerValue); + NSDate *expirationDate = [NSDate dateWithTimeIntervalSince1970:components[2].longLongValue]; + NSString *mappingID = [[components subarrayWithRange:NSMakeRange(3, components.count - 3)] + componentsJoinedByString:kMetadataSeparator]; + if (eventID == nil || qosTier == nil || mappingID == nil || expirationDate == nil) { + GDTCORLogDebug(@"There was an error parsing the event filename components: %@", components); + return nil; + } + return @{ + kGDTCOREventComponentsEventIDKey : eventID, + kGDTCOREventComponentsQoSTierKey : qosTier, + kGDTCOREventComponentsExpirationKey : expirationDate, + kGDTCOREventComponentsMappingIDKey : mappingID + }; + } + GDTCORLogDebug(@"The event filename could not be split: %@", fileName); + return nil; +} + +- (nullable NSDictionary *)batchComponentsFromFilename:(NSString *)fileName { + NSArray *components = [fileName componentsSeparatedByString:kMetadataSeparator]; + if (components.count == 3) { + NSNumber *target = @(components[0].integerValue); + NSNumber *batchID = @(components[1].integerValue); + NSDate *expirationDate = [NSDate dateWithTimeIntervalSince1970:components[2].doubleValue]; + if (target == nil || batchID == nil || expirationDate == nil) { + GDTCORLogDebug(@"There was an error parsing the batch filename components: %@", components); + return nil; + } + return @{ + kGDTCORBatchComponentsTargetKey : target, + kGDTCORBatchComponentsBatchIDKey : batchID, + kGDTCORBatchComponentsExpirationKey : expirationDate + }; + } + GDTCORLogDebug(@"The batch filename could not be split: %@", fileName); + return nil; +} + +#pragma mark - GDTCORLifecycleProtocol + - (void)appWillBackground:(GDTCORApplication *)app { dispatch_async(_storageQueue, ^{ - // Immediately request a background task to run until the end of the current queue of work, and - // cancel it once the work is done. + // Immediately request a background task to run until the end of the current queue of work, + // and cancel it once the work is done. __block GDTCORBackgroundIdentifier bgID = [app beginBackgroundTaskWithName:@"GDTStorage" expirationHandler:^{ [app endBackgroundTask:bgID]; bgID = GDTCORBackgroundIdentifierInvalid; }]; - NSError *error; - GDTCOREncodeArchive(self, [GDTCORFlatFileStorage archivePath], &error); - if (error) { - GDTCORLogDebug(@"Serializing GDTCORFlatFileStorage to an archive failed: %@", error); - } else { - GDTCORLogDebug(@"Serialized GDTCORFlatFileStorage to %@", - [GDTCORFlatFileStorage archivePath]); - } - // End the background task if it's still valid. [app endBackgroundTask:bgID]; bgID = GDTCORBackgroundIdentifierInvalid; @@ -335,77 +818,9 @@ - (void)appWillTerminate:(GDTCORApplication *)application { dispatch_sync(_storageQueue, ^{ - NSError *error; - GDTCOREncodeArchive(self, [GDTCORFlatFileStorage archivePath], &error); - if (error) { - GDTCORLogDebug(@"Serializing GDTCORFlatFileStorage to an archive failed: %@", error); - } else { - GDTCORLogDebug(@"Serialized GDTCORFlatFileStorage to %@", - [GDTCORFlatFileStorage archivePath]); - } - }); -} - -#pragma mark - NSSecureCoding - -/** The NSKeyedCoder key for the storedEvents property. */ -static NSString *const kGDTCORFlatFileStorageStoredEventsKey = @"GDTCORStorageStoredEventsKey"; - -/** The NSKeyedCoder key for the targetToEventSet property. */ -static NSString *const kGDTCORFlatFileStorageTargetToEventSetKey = - @"GDTCORStorageTargetToEventSetKey"; - -/** The NSKeyedCoder key for the uploadCoordinator property. */ -static NSString *const kGDTCORFlatFileStorageUploadCoordinatorKey = - @"GDTCORStorageUploadCoordinatorKey"; - -+ (BOOL)supportsSecureCoding { - return YES; -} - -- (instancetype)initWithCoder:(NSCoder *)aDecoder { - // Create the singleton and populate its ivars. - GDTCORFlatFileStorage *sharedInstance = [self.class sharedInstance]; - NSSet *classes = [NSSet setWithObjects:[NSMutableOrderedSet class], [NSMutableDictionary class], - [GDTCOREvent class], nil]; - id storedEvents = [aDecoder decodeObjectOfClasses:classes - forKey:kGDTCORFlatFileStorageStoredEventsKey]; - NSMutableDictionary *events = [[NSMutableDictionary alloc] init]; - if ([storedEvents isKindOfClass:[NSMutableOrderedSet class]]) { - [(NSMutableOrderedSet *)storedEvents - enumerateObjectsUsingBlock:^(GDTCOREvent *_Nonnull obj, NSUInteger idx, - BOOL *_Nonnull stop) { - events[obj.eventID] = obj; - }]; - } else if ([storedEvents isKindOfClass:[NSMutableDictionary class]]) { - events = (NSMutableDictionary *)storedEvents; - } - sharedInstance->_storedEvents = events; - classes = [NSSet - setWithObjects:[NSMutableDictionary class], [NSMutableSet class], [GDTCOREvent class], nil]; - sharedInstance->_targetToEventSet = - [aDecoder decodeObjectOfClasses:classes forKey:kGDTCORFlatFileStorageTargetToEventSetKey]; - sharedInstance->_uploadCoordinator = - [aDecoder decodeObjectOfClass:[GDTCORUploadCoordinator class] - forKey:kGDTCORFlatFileStorageUploadCoordinatorKey]; - return sharedInstance; -} - -- (void)encodeWithCoder:(NSCoder *)aCoder { - GDTCORFlatFileStorage *sharedInstance = [self.class sharedInstance]; - NSMutableDictionary *storedEvents = sharedInstance->_storedEvents; - if (storedEvents) { - [aCoder encodeObject:storedEvents forKey:kGDTCORFlatFileStorageStoredEventsKey]; - } - NSMutableDictionary *> *targetToEventSet = - sharedInstance->_targetToEventSet; - if (targetToEventSet) { - [aCoder encodeObject:targetToEventSet forKey:kGDTCORFlatFileStorageTargetToEventSetKey]; - } - GDTCORUploadCoordinator *uploadCoordinator = sharedInstance->_uploadCoordinator; - if (uploadCoordinator) { - [aCoder encodeObject:uploadCoordinator forKey:kGDTCORFlatFileStorageUploadCoordinatorKey]; - } + }); } @end + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORLifecycle.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORLifecycle.m index 9228c346d..89da75dd7 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORLifecycle.m +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORLifecycle.m @@ -14,14 +14,14 @@ * limitations under the License. */ -#import "GDTCORLibrary/Public/GDTCORLifecycle.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORLifecycle.h" -#import -#import +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h" -#import "GDTCORLibrary/Private/GDTCORRegistrar_Private.h" -#import "GDTCORLibrary/Private/GDTCORTransformer_Private.h" -#import "GDTCORLibrary/Private/GDTCORUploadCoordinator.h" +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORRegistrar_Private.h" +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer_Private.h" +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadCoordinator.h" @implementation GDTCORLifecycle diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORPlatform.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORPlatform.m index d0fea4316..a6207ec2d 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORPlatform.m +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORPlatform.m @@ -14,13 +14,15 @@ * limitations under the License. */ -#import "GDTCORLibrary/Public/GDTCORPlatform.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORPlatform.h" -#import -#import -#import +#import -#import "GDTCORLibrary/Private/GDTCORRegistrar_Private.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORAssert.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORReachability.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h" + +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORRegistrar_Private.h" #ifdef GDTCOR_VERSION #define STR(x) STR_EXPAND(x) @@ -50,15 +52,13 @@ NSURL *GDTCORRootDirectory(void) { GDTPath = [NSURL fileURLWithPath:[NSString stringWithFormat:@"%@/google-sdks-events", cachePath]]; GDTCORLogDebug(@"GDT's state will be saved to: %@", GDTPath); - if (![[NSFileManager defaultManager] fileExistsAtPath:GDTPath.path]) { - NSError *error; - [[NSFileManager defaultManager] createDirectoryAtPath:GDTPath.path - withIntermediateDirectories:YES - attributes:nil - error:&error]; - GDTCORAssert(error == nil, @"There was an error creating GDT's path"); - } }); + NSError *error; + [[NSFileManager defaultManager] createDirectoryAtPath:GDTPath.path + withIntermediateDirectories:YES + attributes:nil + error:&error]; + GDTCORAssert(error == nil, @"There was an error creating GDT's path"); return GDTPath; } @@ -128,7 +128,6 @@ GDTCORNetworkMobileSubtype GDTCORNetworkMobileSubTypeMessage() { networkCurrentRadioAccessTechnology = networkCurrentRadioAccessTechnologyDict.allValues[0]; } #else // TARGET_OS_MACCATALYST -#if defined(__IPHONE_12_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 120000 if (@available(iOS 12.0, *)) { NSDictionary *networkCurrentRadioAccessTechnologyDict = networkInfo.serviceCurrentRadioAccessTechnology; @@ -138,9 +137,9 @@ GDTCORNetworkMobileSubtype GDTCORNetworkMobileSubTypeMessage() { networkCurrentRadioAccessTechnology = networkCurrentRadioAccessTechnologyDict.allValues[0]; } } else { -#else // defined(__IPHONE_12_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 120000 - networkCurrentRadioAccessTechnology = networkInfo.currentRadioAccessTechnology; -#endif // // defined(__IPHONE_12_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 120000 +#if TARGET_OS_IOS && __IPHONE_OS_VERSION_MIN_REQUIRED < 120000 + networkCurrentRadioAccessTechnology = networkInfo.currentRadioAccessTechnology; +#endif // TARGET_OS_IOS && __IPHONE_OS_VERSION_MIN_REQUIRED < 120000 } #endif // TARGET_OS_MACCATALYST if (networkCurrentRadioAccessTechnology) { @@ -150,50 +149,78 @@ GDTCORNetworkMobileSubtype GDTCORNetworkMobileSubTypeMessage() { } else { return GDTCORNetworkMobileSubtypeUNKNOWN; } -#else +#else // TARGET_OS_IOS return GDTCORNetworkMobileSubtypeUNKNOWN; +#endif // TARGET_OS_IOS +} + +NSString *_Nonnull GDTCORDeviceModel() { + static NSString *deviceModel = @"Unknown"; + +#if TARGET_OS_IOS || TARGET_OS_TV + static dispatch_once_t onceToken; + dispatch_once(&onceToken, ^{ + size_t size; + char *keyToExtract = "hw.machine"; + sysctlbyname(keyToExtract, NULL, &size, NULL, 0); + if (size > 0) { + char *machine = calloc(1, size); + sysctlbyname(keyToExtract, machine, &size, NULL, 0); + deviceModel = [NSString stringWithCString:machine encoding:NSUTF8StringEncoding]; + free(machine); + } else { + deviceModel = [UIDevice currentDevice].model; + } + }); #endif + + return deviceModel; } NSData *_Nullable GDTCOREncodeArchive(id obj, - NSString *archivePath, + NSString *filePath, NSError *_Nullable *error) { + BOOL result = NO; + if (filePath.length > 0) { + result = [[NSFileManager defaultManager] + createDirectoryAtPath:[filePath stringByDeletingLastPathComponent] + withIntermediateDirectories:YES + attributes:nil + error:error]; + if (result == NO || *error) { + GDTCORLogDebug(@"Attempt to create directory failed: path:%@ error:%@", filePath, *error); + return nil; + } + } NSData *resultData; -#if (defined(__IPHONE_11_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 110000) || \ - (defined(__MAC_10_13) && MAC_OS_X_VERSION_MAX_ALLOWED >= 101300) || \ - (defined(__TVOS_11_0) && __TV_OS_VERSION_MAX_ALLOWED >= 110000) || \ - (defined(__WATCHOS_4_0) && __WATCH_OS_VERSION_MAX_ALLOWED >= 040000) || \ - (defined(TARGET_OS_MACCATALYST) && TARGET_OS_MACCATALYST) if (@available(macOS 10.13, iOS 11.0, tvOS 11.0, watchOS 4, *)) { resultData = [NSKeyedArchiver archivedDataWithRootObject:obj requiringSecureCoding:YES error:error]; - if (*error) { + if (resultData == nil || (error != NULL && *error != nil)) { GDTCORLogDebug(@"Encoding an object failed: %@", *error); return nil; } - if (archivePath) { - BOOL result = [resultData writeToFile:archivePath options:NSDataWritingAtomic error:error]; + if (filePath.length > 0) { + result = [resultData writeToFile:filePath options:NSDataWritingAtomic error:error]; if (result == NO || *error) { - GDTCORLogDebug(@"Attempt to write archive failed: URL:%@ error:%@", archivePath, *error); + GDTCORLogDebug(@"Attempt to write archive failed: path:%@ error:%@", filePath, *error); } else { - GDTCORLogDebug(@"Writing archive succeeded: %@", archivePath); + GDTCORLogDebug(@"Writing archive succeeded: %@", filePath); } } } else { -#endif - BOOL result = NO; @try { #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdeprecated-declarations" resultData = [NSKeyedArchiver archivedDataWithRootObject:obj]; #pragma clang diagnostic pop - if (archivePath) { - result = [resultData writeToFile:archivePath options:NSDataWritingAtomic error:error]; + if (filePath.length > 0) { + result = [resultData writeToFile:filePath options:NSDataWritingAtomic error:error]; if (result == NO || *error) { - GDTCORLogDebug(@"Attempt to write archive failed: URL:%@ error:%@", archivePath, *error); + GDTCORLogDebug(@"Attempt to write archive failed: URL:%@ error:%@", filePath, *error); } else { - GDTCORLogDebug(@"Writing archive succeeded: %@", archivePath); + GDTCORLogDebug(@"Writing archive succeeded: %@", filePath); } } } @catch (NSException *exception) { @@ -203,8 +230,10 @@ NSData *_Nullable GDTCOREncodeArchive(id obj, code:-1 userInfo:@{NSLocalizedFailureReasonErrorKey : errorString}]; } - GDTCORLogDebug(@"Attempt to write archive. successful:%@ URL:%@ error:%@", - result ? @"YES" : @"NO", archivePath, *error); + if (filePath.length > 0) { + GDTCORLogDebug(@"Attempt to write archive. successful:%@ URL:%@ error:%@", + result ? @"YES" : @"NO", filePath, *error); + } } return resultData; } @@ -214,11 +243,6 @@ id _Nullable GDTCORDecodeArchive(Class archiveClass, NSData *_Nullable archiveData, NSError *_Nullable *error) { id unarchivedObject = nil; -#if (defined(__IPHONE_11_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 110000) || \ - (defined(__MAC_10_13) && MAC_OS_X_VERSION_MAX_ALLOWED >= 101300) || \ - (defined(__TVOS_11_0) && __TV_OS_VERSION_MAX_ALLOWED >= 110000) || \ - (defined(__WATCHOS_4_0) && __WATCH_OS_VERSION_MAX_ALLOWED >= 040000) || \ - (defined(TARGET_OS_MACCATALYST) && TARGET_OS_MACCATALYST) if (@available(macOS 10.13, iOS 11.0, tvOS 11.0, watchOS 4, *)) { NSData *data = archiveData ? archiveData : [NSData dataWithContentsOfFile:archivePath]; if (data) { @@ -227,7 +251,6 @@ id _Nullable GDTCORDecodeArchive(Class archiveClass, error:error]; } } else { -#endif @try { NSData *archivedData = archiveData ? archiveData : [NSData dataWithContentsOfFile:archivePath]; @@ -246,6 +269,32 @@ id _Nullable GDTCORDecodeArchive(Class archiveClass, return unarchivedObject; } +BOOL GDTCORWriteDataToFile(NSData *data, NSString *filePath, NSError *_Nullable *outError) { + BOOL result = NO; + if (filePath.length > 0) { + result = [[NSFileManager defaultManager] + createDirectoryAtPath:[filePath stringByDeletingLastPathComponent] + withIntermediateDirectories:YES + attributes:nil + error:outError]; + if (result == NO || *outError) { + GDTCORLogDebug(@"Attempt to create directory failed: path:%@ error:%@", filePath, *outError); + return result; + } + } + + if (filePath.length > 0) { + result = [data writeToFile:filePath options:NSDataWritingAtomic error:outError]; + if (result == NO || *outError) { + GDTCORLogDebug(@"Attempt to write archive failed: path:%@ error:%@", filePath, *outError); + } else { + GDTCORLogDebug(@"Writing archive succeeded: %@", filePath); + } + } + + return result; +} + @interface GDTCORApplication () /** Private flag to match the existing `readonly` public flag. This will be accurate for all platforms, diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORReachability.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORReachability.m index 8e8bf38b2..43811e674 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORReachability.m +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORReachability.m @@ -14,10 +14,10 @@ * limitations under the License. */ -#import "GDTCORLibrary/Public/GDTCORReachability.h" -#import "GDTCORLibrary/Private/GDTCORReachability_Private.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORReachability.h" +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORReachability_Private.h" -#import +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h" #import diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORRegistrar.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORRegistrar.m index 8f7cacb96..d7e9b0974 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORRegistrar.m +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORRegistrar.m @@ -14,22 +14,30 @@ * limitations under the License. */ -#import "GDTCORLibrary/Public/GDTCORRegistrar.h" -#import "GDTCORLibrary/Private/GDTCORRegistrar_Private.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORRegistrar.h" +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORRegistrar_Private.h" -#import "GDTCORLibrary/Public/GDTCORConsoleLogger.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h" id _Nullable GDTCORStorageInstanceForTarget(GDTCORTarget target) { return [GDTCORRegistrar sharedInstance].targetToStorage[@(target)]; } +FOUNDATION_EXPORT +id _Nullable GDTCORStoragePromiseInstanceForTarget( + GDTCORTarget target) { + id storage = [GDTCORRegistrar sharedInstance].targetToStorage[@(target)]; + if ([storage conformsToProtocol:@protocol(GDTCORStoragePromiseProtocol)]) { + return storage; + } else { + return nil; + } +} + @implementation GDTCORRegistrar { /** Backing ivar for targetToUploader property. */ NSMutableDictionary> *_targetToUploader; - /** Backing ivar for targetToPrioritizer property. */ - NSMutableDictionary> *_targetToPrioritizer; - /** Backing ivar for targetToStorage property. */ NSMutableDictionary> *_targetToStorage; } @@ -47,7 +55,6 @@ id _Nullable GDTCORStorageInstanceForTarget(GDTCORTarget self = [super init]; if (self) { _registrarQueue = dispatch_queue_create("com.google.GDTCORRegistrar", DISPATCH_QUEUE_SERIAL); - _targetToPrioritizer = [[NSMutableDictionary alloc] init]; _targetToUploader = [[NSMutableDictionary alloc] init]; _targetToStorage = [[NSMutableDictionary alloc] init]; } @@ -76,17 +83,6 @@ id _Nullable GDTCORStorageInstanceForTarget(GDTCORTarget }); } -- (void)registerPrioritizer:(id)prioritizer target:(GDTCORTarget)target { - __weak GDTCORRegistrar *weakSelf = self; - dispatch_async(_registrarQueue, ^{ - GDTCORRegistrar *strongSelf = weakSelf; - if (strongSelf) { - GDTCORLogDebug(@"Registered a prioritizer: %@ for target:%ld", prioritizer, (long)target); - strongSelf->_targetToPrioritizer[@(target)] = prioritizer; - } - }); -} - - (NSMutableDictionary> *)targetToUploader { __block NSMutableDictionary> *targetToUploader; __weak GDTCORRegistrar *weakSelf = self; @@ -99,18 +95,6 @@ id _Nullable GDTCORStorageInstanceForTarget(GDTCORTarget return targetToUploader; } -- (NSMutableDictionary> *)targetToPrioritizer { - __block NSMutableDictionary> *targetToPrioritizer; - __weak GDTCORRegistrar *weakSelf = self; - dispatch_sync(_registrarQueue, ^{ - GDTCORRegistrar *strongSelf = weakSelf; - if (strongSelf) { - targetToPrioritizer = strongSelf->_targetToPrioritizer; - } - }); - return targetToPrioritizer; -} - - (NSMutableDictionary> *)targetToStorage { __block NSMutableDictionary> *targetToStorage; __weak GDTCORRegistrar *weakSelf = self; @@ -132,12 +116,6 @@ id _Nullable GDTCORStorageInstanceForTarget(GDTCORTarget [uploader appWillBackground:app]; } } - NSArray> *prioritizers = [self.targetToPrioritizer allValues]; - for (id prioritizer in prioritizers) { - if ([prioritizer respondsToSelector:@selector(appWillBackground:)]) { - [prioritizer appWillBackground:app]; - } - } NSArray> *storages = [self.targetToStorage allValues]; for (id storage in storages) { if ([storage respondsToSelector:@selector(appWillBackground:)]) { @@ -153,12 +131,6 @@ id _Nullable GDTCORStorageInstanceForTarget(GDTCORTarget [uploader appWillForeground:app]; } } - NSArray> *prioritizers = [self.targetToPrioritizer allValues]; - for (id prioritizer in prioritizers) { - if ([prioritizer respondsToSelector:@selector(appWillForeground:)]) { - [prioritizer appWillForeground:app]; - } - } NSArray> *storages = [self.targetToStorage allValues]; for (id storage in storages) { if ([storage respondsToSelector:@selector(appWillForeground:)]) { @@ -174,12 +146,6 @@ id _Nullable GDTCORStorageInstanceForTarget(GDTCORTarget [uploader appWillTerminate:app]; } } - NSArray> *prioritizers = [self.targetToPrioritizer allValues]; - for (id prioritizer in prioritizers) { - if ([prioritizer respondsToSelector:@selector(appWillTerminate:)]) { - [prioritizer appWillTerminate:app]; - } - } NSArray> *storages = [self.targetToStorage allValues]; for (id storage in storages) { if ([storage respondsToSelector:@selector(appWillTerminate:)]) { diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORStorageEventSelector.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORStorageEventSelector.m new file mode 100644 index 000000000..30915da28 --- /dev/null +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORStorageEventSelector.m @@ -0,0 +1,39 @@ +/* + * Copyright 2020 Google LLC + * + * 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. + */ + +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageEventSelector.h" + +@implementation GDTCORStorageEventSelector + ++ (instancetype)eventSelectorForTarget:(GDTCORTarget)target { + return [[self alloc] initWithTarget:target eventIDs:nil mappingIDs:nil qosTiers:nil]; +} + +- (instancetype)initWithTarget:(GDTCORTarget)target + eventIDs:(nullable NSSet *)eventIDs + mappingIDs:(nullable NSSet *)mappingIDs + qosTiers:(nullable NSSet *)qosTiers { + self = [super init]; + if (self) { + _selectedTarget = target; + _selectedEventIDs = eventIDs; + _selectedMappingIDs = mappingIDs; + _selectedQosTiers = qosTiers; + } + return self; +} + +@end diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORTransformer.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORTransformer.m index 35f456e09..b6d024978 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORTransformer.m +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORTransformer.m @@ -14,18 +14,18 @@ * limitations under the License. */ -#import "GDTCORLibrary/Private/GDTCORTransformer.h" -#import "GDTCORLibrary/Private/GDTCORTransformer_Private.h" +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer.h" +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer_Private.h" -#import -#import -#import -#import -#import -#import +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORAssert.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORLifecycle.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageProtocol.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventTransformer.h" -#import "GDTCORLibrary/Private/GDTCOREvent_Private.h" -#import "GDTCORLibrary/Private/GDTCORRegistrar_Private.h" +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCOREvent_Private.h" +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORRegistrar_Private.h" @implementation GDTCORTransformer @@ -39,10 +39,15 @@ } - (instancetype)init { + return [self initWithApplication:[GDTCORApplication sharedApplication]]; +} + +- (instancetype)initWithApplication:(id)application { self = [super init]; if (self) { _eventWritingQueue = dispatch_queue_create("com.google.GDTCORTransformer", DISPATCH_QUEUE_SERIAL); + _application = application; } return self; } @@ -51,33 +56,39 @@ withTransformers:(NSArray> *)transformers onComplete:(void (^_Nullable)(BOOL wasWritten, NSError *_Nullable error))completion { GDTCORAssert(event, @"You can't write a nil event"); - BOOL hadOriginalCompletion = completion != nil; - if (!completion) { - completion = ^(BOOL wasWritten, NSError *_Nullable error) { - }; - } __block GDTCORBackgroundIdentifier bgID = GDTCORBackgroundIdentifierInvalid; - bgID = [[GDTCORApplication sharedApplication] - beginBackgroundTaskWithName:@"GDTTransformer" - expirationHandler:^{ - [[GDTCORApplication sharedApplication] endBackgroundTask:bgID]; - bgID = GDTCORBackgroundIdentifierInvalid; - }]; + __auto_type __weak weakApplication = self.application; + bgID = [self.application beginBackgroundTaskWithName:@"GDTTransformer" + expirationHandler:^{ + [weakApplication endBackgroundTask:bgID]; + bgID = GDTCORBackgroundIdentifierInvalid; + }]; + + __auto_type completionWrapper = ^(BOOL wasWritten, NSError *_Nullable error) { + if (completion) { + completion(wasWritten, error); + } + + // The work is done, cancel the background task if it's valid. + [weakApplication endBackgroundTask:bgID]; + bgID = GDTCORBackgroundIdentifierInvalid; + }; + dispatch_async(_eventWritingQueue, ^{ GDTCOREvent *transformedEvent = event; for (id transformer in transformers) { - if ([transformer respondsToSelector:@selector(transform:)]) { + if ([transformer respondsToSelector:@selector(transformGDTEvent:)]) { GDTCORLogDebug(@"Applying a transformer to event %@", event); - transformedEvent = [transformer transform:transformedEvent]; + transformedEvent = [transformer transformGDTEvent:event]; if (!transformedEvent) { - completion(NO, nil); + completionWrapper(NO, nil); return; } } else { GDTCORLogError(GDTCORMCETransformerDoesntImplementTransform, - @"Transformer doesn't implement transform: %@", transformer); - completion(NO, nil); + @"Transformer doesn't implement transformGDTEvent: %@", transformer); + completionWrapper(NO, nil); return; } } @@ -85,11 +96,7 @@ id storage = [GDTCORRegistrar sharedInstance].targetToStorage[@(event.target)]; - [storage storeEvent:transformedEvent onComplete:hadOriginalCompletion ? completion : nil]; - - // The work is done, cancel the background task if it's valid. - [[GDTCORApplication sharedApplication] endBackgroundTask:bgID]; - bgID = GDTCORBackgroundIdentifierInvalid; + [storage storeEvent:transformedEvent onComplete:completionWrapper]; }); } diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORTransport.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORTransport.m index 6c6af23fe..1db4d5250 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORTransport.m +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORTransport.m @@ -14,21 +14,21 @@ * limitations under the License. */ -#import "GDTCORLibrary/Public/GDTCORTransport.h" -#import "GDTCORLibrary/Private/GDTCORTransport_Private.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTransport.h" +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransport_Private.h" -#import -#import -#import +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORAssert.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORClock.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h" -#import "GDTCORLibrary/Private/GDTCORTransformer.h" +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer.h" @implementation GDTCORTransport - (nullable instancetype)initWithMappingID:(NSString *)mappingID transformers: (nullable NSArray> *)transformers - target:(NSInteger)target { + target:(GDTCORTarget)target { GDTCORAssert(mappingID.length > 0, @"A mapping ID cannot be nil or empty"); GDTCORAssert(target > 0, @"A target cannot be negative or 0"); if (mappingID == nil || mappingID.length == 0 || target <= 0) { diff --git a/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRErrors.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORUploadBatch.m similarity index 62% rename from ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRErrors.h rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORUploadBatch.m index 19e47328a..7d2abe21a 100644 --- a/ios/Pods/FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRErrors.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORUploadBatch.m @@ -1,5 +1,5 @@ /* - * Copyright 2017 Google + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,11 +14,17 @@ * limitations under the License. */ -#import +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadBatch.h" -#include "FIRErrorCode.h" +@implementation GDTCORUploadBatch -extern NSString *const kFirebaseErrorDomain; -extern NSString *const kFirebaseConfigErrorDomain; -extern NSString *const kFirebaseCoreErrorDomain; -extern NSString *const kFirebasePerfErrorDomain; +- (instancetype)initWithBatchID:(NSNumber *)batchID events:(NSSet *)events { + self = [super init]; + if (self) { + _batchID = batchID; + _events = events; + } + return self; +} + +@end diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORUploadCoordinator.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORUploadCoordinator.m index c712e5e66..3357fbe3d 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORUploadCoordinator.m +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORUploadCoordinator.m @@ -14,14 +14,14 @@ * limitations under the License. */ -#import "GDTCORLibrary/Private/GDTCORUploadCoordinator.h" +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadCoordinator.h" -#import -#import -#import -#import +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORAssert.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORReachability.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORClock.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h" -#import "GDTCORLibrary/Private/GDTCORRegistrar_Private.h" +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORRegistrar_Private.h" @implementation GDTCORUploadCoordinator @@ -43,7 +43,6 @@ _registrar = [GDTCORRegistrar sharedInstance]; _timerInterval = 30 * NSEC_PER_SEC; _timerLeeway = 5 * NSEC_PER_SEC; - _targetToInFlightPackages = [[NSMutableDictionary alloc] init]; } return self; } @@ -64,10 +63,18 @@ */ - (void)startTimer { dispatch_async(_coordinationQueue, ^{ + if (self->_timer) { + // The timer has been already started. + return; + } + + // Delay the timer slightly so it doesn't run while +load calls are still running. + dispatch_time_t deadline = dispatch_time(DISPATCH_TIME_NOW, 1 * NSEC_PER_SEC / 2); + self->_timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, self->_coordinationQueue); - dispatch_source_set_timer(self->_timer, DISPATCH_TIME_NOW, self->_timerInterval, - self->_timerLeeway); + dispatch_source_set_timer(self->_timer, deadline, self->_timerInterval, self->_timerLeeway); + dispatch_source_set_event_handler(self->_timer, ^{ if (![[GDTCORApplication sharedApplication] isRunningInBackground]) { GDTCORUploadConditions conditions = [self uploadConditions]; @@ -84,6 +91,7 @@ - (void)stopTimer { if (_timer) { dispatch_source_cancel(_timer); + _timer = nil; } } @@ -94,35 +102,28 @@ */ - (void)uploadTargets:(NSArray *)targets conditions:(GDTCORUploadConditions)conditions { dispatch_async(_coordinationQueue, ^{ + // TODO: The reachability signal may be not reliable enough to prevent an upload attempt. + // See https://developer.apple.com/videos/play/wwdc2019/712/ (49:40) for more details. if ((conditions & GDTCORUploadConditionNoNetwork) == GDTCORUploadConditionNoNetwork) { return; } for (NSNumber *target in targets) { - // Don't trigger uploads for targets that have an in-flight package already. - if (self->_targetToInFlightPackages[target]) { - GDTCORLogDebug(@"Target %@ will not upload, there's an upload in flight", target); - continue; - } - // Ask the uploader if they can upload and do so, if it can. - id uploader = self.registrar.targetToUploader[target]; - if ([uploader readyToUploadTarget:target.intValue conditions:conditions]) { - id prioritizer = self.registrar.targetToPrioritizer[target]; - GDTCORUploadPackage *package = [prioritizer uploadPackageWithTarget:target.intValue - conditions:conditions]; - if (package.events.count) { - self->_targetToInFlightPackages[target] = package; - GDTCORLogDebug(@"Package of %ld events is being handed over to an uploader", - (long)package.events.count); - [uploader uploadPackage:package]; - } else { - [package completeDelivery]; - } - } - GDTCORLogDebug(@"Target %@ is not ready to upload", target); + id uploader = self->_registrar.targetToUploader[target]; + [uploader uploadTarget:target.intValue withConditions:conditions]; } }); } +- (void)signalToStoragesToCheckExpirations { + // The same storage may be associated with several targets. Make sure to check for expirations + // only once per storage. + NSSet> *storages = + [NSSet setWithArray:[_registrar.targetToStorage allValues]]; + for (id storage in storages) { + [storage checkForExpirations]; + } +} + /** Returns the registered storage for the given NSNumber wrapped GDTCORTarget. * * @param target The NSNumber wrapping of a GDTCORTarget to find the storage instance of. @@ -152,47 +153,12 @@ } } -#pragma mark - NSSecureCoding support - -/** The NSKeyedCoder key for the targetToInFlightPackages property. */ -static NSString *const ktargetToInFlightPackagesKey = - @"GDTCORUploadCoordinatortargetToInFlightPackages"; - -+ (BOOL)supportsSecureCoding { - return YES; -} - -- (instancetype)initWithCoder:(NSCoder *)aDecoder { - GDTCORUploadCoordinator *sharedCoordinator = [GDTCORUploadCoordinator sharedInstance]; - dispatch_sync(sharedCoordinator->_coordinationQueue, ^{ - @try { - NSSet *classes = - [NSSet setWithObjects:[NSMutableDictionary class], [GDTCORUploadPackage class], nil]; - sharedCoordinator->_targetToInFlightPackages = - [aDecoder decodeObjectOfClasses:classes forKey:ktargetToInFlightPackagesKey]; - - } @catch (NSException *exception) { - sharedCoordinator->_targetToInFlightPackages = [NSMutableDictionary dictionary]; - } - }); - return sharedCoordinator; -} - -- (void)encodeWithCoder:(NSCoder *)aCoder { - dispatch_sync(_coordinationQueue, ^{ - // All packages that have been given to uploaders need to be tracked so that their expiration - // timers can be called. - if (self->_targetToInFlightPackages.count > 0) { - [aCoder encodeObject:self->_targetToInFlightPackages forKey:ktargetToInFlightPackagesKey]; - } - }); -} - #pragma mark - GDTCORLifecycleProtocol - (void)appWillForeground:(GDTCORApplication *)app { // -startTimer is thread-safe. [self startTimer]; + [self signalToStoragesToCheckExpirations]; } - (void)appWillBackground:(GDTCORApplication *)app { @@ -207,69 +173,4 @@ static NSString *const ktargetToInFlightPackagesKey = }); } -#pragma mark - GDTCORUploadPackageProtocol - -- (void)packageDelivered:(GDTCORUploadPackage *)package successful:(BOOL)successful { - if (!_coordinationQueue) { - return; - } - dispatch_async(_coordinationQueue, ^{ - NSNumber *targetNumber = @(package.target); - NSMutableDictionary *targetToInFlightPackages = - self->_targetToInFlightPackages; - GDTCORRegistrar *registrar = self->_registrar; - if (targetToInFlightPackages) { - [targetToInFlightPackages removeObjectForKey:targetNumber]; - } - NSSet *packageEvents = [package.events copy]; - if (registrar) { - id prioritizer = registrar.targetToPrioritizer[targetNumber]; - if (!prioritizer) { - GDTCORLogError(GDTCORMCEPrioritizerError, - @"A prioritizer should be registered for this target: %@", targetNumber); - } - if ([prioritizer respondsToSelector:@selector(packageDelivered:successful:)]) { - [prioritizer packageDelivered:[package copy] successful:successful]; - } - } - if (successful && packageEvents.count) { - NSMutableSet *eventIDs = [[NSMutableSet alloc] init]; - for (GDTCOREvent *event in packageEvents) { - NSNumber *eventID = event.eventID; - if (eventID != nil) { - [eventIDs addObject:eventID]; - } else { - GDTCORLogDebug(@"An event was missing its ID: %@", event); - } - } - [[self storageForTarget:@(package.target)] removeEvents:eventIDs]; - } - }); -} - -- (void)packageExpired:(GDTCORUploadPackage *)package { - if (!_coordinationQueue) { - return; - } - dispatch_async(_coordinationQueue, ^{ - NSNumber *targetNumber = @(package.target); - NSMutableDictionary *targetToInFlightPackages = - self->_targetToInFlightPackages; - GDTCORRegistrar *registrar = self->_registrar; - if (targetToInFlightPackages) { - [targetToInFlightPackages removeObjectForKey:targetNumber]; - } - if (registrar) { - id prioritizer = registrar.targetToPrioritizer[targetNumber]; - id uploader = registrar.targetToUploader[targetNumber]; - if ([prioritizer respondsToSelector:@selector(packageExpired:)]) { - [prioritizer packageExpired:package]; - } - if ([uploader respondsToSelector:@selector(packageExpired:)]) { - [uploader packageExpired:package]; - } - } - }); -} - @end diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORUploadPackage.m b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORUploadPackage.m deleted file mode 100644 index 38b7a7c59..000000000 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORUploadPackage.m +++ /dev/null @@ -1,193 +0,0 @@ -/* - * Copyright 2019 Google - * - * 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. - */ - -#import "GDTCORLibrary/Public/GDTCORUploadPackage.h" - -#import -#import - -#import "GDTCORLibrary/Private/GDTCORRegistrar_Private.h" -#import "GDTCORLibrary/Private/GDTCORUploadCoordinator.h" -#import "GDTCORLibrary/Private/GDTCORUploadPackage_Private.h" - -/** A class that holds a weak reference to an upload package, for use by the package's NSTimer. */ -@interface GDTCORUploadPackageTimerHolder : NSObject - -/** The upload package. */ -@property(weak, nonatomic) GDTCORUploadPackage *package; - -@end - -@implementation GDTCORUploadPackageTimerHolder - -/** Calls checkIfPackageIsExpired on the package if non-nil. Invalidates if the package is nil. - * - * @param timer The timer instance calling this method. - */ -- (void)timerFired:(NSTimer *)timer { - if (_package) { - [_package checkIfPackageIsExpired]; - } else { - [timer invalidate]; - } -} - -@end - -@implementation GDTCORUploadPackage { - /** If YES, the package's -completeDelivery method has been called. */ - BOOL _isDelivered; - - /** If YES, is being handled by the handler. */ - BOOL _isHandled; - - /** A timer that will regularly check to see whether this package has expired or not. */ - NSTimer *_expirationTimer; -} - -- (instancetype)initWithTarget:(GDTCORTarget)target { - self = [super init]; - if (self) { - _target = target; - _storage = [GDTCORRegistrar sharedInstance].targetToStorage[@(target)]; - _deliverByTime = [GDTCORClock clockSnapshotInTheFuture:180000]; - _handler = [GDTCORUploadCoordinator sharedInstance]; - GDTCORUploadPackageTimerHolder *holder = [[GDTCORUploadPackageTimerHolder alloc] init]; - holder.package = self; - _expirationTimer = [NSTimer scheduledTimerWithTimeInterval:5.0 - target:holder - selector:@selector(timerFired:) - userInfo:nil - repeats:YES]; - } - GDTCORLogDebug(@"Upload package created %@", self); - return self; -} - -- (instancetype)copy { - GDTCORUploadPackage *newPackage = [[GDTCORUploadPackage alloc] init]; - newPackage->_target = _target; - newPackage->_storage = _storage; - newPackage->_deliverByTime = _deliverByTime; - newPackage->_handler = _handler; - GDTCORUploadPackageTimerHolder *holder = [[GDTCORUploadPackageTimerHolder alloc] init]; - holder.package = newPackage; - newPackage->_expirationTimer = [NSTimer scheduledTimerWithTimeInterval:5.0 - target:holder - selector:@selector(timerFired:) - userInfo:nil - repeats:YES]; - newPackage->_events = [_events copy]; - GDTCORLogDebug(@"Copying UploadPackage %@ to %@", self, newPackage); - return newPackage; -} - -- (NSUInteger)hash { - return [_events hash]; -} - -- (BOOL)isEqual:(id)object { - return [self hash] == [object hash]; -} - -- (void)dealloc { - [_expirationTimer invalidate]; -} - -- (void)completeDelivery { - if (_isDelivered) { - GDTCORLogError(GDTCORMCEDeliverTwice, @"%@", - @"It's an API violation to call -completeDelivery twice."); - } - _isDelivered = YES; - [_expirationTimer invalidate]; - if (!_isHandled && _handler && - [_handler respondsToSelector:@selector(packageDelivered:successful:)]) { - _isHandled = YES; - [_handler packageDelivered:[self copy] successful:YES]; - } - GDTCORLogDebug(@"Upload package delivered: %@", self); -} - -- (void)retryDeliveryInTheFuture { - [_expirationTimer invalidate]; - if (!_isHandled && _handler && - [_handler respondsToSelector:@selector(packageDelivered:successful:)]) { - _isHandled = YES; - [_handler packageDelivered:[self copy] successful:NO]; - } - GDTCORLogDebug(@"Upload package will retry in the future: %@", self); -} - -- (void)checkIfPackageIsExpired { - if ([[GDTCORClock snapshot] isAfter:_deliverByTime]) { - [_expirationTimer invalidate]; - if (_handler && [_handler respondsToSelector:@selector(packageExpired:)]) { - _isHandled = YES; - GDTCORLogDebug(@"Upload package expired: %@", self); - [_handler packageExpired:self]; - } - } -} - -#pragma mark - NSSecureCoding - -/** The keyed archiver key for the events property. */ -static NSString *const kEventsKey = @"GDTCORUploadPackageEventsKey"; - -/** The keyed archiver key for the _isHandled property. */ -static NSString *const kDeliverByTimeKey = @"GDTCORUploadPackageDeliveryByTimeKey"; - -/** The keyed archiver key for the _isHandled ivar. */ -static NSString *const kIsHandledKey = @"GDTCORUploadPackageIsHandledKey"; - -/** The keyed archiver key for the handler property. */ -static NSString *const kHandlerKey = @"GDTCORUploadPackageHandlerKey"; - -/** The keyed archiver key for the target property. */ -static NSString *const kTargetKey = @"GDTCORUploadPackageTargetKey"; - -+ (BOOL)supportsSecureCoding { - return YES; -} - -- (void)encodeWithCoder:(nonnull NSCoder *)aCoder { - [aCoder encodeObject:_events forKey:kEventsKey]; - [aCoder encodeObject:_deliverByTime forKey:kDeliverByTimeKey]; - [aCoder encodeBool:_isHandled forKey:kIsHandledKey]; - [aCoder encodeObject:_handler forKey:kHandlerKey]; - [aCoder encodeInteger:_target forKey:kTargetKey]; -} - -- (nullable instancetype)initWithCoder:(nonnull NSCoder *)aDecoder { - // Sets a global translation mapping to decode GDTCORStoredEvent objects encoded as instances of - // GDTCOREvent instead. - [NSKeyedUnarchiver setClass:[GDTCOREvent class] forClassName:@"GDTCORStoredEvent"]; - - GDTCORTarget target = [aDecoder decodeIntegerForKey:kTargetKey]; - self = [self initWithTarget:target]; - if (self) { - NSSet *classes = [NSSet setWithObjects:[NSSet class], [GDTCOREvent class], nil]; - _events = [aDecoder decodeObjectOfClasses:classes forKey:kEventsKey]; - _deliverByTime = [aDecoder decodeObjectOfClass:[GDTCORClock class] forKey:kDeliverByTimeKey]; - _isHandled = [aDecoder decodeBoolForKey:kIsHandledKey]; - // _handler isn't technically NSSecureCoding, because we don't know the class of this object. - // but it gets decoded anyway. - } - return self; -} - -@end diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORAssert.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORAssert.h similarity index 98% rename from ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORAssert.h rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORAssert.h index c0f9712ce..e158a5a45 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORAssert.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORAssert.h @@ -16,7 +16,7 @@ #import -#import +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h" NS_ASSUME_NONNULL_BEGIN diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORDirectorySizeTracker.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORDirectorySizeTracker.h new file mode 100644 index 000000000..a6fa8a371 --- /dev/null +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORDirectorySizeTracker.h @@ -0,0 +1,66 @@ +/* + * Copyright 2020 Google LLC + * + * 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. + */ + +#import + +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageProtocol.h" + +NS_ASSUME_NONNULL_BEGIN + +/** The class calculates and caches the specified directory content size and uses add/remove signals + * from client the client to keep the size up to date without accessing file system. + * This is an internal class designed to be used by `GDTCORFlatFileStorage`. + * NOTE: The class is not thread-safe. The client must take care of synchronization. + */ +@interface GDTCORDirectorySizeTracker : NSObject + +- (instancetype)init NS_UNAVAILABLE; + +/** Initializes the object with a directory path. + * @param path The directory path to track content size. + */ +- (instancetype)initWithDirectoryPath:(NSString *)path; + +/** Returns a cached or calculates (if there is no cached) directory content size. + * @return The directory content size in bytes calculated based on `NSURLFileSizeKey`. + */ +- (GDTCORStorageSizeBytes)directoryContentSize; + +/** The client must call this method or `resetCachedSize` method each time a file or directory is + * added to the tracked directory. + * @param path The path to the added file. If the path is outside the tracked directory then the + * @param fileSize The size of the added file. + * method is no-op. + */ +- (void)fileWasAddedAtPath:(NSString *)path withSize:(GDTCORStorageSizeBytes)fileSize; + +/** The client must call this method or `resetCachedSize` method each time a file or directory is + * removed from the tracked directory. + * @param path The path to the removed file. If the path is outside the tracked directory then the + * @param fileSize The size of the removed file. + * method is no-op. + */ +- (void)fileWasRemovedAtPath:(NSString *)path withSize:(GDTCORStorageSizeBytes)fileSize; + +/** Invalidates cached directory size. */ +- (void)resetCachedSize; + +/** Returns URL resource value for `NSURLFileSizeKey` key for the specified URL. */ +- (GDTCORStorageSizeBytes)fileSizeAtURL:(NSURL *)fileURL; + +@end + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORLifecycle.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORLifecycle.h similarity index 96% rename from ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORLifecycle.h rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORLifecycle.h index a08a45694..3d7797075 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORLifecycle.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORLifecycle.h @@ -16,7 +16,7 @@ #import -#import +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORPlatform.h" @class GDTCOREvent; diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORPlatform.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORPlatform.h similarity index 90% rename from ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORPlatform.h rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORPlatform.h index 97bd08354..44252ab69 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORPlatform.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORPlatform.h @@ -126,6 +126,12 @@ GDTCORNetworkType GDTCORNetworkTypeMessage(void); */ GDTCORNetworkMobileSubtype GDTCORNetworkMobileSubTypeMessage(void); +/** Identifies the model of the device on which the library is currently working on. + * + * @return A NSString representing the device model. + */ +NSString *_Nonnull GDTCORDeviceModel(void); + /** Writes the given object to the given fileURL and populates the given error if it fails. * * @param obj The object to encode. @@ -150,6 +156,15 @@ id _Nullable GDTCORDecodeArchive(Class archiveClass, NSData *_Nullable archiveData, NSError *_Nullable *error); +/** Writes the provided data to a file at the provided path. Intermediate directories will be + * created as needed. + * @param data The file content. + * @param filePath The path to the file to write the provided data. + * @param outError The error to populate if something goes wrong. + * @return `YES` in the case of success, `NO` otherwise. + */ +BOOL GDTCORWriteDataToFile(NSData *data, NSString *filePath, NSError *_Nullable *outError); + /** A typedef identify background identifiers. */ typedef volatile NSUInteger GDTCORBackgroundIdentifier; @@ -171,18 +186,13 @@ FOUNDATION_EXPORT const GDTCORBackgroundIdentifier GDTCORBackgroundIdentifierInv @end -/** A cross-platform application class. */ -@interface GDTCORApplication : NSObject +@protocol GDTCORApplicationProtocol + +@required /** Flag to determine if the application is running in the background. */ @property(atomic, readonly) BOOL isRunningInBackground; -/** Creates and/or returns the shared application instance. - * - * @return The shared application instance. - */ -+ (nullable GDTCORApplication *)sharedApplication; - /** Creates a background task with the returned identifier if on a suitable platform. * * @name name The name of the task, useful for debugging which background tasks are running. @@ -201,4 +211,15 @@ FOUNDATION_EXPORT const GDTCORBackgroundIdentifier GDTCORBackgroundIdentifierInv @end +/** A cross-platform application class. */ +@interface GDTCORApplication : NSObject + +/** Creates and/or returns the shared application instance. + * + * @return The shared application instance. + */ ++ (nullable GDTCORApplication *)sharedApplication; + +@end + NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORReachability.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORReachability.h similarity index 92% rename from ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORReachability.h rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORReachability.h index a74e311be..eb8983233 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORReachability.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORReachability.h @@ -16,7 +16,7 @@ #import -#import +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORPlatform.h" NS_ASSUME_NONNULL_BEGIN diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORRegistrar.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORRegistrar.h similarity index 75% rename from ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORRegistrar.h rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORRegistrar.h index 63f82a726..3ea521b29 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORRegistrar.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORRegistrar.h @@ -16,10 +16,9 @@ #import -#import -#import -#import -#import +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageProtocol.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORUploader.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTargets.h" NS_ASSUME_NONNULL_BEGIN @@ -46,13 +45,6 @@ NS_ASSUME_NONNULL_BEGIN */ - (void)registerStorage:(id)storage target:(GDTCORTarget)target; -/** Registers a event prioritizer implementation with the GoogleDataTransport infrastructure. - * - * @param prioritizer The prioritizer object to register. - * @param target The target this prioritizer object will be responsible for. - */ -- (void)registerPrioritizer:(id)prioritizer target:(GDTCORTarget)target; - @end NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageEventSelector.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageEventSelector.h new file mode 100644 index 000000000..7662d8b08 --- /dev/null +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageEventSelector.h @@ -0,0 +1,61 @@ +/* + * Copyright 2020 Google LLC + * + * 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. + */ + +#import + +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTargets.h" + +NS_ASSUME_NONNULL_BEGIN + +/** This class enables the finding of events by matching events with the properties of this class. + */ +@interface GDTCORStorageEventSelector : NSObject + +/** The target to find events for. Required. */ +@property(readonly, nonatomic) GDTCORTarget selectedTarget; + +/** Finds a specific event. */ +@property(nullable, readonly, nonatomic) NSSet *selectedEventIDs; + +/** Finds all events of a mappingID. */ +@property(nullable, readonly, nonatomic) NSSet *selectedMappingIDs; + +/** Finds all events matching the qosTiers in this list. */ +@property(nullable, readonly, nonatomic) NSSet *selectedQosTiers; + +/** Initializes an event selector that will find all events for the given target. + * + * @param target The selected target. + * @return An immutable event selector instance. + */ ++ (instancetype)eventSelectorForTarget:(GDTCORTarget)target; + +/** Instantiates an event selector. + * + * @param target The selected target. + * @param eventIDs Optional param to find an event matching this eventID. + * @param mappingIDs Optional param to find events matching this mappingID. + * @param qosTiers Optional param to find events matching the given QoS tiers. + * @return An immutable event selector instance. + */ +- (instancetype)initWithTarget:(GDTCORTarget)target + eventIDs:(nullable NSSet *)eventIDs + mappingIDs:(nullable NSSet *)mappingIDs + qosTiers:(nullable NSSet *)qosTiers; + +@end + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageProtocol.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageProtocol.h new file mode 100644 index 000000000..ffccfdbad --- /dev/null +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageProtocol.h @@ -0,0 +1,171 @@ +/* + * Copyright 2020 Google LLC + * + * 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. + */ + +#import + +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORLifecycle.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageEventSelector.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTargets.h" + +@class GDTCOREvent; +@class GDTCORClock; +@class GDTCORUploadBatch; + +@class FBLPromise; + +NS_ASSUME_NONNULL_BEGIN + +/** The data type to represent storage size. */ +typedef uint64_t GDTCORStorageSizeBytes; + +typedef void (^GDTCORStorageBatchBlock)(NSNumber *_Nullable newBatchID, + NSSet *_Nullable batchEvents); + +/** Defines the interface a storage subsystem is expected to implement. */ +@protocol GDTCORStorageProtocol + +@required + +/** Stores an event and calls onComplete with a non-nil error if anything went wrong. + * + * @param event The event to store + * @param completion The completion block to call after an attempt to store the event has been made. + */ +- (void)storeEvent:(GDTCOREvent *)event + onComplete:(void (^_Nullable)(BOOL wasWritten, NSError *_Nullable error))completion; + +/** Returns YES if some events have been stored for the given target, NO otherwise. + * + * @param onComplete The completion block to invoke when determining if there are events is done. + */ +- (void)hasEventsForTarget:(GDTCORTarget)target onComplete:(void (^)(BOOL hasEvents))onComplete; + +/** Constructs an event batch with the given event selector. Events in this batch will not be + * returned in any queries or other batches until the batch is removed. + * + * @param eventSelector The event selector used to find the events. + * @param expiration The expiration time of the batch. If removeBatchWithID:deleteEvents:onComplete: + * is not called within this time frame, the batch will be removed with its events deleted. + * @param onComplete The completion handler to be called when the events have been fetched. + */ +- (void)batchWithEventSelector:(nonnull GDTCORStorageEventSelector *)eventSelector + batchExpiration:(nonnull NSDate *)expiration + onComplete:(nonnull GDTCORStorageBatchBlock)onComplete; + +/** Removes the event batch. + * + * @param batchID The batchID to remove. + * @param deleteEvents If YES, the events in this batch are deleted. + * @param onComplete The completion handler to call when the batch removal process has completed. + */ +- (void)removeBatchWithID:(NSNumber *)batchID + deleteEvents:(BOOL)deleteEvents + onComplete:(void (^_Nullable)(void))onComplete; + +/** Finds the batchIDs for the given target and calls the callback block. + * + * @param target The target. + * @param onComplete The block to invoke with the set of current batchIDs. + */ +- (void)batchIDsForTarget:(GDTCORTarget)target + onComplete:(void (^)(NSSet *_Nullable batchIDs))onComplete; + +/** Checks the storage for expired events and batches, deletes them if they're expired. */ +- (void)checkForExpirations; + +/** Persists the given data with the given key. + * + * @param data The data to store. + * @param key The unique key to store it to. + * @param onComplete An block to be run when storage of the data is complete. + */ +- (void)storeLibraryData:(NSData *)data + forKey:(NSString *)key + onComplete:(nullable void (^)(NSError *_Nullable error))onComplete; + +/** Retrieves the stored data for the given key and optionally sets a new value. + * + * @param key The key corresponding to the desired data. + * @param onFetchComplete The callback to invoke with the data once it's retrieved. + * @param setValueBlock This optional block can provide a new value to set. + */ +- (void)libraryDataForKey:(nonnull NSString *)key + onFetchComplete:(nonnull void (^)(NSData *_Nullable data, + NSError *_Nullable error))onFetchComplete + setNewValue:(NSData *_Nullable (^_Nullable)(void))setValueBlock; + +/** Removes data from storage and calls the callback when complete. + * + * @param key The key of the data to remove. + * @param onComplete The callback that will be invoked when removing the data is complete. + */ +- (void)removeLibraryDataForKey:(NSString *)key + onComplete:(void (^)(NSError *_Nullable error))onComplete; + +/** Calculates and returns the total disk size that this storage consumes. + * + * @param onComplete The callback that will be invoked once storage size calculation is complete. + */ +- (void)storageSizeWithCallback:(void (^)(GDTCORStorageSizeBytes storageSize))onComplete; + +@end + +// TODO: Consider complete replacing block based API by promise API. + +/** Promise based version of API defined in GDTCORStorageProtocol. See API docs for corresponding + * methods in GDTCORStorageProtocol. */ +@protocol GDTCORStoragePromiseProtocol + +- (FBLPromise *> *)batchIDsForTarget:(GDTCORTarget)target; + +- (FBLPromise *)removeBatchWithID:(NSNumber *)batchID deleteEvents:(BOOL)deleteEvents; + +- (FBLPromise *)removeBatchesWithIDs:(NSSet *)batchIDs + deleteEvents:(BOOL)deleteEvents; + +- (FBLPromise *)removeAllBatchesForTarget:(GDTCORTarget)target + deleteEvents:(BOOL)deleteEvents; + +/** See `hasEventsForTarget:onComplete:`. + * @return A promise object that is resolved with @YES if there are events for the specified target + * and @NO otherwise. + */ +- (FBLPromise *)hasEventsForTarget:(GDTCORTarget)target; + +/** See `batchWithEventSelector:batchExpiration:onComplete:` + * The promise is rejected when there are no events for the specified selector. + */ +- (FBLPromise *)batchWithEventSelector: + (GDTCORStorageEventSelector *)eventSelector + batchExpiration:(NSDate *)expiration; + +@end + +/** Retrieves the storage instance for the given target. + * + * @param target The target. + * * @return The storage instance registered for the target, or nil if there is none. + */ +FOUNDATION_EXPORT +id _Nullable GDTCORStorageInstanceForTarget(GDTCORTarget target); + +// TODO: Ideally we should remove completion-based API and use promise-based one. Need to double +// check if it's ok. +FOUNDATION_EXPORT +id _Nullable GDTCORStoragePromiseInstanceForTarget( + GDTCORTarget target); + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORPrioritizer.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORUploader.h similarity index 50% rename from ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORPrioritizer.h rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORUploader.h index d1f675494..9b5343db2 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORPrioritizer.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORUploader.h @@ -16,9 +16,9 @@ #import -#import -#import -#import +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORLifecycle.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORClock.h" +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTargets.h" NS_ASSUME_NONNULL_BEGIN @@ -43,36 +43,16 @@ typedef NS_OPTIONS(NSInteger, GDTCORUploadConditions) { GDTCORUploadConditionHighPriority = 1 << 4, }; -/** This protocol defines the common interface of event prioritization. Prioritizers are - * stateful objects that prioritize events upon insertion into storage and remain prepared to return - * a set of filenames to the storage system. - */ -@protocol GDTCORPrioritizer +/** This protocol defines the common interface for uploader implementations. */ +@protocol GDTCORUploader @required -/** Accepts an event and uses the event metadata to make choices on how to prioritize the event. - * This method exists as a way to help prioritize which events should be sent, which is dependent on - * the request proto structure of your backend. +/** Uploads events to the backend using this specific backend's chosen format. * - * @param event The event to prioritize. + * @param conditions The conditions that the upload attempt is likely to occur under. */ -- (void)prioritizeEvent:(GDTCOREvent *)event; - -/** Returns a set of events to upload given a set of conditions. - * - * @param target The target to create an upload package for. - * @param conditions A bit mask specifying the current upload conditions. - * @return An object to be used by the uploader to determine file URLs to upload with respect to the - * current conditions. - */ -- (GDTCORUploadPackage *)uploadPackageWithTarget:(GDTCORTarget)target - conditions:(GDTCORUploadConditions)conditions; - -@optional - -/** Saves the state of the prioritizer. */ -- (void)saveState; +- (void)uploadTarget:(GDTCORTarget)target withConditions:(GDTCORUploadConditions)conditions; @end diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCOREndpoints_Private.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCOREndpoints_Private.h new file mode 100644 index 000000000..4b1a90351 --- /dev/null +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCOREndpoints_Private.h @@ -0,0 +1,27 @@ +/* + * Copyright 2020 Google LLC + * + * 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. + */ + +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREndpoints.h" + +@interface GDTCOREndpoints () + +/** Returns the list of all the upload URLs used by the transport library. + * + * @return Map of the transport target and the URL used for uploading the events for that target. + */ ++ (NSDictionary *)uploadURLs; + +@end diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCOREvent_Private.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCOREvent_Private.h index 485d6bb8e..e97eb31a3 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCOREvent_Private.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCOREvent_Private.h @@ -14,34 +14,19 @@ * limitations under the License. */ -#import +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h" -#import +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORClock.h" NS_ASSUME_NONNULL_BEGIN @interface GDTCOREvent () /** The unique ID of the event. This property is for testing only. */ -@property(nonatomic, readwrite) NSNumber *eventID; +@property(nonatomic, readwrite) NSString *eventID; -/** The GDT relative file path of the event. */ -@property(nullable, nonatomic, readonly) NSString *GDTFilePath; - -/** Writes [dataObject transportBytes] to the given URL, populates fileURL with the filename, then - * nils the dataObject property. This method should not be called twice on the same event. - * - * @param filePath The GDTCORRootDirectory-relative path that dataObject will be written to. - * @param error If populated, the error encountered during writing to disk. - * @return YES if writing dataObject to disk was successful, NO otherwise. - */ -- (BOOL)writeToGDTPath:(NSString *)filePath error:(NSError **)error; - -/** Generates incrementing event IDs, stored in a file in the app's cache. - * - * @return An event ID that is incremented based on a number in a file stored in the app cache. - */ -+ (NSNumber *)nextEventID; +/** Generates a unique event ID. */ ++ (NSString *)nextEventID; @end diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage+Promises.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage+Promises.h new file mode 100644 index 000000000..66ea857e1 --- /dev/null +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage+Promises.h @@ -0,0 +1,28 @@ +/* + * Copyright 2020 Google LLC + * + * 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. + */ + +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage.h" + +@class FBLPromise; + +NS_ASSUME_NONNULL_BEGIN + +/// The category extends `GDTCORFlatFileStorage` API with `GDTCORStoragePromiseProtocol` methods. +@interface GDTCORFlatFileStorage (Promises) + +@end + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage.h index 837c3ea08..09f1dae9d 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage.h @@ -16,28 +16,62 @@ #import -#import -#import +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORLifecycle.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageEventSelector.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageProtocol.h" @class GDTCOREvent; @class GDTCORUploadCoordinator; NS_ASSUME_NONNULL_BEGIN -/** Manages the storage of events. This class is thread-safe. */ -@interface GDTCORFlatFileStorage - : NSObject +/** The event components eventID dictionary key. */ +FOUNDATION_EXPORT NSString *const kGDTCOREventComponentsEventIDKey; + +/** The event components qosTier dictionary key. */ +FOUNDATION_EXPORT NSString *const kGDTCOREventComponentsQoSTierKey; + +/** The event components mappingID dictionary key. */ +FOUNDATION_EXPORT NSString *const kGDTCOREventComponentsMappingIDKey; + +/** The event components expirationDate dictionary key. */ +FOUNDATION_EXPORT NSString *const kGDTCOREventComponentsExpirationKey; + +/** The batch components target dictionary key. */ +FOUNDATION_EXPORT NSString *const kGDTCORBatchComponentsTargetKey; + +/** The batch components batchID dictionary key. */ +FOUNDATION_EXPORT NSString *const kGDTCORBatchComponentsBatchIDKey; + +/** The batch components expiration dictionary key. */ +FOUNDATION_EXPORT NSString *const kGDTCORBatchComponentsExpirationKey; + +/** The maximum allowed disk space taken by the stored data. */ +FOUNDATION_EXPORT const uint64_t kGDTCORFlatFileStorageSizeLimit; + +FOUNDATION_EXPORT NSString *const GDTCORFlatFileStorageErrorDomain; + +typedef NS_ENUM(NSInteger, GDTCORFlatFileStorageError) { + GDTCORFlatFileStorageErrorSizeLimitReached = 0 +}; + +/** Manages the storage of events. This class is thread-safe. + * + * Event files will be stored as follows: + * /google-sdk-events//gdt_event_data//.. + * + * Library data will be stored as follows: + * /google-sdk-events//gdt_library_data/ + * + * Batch data will be stored as follows: + * /google-sdk-events//gdt_batch_data/./.. + */ +@interface GDTCORFlatFileStorage : NSObject /** The queue on which all storage work will occur. */ @property(nonatomic) dispatch_queue_t storageQueue; -/** A map of targets to a set of stored events. */ -@property(nonatomic) - NSMutableDictionary *> *targetToEventSet; - -/** All the events that have been stored. */ -@property(readonly, nonatomic) NSMutableDictionary *storedEvents; - /** The upload coordinator instance used by this storage instance. */ @property(nonatomic) GDTCORUploadCoordinator *uploadCoordinator; @@ -47,12 +81,77 @@ NS_ASSUME_NONNULL_BEGIN */ + (instancetype)sharedInstance; -/** Returns the path to the keyed archive of the singleton. This is where the singleton is saved - * to disk during certain app lifecycle events. +/** Returns the base directory under which all events will be stored. * - * @return File path to serialized singleton. + * @return The base directory under which all events will be stored. */ -+ (NSString *)archivePath; ++ (NSString *)eventDataStoragePath; + +/** Returns the base directory under which all library data will be stored. + * + * @return The base directory under which all library data will be stored. + */ ++ (NSString *)libraryDataStoragePath; + +/** Returns the base directory under which all batch data will be stored. + * + * @return The base directory under which all batch data will be stored. + */ ++ (NSString *)batchDataStoragePath; + +/** */ ++ (NSString *)batchPathForTarget:(GDTCORTarget)target + batchID:(NSNumber *)batchID + expirationDate:(NSDate *)expirationDate; + +/** Returns a constructed storage path based on the given values. This path may not exist. + * + * @param target The target, which is necessary to be given a path. + * @param eventID The eventID. + * @param qosTier The qosTier. + * @param expirationDate The expirationDate as a 1970-relative time interval. + * @param mappingID The mappingID. + * @return The path representing the combination of the given parameters. + */ ++ (NSString *)pathForTarget:(GDTCORTarget)target + eventID:(NSString *)eventID + qosTier:(NSNumber *)qosTier + expirationDate:(NSDate *)expirationDate + mappingID:(NSString *)mappingID; + +/** Returns extant paths that match all of the given parameters. + * + * @param eventIDs The list of eventIDs to look for, or nil for any. + * @param qosTiers The list of qosTiers to look for, or nil for any. + * @param mappingIDs The list of mappingIDs to look for, or nil for any. + * @param onComplete The completion to call once the paths have been discovered. + */ +- (void)pathsForTarget:(GDTCORTarget)target + eventIDs:(nullable NSSet *)eventIDs + qosTiers:(nullable NSSet *)qosTiers + mappingIDs:(nullable NSSet *)mappingIDs + onComplete:(void (^)(NSSet *paths))onComplete; + +/** Fetches the current batchID counter value from library storage, increments it, and sets the new + * value. Returns nil if a batchID was not able to be created for some reason. + * + * @param onComplete A block to execute when creating the next batchID is complete. + */ +- (void)nextBatchID:(void (^)(NSNumber *_Nullable batchID))onComplete; + +/** Constructs a dictionary of event filename components. + * + * @param fileName The event filename to split. + * @return The dictionary of event component keys to their values. + */ +- (nullable NSDictionary *)eventComponentsFromFilename:(NSString *)fileName; + +/** Constructs a dictionary of batch filename components. + * + * @param fileName The batch folder name to split. + * @return The dictionary of batch component keys to their values. + */ +- (nullable NSDictionary *)batchComponentsFromFilename:(NSString *)fileName; @end diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORReachability_Private.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORReachability_Private.h index c5ca191a0..06b1f6769 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORReachability_Private.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORReachability_Private.h @@ -14,7 +14,7 @@ * limitations under the License. */ -#import "GDTCORLibrary/Public/GDTCORReachability.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORReachability.h" @interface GDTCORReachability () diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORRegistrar_Private.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORRegistrar_Private.h index 8b298397a..267961103 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORRegistrar_Private.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORRegistrar_Private.h @@ -14,7 +14,7 @@ * limitations under the License. */ -#import +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORRegistrar.h" @interface GDTCORRegistrar () @@ -26,10 +26,6 @@ NS_ASSUME_NONNULL_BEGIN /** A map of targets to backend implementations. */ @property(atomic, readonly) NSMutableDictionary> *targetToUploader; -/** A map of targets to prioritizer implementations. */ -@property(atomic, readonly) - NSMutableDictionary> *targetToPrioritizer; - /** A map of targets to storage instances. */ @property(atomic, readonly) NSMutableDictionary> *targetToStorage; diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer.h index e2dbff126..ccca62830 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer.h @@ -16,7 +16,7 @@ #import -#import +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORLifecycle.h" @class GDTCOREvent; @@ -38,7 +38,8 @@ NS_ASSUME_NONNULL_BEGIN */ + (instancetype)sharedInstance; -/** Writes the result of applying the given transformers' -transform method on the given event. +/** Writes the result of applying the given transformers' `transformGDTEvent:` method on the given + * event. * * @note If the app is suspended, a background task will be created to complete work in-progress, * but this method will not send any further events until the app is resumed. diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer_Private.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer_Private.h index 4adcf93e0..bb86407bb 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer_Private.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer_Private.h @@ -1,5 +1,5 @@ /* - * Copyright 2018 Google + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +14,9 @@ * limitations under the License. */ -#import "GDTCORLibrary/Private/GDTCORTransformer.h" +#import "GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer.h" + +@protocol GDTCORApplicationProtocol; NS_ASSUME_NONNULL_BEGIN @@ -23,6 +25,13 @@ NS_ASSUME_NONNULL_BEGIN /** The queue on which all work will occur. */ @property(nonatomic) dispatch_queue_t eventWritingQueue; +/** The application instance that is used to begin/end background tasks. */ +@property(nonatomic, readonly) id application; + +/** The internal initializer. Should be used in tests only to create an instance with a + * particular(fake) application instance. */ +- (instancetype)initWithApplication:(id)application; + @end NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransport_Private.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransport_Private.h index 71f73a6f4..41a122484 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransport_Private.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransport_Private.h @@ -14,7 +14,7 @@ * limitations under the License. */ -#import +#import "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTransport.h" @class GDTCORTransformer; diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadBatch.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadBatch.h new file mode 100644 index 000000000..8d1fd11b8 --- /dev/null +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadBatch.h @@ -0,0 +1,37 @@ +/* + * Copyright 2020 Google LLC + * + * 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. + */ + +#import + +@class GDTCOREvent; + +NS_ASSUME_NONNULL_BEGIN + +/// A data object representing a batch of events scheduled for upload. +@interface GDTCORUploadBatch : NSObject + +/// An ID used to identify the batch in the storage. +@property(nonatomic, readonly) NSNumber *batchID; + +/// The collection of the events in the batch. +@property(nonatomic, readonly) NSSet *events; + +/// The default initializer. See also docs for the corresponding properties. +- (instancetype)initWithBatchID:(NSNumber *)batchID events:(NSSet *)events; + +@end + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadCoordinator.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadCoordinator.h index b678ef258..bdac3f3c5 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadCoordinator.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadCoordinator.h @@ -16,10 +16,8 @@ #import -#import -#import - -#import "GDTCORLibrary/Private/GDTCORUploadPackage_Private.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORLifecycle.h" +#import "GoogleDataTransport/GDTCORLibrary/Internal/GDTCORRegistrar.h" @class GDTCORClock; @@ -28,8 +26,7 @@ NS_ASSUME_NONNULL_BEGIN /** This class connects storage and uploader implementations, providing events to an uploader * and informing the storage what events were successfully uploaded or not. */ -@interface GDTCORUploadCoordinator - : NSObject +@interface GDTCORUploadCoordinator : NSObject /** The queue on which all upload coordination will occur. Also used by a dispatch timer. */ /** Creates and/or returrns the singleton. @@ -42,7 +39,7 @@ NS_ASSUME_NONNULL_BEGIN @property(nonatomic, readonly) dispatch_queue_t coordinationQueue; /** A timer that will causes regular checks for events to upload. */ -@property(nonatomic, readonly) dispatch_source_t timer; +@property(nonatomic, readonly, nullable) dispatch_source_t timer; /** The interval the timer will fire. */ @property(nonatomic, readonly) uint64_t timerInterval; @@ -50,10 +47,6 @@ NS_ASSUME_NONNULL_BEGIN /** Some leeway given to libdispatch for the timer interval event. */ @property(nonatomic, readonly) uint64_t timerLeeway; -/** The map of targets to in-flight packages. */ -@property(nonatomic, readonly) - NSMutableDictionary *targetToInFlightPackages; - /** The registrar object the coordinator will use. Generally used for testing. */ @property(nonatomic) GDTCORRegistrar *registrar; diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadPackage_Private.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadPackage_Private.h deleted file mode 100644 index 1ab643258..000000000 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadPackage_Private.h +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Copyright 2019 Google - * - * 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. - */ - -#import - -@interface GDTCORUploadPackage () - -/** The storage object this upload package will use to resolve event hashes to files. */ -@property(nonatomic) id storage; - -/** A handler that will receive callbacks for certain events. */ -@property(nonatomic) id handler; - -/** Checks if the package is expired and calls -packageExpired: on the handler if necessary. */ -- (void)checkIfPackageIsExpired; - -@end diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORStorageProtocol.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORStorageProtocol.h deleted file mode 100644 index 3cc175e4e..000000000 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORStorageProtocol.h +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Copyright 2020 Google - * - * 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. - */ - -#import - -#import -#import - -@class GDTCOREvent; - -NS_ASSUME_NONNULL_BEGIN - -/** Defines the interface a storage subsystem is expected to implement. */ -@protocol GDTCORStorageProtocol - -@required - -/** Stores an event and calls onComplete with a non-nil error if anything went wrong. - * - * @param event The event to store - * @param completion The completion block to call after an attempt to store the event has been made. - */ -- (void)storeEvent:(GDTCOREvent *)event - onComplete:(void (^_Nullable)(BOOL wasWritten, NSError *_Nullable error))completion; - -/** Removes the events from storage. */ -- (void)removeEvents:(NSSet *)eventIDs; - -/** Persists the given data with the given key. - * - * @param data The data to store. - * @param key The unique key to store it to. - * @param onComplete An block to be run when storage of the data is complete. - */ -- (void)storeLibraryData:(NSData *)data - forKey:(NSString *)key - onComplete:(void (^)(NSError *_Nullable error))onComplete; - -/** Retrieves the stored data for the given key. - * - * @param key The key corresponding to the desired data. - * @param onComplete The callback to invoke with the data once it's retrieved. - */ -- (void)libraryDataForKey:(NSString *)key - onComplete:(void (^)(NSData *_Nullable data, NSError *_Nullable error))onComplete; - -/** Removes data from storage and calls the callback when complete. - * - * @param key The key of the data to remove. - * @param onComplete The callback that will be invoked when removing the data is complete. - */ -- (void)removeLibraryDataForKey:(NSString *)key - onComplete:(void (^)(NSError *_Nullable error))onComplete; - -@end - -/** Retrieves the storage instance for the given target. - * - * @param target The target. - * * @return The storage instance registered for the target, or nil if there is none. - */ -FOUNDATION_EXPORT -id _Nullable GDTCORStorageInstanceForTarget(GDTCORTarget target); - -NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORUploadPackage.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORUploadPackage.h deleted file mode 100644 index 4f1d9daf1..000000000 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORUploadPackage.h +++ /dev/null @@ -1,76 +0,0 @@ -/* - * Copyright 2019 Google - * - * 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. - */ - -#import -#import - -@class GDTCORClock; -@class GDTCOREvent; -@class GDTCORUploadPackage; - -/** A protocol that allows a handler to respond to package lifecycle events. */ -@protocol GDTCORUploadPackageProtocol - -@optional - -/** Indicates that the package has expired. - * - * @note Package expiration will only be checked every 5 seconds. - * - * @param package The package that has expired. - */ -- (void)packageExpired:(GDTCORUploadPackage *)package; - -/** Indicates that the package was successfully delivered. - * - * @param package The package that was delivered. - */ -- (void)packageDelivered:(GDTCORUploadPackage *)package successful:(BOOL)successful; - -@end - -/** This class is a container that's handed off to uploaders. */ -@interface GDTCORUploadPackage : NSObject - -/** The set of stored events in this upload package. */ -@property(nonatomic) NSSet *events; - -/** The expiration time. If [[GDTCORClock snapshot] isAfter:deliverByTime] this package has expired. - * - * @note By default, the expiration time will be 3 minutes from creation. - */ -@property(nonatomic) GDTCORClock *deliverByTime; - -/** The target of this package. */ -@property(nonatomic, readonly) GDTCORTarget target; - -/** Initializes a package instance. - * - * @param target The target/destination of this package. - * @return An instance of this class. - */ -- (instancetype)initWithTarget:(GDTCORTarget)target; - -/** Completes delivery of the package. - * - * @note This *needs* to be called by an uploader for the package to not expire. - */ -- (void)completeDelivery; - -/** Sends the package back, indicating that delivery should be attempted again in the future. */ -- (void)retryDeliveryInTheFuture; - -@end diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORUploader.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORUploader.h deleted file mode 100644 index cadee4789..000000000 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORUploader.h +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Copyright 2018 Google - * - * 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. - */ - -#import - -#import -#import -#import -#import -#import - -NS_ASSUME_NONNULL_BEGIN - -/** This protocol defines the common interface for uploader implementations. */ -@protocol GDTCORUploader - -@required - -/** Returns YES if the uploader can make an upload attempt, NO otherwise. - * - * @param target The target being checked. - * @param conditions The conditions that the upload attempt is likely to occur under. - * @return YES if the uploader can make an upload attempt, NO otherwise. - */ -- (BOOL)readyToUploadTarget:(GDTCORTarget)target conditions:(GDTCORUploadConditions)conditions; - -/** Uploads events to the backend using this specific backend's chosen format. - * - * @param package The event package to upload. Make sure to call -completeDelivery. - */ -- (void)uploadPackage:(GDTCORUploadPackage *)package; - -@end - -NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORClock.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORClock.h similarity index 73% rename from ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORClock.h rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORClock.h index 01de21ae0..8c75b50e7 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORClock.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORClock.h @@ -27,11 +27,17 @@ NS_ASSUME_NONNULL_BEGIN /** The offset from UTC in seconds. */ @property(nonatomic, readonly) int64_t timezoneOffsetSeconds; -/** The kernel boot time when this clock was created. */ -@property(nonatomic, readonly) int64_t kernelBootTime; +/** The kernel boot time when this clock was created in nanoseconds. */ +@property(nonatomic, readonly) int64_t kernelBootTimeNanoseconds; -/** The device uptime when this clock was created. */ -@property(nonatomic, readonly) int64_t uptime; +/** The device uptime when this clock was created in nanoseconds. */ +@property(nonatomic, readonly) int64_t uptimeNanoseconds; + +@property(nonatomic, readonly) int64_t kernelBootTime DEPRECATED_MSG_ATTRIBUTE( + "Please use `kernelBootTimeNanoseconds` instead"); + +@property(nonatomic, readonly) + int64_t uptime DEPRECATED_MSG_ATTRIBUTE("Please use `uptimeNanoseconds` instead"); /** Creates a GDTCORClock object using the current time and offsets. * @@ -52,6 +58,9 @@ NS_ASSUME_NONNULL_BEGIN */ - (BOOL)isAfter:(GDTCORClock *)otherClock; +/** Returns value of `uptime` property in milliseconds. */ +- (int64_t)uptimeMilliseconds; + @end NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORConsoleLogger.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h similarity index 97% rename from ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORConsoleLogger.h rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h index d306f1826..1fdf7325c 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORConsoleLogger.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h @@ -68,7 +68,8 @@ typedef NS_ENUM(NSInteger, GDTCORMessageCode) { /** For warning messages concerning the reading of a event file. */ GDTCORMCWFileReadError = 6, - /** For error messages concerning transform: not being implemented by an event transformer. */ + /** For error messages concerning transformGDTEvent: not being implemented by an event + transformer. */ GDTCORMCETransformerDoesntImplementTransform = 1000, /** For error messages concerning the creation of a directory failing. */ diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREndpoints.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREndpoints.h new file mode 100644 index 000000000..836a45456 --- /dev/null +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREndpoints.h @@ -0,0 +1,36 @@ +/* + * Copyright 2018 Google LLC + * + * 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. + */ + +#import +#import "GDTCORTargets.h" + +NS_ASSUME_NONNULL_BEGIN + +/* Class that manages the endpoints used by Google data transport library. */ +@interface GDTCOREndpoints : NSObject + +- (instancetype)init NS_UNAVAILABLE; + +/** Returns the upload URL for a target specified. If the target is not available, returns nil. + * + * @param target GoogleDataTransport target for which the upload URL is being looked up for. + * @return URL that will be used for uploading the events for the provided target. + */ ++ (nullable NSURL *)uploadURLForTarget:(GDTCORTarget)target; + +@end + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCOREvent.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h similarity index 78% rename from ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCOREvent.h rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h index 4d6ffce6f..52c2384e2 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCOREvent.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h @@ -16,7 +16,8 @@ #import -#import +#import "GDTCOREventDataObject.h" +#import "GDTCORTargets.h" @class GDTCORClock; @@ -46,43 +47,40 @@ typedef NS_ENUM(NSInteger, GDTCOREventQoS) { @interface GDTCOREvent : NSObject /** The unique ID of the event. */ -@property(nonatomic, readonly) NSNumber *eventID; +@property(readonly, nonatomic) NSString *eventID; /** The mapping identifier, to allow backends to map the transport bytes to a proto. */ -@property(readonly, nonatomic) NSString *mappingID; +@property(nullable, readonly, nonatomic) NSString *mappingID; /** The identifier for the backend this event will eventually be sent to. */ -@property(readonly, nonatomic) NSInteger target; +@property(readonly, nonatomic) GDTCORTarget target; /** The data object encapsulated in the transport of your choice, as long as it implements * the GDTCOREventDataObject protocol. */ @property(nullable, nonatomic) id dataObject; +/** The serialized bytes from calling [dataObject transportBytes]. */ +@property(nullable, readonly, nonatomic) NSData *serializedDataObjectBytes; + /** The quality of service tier this event belongs to. */ @property(nonatomic) GDTCOREventQoS qosTier; /** The clock snapshot at the time of the event. */ @property(nonatomic) GDTCORClock *clockSnapshot; -/** The resulting file URL when [dataObject -transportBytes] has been saved to disk.*/ -@property(nullable, readonly, nonatomic) NSURL *fileURL; +/** The expiration date of the event. Default is 604800 seconds (7 days) from creation. */ +@property(nonatomic) NSDate *expirationDate; -/** Bytes that can be used by a prioritizer or uploader later on. It's the prioritizer or uploader's - * responsibility to serialize and deserialize these bytes. - */ +/** Bytes that can be used by an uploader later on. */ @property(nullable, nonatomic) NSData *customBytes; -// Please use the designated initializer. -- (instancetype)init NS_UNAVAILABLE; - /** Initializes an instance using the given mappingID. * * @param mappingID The mapping identifier. * @param target The event's target identifier. * @return An instance of this class. */ -- (nullable instancetype)initWithMappingID:(NSString *)mappingID - target:(NSInteger)target NS_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithMappingID:(NSString *)mappingID target:(GDTCORTarget)target; @end diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCOREventDataObject.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventDataObject.h similarity index 100% rename from ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCOREventDataObject.h rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventDataObject.h diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCOREventTransformer.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventTransformer.h similarity index 94% rename from ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCOREventTransformer.h rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventTransformer.h index 29f95924f..80dee7d46 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCOREventTransformer.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventTransformer.h @@ -31,7 +31,7 @@ NS_ASSUME_NONNULL_BEGIN * @param event The event to transform. * @return A transformed event, or nil if the transformation dropped the event. */ -- (nullable GDTCOREvent *)transform:(GDTCOREvent *)event; +- (nullable GDTCOREvent *)transformGDTEvent:(GDTCOREvent *)event; @end diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORTargets.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTargets.h similarity index 93% rename from ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORTargets.h rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTargets.h index 5db8852e7..0b83ab9e3 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORTargets.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTargets.h @@ -33,5 +33,8 @@ typedef NS_ENUM(NSInteger, GDTCORTarget) { /** The CSH target. The CSH target is a special-purpose backend. Please do not use it without * permission. */ - kGDTCORTargetCSH = 1002 + kGDTCORTargetCSH = 1002, + + /** The INT target. */ + kGDTCORTargetINT = 1003, }; diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORTransport.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTransport.h similarity index 95% rename from ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORTransport.h rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTransport.h index 445ff7285..e58248dae 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORTransport.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTransport.h @@ -16,7 +16,8 @@ #import -#import +#import "GDTCOREventTransformer.h" +#import "GDTCORTargets.h" @class GDTCOREvent; @@ -38,7 +39,7 @@ NS_ASSUME_NONNULL_BEGIN - (nullable instancetype)initWithMappingID:(NSString *)mappingID transformers: (nullable NSArray> *)transformers - target:(NSInteger)target NS_DESIGNATED_INITIALIZER; + target:(GDTCORTarget)target NS_DESIGNATED_INITIALIZER; /** Copies and sends an internal telemetry event. Events sent using this API are lower in priority, * and sometimes won't be sent on their own. diff --git a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport.h b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GoogleDataTransport.h similarity index 84% rename from ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport.h rename to ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GoogleDataTransport.h index a02451add..0bd39dc06 100644 --- a/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport.h +++ b/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GoogleDataTransport.h @@ -16,13 +16,9 @@ #import "GDTCORClock.h" #import "GDTCORConsoleLogger.h" +#import "GDTCOREndpoints.h" #import "GDTCOREvent.h" #import "GDTCOREventDataObject.h" #import "GDTCOREventTransformer.h" -#import "GDTCORLifecycle.h" -#import "GDTCORPrioritizer.h" -#import "GDTCORRegistrar.h" #import "GDTCORTargets.h" #import "GDTCORTransport.h" -#import "GDTCORUploadPackage.h" -#import "GDTCORUploader.h" diff --git a/ios/Pods/GoogleDataTransport/README.md b/ios/Pods/GoogleDataTransport/README.md index a396a214d..6e40d9d65 100644 --- a/ios/Pods/GoogleDataTransport/README.md +++ b/ios/Pods/GoogleDataTransport/README.md @@ -1,110 +1,126 @@ -[![Version](https://img.shields.io/cocoapods/v/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) -[![License](https://img.shields.io/cocoapods/l/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) -[![Platform](https://img.shields.io/cocoapods/p/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) +[![Version](https://img.shields.io/cocoapods/v/GoogleDataTransport.svg?style=flat)](https://cocoapods.org/pods/GoogleDataTransport) +[![License](https://img.shields.io/cocoapods/l/GoogleDataTransport.svg?style=flat)](https://cocoapods.org/pods/GoogleDataTransport) +[![Platform](https://img.shields.io/cocoapods/p/GoogleDataTransport.svg?style=flat)](https://cocoapods.org/pods/GoogleDataTransport) -[![Actions Status][gh-abtesting-badge]][gh-actions] -[![Actions Status][gh-auth-badge]][gh-actions] -[![Actions Status][gh-core-badge]][gh-actions] -[![Actions Status][gh-crashlytics-badge]][gh-actions] -[![Actions Status][gh-database-badge]][gh-actions] [![Actions Status][gh-datatransport-badge]][gh-actions] -[![Actions Status][gh-dynamiclinks-badge]][gh-actions] -[![Actions Status][gh-firebasepod-badge]][gh-actions] -[![Actions Status][gh-firestore-badge]][gh-actions] -[![Actions Status][gh-functions-badge]][gh-actions] -[![Actions Status][gh-inappmessaging-badge]][gh-actions] -[![Actions Status][gh-interop-badge]][gh-actions] -[![Actions Status][gh-messaging-badge]][gh-actions] -[![Actions Status][gh-remoteconfig-badge]][gh-actions] -[![Actions Status][gh-storage-badge]][gh-actions] -[![Actions Status][gh-symbolcollision-badge]][gh-actions] -[![Actions Status][gh-zip-badge]][gh-actions] -[![Travis](https://travis-ci.org/firebase/firebase-ios-sdk.svg?branch=master)](https://travis-ci.org/firebase/firebase-ios-sdk) -# Firebase Apple Open Source Development +# GoogleDataTransport -This repository contains all Apple platform Firebase SDK source except FirebaseAnalytics, -FirebasePerformance, and FirebaseML. +This library is for internal Google use only. It allows the logging of data and +telemetry from Google SDKs. -The repository also includes GoogleUtilities source. The -[GoogleUtilities](GoogleUtilities/README.md) pod is -a set of utilities used by Firebase and other Google products. +## Integration Testing +These instructions apply to minor and patch version updates. Major versions need +a customized adaptation. -Firebase is an app development platform with tools to help you build, grow and -monetize your app. More information about Firebase can be found at -[https://firebase.google.com](https://firebase.google.com). +After the CI is green: +* Update the version in the podspec to match the latest entry in the [CHANGELOG.md](CHANGELOG.md) +* Checkout the `main` branch and ensure it is up to date. + ```console + git checkout main + git pull + ``` +* Add the CocoaPods tag (`{version}` will be the latest version in the [podspec](GoogleDataTransport.podspec#L3)) + ```console + git tag CocoaPods-{version} + git push origin CocoaPods-{version} + ``` +* Push the podspec to the designated repo + * If this version of GDT is intended to launch **before or with** the next Firebase release: +
    + Push to SpecsStaging -## Installation + ```console + pod repo push --skip-tests staging GoogleDataTransport.podspec + ``` -See the three subsections for details about three different installation methods. -1. [Standard pod install](README.md#standard-pod-install) -1. [Installing from the GitHub repo](README.md#installing-from-github) -1. [Experimental Carthage](README.md#carthage-ios-only) + If the command fails with `Unable to find the 'staging' repo.`, add the staging repo with: + ```console + pod repo add staging git@github.com:firebase/SpecsStaging.git + ``` +
    + * Otherwise: +
    + Push to SpecsDev -### Standard pod install + ```console + pod repo push --skip-tests dev GoogleDataTransport.podspec + ``` -Go to -[https://firebase.google.com/docs/ios/setup](https://firebase.google.com/docs/ios/setup). + If the command fails with `Unable to find the 'dev' repo.`, add the dev repo with: + ```console + pod repo add dev git@github.com:firebase/SpecsDev.git + ``` +
    +* Run Firebase CI by waiting until next nightly or adding a PR that touches `Gemfile`. +* On google3, create a workspace and new CL. Then copybara and run a global TAP. +
    +  /google/data/ro/teams/copybara/copybara third_party/firebase/ios/Releases/GoogleDataTransport/copy.bara.sky \
    +  --piper-description-behavior=OVERWRITE \
    +  --destination-cl=YOUR_CL gdt
    +  
    -### Installing from GitHub +## Publishing + * Add a version tag for Swift PM + * `git tag {version}` + * `git push origin {version}` + * `pod trunk push GoogleDataTransport.podspec` + * Clean up SpecsStaging -For releases starting with 5.0.0, the source for each release is also deployed -to CocoaPods master and available via standard -[CocoaPods Podfile syntax](https://guides.cocoapods.org/syntax/podfile.html#pod). +## Set logging level -These instructions can be used to access the Firebase repo at other branches, -tags, or commits. +### Swift -#### Background +- Import `GoogleDataTransport` module: + ```swift + import GoogleDataTransport + ``` +- Set logging level global variable to the desired value before calling `FirebaseApp.config()`: + ```swift + GDTCORConsoleLoggerLoggingLevel = GDTCORLoggingLevel.debug.rawValue + ``` +### Objective-C -See -[the Podfile Syntax Reference](https://guides.cocoapods.org/syntax/podfile.html#pod) -for instructions and options about overriding pod source locations. +- Import `GoogleDataTransport`: + ```objective-c + #import + ``` +- Set logging level global variable to the desired value before calling `-[FIRApp config]`: + ```objective-c + GDTCORConsoleLoggerLoggingLevel = GDTCORLoggingLevelDebug; + ``` -#### Accessing Firebase Source Snapshots +## Prereqs -All of the official releases are tagged in this repo and available via CocoaPods. To access a local -source snapshot or unreleased branch, use Podfile directives like the following: +- `gem install --user cocoapods cocoapods-generate` +- `brew install protobuf nanopb-generator` +- `easy_install --user protobuf` -To access FirebaseFirestore via a branch: -``` -pod 'FirebaseCore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master' -pod 'FirebaseFirestore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master' -``` +## To develop -To access FirebaseMessaging via a checked out version of the firebase-ios-sdk repo do: +- Run `./GoogleDataTransport/generate_project.sh` after installing the prereqs -``` -pod 'FirebaseCore', :path => '/path/to/firebase-ios-sdk' -pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk' -``` +## When adding new logging endpoint -### Carthage (iOS only) +- Use commands similar to: + - `python -c "line='https://www.firebase.com'; print line[0::2]" ` + - `python -c "line='https://www.firebase.com'; print line[1::2]" ` -Instructions for the experimental Carthage distribution are at -[Carthage](Carthage.md). +## When adding internal code that shouldn't be easily usable on github -### Rome - -Instructions for installing binary frameworks via -[Rome](https://github.com/CocoaPods/Rome) are at [Rome](Rome.md). - -### Using Firebase from a Framework or a library - -[Using Firebase from a Framework or a library](docs/firebase_in_libraries.md) +- Consider using go/copybara-library/scrubbing#cc_scrub ## Development -To develop Firebase software in this repository, ensure that you have at least -the following software: +Ensure that you have at least the following software: - * Xcode 10.1 (or later) - * CocoaPods 1.7.2 (or later) + * Xcode 12.0 (or later) + * CocoaPods 1.10.0 (or later) * [CocoaPods generate](https://github.com/square/cocoapods-generate) For the pod that you want to develop: -`pod gen Firebase{name here}.podspec --local-sources=./ --auto-open --platforms=ios` +`pod gen GoogleDataTransport.podspec --local-sources=./ --auto-open --platforms=ios` Note: If the CocoaPods cache is out of date, you may need to run `pod repo update` before the `pod gen` command. @@ -113,11 +129,8 @@ Note: Set the `--platforms` option to `macos` or `tvos` to develop/test for those platforms. Since 10.2, Xcode does not properly handle multi-platform CocoaPods workspaces. -Firestore has a self contained Xcode project. See -[Firestore/README.md](Firestore/README.md). - ### Development for Catalyst -* `pod gen {name here}.podspec --local-sources=./ --auto-open --platforms=ios` +* `pod gen GoogleDataTransport.podspec --local-sources=./ --auto-open --platforms=ios` * Check the Mac box in the App-iOS Build Settings * Sign the App in the Settings Signing & Capabilities tab * Click Pods in the Project Manager @@ -125,155 +138,30 @@ Firestore has a self contained Xcode project. See * Select the Unit-unit scheme * Run it to build and test -### Adding a New Firebase Pod - -See [AddNewPod.md](AddNewPod.md). +Alternatively disable signing in each target: +* Go to Build Settings tab +* Click `+` +* Select `Add User-Defined Setting` +* Add `CODE_SIGNING_REQUIRED` setting with a value of `NO` ### Code Formatting To ensure that the code is formatted consistently, run the script -[./scripts/style.sh](https://github.com/firebase/firebase-ios-sdk/blob/master/scripts/style.sh) +[./scripts/check.sh](https://github.com/firebase/firebase-ios-sdk/blob/master/scripts/check.sh) before creating a PR. -Travis will verify that any code changes are done in a style compliant way. Install -`clang-format` and `swiftformat`. -These commands will get the right versions: +GitHub Actions will verify that any code changes are done in a style compliant +way. Install `clang-format` and `mint`: +```console +brew install clang-format@12 +brew install mint ``` -brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/c6f1cbd/Formula/clang-format.rb -brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/c13eda8/Formula/swiftformat.rb -``` - -Note: if you already have a newer version of these installed you may need to -`brew switch` to this version. - -To update this section, find the versions of clang-format and swiftformat.rb to -match the versions in the CI failure logs -[here](https://github.com/Homebrew/homebrew-core/tree/master/Formula). ### Running Unit Tests Select a scheme and press Command-u to build a component and run its unit tests. -#### Viewing Code Coverage (Deprecated) - -First, make sure that [xcov](https://github.com/nakiostudio/xcov) is installed with `gem install xcov`. - -After running the `AllUnitTests_iOS` scheme in Xcode, execute -`xcov --workspace Firebase.xcworkspace --scheme AllUnitTests_iOS --output_directory xcov_output` -at Example/ in the terminal. This will aggregate the coverage, and you can run `open xcov_output/index.html` to see the results. - -### Running Sample Apps -In order to run the sample apps and integration tests, you'll need valid -`GoogleService-Info.plist` files for those samples. The Firebase Xcode project contains dummy plist -files without real values, but can be replaced with real plist files. To get your own -`GoogleService-Info.plist` files: - -1. Go to the [Firebase Console](https://console.firebase.google.com/) -2. Create a new Firebase project, if you don't already have one -3. For each sample app you want to test, create a new Firebase app with the sample app's bundle -identifier (e.g. `com.google.Database-Example`) -4. Download the resulting `GoogleService-Info.plist` and replace the appropriate dummy plist file -(e.g. in [Example/Database/App/](Example/Database/App/)); - -Some sample apps like Firebase Messaging ([Example/Messaging/App](Example/Messaging/App)) require -special Apple capabilities, and you will have to change the sample app to use a unique bundle -identifier that you can control in your own Apple Developer account. - -## Specific Component Instructions -See the sections below for any special instructions for those components. - -### Firebase Auth - -If you're doing specific Firebase Auth development, see -[the Auth Sample README](FirebaseAuth/Tests/Sample/README.md) for instructions about -building and running the FirebaseAuth pod along with various samples and tests. - -### Firebase Database - -The Firebase Database Integration tests can be run against a locally running Database Emulator -or against a production instance. - -To run against a local emulator instance, invoke `./scripts/run_database_emulator.sh start` before -running the integration test. - -To run against a production instance, provide a valid GoogleServices-Info.plist and copy it to -`Example/Database/App/GoogleService-Info.plist`. Your Security Rule must be set to -[public](https://firebase.google.com/docs/database/security/quickstart) while your tests are -running. - -### Firebase Storage - -To run the Storage Integration tests, follow the instructions in -[FIRStorageIntegrationTests.m](FirebaseStorage/Tests/Integration/FIRStorageIntegrationTests.m). - -#### Push Notifications - -Push notifications can only be delivered to specially provisioned App IDs in the developer portal. -In order to actually test receiving push notifications, you will need to: - -1. Change the bundle identifier of the sample app to something you own in your Apple Developer -account, and enable that App ID for push notifications. -2. You'll also need to -[upload your APNs Provider Authentication Key or certificate to the Firebase Console](https://firebase.google.com/docs/cloud-messaging/ios/certs) -at **Project Settings > Cloud Messaging > [Your Firebase App]**. -3. Ensure your iOS device is added to your Apple Developer portal as a test device. - -#### iOS Simulator - -The iOS Simulator cannot register for remote notifications, and will not receive push notifications. -In order to receive push notifications, you'll have to follow the steps above and run the app on a -physical device. - -## Community Supported Efforts - -We've seen an amazing amount of interest and contributions to improve the Firebase SDKs, and we are -very grateful! We'd like to empower as many developers as we can to be able to use Firebase and -participate in the Firebase community. - -### tvOS, macOS, watchOS and Catalyst -Thanks to contributions from the community, many of Firebase SDKs now compile, run unit tests, and work on -tvOS, macOS, watchOS and Catalyst. - -For tvOS, checkout the [Sample](Example/tvOSSample). -For watchOS, currently only Messaging and Storage (and their dependencies) have limited support. Checkout the -[Independent Watch App Sample](Example/watchOSSample). - -Keep in mind that macOS, tvOS, watchOS and Catalyst are not officially supported by Firebase, and this -repository is actively developed primarily for iOS. While we can catch basic unit test issues with -Travis, there may be some changes where the SDK no longer works as expected on macOS, tvOS or watchOS. If you -encounter this, please [file an issue](https://github.com/firebase/firebase-ios-sdk/issues). - -During app setup in the console, you may get to a step that mentions something like "Checking if the app -has communicated with our servers". This relies on Analytics and will not work on macOS/tvOS/watchOS/Catalyst. -**It's safe to ignore the message and continue**, the rest of the SDKs will work as expected. - -To install, add a subset of the following to the Podfile: - -``` -pod 'Firebase/ABTesting' # No watchOS support yet -pod 'Firebase/Auth' # No watchOS support yet -pod 'Firebase/Crashlytics' # No watchOS support yet -pod 'Firebase/Database' # No watchOS support yet -pod 'Firebase/Firestore' # No watchOS support yet -pod 'Firebase/Functions' # No watchOS support yet -pod 'Firebase/Messaging' -pod 'Firebase/RemoteConfig' # No watchOS support yet -pod 'Firebase/Storage' -``` - -#### Additional Catalyst Notes - -* FirebaseAuth and FirebaseMessaging require adding `Keychain Sharing Capability` -to Build Settings. -* FirebaseFirestore requires signing the -[gRPC Resource target](https://github.com/firebase/firebase-ios-sdk/issues/3500#issuecomment-518741681). - -## Roadmap - -See [Roadmap](ROADMAP.md) for more about the Firebase iOS SDK Open Source -plans and directions. - ## Contributing See [Contributing](CONTRIBUTING.md) for more information on contributing to the Firebase @@ -284,24 +172,5 @@ iOS SDK. The contents of this repository is licensed under the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0). -Your use of Firebase is governed by the -[Terms of Service for Firebase Services](https://firebase.google.com/terms/). - [gh-actions]: https://github.com/firebase/firebase-ios-sdk/actions -[gh-abtesting-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/abtesting/badge.svg -[gh-auth-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/auth/badge.svg -[gh-core-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/core/badge.svg -[gh-crashlytics-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/crashlytics/badge.svg -[gh-database-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/database/badge.svg [gh-datatransport-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/datatransport/badge.svg -[gh-dynamiclinks-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/dynamiclinks/badge.svg -[gh-firebasepod-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/firebasepod/badge.svg -[gh-firestore-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/firestore/badge.svg -[gh-functions-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/functions/badge.svg -[gh-inappmessaging-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/inappmessaging/badge.svg -[gh-interop-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/interop/badge.svg -[gh-messaging-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/messaging/badge.svg -[gh-remoteconfig-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/remoteconfig/badge.svg -[gh-storage-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/storage/badge.svg -[gh-symbolcollision-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/symbolcollision/badge.svg -[gh-zip-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/zip/badge.svg diff --git a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTPrioritizer.m b/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTPrioritizer.m deleted file mode 100644 index d0382cc26..000000000 --- a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTPrioritizer.m +++ /dev/null @@ -1,426 +0,0 @@ -/* - * Copyright 2019 Google - * - * 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. - */ - -#import "GDTCCTLibrary/Private/GDTCCTPrioritizer.h" - -#import -#import -#import -#import -#import - -#import "GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h" -#import "GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h" - -const static int64_t kMillisPerDay = 8.64e+7; - -/** Creates and/or returns a singleton NSString that is the NSCoding file location. - * - * @return The NSCoding file path. - */ -static NSString *ArchivePath() { - static NSString *archivePath; - static dispatch_once_t onceToken; - dispatch_once(&onceToken, ^{ - archivePath = [GDTCORRootDirectory() URLByAppendingPathComponent:@"GDTCCTPrioritizer"].path; - }); - return archivePath; -} - -/** This class extension is for declaring private properties. */ -@interface GDTCCTPrioritizer () - -/** All CCT events that have been processed by this prioritizer. */ -@property(nonatomic) NSMutableSet *CCTEvents; - -/** All FLL events that have been processed by this prioritizer. */ -@property(nonatomic) NSMutableSet *FLLEvents; - -/** All CSH events that have been processed by this prioritizer. */ -@property(nonatomic) NSMutableSet *CSHEvents; - -@end - -@implementation GDTCCTPrioritizer - -+ (void)load { - GDTCCTPrioritizer *prioritizer = [GDTCCTPrioritizer sharedInstance]; - [[GDTCORRegistrar sharedInstance] registerPrioritizer:prioritizer target:kGDTCORTargetCCT]; - [[GDTCORRegistrar sharedInstance] registerPrioritizer:prioritizer target:kGDTCORTargetFLL]; - [[GDTCORRegistrar sharedInstance] registerPrioritizer:prioritizer target:kGDTCORTargetCSH]; -} - -+ (BOOL)supportsSecureCoding { - return YES; -} - -+ (instancetype)sharedInstance { - static GDTCCTPrioritizer *sharedInstance; - static dispatch_once_t onceToken; - dispatch_once(&onceToken, ^{ - sharedInstance = [[GDTCCTPrioritizer alloc] init]; - }); - return sharedInstance; -} - -- (instancetype)init { - self = [super init]; - if (self) { - _queue = dispatch_queue_create("com.google.GDTCCTPrioritizer", DISPATCH_QUEUE_SERIAL); - _CCTEvents = [[NSMutableSet alloc] init]; - _FLLEvents = [[NSMutableSet alloc] init]; - _CSHEvents = [[NSMutableSet alloc] init]; - } - return self; -} - -- (nullable NSSet *)eventsForTarget:(GDTCORTarget)target { - __block NSSet *events; - dispatch_sync(_queue, ^{ - switch (target) { - case kGDTCORTargetCCT: - events = [self->_CCTEvents copy]; - break; - - case kGDTCORTargetFLL: - events = [self->_FLLEvents copy]; - break; - - case kGDTCORTargetCSH: - events = [self->_CSHEvents copy]; - break; - - default: - break; - } - }); - return events; -} - -#pragma mark - GDTCORPrioritizer Protocol - -- (void)prioritizeEvent:(GDTCOREvent *)event { - if (event.needsNetworkConnectionInfoPopulated) { - event.networkConnectionInfoData = GDTCCTConstructNetworkConnectionInfoData(); - } - dispatch_async(_queue, ^{ - switch (event.target) { - case kGDTCORTargetCCT: - [self.CCTEvents addObject:event]; - break; - - case kGDTCORTargetFLL: - [self.FLLEvents addObject:event]; - break; - - case kGDTCORTargetCSH: - [self.CSHEvents addObject:event]; - break; - - default: - GDTCORLogDebug(@"GDTCCTPrioritizer doesn't support target %ld", (long)event.target); - break; - } - }); -} - -- (GDTCORUploadPackage *)uploadPackageWithTarget:(GDTCORTarget)target - conditions:(GDTCORUploadConditions)conditions { - GDTCORUploadPackage *package = [[GDTCORUploadPackage alloc] initWithTarget:target]; - dispatch_sync(_queue, ^{ - NSSet *eventsThatWillBeSent = [self eventsForTarget:target - conditions:conditions]; - package.events = eventsThatWillBeSent; - }); - GDTCORLogDebug(@"CCT: %lu events are in the upload package", (unsigned long)package.events.count); - return package; -} - -#pragma mark - Private helper methods - -/** The different possible quality of service specifiers. High values indicate high priority. */ -typedef NS_ENUM(NSInteger, GDTCCTQoSTier) { - /** The QoS tier wasn't set, and won't ever be sent. */ - GDTCCTQoSDefault = 0, - - /** This event is internal telemetry data that should not be sent on its own if possible. */ - GDTCCTQoSTelemetry = 1, - - /** This event should be sent, but in a batch only roughly once per day. */ - GDTCCTQoSDaily = 2, - - /** This event should only be uploaded on wifi. */ - GDTCCTQoSWifiOnly = 5, -}; - -- (void)saveState { - dispatch_sync(_queue, ^{ - NSError *error; - GDTCOREncodeArchive(self, ArchivePath(), &error); - if (error) { - GDTCORLogDebug(@"Serializing GDTCCTPrioritizer to an archive failed: %@", error); - } - }); - GDTCORLogDebug(@"GDTCCTPrioritizer saved state to %@ as requested by GDT.", ArchivePath()); -} - -/** Converts a GDTCOREventQoS to a GDTCCTQoS tier. - * - * @param qosTier The GDTCOREventQoS value. - * @return A static NSNumber that represents the CCT QoS tier. - */ -FOUNDATION_STATIC_INLINE -NSNumber *GDTCCTQosTierFromGDTCOREventQosTier(GDTCOREventQoS qosTier) { - switch (qosTier) { - case GDTCOREventQoSWifiOnly: - return @(GDTCCTQoSWifiOnly); - break; - - case GDTCOREventQoSTelemetry: - // falls through. - case GDTCOREventQoSDaily: - return @(GDTCCTQoSDaily); - break; - - default: - return @(GDTCCTQoSDefault); - break; - } -} - -/** Constructs a set of events for upload to CCT, FLL, or CSH backends. These backends are - * request-proto and batching compatible, so they construct event batches the same way. - * - * @param conditions The set of conditions the upload package should be made under. - * @param target The target backend. - * @return A set of events for the target. - */ -- (NSSet *)eventsForTarget:(GDTCORTarget)target - conditions:(GDTCORUploadConditions)conditions { - GDTCORClock __strong **timeOfLastDailyUpload = NULL; - NSSet *eventsToFilter; - switch (target) { - case kGDTCORTargetCCT: - eventsToFilter = self.CCTEvents; - timeOfLastDailyUpload = &self->_CCTTimeOfLastDailyUpload; - break; - - case kGDTCORTargetFLL: - eventsToFilter = self.FLLEvents; - timeOfLastDailyUpload = &self->_FLLOfLastDailyUpload; - break; - - case kGDTCORTargetCSH: - // This backend doesn't batch and uploads all events as soon as possible without respect to - // any upload condition. - return self.CSHEvents; - break; - - default: - // Return an empty set. - return [[NSSet alloc] init]; - break; - } - - NSMutableSet *eventsThatWillBeSent = [[NSMutableSet alloc] init]; - // A high priority event effectively flushes all events to be sent. - if ((conditions & GDTCORUploadConditionHighPriority) == GDTCORUploadConditionHighPriority) { - GDTCORLogDebug(@"%@", @"CCT: A high priority event is flushing all events."); - return eventsToFilter; - } - - // If on wifi, upload logs that are ok to send on wifi. - if ((conditions & GDTCORUploadConditionWifiData) == GDTCORUploadConditionWifiData) { - [eventsThatWillBeSent unionSet:[self logEventsOkToSendOnWifi:eventsToFilter]]; - GDTCORLogDebug(@"%@", @"CCT: events ok to send on wifi are being added to the upload package"); - } else { - [eventsThatWillBeSent unionSet:[self logEventsOkToSendOnMobileData:eventsToFilter]]; - GDTCORLogDebug(@"%@", - @"CCT: events ok to send on mobile are being added to the upload package"); - } - - // If it's been > 24h since the last daily upload, upload logs with the daily QoS. - if (*timeOfLastDailyUpload) { - int64_t millisSinceLastUpload = - [GDTCORClock snapshot].timeMillis - (*timeOfLastDailyUpload).timeMillis; - if (millisSinceLastUpload > kMillisPerDay) { - [eventsThatWillBeSent unionSet:[self logEventsOkToSendDaily:eventsToFilter]]; - GDTCORLogDebug(@"%@", @"CCT: events ok to send daily are being added to the upload package"); - } - } else { - *timeOfLastDailyUpload = [GDTCORClock snapshot]; - [eventsThatWillBeSent unionSet:[self logEventsOkToSendDaily:eventsToFilter]]; - GDTCORLogDebug(@"%@", @"CCT: events ok to send daily are being added to the upload package"); - } - return eventsThatWillBeSent; -} - -/** Returns a set of logs that are ok to upload whilst on mobile data. - * - * @note This should be called from a thread safe method. - * @return A set of logs that are ok to upload whilst on mobile data. - */ -- (NSSet *)logEventsOkToSendOnMobileData:(NSSet *)events { - return [events objectsPassingTest:^BOOL(GDTCOREvent *_Nonnull event, BOOL *_Nonnull stop) { - return [GDTCCTQosTierFromGDTCOREventQosTier(event.qosTier) isEqual:@(GDTCCTQoSDefault)]; - }]; -} - -/** Returns a set of logs that are ok to upload whilst on wifi. - * - * @note This should be called from a thread safe method. - * @return A set of logs that are ok to upload whilst on wifi. - */ -- (NSSet *)logEventsOkToSendOnWifi:(NSSet *)events { - return [events objectsPassingTest:^BOOL(GDTCOREvent *_Nonnull event, BOOL *_Nonnull stop) { - NSNumber *qosTier = GDTCCTQosTierFromGDTCOREventQosTier(event.qosTier); - return [qosTier isEqual:@(GDTCCTQoSDefault)] || [qosTier isEqual:@(GDTCCTQoSWifiOnly)] || - [qosTier isEqual:@(GDTCCTQoSDaily)]; - }]; -} - -/** Returns a set of logs that only should have a single upload attempt per day. - * - * @note This should be called from a thread safe method. - * @return A set of logs that are ok to upload only once per day. - */ -- (NSSet *)logEventsOkToSendDaily:(NSSet *)events { - return [events objectsPassingTest:^BOOL(GDTCOREvent *_Nonnull event, BOOL *_Nonnull stop) { - return [GDTCCTQosTierFromGDTCOREventQosTier(event.qosTier) isEqual:@(GDTCCTQoSDaily)]; - }]; -} - -#pragma mark - NSSecureCoding - -/** NSSecureCoding key for the CCTEvents property. */ -static NSString *const GDTCCTUploaderCCTEventsKey = @"GDTCCTUploaderCCTEventsKey"; - -/** NSSecureCoding key for the CCTEvents property. */ -static NSString *const GDTCCTUploaderFLLEventsKey = @"GDTCCTUploaderFLLEventsKey"; - -/** NSSecureCoding key for the CCTEvents property. */ -static NSString *const GDTCCTUploaderCSHEventsKey = @"GDTCCTUploaderCSHEventsKey"; - -- (instancetype)initWithCoder:(NSCoder *)coder { - GDTCCTPrioritizer *sharedInstance = [GDTCCTPrioritizer sharedInstance]; - if (sharedInstance) { - NSSet *classes = [NSSet setWithObjects:[NSMutableSet class], [GDTCOREvent class], nil]; - NSMutableSet *decodedCCTEvents = [coder decodeObjectOfClasses:classes - forKey:GDTCCTUploaderCCTEventsKey]; - if (decodedCCTEvents) { - sharedInstance->_CCTEvents = decodedCCTEvents; - } - NSMutableSet *decodedFLLEvents = [coder decodeObjectOfClasses:classes - forKey:GDTCCTUploaderFLLEventsKey]; - if (decodedFLLEvents) { - sharedInstance->_FLLEvents = decodedFLLEvents; - } - NSMutableSet *decodedCSHEvents = [coder decodeObjectOfClasses:classes - forKey:GDTCCTUploaderCSHEventsKey]; - if (decodedCSHEvents) { - sharedInstance->_CSHEvents = decodedCSHEvents; - } - } - return sharedInstance; -} - -- (void)encodeWithCoder:(NSCoder *)coder { - GDTCCTPrioritizer *sharedInstance = [GDTCCTPrioritizer sharedInstance]; - if (!sharedInstance) { - return; - } - NSMutableSet *CCTEvents = sharedInstance->_CCTEvents; - if (CCTEvents) { - [coder encodeObject:CCTEvents forKey:GDTCCTUploaderCCTEventsKey]; - } - NSMutableSet *FLLEvents = sharedInstance->_FLLEvents; - if (FLLEvents) { - [coder encodeObject:FLLEvents forKey:GDTCCTUploaderFLLEventsKey]; - } - NSMutableSet *CSHEvents = sharedInstance->_CSHEvents; - if (CSHEvents) { - [coder encodeObject:CSHEvents forKey:GDTCCTUploaderCSHEventsKey]; - } -} - -#pragma mark - GDTCORLifecycleProtocol - -- (void)appWillForeground:(GDTCORApplication *)app { - dispatch_async(_queue, ^{ - NSError *error; - GDTCORDecodeArchive([GDTCCTPrioritizer class], ArchivePath(), nil, &error); - if (error) { - GDTCORLogDebug(@"Deserializing GDTCCTPrioritizer from an archive failed: %@", error); - } - }); -} - -- (void)appWillBackground:(GDTCORApplication *)app { - dispatch_async(_queue, ^{ - // Immediately request a background task to run until the end of the current queue of work, and - // cancel it once the work is done. - __block GDTCORBackgroundIdentifier bgID = - [app beginBackgroundTaskWithName:@"GDTStorage" - expirationHandler:^{ - [app endBackgroundTask:bgID]; - bgID = GDTCORBackgroundIdentifierInvalid; - }]; - NSError *error; - GDTCOREncodeArchive(self, ArchivePath(), &error); - if (error) { - GDTCORLogDebug(@"Serializing GDTCCTPrioritizer to an archive failed: %@", error); - } - - // End the background task if it's still valid. - [app endBackgroundTask:bgID]; - bgID = GDTCORBackgroundIdentifierInvalid; - }); -} - -- (void)appWillTerminate:(GDTCORApplication *)application { - dispatch_sync(_queue, ^{ - NSError *error; - GDTCOREncodeArchive(self, ArchivePath(), &error); - if (error) { - GDTCORLogDebug(@"Serializing GDTCCTPrioritizer to an archive failed: %@", error); - } - }); -} - -#pragma mark - GDTCORUploadPackageProtocol - -- (void)packageDelivered:(GDTCORUploadPackage *)package successful:(BOOL)successful { - // If sending the package wasn't successful, we should keep track of these events. - if (!successful) { - return; - } - - dispatch_async(_queue, ^{ - NSSet *events = [package.events copy]; - for (GDTCOREvent *event in events) { - // We don't know what collection the event was contained in, so attempt removal from all. - [self.CCTEvents removeObject:event]; - [self.FLLEvents removeObject:event]; - [self.CSHEvents removeObject:event]; - } - }); -} - -- (void)packageExpired:(GDTCORUploadPackage *)package { - [self packageDelivered:package successful:YES]; -} - -@end diff --git a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTUploader.m b/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTUploader.m deleted file mode 100644 index f50c9bf53..000000000 --- a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTUploader.m +++ /dev/null @@ -1,441 +0,0 @@ -/* - * Copyright 2019 Google - * - * 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. - */ - -#import "GDTCCTLibrary/Private/GDTCCTUploader.h" - -#import -#import -#import - -#import -#import -#import - -#import "GDTCCTLibrary/Private/GDTCCTCompressionHelper.h" -#import "GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h" -#import "GDTCCTLibrary/Private/GDTCCTPrioritizer.h" - -#import "GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h" - -#ifdef GDTCCTSUPPORT_VERSION -#define STR(x) STR_EXPAND(x) -#define STR_EXPAND(x) #x -static NSString *const kGDTCCTSupportSDKVersion = @STR(GDTCCTSUPPORT_VERSION); -#else -static NSString *const kGDTCCTSupportSDKVersion = @"UNKNOWN"; -#endif // GDTCCTSUPPORT_VERSION - -#if !NDEBUG -NSNotificationName const GDTCCTUploadCompleteNotification = @"com.GDTCCTUploader.UploadComplete"; -#endif // #if !NDEBUG - -@interface GDTCCTUploader () - -// Redeclared as readwrite. -@property(nullable, nonatomic, readwrite) NSURLSessionUploadTask *currentTask; - -@end - -@implementation GDTCCTUploader - -+ (void)load { - GDTCCTUploader *uploader = [GDTCCTUploader sharedInstance]; - [[GDTCORRegistrar sharedInstance] registerUploader:uploader target:kGDTCORTargetCCT]; - [[GDTCORRegistrar sharedInstance] registerUploader:uploader target:kGDTCORTargetFLL]; - [[GDTCORRegistrar sharedInstance] registerUploader:uploader target:kGDTCORTargetCSH]; -} - -+ (instancetype)sharedInstance { - static GDTCCTUploader *sharedInstance; - static dispatch_once_t onceToken; - dispatch_once(&onceToken, ^{ - sharedInstance = [[GDTCCTUploader alloc] init]; - }); - return sharedInstance; -} - -- (instancetype)init { - self = [super init]; - if (self) { - _uploaderQueue = dispatch_queue_create("com.google.GDTCCTUploader", DISPATCH_QUEUE_SERIAL); - NSURLSessionConfiguration *config = [NSURLSessionConfiguration defaultSessionConfiguration]; - _uploaderSession = [NSURLSession sessionWithConfiguration:config - delegate:self - delegateQueue:nil]; - } - return self; -} - -/** - * - */ -- (nullable NSURL *)serverURLForTarget:(GDTCORTarget)target { - // These strings should be interleaved to construct the real URL. This is just to (hopefully) - // fool github URL scanning bots. - static NSURL *CCTServerURL; - static dispatch_once_t CCTOnceToken; - dispatch_once(&CCTOnceToken, ^{ - const char *p1 = "hts/frbslgiggolai.o/0clgbth"; - const char *p2 = "tp:/ieaeogn.ogepscmvc/o/ac"; - const char URL[54] = {p1[0], p2[0], p1[1], p2[1], p1[2], p2[2], p1[3], p2[3], p1[4], - p2[4], p1[5], p2[5], p1[6], p2[6], p1[7], p2[7], p1[8], p2[8], - p1[9], p2[9], p1[10], p2[10], p1[11], p2[11], p1[12], p2[12], p1[13], - p2[13], p1[14], p2[14], p1[15], p2[15], p1[16], p2[16], p1[17], p2[17], - p1[18], p2[18], p1[19], p2[19], p1[20], p2[20], p1[21], p2[21], p1[22], - p2[22], p1[23], p2[23], p1[24], p2[24], p1[25], p2[25], p1[26], '\0'}; - CCTServerURL = [NSURL URLWithString:[NSString stringWithUTF8String:URL]]; - }); - - static NSURL *FLLServerURL; - static dispatch_once_t FLLOnceToken; - dispatch_once(&FLLOnceToken, ^{ - const char *p1 = "hts/frbslgigp.ogepscmv/ieo/eaybtho"; - const char *p2 = "tp:/ieaeogn-agolai.o/1frlglgc/aclg"; - const char URL[69] = {p1[0], p2[0], p1[1], p2[1], p1[2], p2[2], p1[3], p2[3], p1[4], - p2[4], p1[5], p2[5], p1[6], p2[6], p1[7], p2[7], p1[8], p2[8], - p1[9], p2[9], p1[10], p2[10], p1[11], p2[11], p1[12], p2[12], p1[13], - p2[13], p1[14], p2[14], p1[15], p2[15], p1[16], p2[16], p1[17], p2[17], - p1[18], p2[18], p1[19], p2[19], p1[20], p2[20], p1[21], p2[21], p1[22], - p2[22], p1[23], p2[23], p1[24], p2[24], p1[25], p2[25], p1[26], p2[26], - p1[27], p2[27], p1[28], p2[28], p1[29], p2[29], p1[30], p2[30], p1[31], - p2[31], p1[32], p2[32], p1[33], p2[33], '\0'}; - FLLServerURL = [NSURL URLWithString:[NSString stringWithUTF8String:URL]]; - }); - - static NSURL *CSHServerURL; - static dispatch_once_t CSHOnceToken; - dispatch_once(&CSHOnceToken, ^{ - // These strings should be interleaved to construct the real URL. This is just to (hopefully) - // fool github URL scanning bots. - const char *p1 = "hts/cahyiseot-agolai.o/1frlglgc/aclg"; - const char *p2 = "tp:/rsltcrprsp.ogepscmv/ieo/eaybtho"; - const char URL[72] = {p1[0], p2[0], p1[1], p2[1], p1[2], p2[2], p1[3], p2[3], p1[4], - p2[4], p1[5], p2[5], p1[6], p2[6], p1[7], p2[7], p1[8], p2[8], - p1[9], p2[9], p1[10], p2[10], p1[11], p2[11], p1[12], p2[12], p1[13], - p2[13], p1[14], p2[14], p1[15], p2[15], p1[16], p2[16], p1[17], p2[17], - p1[18], p2[18], p1[19], p2[19], p1[20], p2[20], p1[21], p2[21], p1[22], - p2[22], p1[23], p2[23], p1[24], p2[24], p1[25], p2[25], p1[26], p2[26], - p1[27], p2[27], p1[28], p2[28], p1[29], p2[29], p1[30], p2[30], p1[31], - p2[31], p1[32], p2[32], p1[33], p2[33], p1[34], p2[34], p1[35], '\0'}; - CSHServerURL = [NSURL URLWithString:[NSString stringWithUTF8String:URL]]; - }); - -#if !NDEBUG - if (_testServerURL) { - return _testServerURL; - } -#endif // !NDEBUG - - switch (target) { - case kGDTCORTargetCCT: - return CCTServerURL; - - case kGDTCORTargetFLL: - return FLLServerURL; - - case kGDTCORTargetCSH: - return CSHServerURL; - - default: - GDTCORLogDebug(@"GDTCCTUploader doesn't support target %ld", (long)target); - return nil; - break; - } -} - -- (NSString *)FLLAndCSHAPIKey { - static NSString *defaultServerKey; - static dispatch_once_t onceToken; - dispatch_once(&onceToken, ^{ - // These strings should be interleaved to construct the real key. - const char *p1 = "AzSBG0honD6A-PxV5nBc"; - const char *p2 = "Iay44Iwtu2vV0AOrz1C"; - const char defaultKey[40] = {p1[0], p2[0], p1[1], p2[1], p1[2], p2[2], p1[3], p2[3], - p1[4], p2[4], p1[5], p2[5], p1[6], p2[6], p1[7], p2[7], - p1[8], p2[8], p1[9], p2[9], p1[10], p2[10], p1[11], p2[11], - p1[12], p2[12], p1[13], p2[13], p1[14], p2[14], p1[15], p2[15], - p1[16], p2[16], p1[17], p2[17], p1[18], p2[18], p1[19], '\0'}; - defaultServerKey = [NSString stringWithUTF8String:defaultKey]; - }); - return defaultServerKey; -} - -- (void)uploadPackage:(GDTCORUploadPackage *)package { - __block GDTCORBackgroundIdentifier bgID = GDTCORBackgroundIdentifierInvalid; - bgID = [[GDTCORApplication sharedApplication] - beginBackgroundTaskWithName:@"GDTCCTUploader-upload" - expirationHandler:^{ - if (bgID != GDTCORBackgroundIdentifierInvalid) { - // Cancel the upload and complete delivery. - [self.currentTask cancel]; - [self.currentUploadPackage completeDelivery]; - - // End the background task. - [[GDTCORApplication sharedApplication] endBackgroundTask:bgID]; - } - }]; - - dispatch_async(_uploaderQueue, ^{ - if (self->_currentTask || self->_currentUploadPackage) { - GDTCORLogWarning(GDTCORMCWUploadFailed, @"%@", - @"An upload shouldn't be initiated with another in progress."); - return; - } - GDTCORTarget target = package.target; - id completionHandler = ^(NSData *_Nullable data, NSURLResponse *_Nullable response, - NSError *_Nullable error) { - GDTCORLogDebug(@"%@", @"CCT: request completed"); - if (error) { - GDTCORLogWarning(GDTCORMCWUploadFailed, @"There was an error uploading events: %@", error); - } - NSError *decodingError; - GDTCORClock *futureUploadTime; - if (data) { - gdt_cct_LogResponse logResponse = GDTCCTDecodeLogResponse(data, &decodingError); - if (!decodingError && logResponse.has_next_request_wait_millis) { - GDTCORLogDebug( - @"CCT: The backend responded asking to not upload for %lld millis from now.", - logResponse.next_request_wait_millis); - futureUploadTime = - [GDTCORClock clockSnapshotInTheFuture:logResponse.next_request_wait_millis]; - } else if (decodingError) { - GDTCORLogDebug(@"There was a response decoding error: %@", decodingError); - } - pb_release(gdt_cct_LogResponse_fields, &logResponse); - } - if (!futureUploadTime) { - GDTCORLogDebug(@"%@", @"CCT: The backend response failed to parse, so the next request " - @"won't occur until 15 minutes from now"); - // 15 minutes from now. - futureUploadTime = [GDTCORClock clockSnapshotInTheFuture:15 * 60 * 1000]; - } - switch (target) { - case kGDTCORTargetCCT: - self->_CCTNextUploadTime = futureUploadTime; - break; - - case kGDTCORTargetFLL: - // Falls through. - case kGDTCORTargetCSH: - self->_FLLNextUploadTime = futureUploadTime; - default: - break; - } - - // Only retry if one of these codes is returned, or there was an error. - if (error || ((NSHTTPURLResponse *)response).statusCode == 429 || - ((NSHTTPURLResponse *)response).statusCode == 503) { - [package retryDeliveryInTheFuture]; - } else { -#if !NDEBUG - // Post a notification when in DEBUG mode to state how many packages were uploaded. Useful - // for validation during tests. - [[NSNotificationCenter defaultCenter] postNotificationName:GDTCCTUploadCompleteNotification - object:@(package.events.count)]; -#endif // #if !NDEBUG - GDTCORLogDebug(@"%@", @"CCT: package delivered"); - [package completeDelivery]; - } - - // End the background task if there was one. - if (bgID != GDTCORBackgroundIdentifierInvalid) { - [[GDTCORApplication sharedApplication] endBackgroundTask:bgID]; - bgID = GDTCORBackgroundIdentifierInvalid; - } - self.currentTask = nil; - self.currentUploadPackage = nil; - }; - self->_currentUploadPackage = package; - NSData *requestProtoData = - [self constructRequestProtoFromPackage:(GDTCORUploadPackage *)package]; - NSData *gzippedData = [GDTCCTCompressionHelper gzippedData:requestProtoData]; - BOOL usingGzipData = gzippedData != nil && gzippedData.length < requestProtoData.length; - NSData *dataToSend = usingGzipData ? gzippedData : requestProtoData; - NSURLRequest *request = [self constructRequestForTarget:target data:dataToSend]; - GDTCORLogDebug(@"CTT: request created: %@", request); - self.currentTask = [self.uploaderSession uploadTaskWithRequest:request - fromData:dataToSend - completionHandler:completionHandler]; - GDTCORLogDebug(@"%@", @"CCT: The upload task is about to begin."); - [self.currentTask resume]; - }); -} - -- (BOOL)readyToUploadTarget:(GDTCORTarget)target conditions:(GDTCORUploadConditions)conditions { - __block BOOL result = NO; - NSSet *CSHEvents = [[GDTCCTPrioritizer sharedInstance] eventsForTarget:kGDTCORTargetCSH]; - dispatch_sync(_uploaderQueue, ^{ - if (target == kGDTCORTargetCSH) { - result = CSHEvents.count > 0; - return; - } - - if (self->_currentUploadPackage) { - result = NO; - GDTCORLogDebug(@"%@", @"CCT: can't upload because a package is in flight"); - return; - } - if (self->_currentTask) { - result = NO; - GDTCORLogDebug(@"%@", @"CCT: can't upload because a task is in progress"); - return; - } - if ((conditions & GDTCORUploadConditionHighPriority) == GDTCORUploadConditionHighPriority) { - result = YES; - GDTCORLogDebug(@"%@", @"CCT: a high priority event is allowing an upload"); - return; - } - switch (target) { - case kGDTCORTargetCCT: - if (self->_CCTNextUploadTime) { - result = [[GDTCORClock snapshot] isAfter:self->_CCTNextUploadTime]; - } - break; - - case kGDTCORTargetFLL: - if (self->_FLLNextUploadTime) { - result = [[GDTCORClock snapshot] isAfter:self->_FLLNextUploadTime]; - } - break; - - default: - // The CSH backend should be handled above. - break; - } - if (result) { - GDTCORLogDebug(@"CCT: can upload to target %ld because the request wait time has transpired", - (long)target); - } else { - GDTCORLogDebug(@"CCT: can't upload to target %ld because the backend asked to wait", - (long)target); - } - result = YES; - GDTCORLogDebug(@"CCT: can upload to target %ld because nothing is preventing it", (long)target); - }); - return result; -} - -#pragma mark - Private helper methods - -/** Constructs data given an upload package. - * - * @param package The upload package used to construct the request proto bytes. - * @return Proto bytes representing a gdt_cct_LogRequest object. - */ -- (nonnull NSData *)constructRequestProtoFromPackage:(GDTCORUploadPackage *)package { - // Segment the log events by log type. - NSMutableDictionary *> *logMappingIDToLogSet = - [[NSMutableDictionary alloc] init]; - [package.events enumerateObjectsUsingBlock:^(GDTCOREvent *_Nonnull event, BOOL *_Nonnull stop) { - NSMutableSet *logSet = logMappingIDToLogSet[event.mappingID]; - logSet = logSet ? logSet : [[NSMutableSet alloc] init]; - [logSet addObject:event]; - logMappingIDToLogSet[event.mappingID] = logSet; - }]; - - gdt_cct_BatchedLogRequest batchedLogRequest = - GDTCCTConstructBatchedLogRequest(logMappingIDToLogSet); - - NSData *data = GDTCCTEncodeBatchedLogRequest(&batchedLogRequest); - pb_release(gdt_cct_BatchedLogRequest_fields, &batchedLogRequest); - return data ? data : [[NSData alloc] init]; -} - -/** Constructs a request to FLL given a URL and request body data. - * - * @param target The target backend to send the request to. - * @param data The request body data. - * @return A new NSURLRequest ready to be sent to FLL. - */ -- (NSURLRequest *)constructRequestForTarget:(GDTCORTarget)target data:(NSData *)data { - NSURL *URL = [self serverURLForTarget:target]; - NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:URL]; - NSString *targetString; - switch (target) { - case kGDTCORTargetCCT: - targetString = @"cct"; - break; - - case kGDTCORTargetFLL: - targetString = @"fll"; - break; - - case kGDTCORTargetCSH: - targetString = @"csh"; - break; - - default: - targetString = @"unknown"; - break; - } - NSString *userAgent = - [NSString stringWithFormat:@"datatransport/%@ %@support/%@ apple/", kGDTCORVersion, - targetString, kGDTCCTSupportSDKVersion]; - if (target == kGDTCORTargetFLL || target == kGDTCORTargetCSH) { - [request setValue:[self FLLAndCSHAPIKey] forHTTPHeaderField:@"X-Goog-Api-Key"]; - } - if ([GDTCCTCompressionHelper isGzipped:data]) { - [request setValue:@"gzip" forHTTPHeaderField:@"Content-Encoding"]; - } - [request setValue:@"application/x-protobuf" forHTTPHeaderField:@"Content-Type"]; - [request setValue:@"gzip" forHTTPHeaderField:@"Accept-Encoding"]; - [request setValue:userAgent forHTTPHeaderField:@"User-Agent"]; - request.HTTPMethod = @"POST"; - [request setHTTPBody:data]; - return request; -} - -#pragma mark - GDTCORUploadPackageProtocol - -- (void)packageExpired:(GDTCORUploadPackage *)package { - dispatch_async(_uploaderQueue, ^{ - [self.currentTask cancel]; - self.currentTask = nil; - self.currentUploadPackage = nil; - }); -} - -#pragma mark - GDTCORLifecycleProtocol - -- (void)appWillTerminate:(GDTCORApplication *)application { - dispatch_sync(_uploaderQueue, ^{ - [self.currentTask cancel]; - [self.currentUploadPackage completeDelivery]; - }); -} - -#pragma mark - NSURLSessionDelegate - -- (void)URLSession:(NSURLSession *)session - task:(NSURLSessionTask *)task - willPerformHTTPRedirection:(NSHTTPURLResponse *)response - newRequest:(NSURLRequest *)request - completionHandler:(void (^)(NSURLRequest *_Nullable))completionHandler { - if (!completionHandler) { - return; - } - if (response.statusCode == 302 || response.statusCode == 301) { - if ([request.URL isEqual:[self serverURLForTarget:kGDTCORTargetFLL]]) { - NSURLRequest *newRequest = [self constructRequestForTarget:kGDTCORTargetCCT - data:task.originalRequest.HTTPBody]; - completionHandler(newRequest); - } - } else { - completionHandler(request); - } -} - -@end diff --git a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTPrioritizer.h b/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTPrioritizer.h deleted file mode 100644 index 7b7921b3b..000000000 --- a/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTPrioritizer.h +++ /dev/null @@ -1,53 +0,0 @@ -/* - * Copyright 2019 Google - * - * 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. - */ - -#import - -#import -#import -#import -#import - -NS_ASSUME_NONNULL_BEGIN - -/** Manages the prioritization of events from GoogleDataTransport. */ -@interface GDTCCTPrioritizer : NSObject - -/** The queue on which this prioritizer operates. */ -@property(nonatomic) dispatch_queue_t queue; - -/** The most recent attempted upload of CCT daily uploaded logs. */ -@property(nonatomic) GDTCORClock *CCTTimeOfLastDailyUpload; - -/** The most recent attempted upload of FLL daily uploaded logs*/ -@property(nonatomic) GDTCORClock *FLLOfLastDailyUpload; - -/** Creates and/or returns the singleton instance of this class. - * - * @return The singleton instance of this class. - */ -+ (instancetype)sharedInstance; - -/** Returns a set of events that have been prioritized for the given target. - * - * @param target The target to check. CCT, FLL, and CSH are currently supported by this class. - * @return The set of events prioritized so far. - */ -- (nullable NSSet *)eventsForTarget:(GDTCORTarget)target; - -NS_ASSUME_NONNULL_END - -@end diff --git a/ios/Pods/GoogleDataTransportCCTSupport/LICENSE b/ios/Pods/GoogleDataTransportCCTSupport/LICENSE deleted file mode 100644 index d64569567..000000000 --- a/ios/Pods/GoogleDataTransportCCTSupport/LICENSE +++ /dev/null @@ -1,202 +0,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. diff --git a/ios/Pods/GoogleDataTransportCCTSupport/README.md b/ios/Pods/GoogleDataTransportCCTSupport/README.md deleted file mode 100644 index d778205ff..000000000 --- a/ios/Pods/GoogleDataTransportCCTSupport/README.md +++ /dev/null @@ -1,311 +0,0 @@ -[![Version](https://img.shields.io/cocoapods/v/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) -[![License](https://img.shields.io/cocoapods/l/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) -[![Platform](https://img.shields.io/cocoapods/p/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) - -[![Actions Status][gh-abtesting-badge]][gh-actions] -[![Actions Status][gh-auth-badge]][gh-actions] -[![Actions Status][gh-core-badge]][gh-actions] -[![Actions Status][gh-crashlytics-badge]][gh-actions] -[![Actions Status][gh-database-badge]][gh-actions] -[![Actions Status][gh-datatransport-badge]][gh-actions] -[![Actions Status][gh-dynamiclinks-badge]][gh-actions] -[![Actions Status][gh-firebasepod-badge]][gh-actions] -[![Actions Status][gh-firestore-badge]][gh-actions] -[![Actions Status][gh-functions-badge]][gh-actions] -[![Actions Status][gh-inappmessaging-badge]][gh-actions] -[![Actions Status][gh-interop-badge]][gh-actions] -[![Actions Status][gh-messaging-badge]][gh-actions] -[![Actions Status][gh-remoteconfig-badge]][gh-actions] -[![Actions Status][gh-storage-badge]][gh-actions] -[![Actions Status][gh-symbolcollision-badge]][gh-actions] -[![Actions Status][gh-zip-badge]][gh-actions] -[![Travis](https://travis-ci.org/firebase/firebase-ios-sdk.svg?branch=master)](https://travis-ci.org/firebase/firebase-ios-sdk) - -# Firebase Apple Open Source Development - -This repository contains all Apple platform Firebase SDK source except FirebaseAnalytics, -FirebasePerformance, and FirebaseML. - -The repository also includes GoogleUtilities source. The -[GoogleUtilities](GoogleUtilities/README.md) pod is -a set of utilities used by Firebase and other Google products. - -Firebase is an app development platform with tools to help you build, grow and -monetize your app. More information about Firebase can be found at -[https://firebase.google.com](https://firebase.google.com). - -## Installation - -See the three subsections for details about three different installation methods. -1. [Standard pod install](README.md#standard-pod-install) -1. [Installing from the GitHub repo](README.md#installing-from-github) -1. [Experimental Carthage](README.md#carthage-ios-only) - -### Standard pod install - -Go to -[https://firebase.google.com/docs/ios/setup](https://firebase.google.com/docs/ios/setup). - -### Installing from GitHub - -For releases starting with 5.0.0, the source for each release is also deployed -to CocoaPods master and available via standard -[CocoaPods Podfile syntax](https://guides.cocoapods.org/syntax/podfile.html#pod). - -These instructions can be used to access the Firebase repo at other branches, -tags, or commits. - -#### Background - -See -[the Podfile Syntax Reference](https://guides.cocoapods.org/syntax/podfile.html#pod) -for instructions and options about overriding pod source locations. - -#### Accessing Firebase Source Snapshots - -All of the official releases are tagged in this repo and available via CocoaPods. To access a local -source snapshot or unreleased branch, use Podfile directives like the following: - -To access FirebaseFirestore via a branch: -``` -pod 'FirebaseCore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master' -pod 'FirebaseFirestore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master' -``` - -To access FirebaseMessaging via a checked out version of the firebase-ios-sdk repo do: - -``` -pod 'FirebaseCore', :path => '/path/to/firebase-ios-sdk' -pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk' -``` - -### Carthage (iOS only) - -Instructions for the experimental Carthage distribution are at -[Carthage](Carthage.md). - -### Rome - -Instructions for installing binary frameworks via -[Rome](https://github.com/CocoaPods/Rome) are at [Rome](Rome.md). - -### Using Firebase from a Framework or a library - -[Using Firebase from a Framework or a library](docs/firebase_in_libraries.md) - -## Development - -To develop Firebase software in this repository, ensure that you have at least -the following software: - - * Xcode 10.3 (or later) - * CocoaPods 1.7.2 (or later) - * [CocoaPods generate](https://github.com/square/cocoapods-generate) - -For the pod that you want to develop: - -`pod gen Firebase{name here}.podspec --local-sources=./ --auto-open --platforms=ios` - -Note: If the CocoaPods cache is out of date, you may need to run -`pod repo update` before the `pod gen` command. - -Note: Set the `--platforms` option to `macos` or `tvos` to develop/test for -those platforms. Since 10.2, Xcode does not properly handle multi-platform -CocoaPods workspaces. - -Firestore has a self contained Xcode project. See -[Firestore/README.md](Firestore/README.md). - -### Development for Catalyst -* `pod gen {name here}.podspec --local-sources=./ --auto-open --platforms=ios` -* Check the Mac box in the App-iOS Build Settings -* Sign the App in the Settings Signing & Capabilities tab -* Click Pods in the Project Manager -* Add Signing to the iOS host app and unit test targets -* Select the Unit-unit scheme -* Run it to build and test - -### Adding a New Firebase Pod - -See [AddNewPod.md](AddNewPod.md). - -### Managing Headers and Imports - -See [HeadersImports.md](HeadersImports.md). - -### Code Formatting - -To ensure that the code is formatted consistently, run the script -[./scripts/style.sh](https://github.com/firebase/firebase-ios-sdk/blob/master/scripts/style.sh) -before creating a PR. - -Travis will verify that any code changes are done in a style compliant way. Install -`clang-format` and `swiftformat`. -These commands will get the right versions: - -``` -brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/c6f1cbd/Formula/clang-format.rb -brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/c13eda8/Formula/swiftformat.rb -``` - -Note: if you already have a newer version of these installed you may need to -`brew switch` to this version. - -To update this section, find the versions of clang-format and swiftformat.rb to -match the versions in the CI failure logs -[here](https://github.com/Homebrew/homebrew-core/tree/master/Formula). - -### Running Unit Tests - -Select a scheme and press Command-u to build a component and run its unit tests. - -#### Viewing Code Coverage (Deprecated) - -First, make sure that [xcov](https://github.com/nakiostudio/xcov) is installed with `gem install xcov`. - -After running the `AllUnitTests_iOS` scheme in Xcode, execute -`xcov --workspace Firebase.xcworkspace --scheme AllUnitTests_iOS --output_directory xcov_output` -at Example/ in the terminal. This will aggregate the coverage, and you can run `open xcov_output/index.html` to see the results. - -### Running Sample Apps -In order to run the sample apps and integration tests, you'll need valid -`GoogleService-Info.plist` files for those samples. The Firebase Xcode project contains dummy plist -files without real values, but can be replaced with real plist files. To get your own -`GoogleService-Info.plist` files: - -1. Go to the [Firebase Console](https://console.firebase.google.com/) -2. Create a new Firebase project, if you don't already have one -3. For each sample app you want to test, create a new Firebase app with the sample app's bundle -identifier (e.g. `com.google.Database-Example`) -4. Download the resulting `GoogleService-Info.plist` and replace the appropriate dummy plist file -(e.g. in [Example/Database/App/](Example/Database/App/)); - -Some sample apps like Firebase Messaging ([Example/Messaging/App](Example/Messaging/App)) require -special Apple capabilities, and you will have to change the sample app to use a unique bundle -identifier that you can control in your own Apple Developer account. - -## Specific Component Instructions -See the sections below for any special instructions for those components. - -### Firebase Auth - -If you're doing specific Firebase Auth development, see -[the Auth Sample README](FirebaseAuth/Tests/Sample/README.md) for instructions about -building and running the FirebaseAuth pod along with various samples and tests. - -### Firebase Database - -The Firebase Database Integration tests can be run against a locally running Database Emulator -or against a production instance. - -To run against a local emulator instance, invoke `./scripts/run_database_emulator.sh start` before -running the integration test. - -To run against a production instance, provide a valid GoogleServices-Info.plist and copy it to -`Example/Database/App/GoogleService-Info.plist`. Your Security Rule must be set to -[public](https://firebase.google.com/docs/database/security/quickstart) while your tests are -running. - -### Firebase Storage - -To run the Storage Integration tests, follow the instructions in -[FIRStorageIntegrationTests.m](FirebaseStorage/Tests/Integration/FIRStorageIntegrationTests.m). - -#### Push Notifications - -Push notifications can only be delivered to specially provisioned App IDs in the developer portal. -In order to actually test receiving push notifications, you will need to: - -1. Change the bundle identifier of the sample app to something you own in your Apple Developer -account, and enable that App ID for push notifications. -2. You'll also need to -[upload your APNs Provider Authentication Key or certificate to the Firebase Console](https://firebase.google.com/docs/cloud-messaging/ios/certs) -at **Project Settings > Cloud Messaging > [Your Firebase App]**. -3. Ensure your iOS device is added to your Apple Developer portal as a test device. - -#### iOS Simulator - -The iOS Simulator cannot register for remote notifications, and will not receive push notifications. -In order to receive push notifications, you'll have to follow the steps above and run the app on a -physical device. - -## Community Supported Efforts - -We've seen an amazing amount of interest and contributions to improve the Firebase SDKs, and we are -very grateful! We'd like to empower as many developers as we can to be able to use Firebase and -participate in the Firebase community. - -### tvOS, macOS, watchOS and Catalyst -Thanks to contributions from the community, many of Firebase SDKs now compile, run unit tests, and work on -tvOS, macOS, watchOS and Catalyst. - -For tvOS, checkout the [Sample](Example/tvOSSample). -For watchOS, currently only Messaging and Storage (and their dependencies) have limited support. Checkout the -[Independent Watch App Sample](Example/watchOSSample). - -Keep in mind that macOS, tvOS, watchOS and Catalyst are not officially supported by Firebase, and this -repository is actively developed primarily for iOS. While we can catch basic unit test issues with -Travis, there may be some changes where the SDK no longer works as expected on macOS, tvOS or watchOS. If you -encounter this, please [file an issue](https://github.com/firebase/firebase-ios-sdk/issues). - -During app setup in the console, you may get to a step that mentions something like "Checking if the app -has communicated with our servers". This relies on Analytics and will not work on macOS/tvOS/watchOS/Catalyst. -**It's safe to ignore the message and continue**, the rest of the SDKs will work as expected. - -To install, add a subset of the following to the Podfile: - -``` -pod 'Firebase/ABTesting' # No watchOS support yet -pod 'Firebase/Auth' # No watchOS support yet -pod 'Firebase/Crashlytics' # No watchOS support yet -pod 'Firebase/Database' # No watchOS support yet -pod 'Firebase/Firestore' # No watchOS support yet -pod 'Firebase/Functions' # No watchOS support yet -pod 'Firebase/Messaging' -pod 'Firebase/RemoteConfig' # No watchOS support yet -pod 'Firebase/Storage' -``` - -#### Additional Catalyst Notes - -* FirebaseAuth and FirebaseMessaging require adding `Keychain Sharing Capability` -to Build Settings. -* FirebaseFirestore requires signing the -[gRPC Resource target](https://github.com/firebase/firebase-ios-sdk/issues/3500#issuecomment-518741681). - -## Roadmap - -See [Roadmap](ROADMAP.md) for more about the Firebase iOS SDK Open Source -plans and directions. - -## Contributing - -See [Contributing](CONTRIBUTING.md) for more information on contributing to the Firebase -iOS SDK. - -## License - -The contents of this repository is licensed under the -[Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0). - -Your use of Firebase is governed by the -[Terms of Service for Firebase Services](https://firebase.google.com/terms/). - -[gh-actions]: https://github.com/firebase/firebase-ios-sdk/actions -[gh-abtesting-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/abtesting/badge.svg -[gh-auth-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/auth/badge.svg -[gh-core-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/core/badge.svg -[gh-crashlytics-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/crashlytics/badge.svg -[gh-database-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/database/badge.svg -[gh-datatransport-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/datatransport/badge.svg -[gh-dynamiclinks-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/dynamiclinks/badge.svg -[gh-firebasepod-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/firebasepod/badge.svg -[gh-firestore-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/firestore/badge.svg -[gh-functions-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/functions/badge.svg -[gh-inappmessaging-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/inappmessaging/badge.svg -[gh-interop-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/interop/badge.svg -[gh-messaging-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/messaging/badge.svg -[gh-remoteconfig-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/remoteconfig/badge.svg -[gh-storage-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/storage/badge.svg -[gh-symbolcollision-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/symbolcollision/badge.svg -[gh-zip-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/zip/badge.svg diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m b/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m index ca551aca2..88ea0690a 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m @@ -15,12 +15,13 @@ #import #import "GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h" -#import "GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h" +#import "GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULAppDelegateSwizzler.h" #import "GoogleUtilities/Common/GULLoggerCodes.h" -#import "GoogleUtilities/Environment/Private/GULAppEnvironmentUtil.h" -#import "GoogleUtilities/Logger/Private/GULLogger.h" -#import "GoogleUtilities/Network/Private/GULMutableDictionary.h" +#import "GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h" +#import "GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h" +#import "GoogleUtilities/Network/Public/GoogleUtilities/GULMutableDictionary.h" +#import #import // Implementations need to be typed before calling the implementation directly to cast the @@ -882,24 +883,72 @@ static dispatch_once_t sProxyAppDelegateRemoteNotificationOnceToken; didReceiveRemoteNotificationWithCompletionIMP = [didReceiveRemoteNotificationWithCompletionIMPPointer pointerValue]; + dispatch_group_t __block callbackGroup = dispatch_group_create(); + NSMutableArray *__block fetchResults = [NSMutableArray array]; + + void (^localCompletionHandler)(UIBackgroundFetchResult) = + ^void(UIBackgroundFetchResult fetchResult) { + [fetchResults addObject:[NSNumber numberWithInt:(int)fetchResult]]; + dispatch_group_leave(callbackGroup); + }; + // Notify interceptors. [GULAppDelegateSwizzler notifyInterceptorsWithMethodSelector:methodSelector callback:^(id interceptor) { + dispatch_group_enter(callbackGroup); + NSInvocation *invocation = [GULAppDelegateSwizzler appDelegateInvocationForSelector:methodSelector]; [invocation setTarget:interceptor]; [invocation setSelector:methodSelector]; [invocation setArgument:(void *)(&application) atIndex:2]; [invocation setArgument:(void *)(&userInfo) atIndex:3]; - [invocation setArgument:(void *)(&completionHandler) atIndex:4]; + [invocation setArgument:(void *)(&localCompletionHandler) + atIndex:4]; [invocation invoke]; }]; // Call the real implementation if the real App Delegate has any. if (didReceiveRemoteNotificationWithCompletionIMP) { + dispatch_group_enter(callbackGroup); + didReceiveRemoteNotificationWithCompletionIMP(self, methodSelector, application, userInfo, - completionHandler); + localCompletionHandler); } + + dispatch_group_notify(callbackGroup, dispatch_get_main_queue(), ^() { + BOOL allFetchesFailed = YES; + BOOL anyFetchHasNewData = NO; + + for (NSNumber *oneResult in fetchResults) { + UIBackgroundFetchResult result = oneResult.intValue; + + switch (result) { + case UIBackgroundFetchResultNoData: + allFetchesFailed = NO; + break; + case UIBackgroundFetchResultNewData: + allFetchesFailed = NO; + anyFetchHasNewData = YES; + break; + case UIBackgroundFetchResultFailed: + + break; + } + } + + UIBackgroundFetchResult finalFetchResult = UIBackgroundFetchResultNoData; + + if (allFetchesFailed) { + finalFetchResult = UIBackgroundFetchResultFailed; + } else if (anyFetchHasNewData) { + finalFetchResult = UIBackgroundFetchResultNewData; + } else { + finalFetchResult = UIBackgroundFetchResultNoData; + } + + completionHandler(finalFetchResult); + }); } #endif // !TARGET_OS_WATCH && !TARGET_OS_OSX diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/SceneDelegateSwizzler/GULSceneDelegateSwizzler.m b/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/GULSceneDelegateSwizzler.m similarity index 97% rename from ios/Pods/GoogleUtilities/GoogleUtilities/SceneDelegateSwizzler/GULSceneDelegateSwizzler.m rename to ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/GULSceneDelegateSwizzler.m index 134caa98d..36ba1ca17 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/SceneDelegateSwizzler/GULSceneDelegateSwizzler.m +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/GULSceneDelegateSwizzler.m @@ -14,13 +14,14 @@ #import -#import "GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h" +#import "GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULSceneDelegateSwizzler.h" + +#import "GoogleUtilities/AppDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h" +#import "GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULAppDelegateSwizzler.h" #import "GoogleUtilities/Common/GULLoggerCodes.h" -#import "GoogleUtilities/Environment/Private/GULAppEnvironmentUtil.h" -#import "GoogleUtilities/Logger/Private/GULLogger.h" -#import "GoogleUtilities/Network/Private/GULMutableDictionary.h" -#import "GoogleUtilities/SceneDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h" -#import "GoogleUtilities/SceneDelegateSwizzler/Private/GULSceneDelegateSwizzler.h" +#import "GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h" +#import "GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h" +#import "GoogleUtilities/Network/Public/GoogleUtilities/GULMutableDictionary.h" #import diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h b/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h index eb3abb1e7..38e931540 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h @@ -15,8 +15,8 @@ */ #import -#import "GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h" -#import "GoogleUtilities/Network/Private/GULMutableDictionary.h" +#import "GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULAppDelegateSwizzler.h" +#import "GoogleUtilities/Network/Public/GoogleUtilities/GULMutableDictionary.h" @class GULApplication; diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/SceneDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h b/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h similarity index 88% rename from ios/Pods/GoogleUtilities/GoogleUtilities/SceneDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h index 62f214ab4..89896f70f 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/SceneDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h @@ -15,8 +15,8 @@ */ #import -#import "GoogleUtilities/Network/Private/GULMutableDictionary.h" -#import "GoogleUtilities/SceneDelegateSwizzler/Private/GULSceneDelegateSwizzler.h" +#import "GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULSceneDelegateSwizzler.h" +#import "GoogleUtilities/Network/Public/GoogleUtilities/GULMutableDictionary.h" NS_ASSUME_NONNULL_BEGIN diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h b/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULAppDelegateSwizzler.h similarity index 96% rename from ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULAppDelegateSwizzler.h index b15925f44..58dec4927 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULAppDelegateSwizzler.h @@ -16,11 +16,7 @@ #import -#if SWIFT_PACKAGE -#import "GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h" -#else -#import -#endif +#import "GULApplication.h" NS_ASSUME_NONNULL_BEGIN diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h b/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULApplication.h similarity index 100% rename from ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULApplication.h diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/SceneDelegateSwizzler/Private/GULSceneDelegateSwizzler.h b/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULSceneDelegateSwizzler.h similarity index 97% rename from ios/Pods/GoogleUtilities/GoogleUtilities/SceneDelegateSwizzler/Private/GULSceneDelegateSwizzler.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULSceneDelegateSwizzler.h index 420b3e76c..ed080a397 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/SceneDelegateSwizzler/Private/GULSceneDelegateSwizzler.h +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULSceneDelegateSwizzler.h @@ -14,6 +14,9 @@ * limitations under the License. */ +#import +#import + #if !TARGET_OS_OSX #import #endif // !TARGET_OS_OSX diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/GULHeartbeatDateStorage.m b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/GULHeartbeatDateStorage.m index b49dbf321..7ac08f93c 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/GULHeartbeatDateStorage.m +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/GULHeartbeatDateStorage.m @@ -14,8 +14,10 @@ * limitations under the License. */ -#import "GoogleUtilities/Environment/Private/GULHeartbeatDateStorage.h" -#import "GoogleUtilities/Environment/Private/GULSecureCoding.h" +#import "GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorage.h" +#import "GoogleUtilities/Environment/Public/GoogleUtilities/GULSecureCoding.h" + +NSString *const kGULHeartbeatStorageDirectory = @"Google/FIRApp"; @interface GULHeartbeatDateStorage () /** The storage to store the date of the last sent heartbeat. */ @@ -29,9 +31,7 @@ @synthesize fileURL = _fileURL; - (instancetype)initWithFileName:(NSString *)fileName { - if (fileName == nil) { - return nil; - } + if (fileName == nil) return nil; self = [super init]; if (self) { @@ -41,46 +41,47 @@ return self; } -/** Lazy getter for fileURL +/** Lazy getter for fileURL. * @return fileURL where heartbeat information is stored. */ - (NSURL *)fileURL { if (!_fileURL) { - NSURL *directoryURL = [[self class] directoryPathURL]; - [[self class] checkAndCreateDirectory:directoryURL fileCoordinator:_fileCoordinator]; + NSURL *directoryURL = [self directoryPathURL]; + [self checkAndCreateDirectory:directoryURL]; _fileURL = [directoryURL URLByAppendingPathComponent:_fileName]; } return _fileURL; } -/** Returns the URL path of the Application Support folder. - * @return the URL path of Application Support. +/** Returns the URL path of the directory for heartbeat storage data. + * @return the URL path of the directory for heartbeat storage data. */ -+ (NSURL *)directoryPathURL { - NSArray *paths = - NSSearchPathForDirectoriesInDomains(NSApplicationSupportDirectory, NSUserDomainMask, YES); - NSArray *components = @[ paths.lastObject, @"Google/FIRApp" ]; - NSString *directoryString = [NSString pathWithComponents:components]; - NSURL *directoryURL = [NSURL fileURLWithPath:directoryString]; +- (NSURL *)directoryPathURL { + NSArray *paths; +#if TARGET_OS_TV + paths = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES); +#else + paths = NSSearchPathForDirectoriesInDomains(NSApplicationSupportDirectory, NSUserDomainMask, YES); +#endif // TARGET_OS_TV + NSString *rootPath = [paths lastObject]; + NSURL *rootURL = [NSURL fileURLWithPath:rootPath]; + NSURL *directoryURL = [rootURL URLByAppendingPathComponent:kGULHeartbeatStorageDirectory]; return directoryURL; } -/** Checks and creates a directory for the directory specified by the - * directory url - * @param directoryPathURL The path to the directory which needs to be created. - * @param fileCoordinator The fileCoordinator object to coordinate writes to the directory. +/** Check for the existence of the directory specified by the URL, and create it if it does not + * exist. + * @param directoryPathURL The path to the directory that needs to exist. */ -+ (void)checkAndCreateDirectory:(NSURL *)directoryPathURL - fileCoordinator:(NSFileCoordinator *)fileCoordinator { +- (void)checkAndCreateDirectory:(NSURL *)directoryPathURL { NSError *fileCoordinatorError = nil; - [fileCoordinator + [self.fileCoordinator coordinateWritingItemAtURL:directoryPathURL options:0 error:&fileCoordinatorError byAccessor:^(NSURL *writingDirectoryURL) { NSError *error; if (![writingDirectoryURL checkResourceIsReachableAndReturnError:&error]) { - // If fail creating the Application Support directory, log warning. NSError *error; [[NSFileManager defaultManager] createDirectoryAtURL:writingDirectoryURL withIntermediateDirectories:YES @@ -90,65 +91,77 @@ }]; } -- (nullable NSMutableDictionary *)heartbeatDictionaryWithFileURL:(NSURL *)readingFileURL { - NSError *error; - NSMutableDictionary *dict; - NSData *objectData = [NSData dataWithContentsOfURL:readingFileURL options:0 error:&error]; - if (objectData == nil || error != nil) { - dict = [NSMutableDictionary dictionary]; - } else { - dict = [GULSecureCoding - unarchivedObjectOfClasses:[NSSet setWithArray:@[ NSDictionary.class, NSDate.class ]] - fromData:objectData - error:&error]; - if (dict == nil || error != nil) { - dict = [NSMutableDictionary dictionary]; - } - } - return dict; -} - - (nullable NSDate *)heartbeatDateForTag:(NSString *)tag { - __block NSMutableDictionary *dict; + __block NSDictionary *heartbeatDictionary; NSError *error; [self.fileCoordinator coordinateReadingItemAtURL:self.fileURL options:0 error:&error byAccessor:^(NSURL *readingURL) { - dict = [self heartbeatDictionaryWithFileURL:readingURL]; + heartbeatDictionary = + [self heartbeatDictionaryWithFileURL:readingURL]; }]; - return dict[tag]; + NSDate *heartbeatDate = heartbeatDictionary[tag]; + if (![heartbeatDate isKindOfClass:[NSDate class]]) { + return nil; + } + return heartbeatDate; } - (BOOL)setHearbeatDate:(NSDate *)date forTag:(NSString *)tag { NSError *error; __block BOOL isSuccess = false; - [self.fileCoordinator coordinateReadingItemAtURL:self.fileURL - options:0 - writingItemAtURL:self.fileURL - options:0 - error:&error - byAccessor:^(NSURL *readingURL, NSURL *writingURL) { - NSMutableDictionary *dictionary = - [self heartbeatDictionaryWithFileURL:readingURL]; - dictionary[tag] = date; - NSError *error; - isSuccess = [self writeDictionary:dictionary - forWritingURL:writingURL - error:&error]; - }]; + [self.fileCoordinator + coordinateReadingItemAtURL:self.fileURL + options:0 + writingItemAtURL:self.fileURL + options:0 + error:&error + byAccessor:^(NSURL *readingURL, NSURL *writingURL) { + NSMutableDictionary *heartbeatDictionary = + [[self heartbeatDictionaryWithFileURL:readingURL] mutableCopy]; + heartbeatDictionary[tag] = date; + NSError *error; + isSuccess = [self writeDictionary:[heartbeatDictionary copy] + forWritingURL:writingURL + error:&error]; + }]; return isSuccess; } -- (BOOL)writeDictionary:(NSMutableDictionary *)dictionary +- (NSDictionary *)heartbeatDictionaryWithFileURL:(NSURL *)readingFileURL { + NSDictionary *heartbeatDictionary; + + NSError *error; + NSData *objectData = [NSData dataWithContentsOfURL:readingFileURL options:0 error:&error]; + + if (objectData.length > 0 && error == nil) { + NSSet *objectClasses = [NSSet setWithArray:@[ NSDictionary.class, NSDate.class ]]; + heartbeatDictionary = [GULSecureCoding unarchivedObjectOfClasses:objectClasses + fromData:objectData + error:&error]; + } + + if (heartbeatDictionary.count == 0 || error != nil) { + heartbeatDictionary = [NSDictionary dictionary]; + } + + return heartbeatDictionary; +} + +- (BOOL)writeDictionary:(NSDictionary *)dictionary forWritingURL:(NSURL *)writingFileURL error:(NSError **)outError { - NSData *data = [GULSecureCoding archivedDataWithRootObject:dictionary error:outError]; - if (*outError != nil) { - return false; - } else { - return [data writeToURL:writingFileURL atomically:YES]; + // Archive a mutable copy `dictionary` for writing to disk. This is done for + // backwards compatibility. See Google Utilities issue #36 for more context. + // TODO: Remove usage of mutable copy in a future version of Google Utilities. + NSData *data = [GULSecureCoding archivedDataWithRootObject:[dictionary mutableCopy] + error:outError]; + if (data.length == 0) { + return NO; } + + return [data writeToURL:writingFileURL atomically:YES]; } @end diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/GULHeartbeatDateStorageUserDefaults.m b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/GULHeartbeatDateStorageUserDefaults.m new file mode 100644 index 000000000..f8f11591d --- /dev/null +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/GULHeartbeatDateStorageUserDefaults.m @@ -0,0 +1,68 @@ +/* + * Copyright 2021 Google LLC + * + * 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. + */ + +#import "GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h" + +@interface GULHeartbeatDateStorageUserDefaults () + +/** The storage to store the date of the last sent heartbeat. */ +@property(nonatomic, readonly) NSUserDefaults *userDefaults; + +/** The key for user defaults to store heartbeat information. */ +@property(nonatomic, readonly) NSString *key; + +@end + +@implementation GULHeartbeatDateStorageUserDefaults + +- (instancetype)initWithDefaults:(NSUserDefaults *)defaults key:(NSString *)key { + self = [super init]; + if (self) { + _userDefaults = defaults; + _key = key; + } + return self; +} + +- (NSMutableDictionary *)heartbeatDictionaryFromDefaults { + NSDictionary *heartbeatDict = [self.userDefaults objectForKey:self.key]; + if (heartbeatDict != nil) { + return [heartbeatDict mutableCopy]; + } else { + return [NSMutableDictionary dictionary]; + } +} + +- (nullable NSDate *)heartbeatDateForTag:(NSString *)tag { + NSDate *date = nil; + @synchronized(self.userDefaults) { + NSMutableDictionary *dict = [self heartbeatDictionaryFromDefaults]; + date = dict[tag]; + } + + return date; +} + +- (BOOL)setHearbeatDate:(NSDate *)date forTag:(NSString *)tag { + @synchronized(self.userDefaults) { + NSMutableDictionary *dict = [self heartbeatDictionaryFromDefaults]; + dict[tag] = date; + [self.userDefaults setObject:dict forKey:self.key]; + } + return true; +} + +@end diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/GULSecureCoding.m b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/GULSecureCoding.m index 91c4495f4..21d5c2a7d 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/GULSecureCoding.m +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/GULSecureCoding.m @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "GoogleUtilities/Environment/Private/GULSecureCoding.h" +#import "GoogleUtilities/Environment/Public/GoogleUtilities/GULSecureCoding.h" NSString *const kGULSecureCodingError = @"GULSecureCodingError"; diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Private/GULKeychainStorage.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Private/GULKeychainStorage.h deleted file mode 100644 index dc01a8368..000000000 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Private/GULKeychainStorage.h +++ /dev/null @@ -1,79 +0,0 @@ -/* - * Copyright 2019 Google - * - * 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. - */ - -#import - -@class FBLPromise; - -NS_ASSUME_NONNULL_BEGIN - -/// The class provides a convenient abstraction on top of the iOS Keychain API to save data. -@interface GULKeychainStorage : NSObject - -- (instancetype)init NS_UNAVAILABLE; - -/** Initializes the keychain storage with Keychain Service name. - * @param service A Keychain Service name that will be used to store and retrieve objects. See also - * `kSecAttrService`. - */ -- (instancetype)initWithService:(NSString *)service; - -/** - * Get an object by key. - * @param key The key. - * @param objectClass The expected object class required by `NSSecureCoding`. - * @param accessGroup The Keychain Access Group. - * - * @return Returns a promise. It is resolved with an object stored by key if exists. It is resolved - * with `nil` when the object not found. It fails on a Keychain error. - */ -- (FBLPromise> *)getObjectForKey:(NSString *)key - objectClass:(Class)objectClass - accessGroup:(nullable NSString *)accessGroup; - -/** - * Saves the given object by the given key. - * @param object The object to store. - * @param key The key to store the object. If there is an existing object by the key, it will be - * overridden. - * @param accessGroup The Keychain Access Group. - * - * @return Returns which is resolved with `[NSNull null]` on success. - */ -- (FBLPromise *)setObject:(id)object - forKey:(NSString *)key - accessGroup:(nullable NSString *)accessGroup; - -/** - * Removes the object by the given key. - * @param key The key to store the object. If there is an existing object by the key, it will be - * overridden. - * @param accessGroup The Keychain Access Group. - * - * @return Returns which is resolved with `[NSNull null]` on success. - */ -- (FBLPromise *)removeObjectForKey:(NSString *)key - accessGroup:(nullable NSString *)accessGroup; - -#if TARGET_OS_OSX -/// If not `nil`, then only this keychain will be used to save and read data (see -/// `kSecMatchSearchList` and `kSecUseKeychain`. It is mostly intended to be used by unit tests. -@property(nonatomic, nullable) SecKeychainRef keychainRef; -#endif // TARGET_OSX - -@end - -NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Private/GULKeychainUtils.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Private/GULKeychainUtils.h deleted file mode 100644 index de4bef2fb..000000000 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Private/GULKeychainUtils.h +++ /dev/null @@ -1,61 +0,0 @@ -/* - * Copyright 2019 Google - * - * 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. - */ - -#import - -NS_ASSUME_NONNULL_BEGIN - -FOUNDATION_EXPORT NSString *const kGULKeychainUtilsErrorDomain; - -/// Helper functions to access Keychain. -@interface GULKeychainUtils : NSObject - -/** Fetches a keychain item data matching to the provided query. - * @param query A dictionary with Keychain query parameters. See docs for `SecItemCopyMatching` for - * details. - * @param outError A pointer to `NSError` instance or `NULL`. The instance at `outError` will be - * assigned with an error if there is. - * @returns Data for the first Keychain Item matching the provided query or `nil` if there is not - * such an item (`outError` will be `nil` in this case) or an error occurred. - */ -+ (nullable NSData *)getItemWithQuery:(NSDictionary *)query - error:(NSError *_Nullable *_Nullable)outError; - -/** Stores data to a Keychain Item matching to the provided query. An existing Keychain Item - * matching the query parameters will be updated or a new will be created. - * @param item A Keychain Item data to store. - * @param query A dictionary with Keychain query parameters. See docs for `SecItemAdd` and - * `SecItemUpdate` for details. - * @param outError A pointer to `NSError` instance or `NULL`. The instance at `outError` will be - * assigned with an error if there is. - * @returns `YES` when data was successfully stored, `NO` otherwise. - */ -+ (BOOL)setItem:(NSData *)item - withQuery:(NSDictionary *)query - error:(NSError *_Nullable *_Nullable)outError; - -/** Removes a Keychain Item matching to the provided query. - * @param query A dictionary with Keychain query parameters. See docs for `SecItemDelete` for - * details. - * @param outError A pointer to `NSError` instance or `NULL`. The instance at `outError` will be - * assigned with an error if there is. - * @returns `YES` if the item was removed successfully or doesn't exist, `NO` otherwise. - */ -+ (BOOL)removeItemWithQuery:(NSDictionary *)query error:(NSError *_Nullable *_Nullable)outError; - -@end - -NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Private/GULSecureCoding.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Private/GULSecureCoding.h deleted file mode 100644 index 8484b3953..000000000 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Private/GULSecureCoding.h +++ /dev/null @@ -1,36 +0,0 @@ -// Copyright 2019 Google -// -// 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. - -#import - -NS_ASSUME_NONNULL_BEGIN - -/** The class wraps `NSKeyedArchiver` and `NSKeyedUnarchiver` API to provide a unified secure coding - * methods for iOS versions before and after 11. - */ -@interface GULSecureCoding : NSObject - -+ (nullable id)unarchivedObjectOfClasses:(NSSet *)classes - fromData:(NSData *)data - error:(NSError **)outError; - -+ (nullable id)unarchivedObjectOfClass:(Class)class - fromData:(NSData *)data - error:(NSError **)outError; - -+ (nullable NSData *)archivedDataWithRootObject:(id)object error:(NSError **)outError; - -@end - -NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Private/GULAppEnvironmentUtil.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h similarity index 80% rename from ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Private/GULAppEnvironmentUtil.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h index 2fb162261..d2bb935b7 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Private/GULAppEnvironmentUtil.h +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h @@ -16,6 +16,8 @@ #import +NS_ASSUME_NONNULL_BEGIN + @interface GULAppEnvironmentUtil : NSObject /// Indicates whether the app is from Apple Store or not. Returns NO if the app is on simulator, @@ -31,7 +33,7 @@ + (BOOL)isSimulator; /// The current device model. Returns an empty string if device model cannot be retrieved. -+ (NSString *)deviceModel; ++ (nullable NSString *)deviceModel; /// The current operating system version. Returns an empty string if the system version cannot be /// retrieved. @@ -44,4 +46,15 @@ + (BOOL)isIOS7OrHigher DEPRECATED_MSG_ATTRIBUTE( "Always `YES` because only iOS 8 and higher supported. The method will be removed."); +/// @return YES if Swift runtime detected in the app. ++ (BOOL)hasSwiftRuntime; + +/// @return An Apple platform. Possible values "ios", "tvos", "macos", "watchos", "maccatalyst". ++ (NSString *)applePlatform; + +/// @return The way the library was added to the app, e.g. "swiftpm", "cocoapods", etc. ++ (NSString *)deploymentType; + @end + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Private/GULHeartbeatDateStorage.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorable.h similarity index 71% rename from ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Private/GULHeartbeatDateStorage.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorable.h index 9432dfc04..43d3740ab 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Private/GULHeartbeatDateStorage.h +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorable.h @@ -1,5 +1,5 @@ /* - * Copyright 2019 Google + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,19 +18,10 @@ NS_ASSUME_NONNULL_BEGIN -/// Stores either a date or a dictionary to a specified file. -@interface GULHeartbeatDateStorage : NSObject - -- (instancetype)init NS_UNAVAILABLE; - -@property(nonatomic, readonly) NSURL *fileURL; - /** - * Default initializer. - * @param fileName The name of the file to store the date information. - * exist, it will be created if needed. + * Describes an object that can store and fetch heartbeat dates for given tags. */ -- (instancetype)initWithFileName:(NSString *)fileName; +@protocol GULHeartbeatDateStorable /** * Reads the date from the specified file for the given tag. diff --git a/ios/Pods/FirebaseInstallations/GoogleUtilities/Environment/Private/GULHeartbeatDateStorage.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorage.h similarity index 85% rename from ios/Pods/FirebaseInstallations/GoogleUtilities/Environment/Private/GULHeartbeatDateStorage.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorage.h index 9432dfc04..245b1a25e 100644 --- a/ios/Pods/FirebaseInstallations/GoogleUtilities/Environment/Private/GULHeartbeatDateStorage.h +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorage.h @@ -16,10 +16,15 @@ #import +#import "GULHeartbeatDateStorable.h" + NS_ASSUME_NONNULL_BEGIN +/// The name of the directory where the heartbeat data is stored. +extern NSString *const kGULHeartbeatStorageDirectory; + /// Stores either a date or a dictionary to a specified file. -@interface GULHeartbeatDateStorage : NSObject +@interface GULHeartbeatDateStorage : NSObject - (instancetype)init NS_UNAVAILABLE; diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h new file mode 100644 index 000000000..e6c7dda7d --- /dev/null +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h @@ -0,0 +1,51 @@ +/* + * Copyright 2021 Google LLC + * + * 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. + */ + +#import + +#import "GULHeartbeatDateStorable.h" + +NS_ASSUME_NONNULL_BEGIN + +/// Stores either a date or a dictionary to a specified file. +@interface GULHeartbeatDateStorageUserDefaults : NSObject + +/** + * Default initializer. tvOS can only write to the cache directory and + * there are no guarantees that the directory will persist. User defaults will + * be retained, so that should be used instead. + * @param defaults User defaults instance to store the heartbeat information. + * @param key The key to be used with the user defaults instance. + */ +- (instancetype)initWithDefaults:(NSUserDefaults *)defaults key:(NSString *)key; + +- (instancetype)init NS_UNAVAILABLE; + +/** + * Reads the date from the specified file for the given tag. + * @return Returns date if exists, otherwise `nil`. + */ +- (nullable NSDate *)heartbeatDateForTag:(NSString *)tag; + +/** + * Saves the date for the specified tag in the specified file. + * @return YES on success, NO otherwise. + */ +- (BOOL)setHearbeatDate:(NSDate *)date forTag:(NSString *)tag; + +@end + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/FirebaseInstallations/GoogleUtilities/Environment/Private/GULKeychainStorage.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainStorage.h similarity index 100% rename from ios/Pods/FirebaseInstallations/GoogleUtilities/Environment/Private/GULKeychainStorage.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainStorage.h diff --git a/ios/Pods/FirebaseInstallations/GoogleUtilities/Environment/Private/GULKeychainUtils.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainUtils.h similarity index 100% rename from ios/Pods/FirebaseInstallations/GoogleUtilities/Environment/Private/GULKeychainUtils.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainUtils.h diff --git a/ios/Pods/FirebaseInstallations/GoogleUtilities/Environment/Private/GULSecureCoding.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULSecureCoding.h similarity index 100% rename from ios/Pods/FirebaseInstallations/GoogleUtilities/Environment/Private/GULSecureCoding.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULSecureCoding.h diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULURLSessionDataResponse.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULURLSessionDataResponse.h new file mode 100644 index 000000000..e88eb67ba --- /dev/null +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULURLSessionDataResponse.h @@ -0,0 +1,31 @@ +/* + * Copyright 2020 Google LLC + * + * 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. + */ + +#import + +NS_ASSUME_NONNULL_BEGIN + +/** The class represents HTTP response received from `NSURLSession`. */ +@interface GULURLSessionDataResponse : NSObject + +@property(nonatomic, readonly) NSHTTPURLResponse *HTTPResponse; +@property(nonatomic, nullable, readonly) NSData *HTTPBody; + +- (instancetype)initWithResponse:(NSHTTPURLResponse *)response HTTPBody:(nullable NSData *)body; + +@end + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/NSURLSession+GULPromises.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/NSURLSession+GULPromises.h new file mode 100644 index 000000000..7bed005ea --- /dev/null +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/NSURLSession+GULPromises.h @@ -0,0 +1,37 @@ +/* + * Copyright 2020 Google LLC + * + * 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. + */ + +#import + +@class FBLPromise; +@class GULURLSessionDataResponse; + +NS_ASSUME_NONNULL_BEGIN + +/** Promise based API for `NSURLSession`. */ +@interface NSURLSession (GULPromises) + +/** Creates a promise wrapping `-[NSURLSession dataTaskWithRequest:completionHandler:]` method. + * @param URLRequest The request to create a data task with. + * @return A promise that is fulfilled when an HTTP response is received (with any response code), + * or is rejected with the error passed to the task completion. + */ +- (FBLPromise *)gul_dataTaskPromiseWithRequest: + (NSURLRequest *)URLRequest; + +@end + +NS_ASSUME_NONNULL_END diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m index b6ef0cbd6..3b4a2d92c 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m @@ -14,7 +14,7 @@ * limitations under the License. */ -#import "GoogleUtilities/Environment/Private/GULKeychainStorage.h" +#import "GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainStorage.h" #import #if __has_include() @@ -23,8 +23,8 @@ #import "FBLPromises.h" #endif -#import "GoogleUtilities/Environment/Private/GULKeychainUtils.h" -#import "GoogleUtilities/Environment/Private/GULSecureCoding.h" +#import "GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainUtils.h" +#import "GoogleUtilities/Environment/Public/GoogleUtilities/GULSecureCoding.h" @interface GULKeychainStorage () @property(nonatomic, readonly) dispatch_queue_t keychainQueue; diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m index ba8731a57..687e6a7bc 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m @@ -14,7 +14,7 @@ * limitations under the License. */ -#import "GoogleUtilities/Environment/Private/GULKeychainUtils.h" +#import "GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainUtils.h" NSString *const kGULKeychainUtilsErrorDomain = @"com.gul.keychain.ErrorDomain"; diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/URLSessionPromiseWrapper/GULURLSessionDataResponse.m b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/URLSessionPromiseWrapper/GULURLSessionDataResponse.m new file mode 100644 index 000000000..559875a7c --- /dev/null +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/URLSessionPromiseWrapper/GULURLSessionDataResponse.m @@ -0,0 +1,30 @@ +/* + * Copyright 2020 Google LLC + * + * 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. + */ + +#import "GoogleUtilities/Environment/Public/GoogleUtilities/GULURLSessionDataResponse.h" + +@implementation GULURLSessionDataResponse + +- (instancetype)initWithResponse:(NSHTTPURLResponse *)response HTTPBody:(NSData *)body { + self = [super init]; + if (self) { + _HTTPResponse = response; + _HTTPBody = body; + } + return self; +} + +@end diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/URLSessionPromiseWrapper/NSURLSession+GULPromises.m b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/URLSessionPromiseWrapper/NSURLSession+GULPromises.m new file mode 100644 index 000000000..6c70310fd --- /dev/null +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/URLSessionPromiseWrapper/NSURLSession+GULPromises.m @@ -0,0 +1,46 @@ +/* + * Copyright 2020 Google LLC + * + * 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. + */ + +#import "GoogleUtilities/Environment/Public/GoogleUtilities/NSURLSession+GULPromises.h" + +#if __has_include() +#import +#else +#import "FBLPromises.h" +#endif + +#import "GoogleUtilities/Environment/Public/GoogleUtilities/GULURLSessionDataResponse.h" + +@implementation NSURLSession (GULPromises) + +- (FBLPromise *)gul_dataTaskPromiseWithRequest: + (NSURLRequest *)URLRequest { + return [FBLPromise async:^(FBLPromiseFulfillBlock fulfill, FBLPromiseRejectBlock reject) { + [[self dataTaskWithRequest:URLRequest + completionHandler:^(NSData *_Nullable data, NSURLResponse *_Nullable response, + NSError *_Nullable error) { + if (error) { + reject(error); + } else { + fulfill([[GULURLSessionDataResponse alloc] + initWithResponse:(NSHTTPURLResponse *)response + HTTPBody:data]); + } + }] resume]; + }]; +} + +@end diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m index 924b642ac..0a26c699b 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m @@ -12,12 +12,13 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "GoogleUtilities/Environment/Private/GULAppEnvironmentUtil.h" +#import "GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h" #import #import #import #import +#import #if TARGET_OS_IOS #import @@ -249,4 +250,63 @@ static BOOL HasEmbeddedMobileProvision() { return YES; } ++ (BOOL)hasSwiftRuntime { + // The class + // [Swift._SwiftObject](https://github.com/apple/swift/blob/5eac3e2818eb340b11232aff83edfbd1c307fa03/stdlib/public/runtime/SwiftObject.h#L35) + // is a part of Swift runtime, so it should be present if Swift runtime is available. + + BOOL hasSwiftRuntime = + objc_lookUpClass("Swift._SwiftObject") != nil || + // Swift object class name before + // https://github.com/apple/swift/commit/9637b4a6e11ddca72f5f6dbe528efc7c92f14d01 + objc_getClass("_TtCs12_SwiftObject") != nil; + + return hasSwiftRuntime; +} + ++ (NSString *)applePlatform { + NSString *applePlatform = @"unknown"; + + // When a Catalyst app is run on macOS then both `TARGET_OS_MACCATALYST` and `TARGET_OS_IOS` are + // `true`, which means the condition list is order-sensitive. +#if TARGET_OS_MACCATALYST + applePlatform = @"maccatalyst"; +#elif TARGET_OS_IOS +#if defined(__IPHONE_14_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 140000 + if (@available(iOS 14.0, *)) { + // Early iOS 14 betas do not include isiOSAppOnMac (#6969) + applePlatform = ([[NSProcessInfo processInfo] respondsToSelector:@selector(isiOSAppOnMac)] && + [NSProcessInfo processInfo].isiOSAppOnMac) ? @"ios_on_mac" : @"ios"; + } else { + applePlatform = @"ios"; + } +#else // defined(__IPHONE_14_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 140000 + applePlatform = @"ios"; +#endif // defined(__IPHONE_14_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 140000 + +#elif TARGET_OS_TV + applePlatform = @"tvos"; +#elif TARGET_OS_OSX + applePlatform = @"macos"; +#elif TARGET_OS_WATCH + applePlatform = @"watchos"; +#endif // TARGET_OS_MACCATALYST + + return applePlatform; +} + ++ (NSString *)deploymentType { +#if SWIFT_PACKAGE + NSString *deploymentType = @"swiftpm"; +#elif FIREBASE_BUILD_CARTHAGE + NSString *deploymentType = @"carthage"; +#elif FIREBASE_BUILD_ZIP_FILE + NSString *deploymentType = @"zip"; +#else + NSString *deploymentType = @"cocoapods"; +#endif + + return deploymentType; +} + @end diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Logger/GULLogger.m b/ios/Pods/GoogleUtilities/GoogleUtilities/Logger/GULLogger.m index 832435352..c5f6f1d13 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/Logger/GULLogger.m +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Logger/GULLogger.m @@ -12,18 +12,12 @@ // See the License for the specific language governing permissions and // limitations under the License. -#if SWIFT_PACKAGE -// Need to import the public header here, since the module won't exist yet. -// Restructure the GULLogger headers for Firebase 7. -#import "GoogleUtilities/Logger/Public/GULLoggerLevel.h" -#endif - -#import "GoogleUtilities/Logger/Private/GULLogger.h" +#import "GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h" #include -#import "GoogleUtilities/Environment/Private/GULAppEnvironmentUtil.h" -#import "GoogleUtilities/Logger/Public/GULLoggerLevel.h" +#import "GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h" +#import "GoogleUtilities/Logger/Public/GoogleUtilities/GULLoggerLevel.h" /// ASL client facility name used by GULLogger. const char *kGULLoggerASLClientFacilityName = "com.google.utilities.logger"; @@ -39,7 +33,7 @@ static BOOL sGULLoggerDebugMode; static GULLoggerLevel sGULLoggerMaximumLevel; // Allow clients to register a version to include in the log. -static const char *sVersion = ""; +static NSString *sVersion = @""; static GULLoggerService kGULLoggerLogger = @"[GULLogger]"; @@ -127,24 +121,25 @@ __attribute__((no_sanitize("thread"))) BOOL GULIsLoggableLevel(GULLoggerLevel lo } #ifdef DEBUG -void GULResetLogger() { +void GULResetLogger(void) { sGULLoggerOnceToken = 0; + sGULLoggerDebugMode = NO; } -aslclient getGULLoggerClient() { +aslclient getGULLoggerClient(void) { return sGULLoggerClient; } -dispatch_queue_t getGULClientQueue() { +dispatch_queue_t getGULClientQueue(void) { return sGULClientQueue; } -BOOL getGULLoggerDebugMode() { +BOOL getGULLoggerDebugMode(void) { return sGULLoggerDebugMode; } #endif -void GULLoggerRegisterVersion(const char *version) { +void GULLoggerRegisterVersion(NSString *version) { sVersion = version; } @@ -173,7 +168,7 @@ void GULLogBasic(GULLoggerLevel level, } else { logMsg = [[NSString alloc] initWithFormat:message arguments:args_ptr]; } - logMsg = [NSString stringWithFormat:@"%s - %@[%@] %@", sVersion, service, messageCode, logMsg]; + logMsg = [NSString stringWithFormat:@"%@ - %@[%@] %@", sVersion, service, messageCode, logMsg]; dispatch_async(sGULClientQueue, ^{ asl_log(sGULLoggerClient, NULL, (int)level, "%s", logMsg.UTF8String); }); diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Logger/Private/GULLogger.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h similarity index 97% rename from ios/Pods/GoogleUtilities/GoogleUtilities/Logger/Private/GULLogger.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h index 1146ee238..6797399b3 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/Logger/Private/GULLogger.h +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h @@ -16,11 +16,7 @@ #import -#if SWIFT_PACKAGE -@import GoogleUtilities_Logger; -#else -#import -#endif +#import "GULLoggerLevel.h" NS_ASSUME_NONNULL_BEGIN @@ -65,7 +61,7 @@ extern BOOL GULIsLoggableLevel(GULLoggerLevel loggerLevel); * Register version to include in logs. * (required) version */ -extern void GULLoggerRegisterVersion(const char *version); +extern void GULLoggerRegisterVersion(NSString *version); /** * Logs a message to the Xcode console and the device log. If running from AppStore, will diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Logger/Public/GULLoggerLevel.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Logger/Public/GoogleUtilities/GULLoggerLevel.h similarity index 100% rename from ios/Pods/GoogleUtilities/GoogleUtilities/Logger/Public/GULLoggerLevel.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/Logger/Public/GoogleUtilities/GULLoggerLevel.h diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/GULSwizzler.m b/ios/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/GULSwizzler.m index 040da2688..7f0c82ee8 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/GULSwizzler.m +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/GULSwizzler.m @@ -12,13 +12,13 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "GoogleUtilities/MethodSwizzler/Private/GULSwizzler.h" +#import "GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULSwizzler.h" #import #ifdef DEBUG #import "GoogleUtilities/Common/GULLoggerCodes.h" -#import "GoogleUtilities/Logger/Private/GULLogger.h" +#import "GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h" static GULLoggerService kGULLoggerSwizzler = @"[GoogleUtilities/MethodSwizzler]"; #endif @@ -65,7 +65,7 @@ dispatch_queue_t GetGULSwizzlingQueue(void) { [inv setArgument:&(currentImp) atIndex:2]; [inv setArgument:&(newImp) atIndex:3]; [inv setArgument:&(resolvedClass) atIndex:4]; - [inv setArgument:(void *_Nonnull) & (selector) atIndex:5]; + [inv setArgument:(void *_Nonnull)&(selector) atIndex:5]; [inv invoke]; } } diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/Private/GULOriginalIMPConvenienceMacros.h b/ios/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULOriginalIMPConvenienceMacros.h similarity index 100% rename from ios/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/Private/GULOriginalIMPConvenienceMacros.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULOriginalIMPConvenienceMacros.h diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/Private/GULSwizzler.h b/ios/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULSwizzler.h similarity index 100% rename from ios/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/Private/GULSwizzler.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULSwizzler.h diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/NSData+zlib/GULNSData+zlib.m b/ios/Pods/GoogleUtilities/GoogleUtilities/NSData+zlib/GULNSData+zlib.m index 5eb638d6b..e441e36b7 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/NSData+zlib/GULNSData+zlib.m +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/NSData+zlib/GULNSData+zlib.m @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "GoogleUtilities/NSData+zlib/Public/GULNSData+zlib.h" +#import "GoogleUtilities/NSData+zlib/Public/GoogleUtilities/GULNSData+zlib.h" #import diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/NSData+zlib/Public/GULNSData+zlib.h b/ios/Pods/GoogleUtilities/GoogleUtilities/NSData+zlib/Public/GoogleUtilities/GULNSData+zlib.h similarity index 100% rename from ios/Pods/GoogleUtilities/GoogleUtilities/NSData+zlib/Public/GULNSData+zlib.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/NSData+zlib/Public/GoogleUtilities/GULNSData+zlib.h diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Network/GULMutableDictionary.m b/ios/Pods/GoogleUtilities/GoogleUtilities/Network/GULMutableDictionary.m index 43896601f..7726d1510 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/Network/GULMutableDictionary.m +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Network/GULMutableDictionary.m @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "GoogleUtilities/Network/Private/GULMutableDictionary.h" +#import "GoogleUtilities/Network/Public/GoogleUtilities/GULMutableDictionary.h" @implementation GULMutableDictionary { /// The mutable dictionary. diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetwork.m b/ios/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetwork.m index 5b7d7e37b..ca697a348 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetwork.m +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetwork.m @@ -12,14 +12,15 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "GoogleUtilities/Network/Private/GULNetwork.h" -#import "GoogleUtilities/Network/Private/GULNetworkMessageCode.h" +#import "GoogleUtilities/Network/Public/GoogleUtilities/GULNetwork.h" +#import "GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkMessageCode.h" -#import "GoogleUtilities/Logger/Private/GULLogger.h" -#import "GoogleUtilities/NSData+zlib/Private/GULNSDataInternal.h" -#import "GoogleUtilities/Network/Private/GULMutableDictionary.h" -#import "GoogleUtilities/Network/Private/GULNetworkConstants.h" -#import "GoogleUtilities/Reachability/Private/GULReachabilityChecker.h" +#import "GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h" +#import "GoogleUtilities/NSData+zlib/Public/GoogleUtilities/GULNSData+zlib.h" +#import "GoogleUtilities/Network/GULNetworkInternal.h" +#import "GoogleUtilities/Network/Public/GoogleUtilities/GULMutableDictionary.h" +#import "GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkConstants.h" +#import "GoogleUtilities/Reachability/Public/GoogleUtilities/GULReachabilityChecker.h" /// Constant string for request header Content-Encoding. static NSString *const kGULNetworkContentCompressionKey = @"Content-Encoding"; diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkConstants.m b/ios/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkConstants.m index dea8dbd57..e4b84693f 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkConstants.m +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkConstants.m @@ -12,7 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "GoogleUtilities/Network/Private/GULNetworkConstants.h" +#import "GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkConstants.h" +#import "GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h" #import diff --git a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRVersion.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkInternal.h similarity index 75% rename from ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRVersion.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkInternal.h index 226efb1a7..5aca9fd80 100644 --- a/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRVersion.h +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkInternal.h @@ -16,8 +16,9 @@ #import -/** The version of the Firebase SDK. */ -FOUNDATION_EXPORT const char *const FIRVersionString; +#import "GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h" -/** The version of the FirebaseCore Component. */ -FOUNDATION_EXPORT const char *const FIRCoreVersionString; +extern NSString *const kGULNetworkErrorDomain; + +/// The logger service for GULNetwork. +extern GULLoggerService kGULLoggerNetwork; diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkURLSession.m b/ios/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkURLSession.m index 6cece0467..f78bdc19f 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkURLSession.m +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkURLSession.m @@ -14,12 +14,13 @@ #import -#import "GoogleUtilities/Network/Private/GULNetworkURLSession.h" +#import "GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkURLSession.h" -#import "GoogleUtilities/Logger/Private/GULLogger.h" -#import "GoogleUtilities/Network/Private/GULMutableDictionary.h" -#import "GoogleUtilities/Network/Private/GULNetworkConstants.h" -#import "GoogleUtilities/Network/Private/GULNetworkMessageCode.h" +#import "GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h" +#import "GoogleUtilities/Network/GULNetworkInternal.h" +#import "GoogleUtilities/Network/Public/GoogleUtilities/GULMutableDictionary.h" +#import "GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkConstants.h" +#import "GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkMessageCode.h" @interface GULNetworkURLSession () -#import "GoogleUtilities/Network/Private/GULNetworkConstants.h" -#import "GoogleUtilities/Network/Private/GULNetworkLoggerProtocol.h" -#import "GoogleUtilities/Network/Private/GULNetworkURLSession.h" +#import "GULNetworkConstants.h" +#import "GULNetworkLoggerProtocol.h" +#import "GULNetworkURLSession.h" /// Delegate protocol for GULNetwork events. @protocol GULNetworkReachabilityDelegate diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Private/GULNetworkConstants.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkConstants.h similarity index 93% rename from ios/Pods/GoogleUtilities/GoogleUtilities/Network/Private/GULNetworkConstants.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkConstants.h index c73965f98..1cbedd1b7 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Private/GULNetworkConstants.h +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkConstants.h @@ -15,7 +15,6 @@ */ #import -#import "GoogleUtilities/Logger/Private/GULLogger.h" /// Error codes in Firebase Network error domain. /// Note: these error codes should never change. It would make it harder to decode the errors if @@ -70,10 +69,3 @@ extern const int kGULNetworkHTTPStatusCodeMovedTemporarily; extern const int kGULNetworkHTTPStatusCodeNotFound; extern const int kGULNetworkHTTPStatusCodeCannotAcceptTraffic; extern const int kGULNetworkHTTPStatusCodeUnavailable; - -#pragma mark - Error Domain - -extern NSString *const kGULNetworkErrorDomain; - -/// The logger service for GULNetwork. -extern GULLoggerService kGULLoggerNetwork; diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Private/GULNetworkLoggerProtocol.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkLoggerProtocol.h similarity index 83% rename from ios/Pods/GoogleUtilities/GoogleUtilities/Network/Private/GULNetworkLoggerProtocol.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkLoggerProtocol.h index b713e4a8f..425c07319 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Private/GULNetworkLoggerProtocol.h +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkLoggerProtocol.h @@ -16,16 +16,14 @@ #import -#import "GoogleUtilities/Logger/Private/GULLogger.h" - -#import "GoogleUtilities/Network/Private/GULNetworkMessageCode.h" +#import "GULNetworkMessageCode.h" /// The log levels used by GULNetworkLogger. typedef NS_ENUM(NSInteger, GULNetworkLogLevel) { - kGULNetworkLogLevelError = GULLoggerLevelError, - kGULNetworkLogLevelWarning = GULLoggerLevelWarning, - kGULNetworkLogLevelInfo = GULLoggerLevelInfo, - kGULNetworkLogLevelDebug = GULLoggerLevelDebug, + kGULNetworkLogLevelError = 3, + kGULNetworkLogLevelWarning = 4, + kGULNetworkLogLevelInfo = 6, + kGULNetworkLogLevelDebug = 7, }; @protocol GULNetworkLoggerDelegate diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Private/GULNetworkMessageCode.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkMessageCode.h similarity index 100% rename from ios/Pods/GoogleUtilities/GoogleUtilities/Network/Private/GULNetworkMessageCode.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkMessageCode.h diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Private/GULNetworkURLSession.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkURLSession.h similarity index 97% rename from ios/Pods/GoogleUtilities/GoogleUtilities/Network/Private/GULNetworkURLSession.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkURLSession.h index b4fa97091..3f9f7f9e1 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Private/GULNetworkURLSession.h +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkURLSession.h @@ -16,7 +16,7 @@ #import -#import "GoogleUtilities/Network/Private/GULNetworkLoggerProtocol.h" +#import "GULNetworkLoggerProtocol.h" NS_ASSUME_NONNULL_BEGIN diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h index 5a54e4420..103ed3b02 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h @@ -14,7 +14,8 @@ * limitations under the License. */ -#import "GoogleUtilities/Reachability/Private/GULReachabilityChecker.h" +#import "GoogleUtilities/Reachability/Public/GoogleUtilities/GULReachabilityChecker.h" + #if !TARGET_OS_WATCH typedef SCNetworkReachabilityRef (*GULReachabilityCreateWithNameFn)(CFAllocatorRef allocator, const char *host); diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Reachability/GULReachabilityChecker.m b/ios/Pods/GoogleUtilities/GoogleUtilities/Reachability/GULReachabilityChecker.m index 8cbe609de..f0d12351b 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/Reachability/GULReachabilityChecker.m +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/Reachability/GULReachabilityChecker.m @@ -14,12 +14,12 @@ #import -#import "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h" -#import "GoogleUtilities/Reachability/Private/GULReachabilityChecker.h" -#import "GoogleUtilities/Reachability/Private/GULReachabilityMessageCode.h" +#import "GoogleUtilities/Reachability/Public/GoogleUtilities/GULReachabilityChecker.h" -#import "GoogleUtilities/Logger/Private/GULLogger.h" -#import "GoogleUtilities/Reachability/Private/GULReachabilityChecker.h" +#import "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h" +#import "GoogleUtilities/Reachability/GULReachabilityMessageCode.h" + +#import "GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h" static GULLoggerService kGULLoggerReachability = @"[GULReachability]"; #if !TARGET_OS_WATCH diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Reachability/Private/GULReachabilityMessageCode.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Reachability/GULReachabilityMessageCode.h similarity index 100% rename from ios/Pods/GoogleUtilities/GoogleUtilities/Reachability/Private/GULReachabilityMessageCode.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/Reachability/GULReachabilityMessageCode.h diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/Reachability/Private/GULReachabilityChecker.h b/ios/Pods/GoogleUtilities/GoogleUtilities/Reachability/Public/GoogleUtilities/GULReachabilityChecker.h similarity index 100% rename from ios/Pods/GoogleUtilities/GoogleUtilities/Reachability/Private/GULReachabilityChecker.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/Reachability/Public/GoogleUtilities/GULReachabilityChecker.h diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/UserDefaults/GULUserDefaults.m b/ios/Pods/GoogleUtilities/GoogleUtilities/UserDefaults/GULUserDefaults.m index 20fe8eed1..1640d6ed3 100644 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/UserDefaults/GULUserDefaults.m +++ b/ios/Pods/GoogleUtilities/GoogleUtilities/UserDefaults/GULUserDefaults.m @@ -12,9 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -#import "GoogleUtilities/UserDefaults/Private/GULUserDefaults.h" +#import "GoogleUtilities/UserDefaults/Public/GoogleUtilities/GULUserDefaults.h" -#import "GoogleUtilities/Logger/Private/GULLogger.h" +#import "GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h" NS_ASSUME_NONNULL_BEGIN diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/UserDefaults/Private/GULUserDefaults.h b/ios/Pods/GoogleUtilities/GoogleUtilities/UserDefaults/Private/GULUserDefaults.h deleted file mode 100644 index 0d0478184..000000000 --- a/ios/Pods/GoogleUtilities/GoogleUtilities/UserDefaults/Private/GULUserDefaults.h +++ /dev/null @@ -1,110 +0,0 @@ -// Copyright 2018 Google -// -// 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. - -#import - -NS_ASSUME_NONNULL_BEGIN - -/// A thread-safe user defaults that uses C functions from CFPreferences.h instead of -/// `NSUserDefaults`. This is to avoid sending an `NSNotification` when it's changed from a -/// background thread to avoid crashing. // TODO: Insert radar number here. -@interface GULUserDefaults : NSObject - -/// A shared user defaults similar to +[NSUserDefaults standardUserDefaults] and accesses the same -/// data of the standardUserDefaults. -+ (GULUserDefaults *)standardUserDefaults; - -/// Initializes preferences with a suite name that is the same with the NSUserDefaults' suite name. -/// Both of CFPreferences and NSUserDefaults share the same plist file so their data will exactly -/// the same. -/// -/// @param suiteName The name of the suite of the user defaults. -- (instancetype)initWithSuiteName:(nullable NSString *)suiteName; - -#pragma mark - Getters - -/// Searches the receiver's search list for a default with the key 'defaultName' and return it. If -/// another process has changed defaults in the search list, NSUserDefaults will automatically -/// update to the latest values. If the key in question has been marked as ubiquitous via a Defaults -/// Configuration File, the latest value may not be immediately available, and the registered value -/// will be returned instead. -- (nullable id)objectForKey:(NSString *)defaultName; - -/// Equivalent to -objectForKey:, except that it will return nil if the value is not an NSArray. -- (nullable NSArray *)arrayForKey:(NSString *)defaultName; - -/// Equivalent to -objectForKey:, except that it will return nil if the value -/// is not an NSDictionary. -- (nullable NSDictionary *)dictionaryForKey:(NSString *)defaultName; - -/// Equivalent to -objectForKey:, except that it will convert NSNumber values to their NSString -/// representation. If a non-string non-number value is found, nil will be returned. -- (nullable NSString *)stringForKey:(NSString *)defaultName; - -/// Equivalent to -objectForKey:, except that it converts the returned value to an NSInteger. If the -/// value is an NSNumber, the result of -integerValue will be returned. If the value is an NSString, -/// it will be converted to NSInteger if possible. If the value is a boolean, it will be converted -/// to either 1 for YES or 0 for NO. If the value is absent or can't be converted to an integer, 0 -/// will be returned. -- (NSInteger)integerForKey:(NSString *)defaultName; - -/// Similar to -integerForKey:, except that it returns a float, and boolean values will not be -/// converted. -- (float)floatForKey:(NSString *)defaultName; - -/// Similar to -integerForKey:, except that it returns a double, and boolean values will not be -/// converted. -- (double)doubleForKey:(NSString *)defaultName; - -/// Equivalent to -objectForKey:, except that it converts the returned value to a BOOL. If the value -/// is an NSNumber, NO will be returned if the value is 0, YES otherwise. If the value is an -/// NSString, values of "YES" or "1" will return YES, and values of "NO", "0", or any other string -/// will return NO. If the value is absent or can't be converted to a BOOL, NO will be returned. -- (BOOL)boolForKey:(NSString *)defaultName; - -#pragma mark - Setters - -/// Immediately stores a value (or removes the value if `nil` is passed as the value) for the -/// provided key in the search list entry for the receiver's suite name in the current user and any -/// host, then asynchronously stores the value persistently, where it is made available to other -/// processes. -- (void)setObject:(nullable id)value forKey:(NSString *)defaultName; - -/// Equivalent to -setObject:forKey: except that the value is converted from a float to an NSNumber. -- (void)setFloat:(float)value forKey:(NSString *)defaultName; - -/// Equivalent to -setObject:forKey: except that the value is converted from a double to an -/// NSNumber. -- (void)setDouble:(double)value forKey:(NSString *)defaultName; - -/// Equivalent to -setObject:forKey: except that the value is converted from an NSInteger to an -/// NSNumber. -- (void)setInteger:(NSInteger)value forKey:(NSString *)defaultName; - -/// Equivalent to -setObject:forKey: except that the value is converted from a BOOL to an NSNumber. -- (void)setBool:(BOOL)value forKey:(NSString *)defaultName; - -#pragma mark - Removing Defaults - -/// Equivalent to -[... setObject:nil forKey:defaultName] -- (void)removeObjectForKey:(NSString *)defaultName; - -#pragma mark - Save data - -/// Blocks the calling thread until all in-progress set operations have completed. -- (void)synchronize; - -@end - -NS_ASSUME_NONNULL_END diff --git a/ios/Pods/FirebaseInstallations/GoogleUtilities/UserDefaults/Private/GULUserDefaults.h b/ios/Pods/GoogleUtilities/GoogleUtilities/UserDefaults/Public/GoogleUtilities/GULUserDefaults.h similarity index 100% rename from ios/Pods/FirebaseInstallations/GoogleUtilities/UserDefaults/Private/GULUserDefaults.h rename to ios/Pods/GoogleUtilities/GoogleUtilities/UserDefaults/Public/GoogleUtilities/GULUserDefaults.h diff --git a/ios/Pods/GoogleUtilities/GoogleUtilities/LICENSE b/ios/Pods/GoogleUtilities/LICENSE similarity index 100% rename from ios/Pods/GoogleUtilities/GoogleUtilities/LICENSE rename to ios/Pods/GoogleUtilities/LICENSE diff --git a/ios/Pods/GoogleUtilities/README.md b/ios/Pods/GoogleUtilities/README.md index 1d9f0f678..3268a6c75 100644 --- a/ios/Pods/GoogleUtilities/README.md +++ b/ios/Pods/GoogleUtilities/README.md @@ -1,110 +1,122 @@ -[![Version](https://img.shields.io/cocoapods/v/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) -[![License](https://img.shields.io/cocoapods/l/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) -[![Platform](https://img.shields.io/cocoapods/p/Firebase.svg?style=flat)](https://cocoapods.org/pods/Firebase) +[![Version](https://img.shields.io/cocoapods/v/GoogleUtilities.svg?style=flat)](https://cocoapods.org/pods/GoogleUtilities) +[![License](https://img.shields.io/cocoapods/l/GoogleUtilities.svg?style=flat)](https://cocoapods.org/pods/GoogleUtilities) +[![Platform](https://img.shields.io/cocoapods/p/GoogleUtilities.svg?style=flat)](https://cocoapods.org/pods/GoogleUtilities) -[![Actions Status][gh-abtesting-badge]][gh-actions] -[![Actions Status][gh-auth-badge]][gh-actions] -[![Actions Status][gh-core-badge]][gh-actions] -[![Actions Status][gh-crashlytics-badge]][gh-actions] -[![Actions Status][gh-database-badge]][gh-actions] -[![Actions Status][gh-datatransport-badge]][gh-actions] -[![Actions Status][gh-dynamiclinks-badge]][gh-actions] -[![Actions Status][gh-firebasepod-badge]][gh-actions] -[![Actions Status][gh-firestore-badge]][gh-actions] -[![Actions Status][gh-functions-badge]][gh-actions] -[![Actions Status][gh-inappmessaging-badge]][gh-actions] -[![Actions Status][gh-interop-badge]][gh-actions] -[![Actions Status][gh-messaging-badge]][gh-actions] -[![Actions Status][gh-remoteconfig-badge]][gh-actions] -[![Actions Status][gh-storage-badge]][gh-actions] -[![Actions Status][gh-symbolcollision-badge]][gh-actions] -[![Actions Status][gh-zip-badge]][gh-actions] -[![Travis](https://travis-ci.org/firebase/firebase-ios-sdk.svg?branch=master)](https://travis-ci.org/firebase/firebase-ios-sdk) +[![Actions Status][gh-google-utilities-badge]][gh-actions] -# Firebase Apple Open Source Development +# GoogleUtilities -This repository contains all Apple platform Firebase SDK source except FirebaseAnalytics, -FirebasePerformance, and FirebaseML. +GoogleUtilities provides a set of utilities for Firebase and other Google SDKs for Apple platform +development. -The repository also includes GoogleUtilities source. The -[GoogleUtilities](GoogleUtilities/README.md) pod is -a set of utilities used by Firebase and other Google products. +The utilities are not directly supported for non-Google library usage. -Firebase is an app development platform with tools to help you build, grow and -monetize your app. More information about Firebase can be found at -[https://firebase.google.com](https://firebase.google.com). +## Integration Testing +These instructions apply to minor and patch version updates. Major versions need +a customized adaptation. -## Installation +After the CI is green: +* Update the version in the podspec to match the latest entry in the [CHANGELOG.md](CHANGELOG.md) +* Checkout the `main` branch and ensure it is up to date + ```console + git checkout main + git pull + ``` +* Add the CocoaPods tag (`{version}` will be the latest version in the [podspec](GoogleUtilities.podspec#L3)) + ```console + git tag CocoaPods-{version} + git push origin CocoaPods-{version} + ``` +* Push the podspec to the designated repo + * If this version of GoogleUtilities is intended to launch **before or with** the next Firebase release: +
    + Push to SpecsStaging -See the three subsections for details about three different installation methods. -1. [Standard pod install](README.md#standard-pod-install) -1. [Installing from the GitHub repo](README.md#installing-from-github) -1. [Experimental Carthage](README.md#carthage-ios-only) + ```console + pod repo push --skip-tests staging GoogleUtilities.podspec + ``` -### Standard pod install + If the command fails with `Unable to find the 'staging' repo.`, add the staging repo with: + ```console + pod repo add staging git@github.com:firebase/SpecsStaging.git + ``` +
    + * Otherwise: +
    + Push to SpecsDev -Go to -[https://firebase.google.com/docs/ios/setup](https://firebase.google.com/docs/ios/setup). + ```console + pod repo push --skip-tests dev GoogleUtilities.podspec + ``` -### Installing from GitHub + If the command fails with `Unable to find the 'dev' repo.`, add the dev repo with: + ```console + pod repo add dev git@github.com:firebase/SpecsDev.git + ``` +
    +* Run Firebase CI by waiting until next nightly or adding a PR that touches `Gemfile`. +* On google3, run copybara using the command below. Then, start a global TAP on the generated CL. Deflake as needed. + ```console + third_party/firebase/ios/Releases/run_copy_bara.py --directory GoogleUtilities --branch main + ``` -For releases starting with 5.0.0, the source for each release is also deployed -to CocoaPods master and available via standard -[CocoaPods Podfile syntax](https://guides.cocoapods.org/syntax/podfile.html#pod). +## Publishing +The release process is as follows: +1. [Tag and release for Swift PM](#swift-package-manager) +2. [Publish to CocoaPods](#cocoapods) +3. [Perform post release cleanup](#post-release-cleanup) -These instructions can be used to access the Firebase repo at other branches, -tags, or commits. +### Swift Package Manager + By creating and [pushing a tag](https://github.com/google/GoogleUtilities/tags) + for Swift PM, the newly tagged version will be immediately released for public use. + Given this, please verify the intended time of release for Swift PM. + * Add a version tag for Swift PM + ```console + git tag {version} + git push origin {version} + ``` + *Note: Ensure that any inflight PRs that depend on the new `GoogleUtilities` version are updated to point to the + newly tagged version rather than a checksum.* -#### Background +### CocoaPods +* Publish the newly versioned pod to CocoaPods -See -[the Podfile Syntax Reference](https://guides.cocoapods.org/syntax/podfile.html#pod) -for instructions and options about overriding pod source locations. + It's recommended to point to the `GoogleUtilities.podspec` in `staging` to make sure the correct spec is being published. + ```console + pod trunk push ~/.cocoapods/repos/staging/GoogleUtilities/7.4.0/GoogleUtilities.podspec + ``` + *Note: In some cases, it may be acceptable to `pod trunk push` with the `--skip-tests` flag. Please double check with + the maintainers before doing so.* -#### Accessing Firebase Source Snapshots + The pod push was successful if the above command logs: `🚀 GoogleUtilities ({version}) successfully published`. + In addition, a new commit that publishes the new version (co-authored by [CocoaPodsAtGoogle](https://github.com/CocoaPodsAtGoogle)) + should appear in the [CocoaPods specs repo](https://github.com/CocoaPods/Specs). Last, the latest version should be displayed + on [GoogleUtilities's CocoaPods page](https://cocoapods.org/pods/GoogleUtilities). -All of the official releases are tagged in this repo and available via CocoaPods. To access a local -source snapshot or unreleased branch, use Podfile directives like the following: + *Don't forget to perform the [post release cleanup](#post-release-cleanup)!* -To access FirebaseFirestore via a branch: -``` -pod 'FirebaseCore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master' -pod 'FirebaseFirestore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master' -``` - -To access FirebaseMessaging via a checked out version of the firebase-ios-sdk repo do: - -``` -pod 'FirebaseCore', :path => '/path/to/firebase-ios-sdk' -pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk' -``` - -### Carthage (iOS only) - -Instructions for the experimental Carthage distribution are at -[Carthage](Carthage.md). - -### Rome - -Instructions for installing binary frameworks via -[Rome](https://github.com/CocoaPods/Rome) are at [Rome](Rome.md). - -### Using Firebase from a Framework or a library - -[Using Firebase from a Framework or a library](docs/firebase_in_libraries.md) +### Post Release Cleanup +* Clean up [SpecsStaging](https://github.com/firebase/SpecsStaging): + ```console + cd ~/path/to/SpecsStaging/ + git checkout master + git pull + git rm -rf GoogleUtilities/ + git commit -m "Post GoogleUtilities {version} release cleanup" + git push + ``` ## Development -To develop Firebase software in this repository, ensure that you have at least -the following software: +To develop in this repository, ensure that you have at least the following software: - * Xcode 10.3 (or later) - * CocoaPods 1.7.2 (or later) + * Xcode 12.0 (or later) + * CocoaPods 1.10.0 (or later) * [CocoaPods generate](https://github.com/square/cocoapods-generate) For the pod that you want to develop: -`pod gen Firebase{name here}.podspec --local-sources=./ --auto-open --platforms=ios` +`pod gen GoogleUtilities.podspec --local-sources=./ --auto-open --platforms=ios` Note: If the CocoaPods cache is out of date, you may need to run `pod repo update` before the `pod gen` command. @@ -113,11 +125,8 @@ Note: Set the `--platforms` option to `macos` or `tvos` to develop/test for those platforms. Since 10.2, Xcode does not properly handle multi-platform CocoaPods workspaces. -Firestore has a self contained Xcode project. See -[Firestore/README.md](Firestore/README.md). - ### Development for Catalyst -* `pod gen {name here}.podspec --local-sources=./ --auto-open --platforms=ios` +* `pod gen GoogleUtilities.podspec --local-sources=./ --auto-open --platforms=ios` * Check the Mac box in the App-iOS Build Settings * Sign the App in the Settings Signing & Capabilities tab * Click Pods in the Project Manager @@ -125,174 +134,38 @@ Firestore has a self contained Xcode project. See * Select the Unit-unit scheme * Run it to build and test -### Adding a New Firebase Pod - -See [AddNewPod.md](AddNewPod.md). - -### Managing Headers and Imports - -See [HeadersImports.md](HeadersImports.md). +Alternatively disable signing in each target: +* Go to Build Settings tab +* Click `+` +* Select `Add User-Defined Setting` +* Add `CODE_SIGNING_REQUIRED` setting with a value of `NO` ### Code Formatting To ensure that the code is formatted consistently, run the script -[./scripts/style.sh](https://github.com/firebase/firebase-ios-sdk/blob/master/scripts/style.sh) +[./scripts/check.sh](https://github.com/firebase/firebase-ios-sdk/blob/master/scripts/check.sh) before creating a PR. -Travis will verify that any code changes are done in a style compliant way. Install -`clang-format` and `swiftformat`: +GitHub Actions will verify that any code changes are done in a style compliant +way. Install `clang-format` and `mint`: -``` -brew install clang-format -brew install swiftformat +```console +brew install clang-format@12 +brew install mint ``` ### Running Unit Tests Select a scheme and press Command-u to build a component and run its unit tests. -#### Viewing Code Coverage (Deprecated) - -First, make sure that [xcov](https://github.com/nakiostudio/xcov) is installed with `gem install xcov`. - -After running the `AllUnitTests_iOS` scheme in Xcode, execute -`xcov --workspace Firebase.xcworkspace --scheme AllUnitTests_iOS --output_directory xcov_output` -at Example/ in the terminal. This will aggregate the coverage, and you can run `open xcov_output/index.html` to see the results. - -### Running Sample Apps -In order to run the sample apps and integration tests, you'll need valid -`GoogleService-Info.plist` files for those samples. The Firebase Xcode project contains dummy plist -files without real values, but can be replaced with real plist files. To get your own -`GoogleService-Info.plist` files: - -1. Go to the [Firebase Console](https://console.firebase.google.com/) -2. Create a new Firebase project, if you don't already have one -3. For each sample app you want to test, create a new Firebase app with the sample app's bundle -identifier (e.g. `com.google.Database-Example`) -4. Download the resulting `GoogleService-Info.plist` and add it to the Xcode project. - -## Specific Component Instructions -See the sections below for any special instructions for those components. - -### Firebase Auth - -If you're doing specific Firebase Auth development, see -[the Auth Sample README](FirebaseAuth/Tests/Sample/README.md) for instructions about -building and running the FirebaseAuth pod along with various samples and tests. - -### Firebase Database - -The Firebase Database Integration tests can be run against a locally running Database Emulator -or against a production instance. - -To run against a local emulator instance, invoke `./scripts/run_database_emulator.sh start` before -running the integration test. - -To run against a production instance, provide a valid GoogleServices-Info.plist and copy it to -`FirebaseDatabase/Tests/Resources/GoogleService-Info.plist`. Your Security Rule must be set to -[public](https://firebase.google.com/docs/database/security/quickstart) while your tests are -running. - -### Firebase Storage - -To run the Storage Integration tests, follow the instructions in -[FIRStorageIntegrationTests.m](FirebaseStorage/Tests/Integration/FIRStorageIntegrationTests.m). - -#### Push Notifications - -Push notifications can only be delivered to specially provisioned App IDs in the developer portal. -In order to actually test receiving push notifications, you will need to: - -1. Change the bundle identifier of the sample app to something you own in your Apple Developer -account, and enable that App ID for push notifications. -2. You'll also need to -[upload your APNs Provider Authentication Key or certificate to the Firebase Console](https://firebase.google.com/docs/cloud-messaging/ios/certs) -at **Project Settings > Cloud Messaging > [Your Firebase App]**. -3. Ensure your iOS device is added to your Apple Developer portal as a test device. - -#### iOS Simulator - -The iOS Simulator cannot register for remote notifications, and will not receive push notifications. -In order to receive push notifications, you'll have to follow the steps above and run the app on a -physical device. - -## Community Supported Efforts - -We've seen an amazing amount of interest and contributions to improve the Firebase SDKs, and we are -very grateful! We'd like to empower as many developers as we can to be able to use Firebase and -participate in the Firebase community. - -### tvOS, macOS, watchOS and Catalyst -Thanks to contributions from the community, many of Firebase SDKs now compile, run unit tests, and work on -tvOS, macOS, watchOS and Catalyst. - -For tvOS, checkout the [Sample](Example/tvOSSample). -For watchOS, currently only Messaging and Storage (and their dependencies) have limited support. Checkout the -[Independent Watch App Sample](Example/watchOSSample). - -Keep in mind that macOS, tvOS, watchOS and Catalyst are not officially supported by Firebase, and this -repository is actively developed primarily for iOS. While we can catch basic unit test issues with -Travis, there may be some changes where the SDK no longer works as expected on macOS, tvOS or watchOS. If you -encounter this, please [file an issue](https://github.com/firebase/firebase-ios-sdk/issues). - -During app setup in the console, you may get to a step that mentions something like "Checking if the app -has communicated with our servers". This relies on Analytics and will not work on macOS/tvOS/watchOS/Catalyst. -**It's safe to ignore the message and continue**, the rest of the SDKs will work as expected. - -To install, add a subset of the following to the Podfile: - -``` -pod 'Firebase/ABTesting' # No watchOS support yet -pod 'Firebase/Auth' # No watchOS support yet -pod 'Firebase/Crashlytics' # No watchOS support yet -pod 'Firebase/Database' # No watchOS support yet -pod 'Firebase/Firestore' # No watchOS support yet -pod 'Firebase/Functions' # No watchOS support yet -pod 'Firebase/Messaging' -pod 'Firebase/RemoteConfig' # No watchOS support yet -pod 'Firebase/Storage' -``` - -#### Additional Catalyst Notes - -* FirebaseAuth and FirebaseMessaging require adding `Keychain Sharing Capability` -to Build Settings. -* FirebaseFirestore requires signing the -[gRPC Resource target](https://github.com/firebase/firebase-ios-sdk/issues/3500#issuecomment-518741681). - -## Roadmap - -See [Roadmap](ROADMAP.md) for more about the Firebase iOS SDK Open Source -plans and directions. - ## Contributing -See [Contributing](CONTRIBUTING.md) for more information on contributing to the Firebase -iOS SDK. +See [Contributing](CONTRIBUTING.md). ## License The contents of this repository is licensed under the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0). -Your use of Firebase is governed by the -[Terms of Service for Firebase Services](https://firebase.google.com/terms/). - [gh-actions]: https://github.com/firebase/firebase-ios-sdk/actions -[gh-abtesting-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/abtesting/badge.svg -[gh-auth-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/auth/badge.svg -[gh-core-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/core/badge.svg -[gh-crashlytics-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/crashlytics/badge.svg -[gh-database-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/database/badge.svg -[gh-datatransport-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/datatransport/badge.svg -[gh-dynamiclinks-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/dynamiclinks/badge.svg -[gh-firebasepod-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/firebasepod/badge.svg -[gh-firestore-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/firestore/badge.svg -[gh-functions-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/functions/badge.svg -[gh-inappmessaging-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/inappmessaging/badge.svg -[gh-interop-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/interop/badge.svg -[gh-messaging-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/messaging/badge.svg -[gh-remoteconfig-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/remoteconfig/badge.svg -[gh-storage-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/storage/badge.svg -[gh-symbolcollision-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/symbolcollision/badge.svg -[gh-zip-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/zip/badge.svg +[gh-google-utilities-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/google-utilities/badge.svg diff --git a/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h b/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h index 6ddd61bfb..87b0decdc 120000 --- a/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h +++ b/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h @@ -1 +1 @@ -../../../FirebaseCore/FirebaseCore/Sources/Public/FIRApp.h \ No newline at end of file +../../../FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIRApp.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCore/FIRConfiguration.h b/ios/Pods/Headers/Private/FirebaseCore/FIRConfiguration.h index eb3f63851..cc77abc49 120000 --- a/ios/Pods/Headers/Private/FirebaseCore/FIRConfiguration.h +++ b/ios/Pods/Headers/Private/FirebaseCore/FIRConfiguration.h @@ -1 +1 @@ -../../../FirebaseCore/FirebaseCore/Sources/Public/FIRConfiguration.h \ No newline at end of file +../../../FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIRConfiguration.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCore/FIRErrorCode.h b/ios/Pods/Headers/Private/FirebaseCore/FIRErrorCode.h deleted file mode 120000 index 18a3f4e86..000000000 --- a/ios/Pods/Headers/Private/FirebaseCore/FIRErrorCode.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCore/FirebaseCore/Sources/Private/FIRErrorCode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCore/FIRErrors.h b/ios/Pods/Headers/Private/FirebaseCore/FIRErrors.h deleted file mode 120000 index c8daeb7b7..000000000 --- a/ios/Pods/Headers/Private/FirebaseCore/FIRErrors.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCore/FirebaseCore/Sources/Private/FIRErrors.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCore/FIRFirebaseUserAgent.h b/ios/Pods/Headers/Private/FirebaseCore/FIRFirebaseUserAgent.h new file mode 120000 index 000000000..73a441609 --- /dev/null +++ b/ios/Pods/Headers/Private/FirebaseCore/FIRFirebaseUserAgent.h @@ -0,0 +1 @@ +../../../FirebaseCore/FirebaseCore/Sources/FIRFirebaseUserAgent.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCore/FIRLoggerLevel.h b/ios/Pods/Headers/Private/FirebaseCore/FIRLoggerLevel.h index 99279de6d..c2831437e 120000 --- a/ios/Pods/Headers/Private/FirebaseCore/FIRLoggerLevel.h +++ b/ios/Pods/Headers/Private/FirebaseCore/FIRLoggerLevel.h @@ -1 +1 @@ -../../../FirebaseCore/FirebaseCore/Sources/Public/FIRLoggerLevel.h \ No newline at end of file +../../../FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIRLoggerLevel.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCore/FIROptions.h b/ios/Pods/Headers/Private/FirebaseCore/FIROptions.h index a0dca9211..ce96232ba 120000 --- a/ios/Pods/Headers/Private/FirebaseCore/FIROptions.h +++ b/ios/Pods/Headers/Private/FirebaseCore/FIROptions.h @@ -1 +1 @@ -../../../FirebaseCore/FirebaseCore/Sources/Public/FIROptions.h \ No newline at end of file +../../../FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCore/FIRVersion.h b/ios/Pods/Headers/Private/FirebaseCore/FIRVersion.h index 5e00ea07f..74bb4831b 120000 --- a/ios/Pods/Headers/Private/FirebaseCore/FIRVersion.h +++ b/ios/Pods/Headers/Private/FirebaseCore/FIRVersion.h @@ -1 +1 @@ -../../../FirebaseCore/FirebaseCore/Sources/FIRVersion.h \ No newline at end of file +../../../FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCore/FirebaseCore.h b/ios/Pods/Headers/Private/FirebaseCore/FirebaseCore.h index 15ac3c88c..7f6be783c 120000 --- a/ios/Pods/Headers/Private/FirebaseCore/FirebaseCore.h +++ b/ios/Pods/Headers/Private/FirebaseCore/FirebaseCore.h @@ -1 +1 @@ -../../../FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore.h \ No newline at end of file +../../../FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FirebaseCore.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCoreDiagnostics/FIRCoreDiagnostics.h b/ios/Pods/Headers/Private/FirebaseCoreDiagnostics/FIRCoreDiagnostics.h new file mode 120000 index 000000000..308ce01ec --- /dev/null +++ b/ios/Pods/Headers/Private/FirebaseCoreDiagnostics/FIRCoreDiagnostics.h @@ -0,0 +1 @@ +../../../FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/Public/FIRCoreDiagnostics.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRAEvent+Internal.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRAEvent+Internal.h deleted file mode 120000 index 440805ba3..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRAEvent+Internal.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRAEvent+Internal.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRAEvent.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRAEvent.h deleted file mode 120000 index 817738eec..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRAEvent.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRAEvent.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRAValue.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRAValue.h deleted file mode 120000 index 11fca850a..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRAValue.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRAValue.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSAnalyticsManager.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSAnalyticsManager.h new file mode 120000 index 000000000..a9817a87a --- /dev/null +++ b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSAnalyticsManager.h @@ -0,0 +1 @@ +../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSExistingReportManager.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSExistingReportManager.h new file mode 120000 index 000000000..9d9b16b49 --- /dev/null +++ b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSExistingReportManager.h @@ -0,0 +1 @@ +../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSExistingReportManager.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSExistingReportManager_Private.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSExistingReportManager_Private.h new file mode 120000 index 000000000..f31885700 --- /dev/null +++ b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSExistingReportManager_Private.h @@ -0,0 +1 @@ +../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Private/FIRCLSExistingReportManager_Private.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSFCRAnalytics.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSFCRAnalytics.h deleted file mode 120000 index f2e5c10bb..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSFCRAnalytics.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Helpers/FIRCLSFCRAnalytics.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSLaunchMarkerModel.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSLaunchMarkerModel.h new file mode 120000 index 000000000..72820e81a --- /dev/null +++ b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSLaunchMarkerModel.h @@ -0,0 +1 @@ +../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSLaunchMarkerModel.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSManagerData.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSManagerData.h new file mode 120000 index 000000000..e432eca6c --- /dev/null +++ b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSManagerData.h @@ -0,0 +1 @@ +../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSNetworkClient.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSNetworkClient.h deleted file mode 120000 index 595ea6e7a..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSNetworkClient.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSNetworkClient.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSNotificationManager.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSNotificationManager.h new file mode 120000 index 000000000..edb179c43 --- /dev/null +++ b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSNotificationManager.h @@ -0,0 +1 @@ +../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSOnboardingOperation.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSOnboardingOperation.h deleted file mode 120000 index 2e24a4668..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSOnboardingOperation.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/Operations/FIRCLSOnboardingOperation.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSPackageReportOperation.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSPackageReportOperation.h deleted file mode 120000 index 06e846761..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSPackageReportOperation.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Operations/Reports/FIRCLSPackageReportOperation.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSReport.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSReport.h deleted file mode 120000 index 85608d750..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSReport.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSReport.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSReport_Private.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSReport_Private.h deleted file mode 120000 index ba8b360bb..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSReport_Private.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSReport_Private.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSSettingsManager.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSSettingsManager.h new file mode 120000 index 000000000..d282bfd95 --- /dev/null +++ b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSSettingsManager.h @@ -0,0 +1 @@ +../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/FIRCLSSettingsManager.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSSettingsOnboardingManager.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSSettingsOnboardingManager.h deleted file mode 120000 index 6105933ca..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSSettingsOnboardingManager.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Settings/FIRCLSSettingsOnboardingManager.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSession.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSession.h deleted file mode 120000 index a2367cc91..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSession.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSession.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionAvailability.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionAvailability.h deleted file mode 120000 index d1bd25803..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionAvailability.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionAvailability.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionConfiguration.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionConfiguration.h deleted file mode 120000 index 51dda9584..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionConfiguration.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionConfiguration.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionDataTask.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionDataTask.h deleted file mode 120000 index b5b2b30de..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionDataTask.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDataTask.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionDataTask_PrivateMethods.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionDataTask_PrivateMethods.h deleted file mode 120000 index 57847609f..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionDataTask_PrivateMethods.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDataTask_PrivateMethods.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionDownloadTask.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionDownloadTask.h deleted file mode 120000 index 0200991c4..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionDownloadTask.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDownloadTask.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionDownloadTask_PrivateMethods.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionDownloadTask_PrivateMethods.h deleted file mode 120000 index 04791981c..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionDownloadTask_PrivateMethods.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDownloadTask_PrivateMethods.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionTask.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionTask.h deleted file mode 120000 index 04122c069..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionTask.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionTask.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionTask_PrivateMethods.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionTask_PrivateMethods.h deleted file mode 120000 index f8b536b72..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionTask_PrivateMethods.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionTask_PrivateMethods.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionUploadTask.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionUploadTask.h deleted file mode 120000 index 2656f94c9..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSessionUploadTask.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionUploadTask.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSession_PrivateMethods.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSession_PrivateMethods.h deleted file mode 120000 index 25a98d761..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCLSURLSession_PrivateMethods.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSession_PrivateMethods.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCrashlytics.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCrashlytics.h index c5678902e..bb58af161 120000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCrashlytics.h +++ b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCrashlytics.h @@ -1 +1 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FIRCrashlytics.h \ No newline at end of file +../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlytics.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCrashlyticsReport.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCrashlyticsReport.h new file mode 120000 index 000000000..d4b65d379 --- /dev/null +++ b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCrashlyticsReport.h @@ -0,0 +1 @@ +../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlyticsReport.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCrashlyticsReport_Private.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCrashlyticsReport_Private.h new file mode 120000 index 000000000..5c90ac63d --- /dev/null +++ b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRCrashlyticsReport_Private.h @@ -0,0 +1 @@ +../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Private/FIRCrashlyticsReport_Private.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRErrorCode.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRErrorCode.h deleted file mode 120000 index 120c1b6de..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRErrorCode.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRErrorCode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRErrors.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRErrors.h deleted file mode 120000 index c310f4767..000000000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRErrors.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCrashlytics/FirebaseCore/Sources/Private/FIRErrors.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRExceptionModel.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRExceptionModel.h index fc129ad84..34830271d 120000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRExceptionModel.h +++ b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRExceptionModel.h @@ -1 +1 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FIRExceptionModel.h \ No newline at end of file +../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRExceptionModel.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRStackFrame.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRStackFrame.h index 9c127465e..ec3b6c249 120000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRStackFrame.h +++ b/ios/Pods/Headers/Private/FirebaseCrashlytics/FIRStackFrame.h @@ -1 +1 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FIRStackFrame.h \ No newline at end of file +../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRStackFrame.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FirebaseCrashlytics.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FirebaseCrashlytics.h index e69eff498..ad28a60c6 120000 --- a/ios/Pods/Headers/Private/FirebaseCrashlytics/FirebaseCrashlytics.h +++ b/ios/Pods/Headers/Private/FirebaseCrashlytics/FirebaseCrashlytics.h @@ -1 +1 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics.h \ No newline at end of file +../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FirebaseCrashlytics.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseCrashlytics/FirebaseInstallationsInternal.h b/ios/Pods/Headers/Private/FirebaseCrashlytics/FirebaseInstallationsInternal.h new file mode 120000 index 000000000..77c21e443 --- /dev/null +++ b/ios/Pods/Headers/Private/FirebaseCrashlytics/FirebaseInstallationsInternal.h @@ -0,0 +1 @@ +../../../FirebaseCrashlytics/FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseInstallations/FIRCurrentDateProvider.h b/ios/Pods/Headers/Private/FirebaseInstallations/FIRCurrentDateProvider.h new file mode 120000 index 000000000..b428367a1 --- /dev/null +++ b/ios/Pods/Headers/Private/FirebaseInstallations/FIRCurrentDateProvider.h @@ -0,0 +1 @@ +../../../FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseInstallations/FIRErrorCode.h b/ios/Pods/Headers/Private/FirebaseInstallations/FIRErrorCode.h deleted file mode 120000 index f99c2ceaf..000000000 --- a/ios/Pods/Headers/Private/FirebaseInstallations/FIRErrorCode.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseInstallations/FirebaseCore/Sources/Private/FIRErrorCode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseInstallations/FIRErrors.h b/ios/Pods/Headers/Private/FirebaseInstallations/FIRErrors.h deleted file mode 120000 index 98bb2aca2..000000000 --- a/ios/Pods/Headers/Private/FirebaseInstallations/FIRErrors.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseInstallations/FirebaseCore/Sources/Private/FIRErrors.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseInstallations/FIRInstallations.h b/ios/Pods/Headers/Private/FirebaseInstallations/FIRInstallations.h index 58d96960f..fd70cadb1 120000 --- a/ios/Pods/Headers/Private/FirebaseInstallations/FIRInstallations.h +++ b/ios/Pods/Headers/Private/FirebaseInstallations/FIRInstallations.h @@ -1 +1 @@ -../../../FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FIRInstallations.h \ No newline at end of file +../../../FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallations.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseInstallations/FIRInstallationsAuthTokenResult.h b/ios/Pods/Headers/Private/FirebaseInstallations/FIRInstallationsAuthTokenResult.h index a779a3725..bd6c4c916 120000 --- a/ios/Pods/Headers/Private/FirebaseInstallations/FIRInstallationsAuthTokenResult.h +++ b/ios/Pods/Headers/Private/FirebaseInstallations/FIRInstallationsAuthTokenResult.h @@ -1 +1 @@ -../../../FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FIRInstallationsAuthTokenResult.h \ No newline at end of file +../../../FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsAuthTokenResult.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseInstallations/FIRInstallationsBackoffController.h b/ios/Pods/Headers/Private/FirebaseInstallations/FIRInstallationsBackoffController.h new file mode 120000 index 000000000..45a51d7b1 --- /dev/null +++ b/ios/Pods/Headers/Private/FirebaseInstallations/FIRInstallationsBackoffController.h @@ -0,0 +1 @@ +../../../FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseInstallations/FIRInstallationsErrors.h b/ios/Pods/Headers/Private/FirebaseInstallations/FIRInstallationsErrors.h index 3e141efcb..e00a9b418 120000 --- a/ios/Pods/Headers/Private/FirebaseInstallations/FIRInstallationsErrors.h +++ b/ios/Pods/Headers/Private/FirebaseInstallations/FIRInstallationsErrors.h @@ -1 +1 @@ -../../../FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FIRInstallationsErrors.h \ No newline at end of file +../../../FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsErrors.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseInstallations/FIRInstallationsVersion.h b/ios/Pods/Headers/Private/FirebaseInstallations/FIRInstallationsVersion.h deleted file mode 120000 index 845fb573d..000000000 --- a/ios/Pods/Headers/Private/FirebaseInstallations/FIRInstallationsVersion.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FIRInstallationsVersion.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseInstallations/FirebaseInstallations.h b/ios/Pods/Headers/Private/FirebaseInstallations/FirebaseInstallations.h index c5bd3b779..9b05c43f8 120000 --- a/ios/Pods/Headers/Private/FirebaseInstallations/FirebaseInstallations.h +++ b/ios/Pods/Headers/Private/FirebaseInstallations/FirebaseInstallations.h @@ -1 +1 @@ -../../../FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations.h \ No newline at end of file +../../../FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FirebaseInstallations.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseInstallations/GULAppEnvironmentUtil.h b/ios/Pods/Headers/Private/FirebaseInstallations/GULAppEnvironmentUtil.h deleted file mode 120000 index 6197cda60..000000000 --- a/ios/Pods/Headers/Private/FirebaseInstallations/GULAppEnvironmentUtil.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseInstallations/GoogleUtilities/Environment/Private/GULAppEnvironmentUtil.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseInstallations/GULHeartbeatDateStorage.h b/ios/Pods/Headers/Private/FirebaseInstallations/GULHeartbeatDateStorage.h deleted file mode 120000 index 48d4be762..000000000 --- a/ios/Pods/Headers/Private/FirebaseInstallations/GULHeartbeatDateStorage.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseInstallations/GoogleUtilities/Environment/Private/GULHeartbeatDateStorage.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseInstallations/GULKeychainStorage.h b/ios/Pods/Headers/Private/FirebaseInstallations/GULKeychainStorage.h deleted file mode 120000 index 56718538c..000000000 --- a/ios/Pods/Headers/Private/FirebaseInstallations/GULKeychainStorage.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseInstallations/GoogleUtilities/Environment/Private/GULKeychainStorage.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseInstallations/GULKeychainUtils.h b/ios/Pods/Headers/Private/FirebaseInstallations/GULKeychainUtils.h deleted file mode 120000 index 1cf9a3cb6..000000000 --- a/ios/Pods/Headers/Private/FirebaseInstallations/GULKeychainUtils.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseInstallations/GoogleUtilities/Environment/Private/GULKeychainUtils.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseInstallations/GULSecureCoding.h b/ios/Pods/Headers/Private/FirebaseInstallations/GULSecureCoding.h deleted file mode 120000 index 5295f6c36..000000000 --- a/ios/Pods/Headers/Private/FirebaseInstallations/GULSecureCoding.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseInstallations/GoogleUtilities/Environment/Private/GULSecureCoding.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FirebaseInstallations/GULUserDefaults.h b/ios/Pods/Headers/Private/FirebaseInstallations/GULUserDefaults.h deleted file mode 120000 index c55a49752..000000000 --- a/ios/Pods/Headers/Private/FirebaseInstallations/GULUserDefaults.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseInstallations/GoogleUtilities/UserDefaults/Private/GULUserDefaults.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCCTCompressionHelper.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCCTCompressionHelper.h new file mode 120000 index 000000000..ea85a0331 --- /dev/null +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCCTCompressionHelper.h @@ -0,0 +1 @@ +../../../GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCCTNanopbHelpers.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCCTNanopbHelpers.h new file mode 120000 index 000000000..dc7056d5a --- /dev/null +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCCTNanopbHelpers.h @@ -0,0 +1 @@ +../../../GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCCTUploadOperation.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCCTUploadOperation.h new file mode 120000 index 000000000..f904ff180 --- /dev/null +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCCTUploadOperation.h @@ -0,0 +1 @@ +../../../GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploadOperation.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCCTUploader.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCCTUploader.h new file mode 120000 index 000000000..31f16b920 --- /dev/null +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCCTUploader.h @@ -0,0 +1 @@ +../../../GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploader.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORAssert.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORAssert.h index e01f1b5ba..e5d8c4fa3 120000 --- a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORAssert.h +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORAssert.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORAssert.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORAssert.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORClock.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORClock.h index d4f004f1a..514b93b2a 120000 --- a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORClock.h +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORClock.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORClock.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORClock.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORConsoleLogger.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORConsoleLogger.h index a4fa59af4..49d4decf9 120000 --- a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORConsoleLogger.h +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORConsoleLogger.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORConsoleLogger.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORDataFuture.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORDataFuture.h deleted file mode 120000 index 3d6fefe0c..000000000 --- a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORDataFuture.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORDataFuture.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORDirectorySizeTracker.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORDirectorySizeTracker.h new file mode 120000 index 000000000..719fd2678 --- /dev/null +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORDirectorySizeTracker.h @@ -0,0 +1 @@ +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORDirectorySizeTracker.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCOREndpoints.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCOREndpoints.h new file mode 120000 index 000000000..b6957ddfa --- /dev/null +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCOREndpoints.h @@ -0,0 +1 @@ +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREndpoints.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCOREndpoints_Private.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCOREndpoints_Private.h new file mode 120000 index 000000000..344a488e1 --- /dev/null +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCOREndpoints_Private.h @@ -0,0 +1 @@ +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCOREndpoints_Private.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCOREvent+GDTCCTSupport.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCOREvent+GDTCCTSupport.h new file mode 120000 index 000000000..8690eea93 --- /dev/null +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCOREvent+GDTCCTSupport.h @@ -0,0 +1 @@ +../../../GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCOREvent.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCOREvent.h index c5584e0d7..3c05da504 120000 --- a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCOREvent.h +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCOREvent.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCOREvent.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCOREventDataObject.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCOREventDataObject.h index c9f8809b0..722d59a09 120000 --- a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCOREventDataObject.h +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCOREventDataObject.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCOREventDataObject.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventDataObject.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCOREventTransformer.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCOREventTransformer.h index fe31351eb..4889d11af 120000 --- a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCOREventTransformer.h +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCOREventTransformer.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCOREventTransformer.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventTransformer.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORFlatFileStorage+Promises.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORFlatFileStorage+Promises.h new file mode 120000 index 000000000..23b459434 --- /dev/null +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORFlatFileStorage+Promises.h @@ -0,0 +1 @@ +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage+Promises.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORLifecycle.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORLifecycle.h index f6c092b59..789c6b6f6 120000 --- a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORLifecycle.h +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORLifecycle.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORLifecycle.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORLifecycle.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORPlatform.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORPlatform.h index e53eae61e..007a2f50f 120000 --- a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORPlatform.h +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORPlatform.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORPlatform.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORPlatform.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORPrioritizer.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORPrioritizer.h deleted file mode 120000 index 859d73fbb..000000000 --- a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORPrioritizer.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORPrioritizer.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORReachability.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORReachability.h index e71cfdfcb..087040a7c 120000 --- a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORReachability.h +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORReachability.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORReachability.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORReachability.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORRegistrar.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORRegistrar.h index 26fa38648..85afb7fe2 120000 --- a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORRegistrar.h +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORRegistrar.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORRegistrar.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORRegistrar.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORStorageEventSelector.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORStorageEventSelector.h new file mode 120000 index 000000000..c25dee349 --- /dev/null +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORStorageEventSelector.h @@ -0,0 +1 @@ +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageEventSelector.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORStorageProtocol.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORStorageProtocol.h index 53c776834..4641e66a3 120000 --- a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORStorageProtocol.h +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORStorageProtocol.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORStorageProtocol.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageProtocol.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORTargets.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORTargets.h index 4a0cd6760..1cf126536 120000 --- a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORTargets.h +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORTargets.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORTargets.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTargets.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORTransport.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORTransport.h index 46d4f4c82..c6fdf54ec 120000 --- a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORTransport.h +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORTransport.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORTransport.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTransport.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORUploadBatch.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORUploadBatch.h new file mode 120000 index 000000000..6f861cb2c --- /dev/null +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORUploadBatch.h @@ -0,0 +1 @@ +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadBatch.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORUploadPackage.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORUploadPackage.h deleted file mode 120000 index 0d592326f..000000000 --- a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORUploadPackage.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORUploadPackage.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORUploadPackage_Private.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORUploadPackage_Private.h deleted file mode 120000 index 30c30f597..000000000 --- a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORUploadPackage_Private.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadPackage_Private.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORUploader.h b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORUploader.h index c8efaa219..7bb4ab82c 120000 --- a/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORUploader.h +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GDTCORUploader.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORUploader.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORUploader.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/GoogleDataTransport.h b/ios/Pods/Headers/Private/GoogleDataTransport/GoogleDataTransport.h index 4cb738201..c7089b106 120000 --- a/ios/Pods/Headers/Private/GoogleDataTransport/GoogleDataTransport.h +++ b/ios/Pods/Headers/Private/GoogleDataTransport/GoogleDataTransport.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GoogleDataTransport.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransport/cct.nanopb.h b/ios/Pods/Headers/Private/GoogleDataTransport/cct.nanopb.h new file mode 120000 index 000000000..fe524d84a --- /dev/null +++ b/ios/Pods/Headers/Private/GoogleDataTransport/cct.nanopb.h @@ -0,0 +1 @@ +../../../GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransportCCTSupport/GDTCCTCompressionHelper.h b/ios/Pods/Headers/Private/GoogleDataTransportCCTSupport/GDTCCTCompressionHelper.h deleted file mode 120000 index 0008b4af9..000000000 --- a/ios/Pods/Headers/Private/GoogleDataTransportCCTSupport/GDTCCTCompressionHelper.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransportCCTSupport/GDTCCTNanopbHelpers.h b/ios/Pods/Headers/Private/GoogleDataTransportCCTSupport/GDTCCTNanopbHelpers.h deleted file mode 120000 index 056575609..000000000 --- a/ios/Pods/Headers/Private/GoogleDataTransportCCTSupport/GDTCCTNanopbHelpers.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransportCCTSupport/GDTCCTPrioritizer.h b/ios/Pods/Headers/Private/GoogleDataTransportCCTSupport/GDTCCTPrioritizer.h deleted file mode 120000 index 4cb65169e..000000000 --- a/ios/Pods/Headers/Private/GoogleDataTransportCCTSupport/GDTCCTPrioritizer.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTPrioritizer.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransportCCTSupport/GDTCCTUploader.h b/ios/Pods/Headers/Private/GoogleDataTransportCCTSupport/GDTCCTUploader.h deleted file mode 120000 index 8c54c1149..000000000 --- a/ios/Pods/Headers/Private/GoogleDataTransportCCTSupport/GDTCCTUploader.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTUploader.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransportCCTSupport/GDTCOREvent+GDTCCTSupport.h b/ios/Pods/Headers/Private/GoogleDataTransportCCTSupport/GDTCOREvent+GDTCCTSupport.h deleted file mode 120000 index 5604da60a..000000000 --- a/ios/Pods/Headers/Private/GoogleDataTransportCCTSupport/GDTCOREvent+GDTCCTSupport.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleDataTransportCCTSupport/cct.nanopb.h b/ios/Pods/Headers/Private/GoogleDataTransportCCTSupport/cct.nanopb.h deleted file mode 120000 index bc740eb72..000000000 --- a/ios/Pods/Headers/Private/GoogleDataTransportCCTSupport/cct.nanopb.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULAppDelegateSwizzler.h b/ios/Pods/Headers/Private/GoogleUtilities/GULAppDelegateSwizzler.h index d2e20b947..57dec4e8c 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULAppDelegateSwizzler.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULAppDelegateSwizzler.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULAppDelegateSwizzler.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULAppEnvironmentUtil.h b/ios/Pods/Headers/Private/GoogleUtilities/GULAppEnvironmentUtil.h index 5fb0b6f03..732bb3df8 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULAppEnvironmentUtil.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULAppEnvironmentUtil.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/Environment/Private/GULAppEnvironmentUtil.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULApplication.h b/ios/Pods/Headers/Private/GoogleUtilities/GULApplication.h index 2e71bbcff..c5666b258 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULApplication.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULApplication.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULApplication.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULHeartbeatDateStorable.h b/ios/Pods/Headers/Private/GoogleUtilities/GULHeartbeatDateStorable.h new file mode 120000 index 000000000..2343f32a4 --- /dev/null +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULHeartbeatDateStorable.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorable.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULHeartbeatDateStorage.h b/ios/Pods/Headers/Private/GoogleUtilities/GULHeartbeatDateStorage.h index ab7e64ae5..26c39b2de 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULHeartbeatDateStorage.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULHeartbeatDateStorage.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/Environment/Private/GULHeartbeatDateStorage.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorage.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h b/ios/Pods/Headers/Private/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h new file mode 120000 index 000000000..b49a424e0 --- /dev/null +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULKeychainStorage.h b/ios/Pods/Headers/Private/GoogleUtilities/GULKeychainStorage.h index 31418e459..48f98ca96 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULKeychainStorage.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULKeychainStorage.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/Environment/Private/GULKeychainStorage.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainStorage.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULKeychainUtils.h b/ios/Pods/Headers/Private/GoogleUtilities/GULKeychainUtils.h index a51f38dea..c8c939615 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULKeychainUtils.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULKeychainUtils.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/Environment/Private/GULKeychainUtils.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainUtils.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULLogger.h b/ios/Pods/Headers/Private/GoogleUtilities/GULLogger.h index bbcc36d6a..b588b6c6c 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULLogger.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULLogger.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/Logger/Private/GULLogger.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULLoggerLevel.h b/ios/Pods/Headers/Private/GoogleUtilities/GULLoggerLevel.h index a42d6a1d7..1778cab18 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULLoggerLevel.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULLoggerLevel.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/Logger/Public/GULLoggerLevel.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/Logger/Public/GoogleUtilities/GULLoggerLevel.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULMutableDictionary.h b/ios/Pods/Headers/Private/GoogleUtilities/GULMutableDictionary.h index 39abb39c3..7bead7f45 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULMutableDictionary.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULMutableDictionary.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/Network/Private/GULMutableDictionary.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULMutableDictionary.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULNSData+zlib.h b/ios/Pods/Headers/Private/GoogleUtilities/GULNSData+zlib.h index fa7721f67..a60d36fcf 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULNSData+zlib.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULNSData+zlib.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/NSData+zlib/Public/GULNSData+zlib.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/NSData+zlib/Public/GoogleUtilities/GULNSData+zlib.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULNSDataInternal.h b/ios/Pods/Headers/Private/GoogleUtilities/GULNSDataInternal.h deleted file mode 120000 index 532ce483d..000000000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULNSDataInternal.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleUtilities/GoogleUtilities/NSData+zlib/Private/GULNSDataInternal.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULNetwork.h b/ios/Pods/Headers/Private/GoogleUtilities/GULNetwork.h index 6d8cd6aaa..0df601640 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULNetwork.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULNetwork.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/Network/Private/GULNetwork.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetwork.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULNetworkConstants.h b/ios/Pods/Headers/Private/GoogleUtilities/GULNetworkConstants.h index 711b76dcc..17b6d8bfa 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULNetworkConstants.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULNetworkConstants.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/Network/Private/GULNetworkConstants.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkConstants.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULNetworkInternal.h b/ios/Pods/Headers/Private/GoogleUtilities/GULNetworkInternal.h new file mode 120000 index 000000000..92e512a9e --- /dev/null +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULNetworkInternal.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Network/GULNetworkInternal.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULNetworkLoggerProtocol.h b/ios/Pods/Headers/Private/GoogleUtilities/GULNetworkLoggerProtocol.h index f517b2fbb..fe442fc0d 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULNetworkLoggerProtocol.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULNetworkLoggerProtocol.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/Network/Private/GULNetworkLoggerProtocol.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkLoggerProtocol.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULNetworkMessageCode.h b/ios/Pods/Headers/Private/GoogleUtilities/GULNetworkMessageCode.h index 69a34af1e..b932358cb 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULNetworkMessageCode.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULNetworkMessageCode.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/Network/Private/GULNetworkMessageCode.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkMessageCode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULNetworkURLSession.h b/ios/Pods/Headers/Private/GoogleUtilities/GULNetworkURLSession.h index c419b25d0..6d9ff2f26 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULNetworkURLSession.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULNetworkURLSession.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/Network/Private/GULNetworkURLSession.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkURLSession.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULOriginalIMPConvenienceMacros.h b/ios/Pods/Headers/Private/GoogleUtilities/GULOriginalIMPConvenienceMacros.h index d0572ee30..772fc84b9 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULOriginalIMPConvenienceMacros.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULOriginalIMPConvenienceMacros.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/MethodSwizzler/Private/GULOriginalIMPConvenienceMacros.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULOriginalIMPConvenienceMacros.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULReachabilityChecker.h b/ios/Pods/Headers/Private/GoogleUtilities/GULReachabilityChecker.h index 6782c3ffd..8edd64487 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULReachabilityChecker.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULReachabilityChecker.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/Reachability/Private/GULReachabilityChecker.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/Reachability/Public/GoogleUtilities/GULReachabilityChecker.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULReachabilityMessageCode.h b/ios/Pods/Headers/Private/GoogleUtilities/GULReachabilityMessageCode.h index 3df3f38bf..04a35d4f7 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULReachabilityMessageCode.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULReachabilityMessageCode.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/Reachability/Private/GULReachabilityMessageCode.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/Reachability/GULReachabilityMessageCode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULSceneDelegateSwizzler.h b/ios/Pods/Headers/Private/GoogleUtilities/GULSceneDelegateSwizzler.h index 3c59707f4..6a25fcb42 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULSceneDelegateSwizzler.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULSceneDelegateSwizzler.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/SceneDelegateSwizzler/Private/GULSceneDelegateSwizzler.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULSceneDelegateSwizzler.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULSceneDelegateSwizzler_Private.h b/ios/Pods/Headers/Private/GoogleUtilities/GULSceneDelegateSwizzler_Private.h index f078ca945..900c4179e 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULSceneDelegateSwizzler_Private.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULSceneDelegateSwizzler_Private.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/SceneDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULSecureCoding.h b/ios/Pods/Headers/Private/GoogleUtilities/GULSecureCoding.h index e7508aaff..5bd631e1e 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULSecureCoding.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULSecureCoding.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/Environment/Private/GULSecureCoding.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULSecureCoding.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULSwizzler.h b/ios/Pods/Headers/Private/GoogleUtilities/GULSwizzler.h index b87926695..ce2c99906 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULSwizzler.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULSwizzler.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/MethodSwizzler/Private/GULSwizzler.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULSwizzler.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULURLSessionDataResponse.h b/ios/Pods/Headers/Private/GoogleUtilities/GULURLSessionDataResponse.h new file mode 120000 index 000000000..f238ee621 --- /dev/null +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULURLSessionDataResponse.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULURLSessionDataResponse.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/GULUserDefaults.h b/ios/Pods/Headers/Private/GoogleUtilities/GULUserDefaults.h index c4ad1af12..5fe67b8b0 120000 --- a/ios/Pods/Headers/Private/GoogleUtilities/GULUserDefaults.h +++ b/ios/Pods/Headers/Private/GoogleUtilities/GULUserDefaults.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/UserDefaults/Private/GULUserDefaults.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/UserDefaults/Public/GoogleUtilities/GULUserDefaults.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/GoogleUtilities/NSURLSession+GULPromises.h b/ios/Pods/Headers/Private/GoogleUtilities/NSURLSession+GULPromises.h new file mode 120000 index 000000000..4736f5b9c --- /dev/null +++ b/ios/Pods/Headers/Private/GoogleUtilities/NSURLSession+GULPromises.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/NSURLSession+GULPromises.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNFBCrashlytics/RNFBCrashlyticsNativeHelper.h b/ios/Pods/Headers/Private/RNFBCrashlytics/RNFBCrashlyticsNativeHelper.h new file mode 120000 index 000000000..640ec539d --- /dev/null +++ b/ios/Pods/Headers/Private/RNFBCrashlytics/RNFBCrashlyticsNativeHelper.h @@ -0,0 +1 @@ +../../../../../node_modules/@react-native-firebase/crashlytics/ios/RNFBCrashlytics/RNFBCrashlyticsNativeHelper.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-notifications/RCTConvert+RNNotifications.h b/ios/Pods/Headers/Private/react-native-notifications/RCTConvert+RNNotifications.h index 79ef7aed9..4e67c51df 120000 --- a/ios/Pods/Headers/Private/react-native-notifications/RCTConvert+RNNotifications.h +++ b/ios/Pods/Headers/Private/react-native-notifications/RCTConvert+RNNotifications.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RCTConvert+RNNotifications.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RCTConvert+RNNotifications.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-notifications/RNBridgeModule.h b/ios/Pods/Headers/Private/react-native-notifications/RNBridgeModule.h index 1520c4adc..2423621fa 120000 --- a/ios/Pods/Headers/Private/react-native-notifications/RNBridgeModule.h +++ b/ios/Pods/Headers/Private/react-native-notifications/RNBridgeModule.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNBridgeModule.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNBridgeModule.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-notifications/RNCommandsHandler.h b/ios/Pods/Headers/Private/react-native-notifications/RNCommandsHandler.h index dacaa84c7..4610733b6 120000 --- a/ios/Pods/Headers/Private/react-native-notifications/RNCommandsHandler.h +++ b/ios/Pods/Headers/Private/react-native-notifications/RNCommandsHandler.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNCommandsHandler.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNCommandsHandler.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-notifications/RNEventEmitter.h b/ios/Pods/Headers/Private/react-native-notifications/RNEventEmitter.h index 233d4b360..4984c9346 120000 --- a/ios/Pods/Headers/Private/react-native-notifications/RNEventEmitter.h +++ b/ios/Pods/Headers/Private/react-native-notifications/RNEventEmitter.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNEventEmitter.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNEventEmitter.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-notifications/RNNotificationCenter.h b/ios/Pods/Headers/Private/react-native-notifications/RNNotificationCenter.h index 9d6cb14a1..93700fdb8 120000 --- a/ios/Pods/Headers/Private/react-native-notifications/RNNotificationCenter.h +++ b/ios/Pods/Headers/Private/react-native-notifications/RNNotificationCenter.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNNotificationCenter.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNNotificationCenter.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-notifications/RNNotificationCenterListener.h b/ios/Pods/Headers/Private/react-native-notifications/RNNotificationCenterListener.h index 482c5cbfa..d412f0e50 120000 --- a/ios/Pods/Headers/Private/react-native-notifications/RNNotificationCenterListener.h +++ b/ios/Pods/Headers/Private/react-native-notifications/RNNotificationCenterListener.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNNotificationCenterListener.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNNotificationCenterListener.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-notifications/RNNotificationCenterMulticast.h b/ios/Pods/Headers/Private/react-native-notifications/RNNotificationCenterMulticast.h index 3ed47c5e1..66e512dd6 120000 --- a/ios/Pods/Headers/Private/react-native-notifications/RNNotificationCenterMulticast.h +++ b/ios/Pods/Headers/Private/react-native-notifications/RNNotificationCenterMulticast.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNNotificationCenterMulticast.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNNotificationCenterMulticast.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-notifications/RNNotificationEventHandler.h b/ios/Pods/Headers/Private/react-native-notifications/RNNotificationEventHandler.h index f7ce6178b..34f1629fa 120000 --- a/ios/Pods/Headers/Private/react-native-notifications/RNNotificationEventHandler.h +++ b/ios/Pods/Headers/Private/react-native-notifications/RNNotificationEventHandler.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNNotificationEventHandler.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNNotificationEventHandler.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-notifications/RNNotificationParser.h b/ios/Pods/Headers/Private/react-native-notifications/RNNotificationParser.h index 095eaf37f..8567a10b7 120000 --- a/ios/Pods/Headers/Private/react-native-notifications/RNNotificationParser.h +++ b/ios/Pods/Headers/Private/react-native-notifications/RNNotificationParser.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNNotificationParser.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNNotificationParser.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-notifications/RNNotificationUtils.h b/ios/Pods/Headers/Private/react-native-notifications/RNNotificationUtils.h index c1b740339..bfb50032c 120000 --- a/ios/Pods/Headers/Private/react-native-notifications/RNNotificationUtils.h +++ b/ios/Pods/Headers/Private/react-native-notifications/RNNotificationUtils.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNNotificationUtils.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNNotificationUtils.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-notifications/RNNotifications.h b/ios/Pods/Headers/Private/react-native-notifications/RNNotifications.h index 82f80cd91..cb1687ddf 120000 --- a/ios/Pods/Headers/Private/react-native-notifications/RNNotifications.h +++ b/ios/Pods/Headers/Private/react-native-notifications/RNNotifications.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNNotifications.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNNotifications.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-notifications/RNNotificationsStore.h b/ios/Pods/Headers/Private/react-native-notifications/RNNotificationsStore.h index b40bc2db2..aba71d725 120000 --- a/ios/Pods/Headers/Private/react-native-notifications/RNNotificationsStore.h +++ b/ios/Pods/Headers/Private/react-native-notifications/RNNotificationsStore.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNNotificationsStore.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNNotificationsStore.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-notifications/RNPushKit.h b/ios/Pods/Headers/Private/react-native-notifications/RNPushKit.h index 48fa32f7a..253b23399 120000 --- a/ios/Pods/Headers/Private/react-native-notifications/RNPushKit.h +++ b/ios/Pods/Headers/Private/react-native-notifications/RNPushKit.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNPushKit.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNPushKit.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-notifications/RNPushKitEventHandler.h b/ios/Pods/Headers/Private/react-native-notifications/RNPushKitEventHandler.h index cc81d1908..ba136ac24 120000 --- a/ios/Pods/Headers/Private/react-native-notifications/RNPushKitEventHandler.h +++ b/ios/Pods/Headers/Private/react-native-notifications/RNPushKitEventHandler.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNPushKitEventHandler.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNPushKitEventHandler.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-notifications/RNPushKitEventListener.h b/ios/Pods/Headers/Private/react-native-notifications/RNPushKitEventListener.h index 9b80031f9..9f6cfae46 120000 --- a/ios/Pods/Headers/Private/react-native-notifications/RNPushKitEventListener.h +++ b/ios/Pods/Headers/Private/react-native-notifications/RNPushKitEventListener.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNPushKitEventListener.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNPushKitEventListener.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/FirebaseCore/FIRApp.h b/ios/Pods/Headers/Public/FirebaseCore/FIRApp.h index 6ddd61bfb..87b0decdc 120000 --- a/ios/Pods/Headers/Public/FirebaseCore/FIRApp.h +++ b/ios/Pods/Headers/Public/FirebaseCore/FIRApp.h @@ -1 +1 @@ -../../../FirebaseCore/FirebaseCore/Sources/Public/FIRApp.h \ No newline at end of file +../../../FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIRApp.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/FirebaseCore/FIRConfiguration.h b/ios/Pods/Headers/Public/FirebaseCore/FIRConfiguration.h index eb3f63851..cc77abc49 120000 --- a/ios/Pods/Headers/Public/FirebaseCore/FIRConfiguration.h +++ b/ios/Pods/Headers/Public/FirebaseCore/FIRConfiguration.h @@ -1 +1 @@ -../../../FirebaseCore/FirebaseCore/Sources/Public/FIRConfiguration.h \ No newline at end of file +../../../FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIRConfiguration.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/FirebaseCore/FIRLoggerLevel.h b/ios/Pods/Headers/Public/FirebaseCore/FIRLoggerLevel.h index 99279de6d..c2831437e 120000 --- a/ios/Pods/Headers/Public/FirebaseCore/FIRLoggerLevel.h +++ b/ios/Pods/Headers/Public/FirebaseCore/FIRLoggerLevel.h @@ -1 +1 @@ -../../../FirebaseCore/FirebaseCore/Sources/Public/FIRLoggerLevel.h \ No newline at end of file +../../../FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIRLoggerLevel.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/FirebaseCore/FIROptions.h b/ios/Pods/Headers/Public/FirebaseCore/FIROptions.h index a0dca9211..ce96232ba 120000 --- a/ios/Pods/Headers/Public/FirebaseCore/FIROptions.h +++ b/ios/Pods/Headers/Public/FirebaseCore/FIROptions.h @@ -1 +1 @@ -../../../FirebaseCore/FirebaseCore/Sources/Public/FIROptions.h \ No newline at end of file +../../../FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/FirebaseCore/FIRVersion.h b/ios/Pods/Headers/Public/FirebaseCore/FIRVersion.h new file mode 120000 index 000000000..74bb4831b --- /dev/null +++ b/ios/Pods/Headers/Public/FirebaseCore/FIRVersion.h @@ -0,0 +1 @@ +../../../FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/FirebaseCore/FirebaseCore.h b/ios/Pods/Headers/Public/FirebaseCore/FirebaseCore.h index 15ac3c88c..7f6be783c 120000 --- a/ios/Pods/Headers/Public/FirebaseCore/FirebaseCore.h +++ b/ios/Pods/Headers/Public/FirebaseCore/FirebaseCore.h @@ -1 +1 @@ -../../../FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore.h \ No newline at end of file +../../../FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FirebaseCore.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/FirebaseCoreDiagnostics/FIRCoreDiagnostics.h b/ios/Pods/Headers/Public/FirebaseCoreDiagnostics/FIRCoreDiagnostics.h new file mode 120000 index 000000000..308ce01ec --- /dev/null +++ b/ios/Pods/Headers/Public/FirebaseCoreDiagnostics/FIRCoreDiagnostics.h @@ -0,0 +1 @@ +../../../FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/Public/FIRCoreDiagnostics.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/FirebaseCoreDiagnostics/FIRCoreDiagnosticsData.h b/ios/Pods/Headers/Public/FirebaseCoreDiagnostics/FIRCoreDiagnosticsData.h deleted file mode 120000 index 83f0dd892..000000000 --- a/ios/Pods/Headers/Public/FirebaseCoreDiagnostics/FIRCoreDiagnosticsData.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCoreDiagnostics/Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/FirebaseCoreDiagnostics/FIRCoreDiagnosticsInterop.h b/ios/Pods/Headers/Public/FirebaseCoreDiagnostics/FIRCoreDiagnosticsInterop.h deleted file mode 120000 index ed200e50e..000000000 --- a/ios/Pods/Headers/Public/FirebaseCoreDiagnostics/FIRCoreDiagnosticsInterop.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCoreDiagnostics/Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/FirebaseCoreDiagnostics/firebasecore.nanopb.h b/ios/Pods/Headers/Public/FirebaseCoreDiagnostics/firebasecore.nanopb.h deleted file mode 120000 index 87aa934e0..000000000 --- a/ios/Pods/Headers/Public/FirebaseCoreDiagnostics/firebasecore.nanopb.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/FirebaseCrashlytics/FIRCrashlytics.h b/ios/Pods/Headers/Public/FirebaseCrashlytics/FIRCrashlytics.h index c5678902e..bb58af161 120000 --- a/ios/Pods/Headers/Public/FirebaseCrashlytics/FIRCrashlytics.h +++ b/ios/Pods/Headers/Public/FirebaseCrashlytics/FIRCrashlytics.h @@ -1 +1 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FIRCrashlytics.h \ No newline at end of file +../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlytics.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/FirebaseCrashlytics/FIRCrashlyticsReport.h b/ios/Pods/Headers/Public/FirebaseCrashlytics/FIRCrashlyticsReport.h new file mode 120000 index 000000000..d4b65d379 --- /dev/null +++ b/ios/Pods/Headers/Public/FirebaseCrashlytics/FIRCrashlyticsReport.h @@ -0,0 +1 @@ +../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlyticsReport.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/FirebaseCrashlytics/FIRExceptionModel.h b/ios/Pods/Headers/Public/FirebaseCrashlytics/FIRExceptionModel.h index fc129ad84..34830271d 120000 --- a/ios/Pods/Headers/Public/FirebaseCrashlytics/FIRExceptionModel.h +++ b/ios/Pods/Headers/Public/FirebaseCrashlytics/FIRExceptionModel.h @@ -1 +1 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FIRExceptionModel.h \ No newline at end of file +../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRExceptionModel.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/FirebaseCrashlytics/FIRStackFrame.h b/ios/Pods/Headers/Public/FirebaseCrashlytics/FIRStackFrame.h index 9c127465e..ec3b6c249 120000 --- a/ios/Pods/Headers/Public/FirebaseCrashlytics/FIRStackFrame.h +++ b/ios/Pods/Headers/Public/FirebaseCrashlytics/FIRStackFrame.h @@ -1 +1 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FIRStackFrame.h \ No newline at end of file +../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRStackFrame.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/FirebaseCrashlytics/FirebaseCrashlytics.h b/ios/Pods/Headers/Public/FirebaseCrashlytics/FirebaseCrashlytics.h index e69eff498..ad28a60c6 120000 --- a/ios/Pods/Headers/Public/FirebaseCrashlytics/FirebaseCrashlytics.h +++ b/ios/Pods/Headers/Public/FirebaseCrashlytics/FirebaseCrashlytics.h @@ -1 +1 @@ -../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics.h \ No newline at end of file +../../../FirebaseCrashlytics/Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FirebaseCrashlytics.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/FirebaseInstallations/FIRInstallations.h b/ios/Pods/Headers/Public/FirebaseInstallations/FIRInstallations.h index 58d96960f..fd70cadb1 120000 --- a/ios/Pods/Headers/Public/FirebaseInstallations/FIRInstallations.h +++ b/ios/Pods/Headers/Public/FirebaseInstallations/FIRInstallations.h @@ -1 +1 @@ -../../../FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FIRInstallations.h \ No newline at end of file +../../../FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallations.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/FirebaseInstallations/FIRInstallationsAuthTokenResult.h b/ios/Pods/Headers/Public/FirebaseInstallations/FIRInstallationsAuthTokenResult.h index a779a3725..bd6c4c916 120000 --- a/ios/Pods/Headers/Public/FirebaseInstallations/FIRInstallationsAuthTokenResult.h +++ b/ios/Pods/Headers/Public/FirebaseInstallations/FIRInstallationsAuthTokenResult.h @@ -1 +1 @@ -../../../FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FIRInstallationsAuthTokenResult.h \ No newline at end of file +../../../FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsAuthTokenResult.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/FirebaseInstallations/FIRInstallationsErrors.h b/ios/Pods/Headers/Public/FirebaseInstallations/FIRInstallationsErrors.h index 3e141efcb..e00a9b418 120000 --- a/ios/Pods/Headers/Public/FirebaseInstallations/FIRInstallationsErrors.h +++ b/ios/Pods/Headers/Public/FirebaseInstallations/FIRInstallationsErrors.h @@ -1 +1 @@ -../../../FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FIRInstallationsErrors.h \ No newline at end of file +../../../FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsErrors.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/FirebaseInstallations/FIRInstallationsVersion.h b/ios/Pods/Headers/Public/FirebaseInstallations/FIRInstallationsVersion.h deleted file mode 120000 index 845fb573d..000000000 --- a/ios/Pods/Headers/Public/FirebaseInstallations/FIRInstallationsVersion.h +++ /dev/null @@ -1 +0,0 @@ -../../../FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FIRInstallationsVersion.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/FirebaseInstallations/FirebaseInstallations.h b/ios/Pods/Headers/Public/FirebaseInstallations/FirebaseInstallations.h index c5bd3b779..9b05c43f8 120000 --- a/ios/Pods/Headers/Public/FirebaseInstallations/FirebaseInstallations.h +++ b/ios/Pods/Headers/Public/FirebaseInstallations/FirebaseInstallations.h @@ -1 +1 @@ -../../../FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations.h \ No newline at end of file +../../../FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FirebaseInstallations.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORAssert.h b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORAssert.h deleted file mode 120000 index e01f1b5ba..000000000 --- a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORAssert.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORAssert.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORClock.h b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORClock.h index d4f004f1a..514b93b2a 120000 --- a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORClock.h +++ b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORClock.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORClock.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORClock.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORConsoleLogger.h b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORConsoleLogger.h index a4fa59af4..49d4decf9 120000 --- a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORConsoleLogger.h +++ b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORConsoleLogger.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORConsoleLogger.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCOREndpoints.h b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCOREndpoints.h new file mode 120000 index 000000000..b6957ddfa --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCOREndpoints.h @@ -0,0 +1 @@ +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREndpoints.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCOREvent.h b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCOREvent.h index c5584e0d7..3c05da504 120000 --- a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCOREvent.h +++ b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCOREvent.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCOREvent.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCOREventDataObject.h b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCOREventDataObject.h index c9f8809b0..722d59a09 120000 --- a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCOREventDataObject.h +++ b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCOREventDataObject.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCOREventDataObject.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventDataObject.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCOREventTransformer.h b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCOREventTransformer.h index fe31351eb..4889d11af 120000 --- a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCOREventTransformer.h +++ b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCOREventTransformer.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCOREventTransformer.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventTransformer.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORLifecycle.h b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORLifecycle.h deleted file mode 120000 index f6c092b59..000000000 --- a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORLifecycle.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORLifecycle.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORPlatform.h b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORPlatform.h deleted file mode 120000 index e53eae61e..000000000 --- a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORPlatform.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORPlatform.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORPrioritizer.h b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORPrioritizer.h deleted file mode 120000 index 859d73fbb..000000000 --- a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORPrioritizer.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORPrioritizer.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORReachability.h b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORReachability.h deleted file mode 120000 index e71cfdfcb..000000000 --- a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORReachability.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORReachability.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORRegistrar.h b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORRegistrar.h deleted file mode 120000 index 26fa38648..000000000 --- a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORRegistrar.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORRegistrar.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORStorageProtocol.h b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORStorageProtocol.h deleted file mode 120000 index 53c776834..000000000 --- a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORStorageProtocol.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORStorageProtocol.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORTargets.h b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORTargets.h index 4a0cd6760..1cf126536 120000 --- a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORTargets.h +++ b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORTargets.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORTargets.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTargets.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORTransport.h b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORTransport.h index 46d4f4c82..c6fdf54ec 120000 --- a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORTransport.h +++ b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORTransport.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORTransport.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTransport.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORUploadPackage.h b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORUploadPackage.h deleted file mode 120000 index 0d592326f..000000000 --- a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORUploadPackage.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORUploadPackage.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORUploader.h b/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORUploader.h deleted file mode 120000 index c8efaa219..000000000 --- a/ios/Pods/Headers/Public/GoogleDataTransport/GDTCORUploader.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORUploader.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleDataTransport/GoogleDataTransport.h b/ios/Pods/Headers/Public/GoogleDataTransport/GoogleDataTransport.h index 4cb738201..c7089b106 120000 --- a/ios/Pods/Headers/Public/GoogleDataTransport/GoogleDataTransport.h +++ b/ios/Pods/Headers/Public/GoogleDataTransport/GoogleDataTransport.h @@ -1 +1 @@ -../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport.h \ No newline at end of file +../../../GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GoogleDataTransport.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleDataTransportCCTSupport/GDTCOREvent+GDTCCTSupport.h b/ios/Pods/Headers/Public/GoogleDataTransportCCTSupport/GDTCOREvent+GDTCCTSupport.h deleted file mode 120000 index 5604da60a..000000000 --- a/ios/Pods/Headers/Public/GoogleDataTransportCCTSupport/GDTCOREvent+GDTCCTSupport.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULAppDelegateSwizzler.h b/ios/Pods/Headers/Public/GoogleUtilities/GULAppDelegateSwizzler.h new file mode 120000 index 000000000..57dec4e8c --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULAppDelegateSwizzler.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULAppDelegateSwizzler.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULAppEnvironmentUtil.h b/ios/Pods/Headers/Public/GoogleUtilities/GULAppEnvironmentUtil.h new file mode 120000 index 000000000..732bb3df8 --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULAppEnvironmentUtil.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULApplication.h b/ios/Pods/Headers/Public/GoogleUtilities/GULApplication.h new file mode 120000 index 000000000..c5666b258 --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULApplication.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULApplication.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULHeartbeatDateStorable.h b/ios/Pods/Headers/Public/GoogleUtilities/GULHeartbeatDateStorable.h new file mode 120000 index 000000000..2343f32a4 --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULHeartbeatDateStorable.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorable.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULHeartbeatDateStorage.h b/ios/Pods/Headers/Public/GoogleUtilities/GULHeartbeatDateStorage.h new file mode 120000 index 000000000..26c39b2de --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULHeartbeatDateStorage.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorage.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h b/ios/Pods/Headers/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h new file mode 120000 index 000000000..b49a424e0 --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULKeychainStorage.h b/ios/Pods/Headers/Public/GoogleUtilities/GULKeychainStorage.h new file mode 120000 index 000000000..48f98ca96 --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULKeychainStorage.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainStorage.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULKeychainUtils.h b/ios/Pods/Headers/Public/GoogleUtilities/GULKeychainUtils.h new file mode 120000 index 000000000..c8c939615 --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULKeychainUtils.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainUtils.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULLogger.h b/ios/Pods/Headers/Public/GoogleUtilities/GULLogger.h new file mode 120000 index 000000000..b588b6c6c --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULLogger.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULLoggerCodes.h b/ios/Pods/Headers/Public/GoogleUtilities/GULLoggerCodes.h deleted file mode 120000 index 81ff4fded..000000000 --- a/ios/Pods/Headers/Public/GoogleUtilities/GULLoggerCodes.h +++ /dev/null @@ -1 +0,0 @@ -../../../GoogleUtilities/GoogleUtilities/Common/GULLoggerCodes.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULLoggerLevel.h b/ios/Pods/Headers/Public/GoogleUtilities/GULLoggerLevel.h index a42d6a1d7..1778cab18 120000 --- a/ios/Pods/Headers/Public/GoogleUtilities/GULLoggerLevel.h +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULLoggerLevel.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/Logger/Public/GULLoggerLevel.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/Logger/Public/GoogleUtilities/GULLoggerLevel.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULMutableDictionary.h b/ios/Pods/Headers/Public/GoogleUtilities/GULMutableDictionary.h new file mode 120000 index 000000000..7bead7f45 --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULMutableDictionary.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULMutableDictionary.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULNSData+zlib.h b/ios/Pods/Headers/Public/GoogleUtilities/GULNSData+zlib.h index fa7721f67..a60d36fcf 120000 --- a/ios/Pods/Headers/Public/GoogleUtilities/GULNSData+zlib.h +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULNSData+zlib.h @@ -1 +1 @@ -../../../GoogleUtilities/GoogleUtilities/NSData+zlib/Public/GULNSData+zlib.h \ No newline at end of file +../../../GoogleUtilities/GoogleUtilities/NSData+zlib/Public/GoogleUtilities/GULNSData+zlib.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULNetwork.h b/ios/Pods/Headers/Public/GoogleUtilities/GULNetwork.h new file mode 120000 index 000000000..0df601640 --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULNetwork.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetwork.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULNetworkConstants.h b/ios/Pods/Headers/Public/GoogleUtilities/GULNetworkConstants.h new file mode 120000 index 000000000..17b6d8bfa --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULNetworkConstants.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkConstants.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULNetworkLoggerProtocol.h b/ios/Pods/Headers/Public/GoogleUtilities/GULNetworkLoggerProtocol.h new file mode 120000 index 000000000..fe442fc0d --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULNetworkLoggerProtocol.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkLoggerProtocol.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULNetworkMessageCode.h b/ios/Pods/Headers/Public/GoogleUtilities/GULNetworkMessageCode.h new file mode 120000 index 000000000..b932358cb --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULNetworkMessageCode.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkMessageCode.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULNetworkURLSession.h b/ios/Pods/Headers/Public/GoogleUtilities/GULNetworkURLSession.h new file mode 120000 index 000000000..6d9ff2f26 --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULNetworkURLSession.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkURLSession.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULOriginalIMPConvenienceMacros.h b/ios/Pods/Headers/Public/GoogleUtilities/GULOriginalIMPConvenienceMacros.h new file mode 120000 index 000000000..772fc84b9 --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULOriginalIMPConvenienceMacros.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULOriginalIMPConvenienceMacros.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULReachabilityChecker.h b/ios/Pods/Headers/Public/GoogleUtilities/GULReachabilityChecker.h new file mode 120000 index 000000000..8edd64487 --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULReachabilityChecker.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Reachability/Public/GoogleUtilities/GULReachabilityChecker.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULSceneDelegateSwizzler.h b/ios/Pods/Headers/Public/GoogleUtilities/GULSceneDelegateSwizzler.h new file mode 120000 index 000000000..6a25fcb42 --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULSceneDelegateSwizzler.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULSceneDelegateSwizzler.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULSecureCoding.h b/ios/Pods/Headers/Public/GoogleUtilities/GULSecureCoding.h new file mode 120000 index 000000000..5bd631e1e --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULSecureCoding.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULSecureCoding.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULSwizzler.h b/ios/Pods/Headers/Public/GoogleUtilities/GULSwizzler.h new file mode 120000 index 000000000..ce2c99906 --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULSwizzler.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULSwizzler.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULURLSessionDataResponse.h b/ios/Pods/Headers/Public/GoogleUtilities/GULURLSessionDataResponse.h new file mode 120000 index 000000000..f238ee621 --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULURLSessionDataResponse.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULURLSessionDataResponse.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/GULUserDefaults.h b/ios/Pods/Headers/Public/GoogleUtilities/GULUserDefaults.h new file mode 120000 index 000000000..5fe67b8b0 --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/GULUserDefaults.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/UserDefaults/Public/GoogleUtilities/GULUserDefaults.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/GoogleUtilities/NSURLSession+GULPromises.h b/ios/Pods/Headers/Public/GoogleUtilities/NSURLSession+GULPromises.h new file mode 120000 index 000000000..4736f5b9c --- /dev/null +++ b/ios/Pods/Headers/Public/GoogleUtilities/NSURLSession+GULPromises.h @@ -0,0 +1 @@ +../../../GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/NSURLSession+GULPromises.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNFBCrashlytics/RNFBCrashlyticsNativeHelper.h b/ios/Pods/Headers/Public/RNFBCrashlytics/RNFBCrashlyticsNativeHelper.h new file mode 120000 index 000000000..640ec539d --- /dev/null +++ b/ios/Pods/Headers/Public/RNFBCrashlytics/RNFBCrashlyticsNativeHelper.h @@ -0,0 +1 @@ +../../../../../node_modules/@react-native-firebase/crashlytics/ios/RNFBCrashlytics/RNFBCrashlyticsNativeHelper.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-notifications/RCTConvert+RNNotifications.h b/ios/Pods/Headers/Public/react-native-notifications/RCTConvert+RNNotifications.h index 79ef7aed9..4e67c51df 120000 --- a/ios/Pods/Headers/Public/react-native-notifications/RCTConvert+RNNotifications.h +++ b/ios/Pods/Headers/Public/react-native-notifications/RCTConvert+RNNotifications.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RCTConvert+RNNotifications.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RCTConvert+RNNotifications.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-notifications/RNBridgeModule.h b/ios/Pods/Headers/Public/react-native-notifications/RNBridgeModule.h index 1520c4adc..2423621fa 120000 --- a/ios/Pods/Headers/Public/react-native-notifications/RNBridgeModule.h +++ b/ios/Pods/Headers/Public/react-native-notifications/RNBridgeModule.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNBridgeModule.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNBridgeModule.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-notifications/RNCommandsHandler.h b/ios/Pods/Headers/Public/react-native-notifications/RNCommandsHandler.h index dacaa84c7..4610733b6 120000 --- a/ios/Pods/Headers/Public/react-native-notifications/RNCommandsHandler.h +++ b/ios/Pods/Headers/Public/react-native-notifications/RNCommandsHandler.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNCommandsHandler.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNCommandsHandler.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-notifications/RNEventEmitter.h b/ios/Pods/Headers/Public/react-native-notifications/RNEventEmitter.h index 233d4b360..4984c9346 120000 --- a/ios/Pods/Headers/Public/react-native-notifications/RNEventEmitter.h +++ b/ios/Pods/Headers/Public/react-native-notifications/RNEventEmitter.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNEventEmitter.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNEventEmitter.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-notifications/RNNotificationCenter.h b/ios/Pods/Headers/Public/react-native-notifications/RNNotificationCenter.h index 9d6cb14a1..93700fdb8 120000 --- a/ios/Pods/Headers/Public/react-native-notifications/RNNotificationCenter.h +++ b/ios/Pods/Headers/Public/react-native-notifications/RNNotificationCenter.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNNotificationCenter.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNNotificationCenter.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-notifications/RNNotificationCenterListener.h b/ios/Pods/Headers/Public/react-native-notifications/RNNotificationCenterListener.h index 482c5cbfa..d412f0e50 120000 --- a/ios/Pods/Headers/Public/react-native-notifications/RNNotificationCenterListener.h +++ b/ios/Pods/Headers/Public/react-native-notifications/RNNotificationCenterListener.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNNotificationCenterListener.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNNotificationCenterListener.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-notifications/RNNotificationCenterMulticast.h b/ios/Pods/Headers/Public/react-native-notifications/RNNotificationCenterMulticast.h index 3ed47c5e1..66e512dd6 120000 --- a/ios/Pods/Headers/Public/react-native-notifications/RNNotificationCenterMulticast.h +++ b/ios/Pods/Headers/Public/react-native-notifications/RNNotificationCenterMulticast.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNNotificationCenterMulticast.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNNotificationCenterMulticast.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-notifications/RNNotificationEventHandler.h b/ios/Pods/Headers/Public/react-native-notifications/RNNotificationEventHandler.h index f7ce6178b..34f1629fa 120000 --- a/ios/Pods/Headers/Public/react-native-notifications/RNNotificationEventHandler.h +++ b/ios/Pods/Headers/Public/react-native-notifications/RNNotificationEventHandler.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNNotificationEventHandler.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNNotificationEventHandler.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-notifications/RNNotificationParser.h b/ios/Pods/Headers/Public/react-native-notifications/RNNotificationParser.h index 095eaf37f..8567a10b7 120000 --- a/ios/Pods/Headers/Public/react-native-notifications/RNNotificationParser.h +++ b/ios/Pods/Headers/Public/react-native-notifications/RNNotificationParser.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNNotificationParser.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNNotificationParser.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-notifications/RNNotificationUtils.h b/ios/Pods/Headers/Public/react-native-notifications/RNNotificationUtils.h index c1b740339..bfb50032c 120000 --- a/ios/Pods/Headers/Public/react-native-notifications/RNNotificationUtils.h +++ b/ios/Pods/Headers/Public/react-native-notifications/RNNotificationUtils.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNNotificationUtils.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNNotificationUtils.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-notifications/RNNotifications.h b/ios/Pods/Headers/Public/react-native-notifications/RNNotifications.h index 82f80cd91..cb1687ddf 120000 --- a/ios/Pods/Headers/Public/react-native-notifications/RNNotifications.h +++ b/ios/Pods/Headers/Public/react-native-notifications/RNNotifications.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNNotifications.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNNotifications.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-notifications/RNNotificationsStore.h b/ios/Pods/Headers/Public/react-native-notifications/RNNotificationsStore.h index b40bc2db2..aba71d725 120000 --- a/ios/Pods/Headers/Public/react-native-notifications/RNNotificationsStore.h +++ b/ios/Pods/Headers/Public/react-native-notifications/RNNotificationsStore.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNNotificationsStore.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNNotificationsStore.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-notifications/RNPushKit.h b/ios/Pods/Headers/Public/react-native-notifications/RNPushKit.h index 48fa32f7a..253b23399 120000 --- a/ios/Pods/Headers/Public/react-native-notifications/RNPushKit.h +++ b/ios/Pods/Headers/Public/react-native-notifications/RNPushKit.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNPushKit.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNPushKit.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-notifications/RNPushKitEventHandler.h b/ios/Pods/Headers/Public/react-native-notifications/RNPushKitEventHandler.h index cc81d1908..ba136ac24 120000 --- a/ios/Pods/Headers/Public/react-native-notifications/RNPushKitEventHandler.h +++ b/ios/Pods/Headers/Public/react-native-notifications/RNPushKitEventHandler.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNPushKitEventHandler.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNPushKitEventHandler.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-notifications/RNPushKitEventListener.h b/ios/Pods/Headers/Public/react-native-notifications/RNPushKitEventListener.h index 9b80031f9..9f6cfae46 120000 --- a/ios/Pods/Headers/Public/react-native-notifications/RNPushKitEventListener.h +++ b/ios/Pods/Headers/Public/react-native-notifications/RNPushKitEventListener.h @@ -1 +1 @@ -../../../../../node_modules/react-native-notifications/RNNotifications/RNPushKitEventListener.h \ No newline at end of file +../../../../../node_modules/react-native-notifications/lib/ios/RNPushKitEventListener.h \ No newline at end of file diff --git a/ios/Pods/Local Podspecs/RNFBAnalytics.podspec.json b/ios/Pods/Local Podspecs/RNFBAnalytics.podspec.json index 47c044411..bd483494e 100644 --- a/ios/Pods/Local Podspecs/RNFBAnalytics.podspec.json +++ b/ios/Pods/Local Podspecs/RNFBAnalytics.podspec.json @@ -1,6 +1,6 @@ { "name": "RNFBAnalytics", - "version": "7.3.1", + "version": "12.1.0", "description": "React Native Firebase - The analytics module provides out of the box support with Google Analytics for Firebase. Integration with the Android & iOS allows for in-depth analytical insight reporting, such as device information, location, user actions and more.", "summary": "A well tested feature rich Firebase implementation for React Native, supporting iOS & Android.", "homepage": "http://invertase.io/oss/react-native-firebase", @@ -8,22 +8,22 @@ "authors": "Invertase Limited", "source": { "git": "https://github.com/invertase/react-native-firebase.git", - "tag": "v7.3.1" + "tag": "v12.1.0" }, "social_media_url": "http://twitter.com/invertaseio", "platforms": { - "ios": "9.0" + "ios": "10.0" }, "source_files": "ios/**/*.{h,m}", "dependencies": { - "React": [ + "React-Core": [ ], "RNFBApp": [ ], - "Firebase/Analytics": [ - "~> 6.27.0" + "Firebase/AnalyticsWithoutAdIdSupport": [ + "8.1.1" ] }, "static_framework": false diff --git a/ios/Pods/Local Podspecs/RNFBApp.podspec.json b/ios/Pods/Local Podspecs/RNFBApp.podspec.json index 78bc971ba..c0c4bd31c 100644 --- a/ios/Pods/Local Podspecs/RNFBApp.podspec.json +++ b/ios/Pods/Local Podspecs/RNFBApp.podspec.json @@ -1,6 +1,6 @@ { "name": "RNFBApp", - "version": "8.2.0", + "version": "12.1.0", "description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Storage and more.", "summary": "A well tested feature rich Firebase implementation for React Native, supporting iOS & Android.", "homepage": "http://invertase.io/oss/react-native-firebase", @@ -8,19 +8,20 @@ "authors": "Invertase Limited", "source": { "git": "https://github.com/invertase/react-native-firebase.git", - "tag": "v8.2.0" + "tag": "v12.1.0" }, "social_media_url": "http://twitter.com/invertaseio", "platforms": { - "ios": "9.0" + "ios": "10.0" }, + "cocoapods_version": ">= 1.10.0", "source_files": "ios/**/*.{h,m}", "dependencies": { - "React": [ + "React-Core": [ ], "Firebase/CoreOnly": [ - "~> 6.27.0" + "8.1.1" ] }, "static_framework": false diff --git a/ios/Pods/Local Podspecs/RNFBCrashlytics.podspec.json b/ios/Pods/Local Podspecs/RNFBCrashlytics.podspec.json index e8d6fc835..e43dcd1f2 100644 --- a/ios/Pods/Local Podspecs/RNFBCrashlytics.podspec.json +++ b/ios/Pods/Local Podspecs/RNFBCrashlytics.podspec.json @@ -1,6 +1,6 @@ { "name": "RNFBCrashlytics", - "version": "8.1.2", + "version": "12.1.0", "description": "React Native Firebase - Firebase Crashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. React Native Firebase provides automatic crash reporting for both native and JavaScript errors, including unhandled promise rejections.", "summary": "A well tested feature rich Firebase implementation for React Native, supporting iOS & Android.", "homepage": "http://invertase.io/oss/react-native-firebase", @@ -8,25 +8,22 @@ "authors": "Invertase Limited", "source": { "git": "https://github.com/invertase/react-native-firebase.git", - "tag": "v8.1.2" + "tag": "v12.1.0" }, "social_media_url": "http://twitter.com/invertaseio", "platforms": { - "ios": "9.0" + "ios": "10.0" }, "source_files": "ios/**/*.{h,m}", "dependencies": { - "React": [ + "React-Core": [ ], "RNFBApp": [ - ], - "Firebase/Core": [ - "~> 6.27.0" ], "Firebase/Crashlytics": [ - "~> 6.27.0" + "8.1.1" ] }, "static_framework": false diff --git a/ios/Pods/Local Podspecs/react-native-notifications.podspec.json b/ios/Pods/Local Podspecs/react-native-notifications.podspec.json index 4b9fad0b3..5961471e3 100644 --- a/ios/Pods/Local Podspecs/react-native-notifications.podspec.json +++ b/ios/Pods/Local Podspecs/react-native-notifications.podspec.json @@ -1,6 +1,6 @@ { "name": "react-native-notifications", - "version": "2.1.7", + "version": "3.5.0", "summary": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android", "description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android", "license": "MIT", @@ -8,8 +8,9 @@ "homepage": "https://github.com/wix/react-native-notifications", "source": { "git": "https://github.com/wix/react-native-notifications", - "tag": "2.1.7" + "tag": "3.5.0" }, + "module_name": "RNNotifications", "requires_arc": true, "platforms": { "ios": "8.0" @@ -23,9 +24,13 @@ "index.android.js", "index.ios.js" ], - "source_files": "RNNotifications/*.{h,m}", + "source_files": "lib/ios/*.{h,m}", + "exclude_files": [ + "lib/ios/RNNotificationsTests/**/*.*", + "lib/ios/OCMock/**/*.*" + ], "dependencies": { - "React": [ + "React-Core": [ ] } diff --git a/ios/Pods/Manifest.lock b/ios/Pods/Manifest.lock index 022832bff..3f5f3eaf3 100644 --- a/ios/Pods/Manifest.lock +++ b/ios/Pods/Manifest.lock @@ -47,45 +47,51 @@ PODS: - 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): + - Firebase/AnalyticsWithoutAdIdSupport (8.1.1): - Firebase/CoreOnly - - FirebaseAnalytics (= 6.6.2) - - Firebase/CoreOnly (6.27.1): - - FirebaseCore (= 6.8.1) - - Firebase/Crashlytics (6.27.1): + - FirebaseAnalytics/WithoutAdIdSupport (~> 8.0.0) + - Firebase/CoreOnly (8.1.1): + - FirebaseCore (= 8.1.0) + - Firebase/Crashlytics (8.1.1): - Firebase/CoreOnly - - FirebaseCrashlytics (~> 4.2.0) - - FirebaseAnalytics (6.6.2): - - FirebaseCore (~> 6.8) - - FirebaseInstallations (~> 1.4) - - GoogleAppMeasurement (= 6.6.2) - - GoogleUtilities/AppDelegateSwizzler (~> 6.0) - - GoogleUtilities/MethodSwizzler (~> 6.0) - - GoogleUtilities/Network (~> 6.0) - - "GoogleUtilities/NSData+zlib (~> 6.0)" - - nanopb (~> 1.30905.0) - - FirebaseCore (6.8.1): - - FirebaseCoreDiagnostics (~> 1.3) - - GoogleUtilities/Environment (~> 6.5) - - GoogleUtilities/Logger (~> 6.5) - - FirebaseCoreDiagnostics (1.4.0): - - GoogleDataTransportCCTSupport (~> 3.1) - - GoogleUtilities/Environment (~> 6.5) - - GoogleUtilities/Logger (~> 6.5) - - nanopb (~> 1.30905.0) - - FirebaseCrashlytics (4.2.0): - - FirebaseCore (~> 6.8) - - FirebaseInstallations (~> 1.1) - - GoogleDataTransport (~> 6.1) - - GoogleDataTransportCCTSupport (~> 3.1) - - nanopb (~> 1.30905.0) + - FirebaseCrashlytics (~> 8.1.0) + - FirebaseAnalytics/Base (8.0.0): + - FirebaseCore (~> 8.0) + - FirebaseInstallations (~> 8.0) + - GoogleUtilities/AppDelegateSwizzler (~> 7.4) + - GoogleUtilities/MethodSwizzler (~> 7.4) + - GoogleUtilities/Network (~> 7.4) + - "GoogleUtilities/NSData+zlib (~> 7.4)" + - nanopb (~> 2.30908.0) + - FirebaseAnalytics/WithoutAdIdSupport (8.0.0): + - FirebaseAnalytics/Base (= 8.0.0) + - FirebaseCore (~> 8.0) + - FirebaseInstallations (~> 8.0) + - GoogleAppMeasurement/WithoutAdIdSupport (= 8.0.0) + - GoogleUtilities/AppDelegateSwizzler (~> 7.4) + - GoogleUtilities/MethodSwizzler (~> 7.4) + - GoogleUtilities/Network (~> 7.4) + - "GoogleUtilities/NSData+zlib (~> 7.4)" + - nanopb (~> 2.30908.0) + - FirebaseCore (8.1.0): + - FirebaseCoreDiagnostics (~> 8.0) + - GoogleUtilities/Environment (~> 7.4) + - GoogleUtilities/Logger (~> 7.4) + - FirebaseCoreDiagnostics (8.1.0): + - GoogleDataTransport (~> 9.0) + - GoogleUtilities/Environment (~> 7.4) + - GoogleUtilities/Logger (~> 7.4) + - nanopb (~> 2.30908.0) + - FirebaseCrashlytics (8.1.0): + - FirebaseCore (~> 8.0) + - FirebaseInstallations (~> 8.0) + - GoogleDataTransport (~> 9.0) + - nanopb (~> 2.30908.0) - PromisesObjC (~> 1.2) - - FirebaseInstallations (1.5.0): - - FirebaseCore (~> 6.8) - - GoogleUtilities/Environment (~> 6.7) - - GoogleUtilities/UserDefaults (~> 6.7) + - FirebaseInstallations (8.1.0): + - FirebaseCore (~> 8.0) + - GoogleUtilities/Environment (~> 7.4) + - GoogleUtilities/UserDefaults (~> 7.4) - PromisesObjC (~> 1.2) - Flipper (0.54.0): - Flipper-Folly (~> 2.2) @@ -143,34 +149,34 @@ PODS: - DoubleConversion - glog - glog (0.3.5) - - GoogleAppMeasurement (6.6.2): - - GoogleUtilities/AppDelegateSwizzler (~> 6.0) - - GoogleUtilities/MethodSwizzler (~> 6.0) - - GoogleUtilities/Network (~> 6.0) - - "GoogleUtilities/NSData+zlib (~> 6.0)" - - nanopb (~> 1.30905.0) - - GoogleDataTransport (6.2.1) - - GoogleDataTransportCCTSupport (3.2.0): - - GoogleDataTransport (~> 6.1) - - nanopb (~> 1.30905.0) - - GoogleUtilities/AppDelegateSwizzler (6.7.1): + - GoogleAppMeasurement/WithoutAdIdSupport (8.0.0): + - GoogleUtilities/AppDelegateSwizzler (~> 7.4) + - GoogleUtilities/MethodSwizzler (~> 7.4) + - GoogleUtilities/Network (~> 7.4) + - "GoogleUtilities/NSData+zlib (~> 7.4)" + - nanopb (~> 2.30908.0) + - GoogleDataTransport (9.0.1): + - GoogleUtilities/Environment (~> 7.2) + - nanopb (~> 2.30908.0) + - PromisesObjC (~> 1.2) + - GoogleUtilities/AppDelegateSwizzler (7.4.1): - GoogleUtilities/Environment - GoogleUtilities/Logger - GoogleUtilities/Network - - GoogleUtilities/Environment (6.7.1): + - GoogleUtilities/Environment (7.4.1): - PromisesObjC (~> 1.2) - - GoogleUtilities/Logger (6.7.1): + - GoogleUtilities/Logger (7.4.1): - GoogleUtilities/Environment - - GoogleUtilities/MethodSwizzler (6.7.1): + - GoogleUtilities/MethodSwizzler (7.4.1): - GoogleUtilities/Logger - - GoogleUtilities/Network (6.7.1): + - GoogleUtilities/Network (7.4.1): - GoogleUtilities/Logger - "GoogleUtilities/NSData+zlib" - GoogleUtilities/Reachability - - "GoogleUtilities/NSData+zlib (6.7.1)" - - GoogleUtilities/Reachability (6.7.1): + - "GoogleUtilities/NSData+zlib (7.4.1)" + - GoogleUtilities/Reachability (7.4.1): - GoogleUtilities/Logger - - GoogleUtilities/UserDefaults (6.7.1): + - GoogleUtilities/UserDefaults (7.4.1): - GoogleUtilities/Logger - JitsiMeetSDK (2.10.2) - KeyCommands (2.0.3): @@ -187,15 +193,15 @@ PODS: - MMKV (1.2.1): - MMKVCore (~> 1.2.1) - MMKVCore (1.2.1) - - nanopb (1.30905.0): - - nanopb/decode (= 1.30905.0) - - nanopb/encode (= 1.30905.0) - - nanopb/decode (1.30905.0) - - nanopb/encode (1.30905.0) + - nanopb (2.30908.0): + - nanopb/decode (= 2.30908.0) + - nanopb/encode (= 2.30908.0) + - nanopb/decode (2.30908.0) + - nanopb/encode (2.30908.0) - OpenSSL-Universal (1.0.2.19): - OpenSSL-Universal/Static (= 1.0.2.19) - OpenSSL-Universal/Static (1.0.2.19) - - PromisesObjC (1.2.9) + - PromisesObjC (1.2.12) - RCTRequired (0.63.4) - RCTTypeSafety (0.63.4): - FBLazyVector (= 0.63.4) @@ -382,8 +388,8 @@ PODS: - React - react-native-netinfo (6.0.0): - React-Core - - react-native-notifications (2.1.7): - - React + - react-native-notifications (3.5.0): + - React-Core - react-native-orientation-locker (1.3.1): - React-Core - react-native-restart (0.0.22): @@ -483,17 +489,16 @@ PODS: - React - SDWebImage (~> 5.0) - SDWebImageWebPCoder (~> 0.4.1) - - RNFBAnalytics (7.3.1): - - Firebase/Analytics (~> 6.27.0) - - React + - RNFBAnalytics (12.1.0): + - Firebase/AnalyticsWithoutAdIdSupport (= 8.1.1) + - React-Core - RNFBApp - - RNFBApp (8.2.0): - - Firebase/CoreOnly (~> 6.27.0) - - React - - RNFBCrashlytics (8.1.2): - - Firebase/Core (~> 6.27.0) - - Firebase/Crashlytics (~> 6.27.0) - - React + - RNFBApp (12.1.0): + - Firebase/CoreOnly (= 8.1.1) + - React-Core + - RNFBCrashlytics (12.1.0): + - Firebase/Crashlytics (= 8.1.1) + - React-Core - RNFBApp - RNGestureHandler (1.6.1): - React @@ -678,7 +683,6 @@ SPEC REPOS: - FlipperKit - GoogleAppMeasurement - GoogleDataTransport - - GoogleDataTransportCCTSupport - GoogleUtilities - libwebp - MMKV @@ -899,12 +903,12 @@ SPEC CHECKSUMS: EXWebBrowser: d37a5ffdea1b65947352bc001dd9f732463725d4 FBLazyVector: 3bb422f41b18121b71783a905c10e58606f7dc3e FBReactNativeSpec: f2c97f2529dd79c083355182cc158c9f98f4bd6e - Firebase: 919186c8e119dd9372a45fd1dd17a8a942bc1892 - FirebaseAnalytics: 5fa308e1b13f838d0f6dc74719ac2a72e8c5afc4 - FirebaseCore: 8cd4f8ea22075e0ee582849b1cf79d8816506085 - FirebaseCoreDiagnostics: 4505e4d4009b1d93f605088ee7d7764d5f0d1c84 - FirebaseCrashlytics: 7d0fa02ea8842cc4b2ab07b0735edafde1ad77d6 - FirebaseInstallations: 3c520c951305cbf9ca54eb891ff9e6d1fd384881 + Firebase: 4bb49ae87756034cef870fa3c4006235eb46f475 + FirebaseAnalytics: dcb92c7c9ef4fa7ffac276e8f87bd4fc8c97f1b8 + FirebaseCore: 389c4ce9a7cce4a7e25eb22326b4bee0050557b2 + FirebaseCoreDiagnostics: 3e249cee3de5c5f9cfd6cc2a19997231286fec11 + FirebaseCrashlytics: 1b55b3a718f9e20d59d96db46a4652d95a8ba1d2 + FirebaseInstallations: 7f31798a8198c354eadcb87176d2090b62edc187 Flipper: be611d4b742d8c87fbae2ca5f44603a02539e365 Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41 Flipper-Folly: c12092ea368353b58e992843a990a3225d4533c3 @@ -914,18 +918,17 @@ SPEC CHECKSUMS: FlipperKit: ab353d41aea8aae2ea6daaf813e67496642f3d7d Folly: b73c3869541e86821df3c387eb0af5f65addfab4 glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3 - GoogleAppMeasurement: 8cd1f289d60e629cf16ab03363b9e89c776b9651 - GoogleDataTransport: 9a8a16f79feffc7f42096743de2a7c4815e84020 - GoogleDataTransportCCTSupport: 489c1265d2c85b68187a83a911913d190012158d - GoogleUtilities: e121a3867449ce16b0e35ddf1797ea7a389ffdf2 + GoogleAppMeasurement: c6bbc9753d046b5456dd4f940057fbad2c28419e + GoogleDataTransport: 04c3e9a480bbcaa2ec3f5d27f1cdeb6a92f20c8d + GoogleUtilities: f8a43108b38a68eebe8b3540e1f4f2d28843ce20 JitsiMeetSDK: ef6dd5cfa6d9badf009c7dba1a2c1365bfaae6b0 KeyCommands: f66c535f698ed14b3d3a4e58859d79a827ea907e libwebp: 946cb3063cea9236285f7e9a8505d806d30e07f3 MMKV: 67253edee25a34edf332f91d73fa94a9e038b971 MMKVCore: fe398984acac1fa33f92795d1b5fd0a334c944af - nanopb: c43f40fadfe79e8b8db116583945847910cbabc9 + nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96 OpenSSL-Universal: 8b48cc0d10c1b2923617dfe5c178aa9ed2689355 - PromisesObjC: b48e0338dbbac2207e611750777895f7a5811b75 + PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97 RCTRequired: 082f10cd3f905d6c124597fd1c14f6f2655ff65e RCTTypeSafety: 8c9c544ecbf20337d069e4ae7fd9a377aadf504b React: b0a957a2c44da4113b0c4c9853d8387f8e64e615 @@ -945,7 +948,7 @@ SPEC CHECKSUMS: react-native-jitsi-meet: f2407aca85566e031ee7b222e497ee5ecb6623de react-native-mmkv-storage: 48729fe90e850ef2fdc9d3714b7030c7c51d82b0 react-native-netinfo: e849fc21ca2f4128a5726c801a82fc6f4a6db50d - react-native-notifications: ee8fd739853e72694f3af8b374c8ccb106b7b227 + react-native-notifications: 89a73cd2cd2648e1734fa10e3507681c9e4f14de react-native-orientation-locker: 998c0744e26624407dac068c04c605b4af7304a2 react-native-restart: 733a51ad137f15b0f8dc34c4082e55af7da00979 react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79 @@ -974,9 +977,9 @@ SPEC CHECKSUMS: RNDateTimePicker: 7658208086d86d09e1627b5c34ba0cf237c60140 RNDeviceInfo: 8d3a29207835f972bce883723882980143270d55 RNFastImage: f40d202ea2367239f71bc7cf11315f4bebab85b4 - RNFBAnalytics: dae6d7b280ba61c96e1bbdd34aca3154388f025e - RNFBApp: 6fd8a7e757135d4168bf033a8812c241af7363a0 - RNFBCrashlytics: 88de72c2476b5868a892d9523b89b86c527c540e + RNFBAnalytics: d8f885de70f3133ca1be101cb5f115e763dbd037 + RNFBApp: 406bc9586c70ccf20504b4d3b54ac4341c98993f + RNFBCrashlytics: 963a2757f6a52e37ae50adab5832162a7d81f98f RNGestureHandler: 8f09cd560f8d533eb36da5a6c5a843af9f056b38 RNImageCropPicker: 38865ab4af1b0b2146ad66061196bc0184946855 RNLocalize: 82a569022724d35461e2dc5b5d015a13c3ca995b @@ -1003,6 +1006,6 @@ SPEC CHECKSUMS: Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: 0351d0973911a397f1cb4e45f0b0f590b14816e3 +PODFILE CHECKSUM: 31a91f8b33d73b8680ec7d53c60c76a243f70a20 COCOAPODS: 1.10.1 diff --git a/ios/Pods/Pods.xcodeproj/project.pbxproj b/ios/Pods/Pods.xcodeproj/project.pbxproj index 0e2ec780f..e2951b959 100644 --- a/ios/Pods/Pods.xcodeproj/project.pbxproj +++ b/ios/Pods/Pods.xcodeproj/project.pbxproj @@ -22,9 +22,9 @@ buildPhases = ( ); dependencies = ( - C6D25D01A048BC0A39B757F0DBDEBF80 /* PBXTargetDependency */, - D2E21865138D169E906A6D22E430A092 /* PBXTargetDependency */, - E0F79494FAF1C2C52F51F275D4AF3304 /* PBXTargetDependency */, + 846A8E5D2F0F48E5CC1FFA1D09507ACE /* PBXTargetDependency */, + BEEFCBBC576E15B56D28DC22730F9919 /* PBXTargetDependency */, + 9B07A6AC48E9E79E4F8F9B059391845D /* PBXTargetDependency */, ); name = Firebase; }; @@ -39,30 +39,30 @@ }; 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */ = { isa = PBXAggregateTarget; - buildConfigurationList = 6152F02CC65884F83EFDA50B0CFC07C1 /* Build configuration list for PBXAggregateTarget "React-RCTActionSheet" */; + buildConfigurationList = 6004595C521F31C81DD8A9D17376E80B /* Build configuration list for PBXAggregateTarget "React-RCTActionSheet" */; buildPhases = ( ); dependencies = ( - 633DF6296A5FD5F8892B184BB917F813 /* PBXTargetDependency */, + 4456522F0E0DCF2C73860E554407E295 /* PBXTargetDependency */, ); name = "React-RCTActionSheet"; }; 1BEE828C124E6416179B904A9F66D794 /* React */ = { isa = PBXAggregateTarget; - buildConfigurationList = 5A7F6DC9C5C3A50945F1CBE003C4949A /* Build configuration list for PBXAggregateTarget "React" */; + buildConfigurationList = 6FA1CCB1B450B88CE79EC3FB2032A381 /* Build configuration list for PBXAggregateTarget "React" */; buildPhases = ( ); dependencies = ( - E3070B430EB0D1AB9625A2BEB462492B /* PBXTargetDependency */, - 3895705681288B76BF2EA53FFA2321D8 /* PBXTargetDependency */, - 77DB37832D594257C011BF974D97BE9D /* PBXTargetDependency */, - 0BF023404BB4571BCD3F4BC4340B7E57 /* PBXTargetDependency */, - B8B8622F8A9C93E4FA2E57667F5E210F /* PBXTargetDependency */, - BB143E395D999A753ABF7CA2B754FDDD /* PBXTargetDependency */, - DF7A3AC62FE1AD0674181EB88196CFC0 /* PBXTargetDependency */, - 756BF1DE1FC5303BAFDA9945E390C5AA /* PBXTargetDependency */, - BFDBDFB915E59C291510F86F59659757 /* PBXTargetDependency */, - 5083FB8C12ECCB7D59454DB7C5D98CDD /* PBXTargetDependency */, + 17E183A460B5C3B10E3CCF6E830E8296 /* PBXTargetDependency */, + 9F37ED5D6E58D519EC1A2527691079B1 /* PBXTargetDependency */, + 8FD93165A93D475D2BA144527CDBD883 /* PBXTargetDependency */, + 7253874C89EAE0AF5E20353FEF924553 /* PBXTargetDependency */, + DBA80AE46E6798185DB5BF4EA6A0668B /* PBXTargetDependency */, + BB33A01D28BA792127B6C7928A01D309 /* PBXTargetDependency */, + 1D73A2C0C0363AF5C5B43715FA7BE963 /* PBXTargetDependency */, + 8CFCCE3D83C09764D0D0399D94970F39 /* PBXTargetDependency */, + 2D3299471E566D9F333F07C6E1066832 /* PBXTargetDependency */, + A262591B41B3A5F254C5F42882177620 /* PBXTargetDependency */, ); name = React; }; @@ -77,7 +77,7 @@ }; 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */ = { isa = PBXAggregateTarget; - buildConfigurationList = 3EAA6358A36A70306401F2B57E6704F7 /* Build configuration list for PBXAggregateTarget "UMFileSystemInterface" */; + buildConfigurationList = E5AA5614B8E54319EFED4ACDC969E691 /* Build configuration list for PBXAggregateTarget "UMFileSystemInterface" */; buildPhases = ( ); dependencies = ( @@ -86,7 +86,7 @@ }; 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */ = { isa = PBXAggregateTarget; - buildConfigurationList = 473EF26B27452FA71B55A9F7B2D9C0B0 /* Build configuration list for PBXAggregateTarget "React-callinvoker" */; + buildConfigurationList = 77549BE9169DD9B6B47D0B93CC9A8808 /* Build configuration list for PBXAggregateTarget "React-callinvoker" */; buildPhases = ( ); dependencies = ( @@ -131,7 +131,7 @@ }; 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */ = { isa = PBXAggregateTarget; - buildConfigurationList = AEFD83DDE12BA292E6D973A05AF27A2A /* Build configuration list for PBXAggregateTarget "FBLazyVector" */; + buildConfigurationList = 7997B23239E911FF887EC57C1FECE831 /* Build configuration list for PBXAggregateTarget "FBLazyVector" */; buildPhases = ( ); dependencies = ( @@ -140,7 +140,7 @@ }; 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */ = { isa = PBXAggregateTarget; - buildConfigurationList = F8DC066BC8FB56D6E3F511EDE01A7DC2 /* Build configuration list for PBXAggregateTarget "UMConstantsInterface" */; + buildConfigurationList = B5E1C7EA39B3AF84C1CDC7493A28A23B /* Build configuration list for PBXAggregateTarget "UMConstantsInterface" */; buildPhases = ( ); dependencies = ( @@ -149,7 +149,7 @@ }; 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */ = { isa = PBXAggregateTarget; - buildConfigurationList = 0E72D67D277FDC94F266ED7D0C59E1B7 /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */; + buildConfigurationList = 82C66720D1103EF6A4A94DBC4460DCF2 /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */; buildPhases = ( ); dependencies = ( @@ -158,18 +158,19 @@ }; B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */ = { isa = PBXAggregateTarget; - buildConfigurationList = F1720881208CB5C70BED3E3AAB7FD642 /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */; + buildConfigurationList = 0215B36027953BD16DEC6BFC2BE8A10B /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */; buildPhases = ( + D02A1ACC849D15CFE4C074EDE7426BDE /* [CP] Copy XCFrameworks */, ); dependencies = ( - 4F6E0822247DE59DBDE7F9F64506F448 /* PBXTargetDependency */, - B0B0C845234356FDD394382DD340CBE0 /* PBXTargetDependency */, + 06AEA599CBCCC9B859727DB677FBF9AD /* PBXTargetDependency */, + 8D3E22B738BCB345C0B0B44C036D9A7E /* PBXTargetDependency */, ); name = GoogleAppMeasurement; }; B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */ = { isa = PBXAggregateTarget; - buildConfigurationList = CBC2EA4D1FF0154A7F732E71D8A78F8F /* Build configuration list for PBXAggregateTarget "OpenSSL-Universal" */; + buildConfigurationList = B907F36A10A920EEFA2CB910F3286BF7 /* Build configuration list for PBXAggregateTarget "OpenSSL-Universal" */; buildPhases = ( ); dependencies = ( @@ -178,15 +179,16 @@ }; C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */ = { isa = PBXAggregateTarget; - buildConfigurationList = 2DA0B8266EBBEDC766AF2E11AE2CEFB2 /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */; + buildConfigurationList = A7A5A3C82604CFC71510ABA0EE936F92 /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */; buildPhases = ( + 4D012383B4E4DB8FA4D4C6D4934AA67F /* [CP] Copy XCFrameworks */, ); dependencies = ( - A56216E6FE3F307A71EB840B5975448F /* PBXTargetDependency */, - 008765B12DF87847D34C6B7B781E6049 /* PBXTargetDependency */, - 7B048AA394D3FFEBACCAC7393A189064 /* PBXTargetDependency */, - 64C3E3E9EF1B3E1EB31DFB73249D47AD /* PBXTargetDependency */, - C162FFE29880EAE64EFD4EC7AACF8F05 /* PBXTargetDependency */, + 94CD28D9661B0019FBCBBFE7286CFE01 /* PBXTargetDependency */, + 6136484670C7A9504658C402D169CE3C /* PBXTargetDependency */, + B0F011793C1EB591637EF5440D2B978D /* PBXTargetDependency */, + 1A4A05103485870264E15964B45AE0D1 /* PBXTargetDependency */, + 53A45FC38BC2DF96747680E0CC942843 /* PBXTargetDependency */, ); name = FirebaseAnalytics; }; @@ -201,7 +203,7 @@ }; E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */ = { isa = PBXAggregateTarget; - buildConfigurationList = 4196853A4D453733BF655E16230F1D7D /* Build configuration list for PBXAggregateTarget "RCTRequired" */; + buildConfigurationList = 4F2412987EC351380CAF4123B9FD46FB /* Build configuration list for PBXAggregateTarget "RCTRequired" */; buildPhases = ( ); dependencies = ( @@ -210,7 +212,7 @@ }; ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */ = { isa = PBXAggregateTarget; - buildConfigurationList = D51945AD4C954B4A1CF523B84FDB8277 /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */; + buildConfigurationList = 65AC36CE20653232998757D7855889CB /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */; buildPhases = ( ); dependencies = ( @@ -220,12055 +222,11975 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 0027ACB25A453EC52DEDC36640BCC044 /* RCTPbkdf2.m in Sources */ = {isa = PBXBuildFile; fileRef = 68C4071F7402AF025C67CC9ECEF84224 /* RCTPbkdf2.m */; }; - 0028B33CFD58D134D7F27DC7007C149B /* EXPermissions.h in Headers */ = {isa = PBXBuildFile; fileRef = 602EC4EBADB80DCEC11B16D9569F929A /* EXPermissions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0042AE6747562B1F63E7C156F78BDAD4 /* BSG_KSCrashSentry_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B16A958D434B31B80BB5D2F6C890DF50 /* BSG_KSCrashSentry_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0046EEB51A17FE412BF74CDA311CCA99 /* 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"; }; }; - 004C8065594F47734569A4ED49DA29BA /* mux_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E21D202408BFA2C1202396AB2357282 /* mux_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 005018AF0B31CF95686BFEB38BE598EC /* FIRInstallationsStoredAuthToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FF83F1EFF96ACCA38944ADB20A1D894 /* FIRInstallationsStoredAuthToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0057DFB3BC76B6C9535866C00035A413 /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E296AF16E0E10D7994FEBD984644D001 /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00970C26F813B29A6F37E7A396A1F863 /* RNCPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BECFE987AD31794A349880BE2125957 /* RNCPicker-dummy.m */; }; - 00A18FED1FB2F0E102699717289D8DC6 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 091009D8A3AED924E5BA18C1FA2A8DA3 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00A480F23CAF1CC7CF4BD05C7CD3778A /* 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"; }; }; - 00A91CA1971A6623B2582E43318C51B8 /* 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"; }; }; - 00AD6D95024B36D347A0A53209917AE0 /* ThreadName.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B3F447A9E5641258E030C1988C10923 /* ThreadName.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00C2CF7BFA431B632C02766863F4C6C5 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EEDBB21EBB3E01D69486EAA9260B600 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00C85C1CDF2C41BEE2C92B5FCA1CC7B0 /* FormatTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = FD40A28A425573346F55444959488340 /* FormatTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00CA931194E42924A14D9594C1799EEE /* AutoTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B5767023355713B841DB2AF7F0FDA02 /* AutoTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00E7E507B35B9ED43364FB08C77A8B17 /* CodedInputDataCrypt_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E6888C29059DBD52EA90C9361F9A2C09 /* CodedInputDataCrypt_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 010F3D1ACDA48A5DC4F43A5D6F2D7DAF /* lossless.h in Headers */ = {isa = PBXBuildFile; fileRef = FD4BF833D7A0EE4AB4D0BE2E4C16CCA2 /* lossless.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 014AA4A3374067DDF471FA9AE12279C6 /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 883B7B026E5A91F9F91476A1D2E560F2 /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 017F62D5A617EDF06647FEDBAEA533EA /* REAEventNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AA11FFB16769B97827F04C8CD547BDF /* REAEventNode.m */; }; - 018AE7F11C25C2C6AE52788E9C555C3F /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 63F5BFCA9261D26A7F3600475468D38D /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 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 = 8348F82FE33C4411414DD0A5DC912B41 /* StorageSetters.m */; }; - 01B8D765BC0745BB7DE085C0AD739829 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = F22EB5E9D9AF14B732F142E39A2B20D2 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01D5E90249AE4DFA53798839771B2A77 /* EXSessionTaskDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = B1E674E484AB09CB391C9B9F18369415 /* EXSessionTaskDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01EDAE9EBF8DF30E2E318B3E68AD485A /* RNBootSplash-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D5AA719B9026599D4A9CB2E4A7E27350 /* RNBootSplash-dummy.m */; }; - 01F1DFD8208B8E4DAC0394FBBAFCCDAB /* FBLPromise+Validate.m in Sources */ = {isa = PBXBuildFile; fileRef = AE0955F767E899B4290FBBC6F39E6D1B /* FBLPromise+Validate.m */; }; - 0216BCBBAFCF33D37636430718C74904 /* openssl_opensslconf.h in Headers */ = {isa = PBXBuildFile; fileRef = 12C8EF895828631BF5FF655422B75552 /* openssl_opensslconf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 022B6465FDBAE388C6FA832D8887A1AA /* SysTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = C3283A8F8AE35DDBB093EC3780BE8186 /* SysTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0235D4629AC3666D3AA75C72468921B7 /* GDTCORLifecycle.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FB379E5D133D3B5BD5907B8C2FEC426 /* GDTCORLifecycle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 025D65B655BD6E52B0114E7F897BBB86 /* Flowable.h in Headers */ = {isa = PBXBuildFile; fileRef = 429C944037B09F67FFDB4D9982A75A0A /* Flowable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0267B07040040653EDD86199E1A71160 /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 73FBE46C3F16D233E2242553C597F349 /* 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"; }; }; - 026A675C0161153B7C472090F0BD29C2 /* ThreadCachedInt.h in Headers */ = {isa = PBXBuildFile; fileRef = B6C1A9C41EAEAF8AD449143F6DB361AC /* ThreadCachedInt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 026FEC544273938E4B8C8EA35EFAF37F /* ClockGettimeWrappers.h in Headers */ = {isa = PBXBuildFile; fileRef = BF17BE0FB290A92D8674D950529E0C80 /* ClockGettimeWrappers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0270B58E1A3971BB5EA22DBD7259915B /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 367D2856B2C1D2D8BD082E98BEDF558A /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 027FA0FE90B04B34FC7C4931943F361C /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 207D033924BC89A9D825571017000E61 /* GULApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02B0F67E1268F46CCEA5210C18ED01D6 /* 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"; }; }; - 02B1D90F9A8BB4D5D7281C8CF4453985 /* UIResponder+FirstResponderTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = 41A05D0650EF3D6CB09BF44C4F74A8B0 /* UIResponder+FirstResponderTemp.m */; }; - 02B36D8C9DAF9425FE99AB094B55F4E2 /* RCTUtilsUIOverride.h in Headers */ = {isa = PBXBuildFile; fileRef = 511AF6AECA2F2EB4E0635E59E65E8768 /* RCTUtilsUIOverride.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02CD8DF60C9214B70F1DED7CAA72EA36 /* ARTShadow.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BABC475F077926F8CB44E76ECEEB510 /* ARTShadow.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02CF88CDB941857E9C9EDA145E89C749 /* BSGConnectivity.h in Headers */ = {isa = PBXBuildFile; fileRef = D997B92F8D20664BC53C00438086C891 /* BSGConnectivity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02EF338B0043B985C4B57E3BA2551EEC /* ExceptionString.h in Headers */ = {isa = PBXBuildFile; fileRef = D95D8EB288DB6E1564E488CD15A4CBA0 /* ExceptionString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02F217B85BF017183EFDEF8A0FCF74C5 /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = C9EC10A99DB5313772B178E755AD50C3 /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02F2A48AE9CCA2EAD2D41975E94393BD /* 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"; }; }; - 030CE03442AAF0D17E7243A20E0A9FB9 /* TLRefCount.h in Headers */ = {isa = PBXBuildFile; fileRef = D3BE08D3C37BD9C009CA59C5A58D8FC1 /* TLRefCount.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 035ABDBD827EF6B667B0A81C4BC891BE /* FlipperConnectionImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = E08DEED2EA317654849F7253AEEE6992 /* FlipperConnectionImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 038376430C0415EDDF6574BF5C96F528 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = E0FDB3F46331D35BF6121BC84A7E3616 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0387C267CB960A9B37698AEB84095D51 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ABFB4085DEA73E6C94D62F182080034 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 039B26D08D1904C45AEB6EA0AB4DDAB3 /* ResumeIdentificationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 99AFE56C3813CE95CF52861C6A2A5554 /* ResumeIdentificationToken.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"; }; }; - 03E34D49398AC94C2642BD9B798A5290 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DAD390867E2DC1C3A37C7A57E6DCDE /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03E80ACCFFC9D76B2CAD684BA0ACC87E /* GDTCORFlatFileStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = AF18ACD03871919E8F02A60B489C6CAD /* GDTCORFlatFileStorage.m */; }; - 03E82591072A50A5DED71EF03E95E245 /* SKTouch.h in Headers */ = {isa = PBXBuildFile; fileRef = 544099F9C0CD9BAA5CF6A30D931C4B33 /* SKTouch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03E9C0E91B4BFB8CDD1506D7F6E5F61C /* RCTLinkingPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E5AE8C44D6F733CCDE55E32134FF478 /* RCTLinkingPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03ED2397D295BDEFC83819BBFBBB13BA /* RNGestureHandlerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FB3A0F719A601D38C1750976D56549FA /* RNGestureHandlerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03F8BCE3228A9B43553B52224F80D2E6 /* SKEnvironmentVariables.h in Headers */ = {isa = PBXBuildFile; fileRef = C20F6A05F762286B608B5B3A769EBBE5 /* SKEnvironmentVariables.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03FD9338E05722163030989A500E5ACE /* Enumerate.h in Headers */ = {isa = PBXBuildFile; fileRef = 75554076E2F2CF6641A8AF612E276040 /* Enumerate.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"; }; }; - 0428D93255DF53111D3B24E2F62ABEC8 /* TurboCxxModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 518175D8F6F583ABC1295D62EF0836B2 /* TurboCxxModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0445F3056939354ED7F7055B4940BB3F /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = F585B2747DDDB9AFABAF2577A79965AC /* SDImageCacheDefine.m */; }; - 04461D7A5209D9626416BC71DF3E7242 /* RCTImagePlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = D1E25CB6ECAE73AE1A9C7B9DEB526FE9 /* 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"; }; }; - 045534C63D5A1209B26D1B260A9E8319 /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = DEB4DEE43A571E48B6AC2491E453442A /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - 0471E9A1FA64C316EB360CEBF0208390 /* CodedInputDataCrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 93D5B1A720AD78320734CB6F6B4FFC80 /* CodedInputDataCrypt.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 */; }; - 04B9366F7CDFD0BB52C579A8CC594F70 /* RCTConvert+FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = C387577200F132152437D77B0DE6127A /* RCTConvert+FIROptions.m */; }; - 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 = A037DDE6A1479B1025B99C33D1220EE7 /* 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 = 686F4DB945E8AEBAF3A599E7647A7366 /* 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 = 8C5B82EC457F4CE9ED938DA3C255EAAF /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0500035E28D0A8D95AA155C483ED4B61 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = F7AB5908A1F99A8F355AE51852EE3194 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 051F2D0B4FA7428CC33D0CBDE22CDD5C /* JemallocNodumpAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 22BDDDF9E75AE96EE3BE63136F30B15E /* JemallocNodumpAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0524D12E76C8A25E9297604C91B3E220 /* RNBootSplash.m in Sources */ = {isa = PBXBuildFile; fileRef = A4FD4A71EC7FC1E992B0898DAE1256AE /* RNBootSplash.m */; }; - 05376FAB71BE9325DEA64606B5FE496C /* FIRCLSFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 06225DC165023E2B2382C93865C9F2F9 /* FIRCLSFile.m */; }; - 05503910178BDA139FB933BDEC4B8603 /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E302DC321745DD222FAFAFFA5D308E6 /* React-cxxreact-dummy.m */; }; - 055B4D27C2659219838D1257DD8AE550 /* RNNotificationCenterMulticast.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DE88AD42F76BE32942904C9EEE6EEE4 /* RNNotificationCenterMulticast.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 056BFF301C02C2A8F4D6FE5CB8AB0E07 /* FIRInstallationsIDController.m in Sources */ = {isa = PBXBuildFile; fileRef = 47336F7580D86E7261B14E41058A4EC9 /* FIRInstallationsIDController.m */; }; - 05829281FC0BA39922CAA01018E41C0C /* 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"; }; }; - 058BF1EA0CA722A7BB971A828627761C /* FlatCombiningPriorityQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 6353F876492CF27AA5E2CD8FBC6F8B7E /* FlatCombiningPriorityQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 059AE8730098AB07B1F988DF156D1FD4 /* 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"; }; }; - 059E46EAC8D76EB03AA060BCAA33F232 /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E43FA867245FF02B3E3D6F4B9385F385 /* RCTSinglelineTextInputViewManager.m */; }; - 05B453044DCD8B52064A168652D47DE5 /* 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"; }; }; - 05CE6B2B6AEC53FAF5A5AFE992FD4DD2 /* Semaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 86E6F7AFE85016C0C564440A53EEE2FB /* Semaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05EF1F562AF50B110C68F44D0A4F9EE7 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BE12006D782F3B7CD458D7C675C7F15 /* RCTAnimatedNode.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"; }; }; - 061D88E1301C65207DD06740E61D1EB0 /* File.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A61D1D21DA61E63B633541A52EC3B33 /* File.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0634CF1FA5BC24C0E5FC09DC85096CDB /* FrameTransportImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = DCDBCBD7E33107D7E0A9AE7A65BC6243 /* FrameTransportImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06374191BB664B56DC52418E6F9FDA1E /* 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"; }; }; - 0641A4780AF00558AEFE9FD8C529E76F /* 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"; }; }; - 06514FD84CC576BCCE44F89EE61A7F68 /* GCDAsyncSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = DB9E73D6085CB50A1C3BE47FC4DA6073 /* GCDAsyncSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 066047ABB9A27063B409C533B72812C2 /* SecureStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 636C36253F531B1BC912411449FA2D46 /* SecureStorage.m */; }; - 06790325DF359DC61EAC515295D64139 /* RNEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6969E347C0953CDABD5F3E728ABF9344 /* RNEventEmitter.m */; }; - 067923D6E1271D27B21B58DB9D5EB141 /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DB140A208386ABEA814314B3A9FDC /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 067A37492EB34B116B74685AAF80F3FF /* ThreadWheelTimekeeperHighRes.h in Headers */ = {isa = PBXBuildFile; fileRef = 0312826BA35B17245A471EAA7A7080A6 /* ThreadWheelTimekeeperHighRes.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"; }; }; - 06CFC3429A30C2BA4CECDAD9285C881A /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DEDFC304E0F0ECD12A7E2A51BCCE226 /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 06D59DD975E57872B9023520C3C71BD3 /* 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"; }; }; - 06DA47B5D10153D2AD9BE1D3EA133676 /* BugsnagPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = AB7CA7C82E554C97E312AA1DE078E964 /* BugsnagPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06E90097D8E9145311E543E7B8FB99FA /* GDTCORDataFuture.m in Sources */ = {isa = PBXBuildFile; fileRef = 372C88C139F6DECDDDE39091642AD22F /* GDTCORDataFuture.m */; }; - 06FCF862CE04E06F2731B612C2477CDE /* BugsnagSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DA5939CC48C178B945462419AB51B81 /* BugsnagSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07245ACD0FF8044A77CCCDC3CD78B618 /* KeyboardTrackingViewTempManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 25B3FE5EDA006705B4A217BD83FEA8BD /* KeyboardTrackingViewTempManager.m */; }; - 073929BFB802E40A7B1A4D9552D8E122 /* ClientResumeStatusCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E09AFDB084AF001C8F6491442D8E18A /* ClientResumeStatusCallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07395605B2B8F4F861BE4FB148BA9E34 /* Framer.h in Headers */ = {isa = PBXBuildFile; fileRef = F9057AEC922F16724E16448D145C60DB /* Framer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0742CC8BB3BB6FBB0FE475899E7F4223 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13D043217137541667C41FB6D14144EB /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 075CDC4189D947C1386933C65EF9CE11 /* BugsnagSessionTrackingPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = DA3C406D277BFC9C784175E0127DCA0E /* BugsnagSessionTrackingPayload.m */; }; - 0766344640922094CCBC81E10C5BE3B5 /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 64508D687A3BA8FA511B6DFB3862F708 /* RCTVirtualTextShadowView.m */; }; - 0770A96449257D8A83944EE3FE30A3BC /* ARTTextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CFFFB099BB2DD29327225BA32393491D /* ARTTextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 077890674FFB4864EC355AB662C5502A /* RNNativeViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = C8DCC22E5A5537C1844FFDC1F2E3088D /* RNNativeViewHandler.m */; }; - 077D189A1BEA7AEAD83205A12386648C /* WaitOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E37464D798EAB57966CFA44FD00105A /* WaitOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0784E0211CC2C4FB1359962B97443D94 /* Random-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = E2F1F47EA5D572DDB535613CF49D5EBC /* Random-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 078BB518ED94C4B003C733C44C1B2179 /* TOCropViewConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = B80F69D55C5AB3E201354BFB85C1DA9D /* TOCropViewConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 078EB6FF6BBFC4D5D1C23CBE2E187B8B /* FIRCLSHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E492BE216BFC85EE02E2AD66FDF2AAA /* FIRCLSHandler.m */; }; - 0791F939E2457732E82F4EE698696121 /* ScopedLock.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 83EE5B1A59B06EFFB72FCC380B82122C /* ScopedLock.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 07A7F2FE82B378BF83F2049AD6CF9215 /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = B0EBF11DB8BBC6C5E3C8142117E8D50E /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07B8107DA5AB71459F43D9310A95E3C3 /* IndexedMemPool.h in Headers */ = {isa = PBXBuildFile; fileRef = 44B0F3FAFCF338F4782C3BED90798AEA /* IndexedMemPool.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07C73BAD832C9C4A87FD735867F54427 /* FIRInstallationsAuthTokenResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F563CC4948AD230BB1285F545B6227B /* FIRInstallationsAuthTokenResult.m */; }; - 07CA76F75690AE09E4BA7AE4FD32BB84 /* UMModuleRegistryHolderReactModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 625FDBEB8B00FEF2A57D9EA3A7ACCB90 /* UMModuleRegistryHolderReactModule.m */; }; - 07E10D3C496A44111E810B65CF5A2649 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = 862F5F0A85C6B63350D2A3449BD55E54 /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07F46AF92BBC3F06FB334E9C09C6E6FA /* VirtualEventBase.h in Headers */ = {isa = PBXBuildFile; fileRef = EFDB6D76614428E8C4AEEB10621F6913 /* VirtualEventBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0805B88775F5127E25DC5FEACCC70FFB /* GLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 54AD4B9E2276D86FA4B0EC49AB66BE7E /* GLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 083349C7F69D059373F7694D0B12FDFC /* BSG_KSSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DAE871E3DA36D4C414B179ADD639775 /* 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 = 9ADBAECE98BE75CD10B20DFA4C9CD1E9 /* 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 = 4402B81163EE5CEF688AF96DBE731348 /* BlurView.m */; }; - 087A56A534429BCC6CB5DC4FEAC26BDB /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2E2C7E2BF1EF3B8DEB979CA99FC847 /* RCTFrameAnimation.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"; }; }; - 08BE9B30C42741E682288EDD03C2D5EA /* FIRCLSProcess.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A6F3749C087FCF308DF196556357C7F /* FIRCLSProcess.c */; }; - 08D52DE9B2323BD5306514C8E953CFC4 /* FBLPromise+Delay.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A5AAD7F6ADA478197438B8FC683D30D /* FBLPromise+Delay.m */; }; - 08E726607572792BF19FEEB8A7280FCB /* color_cache_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 67F2F4A9C9471033EEC8C788561A7658 /* color_cache_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 08FE01E6E385043DD42A42D4C111A425 /* RNCSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6282CC5CA9C8EC688117C809E2F105DB /* RNCSafeAreaView.m */; }; - 090CFBE4406371D791D2FBB837A032B9 /* QBVideoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 724EFD210DEA7870D40BD8ADA7C3B631 /* QBVideoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 090D7A939BD0E4141C321406BD304C0A /* RNCMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 206622DC3287496A98E1C54E082EDF64 /* 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 = 9384C4052D4B5330FE667A0F8070EB64 /* EXVideoManager.m */; }; - 093492410D1092DF7E465408CDCE1180 /* REAStyleNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B95A032A0C1F87AF120F0474C6699B9 /* REAStyleNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 094B6639C41A6251EC40D55F2EDE1CB8 /* RCTWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E345074035B90595A726BFD456F22D /* RCTWeakProxy.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 09724AFECBA67030CCBDDEC111AA7381 /* RCTSha.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B795AF505822FA3531F882B0C34893F /* RCTSha.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 097D9BB45C7C6A9F07E194B5B62ECC62 /* RNPushKitEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4417DC84BB1ECB385F6D5A2E88C9EB34 /* RNPushKitEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09A464ED48BAA4E9DCFEDC9F7D894822 /* F14Set.h in Headers */ = {isa = PBXBuildFile; fileRef = C4DF22F1747968490088396150223C6F /* F14Set.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09F3D38C2BAD56F608FD7A7F26E29DF7 /* BSG_KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6A243016A588197881C7C4F2254BD1 /* BSG_KSJSONCodecObjC.m */; }; - 09FB0A144CF42E303B1DBCC78F83BF80 /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 114935C1D2FF9C10E262F2E00706870F /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 0A0A806A7EF677E86C81D042EACB6ED5 /* CheckedMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 501806FB83EF04868BB89BABCF421A94 /* CheckedMath.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"; }; }; - 0A3B2E62C110683729D4D8EC050296C7 /* AsyncTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 87EC7BE455FB110AFAA74D23B532EA6D /* AsyncTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A4660D92379F9E6A82B0942CCD2AF9B /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 37FE39961D39F1D6D9D6208DEAF0FB05 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A58F8AD465CE5DCA9D3CB9042389F3C /* RCTI18nManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 737D309F650EAA414F379B6BEB0950A3 /* 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"; }; }; - 0A6F160726FB7781AC7918741BE0CE2B /* FIRCLSUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = 53BA95CA5635D6F03708BA1F8A82D760 /* FIRCLSUnwind.c */; }; - 0A7DD952CE0EBFA3D43AA4D8014F0AD9 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 542E4972B175A70D474D455D9526F6C2 /* SDWebImageDownloaderRequestModifier.m */; }; - 0A806DB1F0E3E59095259AFF63C8487B /* FIRCLSThreadArrayOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D53631B5BB7B40F7A40B7A2C362BCBE4 /* FIRCLSThreadArrayOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 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 = 6DDDD8A213730C50FA95B65AE6FE799B /* RNGestureHandlerRegistry.m */; }; - 0AC7CEEF8A91D361D372B86E0A7A3CF0 /* 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"; }; }; - 0ACBB6FD6385FD3F8D12C6292C3FFC37 /* RSocketException.h in Headers */ = {isa = PBXBuildFile; fileRef = C3DEDD16BC98750F12AF65BB762532A0 /* RSocketException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0AD4538666C695CC3848FE682A6492C9 /* RCTAlertController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BB5C7B5A52736F3BE5159030C40DEF8 /* RCTAlertController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0AD81DBBD1EBF56B71208232BA422397 /* Math.h in Headers */ = {isa = PBXBuildFile; fileRef = A59E87290EC3BF370260BD150338D133 /* Math.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0AE9553F25D4869F136A9E80E893DBA6 /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = A9D94D7CB1C26BEA4F82541AC879099A /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B0D025EDEF39EFBAC691A9A3FECE11D /* FIRInstallationsLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = A4959246A8B3A173B7782707FF64DADD /* FIRInstallationsLogger.m */; }; - 0B2F1F7F6DE9C42E6052C2353D1D2470 /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F97800ABD4B7E0E20A45EEFDC4CD621 /* React-jsiexecutor-dummy.m */; }; - 0B380E7F98E41F1D7E2BA92976940641 /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 33C454A3AFD35DE32F8873131926DB6D /* React-Core-dummy.m */; }; - 0B4986B712501FDD56C148AA812B2926 /* GoogleDataTransportCCTSupport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC7D3CB5395ECDD26AAA7EC972072BB /* GoogleDataTransportCCTSupport-dummy.m */; }; - 0B680CFB0540EF39FFDEBDBF8F79C4F1 /* 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"; }; }; - 0B83B0A088BFFCE6DA6D366545292EC6 /* RCTConvertHelpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = 69BE25AF1425FFD988506DD1F7E13E8B /* RCTConvertHelpers.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; - 0BB4C7B85258E0F8086E013BBBA4C109 /* Random.h in Headers */ = {isa = PBXBuildFile; fileRef = A5D805107CF754CEFDBE530B792C8640 /* Random.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0BB87BB56EC4CDDBDE9FE9F8A90B6FF4 /* FIRAnalyticsInteropListener.h in Headers */ = {isa = PBXBuildFile; fileRef = B83053500F79E12FCDA0FE995A7E28E7 /* FIRAnalyticsInteropListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0BBDAD03EF08CA1EDDE9FBBA70BFD9F9 /* RCTCustomInputControllerTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 4540AEFDDE23EAECDDCA4B91BEFDF1F8 /* RCTCustomInputControllerTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0BC8480BB7062F05FE8DAB9397701E28 /* RCTRsaUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14717AB7F29D68B559C1440E173AB413 /* RCTRsaUtils.swift */; }; - 0BD726C30CD5EF226C4E63693F1D9DB9 /* FIRCLSURLSessionDownloadTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EBA5DF374B2E9BF9FD9A407E7D7AAF8 /* FIRCLSURLSessionDownloadTask.m */; }; - 0BDAA4BBEA43D10E345627887A6DEA16 /* StreamResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 29FA3689DDFA1CFFBD3083C772A9A09C /* StreamResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0BEFB656CE3C7944142481BF3E16FB6F /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F6D0A14D4A6C24A84295B2F70D90BA4 /* SDDiskCache.m */; }; - 0BF3CF089390D5959A8EC41E9A255C7E /* RCTAccessibilityManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = A68A17A699632B273698F8CD377ACA7B /* 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"; }; }; - 0C007AF3E75F1C8A94D21AC52303D2DF /* FIRCLSUnwind_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = B4AD7A59972CEDDDC5C7CF762B8EBA39 /* FIRCLSUnwind_arm.c */; }; - 0C2F09CC99B70E4E378A03CA85A35FC1 /* 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"; }; }; - 0C3511A38B2DFBEDE19C37357FB9E27F /* ObservableConcatOperators.h in Headers */ = {isa = PBXBuildFile; fileRef = DDA584E9D391DAA2AB9E91FFC565D793 /* ObservableConcatOperators.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C526684487137B6B06F586DC0BBD5DC /* TurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BB20ECCAB628D6D02BCBC58A56A3AB6D /* TurboModuleUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0C6A52354FE750E7A9A4668602B7E9FD /* SSLErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = FEB54E45902D3AA343ED9A383F360016 /* SSLErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C6DDC119931752F533EDD64083081F7 /* Try-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = B20065F9C2CCA62D0B539D215D127A8F /* Try-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C7335E732F5A6E02288D04CC285F899 /* FIRCLSDemangleOperation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B455AA04E262EDE77D78D9D032C64A /* FIRCLSDemangleOperation.mm */; }; - 0C9B45982348809BCEEEDAB151BF9DB1 /* GoogleDataTransport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A6C362498D6B6FC89890828C59E39A34 /* GoogleDataTransport-dummy.m */; }; - 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 = 98E0C1854B63908FDE63860702C4E9E2 /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 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"; }; }; - 0D0732327EC3325200FF338E60CAC019 /* json.h in Headers */ = {isa = PBXBuildFile; fileRef = C47B8307C806973CC3E2DE384F1D1D53 /* json.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D0D3BAFB96540C4B6C7F2AF72633BF8 /* FlowableDoOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = C5617F2FC998D480C862C4A4CDDC4B51 /* FlowableDoOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D0F8F915847D7D6859C247DA98907CB /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E76722C2C3CB706BD6FA0EEADCD162C /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D310DB3C35AA95D4FFF6136F95E4740 /* Demangle.h in Headers */ = {isa = PBXBuildFile; fileRef = B419D240DAE4C1E98C4EE6D19998C3E1 /* Demangle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D40CDBD5486AE061AB3157BADBC82FA /* 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"; }; }; - 0D4D91606E21A9D2B98DF74DCDD34488 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = DF4ADDD34E5A2E3973EF17E85B448F62 /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D4DE9E3C7E5511D87C24AB288F7720F /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = FFAC79140682CC7850C1244E689A1DC4 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D97C1CD1A890E06D10A8D88EB5691C6 /* ConstexprMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 588A2F76B97DCC69EEC0ADD7933D4B29 /* ConstexprMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0DAFC0D2F918A9116DC84666FD816DA8 /* FIRCLSDwarfUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F1AADEB994A06753733D5DA30E49EE9 /* FIRCLSDwarfUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0DEB8DDCEEFCB8FCD774A65038CC5EEF /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C9EADFF955D23ECDEA2ABCBF971A195 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0DF1EEAB49D793105860A21DA914EF50 /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = FA700A1128BEF46A73E29BC782C59350 /* GULAppDelegateSwizzler.m */; }; - 0E2E2C6FF5241928DEBD933F4B74BA08 /* RNJitsiMeetViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 465D7CA200A32C6CD6A83E484F9F35CB /* RNJitsiMeetViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E3039558CF4B516D318C9A28F833F3F /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D74CC114AC63595CB1F910FC51D4B8D /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0E4BB2F9FF27ED0B42DE542A81D22FCF /* predictor_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 498AABB4FAD21EE24A6887F5A7631523 /* predictor_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 0E4D42CC0731386E1346BB5D4ABBF7B3 /* Base.h in Headers */ = {isa = PBXBuildFile; fileRef = E61EE900F6D0A47E25F3EA00BD4999B9 /* Base.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E60CE569E84B2A80E998E6E87F66737 /* Iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B121DCA9D609A2FBC3C80A63CCDE5D1 /* Iterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E7FB06B5EA1B3CB4A6FA948D9721B89 /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AB47442248DCD53C3CD5BBC929A4D30 /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E85004BFF308FE750E34C0682720A63 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = B62F5C806823C05490ED12599ADB95B7 /* 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 = FE23E5C406FBDCBC8188911D92E06F7D /* 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 = FD79E4DA9AD74E14A844C181B79BF3A6 /* RCTConstants.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0EBCD98422FB2A6FB9E988BDBD060E68 /* DiscriminatedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 37E34396F5508D2A8E01F8C3724E719E /* DiscriminatedPtr.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 = F9CE521AFAECCB738BA0B5EFFDE56158 /* BSG_KSCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0EEEF255302DDAAD412F3594E6C10872 /* FIRCLSFeatures.h in Headers */ = {isa = PBXBuildFile; fileRef = 70889C20B2B9CB6BFEB33E64450AAA66 /* FIRCLSFeatures.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F0B03ED4E555125BED27837C69848D8 /* FIRCLSUnwind_arch.h in Headers */ = {isa = PBXBuildFile; fileRef = 7820A01445E127670B911E2F7714A7ED /* FIRCLSUnwind_arch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F236D8D3DE124F475E5EB79D9F47122 /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6473229E514A97FCBB8F3C6CEF3D0DF4 /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F24191CA8A041D7FE10686F71563363 /* 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"; }; }; - 0F29366508D7B326BB430B2CC7667A37 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A39049268CD3E505ED7CF80CE92C0D5 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F49A2E9D56B8E78B5A453E9F7A788D9 /* FlipperPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CE4C2D9652D8E71C491F0536C4E996E /* FlipperPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F5E9ECC5E6943F852F867A054E10DC0 /* IOS7Polyfill.h in Headers */ = {isa = PBXBuildFile; fileRef = B7612B75AFD48607234185EB579D616F /* 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"; }; }; - 0F7A109601314476447A0E3088595D6D /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 77066ED9888600814ED2D67397DD0E7D /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F95B4D1E2AE16F5C2562755BEBECD85 /* 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"; }; }; - 0F9D7AECE1424B29956413FF5FA9258A /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B089B2FCA2AA2A0D55BB5E4AF03F52 /* InspectorInterfaces.cpp */; }; - 0FAFB7DAF17CF8C3387AE65BBE0D0E68 /* huffman_encode_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 548D3E56BD9004A127232C4A552D3923 /* huffman_encode_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FD08F6C40F3F03746B2E48C45CBC54F /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = F8DE4697E4B5DFB8BE55C350C2668976 /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FFF2FC0A67629A3B7AB724F21F48709 /* FIRCLSMultipartMimeStreamEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 832F083FF532BE671C8BEBEE62C4FC73 /* FIRCLSMultipartMimeStreamEncoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10292FF65AB64E249B2D1D74E2BEFB8F /* Shared.m in Sources */ = {isa = PBXBuildFile; fileRef = D6523E54B8ABFBDA4090211EC24C645F /* Shared.m */; }; - 1033A6C57D4D572EEE65706B53D29873 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 96078E14FB366FC2819D699F6957C373 /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 103451815D22D387DC156526A2810594 /* 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"; }; }; - 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"; }; }; - 1069B6122BA8F2094BEDEAD0B5AE03CE /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = D630ED9CD40A69BE01717C93F4A97F18 /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 106E00B86501E869336779B673D0EB29 /* backward_references_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = D68375B36756B0A95FBC5FF7D5B5386F /* backward_references_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 109553C74E38B9EF146C253618CD59EA /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = E7B65584DEF65AA87721CD32FD894663 /* 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 = 83D7AF775990369F3D9E099505923CF2 /* BugsnagFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10B2D424A3478547BD17480EFB1AFB62 /* ChecksumDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = D7BEA8A3A6B124B4E9B0C722EAFA7FC8 /* ChecksumDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10B5D6DA509258AD6E47E994B8FEC913 /* 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"; }; }; - 10C1D95B5E7C2E9BB0F2D7D809134453 /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E54145403F4EE715FDB3C24ADD2250F /* SDDeviceHelper.m */; }; - 10C87CA9E786E2BDDA994CD998E431B3 /* FIRCLSCompoundOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 515F0D02BFDBF54CA5391E3B9EE543D4 /* FIRCLSCompoundOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10C9516F6633D6B558B24F5F7036E9E1 /* BugsnagHandledState.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EDC49DDA18E23DB506A14E75125AF81 /* BugsnagHandledState.m */; }; - 10D5565F5A52168F86A1AE607CBF15D6 /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AEB19EE53AEA1B4A8E3B134A7BBE963 /* FIRDependency.m */; }; - 110CFEFF13E5DBB67E025723AB43BF70 /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = D664F7E060F2D1C89F9CD2B8BF4F5420 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11231378DFABBFD74020590AA4BFDFDF /* RNSScreenStackHeaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = BF3AB2AF8C3245233CA9BD2973C44369 /* RNSScreenStackHeaderConfig.m */; }; - 112777D62F436077F0FA680DBEC5A1EF /* FIRAValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 059C584615D0AC1A97DA10A01C10720D /* FIRAValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1138501EE46D8C19340A15E67441D9AE /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E76947DFC349285E9FF32A1D630AB6CE /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 115D1FBB2815AF733BCB083E69C4F743 /* animi.h in Headers */ = {isa = PBXBuildFile; fileRef = AC1F947E312FEB435EDC2E7CDE4CAAA7 /* animi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1192B60893289D935CB1C4BC5CF4221F /* 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"; }; }; - 11A679FEE1C6EB791F4C326974AA280C /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4AD1771614082DE8D0085876C09454A4 /* 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"; }; }; - 11A85C855F5C7A2E5177C69C3BF22596 /* FIRCLSCompactUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 00757B0157CF40DB233460CC17708188 /* FIRCLSCompactUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11C95A4E9A0AA9D8AAF5C10710C15B5B /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 7088A6574CAAC8312D11A27D45D3931C /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11E3CB1B1FF7CEDD4EAE6659A9217EF5 /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = B164B1E0BD2E400B0244B5827CACF3C1 /* 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"; }; }; - 1233D8532997F37E596614EA65C3A8E4 /* AsyncSocketException.h in Headers */ = {isa = PBXBuildFile; fileRef = C1C85BA612BBB6143955D2D584E3AA56 /* AsyncSocketException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 123ADC8B55684E7E86A0EE01347EBE03 /* GDTCORConsoleLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 99F93EE64440E9A1DA652BA54E830184 /* GDTCORConsoleLogger.m */; }; - 124391F18803754B204E2C5463397468 /* upsampling_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = B759F4D9726D6DA533F4DCA05607D766 /* upsampling_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 126467506610BA805C298092D6A9E3C1 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 49C5CA68FF485885AA477908B6AC9139 /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1269D4C0ED48C68E928D7F77536B0416 /* RNCSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B600BE9BE3B22A5CF3182E1D85F85C /* RNCSafeAreaViewManager.m */; }; - 1269F8BF61CCEE24D084D81CA0FFD09A /* Expected.h in Headers */ = {isa = PBXBuildFile; fileRef = 249841D9E5B16AC18A5478E54E4D3A1B /* Expected.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1287168EF2CD67E43188C356B6F46FFA /* UninitializedMemoryHacks.h in Headers */ = {isa = PBXBuildFile; fileRef = F7BA1E6DC21CDC2028F8774C5C4070CB /* UninitializedMemoryHacks.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 128FEF165E2476FE199AB92675E1249E /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 58AB994521FD4D5415715A13F67DDC86 /* NSButton+WebCache.m */; }; - 12BB620D70C60F9020CCF08FD6932B1B /* alphai_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = D6351844B05044633BA8A8C7D936AD83 /* alphai_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12D18A699C8534FA335B843EF994CBF5 /* TurboModuleBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C4F65716B45CCF4C00C7331F05251F3 /* TurboModuleBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12D8142AAF65EE8A115784DB981CBA55 /* KeyCommands-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60A1FDF90321FB37CFA567B0C4D8E1DE /* KeyCommands-dummy.m */; }; - 12D8B4D17339DBEDFDD9F6504C732A97 /* CacheLocality.h in Headers */ = {isa = PBXBuildFile; fileRef = 646DECD24D179C072D2DB483C4B51A77 /* CacheLocality.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1306FB552B1D71AB1F2D4675BE8960A0 /* RCTNetworkPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = E35D40C1E135E835213372E4D78832FA /* 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"; }; }; - 131A171B63A545571C4BB0834B2436DB /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = BC679498FD672C36DBB537E23CDE4D0B /* 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"; }; }; - 13236A2A23B12AB9E96E9833D53F084B /* CPortability.h in Headers */ = {isa = PBXBuildFile; fileRef = FF49290C00D44FC829277CB588CA8A1B /* CPortability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1345DFE0DE63794CCDFC069E22D4DF78 /* ChannelResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 100EB040B80EE6B8421985E3CECF38D4 /* ChannelResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13513B2BEE6983C247AAE0E6CC39F167 /* GDTCCTNanopbHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 52808A151BEC66F6C4E2B5A8F7130D19 /* GDTCCTNanopbHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13680404A7F43CA69A23BC4FE925DA76 /* RCTImageView.mm in Sources */ = {isa = PBXBuildFile; fileRef = B051C5240FDA0EE6B638A9AE1F7904AA /* 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"; }; }; - 1375C364771948036CE6F81332BA2106 /* BugsnagErrorReportApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 3224C090E0B2DC3BC8F0792F8AE4C441 /* BugsnagErrorReportApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1389994D9BAD10C2814721D22736242E /* encode.h in Headers */ = {isa = PBXBuildFile; fileRef = E332E8F4EBFB4F8CC94BCF4BABC65F07 /* encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13AEDF2384770BE43EE78BE141CEDA67 /* Foreach-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = FEC2394175883BA0D3E261637A561463 /* Foreach-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13BC94F0ACAA7972E91589EB80D2CEC3 /* RCTConvert+RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = A18DFC6068147B01B3F5B450A8A9C450 /* RCTConvert+RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 142CF3EAF54D07ACA83A171034386F04 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FFA058CA3E1841ED42F1D92D497A947 /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1443544E4ED78F9E2E9AF56A8DC2BD60 /* EXVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 80408B1DDA857F570FB00621E45166AD /* EXVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 145A361BB0B2257288DEA70D785630A3 /* BugsnagUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 69F85DC62BF24577277A28D728520FD7 /* BugsnagUser.m */; }; - 147F0B8AE1F48597E9AC6CE13224D8C1 /* 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"; }; }; - 1493EC91AD567DFC00B323DFC4E2A594 /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 338DC693935796B06D164690F04084E3 /* SDWebImageDownloaderResponseModifier.m */; }; - 149E146950E4D808A580BAC6EF797CCE /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = C6D4C1D1E00C37EAF35F200B04D165CC /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 149FF0FD9A5BE71676DAAF57C62703EA /* UMModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = A1BCEFC5838D146DC63AFB4DB936C6AE /* UMModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14A30D2C12B7E573239CF4830B579B99 /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 6676D414A7FB5337B369D2C147358958 /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14AAA2DFC845A87859786BD12B456847 /* RCTImageStoreManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07AB6B3D1F1C72F76834F49E7AFD2C07 /* 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"; }; }; - 14B05797CF12E3EDFDCBA4BFE23DBA81 /* 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"; }; }; - 14B60DCAA5F82150E44D96C6E8BACC49 /* Uri-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B0394692BFDC48EDAF0F9D65F4907F2 /* Uri-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14C1A048D6F865F45B325BAC3B76DA33 /* Latch.h in Headers */ = {isa = PBXBuildFile; fileRef = E7B66A3E12C0D708F2B5CE6CA6E37B0B /* Latch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14E4B53EA8F264F6346A4C851E8633D6 /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DC0C54C2507B56DCFE1A638F3FD50E5 /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14F281D6536469ACB45BD441C238638A /* react-native-jitsi-meet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E0F17946B6353D26948E39E93F43A09F /* react-native-jitsi-meet-dummy.m */; }; - 150ACBB772200550CBCA36C42EE29D4A /* Asm.h in Headers */ = {isa = PBXBuildFile; fileRef = 815D8630D1298C3A7BC07270A98E1DAA /* Asm.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 150EF86CF0788F5503DEC19015BA32D6 /* BSG_KSObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DD994C90A22CA9E9B844778FC3A8DFA /* BSG_KSObjC.c */; }; - 15323548C4F0428F35A51EE31EE6383C /* GDTCORReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 93BC81BD4B8421AA0D05341EE0B566EE /* GDTCORReachability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1535C701DAAD121DCAF8DD9F5196C282 /* near_lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 99B922B5E113EFAABB5E8B04E2BBEA07 /* near_lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1559CAC7082B43875DE473A77E2E6986 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = C98E38E179C02B604FFEC4B9C845F551 /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 156541A16438D5D0895A42BEBB48DE15 /* QueuedImmediateExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A3134B9954D27BB17E8D00039F3C165 /* QueuedImmediateExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15C3F98EBEF4E626BC03FF1CFC0CD8F9 /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C98F850DDEBB33287F941D0C8953C39 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15CED7BF3CA20A9F19039AB2C2F5C825 /* ThreadId.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FA038F8A60594E3B8F83E00C0C44FDE /* ThreadId.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15D3B2DE00CEF3729DFDCBBEEA88085D /* 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"; }; }; - 15DAC541F3DDAC1A4E6E17BADBB7D927 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FA31CBEBF7D0603B48F99391B4B3661 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15E04767A844E89D123C3971936E35F0 /* 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"; }; }; - 15FBBCD4B17F6C048CAFC89CF6C431A8 /* Dirent.h in Headers */ = {isa = PBXBuildFile; fileRef = 746FA0BBE67532F465D29859821FC4CE /* Dirent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 160F270DC385E9C00587FB20ADE2E7BF /* FlipperCertificateProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1139BDB0810D99E932F602F6CAE5BD /* FlipperCertificateProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 162FBD061BB998CB2CA30E417F1660A0 /* RCTSettingsPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4F75D95A21B736464EC4AF7F33D7C852 /* 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 */; }; - 1645EC47EB762E4FFE87BC156065831A /* 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"; }; }; - 165570C8B9641C71FC25E25B09F54A97 /* tr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = EF38ADD4B23918335F1FDD5DBCDE58D9 /* tr.lproj */; }; - 16638CFEBFCF81BB884E5140AF782F42 /* RNCSafeAreaViewEdges.h in Headers */ = {isa = PBXBuildFile; fileRef = B7D402B25CA9CF5536A10956564084AC /* RNCSafeAreaViewEdges.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 = B1A63FD5A4CBC2FCC66FCAA7AA9B116D /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 169FF1C3989DA62B55580EBBAFA9F872 /* BSG_KSMach_Arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = DA30428E97DA023F80743B8F36FA4BD4 /* BSG_KSMach_Arm64.c */; }; - 16B4DE7A881A2254D0516118EEA95367 /* openssl_md5_dgst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6209FAE6D1637CABE395F9466EDB6299 /* openssl_md5_dgst.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 16BF8486EBE735EE99EDF2A7155E6B01 /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ACBF01C0E45F22908C80497E27A54B6 /* 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 = B3715D5F7F6AED006E5A39655C79B76E /* 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, ); }; }; - 16DC7CFD78C809EA45454947E46387AB /* MMKVPredef.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C2C9D209F160529837157C404C4E401 /* MMKVPredef.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 = 17EDB224AC57F978880C3FC4F79BEE9B /* 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"; }; }; - 16F2E222CA813B20598B313BD1767799 /* FIRCLSFABNetworkClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 188D155BEC1BCF1EC6453AB17CEA1966 /* FIRCLSFABNetworkClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 16F3F7362DA973002D1BD504C9743C15 /* FBLPromise+Do.m in Sources */ = {isa = PBXBuildFile; fileRef = 0605485DB7CC412F7210A7E521585755 /* FBLPromise+Do.m */; }; - 170AB88FAD0F4C61B341ACCDE34EF30D /* react-native-blur-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5894B44AB472F86E9C6F86D23535D210 /* react-native-blur-dummy.m */; }; - 170AE8952FA2CA6148287311F527E9D1 /* 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"; }; }; - 17172BA83412F990A66E82F33D2DFC2E /* RNDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = D51410543F7CDAB600147C0472E52EAB /* RNDeviceInfo.m */; }; - 1721261755CCF7180E95FADF717E8F95 /* BugsnagLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = E64431EDFC5EFEE5B9D8937D8E468B58 /* BugsnagLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17424544A674FD7632997CF393933D47 /* RNCNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F1F551BB0F53F39E1D8DD9FE00AE2FA /* RNCNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 174CE79CBC127FF8CC43C11C9D7134E2 /* BugsnagSessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BB1F174C7957262EE2FE776CD740639 /* BugsnagSessionTracker.m */; }; - 174CF5611AC17EEF295106C6F3C16713 /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 43187CAF197077A5C4B673F37BFB1852 /* 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"; }; }; - 176B0A376E0B638A9195B32CA538459B /* Flipper-DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DAE7A2692E7F564E6958228769028DAE /* Flipper-DoubleConversion-dummy.m */; }; - 176D90CBC5BF4B1623C1929B7E99C306 /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AD0BF0F37145766BDB0D22AFA6D61A2A /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 176EB591D2CF11E961FEE769724A73A9 /* WTCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 8950B5A3E14254388B625E44CEAB52CC /* WTCallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1782571EEA1E05DB0F5A30294F0D2F78 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = E5902898DE8BF6080BA3BDD1BC6035AA /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17841417263BB19547CE11E028BE5168 /* Color+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 830ED287A5A4C78E9E21528718AEB867 /* Color+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1787B6C498B9D12A9DD04D98713142D2 /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = F99830DAE1C6BB4B52C2D71084D43F0E /* pb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 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 = F42A3E6D85625C30655B009397B6CD77 /* RNFetchBlobNetwork.m */; }; - 17ADCD25A0AC453A319AE7BFC4C49386 /* MemoryFile_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 845D74BBD351AA8079E571392D1C0E7C /* MemoryFile_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; - 17DEED133D893CC24213928419EED41C /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 72870748BF81DCEEF46E35D6AB6DE330 /* UIImage+ForceDecode.m */; }; - 17E11B09E7BE63F04A144481228B9BC5 /* MallctlHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 23494ECF83AE03010863B41F2C7587E7 /* MallctlHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17E545C88F50B2A1050A5352931FD81D /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6692B75A4BF8DC5DE25F309C65AB403B /* 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 = F266F72242850B33D15ECC1F00DEAA57 /* BSG_KSCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 186307D8E8F0CF452A2AA3A431F9492F /* FIRCLSSettingsOnboardingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F5D4705DE48CE5EB0F04C1232D5D7A0 /* FIRCLSSettingsOnboardingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 188873A9FB8122DB37F4A9778B9F7347 /* RCTAppState.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5263E84C40285397FD6310C7E318BB12 /* 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"; }; }; - 18A0E54AC4BCBEAF027331B9DA3D4F40 /* StaticSingletonManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 09593B49C3807C670A36FAA809CC9F1F /* StaticSingletonManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18ADE7806255BA0087D7EF5FE11A9F34 /* REAValueNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F0991F3A74DB93D2DC98D156CE1009CF /* REAValueNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18BB11E87ADBBBFAD61E80195A60466E /* UMReactNativeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DDB32CCE32A6CCA0EA43A31D58BF6AF /* UMReactNativeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18D17402F8C6B8788F7EF5CC64F12101 /* FIRCLSSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = C8F42025CCF1E0EE73C244A22AC227B5 /* FIRCLSSignal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18ED5A3F1591EFF7CD963300C74FC7F2 /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 9CCF44C59DF1779D4F7DFC832AAD9090 /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - 19318B20CF5DFE527CF77A58B2AB233B /* VibrancyViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F1CBC87DC7CF5FFF626054A8F7844EC4 /* VibrancyViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 196FF82F454AE91BD2A07237684A40B2 /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B03B2A3A4C4729288E68F023EBD7DB8 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19703A5DE8711C2C161A5C720E0E9308 /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = C40627B821B6262FFC847427249ACE75 /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 19750EB180F39F69B969D9CF646E5200 /* FIRInstallationsErrorUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = F75A5D5238E86595CED89365021A2AC0 /* FIRInstallationsErrorUtil.m */; }; - 1984C8E45EBAFA2D959952BCEBD090B8 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = DCEC66766E1005FFD85761A373BAE553 /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19BD8B956040B5CDF9D802839ED1A248 /* FlipperKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F40F93A59D88F61721018906C44431C /* FlipperKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19C125B1C61DDD9917950E2EF86C332A /* StreamFragmentAccumulator.h in Headers */ = {isa = PBXBuildFile; fileRef = 508B89267CE4D93F39E22DE3249FDED0 /* StreamFragmentAccumulator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19C3BBF564F8976EB6D91418CE10F903 /* RNGestureHandlerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0234571FBEC2AE4DBC5FF6954D32883E /* RNGestureHandlerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19C997402B9BF8BB51F85B0BF51B3701 /* PackedSyncPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = F368D04E2314D86E8C9ABB520DBB0CD7 /* PackedSyncPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19DA084E18BB0C5EDB193E347F57CD33 /* HighlighterViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DE3792C0CB732F1665EA52B6A87CC774 /* HighlighterViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19E023F7AFA0C82E80A9B8AA7C9E1BEB /* FlipperConnectionManagerImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = F7737B852E1DE2C4464E50CF2222FA4F /* FlipperConnectionManagerImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A251C4030FE668DFE3842E58E02C8A5 /* 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"; }; }; - 1A4F0EAC34271226B8514179B014F914 /* RNFBVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A557E0F390593A707ED71351BE32DE6 /* RNFBVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A619BB8B9DF57D0228F68ACF757B75F /* RCTConvert+REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D4D631DFC321F19D726F4229F4587DC /* 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 = CA811C5A50CFE8DF8F679660C400B857 /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A83D06635F509BEE152AD2CA8ABE80F /* FIRCLSBinaryImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 41AB0F94837FC688A10E982707AC286A /* FIRCLSBinaryImage.m */; }; - 1A90C6E2169396F4E6E401D6D324646E /* UMPermissionsInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = FA2F6ED5027AAA26EA743798C2086445 /* UMPermissionsInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1AB409368DE96B84F159C045C652405A /* RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = C220CD5C7823B71A8122034A20263F53 /* RNNotifications.m */; }; - 1AB957499C10F7A111F8823CAECFD47E /* Try.h in Headers */ = {isa = PBXBuildFile; fileRef = C16648A9160A54F2C897160604630693 /* Try.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1AC062B16265D901928C615BBE608506 /* picture_csp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5933F4F939F7CC98848B03A96477BA97 /* picture_csp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1AEF393F6F6443C05A46E4B847A56B15 /* FKPortForwardingCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 55F3051D8D0CB73E730100C80168D5EE /* FKPortForwardingCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B00F3F2D8A4C7348ECF02BA20E123CA /* FlipperCppBridgingConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = BAFF9D44E7C52A8BAFDB2759D38A43BB /* FlipperCppBridgingConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B184A4DF074B71C771F4AA86885E562 /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = D50E5CBE9E6F77D431F683A2D88180F4 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B1F3CBBD982305D78A6C7E4BACD0715 /* EnvUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = BCAB06F222EE547FA427E2F892BF57F1 /* EnvUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B3A8973244529C0570F19527256D9B6 /* RCTVibration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5812F7760E1D36C4292E14881B537E47 /* 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, ); }; }; - 1B7AFFF720AD04C591314C221AC6DE0C /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = B9A091BD7D5A323180FF20D4D4B49FAF /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B85A99F2196FEFE3882FE4B99978A65 /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 17403AC316FCF34A863F06CB4FAD5AC2 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B966B801EEB421750F04FFF774E354F /* RNCAppearanceProviderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F30830DE00CD54485522E327CE1C96EB /* RNCAppearanceProviderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B9936FE46883FD0377CEB4BB4641D12 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 43EBDE3846E0FD53F64CC9F2323E7CD5 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B99C991A7C99C8CC2F38A0347F3A121 /* Future-pre.h in Headers */ = {isa = PBXBuildFile; fileRef = F49290A382EC07A3D4203E6BBC1531F9 /* Future-pre.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B9C7E5AEBEE4D514147F7454C293DD1 /* IPAddressV4.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A8F4D41E448E3CFB067F47381E98A30 /* IPAddressV4.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1BA2BC88C90D25542716C82A21749BF4 /* 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"; }; }; - 1BA6F8501E04CC203524D4E58EEB0B9C /* BSGConnectivity.m in Sources */ = {isa = PBXBuildFile; fileRef = 453CE6C887F1EBE164D6F608B6EDB7AB /* BSGConnectivity.m */; }; - 1BA8A00F81DA5FB66B256CAB00A50E8D /* FIRCLSCompoundOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = E074A13E25D9C327654648EE711D7231 /* FIRCLSCompoundOperation.m */; }; - 1BDEA48D1D81B4DF28F324EED60EDEF2 /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C9A8B52CD04055445C5A10CDDAF7C0E /* SDImageLoadersManager.m */; }; - 1BF62BF1AFADAAAC2884C1344531F01F /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E3DE5B6D184688077D706560DAE74BE2 /* React-jsi-dummy.m */; }; - 1C1B0F31633C386387B9FFC1702D1CC0 /* BSG_KSJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = 634D8381D380EFBD2BF33C8D09A996AC /* BSG_KSJSONCodec.c */; }; - 1C26515EED65B95C1190B35FDAB7E02B /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = EABBACC64894D7DA547D485CE34126D7 /* UIImage+Resize.m */; }; - 1C365319323C45B39781751874B3F6EB /* Shell.h in Headers */ = {isa = PBXBuildFile; fileRef = 125AA0ADA13DC01DDB51D3A0C7D14423 /* Shell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C3771DFE7BC396741747DDD18CC8BFD /* 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"; }; }; - 1C63664FA2CEFCDD9576B64A028C95AF /* BSG_KSCrashSentry_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7046EC071537E6C0BF1D5B6F483F01 /* BSG_KSCrashSentry_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C7E98F603927DF96FB1B8F641205745 /* 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"; }; }; - 1C8EC169B592E48D66A57DB786533C77 /* EXVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 48A989EAF58E78C4714DACAAA7B3ACF9 /* EXVideoView.m */; }; - 1C917F8881E9D6A203B3AE0E5DF4AED1 /* Checksum.h in Headers */ = {isa = PBXBuildFile; fileRef = 63F871D16064AF77B1DB0AB6A40CA1F8 /* Checksum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C998FD6B4BA2422E07B1721522EB31A /* SpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D33D15D5083476886ACAD72FED3BB59 /* SpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C9AA5ECAD8C2F7639FD4EBAEF3452C7 /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 599C2EF884B2282529A1B2A20B6991D2 /* GULNSData+zlib.m */; }; - 1CAC8AB93D24FF0DADCE2204DA1A4CB7 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = F2762814A7587F19202BFB07EF984BCB /* 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"; }; }; - 1CAF1C5CE4843B418A9571A2DB109992 /* FIRCLSRecordHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D5C967BD780F20E700AEA22FA14D2FE /* FIRCLSRecordHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CC3C6DEC40A03D5E0B32EC6C2224098 /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = 493DD9A9698B328DEE7454F997532A22 /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CC3C81FC9A48F450D8A84B50D13A0EA /* F14IntrinsicsAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = 010E94C4E345D269CB25FBB71DF5232B /* F14IntrinsicsAvailability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CFA20AE64C9C0B58F41BE5E949F7F69 /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = CA73F6A73A0AECC3E81A4132BAAF53D5 /* pb_encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D1CAE6C44FE0A6019C795C3BC71CB04 /* GULSecureCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = C3057285D89CD9A3A8F3B341A57A5E2F /* GULSecureCoding.m */; }; - 1D5C8E7B129FCC2F9E9C159A750FDAB5 /* RNConfigReader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E159762701812846BF3F808A7E577825 /* RNConfigReader-dummy.m */; }; - 1D60864A4C3901FF5B52A5D29FEB00F4 /* 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"; }; }; - 1D819081622A037E8FF435B0C0A97B62 /* FBLPromise+Then.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B8D6F699ACD121C75CAB0326E9BD3DD /* FBLPromise+Then.m */; }; - 1D8440CE73095BA0EDA9BB51C2C95A24 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 77020B5DF9FF25FDF9E2208D2E674B9C /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D89BCE06C52E7607390939321044E27 /* RCTConvert+REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 63CD1F5EA7E04CD917A59514F416AC8E /* RCTConvert+REATransition.m */; }; - 1DB7C1509BFDDDDC4ED474A575ED6943 /* InlineExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = B15D556A48222A425B74D3C5069391AB /* InlineExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DC3B3ED731297D4B0C4C4A142DDA161 /* StaticTracepoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 857C151B50B543208E2559AD2D534277 /* StaticTracepoint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DFC34534A46877DFEDA098D230C6652 /* ARTCGFloatArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 248E3BEB54E55ED16CB1F584DF601D35 /* ARTCGFloatArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E08E51E687A1710CBBE2C66B444C9DB /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = C39FA2D898D6C5C24D94D62112237663 /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 1E1456286C1D93DC2A848A173C6CA46E /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 466BF29D9F521303A8545153C13A244C /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E37187D322A2E021A769AA9DE3F44A0 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 064F4ECD56B31AB9F2268920C3A5A067 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E4A2DC4C5F0946E96271206FB632FC7 /* UMModuleRegistryDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 24BC437A8DF6FE5B5E1CA23F82CDEDE7 /* UMModuleRegistryDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E4A51287E648A1B47F0645FE0ACEA6A /* SingletonStackTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = FAF3ACA5184AE224B438E2FABBD5D7F5 /* SingletonStackTrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E50F0E73907A2BC12F027ABC44CC9A5 /* anim_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = BC5985BED0D370AB99C1D5EA769584D2 /* anim_encode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1E66F0FC45657A3549C11AEB36CD942F /* FIRInstallationsIDController.h in Headers */ = {isa = PBXBuildFile; fileRef = F1BE313E0178B44A61CCEEAE13A6C717 /* FIRInstallationsIDController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E71463BA220F76AABE65F5136B1E1EF /* ARTContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B768CB0E93F1341AB56951B2346D0AC /* ARTContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E76EE40BB01670015D9B093930EC947 /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 14032B6DF2909EA928292E52FF85A81E /* README.md */; }; - 1E7DEB4C9EF4EDB1A9CE56FC20D9C25D /* ARTRadialGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 478AF017883BC4BA7C1D9DA48C3C62E9 /* ARTRadialGradient.m */; }; - 1E96DA399E14B815AA4F771277F81EFB /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 358346C86A1A890A5D0EE4F1E8498913 /* SDImageAssetManager.m */; }; - 1EA00BB90A2416E6B517B59204229A53 /* EnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 516E1A3C3732A63397F5D7E3529F00D7 /* EnvironmentUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1EABE04AA6D48550D6D19EAB214A20C5 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = C3B844EB0490A9915296690E4A218976 /* FIRInstallationsItem+RegisterInstallationAPI.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1EB3BB91E7853E3EB397E373697552F5 /* TOCropView.m in Sources */ = {isa = PBXBuildFile; fileRef = E2C8A03A930F5D8B3C67D1DB66AAC22D /* TOCropView.m */; }; - 1ED3A3DB18B0D7129F78B640C0F033FD /* RNSScreenContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F9EFB1202C400D49F1D4FE6CF851BFB /* RNSScreenContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F039DE5D6C3194875F36D15B2B6EB8F /* FIRInstallationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 288175A123085F117C9E489403509505 /* FIRInstallationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F12214A7A2A9C44C9270D58EB9B9084 /* ARTSurfaceView.m in Sources */ = {isa = PBXBuildFile; fileRef = 703C1BB74E03E1FA6212C61ADFA7CBA0 /* ARTSurfaceView.m */; }; - 1F1322D8664D7B4667D3AEB4A936367C /* 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"; }; }; - 1F26E6BE8680874514D23F4E1D98AFFF /* F14Set-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = CEFF5D6300B831BA38BF0D956FFABBC9 /* F14Set-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F2EC492BC1F82C19F6B082CE21A986B /* FIRCLSProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 41EC9A082146249F7FAADB7E975CB5ED /* FIRCLSProcess.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F4A5FF2D56A18B807C4B2A6A4852CAF /* KeyValueHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = A4B9EB1059EAD9971B90EFF540ECB019 /* KeyValueHolder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F5C7B914767359755017FB63CAD5628 /* 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"; }; }; - 1F60B5AE0C1D2EDBB6622D5A43EBFBCF /* dec_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = C9864B33465FDFD1F3223F3D1F619467 /* dec_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1F7AC1274D9E9ACB9389594F22344A0C /* Poly-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C78CF6D5D7E02A42A10C1BA48D3BCC3 /* Poly-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F91056AB2E5BDE9FEF3F26B1103E5F6 /* react-native-background-timer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 434447BE015670BBDA414FA410594484 /* react-native-background-timer-dummy.m */; }; - 1FA03B89D98435C2AE69528890A6EF29 /* 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"; }; }; - 1FAB29507E6C530B4F5701DFAD969087 /* FIRCLSProcessReportOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FB84CACC22716A77A1295F00B185BFF /* FIRCLSProcessReportOperation.m */; }; - 1FBE0A938C4564219AD47F5CCC0117AE /* Pods-defaults-RocketChatRN-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BE44CBCE6C75B26E95A4555F9D976298 /* Pods-defaults-RocketChatRN-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1FC982155BE4D529B89D7B467C17B5A4 /* 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"; }; }; - 1FE9D2089EFE0DE15EDA6AE8A598B110 /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FB2AA31244FC34FC31487A1D466C376 /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1FEBDABF45E29C48EFC28C6377C9294E /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B881E13AB9D0330C2D4B16DE752C6B0D /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1FF98EFB73D4A9AFE13F730CCED6B909 /* RNFBJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F86B1B18B79BD8C2B11816C0F000470 /* RNFBJSON.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 202709807971EC02B89417C23D057232 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 44B1F19AFDA9FD7B7897E643F7E1BCD4 /* UIImage+GIF.m */; }; - 20370BECF8986CC15002A2B117670206 /* ProxyLockable.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CA3A3E8B8CD76761016D2F850627D82 /* ProxyLockable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 203D046A232F648291F7C514306B6C31 /* EventBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 0463705C5C8AD88A127C191E4A74C7D7 /* EventBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 204CC23D814BF60981D1BFC5562AC7B1 /* REANode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BDC0649976F244B385E849EE659EBFD /* REANode.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 = DB1EF934CD3A7A062729617F262B80DF /* REAJSCallNode.m */; }; - 2073BDC56C725779ABB7049D6F6DBBE0 /* ReactCommon-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EBBA86DDF93A6E8A790251CD3C2DD489 /* ReactCommon-dummy.m */; }; - 20A146B87A5A674B7BE619DB784CC277 /* FIRCLSAsyncOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A395CF55455BB3289EFF24E6573D95A3 /* FIRCLSAsyncOperation.m */; }; - 20A7717BBB6E400E9B407132FE778A5C /* ARTShape.h in Headers */ = {isa = PBXBuildFile; fileRef = 0394F4BA3E1A0C8F919C8AEA250AA8F9 /* ARTShape.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20B1DDB05D8A9C7C93D98FB86003D201 /* FIRCoreDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A75E757BEF2844969C0E4EA4B7B8A74 /* FIRCoreDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20F53C4562F9243F4424D17130CA4851 /* MemoryFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00C0CA3ABE1F5AF2834C0D91CAC6FE4D /* MemoryFile.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; - 210455378C99C4D3CC1BDE94C6BB00A9 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 220DAE379E1D02CA903B3F194145101C /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 211437BACD8DC4870AB7713A4E20D716 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D5339B37012C1922CA12EC47722CF59 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21185E835673B7527527F6F320274C8D /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = A0FCB61F2EBD449F4543CB3E43AA5677 /* FIRBundleUtil.m */; }; - 2122B39BF4EB62EAE6046796632F30B7 /* RValueReferenceWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = EFB58122A452BDF5B674F6A1D2FDF3D2 /* RValueReferenceWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2123782372A76ED2C3C54D140890CF06 /* RCTConvert+ART.h in Headers */ = {isa = PBXBuildFile; fileRef = F9B2F44D1FBF8A3BFE971151FCD3EA16 /* RCTConvert+ART.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2135E55C7EC82527CA8708511183121F /* FIRCLSInternalReport.h in Headers */ = {isa = PBXBuildFile; fileRef = C896EC24556B754222B81EB9F4519BE8 /* FIRCLSInternalReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 216C3DACCFE33404EBC02F181CFE76CC /* SmallLocks.h in Headers */ = {isa = PBXBuildFile; fileRef = E696A73B42BC15EF6E5CF1B943C0E8B9 /* SmallLocks.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 217FB94A14907C21FD2847C28265C1F2 /* FirebaseCrashlytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E2480E79BABD5FF84A01AC33B526E82A /* FirebaseCrashlytics-dummy.m */; }; - 218321A99D4C17B8A48D880818EC732A /* FileUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = E23C440F2D3F1573DFBEF07FEEBCD6A5 /* FileUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 218385979F03EB77F69380FF883A7850 /* UMViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 117AF9DD15971B305C647F1B85ADE59D /* UMViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2192ABB62D675E67C11E7459ECF7C121 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = A14547941C5CA0131625FFC5A003A02C /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21AB96A4DBB9663C69C660F3909FFEB5 /* Throughput.h in Headers */ = {isa = PBXBuildFile; fileRef = C53174054B145E3EBC1CB0898AC317C3 /* Throughput.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21B4FE8D442D5B6A6FF02399D74F9C1A /* BugsnagApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 9621EAC1A48E39C15ECEF2A85EA69276 /* BugsnagApiClient.m */; }; - 21D3C477BCF39426DCB5E81750C199B3 /* UMAppDelegateWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 44D92C6A82622512F6E67720CD20A810 /* UMAppDelegateWrapper.m */; }; - 21FB10C2F23656993355A8AE38A8EB18 /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6B631A92EB31541DD1E5AF27F9974C0B /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 22192EF73D543AE0FC9D5241AC93D77A /* ScopedTraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97628F8B00ED909995A47B37E5F8E510 /* ScopedTraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2229B836BCE066BCE8443CEAD075AB36 /* RNCSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 42BB9627879954CA248160C80B018C2B /* RNCSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 222D8C687FAACBAD9D6C610D214B13EC /* RNGestureHandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 48803A635BA70F595325BF2C3F04255A /* RNGestureHandler-dummy.m */; }; - 2233CA5C4FC47CF70497C3A96122839B /* HardwareConcurrency.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DDCE98AB8DC4764E1FAB4ED28805080 /* HardwareConcurrency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22448F033354D8846A35F5A1AA60FB44 /* FIRCLSUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 37F1B7412B8B415A53059C4FF77224B4 /* FIRCLSUserDefaults.m */; }; - 2256927FA77FD039B69FB645678E7299 /* 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"; }; }; - 22602C114994AFA21BD02E1C43C34E88 /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 09E21919031D6D3C21EDD56F97160D5F /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 228B9FFE41498544777E87015261915C /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EACA5F55C5E1B77D91F4F2828E14A1E /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 229C21D9B5875004767DAFD5A6FFC4C8 /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = 677E894EE13E20E30C11AAD24818CB6F /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 229E5AC02E2117AB85BD5E5102E14C73 /* 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"; }; }; - 229E984290A6D973337C194C6135EEBB /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = E467E2EC818E1F4A9CD8893CBC67AA3E /* 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"; }; }; - 22E1D06C4A77C0F1F7DFBC536D00AC58 /* ARTRenderableManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2161993A98713AC85976D83449407458 /* ARTRenderableManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22F3FAE5C493F67EA2357C93CBDC40E9 /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B36FDB0493FB8627604E5C4E9B7D7D74 /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2300FD1051763DEC87ABAA44DA4C843E /* RNDateTimePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D3E82213FA4981B526A59A53D3BFD7B /* RNDateTimePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 230F1F13F72AD9DE051A81D2366898D5 /* ru.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F32788FF4C72EAC8F2A4172E2B21B048 /* ru.lproj */; }; - 23107CD51E85F36D174BE09761E08392 /* RCTPbkdf2.h in Headers */ = {isa = PBXBuildFile; fileRef = 3713EF18D3264C2CDA2136D0C920CCBC /* RCTPbkdf2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 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 = D37DDA3D6B96219E4EB54E70B4808AE8 /* SafeAreaManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23587B85B626669925991587D263DE57 /* EXSessionUploadTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C69C9EEC3493FC2E54FDD7786C6843C3 /* EXSessionUploadTaskDelegate.m */; }; - 2365925EBC20940D60D5CE08F760E860 /* TOCropScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 31C653FE4A72393BFAC2B82B2AA0C8D3 /* TOCropScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23A7632A236B534C61233C4A94C9D15A /* 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"; }; }; - 23AE2C1500BAEC75E7E7EA9F246D5A3B /* TOCroppedImageAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EA3D04969981A93C7699DCDC5F67228 /* TOCroppedImageAttributes.m */; }; - 23B63806D9A476DC97D4110167D0DDEA /* RNCMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D50F32BF9A63201240E018732A575F1 /* RNCMaskedView.m */; }; - 23B96DD6869C85C7F99B6B5BFB5B2447 /* Frame.h in Headers */ = {isa = PBXBuildFile; fileRef = E36C4193D6E17441A42E9F55B899D390 /* Frame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23F880255FD99355C2934B672C938E94 /* RNFBCrashlytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 58380DDD9D14E13FC49903B3C12C8CF3 /* RNFBCrashlytics-dummy.m */; }; - 240FC32361C410EF5F84BF6DEBE42548 /* ReactNativeART-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B5B21DEE5E659FF81BC74960FDF7F81 /* ReactNativeART-dummy.m */; }; - 2429E3881443A705B671125FD7304B92 /* SKTapListenerImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = D765CEAF6F6ACDDDE28F2B36828DC6BB /* SKTapListenerImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24326F349EBDAA0D4C0C008F7DAFEB0C /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 706BD084D3614677F1F93407910DC559 /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 243320729E94C054A9CA3C8071A2482A /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = EC6DADC1E9560F75280889A0B2B3D8F1 /* 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 = 27474382A8D81A4B6AB6E5900C22C84F /* RCTConvert+ART.m */; }; - 244910A013FE57BE42FCB9759F71DAAA /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C04596974E6A0A67E3DBD0891538191 /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24497D5DB531C36C16DD8D625C7311B8 /* 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"; }; }; - 2487FE5A99FD79EF599EEF75AA4F1083 /* ARTSolidColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6518CB92B2D22982D552B61B30511838 /* ARTSolidColor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24A1415308F4158B9FE290535BC60FD0 /* FBLPromise+Retry.h in Headers */ = {isa = PBXBuildFile; fileRef = 122E8A99C50C7776793BC31871411F2F /* FBLPromise+Retry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24A5011BE56D16609FF434F7E5E62B55 /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = C13068CCA9200DA009301B6DFA22902F /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24BD64DF13017E303521D541079FF897 /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 83F22A0F81FF2CFB18B29CD08150A4BC /* UIImage+Metadata.m */; }; - 24E0B9065F0DEABA9BD102493CD7CE51 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2048D347CE9EDBB07FA607B7211FFEA4 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 250F64338233A141069049A26220E9DB /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D229E63E73266FDA72C1F3143061311 /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 252A150408A553D4807BFECE84C73499 /* react-native-orientation-locker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C4CEC6D823CBB3D6A577B448C1C976 /* react-native-orientation-locker-dummy.m */; }; - 254A0207C9A5435446C9EB5FC1E2E1BD /* SanitizeThread.h in Headers */ = {isa = PBXBuildFile; fileRef = F084779A88B74FB8825E34867B363A5B /* SanitizeThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 257E34681C26A91A4B2DB11E4A5C7A05 /* ColdResumeHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AF37032762368E8AEED68C2B4E679B7 /* ColdResumeHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 258DFD96720C1C98BD6A3BC06B72A9C0 /* react-native-webview-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 916E0C7450E83E0B4367C5BD19DA079E /* 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"; }; }; - 25BDABCF4B94685FDE0C08F1D9D57028 /* 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"; }; }; - 25C175A288FBF338EFE274BD58D1947C /* 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"; }; }; - 25DB1E24B453C0ECE4DA407E7761D440 /* EXLocalAuthentication-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BD968A4D94E9A746F7ABEF6C09A3151E /* EXLocalAuthentication-dummy.m */; }; - 25DF77BE316A1163F0FA609A33BB82FC /* EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 937BF80DAC3AD39D847CBAE195763C5D /* EXFileSystem.m */; }; - 260AF1732D75989005185A1CB9EBEDBA /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B604C164297ABEFBB339CA18AE3E70C /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 260DB19B6644A2396087FC1DE332FE12 /* FIRAEvent+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C02134652DC0E225160FB001D088C81 /* FIRAEvent+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26506F2BBF7C95CCE61BDD9DA1645A41 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5227A7283B06207612E46D8A5F9D9230 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 267978D8B6E1910570337BDE490132EC /* PBEncodeItem.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B46B9000485EA36C8993212CB89A82F1 /* PBEncodeItem.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 267FBF5FD39D9633691B813B405D0B81 /* RNCSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D2E742A97EED1208CA8E77377B2608A /* RNCSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26B8D51264AEFC6A56B9DB0BB37F703F /* ProgramOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = C95E75174973D393627CC0E6944E6964 /* ProgramOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26C27EA461F780C6B320445D32D3F187 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9CCAE35584F6CE18642AC5956A83C4 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26CE1DA937FFD3F4C82ADEE87ED14556 /* BSG_KSCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = A9F294CB93352BCF987354459B8AAA7A /* BSG_KSCrashReport.c */; }; - 26D0A998AFF2ABD69097741C6E93AAB9 /* DefaultKeepAliveExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C161A0D9AD64B1BCAC02DB33B770404 /* DefaultKeepAliveExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26E3EA9EA688E451D555351D01FAF093 /* FBLPromise+All.m in Sources */ = {isa = PBXBuildFile; fileRef = 162DF357A5D6A3074EC49D6A9D7F9D03 /* FBLPromise+All.m */; }; - 2702ED30FCC572A9119745BA58C104F4 /* REACallFuncNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 67EA6BA245FA725628ABC0BD0370B0D4 /* REACallFuncNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27167F0D3C68BF4311B49699BA082EA2 /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5646641312F8355FE7CDCEC2CC3C51A0 /* 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"; }; }; - 27237AF6095A9DE25A69F27968FD4233 /* 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"; }; }; - 27289C9CE545E9A60B4FFBECC9BFA815 /* EliasFanoCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = B83E6F934C634C4408B9B5CBD3711AD8 /* EliasFanoCoding.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 = 7B89F43464D3C2841770D76BF7A11406 /* RNScreens-dummy.m */; }; - 274E40C8FFD757C26CD9877F409EAA6E /* ConnectionFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B1CB337F3E1A26D21CC5F820983F115 /* ConnectionFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27535CC99EB231F86255D295D0F58270 /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F5528EA09EFAE6B38E3C1160D4CFDF3 /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 275B1BA50739CFF9BDB246E10F662653 /* RNNotificationEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = B49D822CC2C3E7960EF5E399C6ED45F7 /* RNNotificationEventHandler.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"; }; }; - 27A280D1DBA7A8B6FD7A3651A54497AA /* FBLPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EFAF70FC7AD5745B398BEB23402B339 /* FBLPromise.m */; }; - 27B6CCE48225BC56652E9E3223D38C4F /* ARTShape.m in Sources */ = {isa = PBXBuildFile; fileRef = 32228B56F3D68A1F996FF3819BC346AA /* ARTShape.m */; }; - 27BA95952ADE98BBCB5EEAB52BB10B1B /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C654EE67FEC6F7BE40DD1A7498724E /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27C671CFA2AF9380A55C1614618C1951 /* EvictingCacheMap.h in Headers */ = {isa = PBXBuildFile; fileRef = B3826070DF750B29EC717636E7716BD2 /* EvictingCacheMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27C9277485F05BCE39CFD89C84B143A7 /* EXAppleAuthenticationButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 773A296DC9FC5A6BC8636133EE686724 /* EXAppleAuthenticationButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27F0C4D68202804F42F830E9E45233E2 /* RSocketClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 45FD7665344B59ED61C5124A0E402718 /* RSocketClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27F23A67D474B7396A69317B30F659B7 /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 393BD87E23105F5AFD8767897194DF68 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2816754AA659150F1D0D87A2240F1C96 /* rescaler.c in Sources */ = {isa = PBXBuildFile; fileRef = D358D4901C8CDBF7571E2FB273CBDCB4 /* rescaler.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 281F420D4D08D8B48BBF90E7C15AD2BF /* SingletonThreadLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = CFCE68FCDCD707C79068E95A3A967672 /* SingletonThreadLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28237F6C1E5B28B4C6A2CEB79DA0D64D /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = B3135DD08D8F8477774D97E46A17FBA1 /* SDAnimatedImageView.m */; }; - 286CB7A6A88DB1D0B53F76FDDF7E306E /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = E879CDC510FC2B74BBB86215E85C2FE8 /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2891B36DE383BFAB9F0E32F1BD0CC535 /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 89A5CCC6744A5C7FC6A36F5719D03C2A /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2894CD03A47A89F6993D4103D489E73A /* Init.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A91E9FF28DFA7E4E89674A5B85ECD54 /* Init.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28C78E22D8E13C7D5E5C641339C1BA3D /* StorageGetters.h in Headers */ = {isa = PBXBuildFile; fileRef = D6A04700A631597CD7BDF8A0C9E537B0 /* StorageGetters.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28D222B78CA686F39BD24903D1C13281 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 434E1A335ED3D61EE8E89C8C23A70CE9 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28D29030DCE11EFB30AA3C1734E58E33 /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E446962D13DA9D49930FE2E5C110DF5 /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28DB097850BA4AD5AA86D4A78ADE68EF /* FIRCLSFABNetworkClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 33CD38A805803F9E727DAA3989B58F1A /* FIRCLSFABNetworkClient.m */; }; - 28EEC40D08A0571DDBB018592ADCF887 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 5568C46C1F75203584ED8E33CE30250C /* SDImageCacheConfig.m */; }; - 28EF0E5FCF46BBFCEA7980660880F5E3 /* MapUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = B19FF7A2DDD3DAF552F083D95B08CA7F /* MapUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2908D147999CE0B89F1779C80BE11AD8 /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C973FD75216390D6E6C5BAD3F9B630D /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 293568674BFC2FCB3EBC3EC193AB75D8 /* Checksum.h in Headers */ = {isa = PBXBuildFile; fileRef = A50823AC747F4E5841DC34E6C07DD3F3 /* Checksum.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"; }; }; - 2970B4381FFD040B6595A90982881AC3 /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF29150B960F867E149D1019DAA1032 /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29885AE0FF6386A8C047608ED823966C /* Sse.h in Headers */ = {isa = PBXBuildFile; fileRef = EC22763B2410C58280F020F636D3BA61 /* Sse.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29C71C0E2AB8B0B9A0181889EBF06573 /* MMBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = AD429B97FD98CD0D2FC8387D13798842 /* MMBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29E218628AB4F1CCD21A650B478BEE23 /* BSG_KSCrashContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DD8815D4ECCCE94EFDC52F836799F70 /* BSG_KSCrashContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29EC6C3989F9120B097EEDD3FECF9B21 /* GDTCORReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A4847D525003929C998851398FA9ECC /* GDTCORReachability.m */; }; - 29ED5CA203DF8983E2D036241DC475E9 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C20B5DD74073662657894DCBE40BC8A /* SDAsyncBlockOperation.m */; }; - 2A01C8831E68611BE1ABCA396B57A3B9 /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A510575A1FC9FAEEED1371909C3F2C3 /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A1448813DB024789F386419AC0966E6 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CCE23A23A23DEE66E3C3CBFB0D9F721D /* RCTMultilineTextInputViewManager.m */; }; - 2A25A4A0D232A7DD84939972D07FFE09 /* RCTConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = BAD59DB5F614DC53C6468BB52CCDF276 /* RCTConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A2C0C8B8480A8A12AB2FE25B992F697 /* BlockingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 54A39B5CC8BD12A3A5B6EE6B1B19F0C6 /* BlockingQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A39E8383F3F87C10CFCBCC9381983AE /* Libgen.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED3204C3F2522242524FAC88331C9E9 /* Libgen.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A493B365180564C43897233FB469DDA /* RNCSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 02535C8D2F06FA1A20031E1754A28A37 /* RNCSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A5E383D55FE9C242624A8E3E76CD6FE /* FIRCLSDataCollectionArbiter.m in Sources */ = {isa = PBXBuildFile; fileRef = ED45253B3F68FFF9A8DD0F36C86E08CB /* FIRCLSDataCollectionArbiter.m */; }; - 2A809E61FECD8CC27A91B6E74DDD9B46 /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = C479C917194F0B17DD7E4E5DECBDB54B /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2AA511BFE6E6DA363E500CC1EF6F515B /* Pbkdf2.m in Sources */ = {isa = PBXBuildFile; fileRef = 35D059578C746B656D92BE16F6752821 /* Pbkdf2.m */; }; - 2AB0B345DD1BDD125E1907D9E15454D3 /* RSocketConnectionEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C1DBE6A2CF58D2454F50323D40DBE56 /* RSocketConnectionEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2AF8FA27F6F7D973BA41558473B00457 /* EXFilePermissionModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A42CEBCAF57FA14D9DDC864E459C2B3 /* EXFilePermissionModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B0A47D7D27FC519A68BB4849C2D4002 /* 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"; }; }; - 2B17A882D955D4800EE9197F9264EE62 /* BSG_KSSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 1B58221E4BDEE2CD688E8C71D07A7A9F /* BSG_KSSignalInfo.c */; }; - 2B17E6CC7F18626E88991E8296872DAD /* EventFDWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 686091145045944E5FEFEE5A8B414D2A /* EventFDWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B1C24529C1C74E6A356C7A40CA185F1 /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A470587ABA820F0E830C9FCA65046C44 /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B3ABEC8CAF40D427297C55BE2FAF13B /* HazptrRec.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D438F38D94F27C2D4F272BAFC52B53E /* HazptrRec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B622E541FE0D922D8AB19163821F7E4 /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = BCBD1647946B4F61F88A67AC770D296C /* 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 = 86C1C14517FBA07F134EE5555A451986 /* NSError+BSG_SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BA69D9D542370C30F15F680DA1AAE7A /* QBImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = C408294883E3AC52287FEF9E18D54ADD /* QBImagePickerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BD0EB19A587409B1970DEF07FBD38D2 /* MicroSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AD33D82B3E5E94C3A896176AF64608F /* MicroSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BF15CAA80588425BB5AEB06400511C1 /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 83BCFEE40220888A29C367704FD6B9C3 /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C07B14C8D3FE7131298ACC1FD0EE26A /* FIRInstallationsVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B5FEB9BBC34C38471BFC0C565F5147F /* FIRInstallationsVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C0F23EE16E8FB38C37037473D7C8E48 /* FIRCLSSymbolResolver.h in Headers */ = {isa = PBXBuildFile; fileRef = 11EC576DB5495B159AAABD36581CE700 /* FIRCLSSymbolResolver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C20D219BCB8C2352E06962104E8270A /* 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"; }; }; - 2C2BB0245C06C6ECD837F00D785271A6 /* UMEventEmitterService.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EC4839184FE2B2402FAD3462088F5D8 /* UMEventEmitterService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C355A65EF3A00F1E38ACA0A5887795D /* ReactNativeVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 261EBB9E97BC3ECE7CB2CD999E1EFDD5 /* ReactNativeVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C407E8C99A8941BCC7E5FD583BF7155 /* GDTCORConsoleLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 3256AA43CE2BFC1B9E9126DBB10173CF /* GDTCORConsoleLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C476EC9F7B621F0D142449AA955BC63 /* EnableSharedFromThis.h in Headers */ = {isa = PBXBuildFile; fileRef = DA162A95EDFC329A11018E75AFDF3C9D /* EnableSharedFromThis.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"; }; }; - 2C6C05C4CA1AB57279CD8E33AAE4A7B7 /* MMKVMetaInfo.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 9246657F51B7A60381223A4E5A6D11EF /* MMKVMetaInfo.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C7CD02757F50746084DE37EEDD96B6C /* Log.h in Headers */ = {isa = PBXBuildFile; fileRef = FC09B797AFBDA594749FFECCC24635D4 /* Log.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C7CE9C58DFF531AA2AC58125DD534D2 /* FIRCLSFABHost.m in Sources */ = {isa = PBXBuildFile; fileRef = 08391954A2F97E467DB6AE01410CDE9F /* FIRCLSFABHost.m */; }; - 2CB50927DCE52B60BF8E5DCA477D9CDB /* RCTTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D4C3039E1251E2B702DFD7C941A1A2A8 /* RCTTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CB6213D090F803B4D049F127D9D0CF9 /* contents.xcworkspacedata in Sources */ = {isa = PBXBuildFile; fileRef = D758D91E02C797161FAD55D10B377760 /* contents.xcworkspacedata */; }; - 2CE163ED3117BA5498D6B5918D706779 /* RCTStatusBarManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8CD5F6BFE6C11EEA4F4DF313B108C57D /* 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 = 5F19BF0888DC953A24204C8E83DB1213 /* UMModuleRegistryProvider.m */; }; - 2D34208C14475FBA886371B25DD005A0 /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EF673B31ED4FD8583A67D6D966CA56F /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D3BD37568D6600A77686B333F8FB59E /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 545F3C1875A4AB7241963CC405C95086 /* SDImageCache.m */; }; - 2D3EDAA4EB79B23EB3EEC4386687B9E7 /* 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"; }; }; - 2D411A0AC25E7B4E330A62790C3D0CA7 /* 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"; }; }; - 2D63266DE8BB1C06F6D82D47464427F5 /* RCTImagePlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 37CB5E3FA6E56CDDA22020814A9F5F38 /* RCTImagePlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D9277294528E8D616FA980DFE0DFEF3 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 6889340CC67C64F1B1B94142299ECB11 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D9623080F4E76BE75D5102FDC852284 /* 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"; }; }; - 2D9E2228A9548335BCCD03B83D3B676A /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0992F82E7E2FFD18D2C741E7CA2E4C81 /* RCTTextShadowView.m */; }; - 2DB236D8916D7BACECF324AF5165D4A6 /* QBSlomoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3075F83F4BE87D866526148F97409D6C /* QBSlomoIconView.m */; }; - 2DC59B235ED0EC0A91F12BDFC23660C5 /* FIRCLSdSYM.m in Sources */ = {isa = PBXBuildFile; fileRef = 35E4D6A1904487120B7DD3A697709AF8 /* FIRCLSdSYM.m */; }; - 2DDF2CC2DDA6B43F80AEF12C47D5D408 /* EXImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A34BF894545FC9A2EB6192E4D7E7972 /* EXImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2DE5851C32276E5A115362D3A94F45F7 /* FLEXNetworkRecorder.h in Headers */ = {isa = PBXBuildFile; fileRef = AEC45C1A537CE0DCAA631548B8CC2ED6 /* FLEXNetworkRecorder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2DEA4B875DC7B50B724BCEF3284CE739 /* CancellationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = BD6E560F8A3A9A5DED62B5D952DF111A /* CancellationToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E00B1B2C7BF3736BE40EFAF8F90F7B9 /* UMReactNativeEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AEB0880D7E0ECE6A3DC4323891EB09C /* UMReactNativeEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E175864082CAE1492153921B6B06DCD /* RNConfigReader.h in Headers */ = {isa = PBXBuildFile; fileRef = DC59DB45B5F071F16E4E86F2AAD8DDFE /* RNConfigReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E23B31A3F440ED388687BBCD95AF8FE /* stop_watch.h in Headers */ = {isa = PBXBuildFile; fileRef = 765D975B14C95CD0E5DDAF589122C261 /* stop_watch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E2D07A18F4C187A70FB7401FE310266 /* HHWheelTimer-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DDDF70397E873FB66A7DD6FD2386304 /* HHWheelTimer-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E7188A39F301DAA04BD9BD48F6CAFEA /* Allowance.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4207A619AB958E72243AF5E954E257 /* Allowance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E7D9A7CA237DBBEE0A380233FD0ED20 /* RSocketParameters.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C10D6FD9FAA288054D1A307945AE4EB /* RSocketParameters.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E8D9CE040612CC0E556550029F283D1 /* DynamicBoundedQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 8440B91410AA90FC2A97EC7B1EB9CA55 /* DynamicBoundedQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2EA9E8AD0BA1C0A4EA61E75CC723983A /* GDTCORUploadCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 0932E7FA55A62ECF2AFD9B3A9CAE0053 /* GDTCORUploadCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2EB0A5D3144A0456F8B498DFCE4E52A4 /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = BAB6CF65493D83DEF448745FD3F8BE63 /* 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, ); }; }; - 2ECD850315B08594367B770A1D0FFCA2 /* FIRInstallationsIIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 5791CBE9F30DE44EE14C14D96556BB35 /* FIRInstallationsIIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F0572B89DC0FCF6449204A686CEFD23 /* EXLocalAuthentication.m in Sources */ = {isa = PBXBuildFile; fileRef = 42F29C2DFDA8492D6B56BF09386848AC /* EXLocalAuthentication.m */; }; - 2F25CAD556254A239B151322CEE849BC /* GDTCORAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 92CB8E89BD841A3E87A709A8BFD2B061 /* GDTCORAssert.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 = 533B367B186F31868EC38D4FD04E6896 /* RNSScreenStackHeaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FA95772D10AF99617212F3ECE0D9BA5 /* Barrier.h in Headers */ = {isa = PBXBuildFile; fileRef = 05CC0A2CFA9F540FCA4C6E079377E271 /* Barrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FAEC8D8FFA2F50D651D605CB6A05CDD /* 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"; }; }; - 2FDB2CD79362D99599FD4DA2D68DA3BF /* dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D57021F2C41E933692B418C69B5D54D /* dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2FEE24CCC3F937F8EBE58D7430F736A7 /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA916A18C53C87C1E3A57B1B5C51C5 /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 2FFE9FAA8D62C7EB54AE4AFA8C77DE6F /* RecordIO-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = A653A8420A70DC05EDB75FF5B7E8BBC7 /* RecordIO-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30016246B5BFFC114F02D2DCE4B952BD /* ThreadedExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 53F3E96273465DA750E81619209A59EF /* ThreadedExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 301FBF49A4C6B1413EC454EFD870D30E /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2007D7F6A86D0B80EEF98EF5768C3F0D /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 307F2D51282E480D22E6DC6D5B7AED69 /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F54931782ACF7EEFCA243676B24B451 /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 309329432249EA82E2CDB35A8E839FF6 /* UTF8String.h in Headers */ = {isa = PBXBuildFile; fileRef = A120F36785A71D7E318FE4929ACB51C4 /* UTF8String.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30963ABFD6CBD9137EEAE8833F799683 /* FBLPromise+Async.h in Headers */ = {isa = PBXBuildFile; fileRef = 45E913232E1A32F18CB1C296C7F89335 /* FBLPromise+Async.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30A1CB2F80C8B906C6D494DEABDA2FA3 /* FIRCLSHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E249493F4DC300904E721B3C9286989B /* FIRCLSHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30AA70D82FFFB9E75E49B3DFE1A095DE /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 91405D68956015D92781322FE57227A0 /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 30B9993EF34F4CCD57405BBE2B5B1BE4 /* Subscription.h in Headers */ = {isa = PBXBuildFile; fileRef = 867783A0FCA3A8F968DEEEF71E2E5F12 /* Subscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30F1437C85869157D50145FE38BDE273 /* Flowables.h in Headers */ = {isa = PBXBuildFile; fileRef = 696AE8749E750CFA278A5D7A45557C8C /* Flowables.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 310FC297D438B0CB71298DEE3B71637E /* HHWheelTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0665E6CEF9086198C8B77743642C21C8 /* HHWheelTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 311786568A7708BF816F93F6301657B3 /* 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"; }; }; - 311BF276B0129159C98E04BC6B4A359A /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AA158AF14D9A26EA6C73569EAD629C2 /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 314795FC6F11BEF63402635D4C9A8488 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = C3B8BE8AD1C94904360109FB235B745E /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 314B6EE711D95D661F7CAC8B195540EA /* JSONSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = E03D2077A6AB041E630A71B03504F20C /* JSONSchema.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 314F969C7D2BE11CFE0C7884458796B1 /* FBReactNativeSpec-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34827D4C0C7CF07657C2BBF54B17EB3B /* FBReactNativeSpec-dummy.m */; }; - 31583A91BCCF51357A9796FF0C6AF86D /* RelaxedConcurrentPriorityQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = E17620E60E402B8192FC79E76A5B24BB /* RelaxedConcurrentPriorityQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 318DC31A06296D45DBD8198EF0178664 /* RNRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 98C7886164C7FF8611E7F1F70DD1B628 /* RNRotationHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 318F6BE2737A121339F12DE30609947C /* 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"; }; }; - 31912FE6CDA4F66E105602966A025068 /* RNFBAppModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 74B4A9A98C91FB7AE22ABFAFD0A8AAF5 /* RNFBAppModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3191D5BC8DF9A6E27368C42A045B8F80 /* HazptrObj.h in Headers */ = {isa = PBXBuildFile; fileRef = 730556F68595133BD4C32BC4171FBDE9 /* HazptrObj.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31A17630973C86192D0B6BDB0CE21CF1 /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 76B6C5B83520BEBD1977F96D9B90BD28 /* 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"; }; }; - 31A2B597AA17492026482C3FE76F8714 /* RNCCameraRollManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C1D81A9074D504712C829F448867952A /* RNCCameraRollManager.m */; }; - 31A53C7E1453E8D090676526C381B57C /* RCTImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 108CBD8729DF942C8AD7355F78093992 /* 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 = B64737F9F0007168BA3BD79390674734 /* EXFileSystemAssetLibraryHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31CFF5B92C099904CE847EDCB174CECA /* FIRCLSReportUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6621F03B4DA69CC4D2112D4A79E073E5 /* FIRCLSReportUploader.m */; }; - 31D13F48330161B883CBCE16921F624B /* vp8li_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = D48F39FD4C99C89412BFA80D34CD0DCE /* vp8li_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31D6FB40971A8C7BE5A1AFA78E3A2158 /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = E241BF94F52AD7C6766EE972911A71B1 /* GULMutableDictionary.m */; }; - 3243D597656CEC3CDE323FB3E15F9733 /* FIRCLSDataCollectionToken.h in Headers */ = {isa = PBXBuildFile; fileRef = CD30B3EF429A201063D368E2D0475B4F /* FIRCLSDataCollectionToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 324E10204B55A30A7E49833F7506C1F7 /* 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"; }; }; - 3254EDB44AB5F5D090B59FC9BAA2D666 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = D5EBCB210CB63B044A5754806B1D222E /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 325BDF089BEFEF3784F62E7CF0F39841 /* 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"; }; }; - 325C9D2395772ACD673F2FE6657B68B3 /* RCTConvertHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = F35B8C8FF2AA9B98404FED996E3F9493 /* RCTConvertHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3261E2311B5543A83F7EC3D9D28D0D25 /* EXAppleAuthenticationMappings.h in Headers */ = {isa = PBXBuildFile; fileRef = A8C1C570692131859AA03DBE336FF35C /* EXAppleAuthenticationMappings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3288255C74D241EA772A5CD5EFB45BEA /* 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"; }; }; - 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"; }; }; - 32A8B527C93E5F83EE68F864CE5FEF1F /* FIRCLSMachException.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C5E9C4ECFEEBF5D2890F292C4BDAA7E /* FIRCLSMachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32C729D1C5FF93C48FE1CA318B5F9E4F /* 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"; }; }; - 32DE46C940DC173425903B173F3B34F9 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 344C0EF17F751B76C5C7BA5CD3A081CA /* 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 = B8DC384EBF5E2B8C551DDD0AF858BC20 /* RNNotificationUtils.m */; }; - 3323018AF7E637C7343FC277A2BECCC2 /* 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"; }; }; - 33264174550D4688FB16240472482B7E /* 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"; }; }; - 332FFC1F10C3E11C06B39FF0FE655D62 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DB1C529992AF10BE152A307AB6767ED0 /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 333EC83EC8008F24BA44BD92B33B14F5 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = BBC4E3825AC2EB48CE8CF375E1509999 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 334639594CD3B14668FCE91DBE3921EC /* Select64.h in Headers */ = {isa = PBXBuildFile; fileRef = A0C2DEDBA5953545A170A141190DE222 /* Select64.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3347446A21B5A1F19E086E9D35AF8781 /* FIRCLSURLSessionTask_PrivateMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = 75AA678EBF6C67F0875FD2F3F41DD38C /* FIRCLSURLSessionTask_PrivateMethods.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 336643D65481F90B7739AD96E8B0B7EC /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = F2C763042E0E3AE69195FEC504AD50CA /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 336889CAF0D32D9414BF266D221B24C5 /* FIRCLSURLSessionConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = D57BE38341C3A57608272B9CFC6E9368 /* FIRCLSURLSessionConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 337F34B4064D81DDDD1C42B0398669BE /* AtomicSharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 4504C42DD5D2E518351870D3454D86DD /* AtomicSharedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 33938C3C4B10F2067139A13C4CF48E58 /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 959EE8119DC02447F35D8C08D986F483 /* pb_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 33A8A4684BA7202F22C26A22469BEB88 /* FIRCLSProfiling.h in Headers */ = {isa = PBXBuildFile; fileRef = 56E499F2B159DB9A0F9234FC5740DD1A /* FIRCLSProfiling.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"; }; }; - 33CE31557668457B505E3E7267C2D420 /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 38B69FFBB1BF11494CE3EB2B48623F78 /* FIRErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 33ED441B78456CE65839145FB282F450 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 47FB157290A2E19FC5D99FE7DC13A580 /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3408DFE875D457D24F5852EA6B1EEE11 /* Sockets.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A599A30AC2C9561DEA9B8C021C8045F /* Sockets.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 340F895337C1E1019F62DCB21CDCA356 /* RCTPlatform.mm in Sources */ = {isa = PBXBuildFile; fileRef = BE04A2EAFD50B0BA9CEC2B8542451A41 /* 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"; }; }; - 340FD8B047604C29D7DE7CC7F8351260 /* FIRCLSURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = D95D5726D02100F956CA2FF93D912AFF /* FIRCLSURLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 343056D483AE9E54026ED01F88716B66 /* FIRCLSDwarfUnwindRegisters.h in Headers */ = {isa = PBXBuildFile; fileRef = C923A3AD8B2C26416239292029D4C657 /* FIRCLSDwarfUnwindRegisters.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3430884A4D38E993B442558C6354B5C8 /* AsyncSSLSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B3D12B714F253905BAB4E84F4C8F2FD /* AsyncSSLSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34421B5E22511A75117828C2816C2FC9 /* config_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 55698434B3A4EA91F67DC780B16B080D /* config_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3473DFB0B8BF851CA1728786677CAC98 /* FIRCLSFCRAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 945DDAA2417D5562D5FFEE8DDB64DC83 /* FIRCLSFCRAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 347FF536802B32E47DDE40AB766CDC7A /* 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"; }; }; - 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"; }; }; - 34B605BC6280D7C2946A02D0F9732EE4 /* ThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A3E3876D5698F2337E952FF6AB9F2A0 /* ThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34C855B4D2D833A164F66599252142EE /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D57A7F33188FACAFEA84892268B51DE /* Compression.m */; }; - 34DE984349AF7766137FA465AB6A830F /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E9420C146498C5030BCD1171B0BCD67 /* FIRConfiguration.m */; }; - 34ED194A67DC1C79DDCFB4C9DE4EBA59 /* 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"; }; }; - 3509C7618AE75AE409667374D7E3CC0E /* MicroLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 174311ED47D3D8C0E1BBD02EE2741FA4 /* MicroLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 351D943AD2450AD56D21238EC5EC43EA /* BSG_KSJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = B6D6762D4F47EAE3B6DB809AD00D3640 /* BSG_KSJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3524A6F091C5B793A3B11F534888F706 /* BSG_KSSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BD82FD807636F6148804D51DD521F67 /* BSG_KSSystemInfo.m */; }; - 3541FFB6E70FA048EE39A444F9065C40 /* BSG_RFC3339DateTool.h in Headers */ = {isa = PBXBuildFile; fileRef = F99A2A0EFB2F546CA443915DDB1BB9EE /* BSG_RFC3339DateTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 355C9BF61D15026FFB9412BF012A13F9 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EBB0E12A56B65FFDD15E5892CC4B9D1 /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35796E3D5AE1DED7559A23D85CA14899 /* RNRandomBytes.m in Sources */ = {isa = PBXBuildFile; fileRef = 104225B66F8B29F7CEB9F2572BC857F1 /* RNRandomBytes.m */; }; - 3592B3D4A8F2DDA56F56843C9975EDCE /* BugsnagNotifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 0881EDB5DB96EA4EEA2D247C213547CB /* BugsnagNotifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3597D96A5994385C48EF04643A92F93A /* FIRCLSCompactUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = 939623CE233075C87D5FE25ED1C64FE2 /* FIRCLSCompactUnwind.c */; }; - 35CBC1C586829ECF2EC76056B62B64EC /* Preprocessor.h in Headers */ = {isa = PBXBuildFile; fileRef = E36B0B52A686289433FB81194F08214F /* Preprocessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36153F8ED16F228983425E4CCB9638EF /* RNFetchBlobReqBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 74E046DC200091BD11B686E38F5EF577 /* RNFetchBlobReqBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3622A1B0B1D8E5FDB1EE4C8D04BECBD1 /* vp8i_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = D5C76628A2AF9CB0CE4AC82F6925ECDC /* vp8i_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 362A5D73633F709A2FDE4F742C7F4FCF /* ScheduledFrameTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BB2B66DBE1BC02B3D493F77CC0CDF91 /* ScheduledFrameTransport.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"; }; }; - 3691C5289A85E2378F596C850E7998D6 /* InlineFunctionRef.h in Headers */ = {isa = PBXBuildFile; fileRef = 061440658F855B49FF0B12EB154807A8 /* InlineFunctionRef.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36B358A11DCCB0C6CCB1E6ADC77DAF1C /* SKTapListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 8515047CB0087555BD409D51A2035216 /* SKTapListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36C2E5BDAA64A781A6BC958BE012B9D2 /* GDTCORTransport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = BDD88D93EF5423C2CADBE43F89A62E30 /* GDTCORTransport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36E89D0B9A24926D637E79162CDE8E26 /* 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"; }; }; - 36FD2AC674465172AE72440847C25F0D /* WarmResumeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F2D058DCBCAD53329B5EAC16513ABF36 /* WarmResumeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37155C9A23F3686103AF605C48F2B5F6 /* FIRCLSCompactUnwind_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 11649DB28F09DA2C221F0014D73E752F /* FIRCLSCompactUnwind_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 373564FB9ACEE07BA3D91832122052A7 /* Executor.h in Headers */ = {isa = PBXBuildFile; fileRef = DFBA1EFCD6DF48A6C922DBD1D11A97AD /* Executor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 373F0400E31E06EC9D70F59328E1EE3E /* UMModuleRegistryAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 47E3E6EFC33D272646426A107AACC3E1 /* UMModuleRegistryAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37463B34D0F704A48C63A2F9714222D1 /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B0F6829CA2FFBEA075E170CCE607D4E /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 374748F1826F38CF4037ADC49CA996EA /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D4F28ABEAD6056D52EF74E60EC2B182 /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 375E5E6BD6086A5E07FAD6B7DE5420C9 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A1B1E9FD44F86147BC309712FAF9CE43 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37735B99812E60557F417AF7164ABEBC /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BC23DB30FC0E706968AF8308390589 /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3781BEDDD6EA12DCBBB8A70B05D7BD2F /* BugsnagCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = E4705916CD3930EAA96410D467103F84 /* BugsnagCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3791D8A8CB56FE8287B1E71778F1ECCC /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 46A589FFB39FC43423BBA1EB95EBD0AA /* SDAnimatedImagePlayer.m */; }; - 37B948ABB4DE1CEC9159D4E8EF4B68FF /* Base.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 15A7CE841196547E76CAB994F30443D3 /* Base.lproj */; }; - 37B9FCCF9E74ADD4185E7E23CC114819 /* Futex.h in Headers */ = {isa = PBXBuildFile; fileRef = A9585A0BAB4F7A57ACB9079DE5066C53 /* Futex.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37D3D4A4248C6E9E7054B826DCB62C4F /* BSG_KSCrashSentry_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = C6E81B3C38A90FE2F7DE20D2B42A47E5 /* BSG_KSCrashSentry_MachException.c */; }; - 37F160837E019F9DE8A93F3461DACA1F /* RNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6712B7E40E44B8AD653AA2385F921B98 /* RNEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37FC316EE86A6046E68C19D44FC9F6D5 /* Observable.h in Headers */ = {isa = PBXBuildFile; fileRef = 51D0275D760CA010A0AF89E327CE1670 /* Observable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 380766121B9C98E61D77A03264D513D0 /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 20B1428D7E8B2AC566615C37A071FE6D /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 383A2E953B8DEC8B8638CEC0A903926B /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 00175827DB99D5A9010E93077E534BEC /* SDFileAttributeHelper.m */; }; - 3876A6A0E2FE43C217D0CBCE4158EC4B /* FBLPromise+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = 9430874F1AC842EC9A0090BD51FB87E5 /* FBLPromise+Testing.m */; }; - 3880A3045E3B0F0E72575FB4A77D97BC /* IOBuf.h in Headers */ = {isa = PBXBuildFile; fileRef = 53A4CDBA6AD03870DC331FF96C541EFB /* IOBuf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38BE793D65B1B3FA57CEA129110E4321 /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 63D9B7627DD7EF46ECF2E7C227E18ADA /* FIRAnalyticsConfiguration.m */; }; - 38C461557C7B028DA1673F4A69E36CE7 /* RSocketRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 58E8E8675CA087837856610D2F3AD3A9 /* RSocketRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38DD78B3E00EFE9F320873CE777293EF /* 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"; }; }; - 38EDCDA7A46413398975DA0828C06FDB /* 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"; }; }; - 390E08006C0AA6D595314E21778AA389 /* FIRInstallationsHTTPError.h in Headers */ = {isa = PBXBuildFile; fileRef = 71DDBA22A54A2202A50E664AA0487711 /* FIRInstallationsHTTPError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 390E2523878FE4E2C1C90A2619F00E63 /* Foreach.h in Headers */ = {isa = PBXBuildFile; fileRef = 06A2859FB3B2D27B0C9324385973775F /* Foreach.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 392B4EE9C292E7CCEB772FC19491BF50 /* Portability.h in Headers */ = {isa = PBXBuildFile; fileRef = 95DBA7B85E03C333EEC4A6FB37E4763A /* Portability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 396C2E0C5379CBEBC6835C56DAD9F90F /* Pods-NotificationService-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 24DD06DF3760AA8A84A2FD651A74E8B0 /* Pods-NotificationService-dummy.m */; }; - 396D2A75713581498DCD60CB5355239A /* Restart.h in Headers */ = {isa = PBXBuildFile; fileRef = E6A6A96D3F79698DDE35DC7E7FA79706 /* Restart.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3982B54A81FF6C438C549B5F2F4A167F /* 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"; }; }; - 39C7B8CBC7FF6C71A08118BE63C072A0 /* Peertalk.h in Headers */ = {isa = PBXBuildFile; fileRef = 847AFE3401DC323E712E61C2DF495686 /* Peertalk.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39EF4BD6033984C2FA93DDA38B027B6F /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0E1B73D6D8D898B2E1C082B632D93A33 /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 39F20C1D5CF66B8E97A10178E5DB0260 /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = 217D47E86EDCC25066389BC2C2990CFB /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A044724783F99363A3CCB6002D0F178 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 90FBBBF61FE4E3D5503143DA01B02608 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A1D52589C5F6CDFBC9A14EB108BA417 /* react-native-cameraroll-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F125A7EA8B5D0B390B83CB6E8FDDE56 /* react-native-cameraroll-dummy.m */; }; - 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 = 85EC91F040C9022FF485ECF4C4141A1B /* TurboCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A4CF3256BC595BBAC9432A210C1A225 /* ar.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B3ED4B8A5B2465926045D6040922BD3A /* ar.lproj */; }; - 3A51A443E2906CE79ADEE3B83147A147 /* BugsnagFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FE11E92FC612767470FF1C8EFCBE972 /* BugsnagFileStore.m */; }; - 3A572C0B8B898935A52F259325935FDE /* RSocketTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EBA64DF381CBBD5C3B807FF94149C8 /* RSocketTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A5DB1E5EC7C9DB692B411AC12981758 /* UMAppLoader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60465ABCC8D9209F7379AE4D67F2C7B3 /* UMAppLoader-dummy.m */; }; - 3A758E4BB74593FC69CF6D1539496DC9 /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B4150A55312A41C4FA68F41B58A915C /* RNCWKProcessPoolManager.m */; }; - 3A89EEC67401096D5878D5BCF2BF31A5 /* CppAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 344134F852960A380D61378D288D08CC /* CppAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3AAD0FAD389E0ADD6196897E2DCD7B7F /* FBLPromise+Timeout.m in Sources */ = {isa = PBXBuildFile; fileRef = 4311671915DF334E27A7ED2B0123315E /* FBLPromise+Timeout.m */; }; - 3AB69594FD46CD50CAA872FD72BFBD02 /* RsaFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7B447D61CDB8516CBE28BA6279B419 /* RsaFormatter.m */; }; - 3AD033CAAC68190D9737A8F5146BC484 /* 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"; }; }; - 3AD45C124773ECBF45B12422CEE8F2A6 /* BSG_KSCrashSentry_CPPException.mm in Sources */ = {isa = PBXBuildFile; fileRef = AC454F94B6FC7F49F4E13C2A03DD7543 /* BSG_KSCrashSentry_CPPException.mm */; }; - 3ADDC2B7CCAA02395AD58D0ABCA7CC79 /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B702A0FADE5DC10F1769FF5564E5765 /* 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"; }; }; - 3AEF0F6BDB4995D323D6D53A6CE2889D /* SKSearchResultNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4806C2727EFA9AE0C5A0FFB4EECD6E48 /* SKSearchResultNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3AFFB5ECDFFE4AC90EBC12F8EF91CCB2 /* FIRCLSReportManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2813D121859B55717FEB3F6263D8A3D6 /* FIRCLSReportManager.m */; }; - 3B1A4ABB3A233C6C406034D4B3961CAE /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000902304BD53E799CCEB806DC22CB37 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B1C2375F72D614273A7E20F2B50FA53 /* AESCrypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 254CBC5E3F119BDEA4ED0006C815D414 /* AESCrypt.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 3B7AA5862F5900A9AC2F08C403B7DDBA /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B56E9BC2C11577B9B00522D19EA4CE7 /* 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"; }; }; - 3B894FCBE494A56B522B87BECE5D410E /* RNLocalize.h in Headers */ = {isa = PBXBuildFile; fileRef = C280ADAF2D454B2568A0C956F40217E8 /* RNLocalize.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BD0882B5D37435DBFAC2ECBB9DFC3D1 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 3517226A63DAF6EA8168A50B0B38522C /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BD2B765DC245C6F0426F60090F210A2 /* Format.h in Headers */ = {isa = PBXBuildFile; fileRef = 599E1258B9568B7CEE685BD128186A64 /* Format.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BDE4D9A4E2AE1109347B9234DAED7ED /* openssl_md5_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FDDD9B73E4C490FF760E0DCF300357C /* openssl_md5_locl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BE41D5ACEF454572EE11291DBC24236 /* RCTAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = F51EBD7D1E38C1BF4D25338DB69E8B16 /* RCTAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BF2BA5E23BEBFDD67761110D45E4718 /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7F5BF85693864C3DF4E7B76BFA9C61A2 /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 3C23480E8DD4035FA702DA89B4E53559 /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 77BBDAFB29DEEDCBB1C0E98CB8451025 /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 3C26568A297392ED73C01E7165A4F799 /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B15086349DE1CE660650C904C4A0EEE /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C2FA4BA552EF8A6B0E7F297F31EB4E0 /* FIRCLSURLSessionUploadTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D9024458C9CB9909900E274D398BE33 /* FIRCLSURLSessionUploadTask.m */; }; - 3C3119ED444EC94B3479EE3393443406 /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 87AC1CF7F1A8B40C23623ED2B15DC7E9 /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C4045BFE55E9D98AEC61AE50CD4C733 /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0DA6371BB2811910EE1199F42CF80328 /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 3C40B449B267A0C52DCB12E576974D92 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 57A3FF4C23C1BE4D09E732DD6E7E79AC /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C40BB853A1C314833FBC7D20AA82BC8 /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = E50F92D931806DE3585DFE7A364495A2 /* Exception.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C57B9928E0E9E9146182C7BB5615F19 /* UMAppLoaderInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 60E1E47B50114DA6F08A1E87F2FDBA01 /* UMAppLoaderInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C658D03EE7F91ACF21B6BA54968CC2A /* FIRCLSAsyncOperation_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B6DCAFD8F2391EEA5BFFD75672443232 /* FIRCLSAsyncOperation_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C6677D04D5410F3729DC3E58FD2D411 /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 40934B831F3EBA6CF0AAAD6B44DED3D5 /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C772F0F0D4074A208C0CE702C66CFC8 /* REABezierNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FAE70A234C205C1C8E03CCEB97381D4 /* REABezierNode.m */; }; - 3C7DEC79D39077473E41A50EEB0BB965 /* ObservingInputAccessoryViewTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B13239B04F83A6EE3E080BB4153CD4A /* ObservingInputAccessoryViewTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C86F83D78D608D42E1E866B89288070 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BEA91DBF03149D8F74BBE2A2306ACB5 /* FIRAppInternal.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"; }; }; - 3C8D3504424E11229C9F4C2DE3F90EB0 /* EXAppleAuthentication.m in Sources */ = {isa = PBXBuildFile; fileRef = AE4F5AA0FEC57B34196A8D762E3FE66D /* EXAppleAuthentication.m */; }; - 3C8FADDFBF7195E074827CA0311ABC2C /* IOBufQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = C535F9D9F17CA6E72A0287E275AE0134 /* IOBufQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3CB83ABCFAE02258447ED5AC3CCD1E5E /* FIRCLSContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D44D59DCEFC071F7744D6EEBDDA9A7C /* FIRCLSContext.m */; }; - 3CCF9FB978617150329CFFF79B28C969 /* RNGestureHandlerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 61F11632E72B25B3516BC811DD54A678 /* RNGestureHandlerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3CD55EA4E9D827297D45E8B00BF1DE7A /* ResumeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0040D9E1E7A523E3A7075DBB856F4F1B /* ResumeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D08D9F2127A96B56716B750E3C694D1 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 798282BDC68E3ED3CB38359E36D07972 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D0DA26DBA9A975EBC7DF79DF95D9FA9 /* RCTFileRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 80100D95B5AC4D8030EDAD3D90420632 /* 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"; }; }; - 3D1081491F1A74E0C34BFA4E980E3E1C /* 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"; }; }; - 3D10FBEEA5E96CDFF5C03798B6436A5C /* BSG_KSCrashState.m in Sources */ = {isa = PBXBuildFile; fileRef = 96402FE591BFB30C9DBD487112914226 /* BSG_KSCrashState.m */; }; - 3D4A5D2A008BAF26362F5AC6F1D91B2C /* DynamicConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1368C5910C87B9560EFEEA43E5F26243 /* DynamicConverter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D4CCA6EFA5A66F713D91F7EDBAF0EB1 /* ARTSurfaceViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CB06FEEBA52568C57A3AFA8234C85870 /* ARTSurfaceViewManager.m */; }; - 3D561E4644A87218F172CF1C567BA113 /* RNGestureHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E75ABAC0882DCD520D4F96FBF2E6CCD /* RNGestureHandler.m */; }; - 3D5A38CCA4FEDEEC6A203DA93DD8D9D1 /* RCTScrollEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = F7841F0B03E0370234E86BA0FC68CB1B /* RCTScrollEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D9A9C98302AD02F0517D4F51C4F7926 /* Sha.h in Headers */ = {isa = PBXBuildFile; fileRef = CB057D304B1A3EF9D734142853940164 /* Sha.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DC10E85C43E6AE4727989B6DA856A90 /* RCTAlertController.m in Sources */ = {isa = PBXBuildFile; fileRef = BED902D1202ECE791F272D99BB412BA3 /* 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"; }; }; - 3DFEABA6496D308E10400A4C6D2919B2 /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 90986995F73CCFA582576D9230F61C62 /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DFF160D5D32118FC78B5ECA9F60D15C /* FIRCLSBinaryImage.h in Headers */ = {isa = PBXBuildFile; fileRef = FCB3FDD736260458FF91AF2C648A0C74 /* FIRCLSBinaryImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E12B1767A16F6D7D4FFD3A9F32B41DD /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 21B3A7BE2BA53AEF2DF324DEAE4BC616 /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 3E54813E4A34B933CAA7E974042884C9 /* DistributedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = DC4403A307646F1A0FE7D4943F892C6A /* DistributedMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E5CFC853FC87AB0A847FBA94DBCDA9E /* FBLPromise+Reduce.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E0FC15E0C888523E04A0C99E7CB65BF /* FBLPromise+Reduce.m */; }; - 3E5E7FB7A66D70724EA03A3BD8925364 /* Sched.h in Headers */ = {isa = PBXBuildFile; fileRef = 27D2AD842BA25BA578CC76FABEF37040 /* Sched.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E5EAE93868290EB9317AF387F633C99 /* Unit.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AC5C912D19912B51BAB93B11DB92C81 /* Unit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E68E2CE1727FF3484FF0B5ADF5120DA /* RCTImageLoaderWithAttributionProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EABF5485690E188714D9848D23361650 /* 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 = 5006F8D0A06BEDCAF383C60E1F4C88EE /* RCTProfileTrampoline-arm.S */; }; - 3E9162AD15CDA58933B2FA2BC495EDA7 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 79CB455F34EE0243417E474527E3A498 /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3E91D33D6E3C202B6546B6E382C22AC3 /* Cast.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C5CAA57C12C0FCEF7D5AAEF638D9F79 /* Cast.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3EB22CEB4B95EA971BA3072F1E43E3E6 /* MiniPBCoder_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B8E83314CF933CBAFE49C7227667187 /* MiniPBCoder_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 3EB9E8122E33AED4ACA82B8082F62ABB /* RNFBPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = FAD871AA491F3FC189067A35BB1A4AB9 /* RNFBPreferences.m */; }; - 3ECF22AEDFDE70AE872AA73F149D97E5 /* GDTCCTPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D918544FAA1512877A6DBA3F16FA19B /* GDTCCTPrioritizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3ED013A53259B55D600510C7F33BDF27 /* MallocImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4771E5BABF4D1510211AF5CEFD35C967 /* MallocImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3EDD603C9E4DFAD8CAEC7D49F6C7F7F6 /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = CBBD72536AFB76290F4D62026D4754AE /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3EF0690028186B94828B8DA3213007DA /* 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"; }; }; - 3EF246027D135EDAF5225C3989188A9E /* JemallocHugePageAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A0F90A558FED00AB43E8DCD8BD78283 /* JemallocHugePageAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3EFA00001C3300E3D96F24F9C9A1CC75 /* cct.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 72F2D2D2A05538565B7E0551735184F1 /* cct.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F0D2F7F8B00036AF74DBCE962819C9E /* lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A3D235BF3C0B9D085A8364F7006B8E60 /* lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3F3D701215C4AFCE2ADBC2E05517C8C6 /* Cursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 523C5C116153DE5654B9857C56355ABD /* Cursor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F6A56C16740605BB328BAD73C805434 /* AtFork.h in Headers */ = {isa = PBXBuildFile; fileRef = ED122EF24E024FFD91FBB620F2AD87C8 /* AtFork.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F7C6D11987DBF6BE7D1D559465C42BA /* MMKVStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = F31506299E3D96346DAF9B5E7C636E67 /* MMKVStorage.m */; }; - 3FA852CF11422B1340B496D07C4574ED /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 632FD78A10C32BEEBC23447194D2EBA4 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FBFC5B2D5071096C8B7D56201A0173C /* FBLPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = 73E2B26B49CCF57F4F2FBF4809F14470 /* FBLPromises.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 = 4B63DB58535DCB1AF18D7246868A4FA5 /* RCTBaseTextViewManager.m */; }; - 3FEED7964A8B4EC5CBFE3783833ED702 /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 66D60376E2A92A64AC37C940F9E0982A /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40195D534FB53B3D92FED81316C1DBA4 /* RCTConvert+FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A38DAB8648C8933AD78540897F30EF8 /* RCTConvert+FIRApp.m */; }; - 40415B2F4DAA045A068B7C94F78CDF06 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2307EF095D3AFD53EC29258D4B1788AE /* 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"; }; }; - 4060AAC8DD78247E410BF7F3B21F190F /* FIRCLSMachOSlice.h in Headers */ = {isa = PBXBuildFile; fileRef = C12AB2C47B02953CAB472BDE37F03AF5 /* FIRCLSMachOSlice.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4071D8A9CC3318516529D01747EC6B4D /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DF7F12EEDE9AEFC27E7626DB7B5C7628 /* RCTBaseTextInputViewManager.m */; }; - 408A1324BE65DA7B389A928B68655D42 /* vp8_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DCFF43B93CFCA9D51055CB87449994 /* vp8_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4095FEA0BA6463AF290FB0132EF4F710 /* 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"; }; }; - 40B5FD30347255E3BCE18EB7A331BF5B /* EXLocalAuthentication.h in Headers */ = {isa = PBXBuildFile; fileRef = C3CB9B609B84FD7A32AD1A901850A82F /* EXLocalAuthentication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40B884A2C4F2B4B0F13FE03CCC08123F /* ExecutorWithPriority-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 052DBC23C2595BD16CDE1D0F5FB2B8DE /* ExecutorWithPriority-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40D512932B53BF0C9B19C93170B001DA /* Future-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BBFFFB7191A61992027A98BED78B1E6 /* Future-inl.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 = 601078D028F968B09B4769C7FBFF3CF7 /* 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 = A2FD64877B73AF1FCE01E62915E88A51 /* 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 = 0D6B2A72E529D4BE5CB48930A7E66086 /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41C66397B2D2ADFBDD322A4D4D194393 /* AtomicHashArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 3149155B7651E674E91E71658DCFD1C0 /* AtomicHashArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41D12585C0B84C82BCE9DB966C19333B /* REAStyleNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 313C4462EEC2B6D729E87EA723AE2D09 /* REAStyleNode.m */; }; - 41E400AD1889A376A264B2970E070011 /* BSG_KSCrashCallCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = 762B6808AE03BB3DB53A7CBD873D57D8 /* 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"; }; }; - 4232B802A02909D241EA22D3F6ED1CD2 /* 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"; }; }; - 4237CB28A93D63F055C9BDED6CBCC7EF /* FIRCLSGlobals.h in Headers */ = {isa = PBXBuildFile; fileRef = DB92A844E489E0367D76A99164A7929E /* FIRCLSGlobals.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 42388669FE0561F119D310E8018385AF /* FIRCLSCrashedMarkerFile.c in Sources */ = {isa = PBXBuildFile; fileRef = 685720BB994EE929CBAE022C7ABFB1C2 /* FIRCLSCrashedMarkerFile.c */; }; - 425A77DC42C460EA51D519A6F002C2C6 /* RNCAppearance.m in Sources */ = {isa = PBXBuildFile; fileRef = 28B2D9F2D46957CEDB1845EBBDFC4568 /* RNCAppearance.m */; }; - 426BE8C7DC428C09A055A4824E261931 /* ARTSolidColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E8DE5EF3FC71BF3CA5C46D5A3684B81 /* ARTSolidColor.m */; }; - 4285CFE97DDDC37E46B7F6A738AF453A /* FlipperKitNetworkPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AC57F38DC91B6492E3B74B637E80C5A /* FlipperKitNetworkPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4287081D93D873EA4C25841721DB4904 /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F2F45582CA602BD319E894FC221BB6 /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 429D5AF22C1503EE67F12B8CDFC7824B /* react-native-simple-crypto-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F2C5BA22BE754695CF24BF006C42654F /* react-native-simple-crypto-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 42A253153C59D55F282143EDA27A548D /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = A903DFA0EFB55D70B261D55D48CB0E12 /* FIRErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 42A3B315F2BD4D64A3E5B18C97D46B9F /* SafeAreaSpacerViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 889E44E4B23B82FADB36A06A1629F8E5 /* SafeAreaSpacerViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 42FF2861D381E4E6636B147647E28D03 /* EXConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 32DCE8FCDEA2B926D99C686FB3FDA73C /* EXConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 430F4AD1A66A278A4E5BA05434474BF4 /* ScheduledExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = F3B36827EC5A8E73C2A7460CDAAAE3C3 /* ScheduledExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4315BB8B01AD4F6C8471609F32EF9BB3 /* AsyncSignalHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7001F3224C66309E509F596635E06F /* AsyncSignalHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 431B6B3850AF41E813C0D17D4F4AF54C /* RNGestureHandlerEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D6C03D18BE071F1EF86BEB182F7B77D /* RNGestureHandlerEvents.m */; }; - 431E952A2662F9537EEF1374B5DA09AC /* Format-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D7258B9278D7647170AF3A825D249E /* Format-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 431F1D9D7D38B09DA6541A37AD580E71 /* PasswordInFile.h in Headers */ = {isa = PBXBuildFile; fileRef = E9A0D3A476B4D8116DF7BF2752C8261F /* PasswordInFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4327E349BF87D0E2B6724D0C3702AA41 /* GDTCORUploadPackage.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FDDC4602AC6D2C76628D42154AB26DD /* GDTCORUploadPackage.m */; }; - 43487EFF4D19314724CC3B7C8EA723F4 /* FIRCLSURLSessionDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = DCCAA44D33683DA804CE6F16826CBF9C /* FIRCLSURLSessionDataTask.m */; }; - 434B27B16B6D059D2382DCEB0F806AC1 /* FIRCLSRecordApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 19881F57FA6BDB29833E728A00D242E6 /* FIRCLSRecordApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 435C4F12F5A4FD69216F619A13ECF8FC /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ED52C21DAADC82C77FE97C4C70C886A /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43620A4D867942C0681F7947DD878A8D /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = F0270B1A8B459049FEFAE071386F9CB2 /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43796D2D03FF0316D5A673E35CA4D326 /* FIRCLSMachO.h in Headers */ = {isa = PBXBuildFile; fileRef = D89110DBBE0DF335C46F567F0963046D /* FIRCLSMachO.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 437CCA9A01770C7126E104304340F697 /* IPAddressException.h in Headers */ = {isa = PBXBuildFile; fileRef = A87B09D4CFBDAA3DE3DA228BFD6DD0F3 /* IPAddressException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 439278A361A44F00FEC8EFD0DAD95366 /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = D4D10179BB54B803F310624957C94F5A /* UIImage+Transform.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 = 56B47F48BFC2F259EF38C4E097A46497 /* 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"; }; }; - 43B6EEE134C6EAE721D2469D830A3442 /* SysSyscall.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DCE0217A06E0F41B806974B457DCE3C /* SysSyscall.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 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"; }; }; - 43C469468B79ADCA87E83BE3C35A0360 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BF2D83FD5825D0D3792A11C97037A85 /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43ED3671E791340A24575A2BCCBDB35E /* SKNetworkReporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 20DCA60F05C587178955271659C6F4FA /* SKNetworkReporter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4405773DD41EF91B394D1E1E75A0080F /* File.h in Headers */ = {isa = PBXBuildFile; fileRef = 884E53CF9309A7042B109BBDC934A4B2 /* File.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4409AA9931E5AF9D9BEB05B2F5AE2E80 /* EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E90F2F8810AD19F7C118D410EA28127 /* EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 441807BF25D44D9142F7835CCEF37D5E /* UIImage+Extension.m in Sources */ = {isa = PBXBuildFile; fileRef = EAA0E0E22ACDF382515BC02C72F4C180 /* UIImage+Extension.m */; }; - 442A9F3F5102B23A2525348D1712C3EB /* RNCConnectionState.m in Sources */ = {isa = PBXBuildFile; fileRef = 16FA902DB3CE3466927113F1DF04BF00 /* RNCConnectionState.m */; }; - 444111CFFF3C30C97F23BED77AB6BA0D /* TOCropScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 545BB6975D6C8DF60AE9F41DE5C999C7 /* TOCropScrollView.m */; }; - 44649B4D179A6D95CBFE298A21ABDAEE /* DeviceUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 78632D17A6C81F2D04A9D98ADFD87CEC /* DeviceUID.m */; }; - 446EDCCE605E487DEA7FDC49412978AA /* HeterogeneousAccess.h in Headers */ = {isa = PBXBuildFile; fileRef = A4C3D8518542DA0E8037D1D7FE635AF0 /* HeterogeneousAccess.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 447E6F3EBC166B3BD428BA1FD823B985 /* Subscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FD1A6013BE26CF0DF77977974AF20E0 /* Subscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4499F682B7B571AD8CFFC9346B2BC24E /* BSG_RFC3339DateTool.m in Sources */ = {isa = PBXBuildFile; fileRef = E47D88210895FAD3A56E40908CE93EDE /* BSG_RFC3339DateTool.m */; }; - 44A1E719092F8C5711620A3CE598E2B4 /* 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"; }; }; - 44A2C2B77D6697AF9C075067D181128F /* RNDocumentPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = B84AAB78BC33F569CA338F94B7208C43 /* RNDocumentPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 44A55B55195CCA47C609CA869F41E968 /* FBLPromise+Timeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 75FAB4B2A9D6C1EE005C3C69A279E67D /* FBLPromise+Timeout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 44A5C07FD2E0EE420C679ACA385898CF /* 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"; }; }; - 44C22F04C50F3EFC94A631A1BA9A2161 /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7499AE1CD6FA7917C23F8264BF6D1615 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 44E45A607DB236E95A5F4D73BE6FF44D /* BugsnagKSCrashSysInfoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = EFDFCDE94CDF746209CBEB2B7BC91572 /* BugsnagKSCrashSysInfoParser.m */; }; - 44E6A9DB627125E322CFD3A7CFB4BA3E /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 5D9ABF5C54A8DD30EC48CEAFF26F8C49 /* RCTProfileTrampoline-x86_64.S */; }; - 45027211520A83A43ECD43DDF3FB690C /* RNCAsyncStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E99FDDE1E5E120B58C1843F89107A71 /* RNCAsyncStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 450FD201F3936CFD87C079F68C92DF26 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C57A271DD77D03B3D65015B5FF4FAFB6 /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 45245EE802CEFF044288490B63DC9298 /* FIRCLSAsyncOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4C1ADFF09E743039A3076C93D26BB7 /* FIRCLSAsyncOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 452F2A5F90BDA7362BEC214E6B79C2FF /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 25E22908FBEE2CD0D563561BF2134467 /* SDAnimatedImageView+WebCache.m */; }; - 4530C3CFE0DCB5FF0941B65C13D895CA /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E410952AD981E69BCE4EFA790ABCC28 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4558ECE6108997D1124B16014A78DAC4 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 89B97A916FFB4B398057E8E163E018DA /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4569529CFADDC615ABC1B443CA14BFF4 /* FIRCLSMachOSlice.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B885D77DC28404FB4C9B172DEF84857 /* FIRCLSMachOSlice.m */; }; - 456E4AB758602349E23F61D2405B46CF /* Cursor-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F4BDAC5B8A6D49D3F4D24B33402B35A /* Cursor-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 457C167FB30B496EF53AEF8E6E19A0F8 /* UMAppLifecycleService.h in Headers */ = {isa = PBXBuildFile; fileRef = E02807CD75675EDB87849FAFB4DAFD1A /* 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 = 3795F8CED3E2AEFFB670BBEFEE27890C /* rn-extensions-share-dummy.m */; }; - 45A6C3005DBB5DED4F0F84DC8F98F9A2 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = BC7E48F69E87B647894582346A4CBA45 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45AC17B28E4A52BF1C9867DF51771613 /* RNGestureHandlerButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 259C77DD77133162CCFBC4939740DD70 /* 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 = 937FFFF64C3D93D536118E5C622F654E /* 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"; }; }; - 45DB30F050A26962C2F1ACC3C61AE6C7 /* FIRInstallationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = BA33A3FE36DC46AB873D1BEAF8F3D1CB /* FIRInstallationsStore.m */; }; - 45DC1B372BEF1A53F3AD5AD46A35521D /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 077E46030B22F06DEE87D28DAD524014 /* RCTRawTextShadowView.m */; }; - 4623F390783A7B1EC4BB9DC8C7A2EEBB /* Phase.h in Headers */ = {isa = PBXBuildFile; fileRef = 121CB29F1D6AFC4C64FCE9DE921561B9 /* Phase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46462475F1E2CA57A9E0CFB3DAFB1183 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = AF298FD38354E783CFB7FC2B4FF02934 /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4677450AE11F06F9A1850ECB4C16BB26 /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D0D2EF40E777AE37531808F700DBE43 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46836E31B2E73082FC430223E9D1C39F /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = E49C7E436E39CC12D669688F90457390 /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46875B54A2E4D8E7C532ECBEA7723B31 /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FC253DD7FF0DBA34C7CE3559E8CE978 /* RCTBaseTextInputShadowView.m */; }; - 46B49E7DC406D4934EA9D547DD591AF4 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CC9F137A0DD4D3D385C5631CD6348E8 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46B712F6F1E738C9F9DA79DD9153EB69 /* EXAudioRecordingPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E7ED1B43B43459C24F2DA0285726785 /* EXAudioRecordingPermissionRequester.m */; }; - 46BDC8664B52DD0ABA3C83509A3CF5B3 /* UMReactNativeEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = BA1C96FAD65091D5B825D5949523D6F3 /* UMReactNativeEventEmitter.m */; }; - 46C3EA4C3AAEBECD4B0A4E5C55FE78DB /* RNCookieManagerIOS.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B20512626ACB716D1A4F88AD2445F6 /* RNCookieManagerIOS.m */; }; - 46C8A7F1F9A6494BF569DF5CD044352F /* MMKVCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FE76A5A15D1BAEFCBA2112B7F52633C /* MMKVCore-dummy.m */; }; - 46CD4609566349E69C6E989C1DD4333B /* RsaFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A16BEFA0732A311A7437BD837F0A716 /* RsaFormatter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46CEAA7AF569FDE455C8032D51FFAF6F /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D420B4DBE40630F8CCC20339424553C /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46F0958D845D9810E8663CA56827901A /* REAFunctionNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 97A5B36F6860D37C59B408CD9A2D171F /* REAFunctionNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 470B06E5BB79C6A4C27E6AA599F000FF /* id.lproj in Resources */ = {isa = PBXBuildFile; fileRef = E51509D05F2C713B06EF08347D5065D9 /* id.lproj */; }; - 472B3D427932E6FC2E4967E93D4387A4 /* Request.h in Headers */ = {isa = PBXBuildFile; fileRef = 50CA26AD93CF915BF8170B001ECA905C /* Request.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4731DF4BBC06D7B9DC50AD464E18AAFD /* 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"; }; }; - 474913B0763E3A4528CE8F1E6793E45B /* 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"; }; }; - 477900BFE4D8F0089150884765F3683E /* RCTCustomKeyboardViewControllerTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = A6ECB223182FFCA5E8A6899CF67D8700 /* RCTCustomKeyboardViewControllerTemp.m */; }; - 4787C765809BDEB7CDBD760923AA6145 /* EXResumablesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DF90C191B05C993E8C4ABFC951118D36 /* EXResumablesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 479669489603B9B888F16F284B005027 /* 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"; }; }; - 47B089F22F3F839F27094B8F81FA68AD /* msa_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A59F183A7D6535DE3336ADB7E2C3FEF /* msa_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47B90E46E8C241D04F71C81D7BBDDE1B /* 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"; }; }; - 47F41022AA2E2FA39A5D8314FF0E03AE /* FIRCLSUserLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = 35C1BFECF08D1AFC2352E5B5CCD5395D /* FIRCLSUserLogging.m */; }; - 4810397C345F02594085ADA52A13502F /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 17489A762F6EE7DC4362488A3DFD32BC /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4823C2B6ED994E559FD75D94D6279FF5 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 77D646F33CEAC405A184C67743BA9C38 /* SDWebImagePrefetcher.m */; }; - 483614B06A7352D899418F47E8E46B9B /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 045D292843031BBE69A9FBEC52932EB0 /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48377D5A0E1191DF1A7A4EF7FB68767E /* VibrancyViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EFC72CC4AF4628B57C56E96992E108C7 /* VibrancyViewManager.m */; }; - 484BEA79FBF3523A218C8F0CA79D9CD2 /* ssim.c in Sources */ = {isa = PBXBuildFile; fileRef = 44139071FC098FD8447630E64A2B01AE /* ssim.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 484E51F13E09C2650AF5EFD64023B79C /* FIRInstallationsVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FBDCBE256DB8F18B862E08A24C6F2D4 /* FIRInstallationsVersion.m */; }; - 4856D77E79300FF9FF7343AF66544786 /* FIRCLSdSYM.h in Headers */ = {isa = PBXBuildFile; fileRef = ED993629E29E211AE8B3C71C50F1033B /* FIRCLSdSYM.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48693BED76FF941FE62057580742DE4B /* FBLPromise+Do.h in Headers */ = {isa = PBXBuildFile; fileRef = 5385E7A5570B1ECECF59DAACCE531316 /* FBLPromise+Do.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 487DA8B4A0C96EBBE5331273A15C0C3A /* 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"; }; }; - 48A952537A117B37BF94FE22201D8C2A /* 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"; }; }; - 48BAEEA4B23ED1433C176AADAF02597B /* 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"; }; }; - 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, ); }; }; - 48F380ED9123F91FDDE84F9A72D8CBC1 /* GDTCORTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = E63CB4CAA28B2541855BDB5A5A38FA24 /* GDTCORTransport.m */; }; - 494460796E071DA7A3403D207B8C2106 /* REAPropsNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AF51AC5FB0FC668725B0C4F02B6E17B /* REAPropsNode.m */; }; - 494D040922C07D9B11A4E157C72AB24E /* REAFunctionNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 71422610A71BCC782162D4C1985042BE /* 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 */; }; - 497476058342A05CF5778CFE89C64857 /* ConcurrentBitSet.h in Headers */ = {isa = PBXBuildFile; fileRef = C31BEAB1F84551C0E287ADC4BDCF2FDA /* ConcurrentBitSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 498C505AE16C2FB90A1660FF065B9323 /* EXHaptics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E16E9F88550EBEDD9B52E00F05CD9495 /* EXHaptics-dummy.m */; }; - 49B3B1D9E06876493278B5093FC1AC63 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 17BB614665C4EB3C87BD750EB547E17D /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49D6527B677B2AAE061BD43ADDB24CF0 /* RNCSafeAreaProviderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF2B1327E3A0E910859DB1FAA873EEB /* RNCSafeAreaProviderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49D7470C79EFC400474DE5FBFD2B3173 /* ARTBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = FDAB5BF4506D047BDD67E82FA31DC7AE /* ARTBrush.m */; }; - 49E7F5DD19D1A9D965392EF6D9FD62EF /* FIRCLSApplicationIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 89DB19A537351C7C617B17F3B123451F /* FIRCLSApplicationIdentifierModel.m */; }; - 4A1A3D1448044BE8BAD31EF82C668CFC /* EXVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B23DBA576F51516A1F42C9CBB24CA04 /* EXVideoView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A47FD7935C0243A04BC888F76B6871B /* AtomicHashUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 11A24AC324C55976F55724F9D4235D75 /* AtomicHashUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A492AD44CA4666FD03722EC21E50FCA /* UMKernelService.h in Headers */ = {isa = PBXBuildFile; fileRef = A0706297548FF144E15DB834FEB67D50 /* UMKernelService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A49BAEDE53802C4DE4CF430976140A2 /* MemoryIdler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F797489FA2A779C6746902BBAA91A37 /* MemoryIdler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A4A6BAD842063E47B8AA660BAD50368 /* BitIterator.h in Headers */ = {isa = PBXBuildFile; fileRef = 55B07ACB7AE286509B75F27838D58F18 /* BitIterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A4B4055A9F1F063DB1A15F63AE1C897 /* FlipperConnectionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FACC24861EAB5D7A2A9E5BD0C24CBBAB /* FlipperConnectionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A4B5F838A05E6669185CAB202C98414 /* GlobalThreadPoolList.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E5A2972DCC76B25BA302F7753968308 /* GlobalThreadPoolList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A4D2C43DC3CC5F5DAA9248AA245BB60 /* REABezierNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C7E51D22D0BE7842EA0D1E89A7AE480 /* REABezierNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A5DE958E7B8A74089F199CA129BA0AC /* SaturatingSemaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BAF1443AFFFE849AC332F65CBCB189B /* SaturatingSemaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A675FFCC1F2F1FB0171F78C4FA7A988 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E59F6AD68441FF0C77EEE8E6329EA38 /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A87681B2E5F60DE4F84A1DE2D9A366C /* RNCSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A6A579B44826F2E5B0F6EF458D1E7B7 /* RNCSliderManager.m */; }; - 4AA4D6D8123EB43271B2B3C11D88C096 /* 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"; }; }; - 4AA80E18D22E5FC59D5E5CD88ED9E04F /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 588817D637B20906EDA95CF7AC7ECF69 /* RCTConvert+FFFastImage.m */; }; - 4ABAB6F84DCE317295FBF19A1C3D5E19 /* RNCPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D72A8280E73677F19925808B3EB71C7 /* RNCPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4AD475DF05A56F10CD39CE13CF2ADA2D /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 59591B7F4788AC198892368D2E7C6C47 /* 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 = AE87731426EB95CE450A0EC09F0D9730 /* SecureStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4AF81E235CC4A8D182560A294FAA0EC9 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = BE3B777FE31D6BD712B367A08F0687D3 /* log.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B005CEED7E815160946863FE06EFD00 /* FIRCLSThreadState.c in Sources */ = {isa = PBXBuildFile; fileRef = D125084F9F245889C9DE6B2FC0E99AAC /* FIRCLSThreadState.c */; }; - 4B02FC4BEEB253365193CEFC5C6C08C2 /* FIRCLSInstallIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 284A3D9B3BC17461B00A872841C45843 /* FIRCLSInstallIdentifierModel.m */; }; - 4B123C04C0E3C309CFDC3027250DB5CF /* UIView+Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F3649D89FC3D63B933469C7BDC527DC /* UIView+Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B38A755553A0A4F7826BD0FC7063A38 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = C3ACE169CF70A427BCE35183CC9FA16F /* 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"; }; }; - 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 = C08A1AC35E3F93F94D42AE14D3CC98BD /* BSG_KSCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B9BEB4F436B44F9538B1E4EB2F53521 /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = EF242F24657FD12E185B61FF7BD77A31 /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BBE19F631470B5CB029B45FE280A944 /* GDTCOREvent.h in Headers */ = {isa = PBXBuildFile; fileRef = F613CB900F2AE85AC3F1E5615A2FD6D2 /* GDTCOREvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BC052A29EA3F3D4D4898D8546C7FFCB /* GDTCCTCompressionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3A536A1ECAAACACA8D65D17C12A514 /* GDTCCTCompressionHelper.m */; }; - 4BC5947E2DB7BCB3A8391E042F053CBC /* FIRCLSRecordBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D31ACB25195EF0A84E3F58F4EDCE5F0 /* FIRCLSRecordBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BF7D8AD0341BF2D6038425539046F06 /* FIRCLSAllocate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D59EB8B78779F9EA55989B300F44159 /* FIRCLSAllocate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BFC3DCBA80AEE40103F8579C8A80433 /* SlowFingerprint.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E45F7B45565318D913C07D8596A2886 /* SlowFingerprint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 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 */; }; - 4C34A0A6AEC3A13A95CC28543AEFD240 /* F14MapFallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E0DC02D2CBB4E83810E20904F4A94A9 /* F14MapFallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C378ADDDE29797055077D1F4F3197FB /* RSocketResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = FBC5542386DB439D2BE422AD66EFEF94 /* RSocketResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C397EF99315E3D07D51620E725338AF /* FIRInstallations.m in Sources */ = {isa = PBXBuildFile; fileRef = 292D917D1E5BD18FF76CCBA142913329 /* FIRInstallations.m */; }; - 4C474604DD5468DD9C9F317FA4FA3A0E /* BlurEffectWithAmount.m in Sources */ = {isa = PBXBuildFile; fileRef = AEABEACD11000BF5D2A8D95BED6191CD /* 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, ); }; }; - 4C8F59ED4554F5A4DE8BF079E0B4562D /* FIRInstallationsItem.m in Sources */ = {isa = PBXBuildFile; fileRef = D7A414991BA9E3E0E7CC5BEF0BC96119 /* FIRInstallationsItem.m */; }; - 4CD3E5D6975449E11EA7818BDBB8AB80 /* QBAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F31AA4C1F8E0C33F3A2C42126EC9F514 /* QBAssetsViewController.m */; }; - 4CD6251A4A3890CC821288EAAB6423C9 /* fi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 5E6929DF44F768671E142897ED8025C9 /* fi.lproj */; }; - 4CEC7888DC4843F90A1B5B5690EFD428 /* BugsnagSessionTrackingApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 016A7933334987C24C2C71CF3A45D38C /* BugsnagSessionTrackingApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CFBDF1ABF9C57834E40AF5F853F6D41 /* GDTCCTCompressionHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 33C75BD5F057C9EBD1F79AC01CD1EB9D /* GDTCCTCompressionHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CFF2BBA882ED477A9E4345DDF73ED77 /* RNDocumentPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = F26B1C082DD4EEC193B7FA7CFD8196DD /* RNDocumentPicker.m */; }; - 4D374A92E006A2548230086D6EAFA9AC /* LongLivedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2EA10F1C8ECE1F7E3461D17EC0B448E0 /* LongLivedObject.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4D6E71C34060136615DF09DE28F76442 /* TypeList.h in Headers */ = {isa = PBXBuildFile; fileRef = EDEE1E377EE914E8675DBD7DEA1970A9 /* TypeList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D7B566FA54B4ECF749EEF6600979FFC /* RNFBRCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 54A3114EBE642307B624002F75677F89 /* RNFBRCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D8867E8966983BCBD89277DFE5F9F00 /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 39780295FCA7F0910BC23B614D803CC9 /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D8AAFA84F175213F7D07A0CF1818491 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = B102A2907DA3737A3BBCC1EBA9CA511B /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D972B043DF691469D24AACECE1760B6 /* GDTCOREvent_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 718BB8333B0F2AF0FD3F8AC14960DB95 /* GDTCOREvent_Private.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 = 4E6FF22C06B9D44F6AFC5A859221A14F /* 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"; }; }; - 4DA696C2B7FEC6A6073C172C6EA69E38 /* TestUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 373C9F59C3DDFA4B431689CCFE1496E9 /* TestUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4DA84086EC3036B6EEA7C3F2D7DBAE8D /* FIRCLSByteUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = A1710475B8A305FA5A95864DC0007416 /* FIRCLSByteUtility.m */; }; - 4DABB9478413DE57557ABB86CA32D439 /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 40806705B42988314598905FEC93C887 /* 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"; }; }; - 4DC980BF9D6EFE8D7B091516B1D91842 /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 22128DB379E1D2CBFE351B3811F9B457 /* FIRComponent.m */; }; - 4DFADA2F5BEDB7D70723FCA0C451B234 /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = FF7522EBE9B1709C091AA90DB8C44FAB /* SDWebImageDownloaderConfig.m */; }; - 4DFBEE0184786AC88141F62FAFC1951B /* 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"; }; }; - 4E11C3A005A89EE182016E6E9A8339CD /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 317E6D055B73270E36E67638C63A5D48 /* log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 4E1D8F2E391814741E7D0D91EE7CBEA9 /* GULSceneDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = DC896A0A5484F552162E3CCD6B83F43E /* GULSceneDelegateSwizzler.m */; }; - 4E59720953C4BBA19C592BB451FD38E1 /* 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"; }; }; - 4E67B805383C16C8C0A14A9760F83519 /* UniqueInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = 57F58CB39739BCD7EB2A2F0C9D833555 /* UniqueInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4EA0254F7B0EAE99CC462C9F5E8F7F43 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = BB9F9260AB105CD83A06EDFABDB69666 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4EA0B976186E23C6802D4D22BD5CB9BA /* TOCropView.h in Headers */ = {isa = PBXBuildFile; fileRef = 484BD4926AFF28D70BED9F986AF7C5EF /* TOCropView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4EF9378FC3D8BD0B8EFEAB601831B27D /* MMKV_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15D2194EF23755FBE76A2FB3FAA07FEC /* MMKV_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 4F04D10E351366F2D4F4CE79446CF90E /* FIRDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 0781F7E7BAAF0A8DADD804243F814C91 /* FIRDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F0623912454B0B1745104ACE37AFC55 /* FIRCLSDownloadAndSaveSettingsOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F89529B3C7A424F3CB829FD34902285 /* FIRCLSDownloadAndSaveSettingsOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F38E53B95D8818071B780659E5CC94F /* 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"; }; }; - 4F742681C162C919C0ED3E5453FB030D /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FB1C7782EB8A7266C10739275BE3A39 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FA3CBB7914A0AAC5273D40CAF814CCF /* 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"; }; }; - 4FC36D3475E49C9BBA7F9A5C212A9B37 /* Rsa.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E6B04CE670087DDF474FBCF2BB45B59 /* Rsa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FC86232369030F0E75462CD4C4B1DA6 /* 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"; }; }; - 4FCD8F441F66C477B132185CBC8B66E4 /* 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"; }; }; - 4FD528791E58F6410F9197DD124E532F /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = CAD24AB37675935888F4CB864539FDEB /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FD62B78F0BFEBDAE68A4F3EE4DF3027 /* RWSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = CF95B3E44F176B0AE79820249F6D0953 /* RWSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FEEAB5DAD78FB635EF3069BF10B38E8 /* GroupVarintDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = EED848017F4965B145BF315674CC8C0E /* GroupVarintDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FF4129BBB8059A86B09AC5688566ECF /* json_patch.h in Headers */ = {isa = PBXBuildFile; fileRef = C93B9ED70C19DA48C53720B2C795855D /* json_patch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50048E79A44925E0FB236709CA03F0FA /* HazptrThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 419EA50BE00934136EA276D52DD6D30D /* HazptrThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 504E53BD6D600EC7F96D486B830E90AD /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F158319B1111071BF1274803D018CCB /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 504EAED4F699BF61E9A9B5B066522759 /* SSLContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 1555860829E7CA0A51C1F82EECCBF570 /* SSLContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5064280C0E5FDA3174587639D29A64A3 /* RCTTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = DBDC883473C0A5DB96AAAB90B5713CD5 /* RCTTurboModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 508ECA38C00615D6966711BD85284545 /* BSG_KSFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = BBE105E04EFB35760107A45C0187E62D /* BSG_KSFileUtils.c */; }; - 5093DAD3E29DC3C098D43D45FE361218 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = D2E76BF7E23D9FFD65921C1FD67AD917 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50A46AB0A0FE521BFF483CC14C816ACA /* StaticTracepoint-ELFx86.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D426DFB55A83ADC32C4DBAD3E556914 /* StaticTracepoint-ELFx86.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50A845812DFEFC4B7C7A1DD6898FACD1 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = EBCCB25A90FD8D7B204A76004BA49AC0 /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50B23F454216E25EBB3CBF9EA0823CAF /* EventBaseLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F25BF5AB17CF3FD6E5451EE13AF8298 /* EventBaseLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50B834389F0A52EF9DC6C27DE7CD7111 /* RNCPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 97B42B968D26C833EF3EA155B3FCC757 /* RNCPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50D543980AA0C40C1A2E96CC71CF8DEE /* Parallel-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2B73DEB95AD65B0F8B8371305D10A8 /* Parallel-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50DA7E544966A994EDC0791F8243C118 /* FIRCLSDwarfExpressionMachine.h in Headers */ = {isa = PBXBuildFile; fileRef = E4CFD4F947B7442B6CE61B50C0DAB2EE /* FIRCLSDwarfExpressionMachine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50EF57CCC25B10D398BBD18EDD1B693C /* FIRCLSReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A82AC8EF00629A69A6E6F7495AF0F86 /* FIRCLSReport.m */; }; - 50F48DEA9699FFADBDF5C7E49E962B31 /* 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"; }; }; - 5114AB49EA22A2C2E519F563FABE94F5 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 0D6F516574321961D234796B0DB36173 /* en.lproj */; }; - 511A8C7756FC090C87DB2FB5BC9C2E6C /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = EB0E4FAC9708F6B27596A9DA5C0E4D5D /* ja.lproj */; }; - 5125E604F9DF3D5E4316B650943F2992 /* MemoryFile_Win32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DB4CF2F52473AB2B8E9BD13D2F37A4B6 /* MemoryFile_Win32.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 514546F2D8310E7F4C88A2C1BF4D6939 /* MMKV.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DE0CD137E0889EE1737A9B9030EFF07 /* MMKV.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 515A63624758D92055598936A58821E7 /* Conv.h in Headers */ = {isa = PBXBuildFile; fileRef = F0708C4622FC43024B9C0BDD273A6BF1 /* Conv.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 516AB504B88113B4C834E270CF75A576 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 494C8A4BE8EF1F45327EAF5F534DA7B7 /* 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 = 21613A9630310FC52EDDD9F7BCB3D56F /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 517492A9DB1BE570124104ABD1E074FB /* FlipperCertificateExchangeMedium.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9F02B25046132FEC9FBAE647F023C6 /* FlipperCertificateExchangeMedium.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51A7C22C8F0BFD9B89B9167037516D08 /* GDTCORTransformer_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 41D392A9A6CBBFE9049B72F2DE284171 /* GDTCORTransformer_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51B67D2931EB4CCA7F07B76A066A8217 /* EXAppleAuthenticationMappings.m in Sources */ = {isa = PBXBuildFile; fileRef = F05645666B2447D7BAC62CF563861918 /* EXAppleAuthenticationMappings.m */; }; - 51CCC62D357828844F150E39DA8B249C /* Baton.h in Headers */ = {isa = PBXBuildFile; fileRef = FBD2D678CE55967640B2ECA259966CD8 /* Baton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51DD311613815E41C8DEF3556CAEA162 /* ThreadLock.h in Headers */ = {isa = PBXBuildFile; fileRef = A5165CB1AD152201EC6BCBFB5A41419C /* ThreadLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51EA1E266FCC622C10B5E031B822F96F /* StorageIndexer.m in Sources */ = {isa = PBXBuildFile; fileRef = A5EAE2BF70DF5AB5A71EF748D0976776 /* StorageIndexer.m */; }; - 51EB98DAE04CADCB76A87102AAD002DE /* 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"; }; }; - 52247987D1E7B79399E678A6682FFBF7 /* RNCAsyncStorage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D07A313A27D7081E7A40BA634D31D3 /* RNCAsyncStorage-dummy.m */; }; - 522A3CF0D1ADF19CC06008D29AAC795D /* SysFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 90EB305222160B2F7E0FA257C2B1412C /* SysFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5235586EF4F37E089CB0466A3D29952D /* REAUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 293252623D3A9ADE9E9BEA70C0A8E10A /* REAUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 523BE4BFB348B55B394B2F2007AABBA2 /* 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"; }; }; - 5266ED74166CEF56F6EBAB78253C0BD2 /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DD88FF253F88E46B3A40188EDBAACE2 /* 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"; }; }; - 5268DEEBD8139963CE6A265EBAE51960 /* HazptrThrLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 51E67A74C89886F5470BBD115A44A5B9 /* HazptrThrLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 526EEFC62ACB280675BA44BBACD6BF4F /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FCD5C3CD84CF6CA617B88C41DCED67F /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52792C3CB7FA3E5858E7882715C0888A /* FIRCLSURLSessionUploadTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ACB0DCDF8BF3CA082E94F07DFF5E8D3 /* FIRCLSURLSessionUploadTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 529F7F8B2B9C52548A1EF01992F3DFD4 /* 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"; }; }; - 52A61F34A5E15791B7B83A514AAFA249 /* UMPermissionsInterface-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9177FBC0227EEF8423A5F865AA482A1D /* UMPermissionsInterface-dummy.m */; }; - 52AB06D7D66EBE0843DFFF0B661781DE /* MiniPBCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C94234CD585CB45DDF502DE4972F108 /* MiniPBCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52C4BD8950B90DDD1FA2D7117CADDEAB /* Hazptr-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 28A1942F367ABC7903ABB67F7C710369 /* Hazptr-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52C7480AD689B6B11088046852C59D7C /* IOVec.h in Headers */ = {isa = PBXBuildFile; fileRef = 464CAC1D47B8BF5F540D0505E7F7FD4E /* IOVec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52C9B60899CCF1DAE73D440605570794 /* FIRCLSRecordHost.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA492FBDB4DBDBB89AB69B950DDB886 /* FIRCLSRecordHost.m */; }; - 52D285DE8F1DA68B5FFD5FE59322A646 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = FD0BCC437B794608BC6F769E75028B3C /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52FC4C285BD391CC8D308407ACE86BB3 /* HighlighterViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F26D9D3CD1FDB6B1F573CC6ADB59CDB6 /* HighlighterViewManager.m */; }; - 53006F50104214D43DD9ECD3001BF305 /* BSG_KSFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 623DD6503BAE66F28A2A9BA45F2DD460 /* BSG_KSFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 530FB780B805376C0010AAB1F42A0383 /* 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"; }; }; - 5327AAC51FC15E5E7B6D0AE18F6366BF /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = EC3719987B806E0BA2761436AADA629C /* 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"; }; }; - 533D723DBDC1987B2F81ECF1A82E9F48 /* EXSessionDownloadTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = BFE7E33DD4E7A0D74E5D8A90EDF02D08 /* EXSessionDownloadTaskDelegate.m */; }; - 53401EAEB03C4E2DDE64E90C7BF3EC02 /* FIRCLSReportManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EC9AAD18BAB6C40FACF97437C6C9C33 /* FIRCLSReportManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 536538F7490982607ACD157306D7B2C3 /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 0663086EE34A898ABCE2FCDEA045ECF9 /* 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 = BE62E00AF68D114019A8363B3D9312ED /* BSG_KSCrashCallCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5372184DEE4B05BD26EAF265AA46579F /* REABlockNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E99D2B6AD96EA867AE4102C088F48B4 /* REABlockNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 537FCB67A58E7CC24F616EEB11A50AA3 /* FIRCLSAllocate.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BC76B3FD500189184D2F37A7A50AB8 /* FIRCLSAllocate.c */; }; - 53A9E8F584A7406DCF9D573001164D64 /* FIRInstallationsIIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = A204F3EC30348CBC8DD4956D7DC86DA6 /* FIRInstallationsIIDTokenStore.m */; }; - 53B9CCF66DCBA1764DBDA76ABB514E55 /* FrameTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CFC892DFE61DD5C159CA8A302B8B67F /* FrameTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 53D6EF48E36BCCD83AAC7DB04D6EBF02 /* 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"; }; }; - 53FB801C606C0371BD97CB2AECB2851C /* GDTCORTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = DF228A0B78A70CE35B9DE8E4F6CE4734 /* GDTCORTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 540A81C068EBD4E0A242BD18437E52CC /* 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"; }; }; - 54114F3CBB6D49F51AE89AFC93F639A2 /* NestedCommandLineApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 290CD65D40E54C31A2E113E36F70FDD9 /* NestedCommandLineApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 541C7B542BE9DAA6202E136237A05192 /* RNCSafeAreaProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 079F421CEBAA5714D5242D10FE096383 /* RNCSafeAreaProvider.m */; }; - 541C9B94EA4EBFCD1432F502F30D2568 /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FECC050D982AE8D761B4AF5DDFA7F64 /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5430566F19E07B4AF3EE5AFBE265E828 /* AsyncGeneratorShim.h in Headers */ = {isa = PBXBuildFile; fileRef = AB4EAFF0498E720CB94B67B1F1DB59DA /* AsyncGeneratorShim.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 543EE0A6E553C33AEB1C61AC88CF42ED /* REAValueNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 28849E6BDC3256170438B4A3FB4AB8BD /* REAValueNode.m */; }; - 544B0A17D4EF8DF1A62AD4C97B7DF962 /* RNFastImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 71FD17783F95E2307B7E3ABB57E63FCF /* RNFastImage-dummy.m */; }; - 5457AEBC18C7ACADF41AA86B2B52AF86 /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 067B600C9902AB66C45BE3F46CDF9985 /* FIRVersion.m */; }; - 546526C7A38B257AB7A8C55DF92E2F8F /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 79D188D46EDAA009DD1CDFE99D575D09 /* 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, ); }; }; - 54880C500712D7E15C7E85BEEE11A60D /* EXAppleAuthenticationRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 45166936E7B906D7B2EAB1308CEA864B /* EXAppleAuthenticationRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54A49DBED1C0C6F3E414C74C67FEB9E7 /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = A542C3E46DD8FA30F4965264F54DD21C /* FIRComponentType.m */; }; - 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"; }; }; - 55087D5622FADCC4574574499E1DD10E /* RCTLinkingPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2F2532A0427E27656D591A17373D8947 /* 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"; }; }; - 5513A54DB97D861B0B20FC567241652F /* 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"; }; }; - 5518695204C2C4442F282B846619E657 /* DrivableExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 61871730238884B88402BCAD51437C79 /* DrivableExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 551FEDB298C706D84AD2CFFDF2B3C265 /* experiments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 164EBA159426E1BEE8D1FD56C83B51A0 /* experiments.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 5529C087D88FDAF9A85CB65DC8CDB87D /* CString.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AADEA538BA01F7FC3161B2E094449FC /* CString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 552C6D55EF29BCA77347AE55C128ACE8 /* FIRInstallationsItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F8E0FB6F25809863C5872F6BB18C5AF /* FIRInstallationsItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55346CC0A13250E5D4839DBEFF84F544 /* FBLPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFB764D65B20FA8154B77A1DDED76E2 /* FBLPromise.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5541CE6CF63D1CE843C1B80F0DCFA527 /* MacAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = DFB41E5C56C1FBE2096AC652EE680BB0 /* MacAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55545B966E6065FA2CADF0FF5D0F0057 /* BSG_KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 18EA0DB4508261118A379726AE046469 /* BSG_KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 555CF3B542265E1F77E1E5EDDF754C87 /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = B67A605E981E8B10428EEE7557111895 /* GULLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 558257B7E078E520321C0C39BB6D868D /* GDTCORTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 984F0BE697C69441407D7B8F19C8ED65 /* GDTCORTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5584EC3010BB95FEE907A8B39F069F84 /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0D661203A8A84EF529349B34FC2530 /* 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"; }; }; - 55BF901CA9C7ED13054F2566A63B99FA /* GDTCCTPrioritizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B6469111401BFB0E502B3179828F9F /* GDTCCTPrioritizer.m */; }; - 55C69E66185BEE52D7BEA59E84E3D4C3 /* Future.h in Headers */ = {isa = PBXBuildFile; fileRef = C2D72A88FB01D49AFEFE11A05C051A11 /* Future.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55D6BF643B68AE6B1531B2E017E98464 /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D8EEECDA055519119A8EB2E5A2461414 /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55F765F37C59C5C960CB40C562CA9CBE /* RNNotificationParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CDA568B2D288275E97B27215362C132 /* RNNotificationParser.m */; }; - 55F83A935742869B756158BDC016A160 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FB8C549A2D216B00763511132C6A0FE /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5610EC820E231169F5911CECF59B8C02 /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DA3D2DB50E0457A08F0CD77D8E20E09 /* 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 = EA7B92F68FF1968CD8C87F3F8FF672E5 /* RNCConnectionState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 561C9B503460E1E24ECDD73AD4341F50 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 30AAE515220085A51074FB6B5057AAAF /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56209362F846A0481A2708487D46C887 /* FIRCLSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8396C8E90F63350EFC8B3E9D8E8D8A6F /* FIRCLSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5643E0BEF5CDBD94B2E9FBA62E88851C /* SequencedExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D1A49FE63AE0048233702D8974CBA1F /* SequencedExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 564BE46B537960C8C8A8AE9E46C8C74D /* 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"; }; }; - 565A40C9715DD79B31B0702BA634E8AE /* UIColor+SKSonarValueCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B1FCB7932F319339A9BDF78238026755 /* UIColor+SKSonarValueCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 567C99BE688A07429884CA040DA56081 /* Builtins.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D270DDB341C9C43DFBBC00AE23FC7E1 /* Builtins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 568EF27B9FC821A59A1E531A762689B8 /* BugsnagCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FB99CF1CC114E05182DC021285AECBD /* BugsnagCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 568F4E1B3EDB6EC5EEFC687E4836D6A4 /* 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"; }; }; - 56910072B385CF37BBD408E8A81D907F /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A26C2474FCF5B72838FD3D4EF32692B3 /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 569B303F2B33E4958AB9B66FEF06DFD2 /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = EFD67C8F93928B71B45FD6C452C39126 /* 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 = 41D4722EED57CD29A826B7F1B09DCDDD /* 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"; }; }; - 56EFE38168845D9EA649B69974F27E51 /* GDTCOREvent+GDTCCTSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = D806C2A8A34B5FDA9FD772D910857FB1 /* GDTCOREvent+GDTCCTSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56FC6B389683EFB670BA03EC7ECA7084 /* BSG_KSArchSpecific.h in Headers */ = {isa = PBXBuildFile; fileRef = D3CD9CFBFD73D6EDE3EABC95D8E6058D /* BSG_KSArchSpecific.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 570C74C728841871D4DBEB6FA4A15497 /* RNCWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 260AF96AB4DC089BC054801E6DD3698A /* RNCWebViewManager.m */; }; - 570E34B23882B925C3EE0377983FFFFF /* InterProcessLock_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C9012BF6037AF9B4B149FB1E3B51E0EF /* InterProcessLock_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 5741990BF5FB72694443CA2C383BF448 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = B3BDF74F10A6FE4F4B706EE7C342BE39 /* SDImageIOCoder.m */; }; - 5761E342FFA0CF25087905DD4C7A6281 /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = F9B8BC982B216B1EDB4C854371A2BAB1 /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 576D1D3D0255B54FFBDDCB00855FE397 /* PTChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = 21CDF60F536705E2EF3EF7F5052C5A83 /* PTChannel.m */; }; - 5771D1F5AF09F22675A90661B35C5C29 /* BlurViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 31A1B7F6B970C475A6547A38467BCEA1 /* BlurViewManager.m */; }; - 57D78F83991F15800B0EF39A76C40A7C /* Orientation.h in Headers */ = {isa = PBXBuildFile; fileRef = ECE8C980337ACD444219FD25A98E35CE /* Orientation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 57E393545C8867A16DEACC86B2E8D2B0 /* quant_levels_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 3543E6EFF0F9CACDA2ABD0379BE4B03A /* quant_levels_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 57E9D27E3642D2A3A45FB9F361ECA280 /* 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"; }; }; - 581C368082AD6F5CEF3A7B59B1E6A58E /* FlowableObserveOnOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = F6EF54B35B03735C999E9A9225B3CDAF /* FlowableObserveOnOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 584616A78219910E31DA6733957366BD /* 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"; }; }; - 585D03FAE7882EAFF0797BB33392F77E /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = BFD2D7E5402F0DC5E6AC7F9FD78781AD /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5865C7B3206F91E054E6A599FF455FE4 /* RCTPerfMonitor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 858D6D85E9777ED85C5B545307C7C700 /* 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 = 5D0C3512E08680244C1FD7A13C673CBB /* RCTVirtualTextViewManager.m */; }; - 586D2C673D08DA408DED8AB93479286F /* Uri.h in Headers */ = {isa = PBXBuildFile; fileRef = 38F45570ECFA55AB2AE971CA49503BAA /* Uri.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5888C9E5D61C9307805C62F729D66E93 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BF52CBE311A99F83D1CA130B0E19A34 /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58B7527D10B205632DD69550C4B207E8 /* BSG_KSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = D8CED9C46CFAA843DA8B96EE65EBF6A4 /* BSG_KSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58CEBA82A249BF25F43B50D77011E196 /* GULHeartbeatDateStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = F3D9947B7637DFBA6E3F2645FC8B2E11 /* GULHeartbeatDateStorage.m */; }; - 58E1660575B93C51FE5C9208E4D2ACDA /* REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BE5F6D1FD17DAFB939DE95A5439BC7E /* 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"; }; }; - 593EF2505647C864AB0382709F612330 /* RNCAssetsLibraryRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5956DFE371CCFFBC27917B3263F7B443 /* RNCAssetsLibraryRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 597FE2C24B558EAE467990DDAA424325 /* RNDeviceInfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D385AE5F45BBFBDA4BB9A0FCAE85977 /* RNDeviceInfo-dummy.m */; }; - 598932F943B3A990AB137376BA25DD05 /* LifoSem.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FCC93C9803F64F0C0FE7F03BFE4A55B /* LifoSem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59DDE51E06D89D01F992DF6DF5534A6F /* DistributedMutexSpecializations.h in Headers */ = {isa = PBXBuildFile; fileRef = 144166EAFBE39D3603FA5CDBC62325FA /* DistributedMutexSpecializations.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59EBC93ADCBFCA9F0540BBABAA2B1386 /* RNDateTimePicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 59FBE856E9213967CB134BD062A0B995 /* RNDateTimePicker-dummy.m */; }; - 59F53C7E38D885A1EF74A0FACD20E817 /* 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"; }; }; - 5A15C293F8C60A733F1E6C82A1EE19B6 /* 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"; }; }; - 5A28B7C467441538EF20B02F08B1CBFD /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = CB2BADB97801039FDB7ECF5877B45D82 /* GULNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A3B01EF4602391E5A04403FF71730EE /* FBLPromise+Retry.m in Sources */ = {isa = PBXBuildFile; fileRef = EF1D883E483F563A9F4535EBD2E361AF /* FBLPromise+Retry.m */; }; - 5A741897B7B13B1BA7152F1C1F9C59EC /* RNGestureHandlerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 95C358C9E476857268060EBFFD426C86 /* RNGestureHandlerButton.m */; }; - 5A77666ABFC6CBE9F22B1BDFAFC0959F /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = FD83A6388F4FE63CA6DA9E4046756797 /* GULAppEnvironmentUtil.m */; }; - 5A9299BC657C6780109E101A8C0B5F5B /* REAParamNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 99090B494D29ABBA1BD0C98E09B2B767 /* REAParamNode.m */; }; - 5AA4BA09C6FB51A2B407491DA663107C /* UMUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B50989E80497512B7152EDECDDD528 /* UMUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AB14ABE1AA23ED14A2EFA67A7FD7349 /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C3AAB40D0C5122B9D6B4852186CF60C2 /* 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"; }; }; - 5AB743C39DD67010BEA7C6EC37ABC235 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = E7B65584DEF65AA87721CD32FD894663 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AC16E639A6F1CF09260BA3E62B6CE37 /* RCTAppearance.mm in Sources */ = {isa = PBXBuildFile; fileRef = EDA059C8D0C08F0EDF72D6845373DFBF /* 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"; }; }; - 5ACA348068FF3CA5F650B353D1C0A47D /* ScheduledSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 9683485DD8F0BEB47BB9E40938D3C9D0 /* ScheduledSubscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AD2941FDC49F5245D9376F9E5AC0044 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C48B4974778E75246AD82186BF063C4 /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5ADB30B0072BAA0C569F132FCBAF04B4 /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = B9C80626BE820D0E016F060FDFB812DA /* RCTPackagerConnection.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5B17C07022BB8181DA586246F4E32483 /* RNSScreenContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 9657D1E397B1F7BA25435BCFB99BA4CE /* RNSScreenContainer.m */; }; - 5BA39EEE88E969F83864A4B436B1AFF3 /* FIRStackFrame_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DA2987C15726CA925D4C3195CBE80D8 /* FIRStackFrame_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BA6BE66A8F85520012434BB56953B56 /* FIRCLSSettingsOnboardingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 867ACB56D848877F90EF67F16D1BCC7C /* FIRCLSSettingsOnboardingManager.m */; }; - 5BAA622E4ABFC64D9B62D9A8E5D90B7F /* rescaler_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 096C07C46041D253F0260EFD31015016 /* rescaler_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5BD3AE01AF86C7EC55FD162CB1EA14C8 /* 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"; }; }; - 5BE6A1FCFA61602F65CE8B0B42522D77 /* BSG_KSMach.c in Sources */ = {isa = PBXBuildFile; fileRef = 8740C14F2F57CC07111098E122241CE2 /* 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"; }; }; - 5BF82DC3638FD03C13ABF0EE0429BA4F /* EXConstants-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BFA7F279FB92FB35BDE6B83AFF944E2C /* EXConstants-dummy.m */; }; - 5C1165264DD72E16E1C64F6DC9746266 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = F17C4194B1A43E875EA204400DCCB452 /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5C1BF6C712A517436D42DA25639A21A4 /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 575A6B272A7DE9656C90B10A6F6C34DB /* RNVectorIconsManager.m */; }; - 5C4E76845D343CA10A65FB4CD3F161BE /* RNCAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = 20B496831B747470C665DEB570F2721E /* RNCAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C5EF08FE2DDABE0D6B53657AD8C1F18 /* TOActivityCroppedImageProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = FA0FEA8E607E301D5F2373D7D4D6A299 /* TOActivityCroppedImageProvider.m */; }; - 5C66571FCF2922FF506249F786F7C2B3 /* FBLPromise+Any.m in Sources */ = {isa = PBXBuildFile; fileRef = F1CEC8454C926A51B469E5DF6DE7062B /* FBLPromise+Any.m */; }; - 5CA581817E8C0B33FF4E56320738F1F2 /* NSData+EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A1F54C777C1D17D6ED6F35103B2EA77 /* NSData+EXFileSystem.m */; }; - 5CD04D0B0E9105017302A21B6C238BE4 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = BCC134039F247A8AA98A4ED0395DB4DC /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CD371AFB7CB4B1F243DC3BC0275D1D7 /* ConcurrentSkipList-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E0634A773BB2B5B361457F9AA4A4D5E /* ConcurrentSkipList-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CF0A561E7B3D5C93CE72D707B185BC2 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 268CE4350D3B4A4DF5951A88F1106DFB /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D1EABB076B0608332F1A2E988E33B9B /* UMReactFontManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F8CD2D78D6537177AE3BBD623C45E256 /* UMReactFontManager.m */; }; - 5D2BD57DF6AF3001B41228304682B802 /* IOThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 227924F2CFBBB2B87602C8A1971FF900 /* IOThreadPoolExecutor.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 = 5584B854AE8F6469354BD07E170CBBFB /* UMModuleRegistryConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D84359FDD8020DE11B828BDDC740694 /* FrameProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FDA28519DD3F0AD4D98F9F787A6904C /* FrameProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D89A499D452D8AB33F485B13E1BB663 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A924364FE1D4408C293325EB3A358A4 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D8E3A78DEA434C6BDA5D6E8A30E6847 /* EXAppleAuthenticationButton.m in Sources */ = {isa = PBXBuildFile; fileRef = E0FD1386231D308B387A5083625852B9 /* EXAppleAuthenticationButton.m */; }; - 5D8EF02BD345B4FC3816EB1C198823CC /* Poly.h in Headers */ = {isa = PBXBuildFile; fileRef = D373B58AE7BA9034824618FB7A2E312E /* Poly.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5DA0F2884A4ACC574F764628C52B8021 /* mux.h in Headers */ = {isa = PBXBuildFile; fileRef = 69DDE0B4682903AF1E6DFDE7F551A0DB /* mux.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5DB10ACCAE6C4AABBB12FEB9A3CBCBFC /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4AD8238B579C5F6AE9EBA7440CCA788C /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 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, ); }; }; - 5DBBA2DF292B255EEE1C7B7D0AEAE2E4 /* GDTCORRegistrar_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A2BC0E43F585DCF9FF442F0395D11AF5 /* GDTCORRegistrar_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5DC42038A463CA5D6C7F7750F3953995 /* BugsnagSessionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = C28AC0140929CEA0609A6EA15CF44008 /* BugsnagSessionTracker.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 = 176536175921F595772994F329CF39A1 /* React-RCTLinking-dummy.m */; }; - 5E2744C18EE0B78FE206AC53D98BC7F1 /* BSG_KSMachApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 3215807BEEB9DAD7B0474676654BD1F8 /* BSG_KSMachApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E2BE91CC31B546CA05E13E09E90FF9B /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = C7B1E62019E8AEFE0A53EF1A23A302A3 /* Hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E5E51EC7DA2BB60F19F7B5C3900D1F1 /* RCTAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = B066DDF192303ACD9CB7C9DDA0DB9BB7 /* 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 = ED31B614152D4C110D18D15D337884D7 /* 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 = B5DD166F71A834E423B429AF84345863 /* UMExportedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E88D984516A6758BC65320A5144CE41 /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CCB3C267F8BF136BE0E86C683F7377D /* 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 = DA9EAA29B7BB35FAB2FA7C1BEABF9808 /* LNInterpolable.m */; }; - 5E8C63B9596B30349E37C6A46EC36920 /* GoogleDataTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AC75328B863B1EE0AA4D64AEE291072 /* GoogleDataTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E8F17796B17F546DBEFF101502550DA /* EXWebBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B988CD58F53196855229737C1A67D9D5 /* EXWebBrowser-dummy.m */; }; - 5ECFAEB0D811F5F3FEB2E0FE2C10CF05 /* EXAppleAuthenticationButtonViewManagers.m in Sources */ = {isa = PBXBuildFile; fileRef = E11703CE14044F70D5A537BC6B0AB8BE /* EXAppleAuthenticationButtonViewManagers.m */; }; - 5EF041DD75E13610D0618BBDF0481D9C /* RNRootViewGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 808A2C44E8C728F60CEAF5F44BA8D3AD /* RNRootViewGestureRecognizer.m */; }; - 5F13309B2A267BCBB46EFB21D0669783 /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 945246CEFE5ACDCE05C0F08ED70CB3DC /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F26D9FED3E7EDE39A69830E54ED4291 /* RNCAsyncStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = CD7DE1FEAA8A955F1E9575B575193290 /* RNCAsyncStorage.m */; }; - 5F352AC09521B86E73CB59AE05822FED /* REAOperatorNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E699E40B13FAFDFC18B5249444096EA /* REAOperatorNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F48F3262405588709AB9F020DAD1423 /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CBB7394104549553638DD49E110C941 /* 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"; }; }; - 5F747038368DD837190F55B577D673DD /* Memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 52CC96E6451AD75A33760E37D04A7962 /* Memory.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 = 995B84FAE2CCC5B61D3FD2850BE544BD /* 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"; }; }; - 5FBB6B3DF26674FEBDA876BD01152F60 /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BF20AEE9629FF57E3DBA1374DF5158B /* FirebaseCore-dummy.m */; }; - 5FBBD0BF1FE92C8C7FB6E26F99BE94E5 /* BSG_KSCrashState.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CDFF8481325A876B93E5B482FB60B09 /* BSG_KSCrashState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FC1A47E969AA94A7BCCEB38C8B198ED /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 861B27C3936BA907E18660A68F0EB0FA /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FE471218D8F0BB8CC9A398122D9FD45 /* BSG_KSMach_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = E0D71E2AEBE9BC83CDCC013D9129718F /* BSG_KSMach_x86_64.c */; }; - 5FE547005F737373C13EED355B4C56E8 /* File-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 62825E089B77010CEDD1245EBC1CBEF4 /* File-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FE9E888E488BF843FABA9C9EAB3F2CE /* Time.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C1515D750DAA8DC9CEC19011F6EDB20 /* Time.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FF2427F34560BB1B36AF262A680A7DD /* 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"; }; }; - 5FF5F40E78B6DD5E6CF41E054DF305C7 /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = DD0F1854881020E095123417275F3735 /* SDImageCachesManagerOperation.m */; }; - 5FFB377F7BAE409945CB4ECB572B8C83 /* RCTUtilsUIOverride.m in Sources */ = {isa = PBXBuildFile; fileRef = 20761182073E23D3650FE3E7868253F4 /* 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, ); }; }; - 600984407593CAE4123B5B98F2F63F89 /* ConcurrentSkipList.h in Headers */ = {isa = PBXBuildFile; fileRef = B857025220ECC7CA074BF255C1604751 /* ConcurrentSkipList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6019C19FFA36AAF453410F89F4FEE0B9 /* STTimerFDTimeoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FB047E69250FDDC997C42CAB4F469C0 /* STTimerFDTimeoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 603337370B542B227858BCA1D1422D5C /* 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"; }; }; - 6038F065D32A8F8CFF13EEDC3402E3A7 /* ScopedEventBaseThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C8FA78232A1AB6CE33837E26D172390 /* ScopedEventBaseThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 603BC0D657B3BB85EA44436582E5A60C /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C6B923D31B74BDA5286743872C9FEEA /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 60496583A5C28DF86368AB0134028763 /* 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"; }; }; - 608F2DCFDBC81E3AB3039104DEE0601A /* MMKVLog.h in Headers */ = {isa = PBXBuildFile; fileRef = E86822AF24365F319FE30D04FDEDAC2F /* MMKVLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 608FBDBD3094B7E3F913B85929E9E91A /* BugsnagUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 90BAFD9E5CB55BDC218F6DBF3D6BF619 /* BugsnagUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 608FD3C08394ED233BC6A43B300F84A0 /* MMKV.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA613FA2E732C0F91F7A91191D77AB /* MMKV.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 60A005CDECFB802E4FE2BC623E72763F /* AtomicUtil-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = AB7245FDAFA76C959A399AD1A91963AD /* AtomicUtil-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60A91ED6863380CE90D0BC0348E05C0D /* FIRCLSNetworkResponseHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 134B595262E2B2DC2CE3B66C203EBD88 /* FIRCLSNetworkResponseHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60B61EBA4A7B3666C80C45FF8843447A /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = C99314A9107DD8148B765FBEDAFE75BA /* 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 = 7BA05F55B989FF710AE258AFDEE5988E /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6108B0710A4E7AD7B388E895F06B0C74 /* RNFBApp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C9711548EF21004BAFFFBCFFBBE553BA /* RNFBApp-dummy.m */; }; - 611BBCB22BC5D48F36738E316A62DD72 /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D25D5A50E9D0DD9A828996A4D2502A3 /* SDAssociatedObject.m */; }; - 611F558A88A67FF7792F724E5F594298 /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CB45785B393FC63226D62B32145ECE79 /* fr.lproj */; }; - 61258C6823BC2997EB07C3CD0315081F /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = 8701553180267703D4EF14A32216C450 /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6150AA6509B13915F6E54F15BA7484FF /* FIRCLSURLSession_PrivateMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = 007085FF1891559D5CBC799FF18BA599 /* FIRCLSURLSession_PrivateMethods.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"; }; }; - 618E7AEF02E573C84CE04A368EAFC7F7 /* FlipperResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EECE18D8A08691D02B4518B3D21AEF0 /* FlipperResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61903100839950E79E4F154D48535629 /* REAEventNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B0C856099C6B4C0288C50C7A0354376 /* REAEventNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61AD287FC184AAA51EE8A0FBAD58DB05 /* FIRCLSRecordApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E4D461AC4A5D3B90EDE62CD68FE7209 /* FIRCLSRecordApplication.m */; }; - 61D711722811BCDE4D3B2248CBC248A3 /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6177E489BCF343D6A1ACA22EE8A9BD44 /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61DD63094FAC5774D23AC3BE10E8D48E /* 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"; }; }; - 61F360BB74C47E4DD49F16BA54CCB623 /* FIRCLSInstallIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 859A01DB9BD91E8691E025D3259F4357 /* FIRCLSInstallIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61FAB8019A8CB19BAD1B25A6896C3A82 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = B34F5C86B6A3E71BE142CB494B7F79AD /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61FC86BAB3F7E066FF14F7518F8CA93D /* RNFetchBlobRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 474CA0F59A4B9C310FFF495EDB5C7D06 /* RNFetchBlobRequest.m */; }; - 6208B747EB7E443BDA69445E6B075A19 /* RNFetchBlobFS.h in Headers */ = {isa = PBXBuildFile; fileRef = 029B46A552B0D258E1CC3D1109C87E1D /* RNFetchBlobFS.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6218C08B2CACD649A6C625A62BDFDB8A /* RNFBMeta.m in Sources */ = {isa = PBXBuildFile; fileRef = B1B166C24A44A16E0A20B31FAC0952ED /* RNFBMeta.m */; }; - 6219CB67BF47591198801A5475AC9810 /* FIRCLSDownloadAndSaveSettingsOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 6831653DFA5D395950540CB4B14BEBED /* FIRCLSDownloadAndSaveSettingsOperation.m */; }; - 62292F760209B429D1E8F461D301046C /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 106D0A6DACBEAE77CCC59193A3D4B2B7 /* SDWebImageOptionsProcessor.m */; }; - 622E2F4AACA55DF8F6A5E48C3D5BDF6F /* BSG_KSCrashSentry_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3544DB3DF43ED36401A558A26AF2ADAC /* BSG_KSCrashSentry_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62336B537734DCB6FAAF1F2D0842749C /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = A48F2D5F47033AFB0C8134FAEF65F7F5 /* 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 = D781CAE260BCE42C143152CA3C5A9B0A /* RCTRsaUtils.m */; }; - 625C79F2F1EAB08046841844DF3BE32E /* REANodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5243BF032F5CA2A51128B9F02192639C /* REANodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6276C1D45333F0354F055E832851A6EA /* CoreModulesPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B92853E9C57FF063AE4B47212E2D2FB /* 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"; }; }; - 628961005A361946B7FE598FA4841B1E /* ExecutionObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FD71FF5C8BD920171A1B57B1D9AB856 /* ExecutionObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62CD31F01F846955EF299F2E2A3F8D25 /* QuotientMultiSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CA1CAEDFAE68FE24A7A7080778B535C /* QuotientMultiSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62E7088038382BEF6327FD627025C0C4 /* BSG_KSCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = 4983A090F7D7DA10088D7BACB6C6F9E3 /* BSG_KSCrashDoctor.m */; }; - 6345AA3828169CE4F6CF1A1A36901F1C /* FIRCLSCrashedMarkerFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 121C80BAAB9781FFB78F56A6FF70DC74 /* FIRCLSCrashedMarkerFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 634C435244A7E5B3F909D8517F49F22F /* FirebaseInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EBF339D81D1D4A6DBA7F532E24B125F /* FirebaseInstallations.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 634C43849254A01082229AFB8F3D2F4E /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = FBE5B1C5E12A78C9F3C9668513067AD8 /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63528088258121978A106441DF784FC8 /* GULNSDataInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5ACA806F5D0FAD98FD9CC812638D0A97 /* GULNSDataInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63654A70B747709782BB4E9560BF7880 /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = E8CDDD044BEA108A384C4BE3D0ABF65D /* UIColor+SDHexString.m */; }; - 636FF74D36297676023F66507C0E7EF8 /* TestObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E90692F05B774143CAEF5069161DBC2 /* TestObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6379E3A2C7710F77B1D82D19FFCA0B66 /* FIRCLSCodeMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = 68E483198650FC383AF5031BC92C4B4E /* FIRCLSCodeMapping.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 637B0F5A3F8E1E5D2A8A5CCD4CF7FBE3 /* FIRCLSSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A448E1D18774989AD2F40886184AABE /* FIRCLSSettings.m */; }; - 637F31CB8E1EAEA69888557F418C4DD3 /* FIRCLSUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = FA335C576325181DFCD0D9B8E1541E7A /* FIRCLSUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63925D5D72F33BBB0C953956F3137D11 /* RNTapHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 989CDB34F6E5E8E94D76A9F788CD9DD9 /* RNTapHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63A37F775D7718CF4160D778A29CDF55 /* FIRCLSOnboardingOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A88BB079CCF9C3D7427E3F0331AB4D13 /* FIRCLSOnboardingOperation.m */; }; - 63B12413FFB609CFB69E30102A185A34 /* ro.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 7B1731A628203B06831BEB10F2F4129C /* ro.lproj */; }; - 640129484F05970C31BB613773353914 /* 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"; }; }; - 641C6DE1FA2A39820F7C64E78DFCE7E2 /* SKButtonDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 30F57F37ADA4D4804611A0C771A85F6A /* SKButtonDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 642A7542E356D42EF2B5159D8073566A /* 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"; }; }; - 6438A0CB4AFC674F05645DD92421BD21 /* 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"; }; }; - 643D7F7748C13778F0CFA46E7843E0C0 /* RNFBSharedUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 3514ADF25CB00C5AF257D70F43B5DDA9 /* RNFBSharedUtils.m */; }; - 64477B01BA2845D9F3BFACBB196D5C04 /* Hardware.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AD104F4D43C131F3A60BD50B2D9350A /* Hardware.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 645D0B9FF00FF976ED98AD11727A11B3 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 01F84E1744F5723C79C0B7DF89CC5509 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64CD60AD18D39BD11DF9A7AB66F8C5E6 /* SharedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = CA0D2C20B49B6DDE4F69DDF7A8D1FF52 /* SharedMutex.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 = E97D3F9F717A4289F8237860D373850B /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64DC11C71A29CB9CEB58B881C2571975 /* REATransitionValues.h in Headers */ = {isa = PBXBuildFile; fileRef = DC151DFB1532CBD2D43022C321CF63A7 /* REATransitionValues.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64DDB2096FCEB4BA4C16FAAE035409C8 /* RNCSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = E4EBD6B7F10B9ADAA0160EDB2C25C19B /* RNCSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64E9668779E023DAB3BBF41809D8F117 /* AsymmetricMemoryBarrier.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A44D8E81D4437550898DAC348E5935E /* AsymmetricMemoryBarrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64EF3DCF42454B634E539A8DE2C4EDB3 /* 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"; }; }; - 6513CBA48EFFD461EFC05067DC66C081 /* ARTLinearGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 97D429A0DC87C570D3DE0C94A2634198 /* ARTLinearGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65174A1CD8C01D5CFC0EA840E725E6C4 /* Pretty.h in Headers */ = {isa = PBXBuildFile; fileRef = D89012C25F5261434E28F9FE7DBD2B9E /* Pretty.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 651B1E070356E2EF27D6FFD2B836573B /* RNFBAnalyticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F58C13D386E0C0CAB5BE4F8AF20AB03 /* RNFBAnalyticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 652535943BB13DDE845A40783352BB92 /* SKNodeDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 35FC211269EEAEF354EF384B6FE359E8 /* SKNodeDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65258AAFCCB9DE82497763AC88AF7753 /* Utility.h in Headers */ = {isa = PBXBuildFile; fileRef = FEF0C3857E0CBA7EDDB9A38A20F83930 /* Utility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 653459802284CE6651EC63E4FE53574D /* RNSScreenStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 608F5520F27C16859DAFCDD1B353494E /* RNSScreenStack.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 653A93687DF597A5B7AA9DE224E1E030 /* FIRInstallationsIIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = B944022F17462C5C4419A415C78FC0EB /* FIRInstallationsIIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65442D8C8DDDC36CA3007E5E45752DC8 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 61F70FCC9F853A17C17C2C64825AACC8 /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 654ED7F18E0B3B6FDFB03F7D4483EB17 /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D01199F240B9C44B0B8666651D283D6 /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 655616102F57D27EE1D7BC5C741B78F5 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 048A1AEBD5881E5420D1869E987640A4 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6564D4E84E04194FCCA97A7CAFEA8264 /* FBLPromise+Always.h in Headers */ = {isa = PBXBuildFile; fileRef = AE16C65B401F7FC95D227A8A81E44586 /* FBLPromise+Always.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6565DD4D2481979696CF0B9F071A089B /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = DBFCACC1E926CDEA523D11CF30A04E15 /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 656E96B112F8DEAEEFE7AAEA75059837 /* InterProcessLock_Win32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D8E90D4CA0309B2495D73C9AF3D51045 /* InterProcessLock_Win32.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 65852C0D5996F6ECE8406CBF786E1BD5 /* RCTLogBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 076AF9B37344148E311E7B228A383DEE /* RCTLogBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 658EC9F58BE501CFDBCF7B32E2F0E2E8 /* RCTDataRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2DCF0082C3FF73E29091651F57ACEDF2 /* 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"; }; }; - 65A2D3156F5533EE638F8968F3B63C4F /* 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"; }; }; - 65BC18E4BC7C2F4F3FBB20C9C7036799 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 05084B9EC787EEC5B98CFDB9F9D48617 /* 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 = B901BDBD09C8AB7C614C52CDE54EFBC3 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65CF2BBF83A5197C0BBA8129DB080BF4 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 076188746E63669482F47637CC7DD001 /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 65D0592EE0F157BA38D7CA2ECBBFFBCA /* FIRCLSURLSessionDataTask_PrivateMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = C6D9E043574845A3987668917BF75CBE /* FIRCLSURLSessionDataTask_PrivateMethods.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65F216F3C6BFB9FD20A8ECACB2B3B55C /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D35FDA3C01D579781FF6A34E413F050 /* React-jsinspector-dummy.m */; }; - 65FF4FDDA53BEE2AE45A616F3E5B8F28 /* SharedPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 182174290313A6F0F4E06EE8C2709B5E /* SharedPromise.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 662F27E366728074F54CAFDEAA1CAC57 /* UMReactLogHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B149E8996665054A245D40DAC8A6C7AF /* UMReactLogHandler.m */; }; - 66463F3630578666352F5630B164764F /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E43E2CF1565F976B059725EC5289C2C /* UIButton+WebCache.m */; }; - 6649DE36D434B1D060877FC6C07ED815 /* Parallel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D50D14EB9726B769C2185B481E625E7 /* Parallel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 665DEE4108939A764454440EDB8FFF85 /* RNCConnectionStateWatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = D39D80814222F9CD6B1810877698E632 /* RNCConnectionStateWatcher.m */; }; - 6663CA97C495F0067DB751B4F77BD191 /* dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CC2720E9C44FCC17E2D99935CBBEE419 /* dynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 666A893004679FB5FCA225CE781D5782 /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = CE3FE07C83064C94F01205DD2FA8DF14 /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 668086EEB7C7D45CED5900CF17EF879A /* BSG_KSCrashIdentifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 611C69ADA9967816BBCA3CD50A8BB4EC /* BSG_KSCrashIdentifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66890AD91B28A95396BEE2D5A6D2CD1A /* TcpDuplexConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = C642183D6DAB81C8548C7408E9B05C38 /* TcpDuplexConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66C6279937624F871B662063764D08E3 /* BSG_KSCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = A57B0C8EDF6FBB964A10F06E5D40272B /* BSG_KSCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66CBEFD02C4E84C989395C5C01F61E50 /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 487622FF9F98AD8A55A21CED6538E68F /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66E070E8E0E2C76ECAC631344734A35B /* RCTAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 690F475A0A2DC744DB3B7CA50EC59574 /* RCTAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66EC00C3BA308273BCE7E2C4D52616D2 /* RNCConnectionStateWatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 963959355284190AA1E2922C90830CCE /* RNCConnectionStateWatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66ED8D425E4F45C860D484AC4DB18B2C /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1095E27D248353AE218240BF8250410E /* GoogleUtilities-dummy.m */; }; - 671E58F86028B5249D6DE018FFADFE27 /* 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"; }; }; - 672073A222B5E9A52E23E0A1762B9E29 /* Pods-ShareRocketChatRN-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BAED847E8A22919EDDB894F3B4C38BFF /* Pods-ShareRocketChatRN-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6747A3599A7AADEF987461560A86E34D /* react-native-mmkv-storage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D5C87AA247A19BECE55A79376F1C31E /* react-native-mmkv-storage-dummy.m */; }; - 67613660F75EF6515B4BAE41BB08777B /* CallOnce.h in Headers */ = {isa = PBXBuildFile; fileRef = FAC2C83F16311FCBBB047B9E5621A92E /* CallOnce.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 676ACEB006D30E1C9B09790857EAE512 /* Flipper-Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 23D83884863E7B8B775CF0A3181494C4 /* Flipper-Folly-dummy.m */; }; - 676BE96EA626EE4D9F24B503B3F59F55 /* QBAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A9925D58E7E397E105C34CD3160A4889 /* QBAssetCell.m */; }; - 6789F35FB352080A0759B11E1CA1C83E /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = C261E8F51125BCE63B3E4EB7007370D5 /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67B402B5DB36574FAFCC9D47CCFD6DB1 /* RCTClipboard.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4B6671414FC214F495EA6F07218F7E62 /* 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"; }; }; - 67C6AAA365C5323949A715402D2780B6 /* ObservableOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F962E4A849DE8D3F2FDDB79EF3F790A /* ObservableOperator.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"; }; }; - 67D41D86E7404C2FB57E724875B6DC9C /* Singleton-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C0613BF6D05BBA88027F2EA5030B8FD /* Singleton-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67E0BFE732F3DD432118F7EFAE59071C /* RCTKeyCommandConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 73F8144DCB6BD6FCDCF1EE7F69F05523 /* RCTKeyCommandConstants.m */; }; - 67ED246BC6A636C99DAD47ADBFBB660F /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 9847DCFA343B907C7BC3C612317AD77C /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67FB77B5523EB19EF70F659E7E1E26C3 /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 35E787EECC1A06FFFE236DA1E4064D68 /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 67FCC255A90B3474B08DF136139879F6 /* NotificationQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 5864337237459EAD63F46D06D344250F /* NotificationQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 680EE445E83F7FD67554F61D41053011 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 063FB6432991BDA2FA3DD7554075C06A /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 68146EAA8EE7350DFD7851CEF9CDD478 /* Assume-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 519A1542C20CDC28671125ED5EF0D3D7 /* Assume-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6827CB2CB5D5ED0D8080CCF375C60AED /* 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"; }; }; - 684589FF67B61069D6D6E7FC974C5366 /* SDImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C56E753DF2E940A7A5674D5655BB20CE /* SDImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68840A0AEE8DE669FA2015C75564EA1E /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = A55FFF19ADDE869F65C41B42ED697086 /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68A9938F1C4FB6683CD0CEE854DE3297 /* RCTExceptionsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 86646EFFAFE0A6D80E888C470B7B02BF /* 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"; }; }; - 68B2F7B7DC6560ED107AB863D886DED3 /* 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"; }; }; - 68B4A789641E37FFC962EC6508798E7F /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = FD80C234AF63FA9ADD17337BB61D112E /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68CD1A0F0CB97A63379770608900238D /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A4203864C5F04A8BE26254BEBB6D6A4 /* Exception.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68CE34F5ABF6A8AAE0DE105B8485E77C /* RCTConvert+FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C05B1087407F28F8DBECCE8E55183B8 /* RCTConvert+FIRApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68D4E8EBED3B07E284ABCE20F1E3281C /* RNGestureHandlerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 3556DEBA2EBC4C3EE0445AED4AE8BC03 /* RNGestureHandlerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68F77BEEA4B55F27291140A1B17DB43A /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 0386086EE68EF47607DDB6824CED64CA /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 690510EF924CBB9EB1F3739DC422D3D2 /* ARTPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = D30892A958E08F4A143EBC9D6CC29DD4 /* ARTPattern.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 690A6A6992A39B73203B2871070678E2 /* RNCNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 4719B3505FB8CE0DA80658FEE9BDB5A2 /* RNCNetInfo.m */; }; - 693BEA70948AA0FB3BE17C7CB83F6A46 /* FrameSerializer_v1_0.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E4A3B454CC0D59A901D453A216E10A0 /* FrameSerializer_v1_0.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6940AD0E1A5E23530D07238AE6C32A73 /* FBLPromiseError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5EAE365EDCD043514FEE6972EC31AA /* FBLPromiseError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 694263B063BF02DF63AB8751734623F7 /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = CCB42F034BE002872CC0C573D6B76ED2 /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6972EE81FA37E8317A730ADE9136D406 /* RNFBCrashlyticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = F1672770B59B32AB4D74F101CD2A589B /* 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"; }; }; - 698EF61D6930A11EE09A9EE0568653A8 /* CodingDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = D4BC717772F9D1AFEDD0851D58EBD317 /* CodingDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 699015D40F81ECA1AD569C9E2CD8EB5F /* FIRCLSReportAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C0439FD89FB3C2BA9405682F4678374 /* FIRCLSReportAdapter.m */; }; - 699946058B4BA12AADF682C061E014DF /* RCTActionSheetManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E6EFEC31D5E2FB23539FE0FE37AC18B /* 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"; }; }; - 69BF4C4DEE25EC5E407455D16C3D4196 /* FIRDiagnosticsData.m in Sources */ = {isa = PBXBuildFile; fileRef = 46338FE5E05B38F4ECDE7AFB8C372458 /* FIRDiagnosticsData.m */; }; - 69E5B6058874E49575C7372228BBE57C /* BSG_KSMachHeaders.h in Headers */ = {isa = PBXBuildFile; fileRef = CBE5BE860880C234182E9D2CAA5ACA7F /* BSG_KSMachHeaders.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A0855D6404AF012455DECAB50305D47 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CD8756361046D986BE3B405CEFCAA42A /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A34757B27E7D73D7274B74157DD280B /* BSG_KSCrashAdvanced.h in Headers */ = {isa = PBXBuildFile; fileRef = DA7A0345CEE571D775C118AC43FE62C7 /* BSG_KSCrashAdvanced.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A5491F2BD508E7D50AA4F42647F8E49 /* SocketAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 99E362D23328BDA804415B87C734366F /* SocketAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A6922F1A9389BCE989DE75E0170BCE5 /* MasterPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 87B2E604CC2EFAFFA74C077504E28FBA /* MasterPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A8D0F5527B3A31CA5623B0CDECEC68D /* MMKV_IO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 52C8F50D99D56E3D3E26A5C273F4A659 /* MMKV_IO.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 6A95275C5BCEB45C1F48A2375BED16EB /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = F05EFD574327948F52E132578A38CEEB /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6AF6351DB19BA38152844BDF95795779 /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = FFD6BF55DC9F3C6A30BDF776A04891C8 /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B1F162FF5DD3D6F73F45D20E5CA092C /* TcpConnectionAcceptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A623B8325690A96565F874CB605E9C15 /* TcpConnectionAcceptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B342EA59F492722FE8230E84286F0CA /* RNRootViewGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 55C7992DB4AA88A624471349E7760F15 /* RNRootViewGestureRecognizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B6C023AC6244017CF6B5114D1BDEF60 /* RNCookieManagerIOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 82FC3350F3AE5B4C96B06A85FD310930 /* RNCookieManagerIOS.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BB921326F75036C1DAF8B9CCA9A4DDC /* UMNativeModulesProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A71C319454DCE5467EDD03E023C9784 /* UMNativeModulesProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BCD0BB699310059570A6EDC62C5C169 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = CDB6638400EB6A1CE0ECD189FBE7FA54 /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6BDA282659187E141DD24B446E2B9BBF /* FIRAppAssociationRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A04D0EF519DA96C67F7DA276E06CC18 /* FIRAppAssociationRegistration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BF87CFE8A6CE3B9B9BE3260309D8234 /* Bugsnag.h in Headers */ = {isa = PBXBuildFile; fileRef = 4804FA914CF93AC90DC9A1DE78C8D46F /* 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 = 3FBB161FD82BB24953757512EC393A33 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C0CCE36F8E4912DFEFE54ADFB7B1107 /* RNCSafeAreaProviderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AA1A1F30D6D425B686F5BE9F4157F1C /* RNCSafeAreaProviderManager.m */; }; - 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"; }; }; - 6C422A8013A7E450FFD5E20CBF070972 /* FIRInstallationsStoredItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 57491249F8D1EE485BC9974427425C2B /* FIRInstallationsStoredItem.m */; }; - 6C578004CA0D49F9E36AD085E5C0B8E3 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1CC245ECD79B4EE60968BC212BFEC0A7 /* RCTInspectorDevServerHelper.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6CB10532AD9D8850C633A3CFB7CE296F /* BSG_KSCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 72C2303716E7E544157684BD0531182D /* BSG_KSCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CB8E82D91B0002F6ED56BCAD35261C6 /* Indestructible.h in Headers */ = {isa = PBXBuildFile; fileRef = B048397C8F7C72C375D4765C439036E0 /* Indestructible.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CF12793E1141BAAC1574530444D20FF /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 17489A762F6EE7DC4362488A3DFD32BC /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CF49AE7B6C309BE2662A69E723097BC /* Hmac.m in Sources */ = {isa = PBXBuildFile; fileRef = 227965686C208135CA7B141FC9D25B67 /* Hmac.m */; }; - 6D1A50A28B1A04A75F4189051654C032 /* Syslog.h in Headers */ = {isa = PBXBuildFile; fileRef = 982F8988B9769866A92398D41CB15D22 /* Syslog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D25E0ED798EC9F33CF8F4D4A7D0D623 /* 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"; }; }; - 6D389B02F78D3844CEDD7AA42960F236 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = AEE04C59A4EE11BEA24A614B481678E9 /* RCTConvert+Text.m */; }; - 6D40A05DCE2FB53BD9C017CAE6D5C354 /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 43531606D0157A9F1E204C9F4244AB5D /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D40B558C263805AD5EA6FC3DCF44023 /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A6EF3A1EC6525D12FB79C2416BB7BEC8 /* GULAppDelegateSwizzler_Private.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 = 8658B368F1B7D145A580B420270ED836 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D4221604A646F7E15D58162641C7719 /* RNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = A6A2CF4E96AB0D7852EE8C1DED3C6C2F /* RNBridgeModule.m */; }; - 6D46F592A9CE37438A8A7E2AAE723102 /* SKDescriptorMapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 30E7CC619C9D4AC088E51EA97C5DF658 /* SKDescriptorMapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D65FA5BA99BF57EC80B1EEBA1453555 /* FIRCLSRecordBase.m in Sources */ = {isa = PBXBuildFile; fileRef = A6DDDF10517DFF827CFEB805309B1BCC /* FIRCLSRecordBase.m */; }; - 6D7205D7AD07A7486DE7BC2E45035341 /* 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"; }; }; - 6D805E60F589DB8AE0221869132B588E /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = 5ED313C9F045FEB60604B0BBE1A4EE6F /* 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 = 3EA214B50379F47B600E96568880DEAB /* RNPushKitEventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DCC8F47EEA3C9046CE9305609C54AC6 /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC2CF3BE37DF8988471D943A33113C8 /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E30247AA183BC5F0FB7C4BBCDA3BB87 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AD7645BEA588D368E6D5DEA2E21E028 /* 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"; }; }; - 6E68EFA10CD9088237944F99D2590051 /* cct.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = F0A20D400112D927779240123592213E /* cct.nanopb.c */; }; - 6E6CA7E11C46C66BB11D936B24282382 /* RNRandomBytes.h in Headers */ = {isa = PBXBuildFile; fileRef = B83676BEAFD0D5E2F0C71448D0859A3B /* RNRandomBytes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E834470CF0ECEDA3715568786CB4104 /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 22EAE061211539C53271A4C631B3F083 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 6E911793C10323798EA7F34E06F3354E /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BFAC81576E9B2E81873B345ECED2C26 /* FFFastImageView.m */; }; - 6EB0D63BA7071E402F4BA0E892B08BFC /* REABlockNode.m in Sources */ = {isa = PBXBuildFile; fileRef = FACD07E41A4ED52B18C4E3C2C4BED837 /* REABlockNode.m */; }; - 6ECBF5784368998C907A12EEC0B0C73A /* RNCSafeAreaProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 77A4905AA8F9B58112D16BD1AE111439 /* RNCSafeAreaProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6ED02D672657D0860C601CCC0FBA3477 /* fa-IR.lproj in Resources */ = {isa = PBXBuildFile; fileRef = DCB6D621B837C1E38EB4A50C04CE38EE /* fa-IR.lproj */; }; - 6EE9CADCB85C4196660B46445591266C /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9F42E8E90C5FA5FA3F4C73E0B5286BAF /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6F018B8B904C5B98D4F49822187A7B54 /* RNDateTimePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D753F9E4580B384B4C8E88A6401255C /* RNDateTimePickerManager.m */; }; - 6F042C53972929F80231196C9EFE2553 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = EF7C61EA6A35A4868684DC754F8B77F3 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 6F09E5B36F13794F805960F04889F241 /* TimekeeperScheduledExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = ED309F648CBC016259600F3635F43F78 /* TimekeeperScheduledExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F1F8EF644016A395B41D4E944A6BADE /* react-native-cookies-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B0D5569F6812D82CB5CADBD6255EF30 /* react-native-cookies-dummy.m */; }; - 6F2D61F1258B4E476DF6B86B73B62968 /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F374797252465FF2D7A549419007F6D /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F4FA7ED8B2E2C2A4B3F96926A2793B6 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = BB9F9260AB105CD83A06EDFABDB69666 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F51D96F8986AB5E320CEF2EEF15E6E5 /* RNGestureHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 749A9FD28E9D0E2E26FEFA3CB6C51742 /* RNGestureHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F5E00D4AA1A75F94FF3CDD674D351A6 /* 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"; }; }; - 6F6F1986739B2DC3294BFBBDEAABD223 /* TypedIOBuf.h in Headers */ = {isa = PBXBuildFile; fileRef = 53F444FE8A1691E1A3AF95527CF9473D /* TypedIOBuf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F7B014C9F727B785DE96B6192CA2BEA /* UMLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 07DB3B01C62EAFB68B6FA1D683E3A2BF /* UMLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F85A8DAFD190B062839ABC1683331DC /* TurboModuleBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6E2D6371FFB2B8CE65ECCDF87A3A3820 /* TurboModuleBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6F8ECF74454EA9B29E8399CB8C0C01CB /* FBLPromise+Any.h in Headers */ = {isa = PBXBuildFile; fileRef = D4DA89E4F209597652A7F76DB5DC5836 /* FBLPromise+Any.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6FBF9568C72FB93D60E1A20CAA6B2B00 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = CDD2281EBF321A25AA11EE5C6D59B1BE /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6FE5899F06C740D0B89ECEB678CEF245 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 17A8CA111B7C0A352CBED6FDA0EF6E00 /* SDMemoryCache.m */; }; - 7010103D56E9BC3A8C98B23411429799 /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 976BFFE7AC8FD146C65E3EB148DEF57F /* React-RCTBlob-dummy.m */; }; - 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, ); }; }; - 70512A588E6708BFD225E182016A5E3E /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = D5EBCB210CB63B044A5754806B1D222E /* 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"; }; }; - 70931F8F47CC67A804D355831758067C /* FIRCLSUUID.h in Headers */ = {isa = PBXBuildFile; fileRef = B2E4FD40E640DF37E83F588BD7BFCC4E /* FIRCLSUUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 70D7776F803D16F95E0279515D70CF05 /* FIRCLSNetworkClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F9B30D5F2E3412ACB207D784D6DC5E6 /* FIRCLSNetworkClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 70DF4F3CE764D6BA8497A4FAC306CC4A /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 6256C5840249E45455DEA3D710D429D2 /* SDWebImageIndicator.m */; }; - 70ECA28C8C23E14241B4E3ECFA84A942 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = 99FCCF17097AC3A53C7217A52A3705CE /* 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 = 9C5FEF79BEC743ECA2BD2FD673D93BCC /* RCTAes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 70FC399652F3D3F4E1494D92ADEA423C /* FBLPromise+Wrap.m in Sources */ = {isa = PBXBuildFile; fileRef = 01FA454CC5BE6D52C5AF72A217A8E779 /* FBLPromise+Wrap.m */; }; - 710AFD0D2E1B1DD6D37EA9AD4C020F2F /* GDTCORAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 685602E60FBDC5CDDAC8BA1D4C1D2652 /* GDTCORAssert.m */; }; - 710F57D653259521280B34661797F7E9 /* ARTRenderableManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BF387147E8A1949860B37D5F2831AB43 /* ARTRenderableManager.m */; }; - 71388126BF0591F0002C4E154131A649 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E18ADD3C2D04496B7EE28ABCB39A4B0C /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 713AE8C332392BAEB3F266EAEC305FAB /* Padded.h in Headers */ = {isa = PBXBuildFile; fileRef = F8E0FE2BD94D21126C475F2C228156DF /* Padded.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 713C6F605871E06DE7AB2C2E2F5649FA /* IDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 23164B612A30606F6920BCB3D2DBD0D5 /* IDStore.m */; }; - 7155EB967B59F694EF6A61D9B79FF119 /* F14Map.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AD52B24ED4122E0D296351770E21F71 /* F14Map.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71581AFDF0E84032D8A7E801F3F5A60B /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = A7D50C0F9C2629952795B7D1D5B9EC5D /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7167B965D01133DD17EB83443D0A5EEB /* FIRCLSDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 896397EFB178BF2EA2A31A427DE71965 /* FIRCLSDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 716C3D75774219593ADBFD710534546A /* HighlighterView.h in Headers */ = {isa = PBXBuildFile; fileRef = 76DCA31225F0F536320F9DCD363F7B05 /* HighlighterView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 716E4B8BE6785C89043A77AE4763E667 /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = 22A034D30D1C715F075E31C849072B3E /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 716FCBA3838D5E465F1C718BF8A3807E /* RCTVibrationPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = E15F1AF3F7D7F26ECA47C3B816CAC5A7 /* 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"; }; }; - 7170998798C029605F9A24C7D9576D2B /* ScheduledRSocketResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6378BD1B094A75F2EE49A3628FA0E91C /* ScheduledRSocketResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7178226ADD6E441050428679FB6CF668 /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 52311E60ADCEE45F116B2ADBBBD22879 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7183BC486E567391C52F0BD24D2C8DE8 /* Color+Interpolation.m in Sources */ = {isa = PBXBuildFile; fileRef = D303DCAD2F5022F37C67AF20747AC07F /* Color+Interpolation.m */; }; - 71B0BEC0FFF38AF49E02937963B42C67 /* RCTAnimationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 072FC21916E7BF865E91243CB8793BD7 /* RCTAnimationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71CDB38DBECC40D6276111BC47DC9128 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 74168BBA4DD66DB5067462EF1B20A4B5 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71DA323AE9599DDFFE79308FEBB90DDC /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = B34F5C86B6A3E71BE142CB494B7F79AD /* RCTBackedTextInputDelegateAdapter.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, ); }; }; - 723EFC12107693BE96D29AB6EA86FF20 /* FIRCLSURLBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = AD226BCBC490946ED36E90350AA3C0C1 /* FIRCLSURLBuilder.m */; }; - 724B113BDB0D9E2A9927219AB90D4ED0 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 6976BF35456CB025AA286748A5C04864 /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7261ED5DBF9549B8EB9D33B100FBD8EE /* RNCAssetsLibraryRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = D0519A3FD1A7B438B36072CDFA46DDA3 /* RNCAssetsLibraryRequestHandler.m */; }; - 727F3EB2A5D6C20A5C3223F68E21D0F4 /* FIRCLSOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = CB8C8B32160AC815D0BE301073B3D471 /* FIRCLSOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72870EFAFC806F2D536C786F8C27C30A /* StringKeyedUnorderedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 5882C8B326D8C2896E07CEB956D8A202 /* StringKeyedUnorderedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 728B80A7EF0CC422582C733F08F84C16 /* RCTDisplayWeakRefreshable.h in Headers */ = {isa = PBXBuildFile; fileRef = 08E4CE9720B65B3319A2C164530FA2CB /* RCTDisplayWeakRefreshable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 729177AC4FB9AB7E5636278ECFF278E6 /* ARTText.m in Sources */ = {isa = PBXBuildFile; fileRef = ED2C2EF7BB42734BA9C75E158B0DF54A /* ARTText.m */; }; - 729AA2827084AC96914FA788FA4066E1 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = BB774C547F99C5370951A3B6F9570295 /* 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, ); }; }; - 72B27A09A1AF231A88F1C04EB37E602D /* 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"; }; }; - 72B309CB2B321DDC8F5F0D7DC46A2996 /* experiments-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 323A480F3E7D5A1058E1B5013D80F214 /* experiments-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72F3BC2265A372E83C3178B3EBC113A5 /* RNPushKit.h in Headers */ = {isa = PBXBuildFile; fileRef = BC88C5514E8AC771285E1AA6D60E86B1 /* RNPushKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72FE894B264032DF7503F549814BACD3 /* FIRCLSConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 19237521580DB582429BC6C098BD1737 /* FIRCLSConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7303E6FCFCB5CF27F618F2B87B483B9B /* UIImage+CropRotate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B9C65A2804562C2DBD5FAB5660C9E56 /* UIImage+CropRotate.m */; }; - 73180619049657209DC7D86AC88197A4 /* RNCSafeAreaViewMode.h in Headers */ = {isa = PBXBuildFile; fileRef = AEC1DA196392E6A4C52AE27E7F00CB4F /* RNCSafeAreaViewMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73199B5E3AF28C3E0484B8026C585B06 /* BugsnagSessionTrackingApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 35353A2CDCEFBD5443431680626D7747 /* BugsnagSessionTrackingApiClient.m */; }; - 734530C3D3B6CE3CAB7BE35B0B4E47CE /* FlipperClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 739F466C5540DA8E136AA5804151AA72 /* FlipperClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73506B2CD34FFFE8E5029F5D78143E24 /* firebasecore.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 52F6E11E761079105FB55EAA4A24422A /* firebasecore.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73567267D4FF8D1C9A63C9CF8A41A7D4 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = E0FDB3F46331D35BF6121BC84A7E3616 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 736395C3B66B745350C1945DC73FB273 /* BSG_KSCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = E92E3E507BB876CA8A5555763137C711 /* BSG_KSCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7368DAF4F1A6D47816005BCE05065217 /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = E3D4928ECEBE6FC9757B2AC7BDF99FF1 /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7377B00AC112D93806E7ED3236BF2072 /* GDTCCTNanopbHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 4721D3F64CC61B9E7C3183AE601D9E87 /* GDTCCTNanopbHelpers.m */; }; - 7382C315B793423DB244B4FC7EC4A79C /* firebasecore.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 069299EFCFF6E6430615690CFEAC7198 /* firebasecore.nanopb.c */; }; - 73861AA2D4F81EC1EB34597A18C3B91E /* Likely.h in Headers */ = {isa = PBXBuildFile; fileRef = F6A00BD376234BD3073F995C1FB8712B /* Likely.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7393334C3A9885DA6B26AF08D8A64583 /* muxedit.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A51E975AF8C03EA935BC507DC4FC2F4 /* muxedit.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 73B8AA869C9826686845C789D89EA07D /* AtomicUnorderedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DA3F95713B8DEC6D676E9C459826820 /* AtomicUnorderedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73CE1D028D9D4122C59BD2BCA4EAC27A /* Windows.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C541A7533550ABFC70B91DF817BFCC /* Windows.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73CE3BCB51B25E0F26CEB68994A7D3CC /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 856C16951D8E717CD504466F88CB476D /* SDImageCoderHelper.m */; }; - 73D9853C8F5F8418431B1B0B83C63CB8 /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EF1698FF21DF374A4AE9D31ABE3A971B /* DoubleConversion-dummy.m */; }; - 73DA361F645750409B5E256817EF555F /* TOCropViewControllerTransitioning.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B888FCA3A56CA1CA6E6F0CBED255517 /* TOCropViewControllerTransitioning.m */; }; - 7404CED566B4DDE75D1C8CB1D035F05E /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 82B68BA1DB91A28831B1C0ED1E4D39C6 /* FIRErrors.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"; }; }; - 747347C9E6B56B20574F135626579054 /* FIRCLSOnboardingOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A1BBF7C756062DAD04F0015949795602 /* FIRCLSOnboardingOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7474D0A7F016E80778AE52AB080BE252 /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D274898AA4701C06E0A5D5290F2FD3F /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 747C41A7777A999CFA3D5CF28A2D17C4 /* Hazptr.h in Headers */ = {isa = PBXBuildFile; fileRef = F3A7745BC949323C0559EEE89EE356DC /* Hazptr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74803FDE3464C279F903F9F907F5702E /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = 373ADD8BE510F3D72330A3CC8B7B14F9 /* 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"; }; }; - 7498AFAAE2EFAA61F05CE8562469CDAB /* AsyncTransportCertificate.h in Headers */ = {isa = PBXBuildFile; fileRef = 412AD2AC451D2087ED85E933B15A58E5 /* AsyncTransportCertificate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74A01638F55664D227B033B5DD2CA7F2 /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 802C845E44991B943CFCDCFDD827A151 /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74B4FB1EA24FA31CFBE58617136D9514 /* F14Table.h in Headers */ = {isa = PBXBuildFile; fileRef = 7658EE8734CC7A5E8602CE50E1ECABE2 /* F14Table.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74C000ED119FF6BEB81E5EE92FAFF1FE /* Portability.h in Headers */ = {isa = PBXBuildFile; fileRef = C374E4C41C121E1C703616E68E6EE634 /* Portability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74D86512B76EB5951D255CB9631423CA /* PromisesObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C38CAF8CAFB941E27F8FC260A48F071B /* PromisesObjC-dummy.m */; }; - 74E2A8F83F8CC3203BBCD58A0CBE70D4 /* RCTTVNavigationEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E074E72FAA8B2520F43080EF554B384 /* RCTTVNavigationEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74EB1E57ACE6D45BC43F1E54173B51F9 /* RCTRedBox.mm in Sources */ = {isa = PBXBuildFile; fileRef = B95D6B2B77DC9944A070034A19062705 /* 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"; }; }; - 74FF1669700872F68ECCB121E900374F /* Singleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 0876696CAECA40DB9689E65FA1C02BBC /* Singleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 751259A4AD093D37A789125A91B65BD5 /* String-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EE1C35D471478C999CDD854BA16BC61 /* String-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 752F542E89474F7D90471444ED899F4E /* 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"; }; }; - 75345DA97662F677F4F0A5E81752DE55 /* MPMCPipeline.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B3441D2555C9CB912A8C993AC3E21E1 /* MPMCPipeline.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7537E15FB387496068F96AF1F3620FC0 /* UMUtilitiesInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 38124A4F4DF3AA5E15B05817C4CE8CDD /* UMUtilitiesInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 757EA5262A48E5AE1952DAB0E5D1677A /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 1671D95D2A1FEE5F77B2F3BFAE7BA7B1 /* SDDisplayLink.m */; }; - 757F62650D9DB63F85CBB065AC352F16 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A2A6189AF2B66131A3972FFDB38639 /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7596148AF404E5BB8DE2632EFC01D0E0 /* 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"; }; }; - 75AFF88B35DB80A20441A5235DA91D44 /* FIRCLSProcessReportOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1BCE08B65FD290DDF6D74968672A28 /* FIRCLSProcessReportOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75B7528A26AF6C0CBC84C022FDA9DCE3 /* REAAlwaysNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 948C0A90A29A19ED1AC389C81BB8CF13 /* REAAlwaysNode.m */; }; - 75BA20E0165C5EC5181172D4DDF6CE42 /* FIRAppAssociationRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = 06478CAB468FDEBAC5D6AF508A28CD53 /* FIRAppAssociationRegistration.m */; }; - 75BC1236418ED06186664078AA81DFD2 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D93C4FEB7C254E430056DE79BC57D48 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75CBB53A3F1AF861DFD77162187293D5 /* BitIteratorDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = BE8076D11AD8635E478493A6C67EA941 /* BitIteratorDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7609471F84BD25C90BAA39752B45C1E2 /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = FFB076EAEDFEC6D6E5FF038959E67F9A /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 761045387754C6047E7422E7F1035F1D /* Varint.h in Headers */ = {isa = PBXBuildFile; fileRef = B7A545FE1BEB02ED05CEFD4A59D377DF /* Varint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 764880507B2E6699A34AB7D2DDD7DBFA /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D3F88878F250121674000FC355D567B5 /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 766D65440C42BE2CDEAABF1CE4963730 /* RNCAppearanceProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 239D9510475EBD85DBB5803C9B961905 /* RNCAppearanceProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 767BA5A7C97CEF2D3D4E0429D446042F /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = EDF04A6DEB6E7FB2FECAC57C8E0C9DA2 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 767D1F3280E48FA766595024D30F2BBC /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 60C9DFC7E71712B35D52C219F492A93D /* 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 = 2B5642E6EB67BA919B5F306C33808743 /* EXFileSystemLocalFileHandler.m */; }; - 76B76FC8DA45AB63C0EAEF2E774715AF /* GroupVarint.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F6E064F8452EEF8865268F954A7D752 /* GroupVarint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76DED004B8C996B32B7E3EDF5379AF70 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = BFD2D7E5402F0DC5E6AC7F9FD78781AD /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76DFE67A360211093104F59FC1DD7225 /* RCTView+SafeAreaCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = BDA53F3D924FAEE87B13686E90B2E1D4 /* RCTView+SafeAreaCompat.m */; }; - 76EDAE2B2C19EEBD786B950168002CF4 /* EXWebBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 57D31EE2DB8C56CA2C22F639F25C2300 /* EXWebBrowser.m */; }; - 770A0841BC40B272325D826C6696BBB3 /* Rcu-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = DA9F7FBB8A40B6A82B036A95054A2803 /* Rcu-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 770A405E700C8F26E40E7B9563E711B5 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CA08E5EC9B6113E78AAEE14C49B42475 /* en.lproj */; }; - 7736EB5FC8539EA2386AFE8EA9FC1458 /* REAAlwaysNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E980F887F39D57FCA2F6C6A99312EE47 /* REAAlwaysNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 775ACF13A625699FD83D0971C3E58A79 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E525D8DEC88F2B11187D0F7AAD7A70A /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 775EFF67826C97499F9230765C5D908D /* FIRCLSConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 590B92C661C38A079042B697E64EC4C2 /* FIRCLSConstants.m */; }; - 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"; }; }; - 7797D8925217702587628181C7B88F89 /* VirtualExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46AE1E72F55216E57314DC5EC6A46F94 /* VirtualExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77A3DA5BD4F3100083F0076D9B9AF719 /* OpenSSLThreading.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AEA684460C72648D2B819B76AC93FAC /* OpenSSLThreading.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77B4EF80891CBF092D9510B9F4B2A2F6 /* openssl_aes_core.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27DEF9BD8ED2901CD0BD517A7D758B89 /* openssl_aes_core.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 77BCF34BECEC2C82F2447635F13D4CB7 /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 504BFB23DF17D5CE94E18563B62F744A /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 77C75675FA2DCD64142B414546899501 /* RNFetchBlobRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = E073131591CCE82B643BF8FC8877E559 /* RNFetchBlobRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 780C81B5BEBF13C3B163DF4CC32A393E /* EXReactNativeUserNotificationCenterProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = CC29B86EACE55229B00A3A67A3C7FBF9 /* 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 = F22EB5E9D9AF14B732F142E39A2B20D2 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 783500BAD588EBB7DA83C5395D22C335 /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D634AA8C41A67EFE129EE9611809BDB /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7837ABC95583819DDF4EBFA959614C06 /* ApplyTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 25064B5D821155534630D95B78FD7790 /* ApplyTuple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78446A30C32E1E5AFCD46BF374C7D786 /* FIRCLSSerializeSymbolicatedFramesOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 79E0A5D35BB7344824EE2C24204CAB73 /* FIRCLSSerializeSymbolicatedFramesOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 784CD9C35E0709D505DC68569C1E3929 /* GULHeartbeatDateStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = D62DD51668862D6A2333CAE56192CB2F /* GULHeartbeatDateStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7894538708043EA6C58F0503975094CF /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 691C808AA37346330DE0A81E65E1DE47 /* React-RCTVibration-dummy.m */; }; - 78B9B192F75BBA7430108DC883FA6FC1 /* 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"; }; }; - 78BC7712D18EC46033DD96C914B334FF /* ProtocolVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = BA2B988B207FFBFA5D705AE2D1364866 /* ProtocolVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78BF10A54CBEDEEF0C9A6AA6B619AFF6 /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 8690188E1AD01240C060542DF610F0B4 /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78D75497D8A4D1E7B532209B05BA4E8E /* RNSScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AF9EFE5D574B9917683C13991CEDFD2 /* RNSScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78D81137BED9497F5DC333B3AEBA52FF /* GDTCORUploadCoordinator.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DF0954BD8054A90907EB224D57A8A24 /* GDTCORUploadCoordinator.m */; }; - 78FB7E1212F307A619743C8238FE6C4A /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EE6A4A7DE6B3751C822497BE2C904C1D /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 790FC273380B9F9D7624E794E2C9D1CD /* Sleeper.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AE8FC146690DD102AB9C6F1A89A7F82 /* Sleeper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 791D9E7134234B71A55F950336311FE4 /* BSG_KSCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = B9D4251E7593440D5ED7EDD41BC85A4A /* BSG_KSCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 792B466F92509CC9774CFBF90D1D6E5B /* Constexpr.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D5526331D14CDE44EAA056206EA6F52 /* Constexpr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 796DC20FC9F705B328793328CDD174BB /* Flowable_FromObservable.h in Headers */ = {isa = PBXBuildFile; fileRef = FB06AB4CBBA24359B19FDC609BA10CC8 /* Flowable_FromObservable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7971489FE0E05FB193CE5D22BA000937 /* GDTCORUploadPackage.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF0444A1FD7F32A204BDBD7C83D1CB8 /* GDTCORUploadPackage.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"; }; }; - 79AA16D3A14B3FD53117A93B8A0EB0C1 /* SKObject.h in Headers */ = {isa = PBXBuildFile; fileRef = B03BDAB50901FE46F650F9CF72D2A0FB /* SKObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79AC1E081B0A1522D29AC3D7F056FCF1 /* FBLPromise+Then.h in Headers */ = {isa = PBXBuildFile; fileRef = 53FB7361A6A40D90635C1CB2D7E57F7A /* FBLPromise+Then.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79ACDDF1B6A14331E2472A82459AB2A1 /* BSGOutOfMemoryWatchdog.h in Headers */ = {isa = PBXBuildFile; fileRef = 17577A6287D04D2AAE4C0CE7D0E4DC84 /* BSGOutOfMemoryWatchdog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79BE046BA437FC71AB97F70D2875E551 /* RSocketStateMachine.h in Headers */ = {isa = PBXBuildFile; fileRef = 48055EC489F160A0F7D06948347DB910 /* RSocketStateMachine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79CE7042D63D07FE19B42596CC71C3E3 /* 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"; }; }; - 79E140050AA16502C0FFEBB0A39C1A70 /* Launder.h in Headers */ = {isa = PBXBuildFile; fileRef = FDF1189A67952C4C26C5E735109AB2A1 /* Launder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79F106C4F349974C60A66200B5472D16 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 632FD78A10C32BEEBC23447194D2EBA4 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79F6B945300F74F2C4353E6110F36A32 /* YogaKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A5AF0586D8E65EA751DC026B073D8EE0 /* YogaKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A058CFA0A5C4BBCF02D2EFDE82EA65D /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 401A310C8975CB5E068A59575A723A4F /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A0C69BAE1B0A4C5FB5853556B46B6EC /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = B50A142A2F9470B80F4DAEFAEC74C7FF /* SDWebImageError.m */; }; - 7A117409B4D9D5F37FA5557FA84E1448 /* EXFileSystemAssetLibraryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = ACD809314A722E482FF42ACDDD05C231 /* EXFileSystemAssetLibraryHandler.m */; }; - 7A154809A3ECD6E0ED1160BB0F7AB9E9 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = EA4D931911FE1734B4AF41A9D8549E72 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A1BC4E5FD321D22855C5E3D95D26EAC /* FramedReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B41F89950BA0BD22A8B64CE892B75C6 /* FramedReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A5BDD3BBE43A139E4EA1AB988EB1BBB /* RNBootSplash.h in Headers */ = {isa = PBXBuildFile; fileRef = D72F7AA0404E64DD55CFA8471C835757 /* RNBootSplash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 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 = 9B853F08CC4E879B61D88374F75008F5 /* RCTTextSelection.m */; }; - 7A9AA2C3F8CA1170D990133DC738D4C2 /* MMKV_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C7E318F6C06F0F28E50533CB8255AE /* MMKV_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 7AB2C5CB45DEF3B8DC2B633DD460C52B /* Subscription.h in Headers */ = {isa = PBXBuildFile; fileRef = 37F304C9B2717287A94602284A638E6F /* Subscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AC739868CD617F6BDB0222B3E728167 /* FlipperStep.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C3DF36C9C5693CA3885178A485C0EA4 /* FlipperStep.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AFE6099E59B8F4F449DF3ADA1EDDF20 /* BugsnagBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = 76C7B352ECB59D6AD00538A93798281B /* BugsnagBreadcrumb.m */; }; - 7B2531366A546B86F71C91DD5F523677 /* EXResumablesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B3D215412669C1F90D7F91687BF5DAD /* EXResumablesManager.m */; }; - 7B5A4E7C242F425F52A52D1EE5C1DD75 /* Unicode.h in Headers */ = {isa = PBXBuildFile; fileRef = F07282805EC5E79BD0C8D4BF7A6CE8F2 /* Unicode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B63B510C7B2B06F28DCC14D5814BAFE /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 2823B7A813446A42A2AA92B1CCE316E2 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B6CA120A7122B1DAA52524CBCB4D730 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 847ADB53D0C2EDD9CDE9BE82F748ACCD /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BAF94A22126FD75E9E54E20A112566E /* QBAssetsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = B53638AB050888EBA66B8FE7F5532578 /* QBAssetsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BC3ECD8116369FD1A78F1FF7DE57B58 /* FIRInstallationsStoredAuthToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BA90A091B790BE2A8079782D7A08882 /* FIRInstallationsStoredAuthToken.m */; }; - 7BCAC281B3CEA74686047213C3BA9B43 /* 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"; }; }; - 7BEDA7BD38244698BA28406BCF03CE96 /* TimerFD.h in Headers */ = {isa = PBXBuildFile; fileRef = D9973CB60DA879282801C4B02A956687 /* TimerFD.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C2F64774E8210BDDEA0D335ADCD1A63 /* ParallelMap.h in Headers */ = {isa = PBXBuildFile; fileRef = F5719F203A8CF13493A18C6B83A42B0B /* ParallelMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C3EB92F01DDA1273E756753B7F44CA2 /* RCTDevLoadingViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D3D955737507B5922B7917EC12F3576 /* 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"; }; }; - 7C4F5E364B9082A913094FE38C288D70 /* FireAndForgetResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = CE5318FADC44771326824F09E9FE227F /* FireAndForgetResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C656E8B60250C580D64C8BD6388E921 /* UMUserNotificationCenterProxyInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB0A6F7A02906E9240AEE1CDBEFC9AC /* UMUserNotificationCenterProxyInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C749C1F6010D1307509DE0F1E161553 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 80CF9ED18A0B8D1D6C37036BFE67F792 /* 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 = 6F4B2C03278B019580E65F57387CC11A /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C8FAA19354A78A9153F563BFB5F92DE /* RNFBUtilsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 5235D4F48892031053DCFC5F0ABE045A /* RNFBUtilsModule.m */; }; - 7C94BFA6707C31837AD8E9C7A6C90C76 /* FIRCLSURLBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = AAFD42B550E2F7F50F660E9800E64E42 /* FIRCLSURLBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CA03BE2E36D6987989047AFE21C4A3D /* 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"; }; }; - 7CB3E69058340C11A905CB03EE99949F /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2D6DD764EBAE055342DDAA0A8E481F38 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 7CC680E4F051DE8B4455E6940B26347B /* BSG_KSCrashSentry_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = 757267653E55024B5266B83A1DD4F89B /* BSG_KSCrashSentry_Signal.c */; }; - 7CE88D7C5016F60D0861623E78DE1CC7 /* AtomicHashArray-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F46AE99DE3C6B69F1F203BFEC8D879E /* AtomicHashArray-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D3EF6CF6484558FACD312FD0FBC8B77 /* 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"; }; }; - 7D4E8AE7A62A6DD917E1E814C7EDA130 /* BSG_KSDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = D8664ECAECF7CD24B05966ED09256805 /* BSG_KSDynamicLinker.c */; }; - 7D57BB9F0D62A0D074DDF3C40265E902 /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C2370F91A8EE6131A95B496B4A9F63ED /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D5B3E68B9832BB556D371E5A9BCE7AA /* Demangle.h in Headers */ = {isa = PBXBuildFile; fileRef = 353DC34412B94D6B16E449F4BA38ACDF /* Demangle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D5D16C732A918A68582B92AC8A00304 /* RSocketServiceHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = FBA7A7A5BD9C413B7E0A612F581F3966 /* RSocketServiceHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D68F3763AE12101FD0AAEB7282EBAF1 /* GDTCORFlatFileStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C956CDF96AC19AC13089AFD2393F859 /* GDTCORFlatFileStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D94D7FB203B2287C1355BD5F5F1F784 /* ARTGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E1F13A0B58663397E7B78C79133380F /* ARTGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DA238C81FC48335608C04662812FE37 /* FIRCoreDiagnosticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = F2312173E0F5BF07A0C188270BE860E3 /* FIRCoreDiagnosticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DAC8D1C648535F28188CF1A488A058E /* BSG_KSMach_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = FDE6D57DF32434292A79560DF32CF5AF /* BSG_KSMach_x86_32.c */; }; - 7DD2695FA91046349DCE4620EC28CBA0 /* TimerFDTimeoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E4855FF120EF13027032B42296F75276 /* TimerFDTimeoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DFBB971A03D800DE50BC903D3134747 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = ED10C41DEB06906E003E80BEAFB2C4C5 /* UIView+WebCache.m */; }; - 7E0B50043A284411C0DA35C014FBEDF5 /* StackTraceUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = E4F3425E6A9D83560E3706B7E2F7DAB8 /* StackTraceUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E26B296F877239C26D19D457CA58C6E /* ConnectionSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B0EAF492B4F04F12123444633411766 /* ConnectionSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E7FFA60C1D90B81838454BD4D483BB7 /* StorageIndexer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A16E74D2C944D9003FAA6A0463B53F8 /* StorageIndexer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E97C5F8F526ABED9B6C515CF3A2E142 /* EXSessionTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FDEB946B69A353CE68F3C6A0A08EA98 /* EXSessionTaskDelegate.m */; }; - 7F278E2700427C46EF911B5891B7850D /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 563B185528F355B6C3C807EC41AC3EFB /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F2851065380AB1EEB3D655DACC6A488 /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = DD52C485ABF20B7BDC22370FB40C7050 /* pb_decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F2C7BCF24A96631A15345A704E259FF /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 269FB0F22B5196B63292DA1037CD1B46 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F9C84AFC8DE8518080B1773D86C2011 /* PublishProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 911E1131C3831A9F8C757A9AB84FB83A /* PublishProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FA959A3C0B473A052042C48302F5BEF /* LockTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B6F69193AABF36ED9947802167E5568 /* LockTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FB3CBE5BFDA11CB860B075A35EE3BFE /* RNSScreenStack.m in Sources */ = {isa = PBXBuildFile; fileRef = A41FF385F58591270ED5B0C665F20415 /* RNSScreenStack.m */; }; - 7FC397CF7C0AE87370A2EE1E9386AEDD /* Optional.h in Headers */ = {isa = PBXBuildFile; fileRef = ECE9DC7B9F36334603ACE76CEC3226BB /* Optional.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FDD296527ADCD6EA9AF5BE037275A6B /* OpenSSLCertUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 13F0A29462F625C779ECF572B1353F96 /* OpenSSLCertUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FE8E4866CDC8A40078030588BC0DF7D /* FIRCLSUserDefaults_private.h in Headers */ = {isa = PBXBuildFile; fileRef = D46BA4929AFAEAFBC0D29AEA757F0766 /* FIRCLSUserDefaults_private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FEAA9546ABF03904AAF6FF37C703F86 /* RCTKeyCommandConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E466C2568DC808D7F8F2783DE4D2AB0 /* RCTKeyCommandConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 801CB805FF65C17EF15249695443EA2F /* FIRCLSReportAdapter_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B5799986BAC48E4169760BC84177D1E4 /* FIRCLSReportAdapter_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8036968614594F8F5A1D6E18311E9A9A /* SerialExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = E4EC28420A8DAB4A8E3E95CD98B28287 /* SerialExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8047FE35403325F4DADBC219D6DA75D8 /* ARTBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FCBCE0FA44548A2DC2AD1E0078B8545 /* ARTBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 805613846569FBC6B06CD199748D15E2 /* RNNativeViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ADD3E8E63EC6B2FCD288E46F6415F51 /* RNNativeViewHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 805C98B778C2040F29AC4224B2839267 /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = FCA3E59BF46D2A480D2F0E668E8F8DA2 /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8072437B4CDCF26A2714A76E800C55AF /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = AC205F4BF551F49CEA698F3630120186 /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 807633923A5C13689B3CBD3A6A1684A7 /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = A46EF52C7F71218D09C6FA2DF8D1DFEF /* FIRApp.m */; }; - 809BA0C4B85D298B26F1746657E5EFC8 /* RNCSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 88E930434EA93FC7C3C269D998B0F73C /* RNCSlider.m */; }; - 80AA91DFE0D4678B6DFEFEC45C8E0E0D /* dwarf.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E01B8C4C7D391A02220FAC33AA4BEE0 /* dwarf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80E055AF5E1F8A98D7E706C64444F99E /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = B9406FCAF23CB56AF2EE1917FE3146F3 /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80E32BEABC86CDFDEEBCD0188913C774 /* FBString.h in Headers */ = {isa = PBXBuildFile; fileRef = EB5B656121C1A5D576F43EB780140B25 /* FBString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80E7699B50C52242C98EFC2BD9235E1B /* REATransitionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A0077650C448900810F7C4E2ADBFF903 /* REATransitionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80FA1A9F4EE87D999EE8DE727165AA7E /* ReactNativeUiLib-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 67D7EC2AE460C36E36D67735A1A40219 /* ReactNativeUiLib-dummy.m */; }; - 8101F4E7BC63E6E7AD66FEFBFACAEC44 /* 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"; }; }; - 810205799876F84EE200864910B23E50 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 755670D96B718C5C37FFF1D692FCD002 /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8127807A8D6DDD7271390F6A15609904 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = AAF605CB7CA7B549D2F8119592591900 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8134649A12682BEA479CABB3EDEAC9B8 /* UMUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 07705801BEF424442C040C1803546158 /* UMUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 817A7F40CFD09A820DBCBCD665BC7458 /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F9804B21E23B4F1FF703BAA131548B0 /* RCTRawTextViewManager.m */; }; - 8196189AA25EFF948F914F2B6349A878 /* 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"; }; }; - 81A2D87F03044B5293435A27B465AC9C /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = B9B56AA0A56ABCE1A3F9FB4961729C97 /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81A2FFCFB7C5FB3DD14807DDA43C839A /* RNBackgroundTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 58A48FA096C1159596361A13404417A4 /* RNBackgroundTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81C76CEB788327F051AA3A01A5468E90 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F6DE549B010C2AC4ED1BD8B5D1DEB5E /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81EA069632402106511B8C029EDFB896 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 26712389B6E9E5B92816FA2DC68C0A82 /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81EB70D6F5DE89D222B3300FE2D2DFAE /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = BE1DD6BEB5772073CB1B497EE3EFACAD /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 81EC383175D5EF36C5D7F4C08F069B14 /* FileUtilDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = CECBD456B59210C37E9B347311BBAED5 /* FileUtilDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 821B34BA88A87582EA88FA74EF5269F5 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 26277C294D12C81E65117E725579EDF2 /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 821F8E727F52697CDC7A47DA9821BB46 /* 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"; }; }; - 8229887F7915824A954AE4AEB2FDDA10 /* RCTAlertManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = FDC827CAD098494CE93C8DB6B5AFDFB2 /* 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"; }; }; - 8235C50BB228225C8911A0B2E4A2CEE8 /* 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"; }; }; - 824C84CF6B400E0942B2866D95294CC4 /* FBCxxFollyDynamicConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 115930C64177276C62308D6A3E16EFC8 /* FBCxxFollyDynamicConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 825B36F168EC76043D6D9751B333936B /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 30A2A23FA446C6C80900805BFBF5FE4B /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 82957438013EE9E8DD4B6C8F88F8DDD4 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 85C9E2FE846F25BBEDB2790A0EAB7877 /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 82AE40CFB8C2DD3210E726D87C00BF17 /* 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"; }; }; - 82BEA3A3BEEED49FF07F94966A571FB8 /* RNFBJSON.m in Sources */ = {isa = PBXBuildFile; fileRef = BDC86A26B7E64211B3697CA1DC02A3B8 /* RNFBJSON.m */; }; - 82D143D04EBB0300144ED17BC95FA0C3 /* 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"; }; }; - 82EDEDA1EAE1EAC14FE6ED7A201CB435 /* BugsnagCrashReport.m in Sources */ = {isa = PBXBuildFile; fileRef = F2A072DAD06828D908B0B35346A48E71 /* BugsnagCrashReport.m */; }; - 82F288B376FF82898AF95BA465DCDDFA /* ErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = E918FAB0CACF0BFEBAEF8E47E8EF4C15 /* ErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8304E6A7808274F2F6A6E2BC954B4C55 /* AtomicNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = F2C4DD8F7E693DDCB52615BF91AADFB3 /* AtomicNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83070A17E41B5BDBE8AF193D647509E2 /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28D04AE8366BCB816F93F92E079F0495 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 8311E72CAA8F9E9BD91E45FC666AB30F /* crashlytics.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ED62CCE5562500EA4D702D3C23A833F /* crashlytics.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8317678B229ECCA17A5FB85AD458F037 /* VibrancyView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0914A8FC98A0605C4A3865107344A1D3 /* 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"; }; }; - 833239E61DC278BA99DB107F6F2E8887 /* SpookyHashV2.h in Headers */ = {isa = PBXBuildFile; fileRef = 911FBDB5300FF33E3149975DC5929B63 /* SpookyHashV2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 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 = 9BD2F9C1F4F0AFD2F074F0274E34486F /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8346F19A4AE135B1F705DF97ABFE373B /* FIRStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = F6CB89DCD2375D78BABAB8F932A02843 /* FIRStackFrame.m */; }; - 834853DF79D22D35F79249694745C845 /* 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"; }; }; - 8350B5344DD74F056D5E066BA7F196F9 /* FirebaseCoreDiagnostics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CF620EEBD76813CA0C8EE1B801CC6D87 /* FirebaseCoreDiagnostics-dummy.m */; }; - 835A1D96FA5209DA281CB3BF49A58DB3 /* RCTImageURLLoaderWithAttribution.h in Headers */ = {isa = PBXBuildFile; fileRef = 42E35E3F7DA01A231418AD5B2E800C0E /* RCTImageURLLoaderWithAttribution.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 837DAA54A335AE778D45281B9B71687E /* EXSessionUploadTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D0E87FA8F64F90DF1B24C0837C796FF /* EXSessionUploadTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8386BC22365D29D27D43A4726A357FA6 /* RCTKeyboardObserver.mm in Sources */ = {isa = PBXBuildFile; fileRef = B78A759076798F00B49F1F89673C92E0 /* 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 = 60C3A76FCF7214B6049F669CCB7EDEF1 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83B9326FFE553C1229D8A399F3D0CC0E /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 95131DED26FCD3661A50BDF2E2C567E0 /* UIImageView+HighlightedWebCache.m */; }; - 83DC616794F55784AD83DCF949AD0275 /* MMKVLog_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6182EB3F1AE32D43809E1995378EE73D /* MMKVLog_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 84204C1C9CFE443B3F38A06256AA357B /* 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"; }; }; - 84387E934827FC3242DBF56E00779017 /* 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"; }; }; - 846FAD40C0E7A245D8859E291FC6EFBC /* LockFreeRingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = B5B808C7C899F74D771995A60AB7402D /* LockFreeRingBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84E019E8321D2EFAAF2649C9A5212FF6 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 41C25AA6DE71334F1A19570B13A33087 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84E258828ADD4F0693A0FBA70AC02CD5 /* FBVector.h in Headers */ = {isa = PBXBuildFile; fileRef = 491717DA716B09C2F41FF2E25E908226 /* FBVector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84EEA38B752500B65CE33B3C4DD6C5B2 /* FixedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B0145349A2ACA814521A89B5B5BF1E2 /* FixedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8516562614EA53A36A642772DCC2DE48 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 11258F550F688ABD2141B52EA0B88871 /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8527E789032275519F5685CCE11EEF8F /* RCTLogBox.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3CC918D1F2AEA3EB227977B3BC03F83E /* 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"; }; }; - 8598BABD1E3AD32839B4F6C5B201438E /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F04AC3BC7422F37BE3379AC4B5772E21 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85F65B796F292FD457A19DA844B626C2 /* AtomicStruct.h in Headers */ = {isa = PBXBuildFile; fileRef = 876E59C898291065CF465AFFE98225A8 /* AtomicStruct.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85F7219058CB01A0A18F43B301C3E9C0 /* UMJavaScriptContextProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 589A96AE5B783852479DD20A1BC571E3 /* UMJavaScriptContextProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85F748D065CC88E213C4281C75B624F0 /* UMAppDelegateWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = C2BB1817A7568009DFA8666726DB2C09 /* UMAppDelegateWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85FB80C3679DE97851603273B8050BA3 /* IPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 96259C4D7D9352CB52FE81EE311BE24C /* IPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 862B06811D4E339637ACFCEFC1455F06 /* GDTCORPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D1AC39EB4AFD5AA46DCA9BB791486B2 /* GDTCORPrioritizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 864666FE89322FF78BD7F33FFBDBE0DD /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = AEC640FB42BB3D36EB6FEF541630696A /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8651F9A44337C6E0F74B81ABC3DCF605 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F2B1439CC1E646C2F05803F82208C55 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 866542A6D239578D8248EF43F897882A /* EventBaseManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 57527C1ADD33E17351588E6EDC76AF72 /* EventBaseManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 867C2FCCF5B267D6722BD911E3A26461 /* FIRCLSSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 4751C8842DB12D9676EE1AE4FCD9D340 /* FIRCLSSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86B08AF4CC8B4504152CEABC745F9EE6 /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 135BACF5EF51531413958FCDD65EB91E /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86B0E32BC905AFDFF52ED41DA0E2D652 /* RCTTVNavigationEventEmitter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 18CEE7717F1C1646B51177AF763B9B4B /* 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"; }; }; - 86B846321E3E13F2810189FD37D7A312 /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 61341C96A15BAD59AC95E8378ADDDA1D /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86FD974CA753FB72A7A06E26BCAF767A /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EE4969740D6CA887667E03C37EBEBE70 /* 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 = 12267D85A37BFC81722C4E44A7361612 /* BSG_KSCrashC.c */; }; - 87469251DF01A53605D1D124DECD9442 /* RNCAsyncStorageDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BC6A23335D83B5648318863DBB377E4 /* RNCAsyncStorageDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8756A506043272787C922BE16228D695 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 92688811DF7A9926F8FB520E04113464 /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 875925826288449AE05007C6B7B1F53F /* EventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A3078DDC949A3296470EE900D1420C6 /* EventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8774436A54EB21854C5010BA5F62E7C4 /* FIRInstallationsSingleOperationPromiseCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 50C7620F94EE080AA893EF337D271C70 /* FIRInstallationsSingleOperationPromiseCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 878D0D8594ECD6AF780CE5C01CB43068 /* FBReactNativeSpec-generated.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1E4D29913B6C51E180B392582195C031 /* 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"; }; }; - 87D0CB6FCFBBDC24364247FA6FD6A947 /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A62EBA3CF3C5C5609938AC5C96B7673F /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 87D0D382A2E4F64997169BDA289D7E54 /* FIRCLSSymbolicationOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A6FDCE37FC8470156F2FB0FEE2BCD4AA /* FIRCLSSymbolicationOperation.m */; }; - 87FAB2E7B5CB31167B2A4D0A20077AF8 /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4C9596D82E6E835B25E9AFE06E7169B1 /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 8815CFE24B80C349BF3C976C9247EAAB /* 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"; }; }; - 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"; }; }; - 88600AFEE3D365D439CD6045B4388AD3 /* RNFBVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AB004E657F3FCF24B4CDA1E3826ECBA /* RNFBVersion.m */; }; - 88C960DCFCB02B24ADB5034598E1FA3B /* RCTNetworkPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 3781EE523E30E0F27639A014809DB2C3 /* RCTNetworkPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88CA16FFB865BA77CF894AD2626E8F19 /* RCTJSInvokerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 94A148098B71F86814EB394F746CF6EC /* RCTJSInvokerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88D25501490D4490EAC765641408310C /* UMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C89ABE0864A1ECEBB654E4CD87B86CC /* UMDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88FA54A6792462C9C8DCA6E46297E074 /* 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"; }; }; - 890E2E809DF8458785A1BD9659BFFB93 /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 23959EB04031C567DA4ECA2473F11B8C /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8921B186021211DCAAB9002E6164BF96 /* FBLPromise+Recover.m in Sources */ = {isa = PBXBuildFile; fileRef = 07CD9237853F7177B1756059C47A8179 /* FBLPromise+Recover.m */; }; - 8943643D59AC550BC9CEB2CA66908958 /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = F48D7D1ECF30F61D499166E7C5FCE238 /* SDImageHEICCoder.m */; }; - 89569EC4029E7DA38498C2C498233F15 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = E56ECB9056F1EFEE79BD9D221DD47684 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 896D483B57185E6C062455C5C247D9A7 /* 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"; }; }; - 8993C4EFE5410B6FC2FED13F386DEB91 /* UMErrorCodes.m in Sources */ = {isa = PBXBuildFile; fileRef = E4DA18B7793FF207ABB4D77CC6256B8D /* UMErrorCodes.m */; }; - 89962038722B977646E734E6721E5D8B /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = EFCB0C390BC727840992A96B9B2BB830 /* RCTSRWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 899FFCA3B165C5CD1981DB5BCCAD5239 /* EXAudioSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BA0B7DE44C1908CAE127188924717FA /* EXAudioSessionManager.m */; }; - 89B4D9853434312C263DA9C63905FB5B /* small_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B9E15C047CA81F078F50403C4544769 /* small_vector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 89BD590323D5638455B764F5887B2DF8 /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D5AA6CC3446F52A3264FD1497B56F12D /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A24EB35BEA8EA36BDA5A3C8559F7F60 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 81C40D278F3EF87DCE6314ADDD4E47C0 /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A3C214369E1E31F6977C8A87F15800A /* BSG_KSCrashReportStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 414DCBCEB4C71E9ABF20DD14E2F09B83 /* BSG_KSCrashReportStore.m */; }; - 8A76E4D1BAA31750EFFC8574E8B6ACA8 /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30A81D9844F12C6A6ECE1E6335718CF8 /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8AC34CB4511A9486CF87EB4C9CCE5FC1 /* 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"; }; }; - 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 = 7FACE3C2325D6510CB07FF735209CC3B /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B5209D0DE00F127315A8C06D2BA5746 /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B6B3373367726E09243436F3264991D /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B5AB398004BA4A3FF0338E0964A86B7 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = FFC7AE5BDF4F56BD89CCD26EA85CC54F /* SDImageFrame.m */; }; - 8B81A8FDE7465A83900256DF9EB5FB3F /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B5A73E3C85EBE7C64B8D45F76B1448B /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B85C171EFDD4AD0202225848BBA21E5 /* AsyncSocketBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F82AF01D6F3535B28C166A1BB8865952 /* AsyncSocketBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B98D9EAEF97347856958BC87D92DFB6 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 652B412EABF58998AF4FD2B847908CA8 /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8BACD6D08335CACDAC7EC574B832A193 /* READebugNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D4B95B08ECDB9402481C8A6023DE604 /* READebugNode.m */; }; - 8BADD1737DFD5A2D18F8FF8EF4EFB689 /* RNDateTimePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = C03AF905A026425800797ED5D836C253 /* RNDateTimePicker.m */; }; - 8BB527F62230ED1D60A76E499B58B239 /* Aes.m in Sources */ = {isa = PBXBuildFile; fileRef = 781D24F33E0BF67A5185B7C17D587155 /* Aes.m */; }; - 8BF779750A317B52D5D8048A9CC458DD /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 70D3842005D4B48F1A7A26D832E4D45C /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C2D57DF6CD081EC3F32F0EEA8F1CFD6 /* Core.h in Headers */ = {isa = PBXBuildFile; fileRef = 45C7ECFCB345E24E6066828F00C0A11E /* Core.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C341F59EB6702C296FE4472CB9E3D91 /* EXFileSystem-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 26D1240844CE0D6D41920C98D6CFB5EF /* EXFileSystem-dummy.m */; }; - 8C4BE58C7E4081FBDCE00BB59CDD45C8 /* RNPinchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 35ADC7ED06344C6B9F4F94A13C6AC7CE /* RNPinchHandler.m */; }; - 8C5B1BA4840A92F9B1AEBE1EA1761236 /* BSG_KSDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = 738956F9CC1E2B45686DC90A55AD3395 /* BSG_KSDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C5E7E4409A53A59DB1010700E428D2B /* openssl_md32_common.h in Headers */ = {isa = PBXBuildFile; fileRef = B7E557F01E8F4B2D49E0FD20379E1490 /* openssl_md32_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C68050B374FB14FA9350D3BD22D094F /* SDWebImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C9B931CA344AD2F9AB3D5223A302A42F /* SDWebImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C737796442DCB27B2932B7BB34047E9 /* CoreCachedSharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = CA3E5B0FBA7FA325BE464311187698AE /* CoreCachedSharedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C8748258DB9A20FCB1046EAB529892D /* FIRInstallationsStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 949FCAA1C40C1CAD7736386449E3DE02 /* FIRInstallationsStatus.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C8E96F03A7BAB6B3647BD0F76CB7810 /* RNFetchBlobNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EC846996E48781196A9ED0CCE8D2E17 /* RNFetchBlobNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C99C499FC2AC2AC1C191A6146CDED0E /* EXAV-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 03FF44AB535560F971CAE86A826DF848 /* 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"; }; }; - 8CA37D52B3531D048B27B2BBDCB08998 /* SysUio.h in Headers */ = {isa = PBXBuildFile; fileRef = B3EC717D9E62DC37E77943B52D38DE53 /* SysUio.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CC0F0CD004FF65F42A36EA181353ACA /* RNCSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 57CAE1D04BB2A83386D041BBC7960073 /* RNCSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CC1C6C841AB94CEA8787AF5754571C1 /* UMReactLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C49906100567C76827B0EBBCDC49A6B0 /* UMReactLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CC7E6E71C2BC3F4C733557F1E7FC300 /* CodedOutputData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0E2428CEA407DD266A033FC1F5231372 /* CodedOutputData.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 8CDE0B98668EF6D05F80CF0E07562BDB /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = C46FD25E47E045CA4C193072575AB3BC /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D261C51FD8E5585C410A7914D1BCE22 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5995B483B9AC918FBAEDEF7F604C89F9 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D27EBDDF0A002BDB9FF045C72FBA1BE /* RNLocalize.m in Sources */ = {isa = PBXBuildFile; fileRef = 14B31094D40F3180A66DDD6DD415DE94 /* RNLocalize.m */; }; - 8D38F9FAEC93C152A875F7EBEE91CAD4 /* FIRCLSReportUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 8706F46587B792368C3146E54694F612 /* FIRCLSReportUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D77643F79FFBF648325E9A351C5C8C1 /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = C21A1B77E15FEDFF005DA5AA3A043E6E /* 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 = B31A938BA57C97018F16609A23751B50 /* RCTSha.m */; }; - 8D8C0BD614A1846E0F96F2AF6B1FE341 /* 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"; }; }; - 8DE10FFA749E958AA7F44EF1394949EF /* Array.h in Headers */ = {isa = PBXBuildFile; fileRef = E74D8BC54194A28692BCC1662600FD43 /* Array.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"; }; }; - 8DEF920E938CFDED9F600936FF9CFADF /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9D241354271BACCED4B10713DBE1F73E /* en.lproj */; }; - 8DFE146E8C742B6643B139BD0B17E695 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = 77B48393BB988BF364667988627B72CA /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E0753284938C9A96BEAA05C4E87C6A7 /* 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"; }; }; - 8E1DEF25B735D1A785DD78EE889C3B4A /* SynchronizedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A2F3B3AE429A87A808AC5D7273225FE /* SynchronizedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E1FC026F556393B02A86BCAD265D5E2 /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = ED1764E035F847AF81394542EECAEF99 /* NSBezierPath+SDRoundedCorners.m */; }; - 8E8B9182A21057F42C0B84E18E4C413A /* ConsumerBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 92CF0630022A5B5B486403B7FDC7C6DC /* ConsumerBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E9F78DEEBA08DA23DD0F97256C9F30E /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DA985AD107AE755BE2DFA1DE2741257 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8EBADBD4A48F5BA161B98DE9144AAD7E /* RNReanimated-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D4ACA15826FD16148E3EEB4215D53AB8 /* RNReanimated-dummy.m */; }; - 8EBB6179EF175D760444466821B8AA0C /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = A122A6638C7DCAE92DD3D8A7B3A11FAE /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F0282EF99CED853E19680B0D02BE1D4 /* 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"; }; }; - 8F0B2AB38C7598BFA53BFAFC6A37B392 /* QuotientMultiSet-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A160FC63EF8C86A7E5D51894C1D0B0F /* QuotientMultiSet-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F121BD5C52FBE0AED367196850C9F81 /* 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"; }; }; - 8F124BF19D250EF4CE8222D46E380D2C /* DeferObservable.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BB845326BB43E0587B4A1AB7180638F /* DeferObservable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F1A90B16C428BC3BF019DD15E792A84 /* FIRCLSNetworkOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F0DC7D458F2B90DEA91C6524ABE02B13 /* FIRCLSNetworkOperation.m */; }; - 8F22AF417194A025C4F987FB2EE0FD28 /* FBLPromise+Delay.h in Headers */ = {isa = PBXBuildFile; fileRef = CBE4A6D52BE474B01E12EC8C4E4D019D /* FBLPromise+Delay.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F267FB683DEAE664D7EB1DB674BA3E9 /* GDTCORRegistrar.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CEDC5110EB13A53A24E779C0A7353CB /* GDTCORRegistrar.m */; }; - 8F278995C8B97131DC76DF6CFF1601C1 /* yuv_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 6ACF4106397D7F2DA54082AED34ACA21 /* yuv_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8F465F9DD3889D3837D0D8E025219205 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 33C43361E83136C7EF1E4C2FEA350674 /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 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 = 2592F04BE51A52CD3D7A8999BDF5C719 /* EXPermissions-dummy.m */; }; - 8F65BB08E3367AC17C5D4ECFCFD4FDF6 /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C5BE6BBEBB097B4E52F63671852B51 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F6794230B0BD4EF304F45550F4C6677 /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 25C433C4BC01C844DC0B8B03C9C60A11 /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 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 = ACDAE3FDCBE8B87C8DA53D9389D4DCA8 /* RootView.m */; }; - 8FD43EBA8EBF65E2D71B5BA9ADC1F59E /* ThreadLock_Win32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A522AB056DD2DCFB2DBCC3D8B991FED9 /* ThreadLock_Win32.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 8FDD9248339209DBCE1186C73CE376CC /* EventCount.h in Headers */ = {isa = PBXBuildFile; fileRef = 77D47F57764ADC03C72580A4D8058A4E /* EventCount.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FEA7CCBE95369836128207D21E7EBFE /* UMModuleRegistryHolderReactModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C2C42FC90E4716F2703375A788A8B3 /* UMModuleRegistryHolderReactModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9000ED0C5C7BF90A5AD7B407D0EA396E /* EXConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 9387105C912AF870A74355C45A485708 /* EXConstants.m */; }; - 9004BD3B2B71C20129D136519D9E375D /* QBVideoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = E5C4CFEACF732A83AE7FA0CFABA4E409 /* QBVideoIconView.m */; }; - 9014FB60BD5C56FAC0F13E7CA7C0C7E5 /* Fcntl.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EB6D8FECC88E58F8C3F6C040627E05F /* Fcntl.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, ); }; }; - 9055D1C86A5062025CE958E346F0EA75 /* GDTCCTUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 5133650B4ADF600B754741A7C41F4682 /* GDTCCTUploader.m */; }; - 905D94E8C81E3E4D92885F63365C0147 /* BugsnagConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E571E9C342F4A0E9D60A8E057938A20 /* BugsnagConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 906F81B02AF6433FF551221C78F8683D /* RNNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = C079B8255AECC872743267DDD47200C8 /* RNNotificationCenter.m */; }; - 907390D7F4370E82A87B703AABAE88B1 /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E36B65BFA4D2504ADD2C4D6A1EE9025 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 907FDD32586A7EF4BC8DD2AB46AEE107 /* yuv_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = F1BEE0873E5F10C1EAEB256BAE398E41 /* yuv_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 90A45910D78FE70FEDCAEF569E0517F9 /* GDTCCTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 603495E4212299A4F638482B5E8D0D9D /* GDTCCTUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 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 = 8E6EDFA9F1E540E79FB74DF851671243 /* RCTInputAccessoryViewContent.m */; }; - 90C8C169DEB1B769E3F858272E4523FE /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = ACFE7AD27756E0A56A7255AA1A29295C /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90E9EDB35E776C751BCC4AE22EAB2B7E /* OpenSSLLockTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = ECC48F775A418713B34729AB41EF64BE /* OpenSSLLockTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 910130C845923C458E2328749355BAB1 /* Util.h in Headers */ = {isa = PBXBuildFile; fileRef = 6194DBE2865CDE620E065AAF89038627 /* Util.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9108D95C328BA25FAB0A46CC56C9944D /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D42023E5F43B4599506F87C1B3BFE17 /* 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 = 36CBD3B9AE26C9FF2C3B8434C10D50CF /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9143012439543AF2AE40C2C2758317D5 /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 14CD3913F15D6920187A56827793D3CF /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9156CAE7B51C32678CE8B93FB88C60E3 /* SKViewDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = C269164ABE0554ED5356E1D7761DAEF0 /* SKViewDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9181B45F494D8E6F27130B02AF49F11E /* jsilib-windows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9E86AC096AB6CC88DDF277B55B8C3F82 /* 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 = F42AAA355A3F7E38C3EE5BDA345DF384 /* BSG_KSSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 919B48F8606088327E091A87F4640F12 /* FIRCLSURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = F394992E816A4233E71524E8EA6F5235 /* FIRCLSURLSession.m */; }; - 91D0BC0B7FEA729E15BDF86C85B51597 /* RNCWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C3FA49BE753681695F9F076991631EA7 /* RNCWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91D5A48D209B28173B7D3F1AC8D96707 /* FIRInstallationsErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A8322E323B0AB12E9B919C998ED3B01 /* FIRInstallationsErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91EA968E216DC49C58C97DD7D9AE45CE /* 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"; }; }; - 91FBCD1E2C9F2BC3919D0EAF29CF2034 /* FIRCoreDiagnosticsConnector.m in Sources */ = {isa = PBXBuildFile; fileRef = B4C5139E31E1D2FA1BF3A566B2DE06BE /* FIRCoreDiagnosticsConnector.m */; }; - 91FDD7B907E719D2F2F085B7BB70929B /* EXAV.m in Sources */ = {isa = PBXBuildFile; fileRef = 4271B9D8266CB8734D54D29E24C01C1C /* EXAV.m */; }; - 9209E7557FE92F486CD149A46591A875 /* React-Core-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 23F1D34BD9B558857CC903DD828A4FE9 /* React-Core-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 923290319C3F0C301063EAF1F3FA91AB /* RNGestureHandlerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 6387118BA7155E190D0D9376A3C404E5 /* RNGestureHandlerModule.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"; }; }; - 924FB29AA06B84BADC40715FD4F27E7D /* FIRInstallationsErrorUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EC92D96BA4130E646EE570999BE56EC /* FIRInstallationsErrorUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 926900D8D8512D08BBC1F654CF2F013E /* UIImage+WebP.m in Sources */ = {isa = PBXBuildFile; fileRef = 906A7119807C1AB50E631EDF48DB7703 /* UIImage+WebP.m */; }; - 926998A0F32ADB050748C38E7318833A /* RootView.h in Headers */ = {isa = PBXBuildFile; fileRef = F9BD1D975B23D7001EA9B37025AA94A3 /* RootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 926D25912B0CD340523B8BBE1D1B4BED /* FIRCLSHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BDDAD7D235B2E81F3A154616267A68C /* FIRCLSHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 926E44B73A3D00201A9D00116442406C /* FIRCLSDataCollectionToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A08C4E80228947F81AEA182199A3F5C /* FIRCLSDataCollectionToken.m */; }; - 9279579B2D5C891F84B536944AE5F34C /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B95F534944C97E520CBDEBBE98A6007 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 928ABA8DEAEE4802ECA46DDD640DDF5C /* EDFThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 592577787E6D7CF24EDF5392204060A2 /* EDFThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92A54D8D5D28C9D3964C85D97FDEA378 /* Ordering.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF7C0E453CDA7A9F674974D22681602 /* Ordering.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92B18D20B5A6508B18885EAFC6FBFEC3 /* Yoga-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 36263D5CB49640E827A52109143A6BC6 /* Yoga-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92D22D1ECAC784CE7C6CE0C81BBD4AAE /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = C1771026D19FD5FC4CB817918EEECC2F /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92F9FFB6DDE3D10B5038C2CCD1BC4302 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = CA185B0518F3029C5EBE8A4AC9E85EAD /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92FEC29E2EC4E58491F89493BF8C319C /* FIRCLSRecordIdentity.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DD31C4F35B140831E47CC68A86A5D6D /* FIRCLSRecordIdentity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93016A61649F76D78403148C998A04A3 /* StorageGetters.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C83AA4F50DCC85655AE803A2E5581EF /* StorageGetters.m */; }; - 9301A8FCAA88B9BDBE50BC02708F09E1 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C4BA8951FF4749378980A0C90981761 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 932B0735C757A51D3A6DED49DC5D6440 /* BugsnagBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = 191DE639E4AD159AB956046DE73BB188 /* BugsnagBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 932FBE18F8D6AA9934B4B87AE4CDE50A /* ThreadLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D14B7C2DEA9663D5411F4CEAD9FF2C8 /* ThreadLock.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; - 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"; }; }; - 9345665E28983145E1747002C89FF0F9 /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 51F02DC7F7DA7D902901E725417F26D7 /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9377B60E05870A940AD7D4C02D2AAD5F /* Observer.h in Headers */ = {isa = PBXBuildFile; fileRef = 15F770A4D5BC785683DD7C5AE37D01A1 /* Observer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9392AA86C752EEA7EAB523238AE4B9ED /* FIRCLSFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 65061896354E14FFE9FA62CCD47449AB /* FIRCLSFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93A6090475EA44A4041F84D027F72CF6 /* CustomizationPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 67E330CDB08073CD5F0DAFAE166A2FC7 /* CustomizationPoint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93B1B5AA846FF98B591DE480C117BF1F /* RNNotificationCenterListener.m in Sources */ = {isa = PBXBuildFile; fileRef = D79246F43FF128325BB130468790D747 /* RNNotificationCenterListener.m */; }; - 93B875C59873FD40F003B03E0A2EF720 /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = EC4C038A02AA1B751273815092A8DDDA /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93C0C00B856FEE25CEF5D5233F2EEEA5 /* SafeAreaSpacerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 69B92BA5B1D83F4B05228CA675EFEDFB /* SafeAreaSpacerView.m */; }; - 93C77C54EF5BD1DE8F1D3B5ACFF1C3A2 /* RCTUIImageViewAnimated.h in Headers */ = {isa = PBXBuildFile; fileRef = DB3DB262F3C261C1AE2482312A04464F /* RCTUIImageViewAnimated.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9410EA6EF48344169A75A958BE8017BE /* String-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D156FB05B0C3092BBADAF94C96E4B46 /* String-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 941AA48CA2E9FD933B91419C3E95DDEC /* 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"; }; }; - 945549C70EFC3F79AC3BBFDAAF64CEC8 /* EXSessionResumableDownloadTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 529346E81B46F8471A50EB48542187F8 /* EXSessionResumableDownloadTaskDelegate.m */; }; - 9464D81DF74668AB4C0214762BE3DC02 /* HazptrObjLinked.h in Headers */ = {isa = PBXBuildFile; fileRef = 192305CD9EED58441A262C59EDABCF79 /* HazptrObjLinked.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 947EBFAF561523CEAB1438F60D586878 /* SysMembarrier.h in Headers */ = {isa = PBXBuildFile; fileRef = B56F6F11BC9FBECB9231097934BAEC53 /* SysMembarrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94838925C73476BF2A7DE0ACF9F5D872 /* FIRCLSNetworkResponseHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0059306D112DB7C6BF55E41D08388D23 /* FIRCLSNetworkResponseHandler.m */; }; - 948DC7DF2AC15E1AD8D421D34AEA37D7 /* BSG_KSCrashIdentifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 20F4E7ADE44B96302727F4A14A84A5D9 /* BSG_KSCrashIdentifier.m */; }; - 94B3B1C877EF496BE3927C0A45D6504F /* RCTImageLoaderProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F281D8C67D1E8867F219DD49E7F6453 /* RCTImageLoaderProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94C401FCBE56C3D8E3F9FC8149002F39 /* REAConcatNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D062490306449633F46F485AF87CA81 /* REAConcatNode.m */; }; - 94DA63976E6391449B25B43F284BB15B /* AtomicUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 63AD4D5E1462C64AA10BE3AA9C59A2E7 /* AtomicUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9502B71FB49E19F87B76C938BCD2329B /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = EEC8A30F19D7B41B310351E188DA4BA2 /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 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"; }; }; - 951DFD2B370BE6BB036942688253544A /* OpenSSLPtrTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA1F1100B5049BD1A54D2EAA239C41 /* OpenSSLPtrTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 952B359E2EAF596B0221DB3BF4EEC9A6 /* FIRCLSUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 892193E1996EEA8A63110BD4816ABE36 /* FIRCLSUtility.m */; }; - 955EC830DB7E6205DE2C545D1430285C /* UMBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 43DB4B0CAEA0E1356E66D574765D1F2E /* UMBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 957B31A7646C9F34BC06106C7547E211 /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 532A009B4AC1DAA401B9EE15DEA0601E /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 958DB63628A60CE6D8D7446EE46F7314 /* FIRCLSReportManager_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 36C16253FC02878ED51B236A0A19E9DD /* FIRCLSReportManager_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95A842E0BCD79757E60F88331C9886E5 /* FBLPromise+Reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E781B9995E4FE6C36B3BCF779F0139A /* FBLPromise+Reduce.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95BCCF353083C399EB85EF295310E741 /* RequestResponseResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = A51D42C0763374A3549DE09A6011D865 /* RequestResponseResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95C475A94E42D7F31F55E68DA26570C2 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 0914B3DEC39A12CDEC23F777635D025E /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95C5EDEEC7C8C88872AFB03E8A716DA0 /* 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"; }; }; - 95DF45B851DF9544DA6B811EFEFDE5AB /* RCTTypedModuleConstants.mm in Sources */ = {isa = PBXBuildFile; fileRef = 63484B8DAD877155923C5DDC4CE099C1 /* RCTTypedModuleConstants.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; - 961A60FC24CABD50E207866623A6BE2C /* Invoke.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D3EC4142C13E3996C1FB854A7AC556E /* Invoke.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9624DFA3C4B2B4CF6C6F0DE32AF39F33 /* RNNotificationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A5D07D52EB2576F36BEF07DD231D7A74 /* RNNotificationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 963B723C9F8E8637CABD0888ECB1657A /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 54F1CA2913DE601A66BE82A1CD485366 /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 963DFB09DAB4DBBE715082D650F56D54 /* RNCSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = F632A767D36CA96430D21AAC35EAE443 /* RNCSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96401E81CDC05C31A8B53FCFDD39DF5A /* 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"; }; }; - 96C4068BF122CA796B64BDFD2468381B /* FLEXUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 442092B4C183043A0E146BF6588195C5 /* FLEXUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96E256F89922BC5E08659C1D36EAECD0 /* 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"; }; }; - 96F8FE7AC5476A0791F22782F1124595 /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 19DCE5754EE946E76B80323EDBE27078 /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96F9C806BDF3E71AE73B1772E8B67EA3 /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = D19A8E2FA782CCACDB29883688F1A95A /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96FC82FD43191BD1C3FEA59D2C85D857 /* GDTCORReachability_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 51B63412DE867C9C9A5E249B9ABF435E /* GDTCORReachability_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97070416984021091B58C79891508762 /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = 6080A68D09C6D202C0EAB6F60C1E93B1 /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9707E12DD67CBD2B65E4DD95FCDA06DA /* RCTDevLoadingViewSetEnabled.h in Headers */ = {isa = PBXBuildFile; fileRef = 40F2E3C20721BF730F69B4018B2B081C /* RCTDevLoadingViewSetEnabled.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97278CF89A62F287E86AC644366C4DC5 /* RCTImageURLLoaderWithAttribution.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2CABE1F2DCEFCFF88D42282665CEEBDC /* 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 = 5E4E574F1AE9580C36C3981145889A39 /* 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"; }; }; - 974D256CC34AC0B3593314126CAEE42F /* 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"; }; }; - 9770201320FB3CF124779BD9333C0C1F /* FBLPromise+Async.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D0A55543B055D21E4E2D873085D1424 /* FBLPromise+Async.m */; }; - 97805879832810482FA9569DB0F653EC /* UMReactFontManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 853FD54F82E2CA1CC3856A93C0A71EE0 /* UMReactFontManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97945819C0249D0F2FC823DC19F91009 /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DEF6547A6AF4B39B08762539C87ED13 /* RCTBackedTextInputDelegateAdapter.m */; }; - 97A01C948B62FD7027976C973C9D7E5B /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 5099F86C58FF72563ED8A25073BF7255 /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97C118656938638AA23787AE37D8D0DB /* GDTCORDataFuture.h in Headers */ = {isa = PBXBuildFile; fileRef = 49A1C3EB17C28690DD5DAD1494DE1ECC /* GDTCORDataFuture.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97CA66619EBF75A6B02F26DEA02CF4B2 /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = BB3ACAE11B485412DF876F885CEF9428 /* SDWebImageCacheKeyFilter.m */; }; - 97DF42D60D472C78ABB42974C4672803 /* Orientation.m in Sources */ = {isa = PBXBuildFile; fileRef = 23297A2FE4CB2678FF4D5DDAD242BF8A /* Orientation.m */; }; - 97ED6FDC70A11B701E1AB91CF3B7A083 /* TOCropToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C53CCA429164B642AD8D046A2E7E447 /* TOCropToolbar.m */; }; - 981161FD3F202C634F438C067D922A8F /* KeyboardTrackingViewTempManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 974FD54303C4A13BF568C2991A1A5BAB /* KeyboardTrackingViewTempManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98144B1DC740485421ED3BDF91CE89D8 /* UMNativeModulesProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFE8A5A6388CE21AE11D6DB7A35DFF68 /* UMNativeModulesProxy.m */; }; - 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 = 434E1A335ED3D61EE8E89C8C23A70CE9 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 985228FEAD333D35C190F4A6B568E38F /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DDFF012BA42BC4C707E500A6E1C9F66 /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 985959D4892A36A8029D6D137874BBC8 /* 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"; }; }; - 985EA3220078A46F592506E868150BCB /* 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"; }; }; - 985EC4ABC3F06C0794B07EFE65BDE5CE /* bit_reader_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = BE396E9C371A35BA49411AADC81C481A /* bit_reader_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98805530407B2B8727916E3F4C6717DA /* ScheduledSubscription.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BDB1BD5D3771A6E8D242099A07832C1 /* ScheduledSubscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 988D42C8242951CEA30038F87D5F8795 /* BlurViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FCB9ECE1948D8CECB7AB5CC98DF399F2 /* BlurViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9893816C3E70F236B24AE27C7E8E771D /* EXConstantsService.h in Headers */ = {isa = PBXBuildFile; fileRef = CA9905361A2E8A9DB890316087034C7F /* EXConstantsService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98B74E9714C7B606A50AD9EFDD99459E /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = C7E40E9D0012DD1776BCFFA15A6F6877 /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 98C98393D69ED7F94B9E2A374EEB5B9B /* Futex-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = DCF0F90DAFFB2A76D50DDBEB241E8897 /* Futex-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98D2918A7121632391FB94B57AC6DBB2 /* Access.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B2D9BC3B472CF16ABC96753CC73C072 /* Access.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 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 = CB485F43E4B0FB7A2EE0A0B61E3DD06D /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=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 = 834FE376D5961278B9856E2ECAFC5A59 /* RNJitsiMeetViewManager.m */; }; - 99375BDA2E80AEFBB3082A06F75CFDA9 /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 1811CC1E05BA91308113E0447FFF669E /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 995FC435F64072A7A2061B424BA99E5D /* EventBaseBackendBase.h in Headers */ = {isa = PBXBuildFile; fileRef = B0C5C8C3139E152A72E526B4FD8FB22B /* EventBaseBackendBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99643527DCEBED964CF9BDE5F2A1E93B /* ThreadLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = AE65C434DCC88F549EB6F81D23740EE9 /* ThreadLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 996D0F0CECEC759ACE25B647321F06C3 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4203EB175AFC90369B754FAE7363F797 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 997DF0418012D9C969CDDBE78493ACC2 /* FingerprintPolynomial.h in Headers */ = {isa = PBXBuildFile; fileRef = 68917CEE2D828038F9EF57A7E7D13DFF /* FingerprintPolynomial.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9989710C455B5CEE190AD8167F4BE6A9 /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B3AB578942D50350CA6DD1A2C4CE6851 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9994C402A7E524E584C34B80E6CD76B9 /* MemoryMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = 06ED1503399F931536AD51E0C2C89640 /* MemoryMapping.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 999B0F124990D1C9D06A88CD54DD5CCF /* TOCropToolbar.h in Headers */ = {isa = PBXBuildFile; fileRef = 56DE755460910820B5A3CAE972DBAE66 /* TOCropToolbar.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99A007EAE06F3B5BC99BC1DAFBBDC8FC /* StreamRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A42B29DA8DCC509D2967F364F45C6DB /* StreamRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99AEF020AD403D33E3547834F98A6BB1 /* RNFBCrashlyticsInitProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = D28850D1E95D6F27209F77B2AC1BDD10 /* RNFBCrashlyticsInitProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99BE0D8D64FC6BB0AE3C08C484F60565 /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 395473F21F297CDA63A7CEF44F0B6EEE /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 99EA072406AFDC6171C6D22EC0C9DD05 /* 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"; }; }; - 9A2A7128EB69942C9C61F37DEFAFAD99 /* FIRCLSMachOBinary.m in Sources */ = {isa = PBXBuildFile; fileRef = A2C0FE182CCFD918BBC16E8588ED77A2 /* FIRCLSMachOBinary.m */; }; - 9A4764272B17E0B5E1B5872BD4975C9E /* react-native-restart-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EEB995B2D730D162A54F93D035725392 /* react-native-restart-dummy.m */; }; - 9A5FADAB4F03FE48215FE539AD6CDB6C /* RNFetchBlobProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = A93ABF4C4C5E4ABA14C34080C891D277 /* 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"; }; }; - 9A8F31B76FDDBA13ED2C24E187C2A82A /* FIRCLSThreadState.h in Headers */ = {isa = PBXBuildFile; fileRef = 1322B5A410AF4AC8672E585C3DF04788 /* FIRCLSThreadState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A8F74EDC8845731B3186DD9CB2206FE /* RCTHmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 312AD8F9853410B90CE6A66D491989B9 /* RCTHmac.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A913E15108F9C3F0E578EF7298FBF1E /* GDTCORPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 1342E4C32D6D019A9D63E3F2A860FB21 /* GDTCORPlatform.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 = 5227A7283B06207612E46D8A5F9D9230 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9AE1798E8CFBF0D82711FAA39E05C659 /* FIRAnalyticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = EF24D732027271237A9F056530E1D7D5 /* FIRAnalyticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9AF14BE3C850BD7FF29557EF4CBBCDB5 /* FBLPromise+Catch.h in Headers */ = {isa = PBXBuildFile; fileRef = 25FF97004F3FD3906A3A2BA762C7D676 /* FBLPromise+Catch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9AF2454F235E6C326A9534BD8741EA4E /* Pods-ShareRocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 81ABB69299E6F3BB892E995CFDCECD7A /* Pods-ShareRocketChatRN-dummy.m */; }; - 9AF2B2ED7315DC7E1E1E40C4906D1713 /* Merge.h in Headers */ = {isa = PBXBuildFile; fileRef = 9719666CAEC85DBF140837F26DD5CD5A /* Merge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9AFBA6E8281477394DCAE975BA295C7D /* FBLPromise+Recover.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ADB839D8E97A5BA67A8085C35FB027F /* FBLPromise+Recover.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B2E8A0FAE93947C0EAB20E49442F301 /* FIRCLSSignal.c in Sources */ = {isa = PBXBuildFile; fileRef = 85894402DE158F768A5AB403A3E8B761 /* FIRCLSSignal.c */; }; - 9B2F39DAD57369F4D26A303EB7D942E8 /* Observables.h in Headers */ = {isa = PBXBuildFile; fileRef = BEC3066DC9C5D09CB3034384AFBBD902 /* Observables.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B55638800419E3DBB4A67238367B52C /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 80DF766C6A559928E4F082BDD91DF0EE /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 9BA15B9892D3EC5C5388D2E7F3505CF3 /* RNFBAnalytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C4C03EFB38C9C7BB9C71E3C1AF2E62B /* RNFBAnalytics-dummy.m */; }; - 9BB4C3AE128CC769953DE42110419C51 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 225A552F4CD3FFE0863760C65CF9820E /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9BD3305F76866E9B140C03D998AAECDF /* GDTCORClock.m in Sources */ = {isa = PBXBuildFile; fileRef = 63B9522FB756289AAF91DAEF6C4AC4FF /* GDTCORClock.m */; }; - 9BDB38B8F2545EDD0BD84A28C1E4E760 /* GULSecureCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = D113EDAE5ADAD3544EE9FA72674D4244 /* GULSecureCoding.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 = 3E791654DF357AA30639DF29BA9E6C02 /* RNJitsiMeetView.m */; }; - 9C55F1DF8045F9BE4780B0AD61D3E046 /* FIRCLSProfiling.c in Sources */ = {isa = PBXBuildFile; fileRef = D5C399FE8E5579CE13BC1EF5D43E6877 /* FIRCLSProfiling.c */; }; - 9C5F1472B80430D5AC9FFAA0E5FF9499 /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = D834F04109B56714D495E6FC5BE70744 /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CA01B91119E61D3A0D4BF65EE6F310B /* 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"; }; }; - 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 = EF9B588884B0BBE909D594520AA1C0B4 /* QBVideoIndicatorView.m */; }; - 9CF004B390B402E754C6835D40A5ED98 /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9768D3AC6362E4EDBFA97D4BFE569439 /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9D09C724F69E869BD8FEDF056BBB6B8A /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = F31409B1E003E1A81B593C55B1EC27E6 /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9D1A8E6C6AD16F24CF2DF1890195FA9B /* Arena.h in Headers */ = {isa = PBXBuildFile; fileRef = 9290C878E1AB6225AC7AE7CD1C5A9DA0 /* Arena.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D1EF7F398DC1B040EB1ABCC20E39B71 /* AtomicUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E30690E9943B49ED8BBF818F98E88C7 /* AtomicUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 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 */; }; - 9D491B508F591D643FC266C85550842A /* PropagateConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 652D1CDD53E31E74B821F67139F86D06 /* PropagateConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D81100F4C48477434A860FDCEB3410C /* REAPropsNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 146E3554D46D43755846C29AEE24E700 /* REAPropsNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DA8EB1FC867253A1E28427948A778CA /* FIRExceptionModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D861316CC97FBDB3DF0B006C5597405 /* FIRExceptionModel.m */; }; - 9DB4681A14C4B7BAB5E5C3260159E038 /* FrameSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 892DBD086354A43D4AC20999CB2B9538 /* FrameSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DB6EDCAB653E3B88784869034DC5473 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = C19E947615CDB50A244AF0D79689F024 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DBBD8293DB6E111126AC295A4A6360F /* GULSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 16796F247BD5E397418931BD0FC32B24 /* GULSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DBEDAE0E8C4AD74E09B1C747A6A302C /* SocketOptionMap.h in Headers */ = {isa = PBXBuildFile; fileRef = B4A52FB076CB98185EE0AC3D52201967 /* SocketOptionMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DC611D735478B22791B9F3265E9B1F3 /* 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"; }; }; - 9DCDFA688EB66A3D36CB49F387411C28 /* RNCWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9C5154F9732F66707C878DD464A834 /* RNCWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DD9E9FA469EE8851F753F3889F72DA0 /* ThreadCachedArena.h in Headers */ = {isa = PBXBuildFile; fileRef = EB33B4A9520DEDA3CCD3E49CCA5FF4F4 /* ThreadCachedArena.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DED97E22B9F12E18B9D90BC38841FEC /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 3352857D588699245FDF8509E5508852 /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E003E8C0250A351940CD51439FB964E /* BlurEffectWithAmount.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B484C5C931F92AF7CBD876D7D12990C /* BlurEffectWithAmount.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E22B90ACB62733F2BFE0B0F29439484 /* 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"; }; }; - 9E378456F6F094F566A40FC1A6089CE7 /* FIRCLSPackageReportOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = AA6E5802A99B16C26B084997703C96B5 /* FIRCLSPackageReportOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E549BC48C2EEC5F37747DB43A90618C /* AtomicHashMap-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FD2212C32FB6588D5F6BCB188042E17 /* AtomicHashMap-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E5AB89F423BAC2916C2495DB25A05A2 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CD8756361046D986BE3B405CEFCAA42A /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E665218BE13BD41A0F38267C022EF8D /* 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"; }; }; - 9E8644F086DA4D7A819C92727D82E982 /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = FAF5E90534587955F75F0BA1B47586A0 /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EBF1C22F1C606D777EDE9760C205AD3 /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 94BC75EA2E2120908773B450B28D60CF /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F022A275022F6A56362C588B816B3C8 /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2DBC6F587D10B130A5B37EB95F7EAB08 /* 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"; }; }; - 9F1E2B5EFD9325C3ABD1DD3DAEBA6800 /* FIRExceptionModel_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C85C2B0C3932CB49E84D0E56FAE06E71 /* FIRExceptionModel_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 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 = FDFF32B37C4CBEC8DFE59CB632EF429A /* ARTSurfaceViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F3B9DA9669C59E564518C1A96A97643 /* Chrono.h in Headers */ = {isa = PBXBuildFile; fileRef = 626200AE3A3CF5624B35EB1686270AE3 /* Chrono.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F563F27420EAB0B4D4D7D605FE16CE0 /* F14Map-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E4D562C86776D29FC05C7C895364AE /* F14Map-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F7F58E0246EE4AFC13AC9BBD7E2CB17 /* RNCommandsHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 49ED8CFF6DB840F41A88C5F2BF784A49 /* RNCommandsHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F8EB12BC10441086E0A5D204EEBC722 /* RNFBAnalyticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 14CB05ACEC53F519214CD198D024E10A /* RNFBAnalyticsModule.m */; }; - 9F8F122D6EA6925A2B3A5F6A19B3DA9D /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = F682780033159E45107B4D98B702A331 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FA5FD43E5B421A79D9BF607E331934C /* 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"; }; }; - 9FA66477A669D8EED92F5ADB645D12D2 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9643E8740B81C641EFEE8E28DC3F1B43 /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FAA03FC37593B8F8B2746F03F15AF4B /* GDTCORStorageProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 42BF07A272BFF84B1F4116A62A58DEB9 /* GDTCORStorageProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FBD43B6F69DDDCF47E5AF19020EFB34 /* RCTSettingsPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 997EBC8BE604034B46AD0C9F61326E38 /* RCTSettingsPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FCE3BEEDBD99A18FBE5A30E3DF04D1F /* BSG_KSObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE178371059198CA42CA56038C97FDF /* BSG_KSObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FF2917107FAFF00FDB75E76F5F610FC /* RNCAppearanceProviderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9686FEC2F21AE9148D325911544DEB44 /* RNCAppearanceProviderManager.m */; }; - 9FF5160E99B84923A6A847416332AF99 /* RCTAes.m in Sources */ = {isa = PBXBuildFile; fileRef = 54252CD0E2DACD33DC19F6CBF62BEAAE /* RCTAes.m */; }; - 9FF5DFEB51E1C0AAAFBD2E826A2DD996 /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 805550F64081228F3070DAAF4E55A56B /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A0200D7A1ECC67929D1B42F46BE662E8 /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = E5EB69501DE9F10DFE6568529C7A8C86 /* RCTTextView.m */; }; - A04AEF08A74F6C1B1CDFCC9201A9C24D /* Range.h in Headers */ = {isa = PBXBuildFile; fileRef = 10C26B6C57391F13B031D5B60B41F7FF /* Range.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A059148F567084AC925717E8AA5CAF7F /* RCTFileReaderModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B23C135E22C7EB1E10D4FC8EB3494ED /* 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"; }; }; - A06CAA42526100CB65D115B8CFC003F3 /* FBLPromisePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 85F59B9B90304267C7154E3BCEDAE35F /* FBLPromisePrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A09D2FFA86165E14C62233968D7013D4 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = 48B1F0EEB5BC7CD84FE4740E7A2F918A /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0ACC7F83CDC302F2DF88876292419FB /* RNCPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 15D2DE204B96BF039F373E4E73D6767F /* RNCPickerManager.m */; }; - A0B16A8ED149E376671B47003709E603 /* RNRootView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F9C83C94C5A033DE5FC5256781BFDC51 /* RNRootView-dummy.m */; }; - A0B65B015AD1A7BCB51B9F8003B1D800 /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8218AE0CFE92AEA1DEC811E426750558 /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0CD2A76FE4C0970F1753683D1E65C1D /* EXAVPlayerData.h in Headers */ = {isa = PBXBuildFile; fileRef = A678B51D58684911B1FB52F1BDF20F1D /* EXAVPlayerData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0EC40F3934CCAFFC6EF3D498D3F499F /* EXAudioSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BA7E9FC4132922B5FCCA8DDA0CEDE546 /* EXAudioSessionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0EC8226305F7CDF45D626B173A78142 /* BSGSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = C11CC0DA5D4925CE4831B70BCF2C8541 /* BSGSerialization.m */; }; - A0F648B11A19F71EB5A5DB66E1CA4556 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 067E10B4372B09320BC2CD0420B5C71F /* diy-fp.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"; }; }; - A13EC7A197E1D1A4B458D79C2D306655 /* nl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 43DC6B18562D8277B642E9400F967111 /* nl.lproj */; }; - A14D636F3FAC98801B9123E984641F30 /* jsilib-posix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84D6F063C1E712C35B33FF5E16205A6 /* 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, ); }; }; - A15DAE2BFB33DFDA89CF1A70D47DAE51 /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 483D58D7C717E7418C4BD2707C2E636D /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A16C18D9138296744AFF8F7F748CF827 /* HighlighterView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AE5861144A94B7EE168C8AAB3D8A4C6 /* 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"; }; }; - A1820A98281739F8CCFD1A160AEB3562 /* RSocketServerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 50A50A97EC3C954256B3D9F8339A7A58 /* RSocketServerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A185AA0D4887B2CE699640D4D7AFA626 /* ARTTextFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = A12799C046CCF8B1D11822A427B1C1BD /* 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 = 6B6E5D6932C0D562DB4009B77A904FF8 /* RCTProfileTrampoline-arm64.S */; }; - A1BD3EF5F8E40C42F8C2E6311902DF10 /* PTProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CED4A49F87BAEFFB40B3F4315F9E7C4 /* PTProtocol.m */; }; - A1DB03CEB3C4AE3E9C151975F485EDA8 /* RNForceTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F6DAE140949D3190B198267DA959FD9A /* RNForceTouchHandler.m */; }; - A1E98F7E4E51D39996B91EC5393E2680 /* Core.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FF84A68DEE8E0FE347F30FB554B9464 /* Core.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1F2D42296EBB525DD936F23B0423BD5 /* FIRCLSUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 2080A0BBC9EB23B9D268F28952C409CC /* FIRCLSUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1F52978FDA5EC7AD4635D845C107B9C /* Init.h in Headers */ = {isa = PBXBuildFile; fileRef = F9F17229D01CC29A7EF2AEF9A4E366C9 /* Init.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 = 4F30A6ABE78EE663FF6B398028C9B912 /* Aes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A20934A1553BFE2A0426BE5CEB658A85 /* ARTNodeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 47388D870B31EC84D32F128B832D77AB /* ARTNodeManager.m */; }; - A2441A8CC7E81A1C4229640C1BFA555B /* SDImageWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = A7DF825727EF0FA3C86BC0FED128F216 /* SDImageWebPCoder.m */; }; - A2581B8823456EC69A9EEC651DCE45F8 /* 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"; }; }; - 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 = 83F420E9A79DA18476E81FACA666350A /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A29838D1EF56622F3749F84D0B6778BC /* LNInterpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 600C3C92094713A3E281BDA8DAB79712 /* LNInterpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2A6957BEFE3C9E7D45234DF91A5F8FA /* MPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 54A53497F63A29BB772218162F82EF75 /* MPMCQueue.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 = DCB09A0C1EE7D3ED5287C05CB717B015 /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2B02DD670D2C4BF160232567D2A55CC /* RNCWKProcessPoolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F10E18E2238734089DC0BF6B38C63078 /* RNCWKProcessPoolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2BC2164F697F86B38FE45A0DB3B51D8 /* TcpConnectionFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = B8C153636514DB0BFC849F54543B230A /* TcpConnectionFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A31E6FDE6D2C77F4FD428F8AC1DDC196 /* StreamStateMachineBase.h in Headers */ = {isa = PBXBuildFile; fileRef = E226F00A2E75798E4CF7908126D1DA4F /* StreamStateMachineBase.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 = ECB80CC471E023A0439B3707DB66D560 /* UMAppLoaderProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3435BC5F7C6F25846D7EC2C50C2F318 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CBC0B139AE3B576BFA49B173F1B6FFC /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A351E4408B2E661FAE16FE83D890C0B9 /* TestSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 71484EB728EF2BD10A80516F52EF1833 /* TestSubscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A35418D46CA9246C85600C06BC21AFBF /* FrameFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = A6746951849D20BDFD53DDB77767315D /* FrameFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A35CD3327A0074893BAD5E1904E45A36 /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = D6E36611DA2E311934E91A9E5E1FE7B4 /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A36AEA9AABB84C69B385AE94FD1BE0A0 /* RCTRefreshableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B215F19F866ABC96CE13417B43CD18F8 /* RCTRefreshableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A37FB8913F1C27F36D6F39F87E0D3F53 /* RNCCameraRollManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 01D4684FA3974731D182727D4E7D7F5F /* RNCCameraRollManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A38078DF6D462A1E0A1F4EADC9185831 /* Unistd.h in Headers */ = {isa = PBXBuildFile; fileRef = D34AED4B5FB4F3CE12AB8E397850C360 /* Unistd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A39B0E442DFA75256A8417309B5CA197 /* UMErrorCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = F18356903CA7057EECAD19368DABADED /* UMErrorCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3A65DD0F777EF8682EABA6BE42F3AB1 /* RCTRedBoxSetEnabled.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B83C36B4806E5F74CFD0C7B517B1C96 /* RCTRedBoxSetEnabled.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A3AC5F82CFB2235E3D607D10940551AD /* TOCropViewControllerTransitioning.h in Headers */ = {isa = PBXBuildFile; fileRef = 76231EC71D774BB102B80089570B7A6E /* TOCropViewControllerTransitioning.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3B2405E77004154CF0748742886285A /* FIRInteropEventNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 41EC5930B8C1892BEE85D9814875D011 /* FIRInteropEventNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3B65AB352EDA7A1F5E17B1FE72CDF37 /* EXWebBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = E5DBB3E00F5073F2F08B0412494739D7 /* 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"; }; }; - A400B9B8FB9F5F41500F5CC75EE44047 /* AsyncServerSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = EADE5576E6213234C21845B187C04751 /* AsyncServerSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A416338BF26AFEA94ACEF274AB9B2D9E /* SwappableEventBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 615E8F8BDB54C96D575E86107995249D /* SwappableEventBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4229FEB301824CE1DEED815070DD55C /* 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"; }; }; - A43CC1671CD227216978189512CCE0A5 /* ThreadCachedLists.h in Headers */ = {isa = PBXBuildFile; fileRef = FE74A323793E31346DD5F32CCD956491 /* ThreadCachedLists.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A445B0E11B54A94A48091E04027D1F80 /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 00BF9522F664E6992647C38766B8A841 /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A45CE9C00DB923B48D5AD52ACFC6E33C /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E1829829DB5AED6E8CC468AEA3033127 /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A46AAF7A42339DEEC13CDDF0F836FBB2 /* Restart.m in Sources */ = {isa = PBXBuildFile; fileRef = 87CBBE9870A9BCCBB44296A5077B389D /* Restart.m */; }; - A4769B0EB887405108D381690EE6D66F /* RCTTypeSafety-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DAA07F9B18F488404697C02CC478BA1 /* RCTTypeSafety-dummy.m */; }; - A4C2F0DCFE8D97F5EFF367A714DF5676 /* ARTNodeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5674180BF7BE2C9F68EBD9667326F07C /* ARTNodeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4D5520D0137473949DA762ED51C1E97 /* ARTRadialGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 45B9FA661C62868A2E317E69372832DC /* ARTRadialGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4DEE42DFAE0049FC953D79F1878ABD2 /* GTest.h in Headers */ = {isa = PBXBuildFile; fileRef = B8FEB1C9F8CC4C30834CD811545EC34F /* GTest.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 = C388F39666BB99F63B54F888E6B42A46 /* 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 = 2DCCBE64785A3CF277AC5F284223DC81 /* BSG_KSCrashSentry_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A523328D8C4346DCB251B4ED2635D387 /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BD9E036A3E01F874F629F485D741DDC2 /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A52BF619089394AB873BEB1FE81BD58A /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = CD7949D5C48340C825D94397FB112210 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5311C41407A9630A0ADE0D79CC5C391 /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 76E2ECEA10150649C9E394FD8ACABD25 /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A56001E1BB1E95CAE9BC063E754D877E /* FlipperClient+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = A5983CB225014673BDAF64581994E4C7 /* FlipperClient+Testing.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 = 191BAEAAE97F41BC2E2BC135914FC373 /* RNFBPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5A541FA67495AD139777D6FE3535E22 /* BugsnagConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FA23E27D245CE31B7AB6C21FCC18BCA /* BugsnagConfiguration.m */; }; - A5B083DC443DFF40EA663575FC40CB8C /* RangeCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 9388C1C21EF6DEECFEB06DA212C39122 /* RangeCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5F64A5F8053FE0D6259ACDBD4F88266 /* 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"; }; }; - A603EA531E1337687545DE9F0DC22140 /* FBLPromise+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = C734EA9B27E68E23F2959BADCD475545 /* FBLPromise+Testing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A60C49347CB026AF9F413F42A87B6658 /* FIRInstallationsAPIService.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E11D330985329B8B6D0E6A5B3B37419 /* FIRInstallationsAPIService.m */; }; - A60EFB2995A377F91CE02D5AB813E667 /* FBLPromiseError.m in Sources */ = {isa = PBXBuildFile; fileRef = 021A156296AB0554566843FE9796E67A /* FBLPromiseError.m */; }; - A6103521B552C46B2EA602282260B5BC /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = F960E7A6863C77B79464020B4FD63F61 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A61DE28FCDEB69EF4D5366EB1975DE6D /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = E06B4784F7A3058EEA6E62C5028F2C2E /* FIRLogger.m */; }; - A61E1AD73CE201E81B0115B04120451D /* AsyncUDPServerSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3B994D0C87CF11D38862DA72EE2BBF /* AsyncUDPServerSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A62B8FAC0BC206454BD310B15A148378 /* UMUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 365B73C1BA70894D554152755BB36635 /* UMUtilities.m */; }; - A64560801A6CE1E08A25A23884DBEA8F /* GULKeychainStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 24D620A3E5583AFCA1B0728AABBA7D8D /* GULKeychainStorage.m */; }; - A67605697A81BBB6F315448AE55D7B7B /* 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"; }; }; - A68342B145274FF238578BA5C2372467 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = CD878B0411AE7B509018B7E4677A8D9A /* SDImageTransformer.m */; }; - A68B8FFD225A335FF0BBECB05284CCD5 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = E2AEBDE2BFA6F4BD26C6F1EF52DAB040 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A691A2C3279D1BC307475576D7838143 /* FIRCLSDwarfUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E9397A0636933F5CE512BE3684A997E /* FIRCLSDwarfUnwind.c */; }; - A699D4DEDADFC42D669EE52778F04DD4 /* RNLocalize-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BD9B7F46F6CB52CA4159BC14439297E0 /* RNLocalize-dummy.m */; }; - A6DA43775DD9A372BB05176BF2166689 /* YogaKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A521FD27B8E3145D0A2E93916587D9C /* YogaKit-dummy.m */; }; - A6DCA910E5B7FEDCB7F0E2A23CD1D942 /* 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"; }; }; - A6E5C0B988F2E8CB86F1665CFC4EA48A /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = C0DC6FC0CDC9DC9BF80FB9318C9D715D /* RCTTextAttributes.m */; }; - A6E5EEE860308A0594167C9797B28DFB /* QBAlbumCell.h in Headers */ = {isa = PBXBuildFile; fileRef = DC447FC789B013D6C0D511133D0D0AF8 /* QBAlbumCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6E670FE51ED41A843039A08EB813375 /* BSG_KSCrashSentry_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = BD3AA8B9FD7BC13E46F6041D7AD28193 /* BSG_KSCrashSentry_NSException.m */; }; - A6EAB9C4A0A2889564C4E6E44FC2424E /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = C669CC34E605D6C4FEE5421C25BF3BEE /* GULNetworkURLSession.m */; }; - A72B548AF3493AAFA8C2D76B9C4548AE /* FIRCoreDiagnosticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 58867A44AB3C91E7BF1716ACDAD868D0 /* FIRCoreDiagnosticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A75F67BAE109D953729054CA3FCE37CB /* Flipper-PeerTalk-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E787DADE1B10686C7F11F78152091938 /* Flipper-PeerTalk-dummy.m */; }; - A760DFA573F02FD70843C16CB0044807 /* SysResource.h in Headers */ = {isa = PBXBuildFile; fileRef = 964E5D3773A0F9836351C7D1157D2063 /* SysResource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A765BD963D4428B0585FE5B579CD0DD0 /* FIRCLSDataCollectionArbiter.h in Headers */ = {isa = PBXBuildFile; fileRef = FF0A2D2EDE293DF2F4DF68BF73363CA0 /* FIRCLSDataCollectionArbiter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A78DE8FD69DEF90F78B3FAAF700A689D /* FIRCLSDataParsing.h in Headers */ = {isa = PBXBuildFile; fileRef = DAB1BE7988FACE56BCCF1FF347382E85 /* FIRCLSDataParsing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A794A41DFE7CB8EC13D88728FDF904C3 /* RCTTurboModuleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E0EA0978AFB2318DDD2B4BEE06CB654 /* RCTTurboModuleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A797757BCA62DCB2DA63763AC95E605B /* RNCSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 805787D0D109B2B72EA530123559E82D /* RNCSafeAreaShadowView.m */; }; - A7A5BD9D7814C379D8B8E0E04F95CCA9 /* RangeSse42.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B530F423B7BCB94F7615C96C8F6D391 /* RangeSse42.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7AAE1F4DE14ABFAC3ECDB4DF3359EC8 /* RCTImageEditingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6FA442AAB4FDEAEE4BA70D9584FC4600 /* 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 = A773A0CD3E06C7157A536DED6F312C6B /* REACondNode.m */; }; - A7B51F5B8A6EC88A9AC60AEA8C5579F1 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E8C21CF84FE03C525D2ED072AA78DCE /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7CBB4FA781535D20605D6B3D7AEB381 /* RNNotificationEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 45E877008035D68D5DFE8525B645A3A5 /* RNNotificationEventHandler.m */; }; - A7E588EB1B8F0345B2014BCE041E14EB /* F14Mask.h in Headers */ = {isa = PBXBuildFile; fileRef = 322A82C498CD553E8EAB29EEFDB652E0 /* F14Mask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7F62D637EC54A62FC83A3692AE15DF3 /* UnboundedQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = BAAE5D90061D1504B908ACDD9265C876 /* UnboundedQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7FB15CED456912B576E06C12A00C728 /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = CAA214D35A73D103363CD9902FF12287 /* 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 = 47CDFFC550D404BAAB0ACB009517E428 /* 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"; }; }; - A815F9755430CE3D28CA90A9A2939A6C /* GlobalShutdownSocketSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 975EFFE50671181EA7FE65731F444625 /* GlobalShutdownSocketSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A84C0987AB5A7705F295023AE0941A0F /* RCTLocalAssetImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 21C67E1D002EE5D253998035E41F067E /* 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"; }; }; - A87300B034B975C706A4C6EAD9981B5E /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = F8633AD2C2D2826B1719D48E55655BBD /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - A877D518A821835130C5621739AAB0BB /* GDTCORClock.h in Headers */ = {isa = PBXBuildFile; fileRef = EF1074726BB5D4DB69C6542C0D3CB716 /* GDTCORClock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 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 = 6B1A76501866119A498111814ADF455B /* QBCheckmarkView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8A86CD9894A70BF0B97722A90BDD958 /* 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"; }; }; - A8E6FFCCCD319F0B847A60507D8A5E24 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 52A15AAFC4F7EA5E7CE720568FEEE56F /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8E8D665FE34EC5FF5C6C8887E6D3740 /* dsp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DFFCF6C7618636B00905C9A7F4C3637 /* dsp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A97E82F2ECC85130A0E39FBDF6A6BFB3 /* ARTGroupManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0605AA88EBE8392B70857FBC86423EF9 /* 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 = F2C743BEBB9E434F0B74F5D246EC3F0E /* 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 */; }; - A9BDD09C319C919AD9891C9547795B85 /* PriorityUnboundedBlockingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 60ED83E4498EEEC2A5C4980AEA4D5BFC /* PriorityUnboundedBlockingQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9CBF613BE8AB3F7E96E9A89C9CBB63A /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = CAB5491969C70E2591BC5ABDA2AB58B4 /* SDGraphicsImageRenderer.m */; }; - A9CEBA226FCE19E20561B3EC0C73F45B /* Combine-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E506FE1181DF4E7CD2909912B03081D /* Combine-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9DB6ECFFF04B3A4020D7DA692CF6DC8 /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B4266FCA84A2445259F2B0B36632E54 /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A9F0CE4A7F61609F5D7AB513AD1994E5 /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7F8C30830E4AF654D2E0123BFD96CB /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9FB072399C61B2494EB51AE6A481A76 /* 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"; }; }; - AA2B216E0365563B09B457106758FE16 /* RSocketErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 4125CC60712437828270A8BCAE44E53C /* RSocketErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA3B6A5DE239AC05EAC8AA78543E7303 /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 807C7BBCE9A41B574AA9EA2596B791FE /* React-RCTText-dummy.m */; }; - AA4A4F4FBC3991A4038F6ABD9969F0FB /* MPMCPipelineDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = A5E9DC172AD34A4713A751188C64DC86 /* MPMCPipelineDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA60032B0450CEC8B9E378BC6D0AAA9C /* NamedThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = C4865922D1B88AF661EA95AD6268105C /* NamedThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA725C371ED2465746D713B036D28AF2 /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = DE38D84F9D80B2B450E8CE964B06EE98 /* ImageCropPicker.m */; }; - AA76F7B177CE7089F91582111C2D0269 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0ECF4731E83E8CC7E9826A2245353A13 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA9398A0E3FB9E24C22168A448A924B2 /* NetworkSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = C9CFFF52CBAC252257973C2B83984EEB /* NetworkSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAC98FA5E7E6DA6F755C97E871C49BBD /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 50A11E4285F9582D6B1FF0B483C92A1D /* es.lproj */; }; - AAD7EFCA7023F8E40B7A307366209AB3 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7399E0BFA69307474E43AED1CCF826B4 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAF0C65AA93ABCCF8215D8AB90AF1650 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 251399F4F19CF72905E528830E3DAAB1 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAF190F7F93D42B0CD6904B3EEE03C8C /* RNFetchBlobConst.m in Sources */ = {isa = PBXBuildFile; fileRef = CBF279547224E391A6D61AF6BA8D8B30 /* 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 = 760FBA164CE4D40C5152C8A412EB67A7 /* 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 = C9B652AA84F09172D6E3DFE22EDDBD1C /* QBAlbumsViewController.m */; }; - AB1C929A07DE1226F328EFE67065E882 /* CodedInputDataCrypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C3FF137BADDFE43A3D43D7DD44A6676C /* CodedInputDataCrypt.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - AB2557ECDCDE7C6CD68BC93D37181717 /* StringKeyedUnorderedSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 147F5B50E02D3D1F04DC42B57A7AA3E3 /* StringKeyedUnorderedSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB72A8D33F9D1856BA7168DB5B2791B0 /* ExecutorWithPriority.h in Headers */ = {isa = PBXBuildFile; fileRef = ED3D71A2765A5DC9AACBE81A76C03BBD /* ExecutorWithPriority.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 = 24BDB052E02B4D7010E17DB94DDDA4ED /* SafeAreaSpacerViewLocalData.m */; }; - AB7CDBB8DB8DDCCD753DA66FB48FF54F /* SocketFastOpen.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B6B9EBF7BDC8B35AF82ADA42D843897 /* SocketFastOpen.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB8C04A89F1BD9B3F8B0F386FD4E965C /* 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"; }; }; - AB8C0623A643580EE18888EC3B7BDC01 /* 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"; }; }; - ABB9548433EC6EAA495C8A2C3DECD939 /* RCTGIFImageDecoder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2FD15DECA7D3199FDB210C4AF7D3D2F6 /* 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 = 0AD6553E78F718AF5A52917E0D45CDCE /* EXAV.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABF7BDF07F7C297B689B6149845A4B21 /* GDTCORUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = E86CFB45F7E77FE0732B71E4E950F03F /* GDTCORUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC04B2CCD0591B2DD8EC1F5E85DF341C /* FIRCLSURLSessionTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 4177A5C506C7D1C92F532B7B3FD2AB91 /* FIRCLSURLSessionTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC07949E783BFDF67AC22940998E8226 /* RNCSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = AF0E2BA96CC946CD263588759AB4B7C8 /* RNCSafeAreaViewLocalData.m */; }; - AC43FF2B24EC0DB43DF5226D9E2A8159 /* react-native-slider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1016E9B4089E24A4F3B8AE470CE4F375 /* react-native-slider-dummy.m */; }; - AC5F1F69DB0B68228DD0866AEBBF7E9E /* REAModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1020C357B9F0CC0BC1D35DCD328BB552 /* REAModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC962D0776694818C3A36065DBF293A9 /* GULOriginalIMPConvenienceMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = CB542A759C26591F57DB8FBBE8DDF8BD /* GULOriginalIMPConvenienceMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACB03BB02A279EED2F935404C0553FF3 /* 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"; }; }; - ACBBC62CED6EF644685B982229156C4A /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = AB738E27CC81E2B144727F0570CC7434 /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACBD2026A18F59E32D2F3B256E5A0E01 /* DelayedDestructionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 006665DF66925F28D67FF1FC672691EF /* DelayedDestructionBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACDFBDADC0ED6A592142E1E878169D69 /* RNFBCrashlyticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 37109495CC36F77A55D9CC593CF5309C /* RNFBCrashlyticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACF9E58E3239581E7AC8B5023677B0AC /* 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"; }; }; - AD124528499F7FF06B589C5D2C7CF5E0 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 220DAE379E1D02CA903B3F194145101C /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD22D5927EBA7856411A5A5B7ABC4B8F /* Fingerprint.h in Headers */ = {isa = PBXBuildFile; fileRef = 5354E78EBA35232E8D5ED26CFB99DBA3 /* Fingerprint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD2FD6DDD1547FEC5CC2FDB18EE4FFC9 /* BSG_KSSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C311035BC5AD6A47705E092A3BCC09B /* BSG_KSSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD3DD021B18EB103C144A17DBB759DC5 /* REAParamNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AEE1AE20CE2740D17B0A5D60B528FBB /* REAParamNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD4EA5FF947A946A12CB1F854DBBAFEF /* FIRInstallationsAuthTokenResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F780E07458725370847BBBBE826CC2C6 /* FIRInstallationsAuthTokenResultInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD5B4615C07C7F4A5BF1C6AB86BC4BE1 /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2412740D8B5C699F1DA6D7FF2E5B0326 /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD62627C39B5BAF324061B71ECAA46F9 /* VibrancyView.m in Sources */ = {isa = PBXBuildFile; fileRef = CB5083709AC11651261360021B88DE51 /* VibrancyView.m */; }; - AD7EBAD74008845B57FBF391AA29E4CC /* RNFBMeta.h in Headers */ = {isa = PBXBuildFile; fileRef = 15436CBB674FC9C3C4B44FCADD90A35D /* RNFBMeta.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD811EE43CC60A940768EEA939DCFBA4 /* react-native-document-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BC84C16D83F95A0157AEA5424A09F8E /* react-native-document-picker-dummy.m */; }; - AD91D024AD639FACF7D9F42AF6129707 /* RNNotificationCenterMulticast.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D7346CAF21F91D83105D5120265D77E /* RNNotificationCenterMulticast.m */; }; - ADA81D6992C86DCEB87920B0325900BF /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = 85072152FDFD745E109E8479F91EC007 /* 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 = B7D05EA74A85451A510B688295FD30EB /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADC909D50CA8956E26A09D816B263DEE /* RSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 74F3803F542E8771E6192D36D0FC01A7 /* RSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADCA2E22B66E748E23E3E0B4AB986E88 /* Base-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = E3F716A8FF9AD4F56958349F33B21560 /* Base-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADCB34DD3E4199DBD235D16372B92E32 /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 65F120F63B7CEC100D6A4AFF8BD54AF0 /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADCB55F484D0BFC43A8FA44DB09BB2B5 /* RCTSettingsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7ECBBC2611F0C981B4FD94029B690820 /* 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"; }; }; - ADDA0A8B8E112F07CA0165FE134B8954 /* WriteChainAsyncTransportWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A19277708679835A472301E2174AE8 /* WriteChainAsyncTransportWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 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, ); }; }; - ADFCD3A2706CC75F9602F7A1F7B87496 /* FIRCLSApplicationIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 5128F25C51E08276E7669C7921520E74 /* FIRCLSApplicationIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE0195E93037B4A541B7C05657A75124 /* BlurView.h in Headers */ = {isa = PBXBuildFile; fileRef = AF2736D6198517BC7B94300A5E9594FD /* BlurView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE215C3E8667F17B7AD18300B51BE880 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = FB205347D6F99BB9304F49B652D078BD /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AE328E51305E959DB9626882ADF97E89 /* Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 22CE50FF234CDD024B7673DAAEB09167 /* Folly-dummy.m */; }; - AE383D9DEF5D919ACFEAA864AE8308B0 /* 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"; }; }; - AE3B5FFF91578BD86FCE678E4D511490 /* SSLSessionImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = A155010FCFF248CB6C00E0C4BD186F9E /* SSLSessionImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE6417572C1B73A3BC1D19FB6B6E9D24 /* EXVideoThumbnailsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B8A7ADB223DDEFA8F518EB76277C0BA /* EXVideoThumbnailsModule.m */; }; - AE70D975AC1A08A5CED619D971356446 /* SingleWriterFixedHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 20FD124932F28CED59F1110BD9812B60 /* SingleWriterFixedHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE7BE2B77D8D7D19E954C438F3529695 /* ThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 012AEF8A431D4EA31E3E1985B6C0AED4 /* ThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE88B8034E4EA1DAB7C63B0600025739 /* AtomicRef.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F71F980459D45BA165D5658FFB635E4 /* AtomicRef.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE93DBAE5E742A48020E413BB3351BA1 /* BSG_KSMach.h in Headers */ = {isa = PBXBuildFile; fileRef = D59C67DF8D547C81FC16BA20B3CBC2C6 /* BSG_KSMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE9D98FE8AB2BD6E78EC9A67AFD995A9 /* MMKV-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B0EA0F360C1A755E8A7F142807876E7 /* MMKV-dummy.m */; }; - AEA44A4C33AB87DDD22E03F4F9BF225B /* UMExportedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = DC365534295E44C28979C302D671A947 /* UMExportedModule.m */; }; - AEAA759C9F6CC27A7481BAC760E03E6E /* BSGSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 70C5F8825983D439F7613DFE8ED65B37 /* BSGSerialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AEB1A260BBB3152AD93E541F74199B1B /* GULKeychainUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B3CCC623058690AD5F00C57BFB79B3D /* GULKeychainUtils.m */; }; - AEDD016A7171CB1911A077C0BDF61BAE /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = D1B95922FF019F9EA3539F421A90F46B /* 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 = 9987B45EAA6E1CF4AD776CABDAEBFE22 /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AF0BE7E99C8415A6467FF2DC8E797358 /* BSG_KSBacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 36F81887E905A3D8EC5309FFAC152F74 /* BSG_KSBacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF3E6F22710568EC95BEEAFA0FA3D03F /* AsyncUDPSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 36089D8A62176AEBC1A1C33BB1F4587A /* AsyncUDPSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF470A4DF4B2BA77552B55DACC28175C /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = C3360CC02F884F73246268FF2F604D66 /* GULNetworkConstants.m */; }; - AF4BF2AB60870057A102870EF0294967 /* FIRCLSUnwind_x86.h in Headers */ = {isa = PBXBuildFile; fileRef = F2D623CFFCB0041F140894BB4714E6E8 /* FIRCLSUnwind_x86.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF607083502DB153643AA2C3657C2EEB /* Benchmark.h in Headers */ = {isa = PBXBuildFile; fileRef = 4278E6D5CBD1835FDDDBFD6C73E5E85A /* Benchmark.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF66026DBD0A6C03C7E13E6CE3874F11 /* IOExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 351727A9002248E1942FA98BBA348167 /* IOExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF6EE48569161C686172753B582E9575 /* NSValue+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = B9E517E84C2861BFB5685F7DC1C4CE59 /* NSValue+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFA0C72B948583394AD1358F729A8E43 /* AsyncTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = C887279443A2BD346F9E1A5525FB87B0 /* AsyncTimeout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFB1FC261EC88C0F1E6C9034AABAA68A /* EXPermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6626BD636A07096AC56C06DB2E7C6654 /* EXPermissions.m */; }; - AFB4E2FF5B7050B748694F93DCB7C400 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 88AABA5BD1B2F6B233FDB786663C41C4 /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFE4749B54925319011AD3C3D4578BC1 /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = A106B872B16AE4E27AADF4052E676807 /* pl.lproj */; }; - AFE5A446BAE5432B9084DC260CC3D290 /* QBAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 05DB7EABBEBDCD8AA01A01255BB2D3F8 /* QBAssetCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFEFE1B690C6BDEF94908C62187D1E99 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F4F0884BFE243B92759B5D2C4916D522 /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFF10DB125E49A4D18AD5E887ACDC2B0 /* FIRCLSFABAsyncOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CD0447938624C9437DB2425625A7AFA /* FIRCLSFABAsyncOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFFAC7511AD2D0D3F7C1AD4696E97CC9 /* RCTDevLoadingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = F06ABA86411AA9DA1553E7F739FB3C7E /* 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"; }; }; - B0138620B174EB526678E9FF53F5544C /* Math.h in Headers */ = {isa = PBXBuildFile; fileRef = 4743C5C05781D771D42C650FEDDF2071 /* Math.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B014A96CD07E55576BB2C6E590192E88 /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AA9CDD15A4D66B52EAABC9EA283C8A4 /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B03099E55FFA58A7071BADC9BAD0D84F /* BugsnagMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = 85DDC7298EF095E4DDF84D026B49B3B3 /* BugsnagMetaData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B035F5E463820F0596053BB8604BA7FF /* experiments.h in Headers */ = {isa = PBXBuildFile; fileRef = 62659B35B825FD9248C7DC9EACDF9072 /* experiments.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B03BF08C9580DF4D4659EC16D969361C /* BugsnagSessionFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DE6A21AFE5E9F7228A18EB2CC7330FD /* BugsnagSessionFileStore.m */; }; - B043026E9827E306ABC01E5F7EBDEE7F /* FIRCLSDwarfExpressionMachine.c in Sources */ = {isa = PBXBuildFile; fileRef = E70D1F51E37DCEF89D08E5171E037B1F /* FIRCLSDwarfExpressionMachine.c */; }; - B0909A7A6969ADD15D9CC211C33071CF /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 326EBBD35A4219C1174E65EF50578D39 /* RCTUITextView.m */; }; - B0B675CF97C4A8FC8D8FA49D63E0655F /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C76B4289ED679B67CF5684C116ACB4A /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0BF4161D9D94D3D2E3B8FA4DD873F1B /* ReactNativeShareExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DADB1EC4126C8A12103B04EED20128F /* ReactNativeShareExtension.m */; }; - B0D111C700BA74FCFAC38FC5518FB6AC /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 47D9CFBFE7E138F87CF59B99DE14DCEC /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0DA8371D4294ED2A19873058D58D87B /* UMViewManagerAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F6B2A2437B1240932C2FA824A54514F /* UMViewManagerAdapter.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 = B901BDBD09C8AB7C614C52CDE54EFBC3 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B11E5FB8E17EEF3FEFDF314CB95C918D /* FrameHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 762FD21B3739F5F2E25B8A6DCF36BE18 /* FrameHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B127D7148E93DEEE3176215709AFCAF7 /* FIRCLSUnwind_x86.c in Sources */ = {isa = PBXBuildFile; fileRef = D596272B69E2BF970FAD77801A872212 /* FIRCLSUnwind_x86.c */; }; - B12E8B1DF5A449E0090C037413D12493 /* RNGestureHandlerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 4954227A71F698BB21BD990255A9F4B9 /* 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 = 36CB2FEFC9933124012688302100CA30 /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B159EA16ECB07992DA8EDFA18146296F /* EXSessionTaskDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 315AA65F99A00F49E9080338DD6D77E2 /* EXSessionTaskDispatcher.m */; }; - B16080103ED619D497F9F38FDCD203E0 /* 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"; }; }; - B169AC1E18C6440BEFE0659C632C5697 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = DB9B17ECF8D9619BDF58E51646D2C756 /* 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, ); }; }; - B18CF03030926BAE02076D47E86B6B49 /* Core-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AEA83B57666893662C84F0AD4A511F4 /* Core-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B194305F6963D136233C0B033B0E5E57 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C979A288B8251D060F281A31B7D9EE47 /* 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 = 2048D347CE9EDBB07FA607B7211FFEA4 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1B30CE2E5772DA3F6773EE4C659498E /* UMViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4551BA83B07B7B7D7D05F79F90EB7854 /* UMViewManager.m */; }; - B1BEA4D94DD4E493A57735A570C151B1 /* Combine.h in Headers */ = {isa = PBXBuildFile; fileRef = D99AA483E8B28CACEF08CBA6E67558DD /* Combine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1CAE5F9925AB2F55B603952366E9A6F /* RCTVibrationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AE39856FB64AAC643A62BC321BF1882 /* 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, ); }; }; - B22EB6328DB2906E1489542E490B8C23 /* DeferFlowable.h in Headers */ = {isa = PBXBuildFile; fileRef = E667D8F6F62F23020B2C6A1DD4A1E95F /* DeferFlowable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B24A7823434538AD86BD5B7034F55191 /* REATransitionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BD1C3CEC460FD7FAF8C7739B284D00B3 /* REATransitionManager.m */; }; - B24E3BAD29A34380E54D23FC65CBFF04 /* EXSessionDownloadTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 882BE3144A3B256A08FCA14CD9681D3D /* EXSessionDownloadTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B24FB381E9D98CA2A84F7F32753B7B19 /* BSG_KSCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = F6DDA5F37439A7C0B0507640DAC13F3F /* BSG_KSCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B26194A97FF0360FAB663359B842843B /* FIRCLSMultipartMimeStreamEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 9728B984966BC98860FAB0C677395B47 /* FIRCLSMultipartMimeStreamEncoder.m */; }; - B27B96865E4E6C461AC34583416FF4FD /* Tearable.h in Headers */ = {isa = PBXBuildFile; fileRef = 903566020BC94B678C25CAE9BDE3FB91 /* Tearable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B27D09757B2B9400DB0784BF5CB3538F /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 378B98CAC2A39BEE994614C16D6646A7 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2C98C0A1B1A36FF8C852A96047B6B50 /* BSG_KSCrashSentry_User.h in Headers */ = {isa = PBXBuildFile; fileRef = 45805F101F28EE5187E23390F4A73270 /* BSG_KSCrashSentry_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2E2062939AFC23D321DB5608724EE79 /* REATransformNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 23E5B529B881BC24891D5B1615FB6F2A /* REATransformNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B313D9282040A2D049A9F5DBBFF26862 /* crashlytics.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 6DB0CD0B4046E0513F1D4064BDA1E73A /* crashlytics.nanopb.c */; }; - B315DEBE40A059E415893283CC261CF6 /* 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"; }; }; - B32AB77AA9A4DA642FAFF1F272196FBD /* SharedPromise-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = F00DC72340D8F30ADE4C39A5A9BD78E0 /* SharedPromise-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B345CC201A352A71FA8F55C2BE56A0C5 /* RCTKeyCommandsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 63CE2E0A0F90E4C0CC5D60BC261EE638 /* RCTKeyCommandsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B357C5E00A4A41A200C5A5F8DD6F45AE /* InterProcessLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 029B610777498F2743F1B0A193B3866B /* InterProcessLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B37DC1D3578C31D1130CA28CE692F82A /* GMock.h in Headers */ = {isa = PBXBuildFile; fileRef = FCF8ACAF97A58556468490129AB66C7E /* GMock.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"; }; }; - B3C7AF514B214934A9404F3310CF45CC /* ScheduledSingleObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = DBF23ACBD3AD3BBFD67E6B41856522A1 /* ScheduledSingleObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B3D7A8D8919292B71A7E53674AAD7917 /* RNBackgroundTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 413641259FBBF2278013FF359B8C4FDD /* RNBackgroundTimer.m */; }; - B40E106BC411C9E33B44AA88923C5044 /* upsampling_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 5C2A172DABE612EA73299FA5E2DA086E /* upsampling_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B41168087A3B4FE4CF51658E9C2EA376 /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = A596BD68FF4C463AE78C938DDDC1E8AE /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B430443E69D0C09438FBDA75EAF0F2CE /* HazptrDomain.h in Headers */ = {isa = PBXBuildFile; fileRef = 49038FF0B234901AC8BEF0F9FA2F1604 /* HazptrDomain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B430876DC7D0CA2E10E3E8BFB02099E5 /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = AFA7E68548067A02E57E94A56CD12540 /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4319515A213B477546C8D23908015A9 /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E75E6E67F482C56EC4FF2D3EB7F33EA /* Hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B43716406889A28154E0ABF207A5D3FF /* FutureExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9788D2E725AD263B6340AF22F0829124 /* FutureExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B43E262FD6A4ADA544CDB9F8E727E2F7 /* Partial.h in Headers */ = {isa = PBXBuildFile; fileRef = 9134EDE83037B7C8B550868CF03CC0CF /* Partial.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B441D8D7A67FEA50D53AEF32C46A8026 /* 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"; }; }; - B47E8F5BC63E69013733915BA9775C1B /* UMLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 86280EE1444EA2D0F69D98A5921865B4 /* UMLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B484B13DDA25791086B3CCB5DBF508E6 /* TurboModuleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 47562016F7B969946C3B1FB7D447DDB0 /* TurboModuleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4874BB64E2E480A7ECF3DF5738418F2 /* UMViewManagerAdapterClassesRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A354B4881B7952BE766F10F894371F0 /* UMViewManagerAdapterClassesRegistry.m */; }; - B4A1352431E6A2CC44DD63B2465CD162 /* UMPermissionsMethodsDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B160C9B52B85D957BB2AEFF55E1B9A9E /* UMPermissionsMethodsDelegate.m */; }; - B4B661CB6D518A89233618AE326B75F0 /* EXHapticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = B264731F64DE20802561E20CA2CB9693 /* EXHapticsModule.m */; }; - B4BA3A08CF01AF745E8020BC7F3C7BBF /* FIRCLSFABAsyncOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 83755F2B091B00BE6CA539A99E0D964A /* FIRCLSFABAsyncOperation.m */; }; - B4E0C1208B851E2A93FDDF8AEB89A2BA /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 41C25AA6DE71334F1A19570B13A33087 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4E39F70EC2AD043C32FAEF8D43224FB /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 8776F60979BD467D3FC9325BF8389140 /* pl.lproj */; }; - B4F47813DCBA5561867A60526ADC339A /* FIRInstallationsAPIService.h in Headers */ = {isa = PBXBuildFile; fileRef = 9962BFC91082B39B9517318ED95ECFFC /* FIRInstallationsAPIService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B50DDEB4B8A3B9FFAB438BC2162F0479 /* StringKeyedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = CC7610A8B4E1349D5E1E52E14A214435 /* StringKeyedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B51648E1E25C44C881A0FE0BC4F99F55 /* TokenBucket.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F9D32BE8ADF26C003EF191BE09763B3 /* TokenBucket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B526C32E500FEFDE5119AFCB3CC5871F /* 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"; }; }; - B528125B7563D586035DA02518156F63 /* IntrusiveList.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A37FEACD8D3C0CE0430F27FB2FEA88 /* IntrusiveList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B52951C4E8D55EEDA6694C1F4C670AAA /* GFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = F9544B2054D53E5D3651EB063F430664 /* GFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B542268BDDA8EC0E9448BFDCE2A3D04E /* EXConstantsService.m in Sources */ = {isa = PBXBuildFile; fileRef = 97337B286D6A431CA74BB3D00A8D5540 /* EXConstantsService.m */; }; - B55C8C800593B549121E20FB2317EBBD /* TimeoutQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 58F840D6AA1892A8F858310121E0488F /* TimeoutQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5624B2574FCBD6D2EE1AFAAC3EBF821 /* 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"; }; }; - B56C66EB0232DA5EAEA443237B1B3339 /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = AF03B1770DB65B8C5B84BE3507A80FED /* 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 = 87F038E9A41D8DE9E08573FFF73B31A2 /* REATransition.m */; }; - B5886017B34755D6C5F8D35BA13DBC9E /* RCTRsa.h in Headers */ = {isa = PBXBuildFile; fileRef = 31C757ECB07B80B7BE811137F656A67C /* RCTRsa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B58D29E8C21C8791878961048FE86458 /* Bugsnag.m in Sources */ = {isa = PBXBuildFile; fileRef = 648E277199F914BBE555D17096F7D9EE /* Bugsnag.m */; }; - B5A5CD98A96B658BF06A534E9FF2A87E /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BD3A5C180A852FEE7E1A9DEF02B8648 /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B5B6035BD0A2B09D000C83E15D0C5C42 /* GULKeychainStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 25F23965428B577A58CF06457B67BB02 /* GULKeychainStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5CFC6181C917E99EF224FFDACFDEC95 /* IPAddressV6.h in Headers */ = {isa = PBXBuildFile; fileRef = AAB720F76BE144E61D9A479E2C8A516B /* IPAddressV6.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"; }; }; - B5E5065C5D10FFFFAF4CC34F16B8C2C6 /* upsampling_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 473157251EE2D60303CC7FDBE72E175C /* upsampling_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B603F7480EC5763910F2DBA98B36B63D /* GULKeychainStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 65DE5D2135FF2428D738213E5E7E1977 /* GULKeychainStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6196655F52E19CC5BE9A898ED7C834C /* REAOperatorNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DA89DEBC03B6F228672E577BA297FCFF /* REAOperatorNode.m */; }; - B61A64E1FAD8C584FC5CE7EE0698D237 /* UncaughtExceptions.h in Headers */ = {isa = PBXBuildFile; fileRef = A20306DEA94200E22087DF6EEA684B69 /* UncaughtExceptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 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"; }; }; - B66283733F8C9AA0249BFED628761EAA /* EventUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 668DDB233AB6DCDB3D011837485392DE /* EventUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B668ADC18948577ACF241EE17261898E /* GlobalExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = D674CB63573687A20A05CD78E95B7464 /* GlobalExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B69964744F1853C554C9CF308BE6BA8E /* EXVideoThumbnailsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = EB2E89A22A0BA3376E14B7B02EEB8C74 /* EXVideoThumbnailsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6AC4AFFC191BE0174DE35A9835B2800 /* FlipperStateUpdateListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE36D51559E26128B55E3C08C964C5D /* FlipperStateUpdateListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6B00AE75626B3BD4A6925A7DD0BED17 /* FiberIOExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = A45B461A4FE695C969788ADEE366619E /* FiberIOExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6C594FDB179664C117A8E7E0E8BA6CD /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 78B01E7FC2B1FC5F82A3EBBC435810B0 /* GULNSData+zlib.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 = B87A45CD2ED7B38E80A1422EDFF792F7 /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B756460D2D0F42ED68554A027CDADCA7 /* OpenSSL.h in Headers */ = {isa = PBXBuildFile; fileRef = A03B182E89C164D978FE0BC6A0FEBEE9 /* OpenSSL.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7607FDA7B5FB23F02CE772CAE820F72 /* lossless_enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = A5DA2837071E6C937DA4A4E904773219 /* lossless_enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B774B027048BDAD0D6E35C9D8DBC713D /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 220BA5CF766557292D8AE559EFCA7234 /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B776B30581B4A5A58C015181B7330BA0 /* Types.h in Headers */ = {isa = PBXBuildFile; fileRef = 307DB26CCB565242806D4B12FFEFBDC9 /* Types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B777045A0B6188B81FEBFA6615EEC91F /* react-native-notifications-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B02B9E07D304CFDDFE574E43762A26CD /* react-native-notifications-dummy.m */; }; - B78BFE800CD92CDDEAACF7FE5598F6C1 /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F1E55309552FF6C6980AA08C72DA424 /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B79245E53385C84252DD12CE59091CAC /* TimeoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 592DD80BBBA797B54652D50053D7B60F /* TimeoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 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 = 13B15E76412BA289DADA87A4299F43F8 /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7DACA34020A23187B68763E3C284C05 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = D7434932DF03CFC23CA62FD0F6363C13 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - B7E3E0A078D2EE41F9237DC0C98537BC /* GULSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C16BD68EF92FE185D310285C51204B3 /* GULSwizzler.m */; }; - B7F5CB4A0A19BA581A2E4D9087A1A5E8 /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = F753091973CA7BB1B741C889CF200EC4 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7F8AB044660F1F4120D77622EE4982D /* 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"; }; }; - 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 = 19BEA339762F395A5E74C59E1678CDF3 /* UMCore-dummy.m */; }; - B85AEEF63B153D1C3F14465C1180D427 /* SSLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = F4ED5D2AB68AC9DC3AFC7FFE6A02978E /* SSLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B86E6BBF34C8795D24B37E75309E627F /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6F8BA9871C1B88DBA692E1D92ED7F8DC /* 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"; }; }; - B89BB820BEA721BA3EF6614EC4082F7F /* BSG_KSCrashType.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FB75CD0F2F8B53EDE6078903AB56221 /* BSG_KSCrashType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8B55D0CE3E56A2BF9A96DE60A74F55B /* Utility.h in Headers */ = {isa = PBXBuildFile; fileRef = E801C4DD42870D1C557C8831F3464CF8 /* Utility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8DA7740940412298596277214681CDF /* EmitterFlowable.h in Headers */ = {isa = PBXBuildFile; fileRef = C4A663D153E0F28D47A96BF7B5C52DF1 /* EmitterFlowable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B90935884CDA4B45711E255608EE3412 /* OpenSSLHash.h in Headers */ = {isa = PBXBuildFile; fileRef = BDFF56B500F62AFA61E4035044F1EAF9 /* OpenSSLHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B91ADBFA8D03CAF741D92039900F546B /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = F10717AF4D1A8461A189B7BBD1A43591 /* 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 = 2DFB7FBD224B63D4BFF1E65D17D848D0 /* RCTExceptionsManager.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 = 19E390F6CDDD2860C937DBC0D8FC638C /* REACondNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9882FA79D534829B852F941F8686B16 /* 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"; }; }; - B9ABF97961D6362A055A91FB5DCD5FBF /* 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"; }; }; - B9AC618C5CB4E5E7D18912F9B303D70C /* ScopeGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DC7DF0F5A7DBD515DC76D84F2282F69 /* ScopeGuard.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9D4C1AA0D160D18DA7EF4EFE2465998 /* QBVideoIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 01DEA1E13CE45502DE224E1F4C47E8D3 /* QBVideoIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA09E5C4978FCBCE5FE0FBFC5C629056 /* ms.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9D89AC07305184E37A620F129423F7EC /* ms.lproj */; }; - BA11FBBB50946DDA83C36A3E078FA62E /* ProducerConsumerQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = F47178DB1F0A5B31B3ED962CC5EBD794 /* ProducerConsumerQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA2893688F0A0D16FEB36280949B40A6 /* Align.h in Headers */ = {isa = PBXBuildFile; fileRef = E106B16B4BC3C018EC19BFF17CBA5DF0 /* Align.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA2F26CF50000640E27F834339683F3F /* react-native-appearance-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9164FFD648E02EF6F8F98DC0EDB212C3 /* react-native-appearance-dummy.m */; }; - BA75D60A6ABD56D5A3997C2994DCA892 /* Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D7F47D5903AF86D3981C401C7313F9F /* Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 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"; }; }; - BAA33C07E64A19220C51EBB888717DDA /* CodedInputData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FB437819C3CB763687BA72A5AAA2A4EA /* CodedInputData.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - BAA3EB7DF8E07085606E6E5BA37BB02D /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C9416AEA679C83283CACA6D28D4692A /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAA442F7A9E9045D4C99FF071584709F /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CB38D7DC1AEC588A1FA3151A4635163 /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BAA50BC0EB6877632DE8EA1CE27B544A /* TurnSequencer.h in Headers */ = {isa = PBXBuildFile; fileRef = 17EEA1AB8178522A812721C8276C2277 /* TurnSequencer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAB233399A2FF3F15431A51036766094 /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 412BE8126BD99F9D9904BA059E2CD74E /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAB39FCD0C014865121CE314C6CA510B /* openssl_arm_arch.h in Headers */ = {isa = PBXBuildFile; fileRef = EB722B27E1482A287EA3FA37F211A508 /* openssl_arm_arch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BABA229DBB08C44F9EBF8E13BE099E39 /* Atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = C009656349BBFE7CB97649ED1DE75267 /* Atomic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BACAE899829531466EB273C8CB464EDB /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E8C21CF84FE03C525D2ED072AA78DCE /* 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 = F4F07B53F4A0B9B4DA4112D117AE7567 /* Hmac.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAF9C32D3EBCE24210DA2174DC726F2D /* 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"; }; }; - BAFB8985FE2EFBD4BF5100D1C5141909 /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9DB944C5A4560836B6BE94398FCEF780 /* fr.lproj */; }; - BB222E07B3D4D9D0CBBD1D9E39FE7C7B /* IStream.h in Headers */ = {isa = PBXBuildFile; fileRef = A07471281BC16C7C9DEED86EA36D78A1 /* IStream.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 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, ); }; }; - BB72CDE0252DFB0C18EC6C74A87B9559 /* FIRCLSURLSessionDownloadTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D8F01ADAB3DF896F0B1176B29B5F88F /* FIRCLSURLSessionDownloadTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBA4EF25E6D42D6C918ACEF83E7FCB0D /* 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"; }; }; - BBB7278BC3535C66A77333A2FAC056EA /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = D91054BD48855264655E4EE35E836014 /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBCBB365DA691C5B943A8F1B601D9AB8 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 60C3A76FCF7214B6049F669CCB7EDEF1 /* RCTTextTransform.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 = 25C21E1F03393A7045E7E3E33FD9A011 /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC2B2A565593B123483527624459A056 /* RNLongPressHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F4361B8AE1DA7B22DE9AE590810825ED /* RNLongPressHandler.m */; }; - BC2E89F8D82C209DF700599CBB398BC2 /* RCTView+SafeAreaCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C0548C7E6BD8D4DEEE329129FC0DD93 /* RCTView+SafeAreaCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC30EED1A963E545E20FD08320902DB9 /* 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"; }; }; - BC47223710BE22AF5C7F0B2C8A89A4DF /* FIRHeartbeatInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = D0AE60B18FE3616EA7E23ECE0C7AB7C5 /* FIRHeartbeatInfo.m */; }; - BC6F5F53C3FDF0137E4F9F84DE7853C8 /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = 86CCC7121C78701599E3120107A06115 /* 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 = 2F17182801B719DC47BE8A85A1AACA4D /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC7E55A776CDFCD7D54EF579B10B8236 /* ReactNativeShareExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BF51C09A57CC0F60F088E208B87742D /* ReactNativeShareExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BCB94D920D9304C0F6C6B4A97211F740 /* RCTRsa.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AAB2DA2847E13161A38AE711E1C4B11 /* RCTRsa.m */; }; - BCBD6D53A154E7C8A2CF407797657DEA /* decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 01EDB342CD7BCF8327420B7DAF331179 /* decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BCC1BBE162E3C4498352B192A8F7F093 /* ARTRenderable.m in Sources */ = {isa = PBXBuildFile; fileRef = E46C69DAF03E7CAFEF3053BE74ED0CA6 /* ARTRenderable.m */; }; - BCDB334272DD22E57B98DA583FC85C9B /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BDC7C88FDA27EB9250710F78D858A8D2 /* 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 = 13DB4275F1228B26DEF4C1B58A4FFC94 /* 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"; }; }; - BCE0EDCB1CD8E5CB1A9F93EFD35CD82E /* 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"; }; }; - BCE2640BC2EC085ACED3706D0923D9C2 /* openssl_aes-armv4.S in Sources */ = {isa = PBXBuildFile; fileRef = B2740FDA0914AF404D49919706DCC445 /* openssl_aes-armv4.S */; }; - BCEE012A3CE7FD1014FEA1E067579250 /* Flipper-RSocket-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 461454BFA71F2BF6E61325718BA6C32E /* Flipper-RSocket-dummy.m */; }; - BD186137B210BDEE0479BF8275367291 /* RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = F16E7E99266A021A64D3251AB5546CF5 /* RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD280DCD333486DA5F4DFF8DAAEED23E /* BSG_KSCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 562EC8FABF6C16353D58E3692A0B96F6 /* 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"; }; }; - BD4E7F88E24D980BEA346FADCCB7F8BE /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 85291DAC4D152EC2DF0A71FC89E022C0 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD7301C49376A9E34CBB88BAC8B547A9 /* FIRCLSMachOBinary.h in Headers */ = {isa = PBXBuildFile; fileRef = F828BF8AEA7D571FD0FDD911C65DF640 /* FIRCLSMachOBinary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD77E7232C2715092F08B65B50F11F36 /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = 4C8BA563AAD4D007D0C21A8233A542A7 /* RCTProfileTrampoline-i386.S */; }; - BD7CE3633DFC07F82A05429910C08935 /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = B5C7B18D6D3F30663747A4FBD5B89021 /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD82D08CC2D86E9F9637AC1C567F3796 /* RNGestureHandlerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 54DAED1377BC7DF3437600D21DDDADA7 /* RNGestureHandlerManager.m */; }; - BE19AE06EF5878BAB8A999F87B1085F6 /* ARTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = B750C2B8A6CBCCC9086F940CAD81C89F /* ARTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE223382A5799B7650C050DB79E8C0E2 /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D6AE9F7160518549E67BCC853058D0 /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BE447E82EC835B45AF2CC1CC66B42093 /* OpenSSLVersionFinder.h in Headers */ = {isa = PBXBuildFile; fileRef = B5C1755CD5221E2ED6D3BEB1CF58BC15 /* OpenSSLVersionFinder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE9151386B4667D9C62341DA5B973C84 /* RNFetchBlobProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = 0172E17D6E4E5044BB550E322A73FB7E /* RNFetchBlobProgress.m */; }; - BEB08356C8E6AB7B4DBCC7C2C1D632F3 /* DelayedDestruction.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BEABB790CF31D1854C545A7E0AF6A41 /* DelayedDestruction.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BEC8B8C8F9282C3EF2B5699365285652 /* FlipperConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 96E9EB922C36476C0786587EF297BE4E /* FlipperConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BED18040100A2186526A6434684E0E4B /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CB0EE219CB12F41B68CCEA5EBE7460B5 /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BEE4F77D3DA63FACDE7E15950986788C /* 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"; }; }; - BEF031019AEFF925E45625DD5191959F /* FIRCLSApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 35C3BA28E9605DF443EF2F517495090F /* FIRCLSApplication.m */; }; - BEF83B4253B6A8427C6C86B3CDD76AB4 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C77F467A192B20FD3205B0089B8A76 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF1229EFBB6A6D719C12B0F525389F04 /* 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"; }; }; - BF20581CA1BE9C6DA55F8420DEF1C9C3 /* enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BA69D009D60B41DDC5490431F6763B4 /* enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - BF36C47B969919C688B90BD62088EA24 /* LNAnimatorTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CE46F1D5EFAC949955C0C97A0E0337D /* LNAnimatorTemp.m */; }; - BF556D8ACB324A422127F91C4490F427 /* RCTNetworkTask.mm in Sources */ = {isa = PBXBuildFile; fileRef = CA3D4FB370B70B7AB684C84749F52D28 /* 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"; }; }; - BF5B16F580B7DDD10229E7B22D93A031 /* ObservableDoOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = 594DA5C684A1F3E750ECDF673845F41B /* ObservableDoOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF684FDA96C4F1FA1E15A5AEEB396E14 /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 664DBA7238B4A275646DC3DAEEB7420D /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF6E6EB34C17E884CD3A0E0D40D304B2 /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 861FD722BC94B40C218292E29BDF1C94 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF725862BCAA8BCCF751EF9257BB172C /* FIRCLSHost.m in Sources */ = {isa = PBXBuildFile; fileRef = E88052E39AB9DD9261B56504BF2E8306 /* FIRCLSHost.m */; }; - 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, ); }; }; - BFA5894B8AD263940233E09AF9A5DD88 /* PBUtility.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FD273AFC12BF04DDDD3F3B0E714E7FA6 /* PBUtility.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; - BFAC2A31967D18362DE39231B68C71C0 /* SafeAreaManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 047C33B176F12C3B7BCB936A7C67EEE8 /* SafeAreaManager.m */; }; - BFE5D33FA497C1078345F79EA17476E5 /* REAAllTransitions.m in Sources */ = {isa = PBXBuildFile; fileRef = 27BFB45F10C5ED540AEFD1EC86E366A1 /* REAAllTransitions.m */; }; - BFEDE59416E380750A27049D2B666B3B /* RNCSafeAreaViewMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 417D1AEB7BB707D73EEE2591C6E16F7B /* RNCSafeAreaViewMode.m */; }; - BFF3FC207AD26901F0331C3DEDC380E3 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 21B571A63D7013EE0C82F28180BF31F8 /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C00D1ED64693FC6383DE5F5B5A6A233C /* RNFBRCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2708E14DC3A33B66000FEB6B8999C990 /* RNFBRCTEventEmitter.m */; }; - C019BEB44308C457EE6E10A0695D5492 /* 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"; }; }; - C01E0C7AD4BAD5D346854884A97FA826 /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F669828832BD25B48E7F4FC5F15424FE /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C01E954BC778EF893FF0B1AEAB9A567B /* FBReactNativeSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CD24DCFAD85966F6DA52E0FC47ADA93 /* FBReactNativeSpec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C029E26863B3C57950073AD8BF04163A /* RNFBCrashlyticsInitProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B9219CC00559308A8946F5EAB9D3291 /* 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 = 637F0282EF4B860AC8CC5FBE21556C5E /* BSG_KSMach_Arm.c */; }; - C03FDB5BD0BA11C8D88F8A1E82EE2733 /* SafeAreaSpacerViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DDD4E25845285369D3F0E45F1DAA3AC7 /* SafeAreaSpacerViewManager.m */; }; - C04C76AFA68D1434372440A053BE91BE /* cost_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 41B1FB90879A0B9F4D4E6DBC981523DA /* cost_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C063ED5CE733CEE3579B0A7B879CBE17 /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A284FE8F2FFB51BC7D64897024818B8 /* FirebaseCore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C07C1404D9248DFFEF4F2540C361BDCF /* FIRCLSCodeMapping.m in Sources */ = {isa = PBXBuildFile; fileRef = F36A7B8804C336E185CEA6DE40A349D1 /* FIRCLSCodeMapping.m */; }; - C07FE9E9401A9A7AC5584B9A015A9547 /* ReadMostlySharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A1E03841F4E5C270ED66C8D09ED7636 /* ReadMostlySharedPtr.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 = 2AD4696BC7102959143ECFFD3E7A4728 /* de.lproj */; }; - C09D2A795632FF3661D7A2A9F4B9D33E /* MMKVStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 97C1E5C36690688F68F9F6C6F5B223F9 /* MMKVStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0AAAE7D2E8FB25CF10290D82E521CC2 /* SSLOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3995E9A733022BC9625CF21E64F2B82A /* SSLOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0B33521AEEDA9D5DD9338CBF2743FEB /* SysTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EFBA99B4E0C8F3A90337D95F312EE1C /* SysTime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0B8C5BD6789054006E1A25C4473561C /* REASetNode.m in Sources */ = {isa = PBXBuildFile; fileRef = AA9C281D30EADE038E3BB203DB26D2A6 /* 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 = 4CC4A094E6395DDC0AAD820FEEA8E9CE /* React-RCTNetwork-dummy.m */; }; - C0CD28DECDFB9D72B6CA15D60DC0ACCA /* MMKV.h in Headers */ = {isa = PBXBuildFile; fileRef = DAAA5BCF0CD1DD3256C58D65D0A8B41F /* MMKV.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0E18757989FDFDD6FECA8D5DE13904C /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C5BBD4AF728F69889ABCD0E4D9B18BC /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C11BB2EAD2D1E3EFB8E2B134501C42BA /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 4608D66F2C225E6CA1AAE2B3CD60FF88 /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C12215D7712F883562E76A6BEC4A231D /* 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"; }; }; - C13CAF955D7B855DAC37DBE3E4F24924 /* 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"; }; }; - C13E09E6725F7B85A8E142814A97A879 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = CDCBDEF86ED4871541F2829B256B3BD9 /* types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C14B18A7EC253AAD89F84D382C12E6FC /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = E93CB529750F7312F79C67EB3513778E /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C152E1314982D9CBDEBD872A19C823AF /* RCTSourceCode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46BDDC37C63D93E2A045F7060F65E2FB /* 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 = D98ED616906FF2FF846BD8E450D8492E /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C181D6C11BD5F553608F6B27DCA58529 /* FBLPromise+Await.h in Headers */ = {isa = PBXBuildFile; fileRef = D205A73E4DEC271CBDD738F85181D734 /* FBLPromise+Await.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C18CCD1694FD5D8DF79D896CACBD50B5 /* BSG_KSSysCtl.h in Headers */ = {isa = PBXBuildFile; fileRef = 884D1A09F4C6002EADB52B380FE5BCDA /* BSG_KSSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1BE8CB912D009C1F46C370E0445F88A /* SKApplicationDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B0EEB7DA1EC3630EA1AA859A96C2756 /* SKApplicationDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1DA84CCA21A07A858A512C5DB0A5863 /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7613A9E875DBAF77677DB4C10B346C42 /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1E0566727822A59404D6244D32EDFFE /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BB15336F39A847D9E56CF9A10569148E /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1FB6AF3F24B8B4303754549846645B9 /* FIRCLSUUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C1DE546B0319937F7A440525CB6DD07 /* FIRCLSUUID.m */; }; - C1FCD6D2E9519977F4876D6C45C68D27 /* BSG_KSObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 33AD8CA21997BA6DB1362546F8E05C70 /* BSG_KSObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C202B9AB7F9B4CEAFD1B1F2F2540DE8B /* ARTGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D52E1EC196569EA251B8E2FC72F3C36 /* ARTGroup.m */; }; - C23D155BA60A5F54F1F6413B856936A1 /* lossless_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 32DCF7053D1393D8C9359438190591DE /* lossless_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C253F97B084091697048764792DB4ACB /* FIRCLSSymbolResolver.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BA8FF8FC05DB1E6BFD997E8F81E1492 /* FIRCLSSymbolResolver.m */; }; - C25BD3B0B908A21A015ED5632EF26214 /* FlipperConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = D4146E61E7182ECD551C606D32AE9E01 /* FlipperConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C25C7F249FF3DF4AFF20FE30EC624DE0 /* RCTImageDataDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = AC9330D6E7AF59C17C85AF391A815D27 /* RCTImageDataDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2629DC99CC839EC5C50DC04EBBBAF18 /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 79FA97B6E71DCAB92EE5A071F047A236 /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C26BA033D622245B0E1F87B0BF11897B /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A0190A0DB9BB8D8696CA9C6D5A9DDE3 /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C29CE31F0EB99252988EA60EEE9490E5 /* RCTLinkingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = EEE83844D0186F126C5698814953E76F /* 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"; }; }; - C2B2FD8B3540F65786DE84DD3157C9CD /* 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"; }; }; - C2C6FEAC14263B0A5A00635D335ECBEB /* BugsnagKSCrashSysInfoParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8069C72715BDA8AF18D9710409B97C17 /* BugsnagKSCrashSysInfoParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2DE63A3637BCF33709A6E7D3EE3A2C4 /* LifoSemMPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = A939824C707F9D242993E93013930A06 /* LifoSemMPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2E9339C027879FBAB447AAFBC59397C /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 28FF376BB5CB374C7973B8724C10BED0 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - C2F91432A668E25A46241B496449D788 /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 48EE99986773093D8FF8F6648319A0EB /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C304A30502E8369F40D40C16DBE5E07C /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = F355430BCEB2E3A6F3DEFD275DA5CDBD /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C30B5AB858B7A4404AD3058379C5C5C8 /* FIRCLSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = C5B7AAFA713729F9C5BB9A62BE4646F7 /* FIRCLSLogger.m */; }; - C30E92E4421BDC6B5E67390E779F90A5 /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EB1366EDF5DCD7D5AB8D7B9B00858E3 /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C32C2D0AAAA70DD39C569CE01927CA2D /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = C19FF67B91D7167D7A000E68E588E40F /* FFFastImageSource.m */; }; - C33C72BF46453E9884911D99B703872A /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 9249D9A33A803FE765583E06E7DD43A0 /* FIROptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C344BC69DFA2AA39BF348D60ABEE1C2B /* 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"; }; }; - C346B099F2CA0366B622C1C587648F56 /* FlipperInitConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B91AEE1F9DEF2FEA26402031DBF986A /* FlipperInitConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C350D498821BDE5117589DB4053FA489 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F285C3D6A6BE88ADB246061305F1A69 /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3526B4559076B3A4B3E014D48676190 /* RNNotificationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 377E7BBDD325400C4BE1F37B91485657 /* RNNotificationsStore.m */; }; - C352E931E9708460024B6A87B5A60EDA /* EXReactNativeUserNotificationCenterProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 01AA0D79896726E59FB3DCDD18985E41 /* EXReactNativeUserNotificationCenterProxy.m */; }; - C38E50D5E1E7519E2BEDE7FCA861E4F1 /* Memory.h in Headers */ = {isa = PBXBuildFile; fileRef = A25AF838FAEBC2BFD69CEF9B87203B7E /* Memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C392361C141FEEAAD9157419A2C4B281 /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 32D42D52342E37F190875F202B2A91E8 /* RCTBaseTextInputView.m */; }; - C3BB6C20F8FFD5AE15737DCEE7B4A6BB /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 80B2F2275A1915CF3E7B74592AB21E2F /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C3CDACBE1EAED8056C6E4C3837046436 /* Overload.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AE8FBF3D34E6B6945FD9726EBC3073F /* Overload.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C40DF081F200C091D8F9FDE8328F0832 /* DiscriminatedPtrDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = B288711C3246A5204B7FC5A645101F0F /* DiscriminatedPtrDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C423B4D4146C4D5378542A249A529189 /* FIRCLSFABHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 1433D249C3C9D290C30C41826CEAF193 /* FIRCLSFABHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C42D938363F17A6C6F1996FE54FB5918 /* 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"; }; }; - C46613C75DCEE23590A11FFDD94338E8 /* openssl_aes_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = E0A4E78374B25B90D787FD88B7FF1144 /* openssl_aes_locl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C467D6546A73A22111F3A981E86422CB /* GDTCORPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 95289BDA6350DEF07E4955FA1EC52519 /* GDTCORPlatform.m */; }; - C46F05B3ED722664DFDBCE04571A60DC /* RCTHmac.m in Sources */ = {isa = PBXBuildFile; fileRef = C157976D0315D3243173E456620503C2 /* RCTHmac.m */; }; - C4A2E6450D085E2E713D37F4A13C0433 /* FIRAEvent+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DD862F5BB790136CC54E049F7D6B37D /* FIRAEvent+Internal.m */; }; - C4BD0435EA805006D6009D11CC0D563E /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B6B357694D22794CC8510AA6EF980B89 /* 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"; }; }; - C4CB23A79896D1F32C5565E40CCA21F5 /* FIRInteropParameterNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DD4F90E58D3847902BF011443DCE5C7 /* FIRInteropParameterNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4D3FBE724C5BFFDECAC4439825A9ACF /* Conv.h in Headers */ = {isa = PBXBuildFile; fileRef = 955D1CB93D8630D106A768A7E39526C7 /* Conv.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4E2B102D69C2015AA4286BDA52AD053 /* FirebaseCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = A94B5D19FB546DD5A4E90CF6F03A75DB /* FirebaseCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4EBB8FE8D1FD3B917E6E5107633198E /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E97FD4D6B95EB74DCE303680BC647B92 /* 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"; }; }; - C5169F55A08017893540E98111DAFAC0 /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = FBE21C8DD59B78D45E19D2FC6DB0EC93 /* GULReachabilityChecker.m */; }; - C54300E7D1A20676479781630519CA52 /* ARTNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5505176FB3919BA98745833BEC9F3A31 /* ARTNode.m */; }; - C554773F2F5FE734396460C3F21032D0 /* FIRCLSDemangleOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D0B2E7B74DC7351F0A4BE4CD7E1BEEBF /* FIRCLSDemangleOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C563E33C869F2ED1808D489315A3FFC4 /* HazptrHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = 74D6D351BA93FCDA1515ACD895EE361F /* HazptrHolder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C565D7F26E3ADA68EC443400D06E2307 /* 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"; }; }; - C5772D03CEFA12E187F501BA81918B98 /* FIRCLSURLSessionDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 62941B228C8E98E989E0A8F55E26915A /* FIRCLSURLSessionDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5775DFDEDABD9644999037A43F1DA22 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C77AF253EF5BD8BBB79DAC722BC82CF /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C59E0EEA7BF377A3BEC34FF920B1213F /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C750F391529617C96A088D5517B9F651 /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5A9B24B3D3821B4E5953F288E96F9B4 /* SanitizeLeak.h in Headers */ = {isa = PBXBuildFile; fileRef = 06CAD0773405472569BC94754EFA4CD5 /* SanitizeLeak.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"; }; }; - C5D98D860D7A11FF17244B4F15784A53 /* AsyncSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = E523087AF003AC9FE4E3DF61D9856BB2 /* AsyncSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5ED5782B38550A4808B29EFBCDD30F4 /* MemoryFile.h in Headers */ = {isa = PBXBuildFile; fileRef = A5F68EBB960BB85D6CC58B2AA12C9D76 /* MemoryFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C612FE7B2CB7E0F6663E75D0AB85B28E /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = E286A7FBBA67AA030243EA9CC0BAA564 /* FIRVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C642996CE8A550A6B4A92BB541C6B5F1 /* 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"; }; }; - C647368B826F89A321E9248EA475802C /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0AE17A1B96DA90FC97C6E4611DDB5554 /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - C65749698B8885CA2132F429F6C086E2 /* BugsnagCrashSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = 48D1735E0772C687E3A210CFC777CE3C /* BugsnagCrashSentry.m */; }; - C682545EE9819D2696A7D12A093EE645 /* common_sse41.h in Headers */ = {isa = PBXBuildFile; fileRef = F40CF87C89A66343C7F24C5F68C0CFEC /* common_sse41.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C68A63331846E51323BD1BD8A1AAC283 /* 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"; }; }; - C6AA9B7CB0BEF87036F13062137DA244 /* FIRInstallationsIIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EF150234A75B08D1602D5F5CD063E4F /* FIRInstallationsIIDStore.m */; }; - C6BBBB1374E1C28FB326918A8036BB00 /* cost_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 899712BF06FD0303EE320631BFA20DDB /* cost_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6C78BD239CAC3DD6111AD71872B4641 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 426DAA1C7099F44D847FACA87A7AB248 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6D339D0151E25C5A59AA498F84BFF66 /* MemoryResource.h in Headers */ = {isa = PBXBuildFile; fileRef = 65BA2A20A84D3EE87769B0EFC95EBE52 /* MemoryResource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6D50BC8EACD86A2C71A9F6C615B7B07 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 70A8C6FDEE4DE08A84413668A69499FF /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6DD7662A66E9530CD7725875E9DE9CA /* BugsnagCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D63F9796DF3AB6C77AE6576299B551A /* BugsnagCollections.m */; }; - C6E11F383D9AEA2AE26AC331C44C62C4 /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FDDCD38E8380B7FDE59DBB4430D3607 /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6EF6DF30317ED5A9D1C8FBB49196CDA /* FBLPromise+Await.m in Sources */ = {isa = PBXBuildFile; fileRef = 67B8AABDCCD394EAEF02548581A72401 /* FBLPromise+Await.m */; }; - C6F4BA46AD7C80265340802E164930BE /* EXAppleAuthenticationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = D11AE2721EFA26C656E0FBC6CFAA9B93 /* EXAppleAuthenticationRequest.m */; }; - C6F66C11DF59EEFB1C22F4E6444C11D2 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = CA48EE782498FBE88392EBE3C79E011A /* RCTVersion.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"; }; }; - C71EF89DF0D50B0ED05AA62F2609AD0B /* 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"; }; }; - C74CA2044C99BC7C2C412810E4966DB6 /* SKBufferingPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 8152E6667CD117CC356A65F289EFDBAE /* SKBufferingPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C751CB8EC8698564E9876BF59CC7CC25 /* EXAudioRecordingPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 88A91365EFC55AD4C59B467273F60B32 /* EXAudioRecordingPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C752280AF1A0E147F3BA15E5D3A381F4 /* FIRCLSReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F54326AC621E597F0AE6531674584AA /* FIRCLSReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C75ED0B723FA05EB18D36C92AD145A5D /* MMKV_IO.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CCBE44A15630D879320BD8AC8FD9028 /* MMKV_IO.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7657C0ACEBF275180FC66F5D819862F /* react-native-safe-area-context-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7123BFB46004B3431DD663F033E03DD1 /* react-native-safe-area-context-dummy.m */; }; - C771EA4D47C62FD0733DD282D81D35EE /* FIRCLSURLSessionTask.m in Sources */ = {isa = PBXBuildFile; fileRef = DAFBA0AD3784CE6C09996B3C591F2546 /* FIRCLSURLSessionTask.m */; }; - C7976D1E17A0F257DCED3FE893D31284 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 57270ACEE1E6B01A402014FD5105AC4C /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C799D50AF668B26893FFCA305D8833C6 /* react-native-netinfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7810AA7B61C66E5168A99227EFFF31A6 /* react-native-netinfo-dummy.m */; }; - C7AB16837E8D12957B575ECFEB561FA9 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 318500A68F26B6B4842452542F5494AF /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7C7934E74A572DC2770EEBF686AEC60 /* UnboundedBlockingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 86403A062C4B1989DE899652B10D967A /* UnboundedBlockingQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7E3C7A5D4F591E8A5C64877734D5083 /* BSG_KSCrashSentry.c in Sources */ = {isa = PBXBuildFile; fileRef = FC220B6E38C914562BCAEED83DE32B2E /* BSG_KSCrashSentry.c */; }; - C7E8471FEDAF79856270DB63B47956BB /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = 1684FE796CDB3D6D4406490BA4929159 /* SDImageGraphics.m */; }; - C7F2B2B1CAAF85DFE7F142376A7CC39E /* FIRExceptionModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 437DC85346074A9265D7B13844F4A421 /* FIRExceptionModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C82AA31805A940547F8138D26E9CD549 /* EXFilePermissionModule.m in Sources */ = {isa = PBXBuildFile; fileRef = AB0DAE018B8010BE35067987C331B718 /* EXFilePermissionModule.m */; }; - C83E19593D5A5752402F8019479BB1BD /* 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"; }; }; - C85F6CEA8EFB72F60746806A65F05ABB /* UMPermissionsMethodsDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E97167CE8506654D6AC2C743408DE8A /* UMPermissionsMethodsDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8B4EF93CA511D6B06613C96A18ED54A /* Promise.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D9AF96F88680045728AC4C4F4525E3A /* Promise.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8BE9D050E4985293B883ED447B2EB49 /* Stdio.h in Headers */ = {isa = PBXBuildFile; fileRef = 78E383F75A1316536FD489207552C079 /* Stdio.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8E145118AE686486E52337A433C53A9 /* FIRCLSSerializeSymbolicatedFramesOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A16D244366D432E38B8E997E46E2E6C /* FIRCLSSerializeSymbolicatedFramesOperation.m */; }; - C8E6CA71CC1F49D9C696185FEA0BE565 /* FirebaseInstallations-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 755D288E71799C55B35C4C01FA4E9849 /* FirebaseInstallations-dummy.m */; }; - C8FCE46690FD4EE605EEC62049246F26 /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 823781DFAB249366D3C2D50991FFF716 /* RCTInputAccessoryViewManager.m */; }; - C90AFF718E45E2616D23519AC26AD09A /* UMAppRecordInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 67DE4B666661DB43AF6FB39B701A007E /* 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 = E775CA350C7B0129801AC5B1B87CB7AD /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9435052F2B550331385387463316060 /* SpookyHashV1.h in Headers */ = {isa = PBXBuildFile; fileRef = FC6C7B30DD78D8A123AE55E67BFCE670 /* SpookyHashV1.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C95A63FC4C8C807CCC14583542A32D0A /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 6889340CC67C64F1B1B94142299ECB11 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C97DF79078AB4323C777F9474B818F76 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 84D23AB7AE5FC7CD12596F0B525FEF4A /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C97FACEC0FF6D7C18B51803A12B27F21 /* RSocketServer.h in Headers */ = {isa = PBXBuildFile; fileRef = 942500BF13F5304019A8EE44A942A11D /* RSocketServer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C980A657F23BE92250A4CBD695F6BCBC /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = DCB2FAEDCFA9AE033A588336919A41DF /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C99942A2F28045B2A355599111228E67 /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = BB02CC589412E751563B4277E325BB53 /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9AA9F0410A318AE73F1A94FEE45426B /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 94FDE5CB1694A059D142CEAD90C6B0C9 /* SDImageLoader.m */; }; - C9B997BF371B95199A458C4F0357BB3B /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9279A2B8AB440EE181531F0CBFF90CBE /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9CF39FE550F40C6EDC5CA85F51C52EB /* MoveWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = C6273D51238E7841BF9D88DFEF87CC65 /* MoveWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9D3121F522A2E5FFF8C6121184A6A56 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 26F4134D2E05C7747CADCE592BD19E60 /* 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 = 999C48F45B59BCC5732D60EA07E756DF /* BugsnagSink.m */; }; - CA0DB6D84E2A84A5AB91E1B47CD52F63 /* ThreadCachedInts.h in Headers */ = {isa = PBXBuildFile; fileRef = 87EC70FB4C2C48F3039DF064F79B0A26 /* ThreadCachedInts.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA272D2C34E2CB7439E49F5E8C50B39A /* Async.h in Headers */ = {isa = PBXBuildFile; fileRef = 689820111A6A322ED7A64C7FBE1CCD39 /* Async.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CAA198913ABDF365F82058416991C28F /* FIRCLSMachO.m in Sources */ = {isa = PBXBuildFile; fileRef = 729497AD49DA3890D6D3A38C2E450F46 /* FIRCLSMachO.m */; }; - CAE8E0B744FEA3AB07C1D3C5B4666FD4 /* cost.c in Sources */ = {isa = PBXBuildFile; fileRef = A63ED3B0402BF840A112BBA7281776FA /* cost.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - CAF78C462A5AA5D316416EF6EC8E23BB /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 4EF4A99163A58A1DA5A09770A7BA1483 /* README.md */; }; - CB03B55271C79921A6EE9D2FA261AFB4 /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 5445E9B80FBE9A892283E73F27C8DDE4 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB0F5F6CB24BAB99F62906ACD225AF7E /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 352BFC3C4FC8E0D247982A9A4C862A68 /* 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 = E817EBEA4BF20924B4F1B083B32C5585 /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CB1957D6916C507C90A6206C49E52276 /* FIRCLSReport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C47D5DA118FAD80E693FBAA44F0E8C30 /* FIRCLSReport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB3524DC3E17FC8B7F57599ECFA16F1B /* BSG_KSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = C8B7FC5B83398550068B791D5B65E13A /* BSG_KSLogger.m */; }; - CB5656536FF9020AA0E76220F089F205 /* RCTImageURLLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 353EC23D19578A63EB03D560888F8420 /* RCTImageURLLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB61DAB3F804AC48A40134C8FC99004D /* RCTBlobPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 672C187587E136E04103C91F5D3BDEA2 /* 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"; }; }; - CB7E9F829043F6AB82186367F2E48B43 /* FIRCLSExecutionIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = FFC75573593BA836A5B9C49E784A2CCC /* FIRCLSExecutionIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB9D03477EA78F566200B1D96A772F22 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2E28E35907E65D5E47FC72DBB2A41F1 /* 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 = 42AC2955450FF0EFB25D36D80213BDAC /* es.lproj */; }; - CBAF92DAFF3CFF2FEEA1C26AC65E432A /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = A763D3DA2C1DEBC4FDA2A1B6606F7953 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBCFE89918C7EAB8375D737D65864A37 /* RNLongPressHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D1BB36CA5147C0FAC569CCDFDB26FE27 /* RNLongPressHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC56642A4231DF6E45ECB5773A7D8D0E /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2021F8A8A32E47DF952B0456909EEEE2 /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CC7573E6147A58C2ADAF08D51C792804 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5805286F42B19FA46551737B10ED4168 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCA823DF1BBADFC9742A87FD1BC4D7D1 /* common_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = A9B128F2DD4ED7384C0FA17B3C8963B6 /* common_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCB1309DF0D5E43298D4B39272DE4714 /* FBLPromise+Race.m in Sources */ = {isa = PBXBuildFile; fileRef = CEC293269075727CBDCE70ADD6FBB5E6 /* FBLPromise+Race.m */; }; - CCC58A49D3FE284960374EDD35AE79EF /* FIRCLSFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0092AD832845D751E242900001441BE7 /* FIRCLSFileManager.m */; }; - CCC84C35A4690B73C0ECD674B60F4B11 /* RNCSafeAreaViewEdges.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AC980CE9E0C93ACED4762B5E0445292 /* RNCSafeAreaViewEdges.m */; }; - CCD2977DC3CCE753D4FFAA47C7F7B0CF /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 5366C3090AC167749AE83A2236D0758F /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCF14197FDD2C32ABD799E0CE8675E2E /* DeviceUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BF3F306F5BB83EA277B49FD3DC4F487 /* DeviceUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCF179687494CAF641F6DBDA486E39B9 /* FlipperKitCertificateProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 36B7F3281228D81ACA10503A7747FBA2 /* FlipperKitCertificateProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD10C51F84FD2D8F4AF99034B7B6107A /* lossless_common.h in Headers */ = {isa = PBXBuildFile; fileRef = C7F7F8421E6E5DA5609346BFB41A8E91 /* lossless_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD1D574A89CB4D2BE7A1EA4DFB763AF0 /* 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"; }; }; - CD4D62E1F9528311A4263EC567C7FE1D /* REATransformNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D2A63AF97D370790158D8E22B6D9C92 /* REATransformNode.m */; }; - CD6D4D520B30014559A20DCE9FA708E9 /* FunctionScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = F83DAAAD8731F1350CCEE0258743071D /* FunctionScheduler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD94A20CDD87A078033792FF35D2FDD2 /* FIRCLSInternalLogging.c in Sources */ = {isa = PBXBuildFile; fileRef = EBF822593AB0C7B5D454FF8587FFB605 /* FIRCLSInternalLogging.c */; }; - CDBD428EEBF253588CB3F474C085B54F /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = A0D0961B63383D6FF30DB44A38279A18 /* GULUserDefaults.m */; }; - CDDCA48C236BA6D9092B73886D1497CA /* RNGestureHandlerDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = E97D1C5E641482AFA9E8EB43BCD89F42 /* RNGestureHandlerDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CDEF49F226A278440D16C31A6EEB6386 /* ParallelMap-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF3E566EB99B1E08F8680EE85EE12D7 /* ParallelMap-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CDFA268BFFE87E1407F866A7E7FC6280 /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = EFD53C553DDA104D0D32DC69AD5F7178 /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE0544AF056C362096A856A2AD0EDA74 /* AtomicReadMostlyMainPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = C4C9A646245CBAA36A25E590A199519E /* AtomicReadMostlyMainPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE1DB49856DD31FBC69562255FCDD2DF /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = D1CE59B3F021DBE594656E3929E1D086 /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE2CE42DF8B4E7774E166CA0D0185836 /* RNCMaskedView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FCD3D4FF6492F93FBFAFA52CEB8A6ECA /* RNCMaskedView-dummy.m */; }; - CE3A8EE442E180BAF013357781A8BA77 /* BugsnagErrorReportApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 15F55F336E286AF3890390511ECB1AC8 /* BugsnagErrorReportApiClient.m */; }; - CE3DCB701721124C62283C4ADD022EE1 /* REAClockNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = CA44D980D6067D1D118521AB93AEE0D2 /* REAClockNodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE4B52C51120C8BE3B053B0357A109BE /* EXSessionTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = C93209A3FFE1DE9AD00B55FD1C1DABF3 /* EXSessionTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE6B98AB17B0103BDB81966B2A943962 /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 63074048A49EC4CC313857FC650C28B4 /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - CE710677CE3345C396654665122297A0 /* SKHighlightOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = 108CAA5137B858D01DEC8560B338FE85 /* SKHighlightOverlay.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE781E256A134418DD7577DE9679FDAE /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9099BA62C121FAE46EF6B0E6A09A640B /* 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 = C3CADB32AF0CA8E75BD3FF9DF8AB818A /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE975AA7DD86B64588E5307378BB41B1 /* RNCMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60460FAC96393E1487924FD0B1CF7C7E /* RNCMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEB1E58162A49E2197F919AC89E691FF /* EXVideoThumbnails-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 04DA95BC4E0C47C6135DB1B2875BABAC /* EXVideoThumbnails-dummy.m */; }; - CEBA0D9D900D4F672A183CF76DE920FF /* ManualExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D32290E9726366C8A5258D620A28B01 /* ManualExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CED8133CB74CA3C5A0E018BF922D9DDC /* Yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 373DA8834FD4A0FFAFA234BC7C6858C0 /* Yoga-dummy.m */; }; - CEF6F79DC57906F6BB3A2EBC056D81A2 /* 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"; }; }; - CF1E36B3683E6F5275929D8F2D9617F4 /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E38039B927CE80BA31B053506CAA7F3 /* RCTTextViewManager.m */; }; - CF47F480D3ED893039BE2CCDA62FC876 /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = B13BB78CAE6B79D9856FECB62B8A9342 /* String.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"; }; }; - CF94170BA0C2D6D4C6E048420122DB8C /* 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"; }; }; - CFBD6A9CE499E95CDB7F6E713AEA3BEB /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 5810A2CAD229D5E26C07A9AFDAE72C9F /* NSData+ImageContentType.m */; }; - 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"; }; }; - CFE9BC988AD431B439209ED6427142B4 /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 843B46FA75E6DEE46B686B51EDC800E1 /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CFF88A0C1630390D80C54E6CA392DD13 /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C92C0FB93D9A6B5BB756369756BC9A7 /* 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 = 26E63A5AE5310A423A04A7ED8197F37F /* RNFetchBlobFS.m */; }; - D00D40D1E89E53B29B0F2DC46E21A415 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 724222916FDF729109D5383D15A87522 /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 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 = A3B1FB6EBEDC2668F935B6F13532FBBC /* 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 = 7CEB650B83477F874D24F57F0C8164BC /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D0436E60D6C2DDACADBBBDE556416C60 /* QBImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 73E68BFFEF2D9F79377DDBCF1D8EA68B /* 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"; }; }; - D0B0657187ABE8BBC30D5762DCF78D46 /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 279EA24910A08C73A3980543E385235B /* RCTSinglelineTextInputView.m */; }; - D0B885E7591F116F3D9B870487C533DB /* TurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 13CF0886E23BD22512D418EF7C1A6934 /* TurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0C24E8E006A79C19C50FCE2772F9CE4 /* SafeAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 457CA7A96B8A8153A99AB322459317D8 /* SafeAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0C764DE299C4AF5A84B601827D4E0B1 /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B56A819B0D4D667A0AA02AC7934A9B1 /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D0CFBC2F19D671DD98262011F750E660 /* MicroSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = A84B01E4187FD33B7B438BCE8C96EBAD /* MicroSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0F327FFEA03D2AE3926EDE3E8B0898A /* HazptrUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 95C88FD20D5D13529D47BC4F9568264F /* HazptrUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0F7B2D66885EA0FA527E9FC5916DF84 /* EXKeepAwake.h in Headers */ = {isa = PBXBuildFile; fileRef = F2803B32CD03D0764CA45200B582E87A /* EXKeepAwake.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0FB9FAAE35DBAABCA0BA8A56AC96BD9 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C83370E06D16AE7EB5DCB13E72BFF6E8 /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0FE6950C4E2D9FA1A0450B3AAEC3BC9 /* GDTCOREvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 14E56BDE5BFC0425FE97F89ACDE35690 /* GDTCOREvent.m */; }; - D1033CF1B747C42A65EB7627887C5EF1 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AF6A2B0D0637BBF1F01FF852EB91CB5 /* 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 = 50DD40F93DD019D32EEDFFCED925F6E3 /* RCTDevLoadingViewSetEnabled.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D159D4E11432836449A732BACDD0E057 /* QBSlomoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = D0403206ABC5F20A5DEB9DF01C48BA6B /* QBSlomoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D17837AC4B056727CC494C985164C5F8 /* SysStat.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A3882B0DD28CD28781B9FA5323D1826 /* SysStat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D182608FDFEC21E7230DFE29FA430907 /* RNPushKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 8627E4B27D49B07426C05D0FE8CBE9DE /* RNPushKit.m */; }; - D19E86A449345EAC7F53D9052BA4C9CC /* GDTCORUploadPackage_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AD702E208DF29BB63131B8B34FB32AB5 /* GDTCORUploadPackage_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1ACF18017C8DF3EB608229E1F07EFB2 /* BugsnagApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = B34A4B374608A43CF5D2FF72ECFB36B2 /* BugsnagApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1BE46897DCD1DFC3C263F8A280E215E /* FIRCLSExecutionIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = FB620E2CBD53A25584F290C970927598 /* FIRCLSExecutionIdentifierModel.m */; }; - D1C31A83063B0A21CF36717D96EA3A21 /* SafeAreaSpacerViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = B39BCF779082FAD154F8F5B9EFC3AA3B /* SafeAreaSpacerViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1C3B9C1A55FBF22E1BD8B073B095760 /* 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"; }; }; - D1DCFE54FE581D8503482057D07C8520 /* QBImagePicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 17F6B6C64ABF99476438A1DA4CDDC3B8 /* QBImagePicker.storyboard */; }; - 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 = BFD8C6F5EB5947B1247107C8F99E2C45 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - D26003069D1DB215747874527FC1786B /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EC92F724C98861820C4C08C58DC8787C /* SDWebImageManager.m */; }; - D28281A3968006C74F2C21CE00AE8BFF /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 36408962C21D97AB92F94B838E5E9879 /* 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 = D30D15335EED70F99B0D65FFEE80235C /* UMModuleRegistryAdapter.m */; }; - D2B035BF0D8297AE90DA28CE8442880F /* RNPinchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ED85B43507A2F704CC215074632DF1F /* RNPinchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2DB32357AE6E6495A65A1292E6BD2B4 /* RWSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = A7D894B602596F79DB582017F22E9488 /* RWSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2EC03E88D500BB5EF7BE4CA557D290A /* FIRInstallationsLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CEED376EB5C578A21754FB1C2DD8A2E /* FIRInstallationsLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D30607D7089802C8D7C63CB7405707BB /* RNForceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C1063BA2B9B3B0BA41CC31A434A5F2A /* RNForceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D31FD0DDF41340745B42F7BE00F95017 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BFD0FB58C66F9A584E98457B16C4A8E9 /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D338C84C69319801306A0C04DBC58113 /* PriorityLifoSemMPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = B1ABB43BA9192904AE0DD609F785AEFE /* PriorityLifoSemMPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3751571D5412DDF07AD3924F2558FDA /* RNCAppearanceProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BEE61E098F671B53737E80A43C66ABD /* RNCAppearanceProvider.m */; }; - D37E9D23E2B6DF1B3C59E3EF5287E69B /* FIRCLSDataParsing.c in Sources */ = {isa = PBXBuildFile; fileRef = B45068D688FB76D72FBC5BA439BEA65A /* FIRCLSDataParsing.c */; }; - D37EDF49DF7F75AC784BC673662310C2 /* GDTCOREventTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = AED82BC6A3AEF2071ACEF81994215B49 /* GDTCOREventTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D386146023749E669569309813E8B5AF /* EXAppleAuthentication-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DD7B8AF7042DBF661ABA479A1D8A8157 /* EXAppleAuthentication-dummy.m */; }; - D38F535C111791B0B9BDF468B976B569 /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B9879BAAA40F0864DE45E3473A152 /* FIROptions.m */; }; - D3A7970E12FBF63D1434459423CF999B /* TypeInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FBAA894CE5747B29CE616102D70E5F2 /* TypeInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3B0AB3FAAB29A9E23E36D126867F647 /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = AD3632113FBFE68C2A159B2067E2CA06 /* NSTextStorage+FontScaling.m */; }; - D3E52842F65B64D6691E31DEC2C98697 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 5286B3DEA16326BD2205A600C78F948A /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3EE36FD52C27DA3FC46CDC4A1007EE2 /* RNSScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BCABA2BCE526F180984A94646D499AD /* RNSScreen.m */; }; - D409C45E051161AE96111F0788694CB2 /* PolyException.h in Headers */ = {isa = PBXBuildFile; fileRef = 80DD0A8F4C5CF406C0F37818D10DA35A /* PolyException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4173C0ECC7C3718733B393B729B0231 /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = DF38DAF34A4B8C999902F6AC18DBFFAE /* SDImageIOAnimatedCoder.m */; }; - D450C4AC21F2E9B231839558F0203A0F /* 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"; }; }; - D4535834477562051A2275B5DD17B42C /* Arena-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 505DC01EC690CDA77383F54D2B5CC354 /* Arena-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D46643CE3FC304A26E3BFD6D55C7BC10 /* RNCPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 57027E043D1505381C2C32DC3603AEF1 /* RNCPicker.m */; }; - D47FC085AC5BA1B7377EC38A9795CB48 /* 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"; }; }; - 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 = 05F7D92341B3FAE82A38C9865396D853 /* 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, ); }; }; - D4C7C24A1702DEB9AE000375D23F9083 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 091009D8A3AED924E5BA18C1FA2A8DA3 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D52C85AFE270ABCF61A5371751645F85 /* BSG_KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = 6A3EE91EA9AB6487CF3EEBE36B5921EB /* BSG_KSString.c */; }; - D52DF263F6B8B51F0BBD84B9EA495BEA /* Pods-defaults-Rocket.Chat-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1755BCB66039C137A85759A7F94BCBA6 /* Pods-defaults-Rocket.Chat-dummy.m */; }; - D5448A1F18246C38A6D8590DAF3D9FDD /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DD8DC42F0FFFC96C873E1C2A8A0A759 /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D570E8D48A9B65FEA255788B0CCCE60D /* BSG_KSCrashSentry_User.c in Sources */ = {isa = PBXBuildFile; fileRef = 1F55396481B6575A067BE7618B16F638 /* BSG_KSCrashSentry_User.c */; }; - D5744FBFE1498B672A336F6A12810C9B /* GDTCORLifecycle.m in Sources */ = {isa = PBXBuildFile; fileRef = CCD023D12981BF77FBA2A8CC13B997D1 /* GDTCORLifecycle.m */; }; - D5A1FA795A975ABAD689FE86D831453A /* 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"; }; }; - D5AB3C4AE21AC6BECB9370AC3C74C0ED /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 82E28BCEA0650F9525A7EAB3D088FB10 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5B9B7F9AFD1EEA64D96076DD32A19A5 /* F14Defaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FA3467C61F628A26A2C7E187ABB1AD6 /* F14Defaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5BA735782CFC37A8CE51F894B82612F /* FBLPromise+Catch.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E85121D71C337EC33D59DC67F3A22EE /* FBLPromise+Catch.m */; }; - D5BB24CD4D82D48AE68984151DF21DA8 /* RNFetchBlobReqBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 0679DDA06F6083ADCCB39D00724A4529 /* RNFetchBlobReqBuilder.m */; }; - D5D7104B77F74669305E6182C8CF6DC4 /* json_pointer.h in Headers */ = {isa = PBXBuildFile; fileRef = FD15F3DE0EA295254AC4CCCAFDB388D3 /* json_pointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5D7B2D4BCF99C4CF48C524BD28EF73B /* ReentrantAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = D110FFBE59C0123CEF10E41666AF2435 /* ReentrantAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 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 = C11AFE9E0317ADCCFA15A7008D924172 /* 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 = 3789240F49EA349195FE80E69BE3E726 /* ARTShapeManager.m */; }; - D5FEE70D65F512125F02B6C67C4FF25B /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 455B5702E493E1ADACD4621A4BDFFCC7 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D600E921C56A2D69EF0107E52DEE946C /* ParkingLot.h in Headers */ = {isa = PBXBuildFile; fileRef = 51B4A34003CF6A66513D01C42D3166A2 /* ParkingLot.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 = C5BE3FAA76D61C918E1969E10A1D3D8F /* EXAVPlayerData.m */; }; - D62C8173C02363F6C4CFECB79A2F4E93 /* Function.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A7B47DE6FB5556DBCC9109F3A598A05 /* Function.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D62DB1E6BD907F5F983ACFD643CEC819 /* FIRStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 796CD8553C5802D31544788DC42D6954 /* FIRStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D66730DAC3D36B39891FABD9BDCBB137 /* RNCMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 362BDF004E1BBD646E998F7B026A559D /* RNCMaskedViewManager.m */; }; - D67FA9AB44F255BBC99DE01C1472E719 /* RNFlingHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BECCA2837BBA24CAADA20BE703F12A9 /* RNFlingHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6A4CB7D75E3E43A684491B7B4C0D44E /* project.pbxproj in Sources */ = {isa = PBXBuildFile; fileRef = 5F8207A4A9D37575E823E4740ADB11B0 /* project.pbxproj */; }; - D6B706DF527F79D46421A1AB781116DA /* Rsa.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D07A3084F02111B4D644D30642D7104 /* Rsa.m */; }; - D6B92EF9CD7654C6DEF92CF4FC4CD178 /* 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"; }; }; - D6BB143397FE5D2A9C94FBAFE3DBD8DF /* GULHeartbeatDateStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = E5829883783F778ADA8007BB600B4958 /* GULHeartbeatDateStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6EDA4DC9471EDE3CA75A33F8CB08AB2 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A1B1E9FD44F86147BC309712FAF9CE43 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D70012F73E62CF3626B2B5429B4BA5F4 /* PicoSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 242F245388767C253E6CB45585494230 /* PicoSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D71EAB42A1D1BD3AA4A4C5FAB21B8977 /* 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"; }; }; - D76C305B6D2435240101585E93A9C5AD /* FIRCLSSymbolicationOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = F1BF623936659BE23B46D54E9876D042 /* FIRCLSSymbolicationOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D77F80FAC806F5571B64A0D857F68C64 /* ThreadLocalDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 95BAC5CB0D279B5958E7B0D88AD3C358 /* ThreadLocalDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7A2EE75FF3D02F833DB701D8818A5B4 /* AESCrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 35F61E3C6B07427BB835C244D999622A /* AESCrypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7A5F8A207DE67F03C768510690FE72E /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = C9C85AA18121D7AB9AD524E166C2D2FA /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7A68A1C097762915261A2A3B43306E3 /* ARTText.h in Headers */ = {isa = PBXBuildFile; fileRef = 90FB8441D378C62633AE475C9E64146F /* 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 = 1FCF861487A5F554EE8FD85692644D40 /* ARTPattern.m */; }; - D7CE95CD1C6CC6913ACD73B94312B50C /* FlowableOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = BF0816983A4601DA59629B393984177F /* FlowableOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7D28401F9B963EE79B7DC82C8D50692 /* BugsnagReactNative.h in Headers */ = {isa = PBXBuildFile; fileRef = FD63E0CBA6494F78296FE7F399E47ADA /* BugsnagReactNative.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7D3E4DF9F097B5C380A18F4D95B58DC /* UMViewManagerAdapterClassesRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = E0AA6C6BEE67B4F2D580258481D6F536 /* UMViewManagerAdapterClassesRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D82A6841B202F23715929FE0F4221F22 /* RNNotificationParser.h in Headers */ = {isa = PBXBuildFile; fileRef = DE9BC8AE9F401FB575160339FDA33F2C /* RNNotificationParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D84E163D51C6027FF4ABFC25F29FE9F0 /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = AAB7C3A2EEF8348A527A39B43B3A4DD4 /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D86314FFE6A05AF0C5CDAA7D7C7D3487 /* endian_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 738C6B6E9169BE2D4B6F6BDEAD7E0359 /* endian_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D881BDD9CC2ADE6E38BB569732FB013E /* BugsnagCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 389F204A875DD6CE7B8C65D858001782 /* BugsnagCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D88437DEDA4B4E1622141C0FBAA5ABF5 /* FIRCLSURLSessionAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = CE2A600BB53516D57ACFA66BC5E57A63 /* FIRCLSURLSessionAvailability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D88512BB19A13BD30DFA6819C72E3FA3 /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 87EACC925A1372A96058627D03E5E34C /* RCTMultilineTextInputView.m */; }; - D88ED5331B5D311F811CA7E761D241DC /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 589ECE73E12C7A1058C936216698C83A /* 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 = D7BB667CBF23AEB10205AD5FBE1F58B8 /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D8D56728978B571854440BEAF9A2AFEE /* openssl_cfb128.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 484DDBFFEFAD37DA5A1115CC609214F0 /* openssl_cfb128.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - D8EA2D2663FCF4B2B2C7AC39EDCD203D /* RNPanHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 83822D2F11D4ADE5FB3F659148C4C60E /* RNPanHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D90CD27207AB40D5A4CB8FB54475E6BA /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 22667A68519F5488DBBE56F01CA01BA5 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D913F93C31A0C37A068FEEE5952951FF /* LNInterpolable.h in Headers */ = {isa = PBXBuildFile; fileRef = ED9BF1A0470230BBDB4D3335A4261D9C /* LNInterpolable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9320651D932C30727FF289336E1AFB5 /* 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"; }; }; - D93AC3A2690A202A9C45D9C1DA332413 /* SKMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 180D90CEBCBD4A7E23C6FFFDA3A4C14E /* SKMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D969E1A81608BB8F469214F34D563932 /* GDTCORTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 74560CC510D37D57F437D1F3E3B31B90 /* GDTCORTransformer.m */; }; - D97B500D761687CB85D27727E5170527 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F5919FFDB76878199818BE35674B13D3 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D986160C8FFBCEC0E21F838020710C01 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FD743AAC47D3BB75DFD59BB9FF83334 /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D98D5E0F70D655730F87FDEF7277F9B0 /* REATransitionValues.m in Sources */ = {isa = PBXBuildFile; fileRef = 897F3AE774C215BE283DE39D632F960A /* REATransitionValues.m */; }; - D9A221A4D8C2277FE9AADCDD1BA5CCBF /* RNNotificationCenterListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 32030FB0782D84838DFD8B9B48D8DFED /* RNNotificationCenterListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9D5A57F3D28556DB0AAE421E545EBA2 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = 498AA41092D76A6D93B4B41B32CEAFA8 /* 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 = 4665CA6C0F25FFEDEA9AC367C8CC8CFC /* RCTConvert+RNNotifications.m */; }; - D9E163FEEAFD9A1880609C85919D27E7 /* FIRCLSFCRAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EE9BEC4C9C1445412EF648ED645BC0D /* FIRCLSFCRAnalytics.m */; }; - D9E6889BE1390C1ADDD017DF60828CAA /* QBAlbumCell.m in Sources */ = {isa = PBXBuildFile; fileRef = DE37E91110B2DB1F2E5D311908F43B7F /* QBAlbumCell.m */; }; - D9E99C551FF7DC8AF46C56289ED5483D /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 88CB2ED7EF97FD56CDC5BE6B8D275AFB /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9EC14617A5E2E8383BF6B29CE49BAD5 /* FrameType.h in Headers */ = {isa = PBXBuildFile; fileRef = B80A23D4FAF9FB02CBD278DAD2B9B820 /* FrameType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9F92704914BEE5433E6D7932280120D /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = FB487C1EC517E34306ED0D2F6E1BCB95 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA12577AE96A6BA6526A239AA272C315 /* FBDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = A8582BEBE81543C7ABE35AC5D3E95BAD /* FBDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA286E1B35DCD56983182FB3BA426E20 /* StringKeyedCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C9F7EC64A03F828046765AC004D6458 /* StringKeyedCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA288CD5E0C0355A9CA34658690B5C47 /* RNFlingHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A28A0F339ABFDA7FFB26976393C34362 /* RNFlingHandler.m */; }; - 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"; }; }; - DA5E9E3DAC1B97E8591BA63DC69A40D5 /* StringKeyedSet.h in Headers */ = {isa = PBXBuildFile; fileRef = D823457CBD7043FAEB9E29F9B5EF08CE /* StringKeyedSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA617A49FEF901D70D5866081CDE3759 /* RNTapHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C9FF06600BB230D554B8E244D7A289B /* RNTapHandler.m */; }; - DA76C2F9286A335CC3BF97E694A9260B /* openssl_md5_one.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34725C1DA2003EC8A547C1246793094F /* openssl_md5_one.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - DA9205F5FD1B01B7D159C7CB1743C245 /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1DBD802564E5D14EEA33B89437B51001 /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DA9AA176337618B6466E7F9E7EB803AB /* react-native-simple-crypto-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B36491838C46C22A87B55F00288280FF /* react-native-simple-crypto-dummy.m */; }; - DA9BA88926DC5914F3BBCE8FB51C5042 /* FIRCLSURLSessionConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 9739DB2412D22C208A57481EE2578872 /* FIRCLSURLSessionConfiguration.m */; }; - DAA5D42F228D8B9CAD984D3158DC5157 /* RNRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 616E0FFE26CC0960929942A93C4E229F /* RNRotationHandler.m */; }; - DAEE7B9C3AA7E70DFA87519CC55851F8 /* FBLPromise+Race.h in Headers */ = {isa = PBXBuildFile; fileRef = 094F5EDAB5CCCE4C29647C4ECD85275D /* FBLPromise+Race.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB35D9D830399DA010FA302EA647B66D /* 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"; }; }; - DB38E5A0EB6A09064AF8609FD9A079CE /* 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"; }; }; - DB429C6AD36DDC50FBE3D0D0196DA61D /* REATransitionAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 427F8A4FDA7C74319978BEF13D333788 /* REATransitionAnimation.m */; }; - DB5501D8315E2BCBB882A376AED5DAEB /* Pbkdf2.h in Headers */ = {isa = PBXBuildFile; fileRef = A72869F7BC38F2B2B36D6735E635803F /* Pbkdf2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB76D0B05B98CD4FDC1B1A8E7C75F86B /* 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"; }; }; - DB7879CDFFEB7588118E764AD79CBDC8 /* da-DK.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 45B4FBE317831AE4A6442251D259B467 /* da-DK.lproj */; }; - DB8D35A5E51A869C4A026AAEF3889ABA /* 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"; }; }; - DB8FCD01C7479862F2CECE597B3AA02D /* RCTConvert+FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B2019C1FE357755E0196C90F46B684C /* RCTConvert+FIROptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DBB2F9754690951A904C68188C09ED2D /* REAJSCallNode.h in Headers */ = {isa = PBXBuildFile; fileRef = A0A3947DEFD953FD2E99B7D8A4957D34 /* REAJSCallNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DBBCA08B4689ED0C0075E17FE529048F /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 32CB6BEDA8BC4CAD578305F10AC47765 /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DBBEE698F6D3D85FC8499D9ABE0DA432 /* FIRCoreDiagnostics.m in Sources */ = {isa = PBXBuildFile; fileRef = C4579E79C68E1E8CDEA8F9ABC1AF1E04 /* FIRCoreDiagnostics.m */; }; - DBCD75EB1B2FE2FAF06806A9B5D50CF3 /* CancellationToken-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = B0D522684E5033511C436FEC61BD1B02 /* CancellationToken-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC101DEF3E801F552ADA91FB978D9FA7 /* Event.h in Headers */ = {isa = PBXBuildFile; fileRef = 07175D29AF10E770288BF8B9D85FC3DE /* Event.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC35977944720997F4BC34E65A5BF669 /* CodedOutputData.h in Headers */ = {isa = PBXBuildFile; fileRef = AE1AD18CFE4043E1D613B60F0F36FF5B /* CodedOutputData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC3FC3B8E814711045D83177E78AEE2B /* thread_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = FFB54071411E53C34573BCB0774D7246 /* thread_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC40CCF3CD8E96120E9E7291947AD62A /* FIRCLSPackageReportOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 9834FCEDF152C5846256FAA9FC2F1BB4 /* FIRCLSPackageReportOperation.m */; }; - DC46A65585FCD4F7D89F6940AEA31D4F /* rescaler_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = DDCB59DA29B501FE7C3A6DC7358F5128 /* rescaler_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DC5B3F4273F146ABA6F5ED7317E80EC3 /* UMEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 89C55ABF383065305F34D4FD4B763016 /* UMEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC82E9B8A12D55B50D21219CD769F488 /* FIRCLSThreadArrayOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 05B819B9D0F5E8E7D8373B00494B2F42 /* FIRCLSThreadArrayOperation.m */; }; - 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 */; }; - DC8E68839942D7B0D1FB57E5620EFCEC /* F14Policy.h in Headers */ = {isa = PBXBuildFile; fileRef = DE3B5D1E43D3FE530CB383A136852596 /* F14Policy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DCAAF7386528AE36F709840F0027723B /* UMAppLifecycleListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 907DBEB9777B195E86A190106A88BB2F /* UMAppLifecycleListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DCC3DA2DE9E5E380C04A72257BAAD392 /* UICollectionView+SKInvalidation.h in Headers */ = {isa = PBXBuildFile; fileRef = 44BFF3DAA7F1DCC5E5C3DFAC211EDE1F /* UICollectionView+SKInvalidation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DCD3B9DE75022F3D77295F29F2FBA87C /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C3F4A5A780162CAF961D642454C89730 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DCE0C5C79A0139ECFD0BB13953F1040C /* 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"; }; }; - DCFA0D969EE55402E86500E829B21623 /* 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"; }; }; - DD064E11686B6C00506BEA26B22DF670 /* fa.lproj in Resources */ = {isa = PBXBuildFile; fileRef = C53F9C211DE6924D23B1763F088E829E /* fa.lproj */; }; - DD0A68EE3EBF0562EF4405FF3504A13C /* Subprocess.h in Headers */ = {isa = PBXBuildFile; fileRef = DF6F5825C179293170C5C51470B5455D /* Subprocess.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD24A16ED3CBC4A7BE590AE10DF94E02 /* RCTRedBoxSetEnabled.h in Headers */ = {isa = PBXBuildFile; fileRef = 696976E4000AD7BF3D88E4167FD3AEE7 /* RCTRedBoxSetEnabled.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD3FD879397735569999E1D8C7FCB950 /* RCTWebSocketModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = A94F47AE6735F51649DB64C414E3777F /* 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 = 4FD9E003E83974475C601785070D9E7A /* BitUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD4C175322018A40A089B1229AE30B72 /* openssl_aes.h in Headers */ = {isa = PBXBuildFile; fileRef = E30E14C396EB309A313697C5F82076D2 /* openssl_aes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD6CDE2DBAEC8DC4605D552C89BCD7EB /* DuplexConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1B0F617DB13603FD3F2164820EDDF5 /* DuplexConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD9E0234E5F52AB2ABF2B92EFEA73A2F /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = 3901E2B8A432204195F28DCC95FE14EF /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDA8CD3E85032BA74249EA2AA0392795 /* InitThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E665198D622FA71128BB4BBF9E153F7 /* InitThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDFDDDFA1D6A1870374068F0A3987119 /* FIRInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 815DB4AECA76A60B88FCD84CCC5F1706 /* FIRInstallations.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE3B56D5420B33673E24DDF32E842FAC /* REANode.m in Sources */ = {isa = PBXBuildFile; fileRef = 250CC1624255FA7B7FC411A4D1584B90 /* REANode.m */; }; - DE40556FF13940535E87605672704C9D /* TOCropOverlayView.m in Sources */ = {isa = PBXBuildFile; fileRef = 660138AA021958790F4E9F5918B461BD /* TOCropOverlayView.m */; }; - DE5C5AE20CB48FE715235BFCB42D95FC /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EE721DAC5A489632630DA59157D9042F /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DE64A313396D736B049C5686DBE21F41 /* FIRCLSUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 60B7352C13A58F5E736F5302C3997684 /* FIRCLSUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE6A526E4DA692316F76227F198D322C /* MMBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64DBC4A41C836D10CD2B65B9C83ADC3D /* MMBuffer.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - DE7005D4498EE67072467850589DCE42 /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BC73CE652A7E8C25A44A531191AD001 /* 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 = B98F98841CC7FAEB021F21AC2BDBB0FE /* UMModuleRegistryProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE80814C51CEDC981815A35B8D5B9C49 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D7953F433DD8276762D1B76C98DD679B /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE824BD4BF39F007B34DB7795FB4CD86 /* CodedInputData_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E0ABF6A3008DC62DF39C50AD01515B9 /* CodedInputData_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - DE907C27F82487B7CFD1CE3DF43BB72D /* BugsnagReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 06575402F69BAA264DDB56499D310347 /* BugsnagReactNative-dummy.m */; }; - DEB2092249D8418881A7705F4F162A9B /* openssl_md5.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E70029A2909BA264FA3C8D6F4E32DBA /* openssl_md5.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DEEEC939BBAB6D133EE4AF8517F3D6C8 /* BSG_KSCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 94A08F514E91A9811430FD2262FEA644 /* BSG_KSCrash.m */; }; - DF1C4D0B69A25667C09C145B761A2ABA /* SparseByteSet.h in Headers */ = {isa = PBXBuildFile; fileRef = B7F409DCF2DB123F5791ACD531309E20 /* SparseByteSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF2BE2C0C2335765E3DA628FB1568D67 /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = DE16C6668E00B2EBAF3DF295096B5CB9 /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc -fno-objc-arc"; }; }; - DF2E05597CEC2E08B1F5DBF0F4015049 /* alpha_processing.c in Sources */ = {isa = PBXBuildFile; fileRef = A7BD3B30897587FE277B25EC9B9C31F8 /* alpha_processing.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DF365C2EBC94B800048B8CF31D261D9D /* 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"; }; }; - DF6260BE03F8B14B2BDB07352FE3AEBB /* 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"; }; }; - DF77B1870F0DC8BE940149CECFC059F0 /* FIRCLSUserLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C6E319C60908897ED62DBABEA24A714 /* FIRCLSUserLogging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF9556B84ADFE4CE9EE11C32BE59194F /* REATransitionAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F97AB0D01237B3ACB62A1BB4D0DEA98 /* REATransitionAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF9BF273B3A19D48077F9A2F652E0699 /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = B1F4DB0DE3C68BC8D3845B502352AB49 /* 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"; }; }; - DF9FE4E9F9A40DAA04728167B52AF6AC /* Lazy.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B563787B475E138B99D047A2373BADB /* Lazy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DFA5190C4B6DF580BB6920937BB062BD /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D1FDDAB6886F3C5E12C78B4EF9D7A7D /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DFBB797F49EF813A8249D87BBB631F3F /* FlowableTimeoutOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = D451CDE36D4FE5E0418D8AB770C36C56 /* FlowableTimeoutOperator.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 */; }; - E0280FD08DB59EFEE1D26D77D32451F0 /* bit_reader_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 007B11189DB6EFBBF762CD046EBBC8FE /* bit_reader_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E039CEBCCC6EDCAA4BCABF1C61C90592 /* FIRCLSApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = CD2A30BCF21519B7BA9A5F310C93B04B /* FIRCLSApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E047DD10D9C0AA51E775D934A3AD2648 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 563B185528F355B6C3C807EC41AC3EFB /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E05070D25885B36129E52C0862B2E5B2 /* ARTGroupManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C305F6DB4200EC8160CE013BE96BBC /* ARTGroupManager.m */; }; - E07A3816C7823F12498F97FC155EDB6A /* RSocketStats.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E6F85464D0E9C589588B0CEA2AFC418 /* RSocketStats.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0857B46FD1EA2B56B7D051FA3CC5C61 /* REANodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C4D07A9FBE58959D68731C8097F1FBC /* REANodesManager.m */; }; - E086CC4B377DC0CB9E7282DC7C79E4FF /* FIRCLSContext.h in Headers */ = {isa = PBXBuildFile; fileRef = A550D60ACE3D399664204E2028C73726 /* FIRCLSContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E090C2FA5F01793E393A440B8F8BC7DA /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3983146DD520013B9AE7A9E495AF21E7 /* 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 = 6AD7FBB3E52E496517DD473C75A02244 /* UMInternalModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0B59B9295BB44A284B36AE953330A80 /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E55922B43EE76F56450B6097D7308A83 /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0C4E0F84DC2D6681A83CDA889DF830C /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = D971B7BAF45BCFEB7017C3AF6A8E4623 /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0C74EBAD5EA1E588C4565B77D8D13F1 /* RNJitsiMeetView.h in Headers */ = {isa = PBXBuildFile; fileRef = 92CE6B22333344A59DBED27D884391B9 /* RNJitsiMeetView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0D369932E013D69B74AAD1AB849DE52 /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1999077747FBD16E39EC0BC723FD65CD /* RCTInputAccessoryShadowView.m */; }; - E10D5565299FCDC9BAACFBA2698A5584 /* BugsnagSession.m in Sources */ = {isa = PBXBuildFile; fileRef = BC692AC1CDC21E2E1E0C6FB07E1D8014 /* BugsnagSession.m */; }; - E110ADEAB6719AA428B109A96FB7D39C /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B74DCA1E479BBC083FD52F94A88CED48 /* RCTI18nManager.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"; }; }; - E15BD892DE6037D0AF20F712AF46D737 /* 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"; }; }; - E16B00D04BCFF3271180D76F45FDD159 /* Common.h in Headers */ = {isa = PBXBuildFile; fileRef = A1FA33F9C3C40FB33FAA2F8D92F840A7 /* Common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E181EFF1D82F2C246F3C692C681462BC /* REAModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 11943036BC71FF8BBEBFAD91D59196BE /* REAModule.m */; }; - E1C92AEEAF907D9FBB3D536670867DE4 /* UMAppLoaderProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = A007AF2122C1D21BCE338FE6B0AEEFEB /* UMAppLoaderProvider.m */; }; - E1E0164B39C96D5D8E6F64FD5A957926 /* 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"; }; }; - E1E838DDCC005F9938992EE40FF70CB8 /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A96B714B7A076AF454A45FC409ECCE9 /* RCTUITextField.m */; }; - E1E8D74B6DEAF85073752EB8E2E0C9A3 /* RCTCrypto-Bridging-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = D36E70401864585368ABB2D383EE25A2 /* RCTCrypto-Bridging-Header.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"; }; }; - E231A20A63F48C974C354EA237E5B9E0 /* FIRCLSMachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 1FE7A7FACDDD35547CD57D3797439B72 /* FIRCLSMachException.c */; }; - E232697AD2A0BBC29515EC23C546E8B6 /* BasicTransportCertificate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3594DF1CD01D964FAA8763E627265CB0 /* BasicTransportCertificate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E23B9A3321A28B32A4AACFD5B755877D /* GDTCORRegistrar.h in Headers */ = {isa = PBXBuildFile; fileRef = EF9FFCBF8924E2CDB54727B590DCC4D1 /* GDTCORRegistrar.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E23E3CA4E3F8190534C9146C75ACC3FB /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F718F7B37DD6F239BD9C833E376A6D4 /* UIView+WebCacheOperation.m */; }; - E240FE4CFF3AAB68DC9FCDFFD745FE17 /* MMKVLog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8509DC6B1B59E8D5D93BFAA30EE12494 /* MMKVLog.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; - E24729C9CE9A683F338B92F0C81406E5 /* RCTAsyncLocalStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = C79F5EDD9360ECB197D9A7E2C9480351 /* 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 = 7ABCAEFC7D15A90961B2F0FE7C6BEFA0 /* UMReactNativeAdapter.m */; }; - E24A83206E03C560A2FADF1736D882F5 /* 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"; }; }; - E24B68DAF8BD7F21011BAD051A1A9707 /* AtomicUnorderedMapUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 32F06E26515C9916226FBCAB17E6B1DA /* AtomicUnorderedMapUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E24E331B0CC02D6AD017B30F0142BEBA /* dynamic-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = FCC5804A7718ED767C13AA3060F91D5E /* dynamic-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E26F27C2A2F4B72362ABAED5BB5828D3 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D104A1919DACBE845E02DB785246952 /* SDImageGIFCoder.m */; }; - E271CB74F0A8D7B66B53E12F533D8CBE /* RCTWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = BAE158547CD7C1EE52E1B138FA21D73E /* 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"; }; }; - E2924297050725D0A9A417B790048262 /* SoftRealTimeExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = C0DAB47F808687571AA438E2CDCD9377 /* SoftRealTimeExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E299094278A43A7E20DFFFC50FE30366 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 37DA2F9051F6DF45E1CB248C9B98FA19 /* SDImageCachesManager.m */; }; - E29E0B64EC5DCF973EFA8E6377E64F12 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0750C8F835835729E5F25ED089A7AC4D /* React-RCTAnimation-dummy.m */; }; - E29FBA6D4C296E52AEF37FE5C202C816 /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 544C7CBA8C6B0405C35792D56547EBFE /* ja.lproj */; }; - E2A3567CDB3E36CB123037C1FA6D4E81 /* BugsnagSessionFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = A21BA0836608702D1E04DBBED5D8B75D /* BugsnagSessionFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2B38B0E73DFE014ACC3FCBFC43496FD /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 09BA6BFFA2138AA164B16472ABBB8BEF /* 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 = 63048474F940B84B0B7D3571BB19E0AB /* RCTReconnectingWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E30887AE381E8CF65A4E43A7E16E0F31 /* ScheduledSingleSubscription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EDA30FD146BE39B7EA870C76B401DC3 /* ScheduledSingleSubscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E312281FD29F99F67D349635D1F088ED /* SafeAreaSpacerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 351F464F361CCBD73E433FDD65060176 /* SafeAreaSpacerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E31512A972F9E359D575F24B6B50FA89 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9F73C23ECDDE43C880DE92DD8B4559A7 /* 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 = 21BE480D4031EEA250DD0C2C1EF4A8F3 /* REAAllTransitions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E31A904663F8E0EC679E55CAE9AC2D2B /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E247B417ACF7E923F4B262B8E707BAF /* GULLogger.m */; }; - E328E8141AF969CC6B6E80958E20061B /* EXHapticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 152FF53DE0BDAB6836D5D1422E1497DC /* EXHapticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E341738B130ED4CB85C14610CCD846CD /* UIResponder+FirstResponderTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 14A22C401C1B1C83A667572C8B5BA5B1 /* UIResponder+FirstResponderTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3710275FAEE91E661AABB966435F467 /* ProxyLockable-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = D41C883D22FD10CFD15573410C2CC2A5 /* ProxyLockable-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3726DA4A950F97AB8B5637CADB04573 /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = A3264B8F4BE4BBAA9A02B2BB256EEC8E /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E380175EFB4DE3C005A4ED635B4689A7 /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 89925DE89D1EC8BC9334EAA0D4ED42AC /* 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 = 398652AE3510AD39E9B13C519F21E03E /* BSG_KSMachHeaders.m */; }; - E3983B7E305A128ED1DF7C661908BD7A /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = C19E947615CDB50A244AF0D79689F024 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E39E9949E3F0A951767CD502EAE6D183 /* ko.lproj in Resources */ = {isa = PBXBuildFile; fileRef = C59312940D5C2000A2013B02A2AF8650 /* ko.lproj */; }; - E3A6A2914E4E1410B5CDB1ADEFDA3377 /* Stdlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 66213C6A99D2085765AE01D5A02E58B0 /* Stdlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3A7DF34F5085451A6A8F95EDED618C6 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F2D82F5B5F445C31F9250E7A54AFB35B /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3F24F050E10E05C03542DBADB501F66 /* BSG_KSBacktrace.c in Sources */ = {isa = PBXBuildFile; fileRef = A00FB85FFDA8E7FCA6C77FE41A6CD301 /* BSG_KSBacktrace.c */; }; - E41FDF4FDCBCF5CD36AF562C059674AE /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C77AF253EF5BD8BBB79DAC722BC82CF /* 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 = E7C7B1F7607C2A882AD64C9FD064CD7A /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4468BEAC9914B5F8EDF207311B19DCF /* Spin.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E23C68952D39AFDF54E388E42D8329A /* Spin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4504253D2D46A1993CC10D631202FDD /* PriorityThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ECB2B4C502267356B91B34510DE8D5E /* PriorityThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4712C90D3F487C0D6CB1C4566F25E0C /* PThread.h in Headers */ = {isa = PBXBuildFile; fileRef = AB931BE107FC1D4BFB8E40461E13736D /* PThread.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"; }; }; - E49188CCEC47F2B014FEF6031EED26C5 /* PTPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = C439799B8CBB8A2C3F90298EFD4A0C62 /* PTPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4A30EC10888C6AE1C92B59EC078EF38 /* ARTTextManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A4EDB1D1FB2C362FD1A7AE6B607992E9 /* ARTTextManager.m */; }; - E4A5D4B6B6E51731DC54DCEF2061BC80 /* PTUSBHub.m in Sources */ = {isa = PBXBuildFile; fileRef = 0357CEE67B08C3797C91505B75E470C6 /* PTUSBHub.m */; }; - E4B5239838DC0F4A9844B92904F5E695 /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 26BB72478B479E13902D483BEC4B3F74 /* 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 = 0CFE095BDA552AD234DB5828A9742226 /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5050845DFC58728473037CAA78378A0 /* FIRCLSException.mm in Sources */ = {isa = PBXBuildFile; fileRef = 028F7C1E056AF6DD397D02CD928ABF63 /* FIRCLSException.mm */; }; - E50686E6839F23639981F7083404D7B0 /* Promise-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = F8157CC4F2CF42743A73C3C7FF0A2A1B /* Promise-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5412A8A9E37CD79BD1DCC3F65B972B8 /* TLSDefinitions.h in Headers */ = {isa = PBXBuildFile; fileRef = C39AF224FFAA5EE6F82F74DD9F667AAA /* TLSDefinitions.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, ); }; }; - E557BA690CA573AC85E27EE224D87E00 /* 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"; }; }; - E56F517254A3DD415A94128FFB078AB7 /* EXSessionResumableDownloadTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D3A9D81320B5725653F79B114C2B0F4 /* EXSessionResumableDownloadTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5717D12A46C230DF81B959C316D3076 /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E9A89AA23DAD78AEAC79B028C07219B5 /* RNVectorIcons-dummy.m */; }; - E5999453FC58AD25375AE76CDA91F4F9 /* KeepaliveTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = A5A17956975D7696F7B41988B58B42F3 /* KeepaliveTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E59B09D0FCFEA826E9B8C4F78FAD9097 /* RCTImageViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = D9B63DDAC26D9672FEC5F3375F677083 /* 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 = 75115AC85BF3FA90D1B09323091BA2B1 /* REASetNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5C5E181CE4785A0262B617144B6CF9F /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 65B48B5DAB3EC03C82F6BD4F18C78282 /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5CE155F7721EDCD288D16C91B47797C /* 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"; }; }; - E5DAE1C08C767C0C9DFA50310C8AAE37 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A924364FE1D4408C293325EB3A358A4 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5DC173E6B529F892B09C8C35C99D2A1 /* ARTLinearGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BAE7F56805F725EFF7115471934620C /* ARTLinearGradient.m */; }; - E5EB8C9AF473302D95697DE48AE9A25F /* Singleton.h in Headers */ = {isa = PBXBuildFile; fileRef = D24C8625BC053EE80938AD3D2882E238 /* Singleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5F20D894B2BEF19E448E36254B4D65C /* 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"; }; }; - E611DAAD5A8ED41F23CCB75414E06EA1 /* common_sse2.h in Headers */ = {isa = PBXBuildFile; fileRef = CB4EC245C665F9DD601B8E280FAC84EA /* common_sse2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E611F8A26FFEFEDF762FD658C4A401C7 /* sorted_vector_types.h in Headers */ = {isa = PBXBuildFile; fileRef = B1B5EAD64CFBE5A0B3CCB4E74C4AEE03 /* sorted_vector_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E616E3D55BD61B70F30FC6B24A0B9AFA /* Iterators.h in Headers */ = {isa = PBXBuildFile; fileRef = F071544DBC72C76475C33F5A822745B0 /* Iterators.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E62AA4198B8FC28F3A25E284178FB648 /* RNFBUtilsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8984E02D6C5C71CEDA7E02781BE6A840 /* RNFBUtilsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E62EC931A7D171EB362471D6ADBB5B0D /* RCTNativeAnimatedModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = B42CEE0B91A84A3B741D8FD3495E04FB /* 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"; }; }; - E63A36AB5C9E8478F5938FCCDA985EB1 /* IPAddressSource.h in Headers */ = {isa = PBXBuildFile; fileRef = F4563D2A2BF4C54C00CE10513E7ECB95 /* IPAddressSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E63F763F56DE18B1716616B01DCAEB74 /* IPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = C8AAEFE5A8A726BFC436259BD5340B9C /* IPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E64F3B312F4C403650F0B1D4CE7DD4AE /* 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"; }; }; - E66FA9AC1F1FF78EB2147F34A071DE7B /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 37090DE0ACAE2A967D34BE851324D47D /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E673E0352A8B4350E45B7A109D3D4021 /* EXKeepAwake.m in Sources */ = {isa = PBXBuildFile; fileRef = 95D67F2B83C4C698AEFC6E51D19DAC41 /* EXKeepAwake.m */; }; - E688CE98B6E0FD22A1D01CC49010ED71 /* DynamicParser.h in Headers */ = {isa = PBXBuildFile; fileRef = E53C8C998DF0E97815AC0901993D3741 /* DynamicParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6BA031A7D5B108C112B7155861B252A /* CPUThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 302B2D7B832D36B91C0FC19F8442A977 /* CPUThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6BD50F9F6ED0AE9A28037989C07A7AA /* 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"; }; }; - E713B02A8A389710B1613C452E72D5D0 /* FLEXNetworkTransaction.h in Headers */ = {isa = PBXBuildFile; fileRef = 602DAD918827E43F59A128461ABCE145 /* FLEXNetworkTransaction.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E73510C5132838079D9D644554350A7B /* BugsnagSink.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EA1B7A34FAC4C871745B44392CC6F57 /* BugsnagSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E742E9C6D59FC15B2B598DA01392A726 /* FIRCLSNetworkClient.m in Sources */ = {isa = PBXBuildFile; fileRef = FC815314ACD9F8E46A707C0436919B5F /* FIRCLSNetworkClient.m */; }; - E74F10A5A2937CD0D8027324A621D935 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = A29209D347D51D64D72258C0DA6FF1EC /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E755BDB807AE70D7AF93ACFF0BFB3568 /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B89D89DA2CCB3A2791086A4F9FE0F48 /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E75A90F44AA2559897D54A2D6AB908D9 /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 41D64D7574C4DFD78DA40432303FDCEB /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E768BEA3AC3D5B8C9CF6C6C2FB0E7FEB /* SocketFileDescriptorMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ED75F07D45B6554A7AB38F7F793AE80 /* SocketFileDescriptorMap.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"; }; }; - E76A7E1CAC725E4286F2AF59EA6F2B4E /* FlowableConcatOperators.h in Headers */ = {isa = PBXBuildFile; fileRef = D705E346C0D7E0D485B5C54148BEBDCF /* FlowableConcatOperators.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E76E10019899FF866B81BACD8AEFF56F /* EXVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B948334868E259BE1A9008922D6D075 /* EXVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E771F51F72070306998C8DD2C68841EF /* FIRCLSReportAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E109B1431C976080FCB144DF5B3CC44 /* FIRCLSReportAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7812BC4AF37230EEAB06751E1EC3124 /* ScheduledFrameProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3844FEA05A4C6D97DE02FF7CBAB7C2CB /* ScheduledFrameProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E783EEAA611C3967BA049B75B021BE67 /* EXVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 707120DD0B50E19FE10F2FB2F46CE503 /* EXVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E78D398DE9276B2D1131268BFDFE182B /* RNPanHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F7F5D3A71E806D9439B38F5E1859D219 /* RNPanHandler.m */; }; - E7BBC923DAA2236EB0CEBDEFB1C8C6DA /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 216AD0826E6548AC6A92C4157EF3644C /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7D396716B836C728A1AD569D27C01DA /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0F714B791B23FA38824B311B5DE4A583 /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - E7E82CC781764AB92193F0CA2600D6D0 /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = AE028F42EBE69BCCE56A98AB36991E33 /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E83D3D6FC8A1A4FB56A7DCCA846F8A0B /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1285EE3D3420EFD950A561662E741975 /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E83D75DAF197D119EC466226DA24D451 /* FIRCLSInternalReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E4A9AE0B2E9BA8C1C6197E59D70BACE /* FIRCLSInternalReport.m */; }; - E866361545A450B8E2D90972F5966FDB /* PublisherBase.h in Headers */ = {isa = PBXBuildFile; fileRef = E029A544EE801E141985023CAEFD9441 /* PublisherBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E871E1A64D7E790E13D483F30698DDF3 /* FIRCLSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = A03F1F458148853D818363CCCC707420 /* FIRCLSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8853B8ED3D089F47C87A8100A7A6434 /* RNConfigReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B3FEB373D0D6D06738E0E944A991161 /* RNConfigReader.m */; }; - E8A085223A1A29C76C54D4FF33E89115 /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = E0C27166D9B6D61425E0011299C36F87 /* zh-Hans.lproj */; }; - E8A7615B2E19C59185F3FE545094D0E8 /* EXImageLoader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A21D77E05FC995A0CC6E19C3FB1AC504 /* EXImageLoader-dummy.m */; }; - E8AAAD11E3A011961B9D34B6E253121F /* openssl_aesv8-armx.S in Sources */ = {isa = PBXBuildFile; fileRef = 271CF860946C7D804590EAE4A5AD900A /* openssl_aesv8-armx.S */; }; - E8C93CDEEAB2CEE201DE4777FADC7968 /* Synchronized.h in Headers */ = {isa = PBXBuildFile; fileRef = 8256CFC27BC64125A30CFF60C0DA83CC /* Synchronized.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8D65D62B1C106A39CFB0994BC9BD269 /* GULKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = FF01D9DC2BEE0CBCECCE73397F244361 /* GULKeychainUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8D87EBFFDF653B868E01950FD5B59A7 /* ConnectionAcceptor.h in Headers */ = {isa = PBXBuildFile; fileRef = E1E01D9E5895EC14EDE2B074949B78C4 /* ConnectionAcceptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8EC28027F124F3AD6F42FEC5D748E91 /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D7C593FAA3FCCF78B5E1A05AD520D9 /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E917780AF426816952E3BF5ED26323B9 /* 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"; }; }; - E92824DCAD3E06FEAF4337D3A36E3FDB /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = 7101DBFB47A3DACE072B4BCBF4D3A2E7 /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E92F0FA65600E39939718011B0E11595 /* FutureDAG.h in Headers */ = {isa = PBXBuildFile; fileRef = BCAD7BD186EE694DCC891522EB744557 /* FutureDAG.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E931594A84987B624C5BC023312E1DEC /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = 82AA0C8CCE52C88692C267C9AED694C3 /* FIRInstallationsItem+RegisterInstallationAPI.m */; }; - E9445C391B65051D3A77F060D073EA6C /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 936EC6FD858093EF095D610AF5EB00F0 /* zh-Hans.lproj */; }; - E9484CC36B48DD53139F337528BDD82D /* React-CoreModules-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F3E531E8553D0A99BD9D6326B0BBE1 /* React-CoreModules-dummy.m */; }; - E949C130EA1F57FB79EC5C0B3E3854F6 /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = 31097FF023386ADF7829A14BE14AEE2F /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - E95D6946EAAC0D88A62A9C4EF71E1A8A /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5723140EBBBEE9A355DDCBA4E863F6D6 /* RNImageCropPicker-dummy.m */; }; - E96369189F73196E9C753BCC94FA021B /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = FB487C1EC517E34306ED0D2F6E1BCB95 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E99F98EAA91670CB3B54381E89CE82C1 /* RNDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E4A157E039AF44FC0425020262BE77E /* RNDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9A96A6440FF3E5C3CCF856B35A82FE2 /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9F02C65BF34DA40860710D3B63EFBDC5 /* 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 = 428E1F5EB09D1D52D58C79018DEBBDC3 /* EXKeepAwake-dummy.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"; }; }; - E9FA4E493CE37CBEAF8A008DDD4FC0AD /* Flipper-Glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B79BFF083B5FFA6D374A077C7DBFE5B /* Flipper-Glog-dummy.m */; }; - EA090F8E6E8177BFA682BE164522E3D2 /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = A142A31D82C511803517201F7CD8F142 /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA0957065C56F9090D0DE011CDDA4AED /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = BD7AE8B0D546DE3624AFC0EDEAE2C4F0 /* Config.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA0D9484C2701CD3A29105751F22B175 /* MMKV_OSX.h in Headers */ = {isa = PBXBuildFile; fileRef = 13F4452B782828682F12ADE1275B604D /* MMKV_OSX.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 = 3B229C2C25D2CF305A24AD4C8D9433CD /* RNFBSharedUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA31A21E8987D47CFA4D774D8DB6D85F /* FlipperState.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A4DA65B2D98F33C40CF2F6CA9F92A49 /* FlipperState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA62493AFBF1C1B77E5C01B30D88740A /* AtomicIntrusiveLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = 1582E233DA3441F881C9DC9898B4B8A8 /* AtomicIntrusiveLinkedList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA7E5B7E9A3F9E968AFE5A2DEE96F896 /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 75364908BF6A650FF3D57C3619C85A33 /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA8F224EBD25B845FEE7C4F25AD7B479 /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 113B9DDFFEC7B7401738614040C766B2 /* SDImageCodersManager.m */; }; - EAC01F056C09E5240270A5B8A15F0EBE /* NSError+BSG_SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BD60927A7F2CA0FD74E3B881B600B96 /* NSError+BSG_SimpleConstructor.m */; }; - EACFAF96FCF841C412DE3167449060A1 /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9157B28A91BFD044228018D597D9B25B /* 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"; }; }; - EB002C803EB4B4F75B835AD8ABC9908B /* 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"; }; }; - EB0532A0792B8C7D140E7BE6A5CEA522 /* FIRCLSNetworkOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F8594EF5847E3B2F915EC7CA133A62A /* FIRCLSNetworkOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB12F2305F3545BC7EA0BC27B1F58DE2 /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = C1ED8C7FDE03CC7DF66080B0FA3490EE /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB5B44698F80FA688F728DE855877D10 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = E75A5FD13FEC87456DB3FCCDB1348445 /* 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 = DEFFAC9B47503A331DAEE8DC2D876A8C /* BugsnagKeys.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB6CA7DBD7780D07B177F8BDE9B3B0C6 /* SetupResumeAcceptor.h in Headers */ = {isa = PBXBuildFile; fileRef = DB784AE533C7FA1470E9783AD47C9700 /* SetupResumeAcceptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBA4B42F86FA19C9293C03AD8686145B /* StorageSetters.h in Headers */ = {isa = PBXBuildFile; fileRef = CA723F22F144E89FB5485F584AB16F21 /* StorageSetters.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBB5AF2BA5CAC9D6AEB1FDA308175B74 /* CodedInputData.h in Headers */ = {isa = PBXBuildFile; fileRef = E5B8E98722DF82B4FCF72C564273E7F5 /* CodedInputData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBD975A21CC130A96D250236FFE4F9C2 /* FarmHash.h in Headers */ = {isa = PBXBuildFile; fileRef = 96F6E8528C4EC7786262B3CE7BE4614C /* FarmHash.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"; }; }; - EC149F2DAA670DE4F9B8EBECDEF0FBF6 /* AsyncPipe.h in Headers */ = {isa = PBXBuildFile; fileRef = D259D0D5867EB21A9776FE703C0E9BFF /* AsyncPipe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC2BF1606D5EDF113D6AF113F435C11C /* 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"; }; }; - EC34A7E36B174CC4B9078772F53E3DF5 /* SysMman.h in Headers */ = {isa = PBXBuildFile; fileRef = B60A9DECADC02F72FA8DC25F17AC9E8C /* SysMman.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC3DB82100E25E65AFB5814685BA4FB3 /* TupleOps.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A74019B547CECA96E7F45657B514245 /* TupleOps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC666CB740832E1AB0753D69FC8C3446 /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B8A9474F457953443A42F240373318 /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EC6727C988F20A3739BAD9A836FD2330 /* FBLPromise+All.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F5744FABB388827D57808557D9928B3 /* FBLPromise+All.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC6B36DE220FC85C1830743B92F61766 /* 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"; }; }; - EC6E77808945DD2335455C1870716873 /* DestructorCheck.h in Headers */ = {isa = PBXBuildFile; fileRef = 49085752636EB16CFB43D8E330FD6FD7 /* DestructorCheck.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC7D13478527671E411B5B3560D1A128 /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6231B17264ACA65B33F1144EAA238955 /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EC8A8908CCDB43808BFB6C1BA951F1E9 /* NetOps.h in Headers */ = {isa = PBXBuildFile; fileRef = 44672A7A3BC339C8FE063A2228A810BB /* NetOps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECA03478FEB50615CF46EF2FB1C34B1D /* 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"; }; }; - ECA7331A60F55EFFF80D117F9B030620 /* 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"; }; }; - ECB6D854EBAF9155B6C024B3704CD54B /* FramedDuplexConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = A960E85AB06FD76C8D48B57128F95948 /* FramedDuplexConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECBBBA7EA50C98AEA414478293838D2B /* RNFBAppModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DC2E3C10241AA91883F40471F45E4EF /* RNFBAppModule.m */; }; - ECBD429060DEC16908D656440A81BDF4 /* RNFetchBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = F32A45959D3AF5405D68E92CA1BFD497 /* RNFetchBlob.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECC014D16CBC092CE3F8DF77EE1BA855 /* REAConcatNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 27AD814C5F05D9F7E67C96F2E239ADDD /* REAConcatNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECCDF8ECD2438E62AA303A3AA18DF093 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = F7AB5908A1F99A8F355AE51852EE3194 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECCF81F5F061B785593B1BD3E433F28C /* EXAppleAuthentication.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B06C4FD243A37851BD3EA81C9846C6A /* EXAppleAuthentication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECE385A01C7EE3AFFB8441C6C441D72D /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2426BDB7A3F379DFA15DC95E543FC87E /* 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 = BAD2210ED551317279ECE251AEA647FB /* EXVideoPlayerViewController.m */; }; - ED30C6E2F717A547B371051A574BF7B5 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AA35111132816A863452C1C1D5502FF7 /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED516E8D8D15F1E6B48168D0B35BC633 /* Pods-defaults-RocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F21CCAF47107D491C484F4743F565B80 /* Pods-defaults-RocketChatRN-dummy.m */; }; - ED89F5054020F8C7D25A061F4B0AD869 /* FIRCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2764E678593EF39C3FC9B21BC0CE9F /* FIRCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDB3687933C25874D592CE7B549CB187 /* FIRCLSFileManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2944CA750EBEBBB663715DECC789F0E3 /* FIRCLSFileManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDC8D517D22810BBBF119CD4811DC57E /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 704C525C1E2E631E369793D288EDC211 /* GULNetwork.m */; }; - EDE5A40FB7635093BD0E6818729A290C /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 87AEB47A6985A23B74B6E8616F909CEA /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - EDF1358A1861DE759E1968739E4DDAE8 /* ShutdownSocketSet.h in Headers */ = {isa = PBXBuildFile; fileRef = D8D2B14A48976AB1B733441A619B3210 /* ShutdownSocketSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE14BA16332AA06FB5220EC096A39B02 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F905D7B0C849F5F1F12A9998C72FE06E /* de.lproj */; }; - EE2569EF94D0E8FF82F0FCE18542BAF5 /* BugsnagReactNative.m in Sources */ = {isa = PBXBuildFile; fileRef = 33AF5532A3EC70966DB484D58D1CEC25 /* BugsnagReactNative.m */; }; - EE3C262D6A0F5AA0CE2F976F2643690A /* FIRCrashlytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 15784486174549E80D45256BFE704A6A /* FIRCrashlytics.m */; }; - EE5CDDEB12AB24C7EAC75E28D6EC6386 /* RCTAnimationPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7A91D3FB33D5160F075201182130FBF5 /* 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 */; }; - EE849462A9967CAA051C5CB7F16FBBC2 /* KeyValueHolder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC30BE353A6FBEF3ABF7CAF8002CAB1E /* KeyValueHolder.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - EE89714434BD8F8DDD0C50F8A84CA28F /* AtomicNotification-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = E7DEFA475E0C36B052637763F9873C99 /* AtomicNotification-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE8F005B57B2697EF1FB3E23FEA56AA8 /* TOCropViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A1C0F8935CA413440DE830417BAD358 /* TOCropViewController.m */; }; - EEB27CC61142DA4426501343B5C5CDCF /* StampedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 656659D6922818AF6A80D3F057625E42 /* StampedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 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 = 4E410952AD981E69BCE4EFA790ABCC28 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EEF440883D3EF9C4376BA04CA15A6769 /* FBLPromise+Wrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 15F9371AFC26821AD43D9285523D4748 /* FBLPromise+Wrap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EEF7310A8A45A5AED1C7D9C8E3CE742D /* 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"; }; }; - EEFCC24373F45C78C770E6CB929BC75F /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = D3841AFD60F4974A2520050892F57AE2 /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - EF350862356CA2CA24CD9557640C1ADB /* RNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 005860F4C353E505CD7C44B63908EAD1 /* RNBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF66EA75F763B5592EC6FDB57B589B18 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 89689B0B52DAB2E08752945DA6CF62EF /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFA449FF3A33370C4637B3E6123A6D85 /* FormatArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 227BD86E4FD15BEA458D981ADF2C7765 /* FormatArg.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFB7C9A08B274807C6FD2A5BCB8222C4 /* F14SetFallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 32F351ABA1D2BA4285C4210D118A1A71 /* F14SetFallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFBFF84A22B10AF3DB83583DE277FDDB /* FIRCoreDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8402EE57733F135E544FB68EB738B581 /* FIRCoreDiagnosticsData.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 = 04E6BE6099C804608946515464F90AD4 /* ARTNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0028EF27D5DC5DE3E1502C307ABF4FC /* StaticConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 11F13EDCF4E519D09E92C106D56089EB /* StaticConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F019A1E69ABD9EFB290F390A21D4DDB8 /* Assume.h in Headers */ = {isa = PBXBuildFile; fileRef = CBD061B0F547960430C65F695E047997 /* Assume.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F033B1F358EE94242EFC1E3CFAF7A1CE /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 12E92A8A000E007A7CE98D9A98B4CECB /* React-RCTImage-dummy.m */; }; - F059D8CE1A7BEBDA200C8AAE87265C7F /* DecoratedAsyncTransportWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E55D5B8DEA41627F6DFC40B4CE99FEF /* DecoratedAsyncTransportWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F07CB0886D2CC80AA9532CCA534AC3AE /* 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"; }; }; - F0A0E0EAC86B125D297DBA17AEF79DFF /* AsyncTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = A8286CCE197F3465EE67A8E32C7C5082 /* AsyncTrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0A59984C7AD739EBBE9EC452277A526 /* BSG_KSSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = 5EEFCDB3BF00A6E93C5EF3F762A1E08D /* BSG_KSSysCtl.c */; }; - F0B014A7880E5F4E02414D8D663BBC51 /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = FA914E3E87FF644009EDE538093FCFC0 /* 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, ); }; }; - F0D2D3B2FCF72435442D5A2613FFE87C /* 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"; }; }; - F0E6C0C4A12778C06BB470553644B64F /* GULSceneDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 40568C7D34C220B7EB13022AAAAD478E /* GULSceneDelegateSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F108F7723981488837F6C62A21D86EBB /* UIImage+WebP.h in Headers */ = {isa = PBXBuildFile; fileRef = C40ABB1F6C64D36CD91AAB06CD591B0A /* UIImage+WebP.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F11DF2652A6568975B20932389394410 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = FD80C234AF63FA9ADD17337BB61D112E /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F12A6FFE202439992AF17C7AE792019F /* UIView+SKInvalidation.h in Headers */ = {isa = PBXBuildFile; fileRef = 468BF10F94F03FFDD57011F0B9459FB2 /* UIView+SKInvalidation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F13B15A4EF14C60B975E49962DF70965 /* FlipperPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 85BAE6A637841D1572B8698BF23835B5 /* FlipperPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1473D709D64DE1F9476EF075D35575F /* PBUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E1A25CC54C59072C25E89561934C73B /* PBUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F171F3E9EC7D09E5FB240614BE38AB9B /* 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"; }; }; - F172FC7A316562337C75654A5898D742 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = E5210108396CA273662DA1AC225047CB /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1756EEC7A49EE771C830BEE83AD9668 /* FutureSplitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 09EDD24EE429183D776B077B47CB353D /* FutureSplitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F194212CD638F0EC8581A5D413EA480F /* RNCWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = AA505C902FBDC9EE272C85C224154D44 /* RNCWebView.m */; }; - F1A1A34D20E81412C1765C1A209D62D1 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 43EBDE3846E0FD53F64CC9F2323E7CD5 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1A35F63BB6B7409E143CB7F25B4A514 /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C7848D0A5E7F37F891CA23E1B886D30 /* 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 = A6697302FAF9741540C3B063B8BB9345 /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1CDF2408CDEE6F3511DB317E57AD980 /* IOObjectCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 75C54F4BD4A8E740A1E6E8923E574ED3 /* IOObjectCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1D7DD6F64C3FC6B794B2FEA430EF122 /* AtomicLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = 77779F49900F85F220ACB9EF14BBC3B1 /* AtomicLinkedList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1E687BB5381C7F3338CF664F919B8EF /* ExceptionWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 367D7E063FF43E1359A7875D2872E8EF /* ExceptionWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1F0C4F35213439F612B6964E41B23AD /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E4BD6C211C3F0AF847800BD795959BB /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1FD63BEB7D90017393BDC257A24AF1D /* FIRCLSRecordIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 27DDCC14C61BF218CE8C8B34351E7679 /* FIRCLSRecordIdentity.m */; }; - F1FD931C3B9B2569BBF887421D5C91DD /* ThreadedRepeatingFunctionRunner.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CA9966DF755C9B18EF7EB51D2A8841D /* ThreadedRepeatingFunctionRunner.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"; }; }; - F24400E60FE033A8A13B24529D2E7AFE /* vi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B19A58156D2B76D5EE1DC0BF80A5D334 /* vi.lproj */; }; - 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 = B1118A7106888A184A27F645E70888EE /* BugsnagHandledState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F26ADA58C32D6C1BE7CD5D718B253C57 /* MiniPBCoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 423F3952D7C60D2A97C19C94C400F4FC /* MiniPBCoder.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - F2770673EB4066AAF49F80D3173F1ABA /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = B4172EE788CB8A6212F63F3B1999B3F3 /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F28FC996E9D7C12E3F41C1B640ABB2A5 /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = D92E3F1C18F6D1D5D7C60D21F9329D57 /* 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, ); }; }; - F2C26A3578C33AFC538807C1017B197E /* Traits.h in Headers */ = {isa = PBXBuildFile; fileRef = 9764A3A8252EFF14A321A56C6FF810E2 /* Traits.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"; }; }; - F2DFD15C1F18C5A1E547A0568C981E1B /* FIRCLSURLSessionDownloadTask_PrivateMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = 81F822092F642F552A94E7CF09633E8F /* FIRCLSURLSessionDownloadTask_PrivateMethods.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2EB846DF7325FAA61507E910C036032 /* RCTWebSocketExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = C5DB5F72BB46E070775C36779EB107FD /* 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"; }; }; - F2F04100F47AE781C4EB81AB84306589 /* GDTCOREvent+GDTCCTSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 7182D45BF8BC1E8C313FD6330F6D3B88 /* GDTCOREvent+GDTCCTSupport.m */; }; - F311E951B2238D36D5E94210F5E0B3F6 /* FIRErrors.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B55AB8636CB6B060DC158430B717DF8 /* FIRErrors.m */; }; - F33A398B60FC926DA7254EB372C3CA96 /* StreamsWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = F2A52CBE2AF719EC96CEC5AF71BFF66E /* StreamsWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F348FF26CBFBB1B2FF4F505200EC4245 /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5B6CD824B49316E41DD8111445998F7 /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - F35F3544099C951D4EC78D76460180B2 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 41AA3D7073247C2CC63EF9EC2BC87788 /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F383E8CAB520F58783077E9FC08035FE /* FIRCLSByteUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 48FA79EE99D886D173E52987090A976E /* FIRCLSByteUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3870608091DD6CBC7B9D99E5750251D /* AtomicHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BDA04A718F21904E7484E417CDD46B5 /* AtomicHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3BD4CADEBE784CB0E933FBDE6521D35 /* 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"; }; }; - F3E2B0A5740BE497B3C034AA098983DC /* ObservingInputAccessoryViewTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = B41ECA188F6A116468490BB663DFEFED /* ObservingInputAccessoryViewTemp.m */; }; - F419AD6BA03935A851798FF9697FB620 /* EXImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = CC0CCF96750438521470C888081E0105 /* EXImageLoader.m */; }; - F423B832E82766817CCB176696EE0DFC /* READebugNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D81472F856F2D56BAD520D2F812848A /* READebugNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F44F9F487247BE2C2973D62F04733AFA /* UMModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 283EF8F0F9B62D03752770F22CE530BA /* UMModuleRegistry.m */; }; - F467684362860016ECE32C50FB711A56 /* TimedDrivableExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = A2345F6BC718297050E263A0553880F8 /* TimedDrivableExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F47834738C3399C03CB112AC256CD918 /* FireAndForgetBasedFlipperResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = D88824EF549D12E6178FD3BC56294948 /* FireAndForgetBasedFlipperResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F483BEA179CC564681C7B18DDCEE9377 /* RNDateTimePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = AD1778FD3E5D90F0FE3020D2BD16D6C4 /* RNDateTimePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F49C2FA8B1239AA5E35582766C9F05C6 /* RNPushKitEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 07C04C51D2D9A9CE34840B41C1E68A60 /* RNPushKitEventListener.m */; }; - F49FDABB18E5818C046F0E62ADF5081B /* UMSingletonModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DDB150D0D6A64A1DF3E63B464F3D679 /* UMSingletonModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4B4C6927C67A769D0034F9C40BFED9B /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B6AF1B6D82B997289C1F57155B95B87 /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4C08A0CF246E3DE0AD81633533E750A /* SafeAreaSpacerShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E77003245A61B9D97059A50342287DF /* SafeAreaSpacerShadowView.m */; }; - F4D59FBF8971EED16A3A357859818125 /* RNCommandsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 48DCA2987E2ED2187E279195F1A9396A /* RNCommandsHandler.m */; }; - F4D9D28C08ADBAD6C70CED70E0B7D79D /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 050FDCB7802A72E426AFD67B5A03C4E8 /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F4FE80AB2EA8DD144D7457A12534D90D /* QBAlbumsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C872ADBA9ED57BB2326F2B637F20D5D /* QBAlbumsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5021DBB331F29F260D4C086CB98D018 /* TOCropViewController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C065423E7B19916572D938E1977291DC /* TOCropViewController-dummy.m */; }; - F554DF931259EB705949DA77E47E9CC6 /* PriorityUnboundedQueueSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 81410AA3099B405DF4442793A002DCF6 /* PriorityUnboundedQueueSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F56A3BE3ABD85646C2CA1A10EB587483 /* BSG_KSJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A8169E6187E1D0EF61BC2DAD30E23D4 /* BSG_KSJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F57AF841F4378548C94775AD31696CCE /* FBLPromise+Validate.h in Headers */ = {isa = PBXBuildFile; fileRef = CCF57FBA2210324AF980C0B7D553A654 /* FBLPromise+Validate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F59559A80A6749CF498C8F130D129FCB /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2450F579CD8D878D25C509E688505ED8 /* glog-dummy.m */; }; - F59C5CF016E113FCB68AB80C76144EC5 /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 640D9DF9EEE03BFF61953180951E78E4 /* RCTInputAccessoryView.m */; }; - F5A4421DA388DB2E6B62B6E7189A4A0D /* Hardware.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B3F5420EA9D4DF25EAF1EFF1329790C /* Hardware.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5A46BCB8FB3925B166BD2EE04E18B88 /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E8715BEBCF28ED8E993FC16CFE0A642 /* FIRComponentContainer.m */; }; - F5B44CD867B849504948CCAA1D0DF236 /* ARTRenderable.h in Headers */ = {isa = PBXBuildFile; fileRef = D95D360F74444B084B1C4B40E2496E00 /* ARTRenderable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5BC5D47E562AD877ED6742AB4589960 /* SKResponseInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C577B154D3157924324E6D839DADAE9C /* SKResponseInfo.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 = 86D077373434B2B550CCD151B70CCE05 /* EXFileSystemLocalFileHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5F1CCCDA11B91A3538E3174618F3AA1 /* CoreModulesPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CE692EBB536E058E9DFD134C0D562C7 /* CoreModulesPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F617317E18D38DC7D5AEB86C03C56DBD /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F9F62C1724204FDFB5D46DB5C3860E0 /* 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"; }; }; - F6508B365F45775893D89A7B046A9D17 /* FIRInstallationsStoredItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C1B54031058F3D5F70B8E814CCE8BB5 /* FIRInstallationsStoredItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6545B694383EDB18603EBD0CA8F0C42 /* CpuId.h in Headers */ = {isa = PBXBuildFile; fileRef = 3088F468687484EE8F9AD0F0247D2144 /* CpuId.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F65B0DB3142A5CF48211775DCDA49F40 /* Payload.h in Headers */ = {isa = PBXBuildFile; fileRef = 6346DD6671D27AFD36E6F7FDF56C3684 /* Payload.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F65B9C443A963FC1A06CA8B7066B6EB2 /* GULSecureCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 028797E09D645D2173701B0334CA976B /* GULSecureCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F65DAF4D5EFFEC29E9364A3E86178388 /* TOCroppedImageAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = F4234721F88D2835F8157A182CA5D433 /* TOCroppedImageAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F67B9AA235C9408BF5DA9ACA22397571 /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 98586AB9F1BC0BE3222F41C96FB5FEEA /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F68EC550357049AB75640B066871560E /* Retrying.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D77327E12522BD66B0D30F1750F8F40 /* Retrying.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6D201FC401789590F91E97F39ADBA6C /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BA676F3AC52356A51F671A3EAFEFFF4 /* 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 = 16B6ADFE5A4823F7A5999979A71FB120 /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F6EFF1DB3D19308B9E7B42C46D4FB3B0 /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 644719B17AF9BF4094CA3EE02B6B676D /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F71294568A0A3B358731DAD383F9A575 /* UIView+Yoga.m in Sources */ = {isa = PBXBuildFile; fileRef = FE9E356A8EEEF3313241F925DAF9DC06 /* UIView+Yoga.m */; }; - F71CA64442FA066DC6848C2180B20013 /* ThreadWheelTimekeeper.h in Headers */ = {isa = PBXBuildFile; fileRef = CB7C141D065D14D90DFD352C8A69363B /* ThreadWheelTimekeeper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F722BA71752657A010B16E06105C4408 /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9D28DA487577CEF02FCA4569CD696312 /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - F75C507189DEFCF81FF4E230CFCFE137 /* rn-fetch-blob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F45D1F594B80F58238D4157D74265F87 /* rn-fetch-blob-dummy.m */; }; - F764ED6DFA738CE3E069D3399EB3C68D /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 65AEC802D795588CB432E42F1C99BE4C /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F76FA8AB88F47BE2D45B7F9D375A558C /* RCTKeyCommandsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 37FBB622E77ADCEE64B6FC545BE6A914 /* RCTKeyCommandsManager.m */; }; - F784E3D32C09293A2559EEF389D305C5 /* PolyDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 280880F67755E30D63DF44A536EDDCB9 /* PolyDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7930F9AEA9196F7DD08730ADC7CD13F /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AD6F60CA348191920460C22BAC441857 /* React-RCTSettings-dummy.m */; }; - F7DA8F02B7D644C6C622BA63C474EDBF /* RNNotificationCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = 59564793F1412D4D0BA8A0F1C6BF0CDA /* 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, ); }; }; - F81EDCC13F9FAC12132B8700B00C486E /* FIRInstallationsHTTPError.m in Sources */ = {isa = PBXBuildFile; fileRef = BD524A23A00372445FD8C168B40E19B0 /* FIRInstallationsHTTPError.m */; }; - F825E1FA1D2EE630D835A0BBFB53F7A8 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 333D928B4ABB056D74DA5D5972E43F41 /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F82851901AFA951A5DA6D1E01B083B3B /* 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"; }; }; - F846CF98E462044359A0631D3F10AAE7 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 9790B25485B5112D0440833FE01D5B05 /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F86B37D7054D313E1FA7D1C275A7AC4A /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = D0EB308016D91F960F30C69A74CC4F45 /* 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"; }; }; - F8718C99F050D237707A1400E20604D2 /* Fixture.h in Headers */ = {isa = PBXBuildFile; fileRef = 8472E72307D883DB5F32304DE8E4477C /* Fixture.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F882388AACD36DA621DCD893AA13CB11 /* enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 8739F23BCE0DE12CAE398BA77984346D /* enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F8A18CD4C4AAAF3D84EE1059ACEB39F6 /* REACallFuncNode.m in Sources */ = {isa = PBXBuildFile; fileRef = EC6B0254EB41274976F100BE22ED8421 /* REACallFuncNode.m */; }; - F8A4CC9CE15FE243C6D5BBDA1AFF4E68 /* HeterogeneousAccess-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = BCC5C9DD20DA99E814C6CC3DA5CEFBD4 /* HeterogeneousAccess-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F8B7214364362308ABD3AEBFBDEC2C97 /* Aligned.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A5033A84C0078FFB850A6F9A5483FD4 /* Aligned.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F8D330CDC93404A50EE610DBA2891A13 /* RCTCustomInputControllerTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = 49D6EE02D82D6E3E310AF40B728343AD /* RCTCustomInputControllerTemp.m */; }; - F8EAF66007BD18C9D4B3D8FC75745D37 /* GDTCORTargets.h in Headers */ = {isa = PBXBuildFile; fileRef = E9A2D17AD18B6870119319A8ED081B72 /* GDTCORTargets.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F91ECB2A753F0196D819784F34845B15 /* ChannelRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 8124455877A854EE6D578F6970CD6514 /* ChannelRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9236AE698EBA575021E02166E2E7C09 /* FIRInstallationsAuthTokenResult.h in Headers */ = {isa = PBXBuildFile; fileRef = D510D181906E33263BC3D2B8DC0A6FD0 /* FIRInstallationsAuthTokenResult.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 = AD8C703D6777CEC8E6E1667162D3E5EB /* UMLogManager.m */; }; - F9428AC97631ACFC9CBE565F6640561E /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C4337E3BA2A195743B2AE06AB03FA0A /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F983E59852E2D32C4A64A15F49AD1344 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E49176541397E7E81025C8B4C92FB8A /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9938D98AD7A356B19576DECAB347044 /* RNFetchBlob.m in Sources */ = {isa = PBXBuildFile; fileRef = CF8DF605F00E7D24B3A604B58840FFEA /* RNFetchBlob.m */; }; - F993E6549C0851C0DDD67BD1AA91E7A8 /* ConcurrentHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 330FF1CD6EDF4A20B4F6BC37C82064BE /* ConcurrentHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9B92F10AD11DB8E80FBF4CAA6EA0E55 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 901D1D6CE3AE56FDAAB87B622D2BF89C /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9DC9CB3BAB3963BD8C0D38E698176CE /* RCTCustomKeyboardViewControllerTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BF68217B2D96906A1AD7989DB71DB75 /* RCTCustomKeyboardViewControllerTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9F2C514B5F410C5C47CCCD541D1BFEA /* RNPushKitEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = EE4D0819A7E5A094BECB0D2498F64D45 /* RNPushKitEventHandler.m */; }; - FA0248012C7306E2054EB64F4504A081 /* webp_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = C47A5AF10ACCF72807570D084FB9BAEB /* webp_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - FA0ED7F2682D9E291391166ECA98E9DD /* RCTTypedModuleConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B1CC6A14233CB4B016C2990D743D6CF /* RCTTypedModuleConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA25C6CA15033C044CCBED3A73A9113C /* IDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 07043E4C9E68DFB1E81D043ABFDF115F /* IDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA2E4E700F4AA0927B0EA01B821658FE /* crc32_armv8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8522DB206FA8263B200BEDAA70F35507 /* crc32_armv8.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - FA4347EF4A800F16CE57D834D4859D8D /* CocoaAsyncSocket-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BAB4F64F36FA871EE139DF6F1BA1078 /* CocoaAsyncSocket-dummy.m */; }; - FA471FD4EE12D741156C47EDBA0385EE /* SafeAreaSpacerShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 58EADB53A24890CDEFFD895AA61F56EB /* SafeAreaSpacerShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA4C4E6107314851BE9AA7201CE17439 /* SingletonRelaxedCounter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B71F531AC37900D92A4413203AA7E91 /* SingletonRelaxedCounter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA5AA8E83A62BCE0E4C517BA716ACA70 /* 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"; }; }; - FA8982FEEC113AC796E6CA839EE29F02 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = E5281BBA790B80D320CBC049D9901968 /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA9A52619E9B0FEBE5ECA06A808726BC /* OpenSSLUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A960098296ADA51D72F49A79A874F75 /* OpenSSLUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FAA33C3D5171B44CAA47D33AB56B4CBF /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = B1C2078CB91C3E651ABCC12A368B5A8F /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - FAB5846EED6BF5019291FB0D46EFEF1A /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0627E205614405DF99E6875036C998F1 /* 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"; }; }; - FAD7CBB5A40D687B5AC4C0CEC4F2C9B5 /* Replaceable.h in Headers */ = {isa = PBXBuildFile; fileRef = 33C35BA759A1D77DB5CB1724A8F05112 /* Replaceable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FAF073F541640B331869137F69051753 /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 15728E2E8C6A530CD705E2CE4AC4FA98 /* nanopb-dummy.m */; }; - FAF2D3112769E4E9526A7108FE41E865 /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 9507710A21691CC0E9B78E5EF2DDBD16 /* FIRApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FAF7ED55F520D5B12387011B0A011697 /* 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"; }; }; - FB030E0B40723163A8A5CC37778237DB /* QBCheckmarkView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A66C5AB55C404EFAA02BD07F9A6B12C /* QBCheckmarkView.m */; }; - FB05C807C47916A23C9DFF3161A07413 /* 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"; }; }; - FB13683FEEC61CA6568704C5039EDC4F /* ARTShapeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A647A4A5C0B5DEAFF810E0A1C0E8DA8 /* ARTShapeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB15E26025B05A5740C1D84E482902ED /* RCTTurboModuleManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5D7F017A6BB0A3FAA89EF3DCCE6515CF /* 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 = 1652F768E1CB796E44E98D5AA3B0E08F /* BugsnagSessionTrackingPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB75FD87F276E8776BAFEB9D5B2C55E9 /* CMakeLists.txt in Sources */ = {isa = PBXBuildFile; fileRef = F9062D58B4E9111B7B793744037D3E47 /* CMakeLists.txt */; }; - FBB905CD3CE8243BEAAC75C3DDD33593 /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D5248E8AFB5A1CCAC4BA2D01419C455 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBBEBF4A426544A7F8DDB2780C6D8592 /* ManualTimekeeper.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DA2BB4160FD7BAD56FEF89E1499C02F /* ManualTimekeeper.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"; }; }; - FBD0CC4DD4BD2982628F068C23C5FB0F /* GULKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 58E7F83D446EF1D0F268AE62F514548E /* GULKeychainUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBDE3BE2ADA99A66628DA4F9636DFDA5 /* DynamicParser-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 984DEB675CC05B7ED11F153E250DC2DC /* DynamicParser-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBECD87EB71D407DDA663FB0B1EAC488 /* BSGOutOfMemoryWatchdog.m in Sources */ = {isa = PBXBuildFile; fileRef = DF30314220FF7C4C3E020C4FD9BD53A2 /* BSGOutOfMemoryWatchdog.m */; }; - FC067CA8FD8157903539169928217A14 /* RCTScrollEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 231DEF6C1E65C7D344E0656EC1EEC981 /* 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 = 57BADC325C1FE93D8056A13D96053C8C /* BugsnagMetaData.m */; }; - FC2BB2578CC8D0C7FE1F36707343ED73 /* picture_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = ABBE2AAD312F76A076E06905020AC172 /* picture_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - FC351E252743AFD503DA95AAEEDC0B94 /* BitVectorCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = BCFB39DA6BFF23700B03984AEF4DEE2C /* BitVectorCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC37B6C892590319032A317120EA7C53 /* RequestResponseRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 607AB916C717A51003196F1DC5580FA6 /* RequestResponseRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC3DD5BA299719F678DBA3620384A310 /* UMReactNativeAdapter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D4B68BE55E884C09A6A711D02E08A60 /* UMReactNativeAdapter-dummy.m */; }; - FC553389ABB0F4D6E5E06F53079E0C21 /* NSData+EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 96808266BFB4A792E8797C67732EF484 /* NSData+EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC860918E0749AB204DFF627C64D3B47 /* UIImage+Extension.h in Headers */ = {isa = PBXBuildFile; fileRef = B8EA8D96E4377DED7E1F19B93FF39B76 /* UIImage+Extension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC906E3FBBBC8DCD8743435725F641F3 /* GDTCOREventDataObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 242734FB9BCAEF9B6FF14DD078DFD54E /* GDTCOREventDataObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC9A092C20C8A9FF8ACBB8BB6840C8E2 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B253C5ED50377419E33CC82502A7377D /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCA93ACE869A0B9090EA63FC3B629DD1 /* RecordIO.h in Headers */ = {isa = PBXBuildFile; fileRef = E1E182F1B8EC1912ED1B26EFF42E51C5 /* RecordIO.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCB10874E0624109B4648381220A1D3A /* FIRInstallationsSingleOperationPromiseCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 97DFB4A27CD0E547DA4548C135FBCA5F /* FIRInstallationsSingleOperationPromiseCache.m */; }; - FCBA97A4EECC7EC57E71D28CA7F20FCE /* RCTDeviceInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3A2D6CFFD5F0D212F96007DCF42BA0C7 /* 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 = 42EADF5819FFE391E83255A328519698 /* 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"; }; }; - FD0A147A4D3DAF133959222EC62352A2 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 43A4726FD9588A0C067B8FB77668F53A /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FD0AA929035E8769EAD3705B0E03B3E4 /* FlipperCppWrapperPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = E804F09F4B80F993C2E0B24526197242 /* FlipperCppWrapperPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD0B1E952E0A1A94B712844D96C27196 /* Instructions.h in Headers */ = {isa = PBXBuildFile; fileRef = C138B322F2D4E5452FBBA7A7084C7E87 /* Instructions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD21DF81C6B29D9B1928FBA33A9703EF /* BSG_KSCrashType.c in Sources */ = {isa = PBXBuildFile; fileRef = 8BA523B21AA2F7A863653452FF873B46 /* BSG_KSCrashType.c */; }; - FD2D2BBC329449D60B428178EFDDCC86 /* GULSceneDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 995E4F74CBEB09358653A53C28BF5EF9 /* GULSceneDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD5E9AC8D85FE7E67D43A5CFD71E4961 /* Pods-NotificationService-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 44036119557B4464513ACB6E0DD07799 /* Pods-NotificationService-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD66F588DC0E70AE690A0F996BE9795D /* FBLPromise+Always.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D778FBB5BB438017DA1A03F67FB36F4 /* FBLPromise+Always.m */; }; - FDD190E2C63B62C5E33AB364FACB9899 /* MemoryFile_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61CC2BB9F12029297BF12A35867A2E9C /* MemoryFile_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - FDDF25EB74BFB8878206959BC43F9877 /* RNFetchBlobConst.h in Headers */ = {isa = PBXBuildFile; fileRef = D5D3BA46E5493BAC7A0A6A5790529468 /* RNFetchBlobConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FDEE445C5A93166BC98758FA448C4FF1 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E6102B063F9ABE336D28C3B34BAC84C /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FDF5D29630E190EB4A8F06336AE4E850 /* Sha.m in Sources */ = {isa = PBXBuildFile; fileRef = 402D9A6E20DB74BB3698B7B5BBC9E5F4 /* Sha.m */; }; - FDF90A05AE6A1F8CED53C4EE16422835 /* EnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = AF08755BDB50FC6722339FE21C107748 /* EnvironmentUtil.m */; }; - FDFA4939AEFCAA031871BA6D9007634E /* EXAVObject.h in Headers */ = {isa = PBXBuildFile; fileRef = B45F3AFAF65A38E2B72799E1ADD868E6 /* EXAVObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FDFF9DE163669489BBD11E7E90784DC2 /* FlipperResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 356316D7DD3E39D91E9FF0EF40AFE4EE /* FlipperResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE03081B972CF45494062A201AE2689A /* FIRCLSReportUploader_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C6D00181B29496E53096597571A4B3B /* FIRCLSReportUploader_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE1031E6595D84FDB9438C96248A0F55 /* BugsnagNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 401C8573E98CD4811542AD1F93FA111E /* BugsnagNotifier.m */; }; - FE111A83E887C80A99BB7B662C4551E3 /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 254B8AF8693FF0B9AE0C60604D3153AE /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - FE211241B8318FDD1EFD11B10E1B6934 /* Shared.h in Headers */ = {isa = PBXBuildFile; fileRef = 88B9E4FCBCC8FACB837BE5125C7374CD /* Shared.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE2B53D3440FFDDB7F6739700B105D07 /* Codel.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EBAF478D66D1DA851FD439F90D53934 /* Codel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE406AA0EA2513C90E5FCCDD62A9AFDF /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8271F376F3D1D9DE71971B44300F19A /* 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 = 7C329E3C30418AA2D458306272EC699E /* BSG_KSCrashReportFilterCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE45590DC6481B504D4976FCEE0B3AA1 /* UMViewManagerAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 50957C17412C736FFC9D5C775D929F7C /* UMViewManagerAdapter.m */; }; - FE7BE49A8BD8251FAE6B7C137EFD9B29 /* CancelingSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF7E573127AF72C9A42EEF0DF8EA580 /* CancelingSubscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE7FC26F19E16A3C780F5A16A64BB3C7 /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 88C94E988554F95922DF77CA6F0C1F36 /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE845E26E3C7B1F6A918AB11BB5E5090 /* BSG_KSCrashSentry_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = C77A9238355B60A38400CFC72757F592 /* BSG_KSCrashSentry_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE95FE6E39EE662AC4EDC51E46F7B5A6 /* EventBaseThread.h in Headers */ = {isa = PBXBuildFile; fileRef = E9ECB6EC03C675437652991121F55F52 /* EventBaseThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE9B3B4F1679B7FC55D4F0BC257188A9 /* DistributedMutex-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 31A74DE51A809847EFFA44376B6F010C /* DistributedMutex-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FEBBA64A1E058524A95B0C86F1E549C7 /* ExceptionWrapper-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C3397862E1CA92C490EFE462C69C3E6 /* ExceptionWrapper-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FECF244B7DEE07403B26F09C8753B0F0 /* ThriftStreamShim.h in Headers */ = {isa = PBXBuildFile; fileRef = 59090E80FB6B1B63C5DABD61B86951B8 /* ThriftStreamShim.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FEE8C91B286AB687153B2272CD84B297 /* FIRCLSInternalLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C787215ED9F53763DAEE7051948729B /* FIRCLSInternalLogging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF0A6A3D58F40B994C9EEA3DB1DBDE5C /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 696D6B41ECD690D11B1C6E64ECED0882 /* 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 = 93FD2852A349D962A679B496F4E8D24F /* BSG_KSSystemInfoC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF145F58C49FF2DAB83B32D5FEB6ED7E /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = C5EB6693FDBEB9022FC01E7F9C1008A8 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF70FC6F5D3761FE40B99AA4C23D3EEA /* FIRAEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 3458090CB8B48D96EDAB07F5B4CEC80E /* FIRAEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF80291ACE5B17DB20CC2BF21467F02A /* BSG_KSBacktrace_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ADE54B145F1A2D59609B2485CB69A35 /* BSG_KSBacktrace_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FFB71CCC18923C59B7F55A5C36301AE4 /* UMSingletonModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 03AEA52C08F8A4CBBF997BA851BF9561 /* UMSingletonModule.m */; }; - FFC16059436481CCBFDAA9B2D4ED3D8E /* InterProcessLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECE9AE370F1D84401EB6F32F907E1B4B /* InterProcessLock.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; - FFE400AAC761EA591772C878F03A1205 /* FIRCLSFABAsyncOperation_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C68F17C8C9A065157DF6A4DBFEC6591 /* FIRCLSFABAsyncOperation_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FFE88A730079925762CB9A1910E47588 /* BSG_KSSystemInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 84416F012A81BF8090208D4ABDA1D7FA /* BSG_KSSystemInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000A89DEE020E3B3A324FCC3FD656B70 /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 28C49CFFC659F9A55DC265C5DA52C451 /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000ECC0015C1DB7251A3AE7A7FC9AA8C /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = F71988989C29651C01187C3A19D5F74B /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0027ACB25A453EC52DEDC36640BCC044 /* RCTPbkdf2.m in Sources */ = {isa = PBXBuildFile; fileRef = 611E825C840B06CC8D4B0437A4C5E6E7 /* RCTPbkdf2.m */; }; + 0028B33CFD58D134D7F27DC7007C149B /* EXPermissions.h in Headers */ = {isa = PBXBuildFile; fileRef = A16327E3E28647B02D661B6247F93243 /* EXPermissions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0042AE6747562B1F63E7C156F78BDAD4 /* BSG_KSCrashSentry_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3094D28858FE2BBF98E9C7446889AA8C /* BSG_KSCrashSentry_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0045A8DD04B682112280351BDA1143DD /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FD1232C295BEC8B3C5C46CF9C88EB99 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0046E5436BB86AD41852E05266B9CA4A /* FBLPromise+Retry.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BD457CCFB3630DF3DC4BFA60C51CA9D /* FBLPromise+Retry.m */; }; + 00487A19E47FF5449D9D8543B04910E4 /* ThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 399F86EB62A535EBD5828E3B580DE1FF /* ThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0055AD4A5B32CB78FC0062DBF4B7E870 /* Futex-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = B09A9D3278C6A277440C793C6FB2183A /* Futex-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0073367454286FD329EE9DAF60B0F46D /* Uri.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D2E99ECE5C91C73881B3C7F43D6F3D7 /* 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"; }; }; + 007D6369014D2A20140E758C893531B8 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = BC3747A9B6973F544CF5D8289FF276BA /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00907E515298862F61A1E664CAAF1E7E /* Promise.h in Headers */ = {isa = PBXBuildFile; fileRef = 23FF5C670CB4428EFA8A34F10E4BB30F /* Promise.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00970C26F813B29A6F37E7A396A1F863 /* RNCPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 15F1FE22AA67FAD779F2DC73FD7D617B /* RNCPicker-dummy.m */; }; + 00AF5F36100175B11D9771E258C748D4 /* RCTAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 24C8070FACECA148DDE577C3EADD6384 /* RCTAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00BBCD1159BD8E5736ECB19B1E9DD847 /* enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 00B9BE189418D10E826ED1525D91D0C0 /* enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 00C0786E0430D8D4F5107D0CCFD1D8EF /* FIRCLSExistingReportManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E234F244E39E9ADCA89E02F052AD246 /* FIRCLSExistingReportManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00C357D6B6D58C610F2B5DE211ABD875 /* Syslog.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A8F21189BAB2C58B2806E5EF7AEFB7D /* Syslog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00CD27DBF87D3BC23A7D5154C4FC3C80 /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6EBE56C95700590725F5DCAD82E807DC /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 00EA21893FB38D65BA105CC76B5FACB6 /* GDTCORFlatFileStorage+Promises.h in Headers */ = {isa = PBXBuildFile; fileRef = E5DA3731632288D500BBDBA19642DC64 /* GDTCORFlatFileStorage+Promises.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00EF70F16018EFDA6179F9F7E67CF4B1 /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5D5120D430479BDE207AF2D9C26DAF /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 010C1B7DE0FD4F887B05B13CD47108A0 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = CB287ECCE29223BB404EC4606F10EBEF /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 013324AE64397B9292EED630FFD4E7D7 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EF08704344BC0C1310D49A467F72F06 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 014748B2705D631221C4358090578463 /* Init.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1FA625B145964C34D6B58E72CB6B1827 /* 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"; }; }; + 01732B9362CDA639B0A0F09FFA0A09E6 /* RCTAlertController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8670523451059EF1598323FFB1041065 /* RCTAlertController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 017E20509B56DA4449D08E1948257461 /* EventBaseManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AD12A7EB26A32064DE2F03066D193EF5 /* EventBaseManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 017F62D5A617EDF06647FEDBAEA533EA /* REAEventNode.m in Sources */ = {isa = PBXBuildFile; fileRef = CE8BA9F4107603F842200C72ADCF000B /* REAEventNode.m */; }; + 018C6708FFB1C32383B39E5308B35544 /* Flipper-RSocket-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 12EFB25A2673B425521D6E2534AD97B9 /* Flipper-RSocket-dummy.m */; }; + 01B5E83605163939447E23FA6A4A49C1 /* StorageSetters.m in Sources */ = {isa = PBXBuildFile; fileRef = A89D4B70D5B06071561155FAE1EB8906 /* StorageSetters.m */; }; + 01C349021A537AC1DF75EAC078754C01 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F4446F3A5CBCDD5BEEF2C236855C895 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01CECD0057A0F1B32B401468BF5F1602 /* RCTWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = ED63488C39AFB5550BC0E807A81E5978 /* RCTWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01D5E90249AE4DFA53798839771B2A77 /* EXSessionTaskDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = AAE660E51306396A593CF6A11E6208F8 /* EXSessionTaskDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01EA04E99E0C2B78F43FD20B2BEB6744 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FDB7776044783001A221355D8660411 /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 01EDAE9EBF8DF30E2E318B3E68AD485A /* RNBootSplash-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BFA3D83554E9C2267755D6B57E14059 /* RNBootSplash-dummy.m */; }; + 0212AA750FDE57399D1B7E4584BD3EE4 /* FIRInstallationsHTTPError.m in Sources */ = {isa = PBXBuildFile; fileRef = E788D6D3A28FFF6FDC7E75213C11EE2E /* FIRInstallationsHTTPError.m */; }; + 02260AB0ADABC50EA5A017192072493F /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = 525143520A9947C60B5650A3EA8C04C3 /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 026E9F16A43446301C8C034038CB2655 /* ReentrantAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C3F390EDC65C3478F2665DB2878AE021 /* 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"; }; }; + 0274F667A3980127744CFA5558AEC4DE /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = E631D9EF723F3E270EB23D42F07A4E3F /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 028444AAFC7B5A9050DC48F26C902A11 /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 02E6DDDF40FB406E3AC99ABAAA2097AD /* GULNetwork.m */; }; + 029D19496ADB3696259CDC0B3698747E /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = CF37C619EB8A52CAD5DF440942A9BB3D /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02A85881C969D49195B9055707EE5CAE /* GDTCCTUploadOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B93A3F4E242504C036ED37C4ED24013 /* GDTCCTUploadOperation.m */; }; + 02B1D90F9A8BB4D5D7281C8CF4453985 /* UIResponder+FirstResponderTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = E20AACF233948E1AC26074E105E33BF2 /* UIResponder+FirstResponderTemp.m */; }; + 02CD8DF60C9214B70F1DED7CAA72EA36 /* ARTShadow.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF9526D51131EEA0FDFDF66E52CCEFD /* ARTShadow.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02CE6F88219E056D94844ECD6E7A036B /* dec_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 3A60066FD8D1A6D69BF55BC76589F694 /* dec_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 02CF88CDB941857E9C9EDA145E89C749 /* BSGConnectivity.h in Headers */ = {isa = PBXBuildFile; fileRef = 380E1AA8558E8FEF4C3A82571623A0D7 /* BSGConnectivity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02D6C471D7332B867AA33E3C0021B3A7 /* SDWebImageWebPCoder-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B974E8F380DB16892FBEB5558F871A99 /* SDWebImageWebPCoder-dummy.m */; }; + 02EDD861917BE62AF789A138174A54D6 /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E2F4ECECA3E2B1091E9E56F1078F224 /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 02F43674E16465D81E29115D2D41F129 /* Subscription.h in Headers */ = {isa = PBXBuildFile; fileRef = 18F3BB4506FAD42237945A2C6A45E0D5 /* Subscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0326A7A79C60B20CEAF818C79224A4ED /* RNNotificationCenterListener.h in Headers */ = {isa = PBXBuildFile; fileRef = F33D3EE3DB4D9C87E1A54204A7C250A1 /* RNNotificationCenterListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 035367A51A330A4B6541A225BBFC7CE6 /* IPAddressSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 72186BE069602CF8CB12BEE27AF9A3FA /* IPAddressSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 035886A52CB7646500A44875251C5D1A /* AsyncTransportCertificate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9467FD812482E84675E8E0461A507D76 /* AsyncTransportCertificate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 035ABDBD827EF6B667B0A81C4BC891BE /* FlipperConnectionImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 45FCDB24CC7459E1061AB8D5411DBB76 /* FlipperConnectionImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03934C95833E8E5ECBAE4614E72E4245 /* CodedInputDataCrypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 517B6D25F1D264F419A1D2EC9CC01527 /* CodedInputDataCrypt.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 03B57142681DC1B809DA78ACD4CD98BB /* ApplyTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = E9042F6B0F65C5F1FECD7B526D5E3245 /* ApplyTuple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03C9FDF164D46EE142863B39C3ED3353 /* FlipperClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CFB38AD0EBB4B04F140697386A04E52B /* 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 = 858F85EF878091DAE4E1A9586AC86711 /* SKTouch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03ED2397D295BDEFC83819BBFBBB13BA /* RNGestureHandlerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 99C9BC11631BC4C81120D4DB21069708 /* RNGestureHandlerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03F8BCE3228A9B43553B52224F80D2E6 /* SKEnvironmentVariables.h in Headers */ = {isa = PBXBuildFile; fileRef = 946D72554791CEB14E177657737FA800 /* SKEnvironmentVariables.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03F9D7C976232B82AD8630041730E6D4 /* Fixture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 022FD01EBAC9AA0596186DCF3185EA20 /* 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"; }; }; + 0446D0D2B0B4C3C2427B98682A71C98F /* SysTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F390881F9264F6618A6BC14D5276D11 /* SysTime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0499080F94150655A214AD569546D87D /* ReadMostlySharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = B863A0E93E2658BF6C903A8D4212B850 /* ReadMostlySharedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04CBDE8C832EC97D99FE75D586B18673 /* Request.h in Headers */ = {isa = PBXBuildFile; fileRef = 1331BAD4B377542986CA368F07352E13 /* Request.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 050244FFF2FA95899A18EE1E728F6D47 /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 05BC2127A5F92B78117E8113C021E45E /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0524D12E76C8A25E9297604C91B3E220 /* RNBootSplash.m in Sources */ = {isa = PBXBuildFile; fileRef = AF693D9765F98E82A1E6883947B6C94B /* RNBootSplash.m */; }; + 052946D9490553DA35079C43DDE85719 /* Stdio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EF1ACF9CCA7D0DB09BDF8B20978B5671 /* 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"; }; }; + 053A5F1944C4EC8A192E9E746D8CC0B3 /* RCTImagePlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = ABF81CF2238B825B159C558EE16CC42F /* 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"; }; }; + 058613CEAD9B3CAF9585434CF75618D3 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5441C3D63C3FDFCB929274AAC9869BCC /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05882D37810C37B467629CA78FD6E4BE /* SysFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C465F6865A29DEAA6F07991AFAAA3EA7 /* 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"; }; }; + 058EA80C3F4DEE0F4C196CCC34377891 /* SynchronizedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 5391F1FF10A4E469B9131753DAF60B15 /* SynchronizedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05A1B4E085CB7B31398BEBEB7C18EA0C /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = F57144E00CBD21BD8BCC6ED1A99ADC2A /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05C5A376E28DFF8FAF44AA3E862AE89D /* FlowableConcatOperators.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A60049895A1154F956D5093C209FE5F /* FlowableConcatOperators.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05CE5BAF694191A8D24AA572CBBFF06F /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EF1CCB2D8C4412E787EEB0F51C6A883 /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 06476BB0C7B902816C31C23D790B4AE4 /* Pods-defaults-RocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F21CCAF47107D491C484F4743F565B80 /* Pods-defaults-RocketChatRN-dummy.m */; }; + 065040FE8FB1DA6515B0899FAFCFBE1D /* Function.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B021E56E537B6DAAAC1E202D01FAA4 /* Function.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 06514FD84CC576BCCE44F89EE61A7F68 /* GCDAsyncSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 38F286DA461D38CB759EC3ABB798F4B5 /* GCDAsyncSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 065157C2F1BA032DE61FFEFF43E8F1A7 /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F0CB9260D7E04E336DD3241946AC70FA /* 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"; }; }; + 066047ABB9A27063B409C533B72812C2 /* SecureStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 428B609B1E1B5717F9482D6C9BA8D0BD /* SecureStorage.m */; }; + 068AFEE58D6A906D9F47BD5F0AD3D391 /* SKIOSNetworkAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 50426BEEE013851BBE849D5010D7D886 /* 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"; }; }; + 069FBF7061B18CE4D96B275A61E3C6D8 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = FE1161B4FEB584383EDD3958C5CDA311 /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 06A6E3853E9804E84A08BD8587B2128B /* UMExportedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = E51B776E30E9CCEC5BBC4EEFA1BEB0D8 /* UMExportedModule.m */; }; + 06DA47B5D10153D2AD9BE1D3EA133676 /* BugsnagPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D474B223549C4E2EC85CCB867D30D26 /* BugsnagPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 06FCF862CE04E06F2731B612C2477CDE /* BugsnagSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 728312F4134595EC149897B579636E08 /* BugsnagSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07052879967C41AFAF1A18F3E55903C6 /* FIRCLSProcess.c in Sources */ = {isa = PBXBuildFile; fileRef = 190CE78ACDBB27D17C293941DAA24705 /* FIRCLSProcess.c */; }; + 0723A2270A5EC6E78E80F85C79BCE70A /* ScheduledFrameProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = BDA6EFCD3F045BD3D2AE7795920E4881 /* ScheduledFrameProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07245ACD0FF8044A77CCCDC3CD78B618 /* KeyboardTrackingViewTempManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F73711DF2F0CE3BC8092AC65CF302B9B /* KeyboardTrackingViewTempManager.m */; }; + 07421BA6C4A2A86FAAA232B3F90F7F1B /* openssl_md32_common.h in Headers */ = {isa = PBXBuildFile; fileRef = C728F804CB10D81B4445E9F1C9CC2F84 /* openssl_md32_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 075CDC4189D947C1386933C65EF9CE11 /* BugsnagSessionTrackingPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = 9692C30387F81B07B761F0781B91408D /* BugsnagSessionTrackingPayload.m */; }; + 0770A96449257D8A83944EE3FE30A3BC /* ARTTextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 27D740F4B39FF678E72B05C626B13D2B /* ARTTextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 077890674FFB4864EC355AB662C5502A /* RNNativeViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F2C2BB0DB993AA46BDE31C6480F8D0BE /* RNNativeViewHandler.m */; }; + 078F2E101E32D93FCB3AE585A172DEAB /* UninitializedMemoryHacks.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B0AE174C075FD60AB89D59E1EE04D67 /* UninitializedMemoryHacks.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0795CE02665FA91E8983B061097C5A3A /* IPAddressException.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C68C68C97CFCBDD11D14E81911AFB98 /* IPAddressException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07B7AA401129E327440274BBEF48CE13 /* F14Table.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BBF4837768C27B29BC733EB24632F2D /* F14Table.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07CA76F75690AE09E4BA7AE4FD32BB84 /* UMModuleRegistryHolderReactModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CDB8C02F28E74233031A4B1F8B08EAB3 /* UMModuleRegistryHolderReactModule.m */; }; + 07D61A6CDAD89EC36B2E81A3F7372D20 /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = E4797829479E9D64409C41EBDBA392C1 /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07FDB2C7AEE418DCF7B088D3C07C0D3D /* CMakeLists.txt in Sources */ = {isa = PBXBuildFile; fileRef = C212C2AEFC8FAA24E156E7355186F84D /* CMakeLists.txt */; }; + 0800D3F41A707DB760315426357920F6 /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = AAE0244E63716A0A145D9C20C7BF5294 /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08040766666DB2BDBEB1BD190D0D0418 /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FFA7498C68E332CE8D738284DB4EE2D /* React-jsi-dummy.m */; }; + 0828AF8907EE8043D839BCE7E43D30B8 /* RNFBPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 24BB19D6A71E01E08EEF6CE15B00EF3A /* RNFBPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 082D99EE16F79953DEA62DC9869ECB98 /* FIRCLSMachException.h in Headers */ = {isa = PBXBuildFile; fileRef = E4CD5216CB8412F1C736E85AEDB8EBA1 /* FIRCLSMachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 083349C7F69D059373F7694D0B12FDFC /* BSG_KSSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = C482ED298EE79BE6D4E4103ED0A0A1A8 /* BSG_KSSingleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08480CE58BD618A3856B2AA4143B7ABD /* BlurView.m in Sources */ = {isa = PBXBuildFile; fileRef = E64CEE3ACCFA26EFC91025B99BE767BD /* BlurView.m */; }; + 084B8008C6ADA451571BCB7BECF0085B /* Shell.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7970653771118F0492B9CE3C342BAC75 /* 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"; }; }; + 0875D734F6D2FB87E241111B400D3DA3 /* CancellationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 16338B5E24C51934F40EE02354D24EA6 /* CancellationToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08791DA193396F2FE72EEE64422CC482 /* FIRAppAssociationRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 867C597299D55EE401ABEFB230AAEE6C /* FIRAppAssociationRegistration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08938B963EE292416F4BDB917D406B36 /* Overload.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FC46956A0821088D013C62EAAFF2480 /* Overload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 089A9AE3978CA55627DA8F1C99F27DA5 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C6354CEA961233F654AF88D13700D /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08B15D0C9106FFB54A977572435074AA /* QueuedImmediateExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5152E3D9B7969A475D1C1204BAA484F2 /* 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"; }; }; + 08B6A03BA29D611177E9C9B22F84FA08 /* FIRCLSDwarfExpressionMachine.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F8B32372B31888C8B13C9A21896E323 /* FIRCLSDwarfExpressionMachine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08B7155EA7CF4B3D18320F00D4A894BB /* GlobalExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 555F74C9FBB269FA6DC8B09A60A4ECE4 /* 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"; }; }; + 08B8AB08CF29E9C624AF538ECAA1A80A /* Hazptr-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 16162EC325ADC5BC38F383E42B386B97 /* Hazptr-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08CE34F6D5C6701D2ABFE25576333390 /* muxi.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CBC9337A3B90DDCE83AEB5328B44D00 /* muxi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08FE01E6E385043DD42A42D4C111A425 /* RNCSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = E50C2537FC7C92ACC53FE2DF81BCECBC /* RNCSafeAreaView.m */; }; + 090C8ED2EF74D2D892A9DCF7E8D9985B /* MMKV_IO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD5BE202770554B2075D80EABB3C0F46 /* MMKV_IO.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 090CFBE4406371D791D2FBB837A032B9 /* QBVideoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E22C054D56114A7457C93AAC39299DC /* QBVideoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 090D7A939BD0E4141C321406BD304C0A /* RNCMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C9B93EBB20F8B3A737072D4FF1F6409 /* RNCMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09178563F2C03D6FE9E33C917FF87B56 /* ProxyLockable-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 84BF4226856779C099C504D4E37E14E1 /* ProxyLockable-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 091B32DC9B35A27D260CB658F65DBB73 /* FlipperKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B15C1059C0E184B3D1E7C10EE2E911D /* FlipperKit-dummy.m */; }; + 091B7A4A7331D03B819714C6E0C641D6 /* BitIterator.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CC4F11112DD3FC5F127FD9543A00E42 /* BitIterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 091D3B6C5B4BF7EA8A9F5CF1FC98F3A0 /* EXVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BC78B3318C49A41719AD2D24BA36C3C7 /* EXVideoManager.m */; }; + 0924A46E5D714EBE766C342B8785A73E /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = 49476347D417E62624B0DD3EEA68C891 /* NSTextStorage+FontScaling.m */; }; + 093492410D1092DF7E465408CDCE1180 /* REAStyleNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 588014161049963FD9C75800C2E3D551 /* REAStyleNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 094F7BD11BB2D3555BA8C99A93BD1EF1 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D58EDC0214C035D42717E670DEF02C5 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09724AFECBA67030CCBDDEC111AA7381 /* RCTSha.h in Headers */ = {isa = PBXBuildFile; fileRef = C25371B7912123B39623D4212E631C0A /* RCTSha.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 098F0D483375CFA330C9BE07EABB7A53 /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF739FFF6DC778CE48A489B2FA01C83C /* glog-dummy.m */; }; + 09992A193A3209618ACD2585B485CAA1 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 67730B27FF520EF76BDD8DA2E7D2C313 /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 099D78F5BA4932A221C11BF93E327B3E /* FIRCLSSignal.c in Sources */ = {isa = PBXBuildFile; fileRef = 2AA9841E50C8EB4833D888FC478FCE74 /* FIRCLSSignal.c */; }; + 09BE0DC91C0E0779A48707DB3646A00E /* AsyncSocketException.h in Headers */ = {isa = PBXBuildFile; fileRef = 71605BD2BC2B824D4F0CFE73271360CA /* AsyncSocketException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09C357DFCF0F8519C310D29DA43B5F20 /* ClientResumeStatusCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EE23EECE9B574408E139CA005EA9092 /* ClientResumeStatusCallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09C8276F9632908B82F8680156302185 /* Base.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 6BA4D25B517D61F8FD9AB72C9ACAFEAF /* Base.lproj */; }; + 09E1496073DE8D4ED6EC509A1CD97512 /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 37DF5B827058B16271570CEB13619ABF /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09F302910FE789989F064AD1A173CAF2 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 29F045C1D69A3F9F195BD966DCA438AD /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 09F3D38C2BAD56F608FD7A7F26E29DF7 /* BSG_KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = 0805E5BDC2306F1B6C105EDC8E80284A /* BSG_KSJSONCodecObjC.m */; }; + 0A0F924BEDB66B36140C0412B7C28B07 /* libMMKV.mm in Sources */ = {isa = PBXBuildFile; fileRef = F4528F6A62290DD19BEB89B1276CF901 /* libMMKV.mm */; }; + 0A13AE3ADE1EB20EBDB85AC984279D5C /* YGLayoutExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3449059948D682FAAD3A84179B1D6E43 /* YGLayoutExtensions.swift */; }; + 0A279C3E604AF38251E0B139CAC0972A /* FLEXUtility.mm in Sources */ = {isa = PBXBuildFile; fileRef = C165BF5B161204069B7FE5BC1551FDDB /* 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"; }; }; + 0A38BF219640B73380EF60F26C19B07C /* UMPermissionsInterface-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 05EBD8042256D7102C86C01E649E4EB2 /* UMPermissionsInterface-dummy.m */; }; + 0A3F902051A1BA46E113A15A6A819601 /* PBUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = AEEFB6CB2D1EB2EF03A968B7863C1B8A /* PBUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A54DC64E2643AA0B787F68A68183F8B /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CD91528A6A42698562A93827F32A18F /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0A58F8AD465CE5DCA9D3CB9042389F3C /* RCTI18nManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = A4604DD37F55EFC257D4E38E2CB959D3 /* 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"; }; }; + 0AB0058593030C3B0EAD62529088458B /* SKHiddenWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 738FB18D555A9506EB6504ACDD0FBC91 /* SKHiddenWindow.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0AB6392EFBC2634DD11DF56604E9212C /* RNGestureHandlerRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 063459F13968F3F15A78C8D1CA47010E /* RNGestureHandlerRegistry.m */; }; + 0AC7C1DEBE5C268961D72197061246A3 /* GDTCCTCompressionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 704E344D9356139FEC160C45ED305C6D /* GDTCCTCompressionHelper.m */; }; + 0ADB98A9395F9027C601060778258B5D /* SanitizeLeak.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F5AF65C272F58653DA3F5EB4334A25D /* 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"; }; }; + 0B0E6A5CDA7087667E4EBEA476C123EB /* RecordIO-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = CF8562E7519FCF6109779D3838B9EE10 /* RecordIO-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B25B8D702711D0029F43FC8C93F9335 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D948C42D7D62395BAE15F62DE58284D /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B2D5F816E7E23BE35C9074056D45EB7 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 678B7C0BCB4535758B5D27814FB77024 /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B31A6DE525046F80E06D242339E7FBD /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = FB99CDF35D38EF6ECD60769F0988A086 /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B4AF7FFF7B931789A9F39849F1D113F /* FIRCLSThreadState.c in Sources */ = {isa = PBXBuildFile; fileRef = EB605B328749F7ED4B45BEBCCF77CC4C /* FIRCLSThreadState.c */; }; + 0B63C3C4107D8DE66F7BA6BFE1B1B0C1 /* CodedInputData_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C425CECE57163ECED09CB4212839EDD6 /* CodedInputData_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 0B87F9FB9233FD8F597308525D46A0C8 /* Random.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BEC95433D6269C7C773CB16C8A7CCBD /* Random.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0BAD036A96F7E9F2FAEB1956A6C6EE0D /* ChannelResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = DE132DCE87A7DD7DAA92DFAE1DB503B6 /* ChannelResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0BBDAD03EF08CA1EDDE9FBBA70BFD9F9 /* RCTCustomInputControllerTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C15B2CC5F9FF3B2F55FABC4861B616A /* RCTCustomInputControllerTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0BC8480BB7062F05FE8DAB9397701E28 /* RCTRsaUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02A9D5254942E2AC9EA6ED1D53023E1C /* RCTRsaUtils.swift */; }; + 0BD266530C9AE134D530800CB7D5DBC5 /* FIRCLSCompoundOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = BA36A213CE3E2F100AFDCFB0C83F5329 /* FIRCLSCompoundOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0BF3CF089390D5959A8EC41E9A255C7E /* RCTAccessibilityManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7B496723CD35AE846793F3584FE4A8A6 /* 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"; }; }; + 0BF662DB70A3AD9BA2B1A3DEC202D4CB /* SlowFingerprint.h in Headers */ = {isa = PBXBuildFile; fileRef = 72DEDA9434070E025CEB325851F0C683 /* SlowFingerprint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C24753CAA7C8998836D22AC25A9D2E8 /* FIRInstallationsIIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = C4CBD1DCD184FC63831E94EF44572A9A /* FIRInstallationsIIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C4EDCC3F1834EE432877ACF7C328EB6 /* MapUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = FC24A82EEB290E7DC5801F6A3AE7C99E /* MapUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C935BD4F96639A8D80899EC0624BBF0 /* vp8i_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = A65EDDA56A487EA0CA73EA1826E69D9F /* vp8i_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C9FD64E886315CECC5DD3E74B38CAB0 /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D48AC26D08ED54088F0CEA59C5CBF5D /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CA233B07159FB75CDE26F285A575C3E /* Portability.h in Headers */ = {isa = PBXBuildFile; fileRef = F095BAA886C074EA14CCD6EA6FA74CB5 /* Portability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CA8037128DBC7C6B80D9DFBFDEE0249 /* SKSwizzle.mm in Sources */ = {isa = PBXBuildFile; fileRef = A5BD72D77DBB0B11C9101BE3593C23DD /* 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"; }; }; + 0D5A3611D3C4D1A78C42C3557183C4FB /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 9720E2532843EEBF7F7095E1DD849B5E /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D5AC71CCC3116C59E60DFE0EB772AA6 /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = D4D4556163BC664DB4670903B754898B /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 0D630187C7A9F3226884AAE4E94AA50C /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C876E0058148D332E440B47FBD58A3E /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D6A94486960D9DBB5EE49C783BCAA9F /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CC74A469F746F379708315BA0FB2FB3 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D733D652D2BE3F5EC932BAC8C3EE25A /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DBB4C3224F819C4749FED653E57C6536 /* FIRLogger.m */; }; + 0DA427203D9EB8CA4AABD5F8DF022968 /* Lazy.h in Headers */ = {isa = PBXBuildFile; fileRef = DD29145D06C761DF65AF6145185BB0CD /* Lazy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0DAC93EE818FA7C94F228D92310200AA /* NamedThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AEB8F37FA749050D79277ABB41E3687 /* NamedThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0DAD44A0E1FAB844304876D1D045A891 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = E39A30B808444B5386A3B75E3B6B1839 /* SDImageTransformer.m */; }; + 0DCF14C282234DE16FBACB549B2C6B85 /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7C05AE8BC8044AA7ABCD32D963A4F037 /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 0DCF4FAE2846B944C256FF23EB104053 /* FrameHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 56F3DA0DCC58F518AE63CE8368CA85B9 /* FrameHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0DD23116ACFD08335117542ED2D7B7BC /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5913FCAE340ABF943F90349C0CFD1F00 /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 0DD93E6D039DBEA9BD2D294E9A0E5F3A /* FIRCLSNetworkOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B4D52292B97A5E53FFAC8BFB50717A8 /* FIRCLSNetworkOperation.m */; }; + 0DEB330F7DFF59630E03233A01697165 /* RCTImageViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 108680E551603D922FEFFDBA226DEC9E /* 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"; }; }; + 0E010CBDB28F6DDF16CD5D1A241BB4CF /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = E1332B68E4B42EFA4BB046A052233FBE /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0E185383D11B1184A9F4C7B0A1CD840D /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = D3B5B6E5BD97A18C50E56BBC90C944EB /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E2E2C6FF5241928DEBD933F4B74BA08 /* RNJitsiMeetViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 85C572668A3DF60D2534FD9B896F1D6B /* RNJitsiMeetViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E5305FD81577C77A2D6F38F3FEBBC1B /* GDTCOREventDataObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 6690B979C216261A371823A65004CAC6 /* GDTCOREventDataObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E56BF71E3FAE80FA244029CB404D454 /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E5A34CDB31A82917E05E221F2B1C9B8 /* RCTComponentEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0E84E8B413785E76CD66D82CDFD10730 /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = E0913DDCA847B223126944A3847A1A8A /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 0E9CAAE2574D5CD114C3DB2B47396603 /* LockFreeRingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 09EA990271AFD881AF33D7EBED0DD408 /* LockFreeRingBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0ECE19059576EF39888C1130C96D7AB8 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0508A448A1CE1F770F4293B9EA7B67FE /* RCTMultilineTextInputViewManager.m */; }; + 0ED2FDAFD92EB55ACB6FD22F49F8558B /* BSG_KSCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 85EB79060D81D7C22B7788667E8ACD1D /* BSG_KSCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0ED6B019C24CAD5A3700CB9A69DC1B27 /* FIRCLSFileManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E19FC86429BF59C50AA1910FC781B3D9 /* FIRCLSFileManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0EEE5A90B1E4ABC7F38A9AEE5EAE421E /* openssl_aes_core.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A0B3976F446D5B9885181D8C1EC21F0B /* openssl_aes_core.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 0F063F4BD08FE7234FC59E3B76D1AFBC /* Payload.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E9D078DE28E1B7F0DBBFDC00C2530A1A /* 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"; }; }; + 0F16C8968A386D7793F5890987E22BCE /* FIRCLSApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E953FA6833113CD6003749B0B4C7827 /* FIRCLSApplication.m */; }; + 0F271C135817D3DDDCB7EF516B03275E /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F4446F3A5CBCDD5BEEF2C236855C895 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F430DCF4FFCCD51C115EDF5D8F7A6A7 /* RangeSse42.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B3482FD6755E462FDE806EED8CE4316 /* RangeSse42.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F4913348A43AD5E0A6FD01F168F6026 /* FBLPromise+Race.m in Sources */ = {isa = PBXBuildFile; fileRef = C134F1B8F99887D8069D04B2B4AD1AFE /* FBLPromise+Race.m */; }; + 0F49A2E9D56B8E78B5A453E9F7A788D9 /* FlipperPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = EC2499B70526B5E9C0E5522B6B504BA0 /* FlipperPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F5E9ECC5E6943F852F867A054E10DC0 /* IOS7Polyfill.h in Headers */ = {isa = PBXBuildFile; fileRef = 37BEAA7F590658B5EA1E658CC52C8577 /* IOS7Polyfill.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F74594CE5511D5FBB8E3F0501C3B555 /* alpha_processing_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = C71F10FE21C04318D5840528C12D9C43 /* alpha_processing_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 0F77C1E509E3104168A71A86B936A8CF /* SKApplicationDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E89C7154F76E51126D4E1004B60BF55 /* 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"; }; }; + 0F97BA203024B75C2BB14066AEF98DEE /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A1EF2CC553103DC718633E1A30EF404 /* FirebaseCore-dummy.m */; }; + 0FD921BAA7F0F744EA89387CB00A4703 /* ScheduledSingleSubscription.h in Headers */ = {isa = PBXBuildFile; fileRef = C048A051312372BB276A01ADB2CB0456 /* ScheduledSingleSubscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FFE2714300DFD26465DC79FA70BE7DF /* UMModuleRegistryProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 96C44C15A58CB5341932B55BB09A5653 /* UMModuleRegistryProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10292FF65AB64E249B2D1D74E2BEFB8F /* Shared.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B7419CA026EBB5F73A5AA841153D236 /* Shared.m */; }; + 10304E93ABD5B9FC2A0D30B210137D1D /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AF80B3BF2BDD4545B66CB73FEBA8FC7 /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1043542EFBACD82404025754B2B8C645 /* SKNodeDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4750A5969AACED0F469D5C08BE978056 /* 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"; }; }; + 105848ACD27C8A5953B3C4B607282C78 /* ExceptionString.h in Headers */ = {isa = PBXBuildFile; fileRef = D708783BFF635EA4278FB07BECC80C7D /* ExceptionString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10A94B6AE2715EA75E0F81A1DF0C3565 /* BugsnagFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = A2125B76FB32F87F586C7E21E1BD40A1 /* BugsnagFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10C04DB2E126FD244E0C3CABDB8621E6 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = DE424FD46517937C2DC7AF0F48D7E9DA /* 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"; }; }; + 10C9516F6633D6B558B24F5F7036E9E1 /* BugsnagHandledState.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A325D1F37888096534AEF75F28A5CC7 /* BugsnagHandledState.m */; }; + 10EB39D09F4682E9834ADA6AFD1D137D /* MemoryMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = 0269DC4238B8FFC5973FABE06EB154F1 /* MemoryMapping.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10F692470E695B0F1498695E1B962DBD /* RNFBPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 09CA0BEC1B119C24CC6BA4B5740DCBA9 /* RNFBPreferences.m */; }; + 11231378DFABBFD74020590AA4BFDFDF /* RNSScreenStackHeaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 3100EAC6BF96C04B0B36EC2394BB4B0E /* RNSScreenStackHeaderConfig.m */; }; + 112A8CDA4EB9AFE600848F3CB6291E86 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A44E2BF0CB7F6E85DC843B5B2371B6 /* 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"; }; }; + 114801D80297558D4A3A7AF6316BFA10 /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = EE4532929E2CAF4D3B4AD764065ADA55 /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 114A84B3422FF90B940B0EDA4651A230 /* Ordering.h in Headers */ = {isa = PBXBuildFile; fileRef = A762B8EB91B9E39ED5D45EB16A873793 /* Ordering.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 115E11BE61C6BCA95FD333B6E83A7681 /* FormatArg.h in Headers */ = {isa = PBXBuildFile; fileRef = BE1114588F1AD397771A83F5738ED26F /* FormatArg.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1176E9810C6CF4D193ED8CC9E081DA15 /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CBB5A6638023413ABE4568976145FAA /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11A6A219F14520DE1BE872524BCD5022 /* AtomicRef.h in Headers */ = {isa = PBXBuildFile; fileRef = 30D9073BFB28D69B94F2479E8D08D840 /* AtomicRef.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11BC25A02B660E3B4ACB17E36036A1D6 /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 73F41BD84043BBB568BF69AC65091293 /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11DD5B1A887C5CC541FCFC600DF86545 /* FutureExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A1C8B5178AFBBE0111F8592F835E03A /* FutureExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11E11A9F78D6719BBE4E30C6423645A6 /* MemoryFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 642F644739C3D6BF8658FA34ED171C51 /* MemoryFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 121ECDC2FC6F818F123F9BA51609E4A0 /* Arena-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CF30BA15C171997C7D405B0568C9483 /* Arena-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 122B997E512C4DBF0DC014EEED582632 /* TimerFDTimeoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 64BC8AA4139C48A5518EE2159B82B0D6 /* TimerFDTimeoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1242A93DC5B37FDDC20E65FA24652074 /* Executor.h in Headers */ = {isa = PBXBuildFile; fileRef = 836FC92384BCFE3EF72ED478B61A3127 /* Executor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1269D4C0ED48C68E928D7F77536B0416 /* RNCSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E5B020D70BBCC98AB44D73AC08FE19F /* RNCSafeAreaViewManager.m */; }; + 127158A6E4F1BC172DE9DD0D29DEFEE0 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 6839FC503FF197D5E1960EDE48DA95AB /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 127C1B6354E1D407DA3B7EE0DF03FFE4 /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0979A5EEEBBDCFF0B4EA0EDEE24A2EB5 /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 127ED813A4CD55100BF92FC11E2754D5 /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = CA0AEB7623DAD1A7FCDE69D2A5A2D52B /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 129C35AC76A1E195CADEBC8482092021 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 991C86F1E1105DBD0EE065057657A229 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12B9021A5B3B23281E38041DCDE6361C /* SharedPromise-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 55AF02E8C0D7DE4CFE46DA57FC294E1A /* SharedPromise-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12C5EA21986DEC79674F7A6FC2C617DF /* ThreadLocalDetail.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 874F5EF8880B420362131F043070D4EE /* 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"; }; }; + 12C8C0BDEC2A4E24931B097540A13C95 /* PasswordInFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DEE24D962CECA7BD41B0DE4BDF96B9A /* PasswordInFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12D8142AAF65EE8A115784DB981CBA55 /* KeyCommands-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 382F7D0E200D17A9DD7905D5A6783FE2 /* KeyCommands-dummy.m */; }; + 12DAA008796FF305940589E5E9483AC8 /* ChannelRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 399F83281009855CCD37D59365443250 /* ChannelRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13239ADAFACA5C330D0E37F7B7C5C7F6 /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F82DDEE4EF918571216B826F13B9117E /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13387B14C5E12F844A4B2523003E5FDC /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A7EA3B94E491F6191E7CB359A83444A /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1350BF989A7C446D49408133A108C310 /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 451B0299EAD0D55D83CB6A084259CF27 /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1375C364771948036CE6F81332BA2106 /* BugsnagErrorReportApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 12D20D05A2F58887215D229816214EA6 /* BugsnagErrorReportApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1389AF58F6D346F831110A333D57D870 /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 149A343F2AD8AC34E02DD8BC55410314 /* 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"; }; }; + 13A544B72BA1D082EAF0B428D8B3427C /* UMPermissionsMethodsDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C4648B4219465B2D6D342E0BA3B8326 /* UMPermissionsMethodsDelegate.m */; }; + 13C3509535EAEC3B062606945AF54872 /* Arena.h in Headers */ = {isa = PBXBuildFile; fileRef = 096B37AB778309E97E942678021BC8A8 /* Arena.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1416EC54CF1E339311218A94D596ADA9 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F2ABA0EC6DD27A758C9B450D18626FDA /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 143158F165546D85C8C30B7D5B3D9748 /* StringKeyedCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 00F357B6A8DE15AE874225C5E761D472 /* StringKeyedCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1442DEF209E00E7821B853C3B2C13938 /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 78EB68FE538F5CFF5D4B5861D303051F /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1443544E4ED78F9E2E9AF56A8DC2BD60 /* EXVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = E6E64B13FDF1C2F9D78DAFC6CEAC5C6C /* EXVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14436E5BF7F770BBE5F3C0887C19368E /* MMKVLog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C4FE4F378D05DE5B514B79BD2150C810 /* MMKVLog.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; + 145A361BB0B2257288DEA70D785630A3 /* BugsnagUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 72135FC74ACCFAB8B43BCF231D0D9BB3 /* BugsnagUser.m */; }; + 146366AC8C03D3D9F0E0BBD7B2DE6F9A /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 707350543CB765161BB8FCCB9BF0C27A /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 146798CE18944E623C1C37DF6F23D27C /* Observer.h in Headers */ = {isa = PBXBuildFile; fileRef = 656296C8B2ABA967C84B20B99B83A44B /* Observer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14E662D8AE3FD878F78657F45D25BCB2 /* GDTCOREvent_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F0417B50C65332266BB13C964CD7231 /* GDTCOREvent_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14F281D6536469ACB45BD441C238638A /* react-native-jitsi-meet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 917B7DE9EFC85D2F63F2AE68F2C1AC5E /* react-native-jitsi-meet-dummy.m */; }; + 150163EA318A4A1C4764152C72A8AFEA /* Core.h in Headers */ = {isa = PBXBuildFile; fileRef = B1AA94DE46EB920A4C459E55CDBA819D /* Core.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 150EF86CF0788F5503DEC19015BA32D6 /* BSG_KSObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = 762BB50A97C7440B271D92F8D6DBB441 /* BSG_KSObjC.c */; }; + 1540B815C94053D4624137E12DF97221 /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE642789C85A72672D076E01BD5F6D2B /* 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"; }; }; + 154859F25C52EC65F81F6AC411D812B1 /* FIRCLSInternalLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = F40FF1BFB461211BE6FE4E151A34C19F /* FIRCLSInternalLogging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1549DB2F75117ED32FE6A4D97CFDE511 /* RCTImageURLLoaderWithAttribution.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0484C70F8571311DEE53FA04FE4AC60F /* 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"; }; }; + 1580400831A8193347B5CE0FB8755BF3 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D3994F19D1378AF42910B9EA330DBC3 /* NSData+ImageContentType.m */; }; + 15942543078C84445C4AC0E9F7868226 /* RNFBAppModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F62A97D6CA22517B27362DE7E3634D02 /* RNFBAppModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15E619CF26EDEBCC1381714EF2645754 /* RCTScrollEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = CF387E159917855D6811C0753A93ADD1 /* RCTScrollEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15F5B801CC65ECA73371A178BADC90FA /* RCTFileReaderModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 586C393FCA62DCB466C843E6B83EAA88 /* 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"; }; }; + 160F270DC385E9C00587FB20ADE2E7BF /* FlipperCertificateProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 0714ACE3E063C8D6220869B2C00D5730 /* FlipperCertificateProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16283CCFE77C19CDCB78A00F05CB280B /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EA4B91BB3B7072CCAC8E9A24C7142E5 /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 165AEE2A5197D597280FE89142AC3574 /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A51C6EC3DD9FC7EC5ACC4C882BA9B7C /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16638CFEBFCF81BB884E5140AF782F42 /* RNCSafeAreaViewEdges.h in Headers */ = {isa = PBXBuildFile; fileRef = C691F13B32FEA0596F8CCA08A995C1AA /* RNCSafeAreaViewEdges.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 169AAEB434E91D4A6E7780E4D302F23A /* TurboModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C56B55A30B22B2999A77847FB9D81B7 /* TurboModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 169CB94A8FAE1994D99A6988D9B511FA /* SonarKitNetworkPlugin+CPPInitialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 9041FE644CAE9E17BD6BE256369D9C41 /* SonarKitNetworkPlugin+CPPInitialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 169D3675A3894D9082B48A7DAC275732 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2096C42AC989228CF3DA15581AD4CDD1 /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 169FF1C3989DA62B55580EBBAFA9F872 /* BSG_KSMach_Arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = A95100B913BC6BD922F320981E940D7A /* BSG_KSMach_Arm64.c */; }; + 16BC8763B376D30ACAE20ADF56617DA4 /* Benchmark.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E03942AAB217D4BE303F8D1866D4CADA /* 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"; }; }; + 16C45A0312F58653D6EBCA31F7EB19F0 /* BSG_KSString.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B5FFC8A93C51F6E912E84F5A7BADF93 /* BSG_KSString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16D6AF7A753D6159FAAFB4F548EE630E /* SKDispatchQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = EAD8E144481BF378B1F1C4CC431895CB /* SKDispatchQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16E39A2A4517F6F478F07CA15C5838BC /* HazptrHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = 73028C74616B13EE27DB0B625009D8F6 /* HazptrHolder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1709C37A6ED5FF99B5BD52E3DC70338F /* Rcu-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 10802804646F4F6525253A05CE77C201 /* Rcu-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 170AB88FAD0F4C61B341ACCDE34EF30D /* react-native-blur-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 89482AFE5EFEFF2216B27010F1061026 /* react-native-blur-dummy.m */; }; + 17172BA83412F990A66E82F33D2DFC2E /* RNDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EA858D3DE99670421381F38B2D4D4F1 /* RNDeviceInfo.m */; }; + 171ACBE16B63E686762CAAFD5E6787BF /* Poly.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A4E7A8A283A4CB779BDF863D8EFC743 /* Poly.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1721261755CCF7180E95FADF717E8F95 /* BugsnagLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 270FE2E763D8F29A138CAC4BF5C0C5BF /* BugsnagLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 172651B29B3EA2337BCA95C92AA334A4 /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0618D9A6F9E41461744D566A8FDE7746 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17424544A674FD7632997CF393933D47 /* RNCNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 3793FC0019C81496E04CB48A44415F82 /* RNCNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 174CE79CBC127FF8CC43C11C9D7134E2 /* BugsnagSessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = E41DF94B264D3B3BB62EE8F16BD43852 /* BugsnagSessionTracker.m */; }; + 17562637785435EA9CBCFCAAA06C90A3 /* quant_levels_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8734BD28CF0034C4D2D2B867131AA08A /* quant_levels_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17683473E0FF2B42CCCF9FAB9E17557C /* FlipperState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D7AE191235972C4F8D2D14317996A2CA /* 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"; }; }; + 17841417263BB19547CE11E028BE5168 /* Color+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 10AED9F891956D674EFD4813B93C21C0 /* Color+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 178A93DC88CAB82F6BF6E610263F417A /* RNFBJSON.m in Sources */ = {isa = PBXBuildFile; fileRef = 40DDE26E55435E8D873BA58E9AD06B73 /* RNFBJSON.m */; }; + 178C7A63A11DB1380AF4409F18297A02 /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = 78FCEFEBB18D4FA0E223D5394338B249 /* RCTProfileTrampoline-arm64.S */; }; + 179AC0C613BF4E4496C979691FFABAF9 /* RNFetchBlobNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = AD83A0C5A0983765D5B95A624ECD7560 /* RNFetchBlobNetwork.m */; }; + 179B455070B20136FB3629782435E75B /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = 874E465C82D6D28A86359667853038B1 /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18035A2E53C70220C42E897E695D0DAB /* FlipperResponderImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E90D0142C77870D3EB8BD888E8944AF /* FlipperResponderImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1813E77BDC00B93DBDB9F25FD96BD356 /* RCTDisplayWeakRefreshable.h in Headers */ = {isa = PBXBuildFile; fileRef = 68748F72A33748DD012E03336A035867 /* RCTDisplayWeakRefreshable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18171D36B11BF9CF64971BC86301463C /* BSG_KSCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = C88FD29C33A961AE72C49F9ABCA10503 /* BSG_KSCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 183318737E109497FD711C3BD53A3402 /* FIRCLSSettingsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 49F447B74B2956EE71F74F5AF1255F5A /* FIRCLSSettingsManager.m */; }; + 186BA387162FD294C0FD2363779D75E8 /* WarmResumeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 433D78528AAE38101A5BB5C22EA608B5 /* WarmResumeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 187FC11BF3544D58664A891A9A52C640 /* TOCropOverlayView.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8FA15C5E44AD8C73178115CB2F7E3D /* TOCropOverlayView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1887A6E7EBEA9884623714F804FC7721 /* KeyValueHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = BD3A07FC43CBE9F9D76E7C2B35568A00 /* KeyValueHolder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1887F6C67488B42A8369D5D8A7F79315 /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 910F8F7AFE1CD2B748CDD37560E6B013 /* SDWebImageDownloaderConfig.m */; }; + 188873A9FB8122DB37F4A9778B9F7347 /* RCTAppState.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6037B1836FC9B47B5EE1CA6F1B9245F6 /* 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"; }; }; + 18999FCF2D591736A027C577BEF7E213 /* GULHeartbeatDateStorageUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = F02874B2F1845E133C97EDF43E7D3BC5 /* GULHeartbeatDateStorageUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18A3FD129485F38920D755D4281CF02D /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 653D6A0283149D9AEF0D811CBC274A73 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18ADE7806255BA0087D7EF5FE11A9F34 /* REAValueNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 665EB00B4368F3EB1506C0344A7B418B /* REAValueNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18AFFAFF2883281D31591AFEF8D5E592 /* InterProcessLock_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00BBC98FB437FB06AFC073B515575B27 /* InterProcessLock_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 18BB11E87ADBBBFAD61E80195A60466E /* UMReactNativeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = CD97E0A339FACB226EC706C3CFCCB73D /* UMReactNativeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19318B20CF5DFE527CF77A58B2AB233B /* VibrancyViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9A979FD53B29203A818D9429042DB5 /* VibrancyViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1976E09409B7E37BAC8D5787800810D6 /* thread_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = D7316745CFBAC3D2A93A5D17A0090555 /* thread_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 197DF8A34075C1A549D0CD45C8C70B3E /* FBLPromise+Reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = AFC95B5DA1F58487093E2CB2DE1D17D6 /* FBLPromise+Reduce.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 198B06188A6544526905388A46E051D0 /* Event.h in Headers */ = {isa = PBXBuildFile; fileRef = 07ED20A5D648AB116467BD8E3EA25954 /* Event.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1990091778070E9A3C988954880D126E /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = FF1A61BD0235E82BABA187500E6AD16C /* SDImageCoder.m */; }; + 19AF89619BB4B46601351E436FFA5103 /* random_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = ADFA08FF13E30CF251D31A1223975B43 /* random_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19BD8B956040B5CDF9D802839ED1A248 /* FlipperKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3863963A226887FF62330705820FD4D3 /* FlipperKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19C3BBF564F8976EB6D91418CE10F903 /* RNGestureHandlerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = E10E762D5AEF78B29FCAF7789C3455B6 /* RNGestureHandlerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19D013F828341D40B48BD749C800BA5B /* FIRCLSRecordIdentity.h in Headers */ = {isa = PBXBuildFile; fileRef = 113EAA92F6E4BC8DBEB6E21419705E23 /* FIRCLSRecordIdentity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19DA084E18BB0C5EDB193E347F57CD33 /* HighlighterViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A65636F4A8D062986B315E3ECBB1A81 /* HighlighterViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19E023F7AFA0C82E80A9B8AA7C9E1BEB /* FlipperConnectionManagerImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = ACD570AB3194B3349F12EDC69830BB18 /* FlipperConnectionManagerImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A017FC5F2A3EFB0516305ED47715875 /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 088B1035D378F2BD1538F053CC4EC591 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A2B5E14EAEF1030E6B80B826A402329 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = B53E1D755C128BA8C579805F69287EF6 /* SDWebImageIndicator.m */; }; + 1A2D5A8A6EE44FB8B18ACC565320188A /* RCTVibrationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = D7359394562CD65A356687793C28EFAC /* RCTVibrationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A4ECDF9B054FDA26B319B6655840B2C /* hu.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 5F0F2DF26185C885488621122145B1E1 /* hu.lproj */; }; + 1A619BB8B9DF57D0228F68ACF757B75F /* RCTConvert+REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 69E24B196EA4078C782172E28AACF9F1 /* RCTConvert+REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A7E28066EB981933711DF6D3C606763 /* dec_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 822AD5E17FD6210A4E5CB2F680028291 /* dec_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 1A8B09EF8F672A79457D339B07FF8D4A /* RNPushKitEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 35176EF83F5BF16D0D4C38C2AEAEB43E /* RNPushKitEventHandler.m */; }; + 1A978311F459F85A654C2B5C2385D501 /* json_patch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F22D39C12405DB3F308FD45D27A78AB /* 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"; }; }; + 1AC075CF9689180B80B1BF5A86CC537C /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C52D176F8CDB9CCD3A49D1262F3A3AB /* React-RCTBlob-dummy.m */; }; + 1AEF393F6F6443C05A46E4B847A56B15 /* FKPortForwardingCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C5D3184C697DE11F739D6B26DB76935 /* FKPortForwardingCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B00F3F2D8A4C7348ECF02BA20E123CA /* FlipperCppBridgingConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 035BF9522C29D6A92C441C7D6646E5F2 /* FlipperCppBridgingConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B2540D88E6B1BB90874926D7CDE9990 /* FIRCoreDiagnostics.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A5FC1C3012766C81A4FDE0D978A6D23 /* FIRCoreDiagnostics.m */; }; + 1B25A8BBEA94E1C22567121182E0E492 /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 38768AB0568081676021F399D385FECD /* 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"; }; }; + 1B3062B4D900F59DD50744A0F4FDEB96 /* ssim_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = B56288144B4A2718B505FD31CBF68824 /* ssim_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 1B3C7898EADD9985693C0325F078D635 /* PThread.h in Headers */ = {isa = PBXBuildFile; fileRef = D6E7B717360E3AE38C6A87A10EEF6441 /* PThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B5685DA79700779C2199E325FFB65EC /* SKStateUpdateCPPWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = AAE5DC32481961F2D67D14EDBDA13864 /* SKStateUpdateCPPWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B58EC2B4289E967EAA45C606214A856 /* FIRCrashlyticsReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 64150E7DCAC5711EA86682DE093568BE /* FIRCrashlyticsReport.m */; }; + 1B966B801EEB421750F04FFF774E354F /* RNCAppearanceProviderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 070F18339D9AFCA96A1CDF839279C722 /* RNCAppearanceProviderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1BA4F93B2D5D18FC42785704D8702BE3 /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E8DCE3378E4AA6F59CC11D9F8EB651E /* 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"; }; }; + 1BA6F8501E04CC203524D4E58EEB0B9C /* BSGConnectivity.m in Sources */ = {isa = PBXBuildFile; fileRef = 79E37A5C6F3D50327B431EBC4B37D9E0 /* BSGConnectivity.m */; }; + 1BEB436BE33C0619CBBE316F013A692C /* FBString.h in Headers */ = {isa = PBXBuildFile; fileRef = CEDF7925D1E2B3EA5767468F277C8713 /* FBString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C1B0F31633C386387B9FFC1702D1CC0 /* BSG_KSJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = E10D24A8D08CB16A248385C4D8E26721 /* BSG_KSJSONCodec.c */; }; + 1C26515EED65B95C1190B35FDAB7E02B /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = FC3C70C065164865D7281583448C134C /* UIImage+Resize.m */; }; + 1C3B95729665835CAEF9528042E2EA16 /* FIRCLSUserDefaults_private.h in Headers */ = {isa = PBXBuildFile; fileRef = 772855AAACE040FD55D921AE3761026F /* FIRCLSUserDefaults_private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C4060DA59B500A1A6F86A39F4A5C76E /* RNFBCrashlyticsInitProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 559F25CF80F89D47789F24AF2AFCC803 /* RNFBCrashlyticsInitProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C4E48E71C71DDCEFB9FBA499BCF849C /* Observable.h in Headers */ = {isa = PBXBuildFile; fileRef = A3C5623B802ADDC4AD77C9F9901F4DF7 /* Observable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C63664FA2CEFCDD9576B64A028C95AF /* BSG_KSCrashSentry_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = 21AFB2D1D8A42389B3AE6F26173E400B /* BSG_KSCrashSentry_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C8EC169B592E48D66A57DB786533C77 /* EXVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BCE8E19D661B02E49EC6D80247DA093 /* EXVideoView.m */; }; + 1C8EC567776823CEBC0A0EDCDA7A42F2 /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F32434D8CB46C9C01C5D2C4687332CA /* GULLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C903EF0420F8C94AEC3A5B2BDB9DE39 /* lossless_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 07738C4D942490BE4DF999F5229E1C44 /* lossless_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CB6925BD51D861BDEFC44A57B9A00AA /* FIRAppAssociationRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = A0985F1257BD1206759F148FB2C5F282 /* FIRAppAssociationRegistration.m */; }; + 1CDE82B08C9F0A2AD103BA738AEBEF5D /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B81B60404F6D590F16C53A61222AEB8 /* RCTInputAccessoryView.m */; }; + 1CEA81AEEEE29957DDE74968BBB197CC /* FBLPromise+Then.m in Sources */ = {isa = PBXBuildFile; fileRef = 953C396ED4F1CBCE7BA8F451A54F4E3A /* FBLPromise+Then.m */; }; + 1CFB6BF8B7214774714966E9AC55F90F /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 63A65F811C4F20DB6DC2001F750A4AB8 /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D1005FFFD001845DED8B8D342B84B09 /* yuv_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = F080EF237570E950EE9DC8963E577004 /* yuv_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 1D14FE289168F2BC44B41B06555CC01F /* GDTCCTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = CCBEBDF2006D6A9672B9F5E6FAD1CDC8 /* GDTCCTUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D37E0EEC58496742D8CDF81DE4D1CCF /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 76E6A1C5FB6A6CF54EBFF4AACE2AAFC9 /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D40EAD2221E6A9EA5E92FE7576C9585 /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = 37402588F079D470A8C89C9CC3CF92E1 /* 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"; }; }; + 1D5B1FBCF9D5196F345C78ED54062B0D /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7F3912367C62E06ACE9A1B84AA9A99D1 /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 1D5C8E7B129FCC2F9E9C159A750FDAB5 /* RNConfigReader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D09A25907619C6C8A793F3C41FCC0AC5 /* RNConfigReader-dummy.m */; }; + 1D5E14A146CF1B8465176D9A5C0B9418 /* FIRCLSProcessReportOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = F521417F4CF055538C727BA4F5C75E75 /* FIRCLSProcessReportOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D83122DAFA8811A4D1F8620A31BDD58 /* dsp.h in Headers */ = {isa = PBXBuildFile; fileRef = 7470075768550BF7918997F95519516F /* dsp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D84302ABF4A35F22CEC5992E7108379 /* MMBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 924CC39A9453D7DA789427AABF4BEDC5 /* MMBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D854CEC54D4347A2A72935954ACA34D /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A77265C3FA32A6120EA343E3B39006D9 /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D89BCE06C52E7607390939321044E27 /* RCTConvert+REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = CAB1A0F91ACF901F8ECE6D1B8E77B00F /* RCTConvert+REATransition.m */; }; + 1DA0C6DD984C33E04FAD8634EDDB5728 /* GDTCORStorageEventSelector.h in Headers */ = {isa = PBXBuildFile; fileRef = D327A4E6353A46D97988DC58C9ED18FE /* GDTCORStorageEventSelector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1DB40AF442DAED41EDFEDC0A8D16B6D8 /* FIRCLSProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = CBDCF2EC0F3CFA1E96003F6D723F0B7D /* FIRCLSProcess.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1DC25C820B2A573DE2C1192BC35D8213 /* UMViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3326928E8B73FBCE737318F5D6861463 /* UMViewManager.m */; }; + 1DC9CFD4CE65684C722E63392B4F758F /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = CDBAF11EE0AB54F7455DCDF6312FB50C /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 1DFC34534A46877DFEDA098D230C6652 /* ARTCGFloatArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C0CD73629AE2BC9377D94D7008B4DB1 /* ARTCGFloatArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E12FE8E29A7D77D871D4A4B2E19F9E6 /* FIRCLSCrashedMarkerFile.c in Sources */ = {isa = PBXBuildFile; fileRef = 68F5387058C73DDE9A14B88A8BEFCA47 /* FIRCLSCrashedMarkerFile.c */; }; + 1E1456286C1D93DC2A848A173C6CA46E /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A5676840117F59DFB7E2AC7B7971F37 /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E1FED1061C8AAA4E90B5ECB3BB4B6A5 /* CodingDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 35B679912408D25991F778F4FAA62D20 /* CodingDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E21466B545C774B586CEDDB226AA13B /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F21E872AAB1925D7EC85492A1DADE0C2 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E410FD242C013BF7EC0F76B38FA9B3B /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAAFE9BD1751EAF2F13107FF7AB0C64 /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E71463BA220F76AABE65F5136B1E1EF /* ARTContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = B0674671F71DE904B3C47D23F568EE4D /* ARTContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E7A8BC1A40F0D535DA4B680D4CB8F75 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 72349ED3961D126A6D4CBFCDEA3EB7FA /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E7DEB4C9EF4EDB1A9CE56FC20D9C25D /* ARTRadialGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 19979254E1B71D7ED041F2EEE1C6F5DA /* ARTRadialGradient.m */; }; + 1E7E008FBA100F71222C4B9550EC71CA /* ThreadName.h in Headers */ = {isa = PBXBuildFile; fileRef = 24E86545356D7AF0A81825D570B81149 /* ThreadName.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E7F591A65F2D411A36B01B92ACE8566 /* buffer_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = C24FE4A59B7E7210427ACF5A20B65ADA /* buffer_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 1E83285CC50EEA96ECE2FD33B473FAAA /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D332EE66AE64D823DE07E1DEB552530F /* 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"; }; }; + 1EA00BB90A2416E6B517B59204229A53 /* EnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ADB548258355674B72824EDC7BB7429 /* EnvironmentUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1ED3A3DB18B0D7129F78B640C0F033FD /* RNSScreenContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D9EB17B39BC29029FA0B5B3E38E8716 /* RNSScreenContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1ED7B1B0D733120435231219CBEBBBBA /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = B82DCAC498F62A0190CAEB95C8965B4C /* FIRVersion.m */; }; + 1EF4007B492497A12FF2258446DEE730 /* Asm.h in Headers */ = {isa = PBXBuildFile; fileRef = D95B0EB920164F1A2A45A1B472ED99FC /* Asm.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1EFF37134EFCABF83F6835D7DE338C6C /* TimerFD.h in Headers */ = {isa = PBXBuildFile; fileRef = E3A052CB0E641F6E5E3B2D393D421DD0 /* TimerFD.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F12214A7A2A9C44C9270D58EB9B9084 /* ARTSurfaceView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F7531BE17AA92103171BF494B7DA9E2 /* ARTSurfaceView.m */; }; + 1F373D94456D1F0FC438F2CCA4FCF1EA /* RSocketException.h in Headers */ = {isa = PBXBuildFile; fileRef = 15193714CFF0BA69D9B459FEB90D3784 /* RSocketException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F91056AB2E5BDE9FEF3F26B1103E5F6 /* react-native-background-timer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AA9259C567DF55F8BD41D1C1F07E55FF /* react-native-background-timer-dummy.m */; }; + 1F97222DA3E1B709CC975E6136F40986 /* FIRCLSRecordBase.m in Sources */ = {isa = PBXBuildFile; fileRef = F5555B4EBC29F68FDB73CEEF962BAAE6 /* FIRCLSRecordBase.m */; }; + 1F98C2402E6E6DBC99137A706F94F507 /* FBVector.h in Headers */ = {isa = PBXBuildFile; fileRef = 872F393D8CCA46BB40AE72568C737B9F /* FBVector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1FAAA77B51D15595FE1772C61C977F39 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BFC8D00170C3FB37B9D57243B8F997ED /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 201EE977430D08C5FF82035168719032 /* RNFBVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = DD407605F56E4667DB542A2581DCB129 /* RNFBVersion.m */; }; + 20463DFD6F25FB27AB81A35AD316B057 /* ThreadLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48072AAEC085C43DFCD135D3A89376B9 /* ThreadLock.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; + 204996FE738BA0CC22401715A85E7061 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C525C5907F010817E5658E6A7195C3C /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 204CC23D814BF60981D1BFC5562AC7B1 /* REANode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E9541F58B7C9E066DB7C2C35E4FA267 /* REANode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2059C762FF7431AA8970406CAB41153A /* REAJSCallNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DAAF48DD75A7FCB00050188F22E3CCB /* REAJSCallNode.m */; }; + 208D614CD83E99DA82DE9CAA1ED0D10C /* GDTCORReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FE8FF6E66F63C353C8ABB1DD4A94CDA /* GDTCORReachability.m */; }; + 20A7717BBB6E400E9B407132FE778A5C /* ARTShape.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D37095684BDFD998EB0BDD9503CFEDC /* ARTShape.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20AFB1B01D7902AEDDF8AD4C21986420 /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F537359B37EE1C12B2330F32445A4FE /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20B32554A97FD1C315391498F16597D6 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 17E19C1EE7975EDB2127B943160E7376 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20CFCED2FAB94D6DE26F5E47722957DC /* NetworkSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BCB0EBB1FA5480DAACD30141BA37CAE /* NetworkSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20F1E9763E16D425A7E496D9582F940F /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = C9A76332691D92790846AC099FFECCE3 /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2123782372A76ED2C3C54D140890CF06 /* RCTConvert+ART.h in Headers */ = {isa = PBXBuildFile; fileRef = 65604E6E4BD42D657B3C5FFE44853749 /* RCTConvert+ART.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 212EC1B0C2B279E4A7C0AAD3CC75A0A6 /* RCTUIImageViewAnimated.h in Headers */ = {isa = PBXBuildFile; fileRef = A19FE51D8894E3401C88477CE1C7F7BC /* RCTUIImageViewAnimated.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2139395EBC80BB1C10F99D0F5048BB61 /* AtomicHashMap-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D6DD29193A51FBCAEE2BF43D57F1D5C /* AtomicHashMap-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 214066A6DF3080EF959DFDE0E2B5C121 /* ParkingLot.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CC2DF6B05A0C41BB906DF1109F53A26 /* ParkingLot.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 214CFBD5709271937FF275CB56677B8B /* RNCommandsHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = B00512626555EF053A4A7654EAA35178 /* RNCommandsHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2162AF190A7C7B320E28C8D13A8D0C40 /* RNFBCrashlytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F7F7394BA8B8FBE6CD5155280A12AE7A /* RNFBCrashlytics-dummy.m */; }; + 2167CB049DDDFCFFDB28E4D3973F0FE8 /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0E5890BA4F7139DBF0626ECFEF69196A /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 21980AB3114CDBF93AB43BE68223936D /* FIRCLSInternalLogging.c in Sources */ = {isa = PBXBuildFile; fileRef = B344043F53DCF02D7FC7C4B38983B133 /* FIRCLSInternalLogging.c */; }; + 21B3EB08EFF2B95D55209B386F2BF383 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 63B85DA77E859FF2CB23BC609E857F39 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21B40ECB5193B65426C3B837DD129843 /* RSocketServiceHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 31EA48F054062018A49A15951D76144F /* RSocketServiceHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21B4FE8D442D5B6A6FF02399D74F9C1A /* BugsnagApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = F69A50A794CF8A77DEEEF106F9518851 /* BugsnagApiClient.m */; }; + 21B61EB39700EF6BA421D538DCAAEBF3 /* FIRInstallationsItem.m in Sources */ = {isa = PBXBuildFile; fileRef = D1F2F389635537E51819CBED62C5B593 /* FIRInstallationsItem.m */; }; + 21BE532B78AA5D383FD97996700D6F4A /* Range.h in Headers */ = {isa = PBXBuildFile; fileRef = C32009E37815BB73FA00A5F381B6177D /* Range.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21C10523B2673B8863B135082B6BD97B /* RNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = ECC4109BF7390B8D835C8791A019B664 /* RNBridgeModule.m */; }; + 21EC14359DA53E6C40B50D728C044273 /* FIRCLSUnwind_x86.h in Headers */ = {isa = PBXBuildFile; fileRef = CDEF2F8951A3D9ABF871ABDF28009438 /* FIRCLSUnwind_x86.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21F3CE61BD2C78359409AD6B9C1BF15D /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = E3C82B9C403695069773B59919870426 /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21FB763138BDC143601D0FEC6CA5E3E9 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = B86E7E72640F2082A42D26A8E3B7CCA4 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2202D37BB69D4D70434FC4397324F046 /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E9FC98F50D16F9BF546ACA93B1C2EE0F /* 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"; }; }; + 222044A13B4A524A3A3FBA6AF42A52D0 /* RSocketRequester.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69AB673B7A348C4C94264C2BB573C350 /* 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"; }; }; + 2229B836BCE066BCE8443CEAD075AB36 /* RNCSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = D5E0EC314644FE8DBD5B33004DEAB06A /* RNCSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 222D8C687FAACBAD9D6C610D214B13EC /* RNGestureHandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 160F19E03D107A54EE184E9730C12A70 /* RNGestureHandler-dummy.m */; }; + 226ACE89E1CDA2F93CB102E6AF998B3F /* FIRInstallationsAuthTokenResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0486C663C190FA81EBE065496F08EAA9 /* FIRInstallationsAuthTokenResultInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 228B275CBE74D9051635D57FEAC331BD /* encode.h in Headers */ = {isa = PBXBuildFile; fileRef = 01AC624A4C635CD0C1B44E7A7EA250DA /* encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22A65699DF761B0B25D5D87F10732BA5 /* FIRInstallationsIIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = FF3A4852F2925CC57B27F37838BC54B7 /* FIRInstallationsIIDStore.m */; }; + 22AECE39583BC5AB39E629D639DF524E /* FrameSerializer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4131232F8CD2416593BF5F3417DAEA56 /* 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"; }; }; + 22CAE855E9CF155BCB3628C16718A4C0 /* SSLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DEA908F6D162426D0CFBFED8EF28CDB /* SSLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22E1D06C4A77C0F1F7DFBC536D00AC58 /* ARTRenderableManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CF7D2D47BF6546825A8731D14EEB403F /* ARTRenderableManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22EFC1C55E599EF2CABEABBB57E5FBD4 /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5766D56053EC7DD3B963B17382BC9257 /* React-jsinspector-dummy.m */; }; + 23005DD643E84414D47DB6ACB4CC196F /* ChecksumDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 2933A580606C3592A27CE3F9C9563C1D /* ChecksumDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2300FD1051763DEC87ABAA44DA4C843E /* RNDateTimePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3541500EF617C4CC4CC777414A8338EF /* RNDateTimePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23107CD51E85F36D174BE09761E08392 /* RCTPbkdf2.h in Headers */ = {isa = PBXBuildFile; fileRef = 0654C11945A7FDE6D018DC4D59C6569A /* RCTPbkdf2.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 231783262AF84C83B7795F3399C8FB22 /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 14529876119EC8A2BFAD9F4FE08670F5 /* RCTInputAccessoryViewManager.m */; }; + 2335D16DD99C5CCB7145356D9439A1ED /* SafeAreaManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8875DF1A855D0713DC1D1AEFC27103A8 /* SafeAreaManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23587B85B626669925991587D263DE57 /* EXSessionUploadTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EF749C161B52CEBD5A92D13698F973A /* EXSessionUploadTaskDelegate.m */; }; + 2361152C6D8DB29D4D3A50D643EF350E /* RangeSse42.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3EAE3DEB152597C3ECE6A7F2E38E072 /* 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"; }; }; + 2361E3650CF15F3799E4006220CFD805 /* filters_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 2EB3F08626560D53348D945E33EF6942 /* filters_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 23703D4F729A8697ECB8F9DBDE312E88 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = EF2022C891D98D406B2B7C78C8C03B57 /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2385B8CEAE1F1001047F4F4261853A2A /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = DF95469EA7E14BC4CB09CEAAF0BCF59C /* SDWebImageCompat.m */; }; + 23B63806D9A476DC97D4110167D0DDEA /* RNCMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = D70235CD3768D9AAE80FB0DA5F7695EB /* RNCMaskedView.m */; }; + 23BCAF4A6A831B81E5A1EF516358D689 /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F415FE95A263B02503DE601CD1866FC /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 240FC32361C410EF5F84BF6DEBE42548 /* ReactNativeART-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 26E14D7B4CB2C494ABECECF3898B3C52 /* ReactNativeART-dummy.m */; }; + 2429E3881443A705B671125FD7304B92 /* SKTapListenerImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BBDB18A42A083905EB75369C5A17EA2 /* SKTapListenerImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 243BA7838B8733171E500BDFB3A064EB /* RCTConvert+ART.m in Sources */ = {isa = PBXBuildFile; fileRef = BE3D64DD01C658D2F93D217E023A17C5 /* RCTConvert+ART.m */; }; + 243C1DC1891B44E4815ECCCF25CF3DAD /* OpenSSLCertUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 269BC71A433BF89DF9C6FAFEE0E7BDE9 /* 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"; }; }; + 243D5468F973F4B753EC871A23657E5F /* ReactCommon-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 233158517BDA4D9A18239A72DFD62838 /* ReactCommon-dummy.m */; }; + 243E6CA3BBBB49E96A1C9A53EAE20DA0 /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D17D21218974E44400C912BC1A4BB3C /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 244CB2A7FB2DEADC08977E6D3E13F035 /* RSocketClient.h in Headers */ = {isa = PBXBuildFile; fileRef = A428EACC4DD9E0E197A79EED0D873085 /* RSocketClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 246AF91E42758A2B23160C9B90DCD5A6 /* FBLPromise+Any.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EDB836E7CBA54FC81599008896D740A /* FBLPromise+Any.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 247D7BE1319FE703863AEDC056CFDB78 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */ = {isa = PBXBuildFile; fileRef = CF3DC7182E083F7B4599E10807459B05 /* FIRInstallationsSingleOperationPromiseCache.m */; }; + 24868E54F706A8A90FCD583DA4747CC4 /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = E70A5EDE391508C66143C12781820AE4 /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2487FE5A99FD79EF599EEF75AA4F1083 /* ARTSolidColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1830233F42852A7524DFDB7A162BF168 /* ARTSolidColor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24B2D012DBD307450D6CF7A9F71BAC64 /* ProgramOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D0EC65C3A5D9FB1906072DB1AF72718 /* ProgramOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24BF8CC6EB763FE2A7B3F20EFE914C65 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C7A4ECA0A27AE5F6F76C7A24910CC4F /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24C79E495E45E05554ADEB3A524A365F /* Flowables.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A22F80E27D32975038B462D0C0D8B74C /* 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"; }; }; + 24C7DB49A07C68ED7C0C85B677DE8F25 /* openssl_arm_arch.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F57B92AF08DC8D26BB6EDBEDAD7336B /* openssl_arm_arch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24C92B3F1CF434FB5533624279722388 /* SDWebImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0613FDCA7495EFA775473E2D66BAA6A7 /* SDWebImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24D64B468103B048279E53860602EE07 /* PublisherBase.h in Headers */ = {isa = PBXBuildFile; fileRef = A3829A947BADFE7A474B52C731E88EC6 /* PublisherBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24E4BD8D4C24FDCF17DCF0BB0FFA214C /* GDTCOREvent+GDTCCTSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AADD715A472E1499DC8CA6E057502DE /* GDTCOREvent+GDTCCTSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2503027030436100480119ED756D0F6C /* FirebaseCrashlytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 02797CA362E63F96FA28455F45286A90 /* FirebaseCrashlytics-dummy.m */; }; + 251183D00C72ED3D5BBF4FF02C42CEBD /* TimeoutManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 78B3F3DFAD6E4AEC3801350698BF0762 /* 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"; }; }; + 2514C0A79C9B758D1D16838A8FE3063E /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F5D4CDB21F64648D88ED543049CD4DC /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 252A150408A553D4807BFECE84C73499 /* react-native-orientation-locker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB9697D381A6B302F78A0A9255BC0388 /* react-native-orientation-locker-dummy.m */; }; + 252B6E42AFC63E2E924A103AEE06890D /* openssl_md5_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = CEB399094F9DD2454CAB2B7632818A34 /* openssl_md5_locl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 252D67B2106CBF78CB7C474B41738E2A /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A7065EAC6A282A1FC77003DE3C709F7 /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 2536412B12DA4D8C22BA5B5F9D76E32E /* IOBuf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3AB3AE25AA615AFA21A65FABE986973F /* 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"; }; }; + 25627CF16EECF3CD59FFDCAC78C07BFE /* SingletonRelaxedCounter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BEDD9C1AE67DE2C25A976536B88850A /* SingletonRelaxedCounter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2565C7A3E4507C8E1DDC7F324684BD9D /* AsyncTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 09E7312E63CAA862B55661C0014E2A5F /* AsyncTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 257874C51EEC28020724FAD42B7B397D /* FIRInstallationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = FA8DEB74B7BC6D1F35BBF7D2E2E5E789 /* FIRInstallationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 257D0B885409D58F11FB3EA88AB7E15A /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 417F3555EC111F343EAF7CC917432762 /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 258DFD96720C1C98BD6A3BC06B72A9C0 /* react-native-webview-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EE3D347574E9CB1DC0DC1F4D07912D5F /* react-native-webview-dummy.m */; }; + 2593BB161B9EDC71C6B47E4182784ED1 /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = C9CAF681D3CAE0CEBD75C7E5DAF5B745 /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 25B39EFE93275A5772E7FEBB7911D34D /* FIRInstallationsAPIService.m in Sources */ = {isa = PBXBuildFile; fileRef = 9521EE93AA416FB6ECD30DFB35604FD1 /* FIRInstallationsAPIService.m */; }; + 25DB1E24B453C0ECE4DA407E7761D440 /* EXLocalAuthentication-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C79A350A261E634DAE08BFC0F70F2AF /* EXLocalAuthentication-dummy.m */; }; + 25DF77BE316A1163F0FA609A33BB82FC /* EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 4015A1D57AD9C2AAE91C3AB0F3675B14 /* EXFileSystem.m */; }; + 261DC95B5C5F3C492466B99B0762D876 /* Subscription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BE5134ACC6E8291FBF403BE1D1B555A /* 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"; }; }; + 2632AB838D8D0D71DFE8C5CB47273CFF /* filters_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 741B31EA52D82E965640CBAC9EC02AC0 /* filters_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 264711328E82EEAF649DA19F868557CC /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8224FF3FD422FDF83F12896977E93538 /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 264C4F6F30A77A95D4FCF0B09F667BBE /* FIRExceptionModel_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D54F43584740A801BD7E7AE8F37CB51 /* FIRExceptionModel_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2670DEDEC094BE2ADE39B3DDED4DB1E8 /* SDImageHEICCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 96966961078DB2C539AEE4757357B470 /* SDImageHEICCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 267A10AEBA073CFE1C644B65D6CA6140 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 28EBEAAD45D3EEA4204C78F53427E680 /* SDImageCoderHelper.m */; }; + 267FBF5FD39D9633691B813B405D0B81 /* RNCSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D0F0A466D58BAAE783C5A2C4ED9F0573 /* RNCSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 269E2C9D03F62B5617C54FB70B6D8095 /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 92098CB15938719E1D7376A2E7836A70 /* Hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26AE8C5024267DA94E2B15057F78FF4E /* Invoke.h in Headers */ = {isa = PBXBuildFile; fileRef = 2831B1C9C14125815E5CD7EF830CAE24 /* Invoke.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26CE1DA937FFD3F4C82ADEE87ED14556 /* BSG_KSCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = B76D537791F1CB23F39A8BF3D9F5AC94 /* BSG_KSCrashReport.c */; }; + 26EE14421FDF9ABEBEE1B9D1E8B16A03 /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F2329CBF50FAD7B2426594CA78854AB /* RCTRawTextViewManager.m */; }; + 2702ED30FCC572A9119745BA58C104F4 /* REACallFuncNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DE4AAC3B33328F2B2C1A8173441996C /* REACallFuncNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 271E0DEADE0D6D7EAABE641E2F4E3886 /* FIRCLSApplicationIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 296663C9259F7C824E4148D6AABA69DD /* FIRCLSApplicationIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 272FE84B8033B2CF75AA53A9F9A84345 /* SKViewControllerDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B4DB4E5195A82FA905D7643417A9C8A /* SKViewControllerDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2730FE054CC61C90703D708DF8B87F6A /* RNScreens-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 442B5A7C508614E90967495F66DE7EBF /* RNScreens-dummy.m */; }; + 273E798040F05B9C63C57921DFC4BE02 /* Enumerate.h in Headers */ = {isa = PBXBuildFile; fileRef = C09661A682DB450673597E3A7B0FD712 /* Enumerate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2756402D48F1E295B4D3C00836369195 /* TOActivityCroppedImageProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = E31E078C674C9A2F6B233A25B20A9CEA /* TOActivityCroppedImageProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 277E44C1B3E307FC8AEF77C4D266414A /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CB4DD7139D34F4A05CD80765BAE29C1 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27882DFE171D3028A3849FD1CC843B5B /* ConsumerBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 11F90EC1A069C8F916D95639CAE5056C /* ConsumerBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 278B39C7E2ACC09BF72B63E9032CB1DF /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 32089BA121136F9E8D2E65C0A2D687A2 /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 279436A2D859CBB5D60A18A8B8C6C584 /* CertificateUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CF9F3054E2151C2EE2FA0EF717530EFF /* 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"; }; }; + 27A6CA886F91FAA81AAD2482901D4A63 /* EventCount.h in Headers */ = {isa = PBXBuildFile; fileRef = 68D9E370F745E0D41FD9A7491FE468C8 /* EventCount.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27AC8CFDABD93D3DD794EE2154CF6D83 /* TOCropToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = 111AEA8832F96D3553CF7F8850B5EC26 /* TOCropToolbar.m */; }; + 27B6CCE48225BC56652E9E3223D38C4F /* ARTShape.m in Sources */ = {isa = PBXBuildFile; fileRef = DE97ABAE1836EB28F3639EA5E2EC36F3 /* ARTShape.m */; }; + 27C5C8C8C9C7B95BA89377B7E03D11F1 /* FBLPromise+Catch.m in Sources */ = {isa = PBXBuildFile; fileRef = C7B4FD661CFE0105A5B6313F87E22A35 /* FBLPromise+Catch.m */; }; + 27C9277485F05BCE39CFD89C84B143A7 /* EXAppleAuthenticationButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 66E373854F946B684A944FDAB22BDF19 /* EXAppleAuthenticationButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27CEC16E984E3F8F12EE7B4740951013 /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = 50E45EBC86DA9F638041F5861830EB35 /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27DC5A1496A2FAB957F427E170C2C465 /* TOCropViewController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C88665FCA55A9EE7539D1DC43722ED34 /* TOCropViewController-dummy.m */; }; + 27FD5F59D8F899B0FCCD3B630F4E910C /* FIRInstallationsIIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = ABAA911B19E78DF370146B19D104E3E6 /* FIRInstallationsIIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 281618F50C01E9779B0DC7542075947C /* FIRInstallations.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D006A023784CDF211C7DED2C9EE7995 /* FIRInstallations.m */; }; + 282012EBF3DA18E671623EF58A5EC635 /* FirebaseInstallations-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C5BA29567E5C9F55BC9BAD251874B9A6 /* FirebaseInstallations-dummy.m */; }; + 282E50864CE1F268457709519B15F786 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 2163CABF895B61AFD58F20AC43A5E156 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2841B2C5241D11E80306CACB20C97080 /* ScopedEventBaseThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA885C5760DCDB146970178DB69E9505 /* 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"; }; }; + 284C633C16F53C06D956B6EE3B897FB7 /* RCTGIFImageDecoder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0F1F0F527898791165307E7632F8FA7B /* 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"; }; }; + 289F82B9D9CC733CF516CE978A6681DE /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E681530523A2E1AF2D7DB8188013E5 /* SDWebImageCacheKeyFilter.m */; }; + 28C565FC0E8D02360A1038511BF27D3C /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F50EF7FB6A4D65E0A9F605CE864C7810 /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 28C78E22D8E13C7D5E5C641339C1BA3D /* StorageGetters.h in Headers */ = {isa = PBXBuildFile; fileRef = B41D1E984FC5E1068BF697829E458556 /* StorageGetters.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28D3A285EED79D99FA7CA312F3E5FD66 /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 65AE1E5BFAA7E1B4968145A55D975577 /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28DF91093A658808C8D8066EBA349EE3 /* React-Core-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C5136D99304C443FFE4293B4ED9051D2 /* React-Core-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28EF1019043D4B3942EC05465D7B0BC7 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FDAF1A6C6635E4BC457E5F870F8403F /* SDWebImageDownloaderOperation.m */; }; + 2901D4D184416A31B2D4B5E9560E5CDF /* DiscriminatedPtrDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 58A960F02EA48308561805CE1E2E6946 /* DiscriminatedPtrDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 290A99823485F8C7D6009F2B6E67CF29 /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = B14692EC2E16C44E9ED3787F31E20FB9 /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 29130845ABA5B83F68573D29EDEB818D /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DA70BAC5305D97C3320C0A2E8DAFE41 /* 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"; }; }; + 295DA493E43DE336A62AB4793A1B16AC /* FlatCombiningPriorityQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B14B9CFA3780DF6B2265B098100C7BE /* FlatCombiningPriorityQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2979E5AFC71466956DB6CA9A7AB540B9 /* GDTCOREvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 401BDF6362940B3D12758B9FB59EA128 /* GDTCOREvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 298BFC481D8234C1D3DA36EF92ABBF05 /* FBReactNativeSpec-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 05DE5D933068276F2D0A40944B7E3ACA /* FBReactNativeSpec-dummy.m */; }; + 2992A6A8C3F6688EBD8BF8C749DB1C90 /* muxinternal.c in Sources */ = {isa = PBXBuildFile; fileRef = 298424DD629B61A6333BFDB8F18DC772 /* muxinternal.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 29B2483A719B573A5C4B077D363ACB51 /* DrivableExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 70E466B7FE4F205EEEB3791DE5EDEE2E /* DrivableExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29BB43261A004F7E6B1CEF441637D154 /* GroupVarint.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B10FEB694F42D8715B852E801020853 /* GroupVarint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29E218628AB4F1CCD21A650B478BEE23 /* BSG_KSCrashContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 09CF9AEDB2D67CF2BA257F239D7B69FB /* BSG_KSCrashContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29E6EABDD8B03493CA517B15E8C6F735 /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BD9404198ACFF324CDE692D73C9BA89 /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A02A46AB5EC404D623FAD83AC4075F4 /* FIRCLSSymbolicationOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 37FF2754D2C1140542EF0E0488E7DC13 /* FIRCLSSymbolicationOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A0EB32F6FA10184B06B6FD38AB20858 /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3409BBAC31AA828C98A07EA2EA5557D /* 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"; }; }; + 2A257AFE49715E072AE8A45AB7D4B3D5 /* SDImageWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DE1789BF3B4A9AD89F6F81B0A44267E /* SDImageWebPCoder.m */; }; + 2A35F5CEB763D1B0F8B7D91C853C55FF /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 934BD086275DE609568E0F3629E3A187 /* 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"; }; }; + 2A493B365180564C43897233FB469DDA /* RNCSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E03D10085845859037FDE557D955492 /* RNCSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A49655B6F9CDD90A274E2A9297718BA /* AsyncSignalHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 47766921FF987607582CD1AE92F7567C /* AsyncSignalHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A764E476545DB200C26A550C6F9C0E3 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = C82E99FC7D9A4C48D097ADA2AFF701A7 /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2A845F20F07322DC6B4A2831610C6AE3 /* EventBaseBackendBase.h in Headers */ = {isa = PBXBuildFile; fileRef = A1EA903002E5E70C831C7C1530C59CF0 /* EventBaseBackendBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2AA511BFE6E6DA363E500CC1EF6F515B /* Pbkdf2.m in Sources */ = {isa = PBXBuildFile; fileRef = A64C80047C20AE9B7E8E1D6258107058 /* Pbkdf2.m */; }; + 2AB3C8BDEA4431381F8C4066634B1796 /* Barrier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 80F25178302A6278016FA160273286CA /* 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"; }; }; + 2AE562C36E354CAAE078240A17BDFC34 /* WaitOptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D9CCA827C5C25020AA6B383EA3869E6F /* 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"; }; }; + 2AF8FA27F6F7D973BA41558473B00457 /* EXFilePermissionModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 173ECCAF5BD1275693A8D58B255B35D5 /* EXFilePermissionModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2AFC37541231CED8517904F21492224B /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A243B6778BE1B5AD290943DAFD2F1B8A /* 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"; }; }; + 2B0C829BD38CB96A21546D4C9014B412 /* ResumeIdentificationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D52422309D9F61EE651822F6D066250 /* ResumeIdentificationToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B17A882D955D4800EE9197F9264EE62 /* BSG_KSSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 61ED339948C6EC9FF4EA1FF7945C49FE /* BSG_KSSignalInfo.c */; }; + 2B29493FF59BFC4BF97C74340C248A79 /* Base.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EFC624E63166FB123052E3ECC6DD609 /* Base.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B59A79E67374145F9D54BFA17FB97FC /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 521C7713B5E9159E3579A32A643BFD2A /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B677503BFADA3F8B8F6678D52C96401 /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E5DB796F5014B648C8FA2862E6263FB9 /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B72D7281849A8393A5DDB3D650D75CA /* NSError+BSG_SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = 151C5E5BE70E5A52A62F2D51F5B1B9A8 /* NSError+BSG_SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B775780068F4A68C3A7CB09C37FFBDD /* RNNotificationCenterMulticast.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A721F060C171DB51491D76DD7970AD2 /* RNNotificationCenterMulticast.m */; }; + 2B7A7110BB62A3D4DFA99814B3624CA4 /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = F6904D78DB9094098E6C65587921E5B9 /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B8AF85EE47FE0217FC86EC9DA180B48 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = B447192682657AB74EE32A9AD64944D0 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BA69D9D542370C30F15F680DA1AAE7A /* QBImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F2724C404896A551077B6C5C0F16121 /* QBImagePickerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BDDFA3968F57A67D983A59C9C123527 /* PasswordInFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE9AEF92B8107A2D4C99F4F509E5717F /* 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"; }; }; + 2BE6E68A9E329D17EFE0ADF30F7EF48F /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 5519B6405054D1CFFEACA9FBACA42B01 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BF312B565EF8AF71C95934FC36203AE /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = AF0053C02A58B5E7E91640F59707DC9E /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C074D7837B9F0005432D54ABA023AB7 /* TcpDuplexConnection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CBB0609C3A479080E60A786ADCE6E206 /* 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"; }; }; + 2C41C8284A9EFB91796580B827F0E057 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B03C024FE3B10BC6AC0BDE31AFBEB4 /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C68141DA36B515B1A3C14094A05954D /* AsyncGeneratorShim.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AB6C05773C5C9AAA313685CB07DF54 /* AsyncGeneratorShim.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C6BF244D224C9ED50201A16AB31F233 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = F8966AB8B2CD404A9B4687AAA7C1EB5A /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C6E32CA8F2CA662E3C635E6CEB529E3 /* StringKeyedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 96D07ED60474179DBAC26F50A11EAF64 /* StringKeyedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C6E97513A2D9DE144665BF813001F07 /* idec_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B77D89D067994E06FAE306121EB7C8E /* idec_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 2C78AEDFFD32BEDF9D4AAD7441D70CDF /* RNFBAppModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F25F388125F009AA46F4242E88F4922 /* RNFBAppModule.m */; }; + 2C7992BAE0A81BD190A9841B4F5DB861 /* SSLOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = DE1F629FFDCCD91772A51230EB08CA81 /* SSLOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C7CD02757F50746084DE37EEDD96B6C /* Log.h in Headers */ = {isa = PBXBuildFile; fileRef = 7825DAC457D499958684BC93DEC366B3 /* Log.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CA999BF6BFCDB7BEDEC9ABB60385BBE /* IPAddressV6.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E3F59488AFBDB3D08591181D5919F0D /* IPAddressV6.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CB6213D090F803B4D049F127D9D0CF9 /* contents.xcworkspacedata in Sources */ = {isa = PBXBuildFile; fileRef = 4D8356BFF1244F0EDF613C933C101038 /* contents.xcworkspacedata */; }; + 2CE163ED3117BA5498D6B5918D706779 /* RCTStatusBarManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 06650164322937D65716F7A2C24EB589 /* 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"; }; }; + 2CE237017D837F33E923A81A0891D469 /* CodedInputDataCrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = B2BE78258913F2941F573118BE0412E7 /* CodedInputDataCrypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CEBACF9363F875910F730767C686063 /* RCTImageLoaderProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B0B93307205F5F86E3A7BE07E1D6C40 /* RCTImageLoaderProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CFE5C945B5A413D70F236F869A1FB42 /* TurboModuleBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 75090E4ED475EC634081C026E2BB60A5 /* TurboModuleBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D094D54563FE070CC15A46D09EB08E9 /* FIRCLSFeatures.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A758AA9DA4EF7A791C9EDC784D8CBAD /* FIRCLSFeatures.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D14054006EEF15A80675EC1C1EC2D77 /* Throughput.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C0A9B72618072B9B714F47C14505594 /* Throughput.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D16A6FDA092BBC9410F1BF81F90427E /* EventBaseLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B8C26F97AAF2E2596F6610A4E90BAC1 /* EventBaseLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D38C57F74D8B961E43ADD59F09DE692 /* RCTLocalAssetImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2273D9E917E983B11A2DB7FD09EB307A /* 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"; }; }; + 2D559D0FEC13E57BB19192F22DCD2DCE /* HazptrThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = E4361661D096DA2D2A406A964264840E /* HazptrThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2DB236D8916D7BACECF324AF5165D4A6 /* QBSlomoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 745CFC87F29BC850356E63C9D74536D3 /* QBSlomoIconView.m */; }; + 2DCFC62A417C045F8F034AD667BD1864 /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 90E80080409EEA1DD36FDE032C2E105F /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2DDF2CC2DDA6B43F80AEF12C47D5D408 /* EXImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 89E335C955F514AA6EF40DF66C61989A /* EXImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2DE5851C32276E5A115362D3A94F45F7 /* FLEXNetworkRecorder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6806C30C797610585C83520AC082F940 /* FLEXNetworkRecorder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E00B1B2C7BF3736BE40EFAF8F90F7B9 /* UMReactNativeEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 92987B093A2E5435F1C2431F22CA12B7 /* UMReactNativeEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E0AD524F9A295B5C40CF9B2494789C8 /* RNFBCrashlyticsNativeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = CCA38A32652DAA3BFB4EDC081A3AAA1A /* RNFBCrashlyticsNativeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E175864082CAE1492153921B6B06DCD /* RNConfigReader.h in Headers */ = {isa = PBXBuildFile; fileRef = C04B9DD0B3FBDDC29D7016B57E6AFE3E /* RNConfigReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E47FFC3DD25EB33E75DFCABA121E038 /* lossless_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = F645941FFCF6AB09BB12FEF19CFE33AC /* lossless_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 2E5DE35F575F07D158968BB5E3F9B9EC /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 104E28CFB383367D7AD0D5C85CCC47DF /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2E89DA0F50C6CAC13A6880ED8EB02A7A /* Codel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61FEC4E61E01CDAD2A15D256DD196A8F /* 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"; }; }; + 2EB0A5D3144A0456F8B498DFCE4E52A4 /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = 465A1829A8D3CEED3C7FE5144BBF88C0 /* 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"; }; }; + 2EDE4006B230A42C784861B62041F5A6 /* Poly-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = A3C488B1F8F045D1D12451A465BB2E55 /* Poly-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2EEB78A83ECEAD10D171389313708A74 /* TurboModuleBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F62C15DDDBB5223C5813CC7A54612249 /* TurboModuleBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2EEBF9EAFB2FE8BC388CBBBA43C33868 /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 66B2CD51535803FECE048233F90B589E /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2EF0D4793390118C0AB1C33B715F4905 /* TypeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 41E985352108FC439E82894004EDF074 /* TypeList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F0572B89DC0FCF6449204A686CEFD23 /* EXLocalAuthentication.m in Sources */ = {isa = PBXBuildFile; fileRef = FE0CE0ADB1974BEAAC3A64384E173D7E /* EXLocalAuthentication.m */; }; + 2F5B57F2CEEBF76788AAD9313D2F21BA /* Retrying.h in Headers */ = {isa = PBXBuildFile; fileRef = F0E34845366B28F41FE9BE680D98AE81 /* Retrying.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F71A2F4140175910C1CDF5D6A7BAD1D /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = BE25034A9A0FC646A6AAAAB8C7691514 /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F79C512BFF6258B46B2DA6CF1B3FD61 /* GTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BD6BAA94E4D91169EC822D2E0120BC6 /* GTest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F7A0A745A555019704A48B74A6C489B /* FBLPromise+Wrap.m in Sources */ = {isa = PBXBuildFile; fileRef = 975382333964F7979D0CBDC121FFE541 /* FBLPromise+Wrap.m */; }; + 2F7BEE2B0414D2430FEBDE422D82E716 /* RNSScreenStackHeaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 2141E2A3E697F9393BDC9E9C72784317 /* RNSScreenStackHeaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F86D579DC1B3C9D7D492F9F5D927D6E /* Pods-ShareRocketChatRN-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BAED847E8A22919EDDB894F3B4C38BFF /* Pods-ShareRocketChatRN-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2FAA587282C4532457E1B4C17A049C42 /* RCTFileRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = A984BCBEBB244CB48505278C138497B4 /* 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"; }; }; + 2FB7E1DA7C1F741298E1C39F52C8E0CB /* YogaKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EB98EA9782D5D0A1CABC64A01415E3A /* YogaKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2FC4BD4AFFC25C886FEC52D9DEA246D9 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 2312B7782C14ACB4C8E0477114BC1527 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2FDCAC3D2B96C9F9DA8438DC9C1BC35F /* GDTCORUploadBatch.m in Sources */ = {isa = PBXBuildFile; fileRef = 93DBA208A5245B3A7AB1CE1E0FE00BFD /* GDTCORUploadBatch.m */; }; + 3017F656D41756C55FC87E722CA80CAD /* bit_reader_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 31038498E690DFCEE6EC3AA3C94B0BD8 /* bit_reader_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 301D2E22129CE165959DA9657BB1200C /* FIRCLSMachOSlice.h in Headers */ = {isa = PBXBuildFile; fileRef = F4EC378341B62280BF5BF05EFDE242D9 /* FIRCLSMachOSlice.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 303B9272CDED940987786CC8B042A33A /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = 283B6E4A456D223977E31944507FA660 /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 30478B7D4A74EDDB1197E17A41E1D80D /* GULSecureCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 89D4B88DF9711AE830DFC66427A76474 /* GULSecureCoding.m */; }; + 305008696A523904968295B624159BF8 /* TimeoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 887BCCBC56230FB64FF608EC72B8269F /* TimeoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3057E5FC509397FAAF420C82DDBE4068 /* Future-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 7229382BD8C866150717FB3223A02293 /* Future-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 305FB42357CF9623AFCF9A4B8F00B84B /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A5D2DC070C265293655E1F6742142A5 /* SDAnimatedImagePlayer.m */; }; + 309FBC1945C1E4FF86A90DAC28449069 /* GULNetworkInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 421F7BD88F04A5CC7F762F83EBEDC1BC /* GULNetworkInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30AF2D6E93A911F71242794946D8BA07 /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 347D5674B8C4D4940E895DE34152AB1C /* 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"; }; }; + 30B80FABC79F2D95031B00038FE75D2A /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A2CB108DF5E34B949B969BBFA881D22 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30C323D2559F3CB36FD4A5377C605CFD /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 04B0B47CCED53BFB5BFE630005353BFF /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30F4F59018DBA565E53E68597C11390A /* CString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 62B3EF168AEAEB364868B1D46E774E1D /* 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"; }; }; + 30F6999B58DC831FBE58C11AB7BDCB3E /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 790843EE5110EF3026CAAD7777A5330C /* RCTMultilineTextInputView.m */; }; + 311451F409B329CC973045F2BC9CDC0B /* Select64.h in Headers */ = {isa = PBXBuildFile; fileRef = B54816BC2D720F090D033D578D5959B0 /* Select64.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 311ECD87009CF4D7B1FA21BD9D694AC6 /* FIRCLSFABAsyncOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D6174A69249978BC41F8E46E1EC0F7C7 /* FIRCLSFABAsyncOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3154654832261AD04FEE3E1792EDDEF5 /* FIRInstallationsStoredItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C1B99AAD1A8D3DAF2E60CF6382BA5F9 /* FIRInstallationsStoredItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 315C53785C8CBF00DE6B8EAD4CA2951E /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = CFB50372BED5D529A5403846C461FF74 /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 318DC31A06296D45DBD8198EF0178664 /* RNRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 68ED6A2AD10A8FCF72FCB868C8FFE0E5 /* RNRotationHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31A2B597AA17492026482C3FE76F8714 /* RNCCameraRollManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A409DFBEA3069016A4F14C62E51C22C8 /* RNCCameraRollManager.m */; }; + 31C9C28D1D271197565CAB47CDD68212 /* EXFileSystemAssetLibraryHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F3A7279970E6BBA654093D977E66113 /* EXFileSystemAssetLibraryHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31CCC8C3C472232D6F73F3650DC65231 /* SSLContext.h in Headers */ = {isa = PBXBuildFile; fileRef = A4B073A36066A06538CDB71A67ABEE0E /* SSLContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31DAE53CE3B5FDF5A25525538FBF0B72 /* SocketOptionMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 56C0A80DDF08729F7F451EDFD5906063 /* SocketOptionMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31F04F4FE4EB6B21D74289B5EF39CE4E /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 692EBA62667C14C63CE10F85AD9FD0A5 /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 31F8D042A417EC0DB4D475D3DB777D78 /* ThreadLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = CB279D51E819B10119A1B0C366D297D1 /* ThreadLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 321351F8BF0150B7B1F74E50E9019579 /* TypedIOBuf.h in Headers */ = {isa = PBXBuildFile; fileRef = 253ED86E48FDF8B42F35207CF8196ED4 /* TypedIOBuf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32230F8872A43D9A898821E2FC5EC501 /* RCTAnimationPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1315C6496E8ADBEE7F8F97344CD062A5 /* 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"; }; }; + 3234EB5B6EECFDCE7913592CB8C90B74 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F50F92CFD47CF60BB871D690845EB1A /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 324033836DF846FF99CFF03BE26C193C /* ProtocolVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 839404ABEA2F862B694C686FDD31A753 /* ProtocolVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3261E2311B5543A83F7EC3D9D28D0D25 /* EXAppleAuthenticationMappings.h in Headers */ = {isa = PBXBuildFile; fileRef = D586887D0900992E98AB4FB234C34796 /* EXAppleAuthenticationMappings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 328582D6D607AA16A6119F07BD7961E2 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EDECBE998AF87C1FE8D7BB6A3FF68EB /* UIImageView+HighlightedWebCache.m */; }; + 328D1851C07232048C99533529A0E816 /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 72715B1D86FA4D5B976C67EF562C31EC /* GULLogger.m */; }; + 32A4EF8E09B848C461511F561251CC0C /* SKHighlightOverlay.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C423B85C94F6C91AA028F3CE55CF32D /* 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"; }; }; + 32B3511CEB3EE46F7968A7634A29B12D /* AtFork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3A3FA15236C77A649C0389B8D33DA7A8 /* 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"; }; }; + 32B63F39F8FA38FE6A1F9EDF3E06D50B /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = DE0305C32E94D5576EE77AFF1247614F /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 32EBD5D6A4D8FF7E4E19BD097B01D7A3 /* IOVec.h in Headers */ = {isa = PBXBuildFile; fileRef = E8FFE8EB9E51A0FE6CC0F9A61B84492F /* IOVec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 330D3B869AB634BB9793BBDA8944ACF5 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 895787D58387A89EEA14CB8472D799D1 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 331940F8E45B99F68DE2406D63587502 /* FBLPromise+Do.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CF95E9ED6ED681B6C4E51AC2FDDEC12 /* FBLPromise+Do.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 332923757FC53A13D0A7C8374F1DCCE6 /* ReentrantAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 34552841937CF69A9B9EFC3F18DD6AA2 /* ReentrantAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 333727BE81A672146C04E15F6A2AC3C1 /* RNPushKitEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 441B63E1128647B8E5D0187172AB7D03 /* RNPushKitEventListener.m */; }; + 336BACB7F319AE1DB76BEA8CAAB5B8F1 /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD402FBAD5F7B8C881DF8CE180DA701C /* 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"; }; }; + 3387D2DA1D7046B4EBBAB253EEBC2E50 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = EBC68DF1037271B512D312888BB94BE1 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 3396F4FADF60B2E7B01BA755F2EF063B /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = DCEC9CDE5B422EDE6434C48E0ECEBD8C /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 33BD0254FA27EDD2F22654E1DBB7DDF5 /* SKDescriptorMapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5458E0FCDEF1D3556CB492E87E3AF8DD /* 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"; }; }; + 340F895337C1E1019F62DCB21CDCA356 /* RCTPlatform.mm in Sources */ = {isa = PBXBuildFile; fileRef = 798E15E8B123AFAFFE3528D1F1D5FA59 /* 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"; }; }; + 340FF29751802B7B887399679F9FFEE3 /* AtomicNotification-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A741951B6ECF080D830380D67E782C4 /* AtomicNotification-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3423E4FE99178CB3B02EB5E80BE1ABF2 /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FF55A0B6432B28EE4BA2160E3CB221A /* RCTBackedTextInputDelegateAdapter.m */; }; + 34341DE60E427974CD2EDD4DF8FE28EB /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = A8AA4DCA8E6C74B71167215B6FF0FBA4 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 347AB7BA7A135FA003A8E2C707A5B372 /* enc.c in Sources */ = {isa = PBXBuildFile; fileRef = C3D01C2802E267488AEA806BDF73C00E /* enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 347E3BB76A16626FA4E26B477BCC871E /* vp8li_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E62655523D58505E7530490914FDC9F /* vp8li_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3490D8521C14FC9911D33F1D92AB5236 /* CPortability.h in Headers */ = {isa = PBXBuildFile; fileRef = 806A5B0C6F992FE817F61C540A1D18A4 /* CPortability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34B5B887C7B414AB3FE6CD1820C6F32F /* FLEXNetworkRecorder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5BB27FE39E69C205F5F4A25C61C16DEF /* 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 = 1AC90634D48B18C5119A0327C495D7F7 /* Compression.m */; }; + 34DBC0C6E00CD3D05DD27591E15BE191 /* io_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 475A9675C5F602E2C21665F16B8487D0 /* io_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 34FACB6EAAF17FBDC8E24BDB56BAEDF3 /* FIRFirebaseUserAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E5F897A44F4F7DE1C6C9A9AC2AF35F0 /* FIRFirebaseUserAgent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 351D943AD2450AD56D21238EC5EC43EA /* BSG_KSJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = 87951D356194D75D168FDF46B3ABCE12 /* BSG_KSJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3524A6F091C5B793A3B11F534888F706 /* BSG_KSSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 787C805D558E8E6000335296D249C82F /* BSG_KSSystemInfo.m */; }; + 353AAD9B0DA27648008D204B1ED31143 /* Frame.h in Headers */ = {isa = PBXBuildFile; fileRef = D669D7480929B2D9899A4916A2B1B2BD /* Frame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3541FFB6E70FA048EE39A444F9065C40 /* BSG_RFC3339DateTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 226FEA8C59D37C8489FFE2C8F320A442 /* BSG_RFC3339DateTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 35796E3D5AE1DED7559A23D85CA14899 /* RNRandomBytes.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F705C4A668D63BA088613777A646CF0 /* RNRandomBytes.m */; }; + 359075749F982661244E466C577B35B0 /* FIRCLSManagerData.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A8E129A946A9515D6D884FFCDBBDA2 /* FIRCLSManagerData.m */; }; + 3592B3D4A8F2DDA56F56843C9975EDCE /* BugsnagNotifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D55D199FC30952891609DC13F1F90A5 /* BugsnagNotifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 35D190F7DD1FD0F765FCE31C343EC0D8 /* SingleWriterFixedHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E88B4B4F665986ED91502FE1EBFB899 /* SingleWriterFixedHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 35D88888B3700A1BCE679E9B9A5E00C4 /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DE8EB714916C2E2E26AD7D616979B2A /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 35DEAD70C948B4871DAD562D8D635E5F /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 84CE3059AC4672CFB97895E9830B761C /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 35FC61007393AFFB3644F01C57B7D289 /* StaticSingletonManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 279C30CED538D05237BF1E3D1BBE2DF7 /* 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"; }; }; + 360AEE5CDE716E75AF5CCAECC6DD6D69 /* GDTCORAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = A9183FF4539DB5A2A55A0E60C0B227C5 /* GDTCORAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36153F8ED16F228983425E4CCB9638EF /* RNFetchBlobReqBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = BB65DD9F66914041B0F1955A9D82DF13 /* RNFetchBlobReqBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 363092AA1D09EA9D75DC36F5F8B0398D /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9DEE3ACDDC48B4758CD2A2AE4845FD51 /* 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"; }; }; + 36376B9BC378D92F5CA7D1CF2F6DC02D /* TimedDrivableExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 4340F0DA3360643835ADC6B605C773D2 /* TimedDrivableExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36982312F903CE959B59663F371CA1CC /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AEC64807D8BD4133B99A6119BBC423B /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 369938373F13A81DD87C9D236173406D /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = D2C57C570879924C7F6A10A037E8D0A0 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36B358A11DCCB0C6CCB1E6ADC77DAF1C /* SKTapListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D7D1432D705D587E36177F0058EA0FC /* SKTapListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36D3C78DB596A6DEB00A7A4F8758DD90 /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5410537D320A75FDE924A4BEF0172005 /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 36EDAC3DF040C0DCB151B73ED698C35A /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = CC17D0860C5A0DB787C799CCD88FF85E /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3714618A84253944B6C803C88E01164B /* MasterPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = EFE04621758B7D5386F98E8CE285588A /* MasterPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37164CDD9B5362EB028CC9EE65489A7A /* UMInternalModule.h in Headers */ = {isa = PBXBuildFile; fileRef = CC6CF62D1907DC595957F3F43CF33C38 /* UMInternalModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37226C4E2D285EE0D7F8AF21220A0F65 /* IPAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E8BA7D36AF6D65D2349E2C0E8BB4033 /* 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"; }; }; + 372FA844B6F2CDB837E4F5A82CC8F75B /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = EF89E98219A03FC5F7E99E3BAD73EA1F /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 373F0400E31E06EC9D70F59328E1EE3E /* UMModuleRegistryAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = A74062065B2EC414FDE004DD2B3F4E77 /* UMModuleRegistryAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 375E3416852A4A79160ABA0EA57451DE /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2094769E11F4DF90CC5ED13E8077009D /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37734AB7D83FD080813C47C68C80D031 /* DestructorCheck.h in Headers */ = {isa = PBXBuildFile; fileRef = 457E1D9D3C5F10C35BE263F1EE16D800 /* DestructorCheck.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 377C3ECF9FEE211922FB2A5D08B1A6DD /* Benchmark.h in Headers */ = {isa = PBXBuildFile; fileRef = D769B10529CD820E6D6D7DE6E807B79F /* Benchmark.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3781BEDDD6EA12DCBBB8A70B05D7BD2F /* BugsnagCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = E817F88D6C44CDC7FAC1CA635192327A /* BugsnagCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3785A408115A6B24F393E5E10F746137 /* FIRInstallationsIDController.m in Sources */ = {isa = PBXBuildFile; fileRef = B2BBAF3C29EEA81E9F27D62F0A602A3B /* FIRInstallationsIDController.m */; }; + 37D3D4A4248C6E9E7054B826DCB62C4F /* BSG_KSCrashSentry_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = FE79B7DCEE8A30838E4F1648109C6F55 /* BSG_KSCrashSentry_MachException.c */; }; + 37DC58A415A0F0B078F07997B95E7FBC /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 162FC2437CF1B9E238827A439B723A0A /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37F9A6E64016355F5A71169EEAB75988 /* GlobalShutdownSocketSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 98778755E828E9A448C9C880B80685BD /* GlobalShutdownSocketSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 387DA80366C22FE445126287E606F2C6 /* AtomicSharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = A7D26B772B54425CA6EEF60C88351A70 /* AtomicSharedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 387DE596E2810C37AEFBD46FA6897C18 /* GULSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5592AB72676837B9CD3CA5C7FA5ADDF7 /* GULSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38966BDB95C4832ACAA2055A636A15E8 /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = DA4A7A196885281ACED01FFEAA936A66 /* Exception.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3897F20E0F0603D108F1423249B19EC6 /* FIRInstallationsErrorUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = CBCC9FA3A3C62CB1281474A856ED0190 /* FIRInstallationsErrorUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38B3F0E737CC636EAC3512A184547504 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 48293D420F04A20E45363524A1F82CCB /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38D3444A60D087E9D2673BC1AE142083 /* GDTCORFlatFileStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = C549F2CE54534A74F9B1F67BE6E0DCD5 /* GDTCORFlatFileStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38D774FC00C5B62AE6AC731AA591FD3A /* TLRefCount.h in Headers */ = {isa = PBXBuildFile; fileRef = 613465A64672164E2C57461E84CE750D /* TLRefCount.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38E4933BDBA105682989A6EF2BA90C2B /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = F603A5DB1812F632C190E914E3DBE757 /* FIRComponentContainer.m */; }; + 38F410AA9B127D8305A10662AC453C72 /* lossless_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 83E07788ED85AC103FD0CAAF8B05F382 /* lossless_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 38F7790EAEFBD13116D33E00DE1E8A3F /* MMKV.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FFA11DB93D3216F82AB037F6CF84CFC /* MMKV.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 390B4DC0B6F659B5BD045B585354CFBD /* FIRCLSUnwind_arch.h in Headers */ = {isa = PBXBuildFile; fileRef = D11C90B172DBE1F145CE61C8A7C561EC /* FIRCLSUnwind_arch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3946ABCFE8F38371909695919F01081B /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B54AA653DF35F3B04FE24B3F0F52D87 /* SDImageAssetManager.m */; }; + 396D2A75713581498DCD60CB5355239A /* Restart.h in Headers */ = {isa = PBXBuildFile; fileRef = 730610C4B61A4BDCA0C5E7649948C6CA /* Restart.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3972AE64B1E7418946BC2CE20E211574 /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 82E6707A97343A60D711194C63C620BD /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39A55A205FB18EBF37B6EDE9167ABED7 /* FIRStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = E05015B41FF385E060CB9A752B425776 /* FIRStackFrame.m */; }; + 39B55EBF968A1D6C42ED4D76B1484903 /* FIRCLSDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 71B5D1DF5B54E9D7A7E43CC2101BE18F /* FIRCLSDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39C7B8CBC7FF6C71A08118BE63C072A0 /* Peertalk.h in Headers */ = {isa = PBXBuildFile; fileRef = 17DF388685B510B7C511C9636DD2AC1F /* Peertalk.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A01C53B6974C87FB7D6343F2B7AECFF /* ScheduledFrameTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = B9FF7F138AB76F942022A194076EF0E7 /* ScheduledFrameTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A12EB2E4F659A01A8A938E52EA02D03 /* QuotientMultiSet.h in Headers */ = {isa = PBXBuildFile; fileRef = AE930B93FB31B3DE63C74F7790149814 /* QuotientMultiSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A1D52589C5F6CDFBC9A14EB108BA417 /* react-native-cameraroll-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EBD11BCB7B02DCD5C58E18FFEC1E5EB /* react-native-cameraroll-dummy.m */; }; + 3A25A0B031EDD3B74BB39D3AD8967E3D /* GCDAsyncUdpSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = F3EFE1742BA233A5E54A632041170899 /* GCDAsyncUdpSocket.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 3A51A443E2906CE79ADEE3B83147A147 /* BugsnagFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 50C78FE727879415BED6FF4F83486FAA /* BugsnagFileStore.m */; }; + 3A5DB1E5EC7C9DB692B411AC12981758 /* UMAppLoader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E148D540D14F581DAABE8F4A99F035A /* UMAppLoader-dummy.m */; }; + 3A758E4BB74593FC69CF6D1539496DC9 /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A39B90BDC1394F0C858F01D0039781E /* RNCWKProcessPoolManager.m */; }; + 3A96452A02D9B47615410247878158D3 /* FIRDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 24571006E25220BFC30DC08484183BCC /* FIRDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A9CE6A33C3E3B956CF4ECA3B3E3384B /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 00701BC95C41C1D335B58DFD2C986308 /* es.lproj */; }; + 3AB69594FD46CD50CAA872FD72BFBD02 /* RsaFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A03405233D4C30869593A81D90EB684 /* RsaFormatter.m */; }; + 3AB9B0276E5A72C5AC6103970FD0D5D8 /* rescaler_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = F8D22B8363FF7080ED8A1A9137E71A9D /* rescaler_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 3AD45C124773ECBF45B12422CEE8F2A6 /* BSG_KSCrashSentry_CPPException.mm in Sources */ = {isa = PBXBuildFile; fileRef = EADF7D811B7433724F62DCE7246BB8C5 /* BSG_KSCrashSentry_CPPException.mm */; }; + 3AEF0F6BDB4995D323D6D53A6CE2889D /* SKSearchResultNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 92105CDB8D2F1414C80EC1EFB68B955D /* SKSearchResultNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3AF8A5EC2E9A34E85A7EA7C46DF89EDF /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = C6351DD3C57B2DD3B30AE3BBA9EE2F0A /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B1400316B946D45B7A5F38D8B3F36A5 /* TurnSequencer.h in Headers */ = {isa = PBXBuildFile; fileRef = E4E15596EC0D8EBE618E9DDB954C9816 /* TurnSequencer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B141FA782065AE4795BBDB6F2BDC6E4 /* AtomicHashUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 87D71719543E9393B85DEBA2F5CFDEED /* AtomicHashUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B894FCBE494A56B522B87BECE5D410E /* RNLocalize.h in Headers */ = {isa = PBXBuildFile; fileRef = A16D42E72E7E713D27F703123DBA08D4 /* RNLocalize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BAB362419D1AC00845389C6ACFC7BB2 /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = ECA0D9486FC6C8123A4341B121321F90 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BB6DBE610A509D6038FC4DAAA43799F /* json_pointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FA86EE2B7B119ECBE3551CC5592C748 /* json_pointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BCF2731F9589E7182631A8B586F17FA /* HHWheelTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = CDDC732B31E8068BA5DE4DAD01D5699D /* HHWheelTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BD4A10CC166338D6C3D86C14257B32D /* GDTCOREvent+GDTCCTSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 46D4010C77D21230B3434162A48AC3D9 /* GDTCOREvent+GDTCCTSupport.m */; }; + 3BE00F374C0F19F36094700992F9D6FE /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D403325E291F56CA6849A3B62C87283 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BF2FEFA29673A6C00CA9EE3DED4EA5E /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 712E39366D8E0828AC4D8575DC076C9D /* UIImage+Metadata.m */; }; + 3C016F733C2F96A3058015F4D517D0AC /* Sse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2DFEA90283A41C18E6C440B154607947 /* 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"; }; }; + 3C321FFE8665ACA424A2078B81D321C1 /* FBLPromise+Delay.m in Sources */ = {isa = PBXBuildFile; fileRef = 8329C24DB5A165E35DD541F86C330A49 /* FBLPromise+Delay.m */; }; + 3C57B9928E0E9E9146182C7BB5615F19 /* UMAppLoaderInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 06793EA59B2717FDE75F173E16F08FEB /* UMAppLoaderInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C667969564BDA4E92B6E6E642DCE91E /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = AC170B1F7C656641ED40F779FE295278 /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C772F0F0D4074A208C0CE702C66CFC8 /* REABezierNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D2EABB3B4CEBD1B746DF1E140AEDAE8 /* REABezierNode.m */; }; + 3C7DEC79D39077473E41A50EEB0BB965 /* ObservingInputAccessoryViewTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D6D8275D628D556C27D86B56A6B76CB /* ObservingInputAccessoryViewTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C824DCA6918CB1113647A886B34E6C1 /* GDTCOREndpoints_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 84DA8EA64791C81A4CD613740F9D9BFD /* GDTCOREndpoints_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C8B10A69B4E610B8F728849CBF8CBD1 /* webp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 78C963925B11C2580B0D59169A0FD793 /* webp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 3C8D3504424E11229C9F4C2DE3F90EB0 /* EXAppleAuthentication.m in Sources */ = {isa = PBXBuildFile; fileRef = 32CADEE278ABE35DB224CFC3D9842D19 /* EXAppleAuthentication.m */; }; + 3CB15228F5C5BB593978500D54105CC0 /* ProxyLockable.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F5175D11625A9FB70BE4E83D05BCBE3 /* ProxyLockable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3CCF9FB978617150329CFFF79B28C969 /* RNGestureHandlerState.h in Headers */ = {isa = PBXBuildFile; fileRef = D552E7D8F565776C421AFD03A5849A2A /* RNGestureHandlerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3CE1D742436A80AD4EBA7930EC8EC04F /* RCTConvertHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D2869ABB09173414FC4EAA77E761049 /* RCTConvertHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D10FBEEA5E96CDFF5C03798B6436A5C /* BSG_KSCrashState.m in Sources */ = {isa = PBXBuildFile; fileRef = AE8BBFFF11AC3BC3BC2B3180F937455E /* BSG_KSCrashState.m */; }; + 3D2033AE6032FE384C82E6F166BCF0ED /* Async.h in Headers */ = {isa = PBXBuildFile; fileRef = ECAC2C81C8F751EE5A471C1943F936A6 /* Async.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D40E24FF5E996F2B28F40B94598FD06 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 00C2129F8FB802938E4C89E550B836CB /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D4CCA6EFA5A66F713D91F7EDBAF0EB1 /* ARTSurfaceViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C735CB61DBDA01472A9AEF7A90EB72F /* ARTSurfaceViewManager.m */; }; + 3D546C7CD1E09B0D2126E7F899E41F9A /* quant_levels_dec_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = AB0407F572B405B4CB787EA1DD5F0513 /* quant_levels_dec_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 3D561E4644A87218F172CF1C567BA113 /* RNGestureHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4306CE9633756319094C4B07C425719E /* RNGestureHandler.m */; }; + 3D8B4C246827A24CDA6FD753E169F2B8 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = ACAA329921DF2A5D6E42582FDB345272 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D9A9C98302AD02F0517D4F51C4F7926 /* Sha.h in Headers */ = {isa = PBXBuildFile; fileRef = FCC1811666148D0BAD00D21412AB731F /* Sha.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D9F283EE735E065CB07E9FEA2461B2C /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = D58B72BA8C02D8408CD9F1A2B2036614 /* 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"; }; }; + 3DBB4DCCA41F65704609D8B04CA30C7D /* huffman_encode_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8041EC70745689A190A3226356F2D6B0 /* huffman_encode_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DBF0B1794E8EC922CAE59CA4626EA71 /* SoftRealTimeExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C0D6F8512BB71956140E7C30A28A7CE /* SoftRealTimeExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DC10E85C43E6AE4727989B6DA856A90 /* RCTAlertController.m in Sources */ = {isa = PBXBuildFile; fileRef = 827FCE3DF0C9E19B98CE51D13FC94F17 /* 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"; }; }; + 3DD1F2D840D53AA40C53605E4F9BDE15 /* CancellationToken.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 45CBEAD5BEE39AD29C3DA24D63BC9BA6 /* 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"; }; }; + 3E23CAFBDFACA269ED9E21922144EC03 /* Fcntl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCB9D4432C9B876A62167DA482B5BE25 /* 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"; }; }; + 3E31801CBAEBBC04A48294454E1CE7D6 /* F14Set.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F580AB1E7A15DA2F251BB1964DB2F1B /* F14Set.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E332441A3BDC6BD49AD29F8ED80C15D /* AsyncTrace.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1F52FEA29300B13CE9DA93F3217D8566 /* 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"; }; }; + 3E3A0A59E9FDECCB4313D8C3E6132327 /* FIRCLSUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = B520C7495F75FA0E7D75B9829E4A4024 /* FIRCLSUtility.m */; }; + 3E51F583F56E2441F959F4CF967CC5CE /* webpi_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = F2BDD2B7D1D8369CE393B440F6BFA2A2 /* webpi_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E5DA863C736F0729986A77E2F66001C /* SaturatingSemaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE1A7940FC56B221D23F57BC987BAC7 /* SaturatingSemaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E5E856A83C510D7060A76BFF8D5892E /* VirtualEventBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 807602A05F5EF9431C771C53BD1DEE39 /* VirtualEventBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E6FC3DAFF8EB72DFAB42F5D76548FB3 /* SKObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 722DABF605073765A54E53B1660AB998 /* 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"; }; }; + 3E7BA51409A3F68E1BF82AD8E5B7E560 /* vp8li_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AA0F3E5A378532E351694529284D3CF /* vp8li_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EAACC4A1CF6E6A6BB4E8DCEF0FE4197 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3575A91A667D220742ED7C912B15AD57 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EE8D55597A6053A763D29958D5F4DB5 /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 616905834403CF94F915F186C92B753D /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F0D14B8AC2D1643F918523185F201A2 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 75ABEFAC2544B597EBE6633666B80A5F /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3F15D48B264B310C3AA780F743BD40A0 /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F0ABBC63882336AB191B46B3D4FDEFE /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3F16318A21AEC27F968BCF6F945C862B /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 2537503694AFA784AF0C0A681C3F44CC /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F4C70A13A7AA958AA60E5286233A453 /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 893BC524E08B5FDB1C7AA695662F1A6E /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F7C6D11987DBF6BE7D1D559465C42BA /* MMKVStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CDED2152341750620A02C833AABBF94 /* MMKVStorage.m */; }; + 3F7C9E61C9A1E45F095621DB37A9EDC1 /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = C57E22AF8E4E54FB0C2E7353C24070F5 /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F8579752B3E4046661D8DB9B5790836 /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 463B3EDE02AAD4F98F195C07A1B3D941 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F8E6D0B1952156AF08505C29A8DD8CF /* GDTCORUploadBatch.h in Headers */ = {isa = PBXBuildFile; fileRef = BAD1696C02A5167A4FB836306A736704 /* GDTCORUploadBatch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FC7D73EC791AC2B4E1042A342D75BAC /* Allowance.h in Headers */ = {isa = PBXBuildFile; fileRef = 51F9F8E1C33199E46CC00F0096C39038 /* Allowance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FD8DD686660195E29A8B8F0C1D5BD9F /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = A6638487FEAD33A18F9D46965E2D9EB1 /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3FE8450EF3EDAE9ECFCF3F8DAFB614B5 /* FIRCLSOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CF80E629F6CE01B7C7F27F3B66803DC /* FIRCLSOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FF02BA351A72DFAC1F254CCDC586401 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = F5D062B7CFC72F00AD43C2AADB6AF286 /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FF3EE160615C47783D57E1C10723A13 /* TOCropScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B4A5160518025443FC84329515C9D47 /* TOCropScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 402C33D69E8E3767E767CB1E0FDCFB90 /* UMModuleRegistryConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = A76C333545D12009A6E55DC9C9A48EDF /* UMModuleRegistryConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40312EBE687A5AFC141EDDCDFEFFD743 /* Builtins.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0E2656161B5156568AC42711D1BD7850 /* 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"; }; }; + 4037E8EB9CB8DF157E0460AC65C37EA4 /* SDImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = DAE145DFF633070599C1A545C014D2CF /* SDImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 403FE10C0E6B70C131C887BBBEB4AEAC /* FIRCLSBinaryImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B34F1ABC91E3D3216F9B22B183987A6 /* FIRCLSBinaryImage.m */; }; + 407467F669BA4BD98A5AA48C5AE5CEF0 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B5717E669575B7D90A613587C953DE3 /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 40B5FD30347255E3BCE18EB7A331BF5B /* EXLocalAuthentication.h in Headers */ = {isa = PBXBuildFile; fileRef = E836174FF753825CDE833E8ADFE00731 /* EXLocalAuthentication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40B89BDA08CBFE57517C6B5940DF69F0 /* FIRCLSLaunchMarkerModel.h in Headers */ = {isa = PBXBuildFile; fileRef = A272424B0218AAC68D202A39B9F384A2 /* FIRCLSLaunchMarkerModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40C1571F73F8F2BCD58BCBA631F172A1 /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D98CE773E102FDE8D3463D6996E40F0 /* 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"; }; }; + 40C733AF0B35FFCB9C8EAD7741BB6840 /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = AF06FF1EF1B9E032F438A7635BF0CC1D /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40D5815941033303FEB196638FF98BC5 /* FIRCLSFABNetworkClient.h in Headers */ = {isa = PBXBuildFile; fileRef = EE2A78341A5E3F614C53BE783365DC6E /* FIRCLSFABNetworkClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40E91CFAD37711541A8DB9B255877031 /* RCTDevMenu.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9429FCB0CD7F5E66854403E622138720 /* 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"; }; }; + 40F48D8687E2F1CA6D7D3598F723AA55 /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = A20E30A001F1DEB120E0F6927602C2FE /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4109BD9812166214101C8AD5B0C91CAD /* Checksum.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F087D0B32726FC9CA93EEDE7B47E111 /* Checksum.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 414863BBA15E83B4C2E3EC925123C734 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = F72E8E6136B42C6ECA5689A9D0EB455C /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4158339E9EB303074EA38D56F2D4C37E /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A36651A160ED5E27BF2EBFE6024407C /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41B5B13B8DB8BF2239DA9320522C6A89 /* GULKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = E9B477A8524B6BA461A3A2A3C79CBCBD /* GULKeychainUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41C0937192C286FBD603C91DD8888957 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = 67B53DB9DDF1AD5CC07785DCF20E80FE /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41CC34364001BBDA02DC4C8EC41031CA /* alpha_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 80C4C138E0D0FF7FAA8324C8766DC772 /* alpha_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 41CF529652B2DFC47E12BA08013F762C /* RCTTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = CD6837F39A06251A8DC338892D05B898 /* RCTTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41D12585C0B84C82BCE9DB966C19333B /* REAStyleNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E5A5AC279A21A621EBA41728DBB9C81E /* REAStyleNode.m */; }; + 41E400AD1889A376A264B2970E070011 /* BSG_KSCrashCallCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = 36883DA8E4815E187BDFFA3A289C333E /* BSG_KSCrashCallCompletion.m */; }; + 42008FFDC31A35E37B398CD567599C60 /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 85B6D56B5E3D5B7694DCC6F8624C5F88 /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 420BC8AD90AD446497009EFBABFC816D /* FIRCLSDownloadAndSaveSettingsOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 32B0D73C3DC5D3483B556D225A90829C /* FIRCLSDownloadAndSaveSettingsOperation.m */; }; + 42283990CFCC12C4DE5FEED013710642 /* OpenSSLHash.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F81099637057B3C0C81C9EF959627E1 /* OpenSSLHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4247FBE9313CB49741C3553EC1052F44 /* StreamResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F31FF9EB75D8FD46BF7C1FABA1BDEE65 /* 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"; }; }; + 4248820C18D11ABC3C146A4D5154C44B /* FIRCLSAllocate.c in Sources */ = {isa = PBXBuildFile; fileRef = 274DBCAA64624AEAFD1422FFD80BDCF3 /* FIRCLSAllocate.c */; }; + 425A77DC42C460EA51D519A6F002C2C6 /* RNCAppearance.m in Sources */ = {isa = PBXBuildFile; fileRef = F31840965883EECBEC12CEE78559CB40 /* RNCAppearance.m */; }; + 426BE8C7DC428C09A055A4824E261931 /* ARTSolidColor.m in Sources */ = {isa = PBXBuildFile; fileRef = FBDD9203EDEEA17AD534A447228D559C /* ARTSolidColor.m */; }; + 426D5862ADC48F2A91F65AB283F2133B /* FIRCLSAnalyticsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E476AB85371E644CD9D5DAFD7404E93B /* FIRCLSAnalyticsManager.m */; }; + 4271FFC4CAE4CAAFE6AA17579D73B36D /* tree_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = F740A2A5FFB8A074E2B07D79875C093C /* tree_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 4279CDF57A9D98AD6EB8413849EEC839 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 2163CABF895B61AFD58F20AC43A5E156 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 427C0670A315434C7CE8E3A10C97CEF5 /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E0C6B923CACC0C2C99274895993E98E5 /* 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"; }; }; + 427EE553E28EF10684BD563CE0690373 /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = F5442DD33054B362F63E0B4247B93F54 /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4285CFE97DDDC37E46B7F6A738AF453A /* FlipperKitNetworkPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 264B8A6B9FAC60699A27FF0C98C78248 /* FlipperKitNetworkPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4292DD6A017267473E88ADC418686A62 /* Varint.h in Headers */ = {isa = PBXBuildFile; fileRef = 33CBC8C18A70760B3D2931861C4BE915 /* Varint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 429D5AF22C1503EE67F12B8CDFC7824B /* react-native-simple-crypto-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 533B676B3881AED81C65D87B15ED2783 /* react-native-simple-crypto-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 42A1F7840878E170123F108A3FFE0252 /* CodedInputData.h in Headers */ = {isa = PBXBuildFile; fileRef = 20FEEC3E7930BD2C65217FBE012B1E4C /* CodedInputData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 42A3B315F2BD4D64A3E5B18C97D46B9F /* SafeAreaSpacerViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 96B5978FF2E4C4BDE555DD16FD3A1882 /* SafeAreaSpacerViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 42A6FD4851B31D7B6C1CDE0EC4DECBD0 /* ConcurrentBitSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEA376E24B10D77703358B5CAAABC98 /* ConcurrentBitSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 42C0ACA0EC533F80C02E5D35F4690AA7 /* Yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 980F688F126B28D89B9869080DD7DDB1 /* Yoga-dummy.m */; }; + 42C73DB8414C21F889D25701B156DFF1 /* FBLPromise+Validate.h in Headers */ = {isa = PBXBuildFile; fileRef = 896671DD1E210A8B2997D194587A459D /* FBLPromise+Validate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 42FF2861D381E4E6636B147647E28D03 /* EXConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B551D67252CD39FF3BB2AEA0AD3C91E /* EXConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4305958DE1E0789DF2120E833F50E6F0 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 57FDD2462C16AE8F463176301ECFD9A5 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 431B6B3850AF41E813C0D17D4F4AF54C /* RNGestureHandlerEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = 9944E262915445968A452BDF3E0D1325 /* RNGestureHandlerEvents.m */; }; + 4344135221A55B0AC49FE49B087F17D8 /* KeyValueHolder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24E3C0706028858C47FD7F11974BCA67 /* KeyValueHolder.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 4371FB165620E0E2305D3B3E0C94AFFC /* ParallelMap-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 27081BAA2E11A3BEBE87626985414562 /* ParallelMap-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4375822D72A40FAA47BCBCED9D7DC245 /* FIRCLSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 0ED9ECC0D792B034CAFEC1DEB9B287F5 /* FIRCLSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43963F98EBAD794C67C6A323465BC42F /* PBUtility.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27F39E544AD1F4444E65E10189D13AAE /* PBUtility.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; + 43A99863BCD96E329797D033EB184B4C /* TOCroppedImageAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = B44743590BAC4A10D9BD7A070AFABDFD /* TOCroppedImageAttributes.m */; }; + 43B84069BD4A6B4FF44802448A25A011 /* Log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2B856F8D924A50EA9DF6D5F1C17617B /* 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"; }; }; + 43C3047E22596483B740DE379F84D984 /* DelayedDestruction.h in Headers */ = {isa = PBXBuildFile; fileRef = 5975F367006A30C06F42CBB4E483B666 /* DelayedDestruction.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43C8FDAB89F07FCA55170BAFF894B92E /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3679FD823F7BE55AE562F9E3E38CB040 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43D2675841DBD71B5081D58FBDA49302 /* MallctlHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = D8DA0C06D58720F40346EF3BE67FA288 /* MallctlHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43D838A040A59E65EAD38CB992AA5F1F /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5194EB975720F9E9879C99F4F096BB96 /* 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"; }; }; + 43DB8606CA7844566213482E3AC0DBFC /* ClockGettimeWrappers.h in Headers */ = {isa = PBXBuildFile; fileRef = 06EC0093D8FB9088CB7ABF02D97E8992 /* ClockGettimeWrappers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43ED3671E791340A24575A2BCCBDB35E /* SKNetworkReporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E7F3302282AD73412A5DA4EC6C7D90F /* SKNetworkReporter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4409AA9931E5AF9D9BEB05B2F5AE2E80 /* EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = F914107AD36D3211057C50C73CDD5C61 /* EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 440E1E4B5A5C111EAECFA6EAF855E5B1 /* TcpDuplexConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1560AD597FCF863C00245E15C9895935 /* TcpDuplexConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4413D5120FEC236052CBF6F01D42FE42 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 3171A75E93AF539A173441A8F040392A /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 441807BF25D44D9142F7835CCEF37D5E /* UIImage+Extension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9826A6E37D2FE63402199F9D57602A4E /* UIImage+Extension.m */; }; + 441917F92BD2A1CCB950E14CF5D524A7 /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 384C074FAC9DC17D9DD8414B44C67B31 /* 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"; }; }; + 441A82789CA0C680087A8A690BC04EB3 /* RNFBUtilsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = E992AAD283F574CB5D997ECB6B3C0AA3 /* RNFBUtilsModule.m */; }; + 442A9F3F5102B23A2525348D1712C3EB /* RNCConnectionState.m in Sources */ = {isa = PBXBuildFile; fileRef = 4591B9C3537E338DAAC2D0BF386D7E03 /* RNCConnectionState.m */; }; + 444B2D9D5901259FA73AB5EE80211C44 /* TOCropViewConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = A1109A66106F80653B4A296CCDECD69C /* TOCropViewConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 44510961ECF529644634E3505FACC3D7 /* FBReactNativeSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F7F444F743E935D6C3EEC1126F0E51F /* FBReactNativeSpec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 44649B4D179A6D95CBFE298A21ABDAEE /* DeviceUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F5F2E10C8C3C12DDC6565CBF5E20CD2 /* DeviceUID.m */; }; + 446EA46207436337935BAD03CC130BEA /* FIRCLSUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = BB32CDFE191FEF1EBAD119FB10CA49BF /* FIRCLSUnwind.c */; }; + 4499F682B7B571AD8CFFC9346B2BC24E /* BSG_RFC3339DateTool.m in Sources */ = {isa = PBXBuildFile; fileRef = A88D935F8F252FCDD43ED86C32A72835 /* BSG_RFC3339DateTool.m */; }; + 44A2C2B77D6697AF9C075067D181128F /* RNDocumentPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 15E9864ABA3BBCBF788760B0CB697D4C /* RNDocumentPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 44AC41D52C542249F84B5AB7BD047393 /* FIRCrashlytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 7137179175A491EDE1EF509DF7504106 /* FIRCrashlytics.m */; }; + 44CF6189BFCAA6670BA9E51667B8E4C2 /* FBLPromise+Always.h in Headers */ = {isa = PBXBuildFile; fileRef = 50ABCE17504CBB6C95517AC5BE0F5CDE /* FBLPromise+Always.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 44D02744C7E4FCE675CF28DAF35FF1F3 /* IOObjectCache.h in Headers */ = {isa = PBXBuildFile; fileRef = CF4C8143FAFCE9F197E12ABE9617FFFD /* IOObjectCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 44E45A607DB236E95A5F4D73BE6FF44D /* BugsnagKSCrashSysInfoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1934AEBC032FBE7AE3F14B807C110F26 /* BugsnagKSCrashSysInfoParser.m */; }; + 44F9DA704B6A0304F8B0AA57FA4EC279 /* UMPermissionsInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = F231A1BA3BFD6465F7B42C9E7985E7B1 /* UMPermissionsInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45027211520A83A43ECD43DDF3FB690C /* RNCAsyncStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 002E6788199E18385C5B416D83707855 /* RNCAsyncStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 454CFE74C4891A3AF316EB7A9E7FD588 /* ThreadCachedLists.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FAA6051D64BF55C55CEA0093ED844DF /* ThreadCachedLists.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4570671EF3E95DA395C611B8F651B81D /* FBLPromise+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = 222483B6FEAB4D2FA6B30881EC148C6A /* FBLPromise+Testing.m */; }; + 4579EAC53BFCFB69A9B1EE0CF3C8F64F /* FIRInstallationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = F5E56FAC2648A7780ED257D253C8EE87 /* FIRInstallationsStore.m */; }; + 4589FB9F4C633F5BC4F35A225EC04022 /* rn-extensions-share-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FA510CEDDF6EC628EF130F461DDB170 /* rn-extensions-share-dummy.m */; }; + 45AC17B28E4A52BF1C9867DF51771613 /* RNGestureHandlerButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B29D920AB7AB76159B09F3D6B01DEE5 /* RNGestureHandlerButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45B36E6C971F7A316A842376DB9214F1 /* ConnectionContextStore.h in Headers */ = {isa = PBXBuildFile; fileRef = F9863355C469976967D7EBD7172970A8 /* ConnectionContextStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45B9CE0BB23F27CFCF9CA7C1B868CAB6 /* enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 8DE41E1315C17F12858AE05CF7009952 /* enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 45C28417CEDB1260B235613D6D0A94E2 /* ScheduledSingleSubscription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E530166D1821FC33C463277917BB8AFE /* 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"; }; }; + 45D2A2BA6D7F5E8193A404735404B7AD /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 8279428435FBA7059F4F96896129E3D4 /* fr.lproj */; }; + 45DB695092EFBBF88F837E20A60D0042 /* MicroLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C380E03600EE8882C398BF68517316FE /* 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"; }; }; + 45DE61173BCAAD3F4F939C0CC4A2D930 /* RNFBAnalyticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 26387EBCF9E7630DEF2992BC5AB3D1F2 /* RNFBAnalyticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45F3530DFB66E01596959BB52FD3C6A6 /* FBLPromise+Await.h in Headers */ = {isa = PBXBuildFile; fileRef = 80FCB2AA8B95693CDDFE206E3AA51080 /* FBLPromise+Await.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45F40CAB0675F6B732FB161C31114C58 /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 104944F6F368A0771E9E74EAAE3B2915 /* 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"; }; }; + 4610E3B22AB41E9418B836158988BC70 /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 69C07BA7C19AD66EE26E2B55B8D31686 /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 464F339CE242FE68677EF88FF21C758A /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7FA19BAF5B22998ACB858AA4C00608D6 /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 46503288003913EE92B34B4729115A38 /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 54809E967B3EC669F96B554870174C7D /* 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"; }; }; + 46548540A84F43712D40B18718737493 /* InlineExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94D7301B84971820DC525069D380562B /* 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"; }; }; + 465BC3D9D867A36245CEB3C2102C68DD /* FIRCoreDiagnosticsConnector.m in Sources */ = {isa = PBXBuildFile; fileRef = 12B876192CC8C38014964DB9801EE3FC /* FIRCoreDiagnosticsConnector.m */; }; + 46731BB44A11C056226255FFAF343969 /* SafeAssert.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8C5931845A55393B0924E8002D8F4F0 /* 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"; }; }; + 46B712F6F1E738C9F9DA79DD9153EB69 /* EXAudioRecordingPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = D31D3FB7A234CCEDB1D79C9C0D98D32F /* EXAudioRecordingPermissionRequester.m */; }; + 46BD2882CF00F6E8A62C61AD4EB8EDE9 /* FBLPromise+All.m in Sources */ = {isa = PBXBuildFile; fileRef = BF008F11234CFE2D4A77FF3A1B30A025 /* FBLPromise+All.m */; }; + 46BD964C1B54A7E105BFE55A71B880AB /* FBLPromise+Race.h in Headers */ = {isa = PBXBuildFile; fileRef = B1700C46579BE542FCE524DC2E246B09 /* FBLPromise+Race.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46BDC8664B52DD0ABA3C83509A3CF5B3 /* UMReactNativeEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = C2B995E34CDF5722DC9B2751A783BF23 /* UMReactNativeEventEmitter.m */; }; + 46C3EA4C3AAEBECD4B0A4E5C55FE78DB /* RNCookieManagerIOS.m in Sources */ = {isa = PBXBuildFile; fileRef = C3BA6B2A5273993615F971998ECBE75F /* RNCookieManagerIOS.m */; }; + 46CD4609566349E69C6E989C1DD4333B /* RsaFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 66795D672BC5DD0CC375FE6E93BF30A4 /* RsaFormatter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46F0958D845D9810E8663CA56827901A /* REAFunctionNode.h in Headers */ = {isa = PBXBuildFile; fileRef = FD821F115264CC54A315E735233061F7 /* REAFunctionNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46F6B1411D771FD1C7EB33D391B24442 /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = F57E017371A13295C341DDCBD5070614 /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 46FC08DE10C6E53F34F4A016015BD435 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 31AD59974014C999C7769D347F979E22 /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 47012C9321F6A9461365E1330CC98F14 /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = A73CEE2CD190B1162121D5E09D090E19 /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 470AB5B302F6B4677C4649B02F345A73 /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = F72B13613BB8419F04F6AE6397C13097 /* GULAppEnvironmentUtil.m */; }; + 47115DE988AA3232F9731A5248447154 /* json.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FF82F18C5904F6187EB86721419729E /* json.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4715CCC56D7BA3A85376AE13FBE390AF /* openssl_md5.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9F1C366D6948A28C711BE96ED60B58 /* openssl_md5.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47372AF865C7F8AEA10B47EE63B411D9 /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D5EB3747C5C9282E7D7FEFCE1BC1F52 /* SDImageLoadersManager.m */; }; + 477900BFE4D8F0089150884765F3683E /* RCTCustomKeyboardViewControllerTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = 922EDD33385FF7D11CC6B54C266E225B /* RCTCustomKeyboardViewControllerTemp.m */; }; + 47846CF29CDFBDC898100877DC2766C1 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = A94CD51A37D820FFA66F396ADBC09B4E /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4787C765809BDEB7CDBD760923AA6145 /* EXResumablesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DC6D05CE6356F21C110A6B99F11C9391 /* EXResumablesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4787EB944352428976D8883D13C49165 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = F2DD07835459A9D6F1FF5F37F4B6EC0B /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47A27F9018D4DA6A26A1A089C289E94F /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = AEB12F390152569C7BE3DBE288BC0856 /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47B486393BEE1EED514004C6F600D78F /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = CBED2F08B593981CE1A22713A660A169 /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47BE3B729D1A69043A951E7F1D8E98A9 /* Promise-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = D115A0BD0D038EDBB6E92F194CEE608E /* Promise-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4801282EA16CDA1918DC28E748748A8D /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC36471AF2F758AC54DCA87859000DEE /* 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"; }; }; + 4810DE4EECF92645413890D7343597CA /* openssl_md5_dgst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B21D612EFC377BF0CB71303E62A08DD3 /* openssl_md5_dgst.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 48377D5A0E1191DF1A7A4EF7FB68767E /* VibrancyViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 04D47F7ED0FFB0504C86EAA882C9CCCB /* VibrancyViewManager.m */; }; + 483F90B58E82DD0D1E4AFC9F42458EBA /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AB107BF048B1EA2AB39B46699CD6FAA /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 484601CFE5B995D25D42901CB866E08F /* ObservableDoOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = D5957806A015D3FCBC3E4111A67D9A25 /* ObservableDoOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 484E7DDB77AFE125183AA8F5F4588CC8 /* EventBaseThread.h in Headers */ = {isa = PBXBuildFile; fileRef = F815DD49D22A0D332EB058F71B8905CC /* EventBaseThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48647BE0324265C6C680EF7D8A8427C4 /* DiscriminatedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = C0796D3F2348750F2C23C4768E789A57 /* DiscriminatedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 486D1FB61F6E357C3AADBF3BAAF79485 /* ThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7342DB8A7219D40BF6F5C8A05BD43FAD /* 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"; }; }; + 48703FC8A9F2EDDBA7DD6983E51C4ACB /* sorted_vector_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 06E26F4E95700B7CD04F060923B39BB4 /* sorted_vector_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48774001F86367ACC8CDDD2E966B190B /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = B9CF1DDCE6B1D398BDCC608902B91AD2 /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 48CD221FA8C0B22F24AE312156CE39FE /* SKInvalidation.h in Headers */ = {isa = PBXBuildFile; fileRef = 707120EB2F88D8BF38D004293B1B2A95 /* SKInvalidation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48D30040A25893F84F8569BE2F3D7EEF /* RNFBMeta.h in Headers */ = {isa = PBXBuildFile; fileRef = 1305084F1E20D4E99841992E7EFD0BCA /* RNFBMeta.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48E2859D3A1EEB868C1C55F05F7C0AD6 /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 3323204733B9D546E033565319FBE949 /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48FD74C616D8EFE64CCE733555BCA264 /* F14Map-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = B194CEDABAFB458ED8660DF7E3E3A76B /* F14Map-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 493A0642DEE535DEA6B2951EE3495903 /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 954019B1243676579A9349B9E6E0B55F /* RCTSinglelineTextInputViewManager.m */; }; + 493F82B30443960E96797DE5292879E0 /* ExecutorWithPriority.h in Headers */ = {isa = PBXBuildFile; fileRef = 5609F9BF50AA5FE534AD0AA65688EFC5 /* ExecutorWithPriority.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 494460796E071DA7A3403D207B8C2106 /* REAPropsNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 769E45D6BC9DB8E472B3B91831A9E43F /* REAPropsNode.m */; }; + 494D040922C07D9B11A4E157C72AB24E /* REAFunctionNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 200E55DBAA004E4AE0B48A4781BE93B0 /* REAFunctionNode.m */; }; + 4979471E7031C8BB76D1F070122C4A25 /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = B2B1545EAF7DF69704EEF2519DC4F0F4 /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 498C505AE16C2FB90A1660FF065B9323 /* EXHaptics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 33CF116793A59A9C8FAEF19C5ADE68BD /* EXHaptics-dummy.m */; }; + 498CB61D0E7E8898E69FEAF586FA69A6 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = ADF0653163C8B2255C0DAA30E09E4DF3 /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49933CF654054503B4B168D7FAFBC700 /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B1800E53CEE26CD81EB06D0498361F19 /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 49940914B01E79FEF7F7A9B611ABD8A9 /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F79B406AB7791D2F6977E27A2D6A3D9E /* SDWebImage-dummy.m */; }; + 4996C3E7B4492BAC53335D442B823CBD /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7377BBED16070D9E63C969A8D79B218B /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 499D484D64E4201EA955E047381D678D /* FIRCoreDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = BB2FE78D3BD793CF39DCD294FCF000C6 /* FIRCoreDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49D6527B677B2AAE061BD43ADDB24CF0 /* RNCSafeAreaProviderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B7B127CD0CC22934D717962130613ED /* RNCSafeAreaProviderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49D7470C79EFC400474DE5FBFD2B3173 /* ARTBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = CCE4B1541F3C0E1F0030CD5FE872CA7A /* ARTBrush.m */; }; + 49DA3F841D843DE6A4D3B31012897D77 /* SetupResumeAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B137A6DB53C26D0534A52028AE00707 /* 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"; }; }; + 4A1A3D1448044BE8BAD31EF82C668CFC /* EXVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FB745DB7A9735872356E5FCEDA28C58 /* EXVideoView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A1FC6C60FDB00CB3D7BCCFEB5AF162C /* RCTRefreshableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = D8B40AD00EBEB2AB8658D96C3BEEEAF7 /* RCTRefreshableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A2D2F10C934D5CF34A0888E46897205 /* Uri.h in Headers */ = {isa = PBXBuildFile; fileRef = BBD6354F9D65210A85A8CD2945D09B1B /* Uri.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A4B4055A9F1F063DB1A15F63AE1C897 /* FlipperConnectionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D3021DDCE500D070A5F61EACEA02173B /* FlipperConnectionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A4D2C43DC3CC5F5DAA9248AA245BB60 /* REABezierNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 60126AA529A9A58D369ADBCDDB98A69D /* REABezierNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A51706811A76E06C2D382B9867058F9 /* FIRCLSFABAsyncOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = AEC5B4F01153CCC908C4F9D9E2344438 /* FIRCLSFABAsyncOperation.m */; }; + 4A591CF18AE5A57C60B5F9E3252CD9FB /* Cast.h in Headers */ = {isa = PBXBuildFile; fileRef = A5B7ED6AFE8E722E08634E1DB2CD0EEA /* Cast.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A676ED972902CE52166991FC7C26969 /* ScheduledExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = CED9C450AB3A62AEB5981BD2A1CF223D /* ScheduledExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A69ADF8B9A3A75F5AC1529E29334D0A /* RSocketParameters.h in Headers */ = {isa = PBXBuildFile; fileRef = 79F2449702C653F5B5999E6B7A752AE4 /* RSocketParameters.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A87681B2E5F60DE4F84A1DE2D9A366C /* RNCSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F722727B203F0E6D3A584AF979C40820 /* RNCSliderManager.m */; }; + 4AA109C90C2E782373400255CAC45220 /* GDTCORReachability_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 285A13E6C95DE2AE2267DC1197D93D1D /* GDTCORReachability_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4AA80E18D22E5FC59D5E5CD88ED9E04F /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 89EF6F1C15BA80B16E775EAB7ADD5778 /* RCTConvert+FFFastImage.m */; }; + 4ABAB6F84DCE317295FBF19A1C3D5E19 /* RNCPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 678896FF909D8434AFFF878B24A5A4FB /* RNCPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4AD559B273F3519E072BD91A3A076A06 /* SSLSessionImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C03B5B9B409484676EED3AF21AA15D0D /* 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"; }; }; + 4AD594C99F5F9AEADA609ABDFE7824C1 /* SecureStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = E38BAEA8FACC00289615266CA41A6131 /* SecureStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B077A60A3DFEE576634B7D7D8ABCBA1 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E885F82D88892B033B2D3BD5CA23E75 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B0EAAA416F48F9F6E2BEFB745CCB5D7 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07627719E753838B185035D0E58A05FD /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4B1562C2E204889B2E8C55FB6F725AEB /* UMEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = FBD839991AE42823658E2598D306E87E /* UMEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B3227456BE5E71D81B9A023FFCE4FD2 /* FIRCLSConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = AEE42EAA9A539EC41EB82B1C700C5B5F /* FIRCLSConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B3964B71F74D3D48482B3D853DA94E5 /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 9791DB7729CD59B0E0FAD72FAD2DB460 /* GCDAsyncSocket.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 4B46130EF91247C4D89A23971979A2C3 /* FIRCLSUUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 19C3F3D19842B592EA49B30E8F0C0D9B /* FIRCLSUUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B577EE6F8D76790D968F375F4F71EC8 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 90B0E2EC328326784CF7BC4E3B95AD4B /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B58FD5DE1E2CBFC70EFA6B88DFBAB4F /* CPUThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E468AC5E810728CF83B52D1C93617F0 /* CPUThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B68679479FD0D76AC71CDA97F8C530A /* Launder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C774D1644E5E44C793E5D6D82C033EB /* Launder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B771FE63E082D045A976EB55838AD8E /* BSG_KSCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = D924CABB9DE82E28B271EE5FDDC68DEF /* BSG_KSCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B8BEC8FB19600B7A4A25AAA9FF57CEF /* IPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 2274C6FF4F90EF264D6F55F7BB4F739A /* IPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4BF6AAA5072DCDAD3A70453C704E9683 /* FIRCLSNetworkOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 865CF6EB6798B1DFB1E23B9154DDFA5E /* FIRCLSNetworkOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C02B8524DECD82205FF950EDF13D089 /* SKYogaKitHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CEDB1DC9F393A407529DE475DC6D2A4 /* SKYogaKitHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C2C6EEB6A1178F33C31F20A4090E4D5 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B0D32CA4C582390EEC5A6C52671E3BA /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C2CD7177B3ACFC4363D0125D79B46AB /* StaticTracepoint.h in Headers */ = {isa = PBXBuildFile; fileRef = F7354B71205383ABEE882621E768F870 /* StaticTracepoint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C474604DD5468DD9C9F317FA4FA3A0E /* BlurEffectWithAmount.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AC82C89729C596F2FE6A1BC64E901BE /* BlurEffectWithAmount.m */; }; + 4C52DB7E14FA0A8EF56AC183AEB7E6AA /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = A52512410C25E6112D2AF03B99BC1515 /* FIRInstallationsItem+RegisterInstallationAPI.m */; }; + 4C5620701364AFA3AC0ADF714ABA4707 /* SKNamed.h in Headers */ = {isa = PBXBuildFile; fileRef = 5796E59AA128BCBFC03EF8DBE51BBBB5 /* SKNamed.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4CD3E5D6975449E11EA7818BDBB8AB80 /* QBAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 24CF96E267248F9AB13C97787D48FDFB /* QBAssetsViewController.m */; }; + 4CEA93EDF1191CBDDCC45369A0921846 /* ThreadCachedInt.h in Headers */ = {isa = PBXBuildFile; fileRef = 082AA3915BE8B98CA081CB1A3C6CF18C /* ThreadCachedInt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4CEC7888DC4843F90A1B5B5690EFD428 /* BugsnagSessionTrackingApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = B3D38591465C7525F56F5E717059678F /* BugsnagSessionTrackingApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4CFF2BBA882ED477A9E4345DDF73ED77 /* RNDocumentPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = F687608F03CB8359C7A22F7CA36D034F /* RNDocumentPicker.m */; }; + 4D222224B6F7B5EBA5C38A0604E9A971 /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B6FC2D4583E8FB6A4E2F512570B9CBC /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D4DAD148158E1FBEE862BAC568907DD /* RSocketStateMachine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B58B3E420EF47BBBED5E9845E901FEA4 /* 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"; }; }; + 4D67BBE8A7FE4915B11FA5DBB82C627F /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 99323390A0C9E6869629F49FDCCA6A9F /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D6C8B27B9F78880367D7C9F4774A564 /* rescaler_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E331E18117C5D453B0550D620AFA247 /* rescaler_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 4D7B8B12CDFCEFA8A178A58B518F87CF /* FutureDAG.h in Headers */ = {isa = PBXBuildFile; fileRef = CCA19445D086157021C2C0AE605524FE /* FutureDAG.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D99B2B3A7A62015822A0A822F91E1A2 /* SKScrollViewDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 448CADC1D188244963E1B54AD3F1CC9C /* SKScrollViewDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D9BBC36590CDA10D81216D3E08B5E01 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = 77A34398C54062754130A467F9CB01C7 /* 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"; }; }; + 4DA568D2D139F1DB724DDFAA26C2A49F /* SysTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 185C5D7CA847A75556C96F029E44C1D3 /* SysTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4DBC534FD227B721A3F2D14BF81EEB51 /* RNNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = C6DC2821E1F2CD73B1EF1B38D05CE9B3 /* RNNotificationCenter.m */; }; + 4DD39A4DDB292D87EF1FF86CE7BCFE52 /* DistributedMutex-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 65990D5EC0BA081DB71D25C89EDD62F5 /* DistributedMutex-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4DEB596178D53B05A1B5DBDE7F312DFB /* CacheLocality.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4EA7CACF285CEBABE589DEC47AFFF74 /* 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"; }; }; + 4DF2AC01F21E5096A96487473991C9D4 /* FBLPromise+Then.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C1E587317E1B8E1D6F29B7EE756D1B9 /* FBLPromise+Then.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4DF8220872C1E812FAB4ED3F7BBC827F /* Conv.h in Headers */ = {isa = PBXBuildFile; fileRef = 1942B13958E056020B29B8184AB242BC /* Conv.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4E7385D25FE84A3B9D4E681EBC9C0532 /* RangeCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5894F1F8BC827FAA81ADAAE121498AF2 /* 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"; }; }; + 4E7AFDDFE1822CB1FA8F97CD61232A31 /* SparseByteSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C5991D61FF809ABA8DE7A6A230C0349 /* SparseByteSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4E7FF6A39AB6388B5E35681873905C01 /* Cursor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14342B4F71E89C4901F8417A69F91DEE /* 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"; }; }; + 4E88358FC7F23A70EF25DCB4B8081FDA /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = A4F55510B7F60F42845E5DE2AFBF2E61 /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EAB0FD18129D08154B511AB0ACA4F2D /* SysFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 512F5F232D5EED1637AE8F94EFB143DE /* SysFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EAB627AED445C2BA896D9B1E1D91635 /* FirebaseCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = F5316DFC67801402B27BDD23DCE8A4CF /* FirebaseCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EE414345484A17F32D76F6954305290 /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = D55637ADB53A238913EB175EC7474E61 /* FIRComponentType.m */; }; + 4EEC9AEAEEB584B314FE05F8DC1933E9 /* RCTLinkingPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7406630AF703CB0565A9306488554ABD /* 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"; }; }; + 4EF1C709C015F3C37C38F44AE05CD434 /* UMLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 77E4622B12F44B3AC85C982D0671D218 /* UMLogManager.m */; }; + 4F1AD0C1236559E63CFF1DF5139FAB3D /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 09BB87074F96EA240945AD705A936DCE /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F1F1A48906B61F4BA88EA8F017D7A4E /* ConnectionAcceptor.h in Headers */ = {isa = PBXBuildFile; fileRef = C36E75087875F8F645C88044142983C8 /* ConnectionAcceptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F2D02BCC42051873E61F852504B00C6 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B653FEE7A87FE9376DDBAC7AE95B86B5 /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4F51E6D3E85FC33087F588C521B14B3B /* ScheduledRSocketResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76015B161D8C1B972094A4A618F1CCD0 /* 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"; }; }; + 4F557A9A1F2DBDA1E584E528597A06D0 /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = 6877379A67CD59C145DEC021E81831C8 /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F5CB6C28EBAD26D6F9BE6C303DE8F60 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 8384B514BCCC60A7EDB6E72E9174A5BC /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F685AA3461FF9D03241BBCE9683CEEF /* Futex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C38FFD61FA3D7AE9AC60F9D4002CB8B5 /* 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"; }; }; + 4F81307CA71232769ACEAF527BA80B60 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = FA441F0AC016E63BBA4AE0BD5A3D482A /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F89B8EC39DF66DED6CA0A9E9CB83CD8 /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EDF6C12B54C0EB9994537132DC1A58D /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F9E3E96BA2409FB3D78FD90A5321C9F /* Subscription.h in Headers */ = {isa = PBXBuildFile; fileRef = F56C7D4811CB497A132E49926268B968 /* Subscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FA421919123406EB5FC94FBE933E4F2 /* GULSceneDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FD711498F7331E333A9BE18DCC96A3E1 /* GULSceneDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FBD675B26C0EB3371918164DF49E659 /* RNNotificationCenterListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 10B1DEFA5008DCCBA8CE0F710941E0B4 /* RNNotificationCenterListener.m */; }; + 4FC36D3475E49C9BBA7F9A5C212A9B37 /* Rsa.h in Headers */ = {isa = PBXBuildFile; fileRef = FD8E74963B402CDD4CF270B0865E4619 /* Rsa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FC433C9E21AA7C8D8A2C6D91931B9A6 /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B7F45988A46F5185C6BD0B364B18C96 /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FE4CF1E6F2EA5BABC94B9E80502E145 /* PicoSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 29B4C8DC2F459CD4DDFA7B9D695CD1B3 /* PicoSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FF1A93EEEFD1CC49C5887003ED61D24 /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = BED800B6B516C07C02BC7D8314A5905B /* 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"; }; }; + 4FFC042B117EFC9C0E4654BA754D0DB4 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5945A137A96E6AC5819B6E69FDF5A8B4 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50243BBBB5F2D0294F6D3D0401CB6538 /* CodedInputData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8F52CCB0AEC66ECC72E62A4D4E1BE31C /* CodedInputData.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 5038978303D2F38C87838180EAF8D8C2 /* UMViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D3464B305639A6EFC14F624C0D29B624 /* UMViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 503A37D335E3DC4D54A1BF41C606CE65 /* Stdlib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84395DB49613E3B536055FF97E4C682A /* 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"; }; }; + 5041AD64C36FEB27F1D6387908636561 /* STTimerFDTimeoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC52A4C65557E179C52E104EEA5BC88 /* STTimerFDTimeoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 505ACFA375689FDB537CB5904DB9766A /* RCTImageDataDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8308BE91007ACB219ACB7B6EA984124E /* RCTImageDataDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 506F46348F4A5B2AF5D64B42F97715CA /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = BB186B501B9B153400CBFE4099365D21 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 508ECA38C00615D6966711BD85284545 /* BSG_KSFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = 84B7244F12B71F2D0D0690BF4D620994 /* BSG_KSFileUtils.c */; }; + 508FC47437AF620680733C6A1BC461BA /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACF7C1E9E9BC4F676F54D58B6A7420B6 /* 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"; }; }; + 50B28D405013B5E17B3AAE28A209722E /* SysTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E6BCBD32921582C205D488FD802C309B /* 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"; }; }; + 50B834389F0A52EF9DC6C27DE7CD7111 /* RNCPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2074EF09F6E504966C3AD8EA78881E1F /* RNCPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50D104F5E419E21185D46644FD13EF72 /* FIRCLSSymbolicationOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 89D85CAD777A6E0D08EC46DD4773DD4A /* FIRCLSSymbolicationOperation.m */; }; + 50D619E50052FF9B5BFEC74F6001641F /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = BB0DF519F47F58E9B0870A2ED270F8FD /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 50D6F89403116E0D9401ECD5DCA22236 /* NetOps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCB79315E37629A5403B6F066072DC30 /* 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"; }; }; + 510364D4E32301CE660CE7E46D357AB3 /* MMKVMetaInfo.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 64E9224817FE0CBB49B092C868622002 /* MMKVMetaInfo.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 5104B3E30AA0EFBEA9EE522B472A6B25 /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B058F5A6093149BA8964D50192516F /* React-RCTVibration-dummy.m */; }; + 510BD9EB82AB22B1A2983BAFF6B812F4 /* SanitizeLeak.h in Headers */ = {isa = PBXBuildFile; fileRef = 663BEDBC20ECE602F54115FB6A2B9080 /* SanitizeLeak.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 514546F2D8310E7F4C88A2C1BF4D6939 /* MMKV.h in Headers */ = {isa = PBXBuildFile; fileRef = E74A4DBA7C133AA437F9C794146056A8 /* MMKV.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 515E82EDF58A24834BC589E61B1E7423 /* EventBaseThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6478945D5BF52C260927E88F7562A34C /* 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"; }; }; + 517492A9DB1BE570124104ABD1E074FB /* FlipperCertificateExchangeMedium.h in Headers */ = {isa = PBXBuildFile; fileRef = E03F3058F42083A0B3BC4AE5878A93DE /* FlipperCertificateExchangeMedium.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 51A7DF3464F8E888B3F6FC61D8613B9D /* jsilib-windows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5990CC88635718B175F6887455BCC02 /* 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"; }; }; + 51B67D2931EB4CCA7F07B76A066A8217 /* EXAppleAuthenticationMappings.m in Sources */ = {isa = PBXBuildFile; fileRef = EDCD4AE64BC3FC647793F136F829E995 /* EXAppleAuthenticationMappings.m */; }; + 51EA1E266FCC622C10B5E031B822F96F /* StorageIndexer.m in Sources */ = {isa = PBXBuildFile; fileRef = AC651C8B9B5EB09307833DE0241BDA01 /* StorageIndexer.m */; }; + 52019A3E1B5A02DB24C9EA8AAB90F8BD /* EventUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DDB7F61BEBD83C07CC8456B48F4953A /* EventUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 521F0E587A4217A3A2A4C53967F562F9 /* neon.h in Headers */ = {isa = PBXBuildFile; fileRef = 77724DE8B9FCC973F00C87CD1070213A /* neon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52247987D1E7B79399E678A6682FFBF7 /* RNCAsyncStorage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D216956D2B2EAED16C09745CF8B1B73A /* RNCAsyncStorage-dummy.m */; }; + 5232D2F074B13E18F6F44F69D5ACEDB7 /* RNPushKit.m in Sources */ = {isa = PBXBuildFile; fileRef = B0B234FB101DAB30CA6EE38BB5D528A9 /* RNPushKit.m */; }; + 5235586EF4F37E089CB0466A3D29952D /* REAUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 51DE393DDE0269D0DBE14533FE988D8C /* REAUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 523C4C2308F3CE4A241B554A1EB77463 /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BB498C91C322ECF705C82358243E3E1 /* SDAnimatedImageView.m */; }; + 523CC46BCC1EA89B82A966ACBC52B19B /* RCTAnimationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 341E3974DD3304A6536C6DEDB8B66B3E /* RCTAnimationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 525190892BF7A2F650E6B5C1EF0DB459 /* Time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B1606CEA8D2517494406DE0155EE42BE /* 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"; }; }; + 5274ED6BCCB6CF975CCBD890BB7E5174 /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 93FA5606EE09E41DAE4EAE785A2205A4 /* React-RCTText-dummy.m */; }; + 5277F750A5DA7B087CDF0F0680C83CFB /* UMErrorCodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 3195CE80F2E524E4E8B188C95DF8E65A /* UMErrorCodes.m */; }; + 527A10AC2D3B8E11E5CE8C6553E0F7DA /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AF7693D4EB04D58C4B16B14FEA5F240 /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52C85BE8268FADF277993B3DBB8BA95D /* Phase.h in Headers */ = {isa = PBXBuildFile; fileRef = 4548CAB6A69C5BCDE30EF4E734113A69 /* Phase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52C9DF99089FD1F5E2FF7E6F67ECF887 /* TLSDefinitions.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FD4CC727F9FE1930DAB25FC33B8A4CA /* TLSDefinitions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52D45F3A05DB5522E5DDF90B139C2360 /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C1350BF980A5D9F35921343E49ADEEBA /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52FC4C285BD391CC8D308407ACE86BB3 /* HighlighterViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 93C653F312878CDCD6470603ECF0ADD4 /* HighlighterViewManager.m */; }; + 52FD95DEA98E090B2113ACCC6E426F7C /* GDTCOREndpoints.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D83148696C479B66E9F4271D8E9935F /* GDTCOREndpoints.m */; }; + 53006F50104214D43DD9ECD3001BF305 /* BSG_KSFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 500ACA0D14B5E85B9344C21473DF2360 /* BSG_KSFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 53148A6847A4F92C705C3F42FA235E0E /* HazptrThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64425BE29421F6D32C377C7E4DE998CD /* 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"; }; }; + 5314CC86B8D2475B371176928ADB7336 /* TOCropViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 641DBBCB68D37D7B9012C79A54F009A8 /* TOCropViewController.m */; }; + 5325F215AB6E5281373329A985FF5EBD /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF7B2A6822018413AA59DE88DF743E8 /* RCTRawTextShadowView.m */; }; + 5329DF0639EECDF46FF0D39B96066679 /* SKSearchResultNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 16AF0B53C165DB12F10EDF632FCABDAA /* 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"; }; }; + 532BEEC85323F045E5E9794D0C8B36CB /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = E5E69DF2A32FB0C1231AD88609E96CF2 /* RCTProfileTrampoline-i386.S */; }; + 533D723DBDC1987B2F81ECF1A82E9F48 /* EXSessionDownloadTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = F80DCB0FBB2B4693848B7858B0600A1F /* EXSessionDownloadTaskDelegate.m */; }; + 53670FBF51CAFFBB4ABBF3D2640B8137 /* ConnectionContextStore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2195EA1DEE45C86CF9E4619677845C54 /* 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 = E5F00E055FB37B5F64CF20FB0D400FA4 /* BSG_KSCrashCallCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5372184DEE4B05BD26EAF265AA46579F /* REABlockNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FDD667510AC0E05811B5CE0C70BF282 /* REABlockNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 53933C750B8927CEA1309DD75D9A20DD /* rescaler_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = B9D8D574C622B1FBF8AE12E9225155CD /* rescaler_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 53D445CC5E214617C0D4422DDC5E1097 /* filters_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 402557E287898187C3DC3346AF8745B8 /* filters_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 53DA1F27EA93DA73B3EA2A624EA7F9D9 /* InitThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = E186F54F90C3EAEEC06A08FC02C29176 /* InitThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 53F4244567F3899EB63248C4F770C455 /* LifoSemMPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = AC0A9C4286124029D88493469BD316E9 /* LifoSemMPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 541C7B542BE9DAA6202E136237A05192 /* RNCSafeAreaProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A9437F4D6800A54D61BDAA7B5427B78 /* RNCSafeAreaProvider.m */; }; + 542FC6B03591FB1C6ECF22400F3F48F3 /* CoreModulesPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 608F36D70899B867A4C62C1241C644EA /* CoreModulesPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5435BFA4AA01621DDC3AEF2E20898941 /* SysUio.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AEA9E7ABA09B430331FD69C335824FC /* SysUio.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 543EE0A6E553C33AEB1C61AC88CF42ED /* REAValueNode.m in Sources */ = {isa = PBXBuildFile; fileRef = CC3483B58A8046223ECBF864733BFE5A /* REAValueNode.m */; }; + 544B0A17D4EF8DF1A62AD4C97B7DF962 /* RNFastImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 43B66A1B80E470C0C37D64F1DECB3C48 /* RNFastImage-dummy.m */; }; + 5468B18F248F48CC7444DAB53E55683B /* FlipperStateUpdateListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 67FCA92EC4D292A31EBFFA4DC75A2690 /* FlipperStateUpdateListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 547238C4858045FEC6D103E082E1E8A0 /* FIRFirebaseUserAgent.m in Sources */ = {isa = PBXBuildFile; fileRef = 25E90E2C407478494847267108A62C6B /* FIRFirebaseUserAgent.m */; }; + 54880C500712D7E15C7E85BEEE11A60D /* EXAppleAuthenticationRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A3FDC18D50C1DA25DA591B3035B6BAC /* EXAppleAuthenticationRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54A73EFF6A7EE60805E2CB7284839E51 /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 342452571AF936C5784571DB9CEE8352 /* RCTTextAttributes.m */; }; + 54CD5048E813A962969CB005B407529A /* RCTBlobPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9D423CD9C1789BE9FE56EA6EABBF9F8D /* 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"; }; }; + 54E719826E2CED25F6DBEC03D47C6028 /* SocketAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E114B91E058E14F5FE1CDD059653829 /* 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"; }; }; + 54EAF941E05C84CAB61A4E67F033993B /* SSLContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39F9B77B98BE1421F3E73A4F56572B9B /* 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"; }; }; + 54ECA723AA87FD13E6470CE43E753CAD /* SKInvalidation.m in Sources */ = {isa = PBXBuildFile; fileRef = 749D1586571B6D58613393DCCCBC1BE2 /* 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"; }; }; + 54ED2AE6748417AD8DC329B2CFE5BAD7 /* Pods-defaults-RocketChatRN-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BE44CBCE6C75B26E95A4555F9D976298 /* Pods-defaults-RocketChatRN-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5519756793CE2CC30D44DFB9498FF639 /* FIRCLSSerializeSymbolicatedFramesOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A91E58656382AD76533E41CF4CC23C3 /* FIRCLSSerializeSymbolicatedFramesOperation.m */; }; + 55345E1969E53716FBB61B5AE221A7F8 /* CancellationToken-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BC6839B56D074BCDA6B2E14771B5A40 /* CancellationToken-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 55545B966E6065FA2CADF0FF5D0F0057 /* BSG_KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EF246668585F255689DF9F48A814500 /* BSG_KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 558D5A94FC69DFEC087633BE8AB4804A /* UMCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B514D47A040B9DF18984AF6F722533E7 /* UMCore-dummy.m */; }; + 558E303863CC6E2751C8C29E814DA87E /* ConcurrentSkipList.h in Headers */ = {isa = PBXBuildFile; fileRef = A4EFB556D977A69B30C8543661F8D2C1 /* ConcurrentSkipList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 55BE6DC7476C171EA3291231D5FE044B /* RCTUtilsUIOverride.h in Headers */ = {isa = PBXBuildFile; fileRef = 65B32F3B1DE53686A155CA8A7792C2FD /* RCTUtilsUIOverride.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 55BEF2C23491B2B766A9112ABEFCA749 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2F236612249EC8576AAE442D775A0A2A /* RCTInspectorDevServerHelper.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 55C682F7688D8DAFD9128EC1E4391E8D /* SysStat.h in Headers */ = {isa = PBXBuildFile; fileRef = F900F29D0A3BC3992C96E0EDB67A174D /* SysStat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 560046A06CC22E6CFAD75C6A8F74B9C7 /* RNNotificationCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = 35C9BDF495B06DCBAD61AEAC8B30EC2B /* RNNotificationCenter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5612514BC1843E72BF91B29AFB21F139 /* RNCConnectionState.h in Headers */ = {isa = PBXBuildFile; fileRef = 289FC721F2A5067524C1A1E19F98C131 /* RNCConnectionState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 563208722D5CA439D2C87E52C20DA149 /* StampedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = F2B396E53C011D5E54D1CFDAC69E9D1C /* StampedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 565A40C9715DD79B31B0702BA634E8AE /* UIColor+SKSonarValueCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 3562F4BBED01BD269C6BF2D35E428BCB /* UIColor+SKSonarValueCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 566FA52F859553C78F60B87C9394AA4C /* GlobalShutdownSocketSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BE6BDED6D96AFCD0BDC1DC97F1A5A2AB /* 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"; }; }; + 568EF27B9FC821A59A1E531A762689B8 /* BugsnagCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = F54F62AA909644A836BEC59811521616 /* BugsnagCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56AD6A6AD1E4741BAE5DD7341C9726E6 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 926E9FEDC6D5748A0441DB1CC06F6E09 /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56B7EDF2D059818DC3B10542418DC307 /* RCTTiming.mm in Sources */ = {isa = PBXBuildFile; fileRef = 45F30646BBA4C29A80747A8B454C5F92 /* 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"; }; }; + 56BE7E110AB35027234D1A636AF49BBC /* CppAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = ED574FED06CE85DFD626C938C03BE5EC /* CppAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56D00B5838A592E0CEB2C21C113B1A2E /* ErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = D2A55B780774E681D3A33AE85F640433 /* ErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56DF7A5F0D22CFD314C557CBE66DC7F6 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AEC1495AE3D9F8C37F92991F1590069C /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56FC6B389683EFB670BA03EC7ECA7084 /* BSG_KSArchSpecific.h in Headers */ = {isa = PBXBuildFile; fileRef = E13E7BE1E222A555D00E73A5535DB4ED /* BSG_KSArchSpecific.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56FDEBA28F95CF21DD62B40F51A90378 /* ResumeIdentificationToken.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9FE505EB38E4A71416D7DF5EE2EEC50F /* 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"; }; }; + 56FF6FE5BCA17F609B427584A4E1783E /* vp8l_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 689B73E548A88EFECF5A47EDB1E2E0A1 /* vp8l_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 57034C89C7986732A484800306E634A0 /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = F2C2D9FDC8636D5A363D58D8A447865E /* RCTPackagerConnection.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 570B8D6772FD9D006757B43A10F2E330 /* UniqueInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 325622B9D38FE47BC0609E1F0E769C95 /* 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"; }; }; + 570C74C728841871D4DBEB6FA4A15497 /* RNCWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EB5235181DAA3D2DC7166BD6C072611 /* RNCWebViewManager.m */; }; + 5722A7CD8FF0FF32EC479935F88E9AC9 /* AsyncPipe.h in Headers */ = {isa = PBXBuildFile; fileRef = 15C0641BE3F6A1C7FD931C87A69EBECF /* AsyncPipe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5741D5F2EB68F60923EADC944E86DA89 /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F765BA7A650888CB31A4267CB72EE4D /* Config.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5755168A043E6B3BCB580BB03DF9BD64 /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6948EA79D88450CCAFA6C758C6214B3E /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 576D1D3D0255B54FFBDDCB00855FE397 /* PTChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = C583B48651A6AE5F3C49037E2E4F4570 /* PTChannel.m */; }; + 5771D1F5AF09F22675A90661B35C5C29 /* BlurViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 839F1F84064D3C630DAF2B4AA4259560 /* BlurViewManager.m */; }; + 57AAE0878F3C8A94A58D819153BC5692 /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3320066CAC16A63244A19D5D9ADE51A6 /* 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"; }; }; + 57D78F83991F15800B0EF39A76C40A7C /* Orientation.h in Headers */ = {isa = PBXBuildFile; fileRef = 35093616CF6234C30D29BB83A7B79024 /* Orientation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 57EB246441964D23E1784C3753A37712 /* ScheduledFrameTransport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6A79BF2E25D10DB6396799F9E57A446 /* 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"; }; }; + 57F0382A799F82FAC320B2AD67171376 /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D3E7BA57FD41ED01A53BC8FC7063C8F /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5811B1FF89754D4790D437F3564D4218 /* GDTCORRegistrar_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8877CB98B3C1006224305F511160D9C0 /* GDTCORRegistrar_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 583D8B933C781CF55B648E7E05953D89 /* FIRCLSMultipartMimeStreamEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = BA7DD602C3BAD1D6956BE02E0B9FF9F3 /* FIRCLSMultipartMimeStreamEncoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5865C7B3206F91E054E6A599FF455FE4 /* RCTPerfMonitor.mm in Sources */ = {isa = PBXBuildFile; fileRef = E59AD4C9354D0F101FA7AD6EA710EADC /* 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"; }; }; + 58A7149C93B93AA1F82DF4860C4A9547 /* ThreadLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 7186ABE1D68C41FE1354917432A973C2 /* ThreadLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 58B7527D10B205632DD69550C4B207E8 /* BSG_KSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = AF8FE035C9D06E6E7963B12E62F0E590 /* BSG_KSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 58CED8F70DB651EB525ACE8B169507EB /* enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 025EDD98D875AB4747076E6812576A16 /* enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 58CFA55ADA36C91E846329B72BF99DC9 /* MemoryFile_Win32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6190DCEC7A6853546DFE7AC4ED90F087 /* MemoryFile_Win32.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 58E1660575B93C51FE5C9208E4D2ACDA /* REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = B903E45A9A907CC25C8B36AE1C292C47 /* REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5907870F1EBBF9BF0C3CABCF18A56B8D /* Optional.h in Headers */ = {isa = PBXBuildFile; fileRef = 960588EEE95A7545DFD0E1CD3459F4FB /* Optional.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 593EF2505647C864AB0382709F612330 /* RNCAssetsLibraryRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = BC3D743290102F9FED3EE5BBDED00FCB /* RNCAssetsLibraryRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 595847691AD14DD50BF3D07203848805 /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = C2B562D88D399EC2897A3D3414F72096 /* FIRDependency.m */; }; + 597FE2C24B558EAE467990DDAA424325 /* RNDeviceInfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D06EFCE9B6D2F6B88481D8C3F1FA4A17 /* RNDeviceInfo-dummy.m */; }; + 59863F6B699A4AF6E557DFD9E01736FD /* RSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1902D739F61AADA5CBEA5012D417437 /* 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"; }; }; + 598895CED4A6753D55A7FB8D896DD486 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E7DF3ABD9357441CC26EE45967E7CF0B /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 59A8E1609F338A9A8CD8B32906964A73 /* TurboCxxModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7BBEF497BA8CB94665039748CE64DE34 /* TurboCxxModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 59D0FB7804728CC59FA6D86AB1ECD1ED /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 0515DC8311D17640D078441BD5904CD4 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 59EBC93ADCBFCA9F0540BBABAA2B1386 /* RNDateTimePicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 986B1EFB6AF6706E097E5D92E9683531 /* RNDateTimePicker-dummy.m */; }; + 5A19FBE18A3497C682C4F3FAD05BCDFC /* CPUThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 79AB545304B4813854743596E1CAD7F0 /* 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"; }; }; + 5A4A290939275AD1691E1B72B98E8FE0 /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C0281F1D9AC32341D6A222C9F9BF461 /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A4F772F5899CF6E3410F7D160E4DCDB /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 848270D527561A4FE81CF037A032728D /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A741897B7B13B1BA7152F1C1F9C59EC /* RNGestureHandlerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 608FFBD4F8DE9A1CCED73D2B2C46246C /* RNGestureHandlerButton.m */; }; + 5A9299BC657C6780109E101A8C0B5F5B /* REAParamNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E41F207ACD07DBC20883F75EB0E1EE62 /* REAParamNode.m */; }; + 5AB3B61A4C4F42AA53A9A921D6B6BC7F /* SKScrollViewDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 83865B144CA4E70EE7174F80AD6054D0 /* 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"; }; }; + 5ABF209915F2F850642E19D2543EEAA9 /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = C8B07AF7A932A411144921B3DE91102E /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AC16E639A6F1CF09260BA3E62B6CE37 /* RCTAppearance.mm in Sources */ = {isa = PBXBuildFile; fileRef = E7740D62E0EFB9FD9F3B2BA16F16C8A3 /* 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"; }; }; + 5AF6EE915B9EDCA0B898C2D9C920BD26 /* AsyncSSLSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = DF4B783BBE9242BA49341AEEAFF331C8 /* AsyncSSLSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B12BAA3F2A585FC45DDE23DF029192C /* FIRCLSReportManager_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F5EEE39CE856890A7C6B535FB8D1DBB /* FIRCLSReportManager_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B142E4129C53C4718C2A0D62856181C /* FIRCLSMachO.m in Sources */ = {isa = PBXBuildFile; fileRef = 084C906ED3CC5FB6D05BD373B37D9030 /* FIRCLSMachO.m */; }; + 5B17C07022BB8181DA586246F4E32483 /* RNSScreenContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 04F1174EFB7879A3DABD94F90A635288 /* RNSScreenContainer.m */; }; + 5B25E9C55234FC4AA112C2A0393998CF /* mips_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = BD0C1BC26B913BA4C7C5E92D815F6309 /* mips_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B412766FA1FC799FD6BEF596911D487 /* DynamicParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FDA54B2E5B3CA9A7CC222E4CC1A40FC /* DynamicParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B5F3075F5DA47EEDA5AED38F0FC405F /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = CC08AF7AFD1661A4C8368E505593A921 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B878D7EF16C2EB027A8CA2B78B5791C /* AtomicNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 800296D8586E18D11444F3E2FAF2E1DC /* AtomicNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B890CC37562D4B43C6AC2FD717898DA /* StackTraceUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EC5EE2219A430052EB7B793DE2EAFAA /* StackTraceUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B98B4BE4EFA758AA01ABD3CBDB5D345 /* RequestResponseRequester.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 63A3245670CE821B0610ABE8E2524C7B /* 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"; }; }; + 5BA7EEBED4B197CF99831D52BA516678 /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 2EFB83CD61B8A066B0F4604BA76B8386 /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; + 5BE5300E444C49A096D5096B4ABF8800 /* ThreadedExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F78ED630A7B8680A0755E3C134EC839 /* ThreadedExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5BE6A1FCFA61602F65CE8B0B42522D77 /* BSG_KSMach.c in Sources */ = {isa = PBXBuildFile; fileRef = 00E18CB981CAD15EB1D1E8A59CF0F4E9 /* BSG_KSMach.c */; }; + 5BEE1D39B2C760DF775D6929B5E32B45 /* FIRCLSNetworkResponseHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = A5F09E3E8B4D9A1DFE546903F1220DF7 /* FIRCLSNetworkResponseHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5BF089644C26DB20F1BED84A0DCB2676 /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = C44477533C5C77CDBBD8D9FEB4F8E5AE /* 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"; }; }; + 5BF46A2DF0A08D5F79DAE00C361523C7 /* NetOps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 58D6BB6F88D06E8FA330482C392CA8C4 /* 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"; }; }; + 5BF82DC3638FD03C13ABF0EE0429BA4F /* EXConstants-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3708CE20968AF50A519A65538B5D2FFA /* EXConstants-dummy.m */; }; + 5C1A3143D95753E2603F152E2F6FFF27 /* CustomizationPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CA19C8FD5E7B3B963C0D52194954D0F /* CustomizationPoint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C1BF6C712A517436D42DA25639A21A4 /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F18313A29D5C59223A5AD0C822BC144 /* RNVectorIconsManager.m */; }; + 5C1DE7AA529516A6F35E24210CB8B19D /* RCTConvertHelpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = B839D84FFCBDDDA5970A85C42C2A1751 /* RCTConvertHelpers.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 5C331C1611AE40CCBAAE96F97E67AF48 /* FIRCLSMachOBinary.m in Sources */ = {isa = PBXBuildFile; fileRef = CD8E533F584E8FD4DFB6ADBA6DF45C6D /* FIRCLSMachOBinary.m */; }; + 5C3C03EB5A3D4B2DC895C29C804AB351 /* OpenSSLHash.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 63D6C3342BE9EFA8608B3FC83C04BFA4 /* 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"; }; }; + 5C4E76845D343CA10A65FB4CD3F161BE /* RNCAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = 7021B0891E3EF2D15D5F8A95B5F222E9 /* RNCAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C72C029A37F0ABDFD2D086D8E756125 /* ShutdownSocketSet.h in Headers */ = {isa = PBXBuildFile; fileRef = D502AF3D3FEC8B9CB7AE0BE0ED18F544 /* ShutdownSocketSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C7A0078D04B5AEF7032DA118E53CA97 /* GDTCORLifecycle.m in Sources */ = {isa = PBXBuildFile; fileRef = 87E905D4CE59E0F4A3F83E16C9DD4539 /* GDTCORLifecycle.m */; }; + 5CA581817E8C0B33FF4E56320738F1F2 /* NSData+EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = F7343FCA006EA480EC3675A9011D61AE /* NSData+EXFileSystem.m */; }; + 5CC87C6001C58481796B9711B46F4CA4 /* FIRCLSSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 36CD9AC8DA7CD82DAD20AD34A7FAC8B5 /* FIRCLSSignal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5CD2F44CF2B9362C16BD4217ED159602 /* RCTTypeSafety-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2841DAC0455B8747BE1DF8A4B0A0206E /* RCTTypeSafety-dummy.m */; }; + 5D0692D3236A1522658728BA3E002F74 /* SetupResumeAcceptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46BEFAA50A7C916B3F9E80A3C53B0869 /* SetupResumeAcceptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D1133A0EEFEF84E73F9BF742BD9F842 /* ThreadName.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 743D61B261CD833127B0F72F1E8AAAE7 /* 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"; }; }; + 5D1EABB076B0608332F1A2E988E33B9B /* UMReactFontManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F11FE81C84E744F2D08316835AED3395 /* UMReactFontManager.m */; }; + 5D1F290FD550654E9F673595EF277857 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A8CC1E0E3EE798091CB35F7849D6A3F /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D656BA720505597270A9E16C6B87D8C /* ThreadWheelTimekeeper.h in Headers */ = {isa = PBXBuildFile; fileRef = 13991EFFD152D2FFC86AC52F4623547E /* ThreadWheelTimekeeper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D816CCED3454B77B6D72A18531B8307 /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 07927080F9D5179F42DC34A3460E423D /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D8E3A78DEA434C6BDA5D6E8A30E6847 /* EXAppleAuthenticationButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F4626410402C840BAA486A97029105D /* EXAppleAuthenticationButton.m */; }; + 5D8EE3550E66F9B9DA860157E72D525B /* Framer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 85C0C950890366219E848914718F3D49 /* 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"; }; }; + 5DA43C45FA9F838166F2444B5A3CE42A /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 02CC66E4769545BFDC14B9EF6845DECC /* FIRBundleUtil.m */; }; + 5DC2F2745D51F7865DC2FB26D218A37D /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 652168C90B6B990ED4990C0E2EA8B732 /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DC42038A463CA5D6C7F7750F3953995 /* BugsnagSessionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 20A19879C907555A17956DFDA94D3FC5 /* BugsnagSessionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DFEC10A5F5D4E189C42F11E247DAA38 /* quant_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 33C69C467EC9CC31D8B71E5EF9CC25FB /* quant_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 5E2744C18EE0B78FE206AC53D98BC7F1 /* BSG_KSMachApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 559AC0FAE372907067133E7ECF816C0B /* BSG_KSMachApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E463E64CD5AAB14E22CDFD0FC0BC2AD /* upsampling_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = F5B96C529C1483CA2DE3670961635939 /* upsampling_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 5E657D12BFC15B08075C4A07F95F6B0A /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = FCC4EDED4821290AF6F5B6B98C7015CC /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E890A65624ACC983E0F0ABF665A1607 /* LNInterpolable.m in Sources */ = {isa = PBXBuildFile; fileRef = FEC7B38A0713487482E848DD4B01B67B /* LNInterpolable.m */; }; + 5E891A0C2DAECB6600713C04516EA7ED /* FrameHeader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03C3BBAC3F09F33F546209A395B1255B /* 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"; }; }; + 5E8F17796B17F546DBEFF101502550DA /* EXWebBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 462574C31A5FDA3FEACADF122F5E949C /* EXWebBrowser-dummy.m */; }; + 5EA3B3760D86C6010D9DF78EA2615D55 /* FingerprintPolynomial.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BE6D725CE6D39E54A5F1C6C2F6EA9F5 /* FingerprintPolynomial.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5ECFAEB0D811F5F3FEB2E0FE2C10CF05 /* EXAppleAuthenticationButtonViewManagers.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ABD0791E50594A6D92E03BC8E3A1DCB /* EXAppleAuthenticationButtonViewManagers.m */; }; + 5EE9EC98F17152326EF44E1B4F6140E4 /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 71C9A72AA0CEB522B66774B3632B628D /* zh-Hans.lproj */; }; + 5EF041DD75E13610D0618BBDF0481D9C /* RNRootViewGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3800E60979D54BEE47D47EBA32F6C6F4 /* RNRootViewGestureRecognizer.m */; }; + 5F0DD0C1732EC97F6FB493ED8163E8DE /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = D257924AA0412A1E330909C331771D64 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F18F5B0BA128832B6D219074A2F0B9A /* ScopedTraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A6038B6EE5826255CDC88861AE64389 /* ScopedTraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F26D9FED3E7EDE39A69830E54ED4291 /* RNCAsyncStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D16B6B5134019A1BD45B6288FD6B677 /* RNCAsyncStorage.m */; }; + 5F352AC09521B86E73CB59AE05822FED /* REAOperatorNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0635329C05A5348AA7D944F7366247E6 /* REAOperatorNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F3D8CB10EA830CC6DE99AF9D87A5E32 /* color_cache_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6616A6EF6B7A8C70AF005EFA147B2756 /* color_cache_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F4DA1BDD39C672AE3228E59A37E25EA /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E7585DCC9DC1002F11CCFA41EE93289B /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5F4DABCF59088EC74586C43C8B4CB03F /* FlipperConnectionManagerImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C6FC9526AF54A6D754DB34C9A313745F /* 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"; }; }; + 5F53E92FD8ABF09953231CCE1FD082E4 /* Unistd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 502F11701B41B0DB7CE1AC4D14C0FE7C /* 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"; }; }; + 5F7700EBF8AA6FB03EE61AF481A90DAB /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = D3A3E6E7004AA22F925E277F5163E404 /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F829CE6A64EB65E0D29DF248E55DBAC /* Utility.h in Headers */ = {isa = PBXBuildFile; fileRef = 22123C830E033524E2D4B78D6AD5147F /* Utility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F8FACEA1F90899430BF3E0797B0C615 /* FIRCLSMachOBinary.h in Headers */ = {isa = PBXBuildFile; fileRef = F5451DB906023A272CCE76C7E9D8390F /* FIRCLSMachOBinary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5FBBD0BF1FE92C8C7FB6E26F99BE94E5 /* BSG_KSCrashState.h in Headers */ = {isa = PBXBuildFile; fileRef = 4769DC1ECE1CF08FDB0612E5DA21FA1B /* BSG_KSCrashState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5FD977CE02A0F2AA4B0B476AC14F380F /* vp8_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A502DAA196FE236D228D3E6C7A55184 /* vp8_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5FE471218D8F0BB8CC9A398122D9FD45 /* BSG_KSMach_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = F2FA626FC5B11259CB0E2AABB5CA7286 /* BSG_KSMach_x86_64.c */; }; + 601B94CD3E97DB5901FADFE0128BB3F4 /* FBLPromise+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DA00E753DD47632238844C0463E7689 /* FBLPromise+Testing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 602EC71D243B65A028F56314493E7AB8 /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = F95D2F9F0BA791E763C76A93F145B0AC /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 605208B2D6BD723B8828B974B936D804 /* RNPushKitEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 190CCDCC30474D7A510DE18DF2783A91 /* RNPushKitEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 608FBDBD3094B7E3F913B85929E9E91A /* BugsnagUser.h in Headers */ = {isa = PBXBuildFile; fileRef = FFAEE9BA007556F5185BF86818AB13A1 /* BugsnagUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 60B386EDEC8BC48A9AFACAE3D3A91B32 /* dec_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = DB16457A200DF6C31A59DA1ACD66E698 /* dec_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 60BDC53D8DF9B3A8B060A7EF3DC0B4E8 /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EAE1066BEF2FD4647B66F5EDFC89AF6 /* SDGraphicsImageRenderer.m */; }; + 60D0EB5989EB5C37CE18726CAD9B140B /* PackedSyncPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 87B20D59FE053710D785C7FC96DFCCAF /* PackedSyncPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6112F2C12CCE815437E38469B54C978A /* OpenSSLUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 75ECD86DE81FA5D6B575D75068874F63 /* OpenSSLUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 612BF976A784D017A33749F68901BB19 /* picture_csp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = B20FA816DE7964E639D418AD057F3DFD /* picture_csp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 6150BA4C3444E6571D19DEEEC9FADBF8 /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = DA85F70D686D57745C27D2F151BAF1BF /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6174F6F3E3A163F2D1B0946070992168 /* FlipperClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0624D8A07F27EB6ACE47362D852A41E6 /* 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"; }; }; + 617C9ED1082B8BA43EEF43EA89C9F714 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B6A2B3354EF51BB488253D0FCF2F53B /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61807C7ECC65B6EC98C4AD7708BCD4EE /* OpenSSLUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 275587A1E4EF5E8B5AF5AEED41DBF627 /* 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"; }; }; + 618E7AEF02E573C84CE04A368EAFC7F7 /* FlipperResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 67DDDD0D2523708AF2608238C17FC15C /* FlipperResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61903100839950E79E4F154D48535629 /* REAEventNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CDC9CE8EC1F46B2A27CDDF17FAD64CB /* REAEventNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61B6965848BDED9649F402A8696A9C94 /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AFE38FDD2BEE0BB4ED3CDF93A3CA86B4 /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61C16DE732B2333524BAA4ED4CF6A186 /* dec_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 5DE930BEFD35F785AD362750D9662B47 /* dec_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 61C1D3D4DD3340195A4556D54E89DFB6 /* FIRCLSNotificationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 078791EE4D7B44C73A14ABBD93D8146B /* FIRCLSNotificationManager.m */; }; + 61D27DB0A5D510219AEF70BDE2B161C8 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C3E36024B0994FD7A0ACA52444B963B1 /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61D711722811BCDE4D3B2248CBC248A3 /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 39789411F6C4D97DBB8527C9746A1094 /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61F816B7244EFF0BAA230994ADCF2BA3 /* PThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA0DA29696C5B2B44A886C4D3C36F7BC /* 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"; }; }; + 61F9224086F72FAF61EFF182AA081C8C /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = FF89857D279B86DDBCF11CA49B50872C /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61FC86BAB3F7E066FF14F7518F8CA93D /* RNFetchBlobRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EE3D1E9DD4E42572315E428EC37FB64 /* RNFetchBlobRequest.m */; }; + 62028A93E3465157E7FB65A5CAB67091 /* FirebaseCoreDiagnostics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A7BE052B7384BB823075320768B6EEA /* FirebaseCoreDiagnostics-dummy.m */; }; + 62064B3E1711470D180F251B8DF10E0C /* ManualExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7BD435C4CCCE9DEF511BAE22A43C7A3C /* 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"; }; }; + 6208B747EB7E443BDA69445E6B075A19 /* RNFetchBlobFS.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA7EB520DA4C8A4D78BBBB9448A1967 /* RNFetchBlobFS.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6221CDA66B827AB36FEA4ECAB5296A89 /* F14Map.h in Headers */ = {isa = PBXBuildFile; fileRef = F00E4B2340C9A3B7D39FE8B00EE556E4 /* F14Map.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 622E2F4AACA55DF8F6A5E48C3D5BDF6F /* BSG_KSCrashSentry_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = F9BDF5263B9D9A6CF8FB783F8CABFE49 /* BSG_KSCrashSentry_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62335EE3542782B3EC31599CF119AD2E /* MMKVLog_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C9EBA22427C84E33766C1954FDF70C8 /* MMKVLog_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 624D611A4F6C558B347C6419E7101F10 /* ExceptionWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF12AA490AA3E537E36F36DA82E5688 /* ExceptionWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 624EC38E48BCDAC3E53F41926A1E5295 /* upsampling_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 8A442CC7A5244BC15A72D58C97FE4153 /* upsampling_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 6251E32809F84C0C181F83C267237A29 /* RCTRsaUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 63250EAE7D2B9CC3E65B75BFAC2F0B24 /* RCTRsaUtils.m */; }; + 625C79F2F1EAB08046841844DF3BE32E /* REANodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CE47C3677AB29E19510581F910E0E939 /* REANodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6276C1D45333F0354F055E832851A6EA /* CoreModulesPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = D80573F8F8662493F4F6250CAAECCE40 /* 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"; }; }; + 62BF24F17CB504CECD8E20426DCA7B70 /* GDTCORRegistrar.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FA5A9572C5DCEF279CDBED53426CB00 /* GDTCORRegistrar.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62C0C18F75974299C47D4165F08EFD82 /* Synchronized.h in Headers */ = {isa = PBXBuildFile; fileRef = 8004BC866A6FE395EE462382D1018E18 /* Synchronized.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62C454BA356873D2D22ED1FEAFE6F483 /* FIRCLSProfiling.h in Headers */ = {isa = PBXBuildFile; fileRef = 025B512840C438216CB001FF5ED9405F /* FIRCLSProfiling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62E7088038382BEF6327FD627025C0C4 /* BSG_KSCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = 54BBC9F9055560F11E455799D5E71343 /* BSG_KSCrashDoctor.m */; }; + 6310DD87166A62E2BE07E97CC3F7A35B /* StreamStateMachineBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 641B4945ECABFBEDD9F81BDDAF11B00A /* StreamStateMachineBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63547D8931975F093C3DAAB06DAAD9E0 /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 082A6E42AD3DEDB6DD6A18C108362924 /* 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"; }; }; + 6363DB77A16490F02A9DECF04FA60C8A /* FIRInstallationsBackoffController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FE81FA2662864C72B81B5B015786B32 /* FIRInstallationsBackoffController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63901D2961C9C57D586F8AD3366BFF27 /* RCTLinkingPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 3825BBA38C2914A32555A7032DEF8A66 /* RCTLinkingPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 639248B63EC7E01E68C313F439A1B613 /* RCTImageEditingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 16AE1DD0F17247259A2B900ECD321253 /* 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"; }; }; + 63925D5D72F33BBB0C953956F3137D11 /* RNTapHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 32C5840BD9E8E1218A0077A480D960C7 /* RNTapHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63A10A8373E52F48D507CAE1E260DE30 /* FIRCLSDwarfUnwindRegisters.h in Headers */ = {isa = PBXBuildFile; fileRef = FC75744FADD6E0527433A3023B316B0C /* FIRCLSDwarfUnwindRegisters.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63A5463F627990B1DF13E95B0A112F7D /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9636763922B0FE1AA983BB736DE52B4F /* 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"; }; }; + 63BE7169745EDCE405166C176A2B13E0 /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 537F7FB7974ADDABAE5F40430A059001 /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63CBA7F8E8BB3F79901ABF13B3CA12F4 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CA84310614F67EF95A0265F1CB91EBD7 /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6400E088740366DAAA33458FA50421AF /* ParkingLot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 850C803CFD92E9E3D26ECD064049702F /* 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"; }; }; + 6402B0918E6325CBD0C0E237A252F032 /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = F789195EB68154A2898E9DB1C135FE3F /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6408AE4EBE9F0066F2C0B677FBD92761 /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 73B2F9AACB557ACF453A3D48A1ABE8F2 /* RCTTextViewManager.m */; }; + 6415960A63CB8884D4B4C14954BDBBF3 /* Padded.h in Headers */ = {isa = PBXBuildFile; fileRef = F868D8CE3EA5EFF1FD5BCBBB985B06BD /* Padded.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 641C6DE1FA2A39820F7C64E78DFCE7E2 /* SKButtonDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 67F4D2FF0BC9EF382908CBE8A14AB7B4 /* SKButtonDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 641EC3D23280D058766C5882C3DCFEC8 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = BC1FC5901C6D1AFD1233C5E381C2F1D2 /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 644FDE7392F7D1B875E51275B4B1E16F /* RSocketStats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 958C08A92F5BE439E11E4013B9DE5A05 /* 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"; }; }; + 6453C5C1CDBDCEF08A57C1F1D3121062 /* AtFork.h in Headers */ = {isa = PBXBuildFile; fileRef = D9AEC6977E8E3BB2E2D1E4BDF23D408E /* AtFork.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6474B9E2543E50A014A4354E2B51E755 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BA7CC9B7F1790F06BCECD4E277BE926 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64877E9E96DAA979C9E3B01102C29333 /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E9A987ACDFFC72D31935B9795409464 /* SDImageCodersManager.m */; }; + 648909D2A5ED7D240FC47F95CC488C0A /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F01B6E8DC2F936D0323C7A2C9E00AA1 /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 64B4ED8853EA5D146AED6D3F51DFEBB4 /* FIRCLSInstallIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DE1CCC4CC68D5826B3BB0633D58E16C /* FIRCLSInstallIdentifierModel.m */; }; + 64BA68F2571A10EC32877B7402A47CB0 /* AESCrypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C3612B46C021CADCFEC047C29E9A7C59 /* AESCrypt.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 64C3024700CBF75B00B4304258A76478 /* MPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E76F97EA2FF6F9EE6BD5C22B194AB34 /* MPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64D2C67E4B3C2F6F3554DA3FD77388CA /* FlipperCppBridgingResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = D11F83DFED7746C5A53572C813488C33 /* FlipperCppBridgingResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64DA811CAAF98C7E55D4A668C0B2A474 /* lossless_enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 39AE837C7C70A3C208AD1A3108D02D23 /* lossless_enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 64DC11C71A29CB9CEB58B881C2571975 /* REATransitionValues.h in Headers */ = {isa = PBXBuildFile; fileRef = E3531851DB77FA42B21E7A9449694EA6 /* REATransitionValues.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64DDB2096FCEB4BA4C16FAAE035409C8 /* RNCSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = F12A38323B63EE4B401618B699FEB85B /* RNCSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64EBBFFACD39DAA2BFFF2E70001F63BA /* TurboModuleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5383D983DD20D2F88835E1BFF0B59750 /* TurboModuleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 651395C021D47FFC2CCDE591FDC4EBC6 /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = CBE70CE5D98E92D9E9695021E3860DE8 /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6513CBA48EFFD461EFC05067DC66C081 /* ARTLinearGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 06369FBA08FEC45C416382726654950D /* ARTLinearGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 652535943BB13DDE845A40783352BB92 /* SKNodeDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = CF01344FF638651B4CACA92B49284D86 /* SKNodeDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6527FD2DC1F4949B0B769940C892313E /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A8430C5955A1EFEDA5B55916B2580B2 /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 652EB34E83A8F675940AB3D6BC802914 /* MMKVPredef.h in Headers */ = {isa = PBXBuildFile; fileRef = 9894A492D722A2F285DDC689AC5594A5 /* MMKVPredef.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 653459802284CE6651EC63E4FE53574D /* RNSScreenStack.h in Headers */ = {isa = PBXBuildFile; fileRef = E99FA1F507AF68D41CF44CB105FEE8CA /* RNSScreenStack.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 653582A8B76194E044202C1BA6899D74 /* Atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 86BD2E8713105A2746F1C9455F02D7C3 /* Atomic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6543145BB5E9DD16FD37DEB672C273E1 /* FIRCLSCrashedMarkerFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BAC6B10AADBE70BBE0E8D855A26526C /* FIRCLSCrashedMarkerFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 656B03619354E8494AF25DD26E3979C4 /* FIRCLSByteUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = DA95F53BF18A88A8B829E11D0A732173 /* FIRCLSByteUtility.m */; }; + 656E07C2FA83A8A671FB3C694709B066 /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 97CC3215985E29B22680A37BED2BF677 /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 657610B93087DEC32A250544866873D1 /* UMErrorCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 553BF746102A0D982B3BC4DF1A697BD5 /* UMErrorCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65822D3FCE89C47695F8C5DC55FAEA16 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E2C529E2D0AB219417CD716AB867B46 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65A37A23269FD2995B39722366F7F853 /* SwappableEventBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D6F4BFED76AAC426EDE10DCE79F2AF67 /* 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"; }; }; + 65DEE80779BF7F355C578866C1F2D250 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 121F2EDAD316D661D62F0389FE014D1D /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6603DA37F158150DADC322CAF034EA37 /* HazptrUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 33052D5B10FB009C9E8E9AB438486AA1 /* HazptrUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 660E6D096CDEA923ECBF594E9CE072AA /* Pods-ShareRocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 81ABB69299E6F3BB892E995CFDCECD7A /* Pods-ShareRocketChatRN-dummy.m */; }; + 662F27E366728074F54CAFDEAA1CAC57 /* UMReactLogHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 231F719E3B2E280A0546975FFF8A9B61 /* UMReactLogHandler.m */; }; + 6650FC2846964A974E01F703331C6DCD /* StreamFragmentAccumulator.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A5C748FED4E85E55B7282160F2768BB /* StreamFragmentAccumulator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 665DEE4108939A764454440EDB8FFF85 /* RNCConnectionStateWatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DE33F7B472946868C2C42C82B4E291F /* RNCConnectionStateWatcher.m */; }; + 666D6393A0A7CA6923BCE17E09B189C5 /* FIRCLSDownloadAndSaveSettingsOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 92825CEC94D8D0951E658C653981644B /* FIRCLSDownloadAndSaveSettingsOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 668086EEB7C7D45CED5900CF17EF879A /* BSG_KSCrashIdentifier.h in Headers */ = {isa = PBXBuildFile; fileRef = E0E9EC73E2AAA9AFF4742C67D7961E03 /* BSG_KSCrashIdentifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66C6279937624F871B662063764D08E3 /* BSG_KSCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46C2A3E78853F919453F9FF66AAFA9C1 /* BSG_KSCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66DA13EB9908E8AED028DF0FFB3193A4 /* Libgen.h in Headers */ = {isa = PBXBuildFile; fileRef = BB09F185072FFBFE6FB96BC0224D49B9 /* Libgen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66EC00C3BA308273BCE7E2C4D52616D2 /* RNCConnectionStateWatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 587AD6FD9BE72F0BC98AFE4209668AA2 /* RNCConnectionStateWatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66F131D5143CB053CD98610B7F730407 /* FIRInstallationsStoredItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 82191CCA49890A15A360D81DDA814CC8 /* FIRInstallationsStoredItem.m */; }; + 67185D0C2E290C1F6CCF3D80FA090424 /* StaticSingletonManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F44DCF6DF81C9BEB2EC520A0261ED0D1 /* StaticSingletonManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6747A3599A7AADEF987461560A86E34D /* react-native-mmkv-storage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BF336D0FCAFDF529D351CEC402EDFA23 /* react-native-mmkv-storage-dummy.m */; }; + 676BC451AFF5E2FEB9EE7F169944C9E6 /* Common.h in Headers */ = {isa = PBXBuildFile; fileRef = 551D18FAB61C37CC1E5F557EB6688458 /* Common.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 676BE96EA626EE4D9F24B503B3F59F55 /* QBAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CE160D604744583E813A88EDD1A5435 /* QBAssetCell.m */; }; + 676E3C0B47DD9C5CF53AB746482A619B /* FrameFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DA16AD18302E8075280694433E36E21 /* FrameFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6777450CC9D86C77C7A31EB62F7ACFB5 /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EC32ADEAAB51A1A269CD0472476BDEA /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6785327E221ABA3ACB49419DBA0DE070 /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C3EB6CA709EABFAD0EC9B4C37CCEE49 /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 679353925FF1B72BFD1184F66D510D46 /* ThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 20F8FDFDA0DB20A6D35F500ADFD5C1FA /* ThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 679C2D6B2E780000CD90C3943C815D6A /* it.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 1B38ABA2844E6E965B07AE6AA26F7642 /* it.lproj */; }; + 67B402B5DB36574FAFCC9D47CCFD6DB1 /* RCTClipboard.mm in Sources */ = {isa = PBXBuildFile; fileRef = 21F635B15DBE25B44B6550F4CC74E58D /* 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"; }; }; + 67BA13861E06F0F35EE6DD16F4EC1D5E /* MemoryFile_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D541A379CC226941493E09CDF4971B2E /* MemoryFile_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; + 67C472F9F0783A8EADC57974E652C12F /* FIRInstallationsStoredAuthToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FFC1104F3E207A7B409E9F5832B3593 /* FIRInstallationsStoredAuthToken.m */; }; + 67E0BFE732F3DD432118F7EFAE59071C /* RCTKeyCommandConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = DF987384F38FD1AAFFA337BDF2A02A0A /* RCTKeyCommandConstants.m */; }; + 680376B047CC13399E96C065E880FB95 /* FramedDuplexConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 32C047F073C633D3B8C1E23EB0B012D4 /* FramedDuplexConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6825C4460A11C8472D89B816D79808E7 /* YGLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 521B79119F49CF89C807978AED1A01F5 /* YGLayout.m */; }; + 68333F4F118F2343D58E8C038C353E8B /* FramedReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 104F59A300D5286AED3D528C51EF3C0F /* FramedReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 683E4EC2C2E7450C6C4B03081E874435 /* RecordIO.h in Headers */ = {isa = PBXBuildFile; fileRef = C88480E9CC36CEAD5D73394BE39DEADD /* RecordIO.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 686EFA96378613EDDBC86DDF88C485DE /* EDFThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FEDBC83AE461A2428D00CB766CBC809E /* 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"; }; }; + 68775EF1017A4EE788F7CE94B0EC76F9 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F96676B7BDA52EBC69E46EFA1F949B0 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6878BCB061B32892BF486BD1864874EC /* yuv.c in Sources */ = {isa = PBXBuildFile; fileRef = E5B3C96FED6BFCDD40D22EAE37BB6247 /* yuv.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 688ABA4EBF74B1F4D29070D92FFA24DB /* alpha_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 57BB9DDA2F1BC2C229720137E442ED86 /* alpha_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 68A0D378E7C0E6BB821659A8BD119603 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = DE62D5BBA5BAF2C1A9B561FBDDB5C9FD /* UIImageView+WebCache.m */; }; + 68A9938F1C4FB6683CD0CEE854DE3297 /* RCTExceptionsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5EFF9E655FC5FFDA28EBA9229EA60072 /* 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"; }; }; + 68C5248942B9ECCE336BAFB71A3F95BF /* GULHeartbeatDateStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = FF75BF9E696E19E0A58730A3F898145B /* GULHeartbeatDateStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68CF0707315AFE25B812B3EAC0C9799D /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AA6D1E7414C8C0DCCCCDEB361A9BFD4 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68D096701E41AA4A1FECB456A40E7239 /* FramedDuplexConnection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 735B6FDBC34EA389B644AC0048BCE41B /* 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"; }; }; + 68D4E8EBED3B07E284ABCE20F1E3281C /* RNGestureHandlerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 035F20CC3A0001F2B05AF737169C6495 /* RNGestureHandlerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 690510EF924CBB9EB1F3739DC422D3D2 /* ARTPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEB0296F43DAF966C998C264742E893 /* ARTPattern.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 690A6A6992A39B73203B2871070678E2 /* RNCNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0468BDCC13CE8B1D9F71EEEA0C1036D5 /* RNCNetInfo.m */; }; + 6928C1DAB356E256D558A4E758134F69 /* GDTCCTUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 78A1052611D927D9329CA9DDA4E33E0B /* GDTCCTUploader.m */; }; + 692DAE9BD8C61935AB60910D65F44FD5 /* GDTCCTNanopbHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F94E3752FE7FCC3CD0145E0CB9C7A5C /* GDTCCTNanopbHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 693781542846557364F29354E686C0B3 /* RCTLogBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 21086094673445E22C8883D9D4785C89 /* RCTLogBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6973F71F43F286D121CBF76F6E290821 /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 398A7B5DD984354CADA9514889D07A35 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 69827671C869E0C6BDDEE5BB0058D2F1 /* MMKVHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 43B11C76545368DAA68E22FE6B5DD484 /* MMKVHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 699946058B4BA12AADF682C061E014DF /* RCTActionSheetManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = EF352D0A030E3CE2B2578A48A0987F1A /* 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"; }; }; + 69A0A13DFD0C98A5675D6D5F6B3713A8 /* UnboundedBlockingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A19D60BAF5C3C5127062010BA0C3F81 /* UnboundedBlockingQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 69E5B6058874E49575C7372228BBE57C /* BSG_KSMachHeaders.h in Headers */ = {isa = PBXBuildFile; fileRef = DB32BA937D481065AA55D792825D9867 /* BSG_KSMachHeaders.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 69E7D834D137CC906FC9B12306A7E869 /* KeepaliveTimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9C4C92982C67C40EEECC304092E3F6B1 /* 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"; }; }; + 6A02D18728F1D15C991D9F44B667557D /* RCTWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE89582E28B879D55032549BA3AA1553 /* RCTWeakProxy.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6A098D3E5C326C908E04399B5EA72B02 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 23636DED2E59A42D30F86A594FF9824D /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A09FE1118D92F42710FA9885EBFD7E1 /* IPAddressV6.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 21FDAF3609A8D3181BAE206F56244266 /* 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"; }; }; + 6A26020022019D6CF1CE5224087E20B3 /* RCTImageURLLoaderWithAttribution.h in Headers */ = {isa = PBXBuildFile; fileRef = 358039DB4E01AFADBDBB562D90F63BEA /* RCTImageURLLoaderWithAttribution.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A34757B27E7D73D7274B74157DD280B /* BSG_KSCrashAdvanced.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E82B78EA0A9D2C8CEB476E353BEF062 /* BSG_KSCrashAdvanced.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A777C3B4431365699B4735251165C21 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 527DB54CAB157B3CFB8EB8CEA3FD275B /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A8BF3756562696C23145C36567CD1D8 /* SpookyHashV1.h in Headers */ = {isa = PBXBuildFile; fileRef = 08F28275DBE5D47B10613D08900EB7F3 /* SpookyHashV1.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6AB1CFB9014216147B568F563D963525 /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 14023ECCAAA856A82EBB5CAE8FC9C035 /* zh-Hans.lproj */; }; + 6AF54E24842761B600136FB6A9B7C3B8 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B7350D4D0CEE517FE6D69E1BE62D92D /* 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"; }; }; + 6B1EE3F4F8E4DAED4C6440B651B59751 /* dwarf.h in Headers */ = {isa = PBXBuildFile; fileRef = 42CBCE9E0AC14B074E7F304C3CEECAF5 /* dwarf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B2543DEE42835F7D39F6724F66310D6 /* TypeInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = BAA5B1CE699FEA2F89B68908EBFF9AA2 /* TypeInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B26ADD30EAD5900D5C2B36D63306CC9 /* RCTImageView.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6E75DC7C207B578E3238965976E5B33 /* 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"; }; }; + 6B2882B36E5739E422F55376E3A0610E /* utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 7C8E72F742FC97FBF13B30F52C0AA687 /* utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 6B33C5C5ACD1252156757F55356874CF /* MemoryMapping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41CAAEB224C37C4168C9D01E368648AD /* 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"; }; }; + 6B342EA59F492722FE8230E84286F0CA /* RNRootViewGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 26D178F467503E1F6B0082DFF52FBBBF /* RNRootViewGestureRecognizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B3909836A38BC7B1AE3AE0BB5998605 /* StreamResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 25DEEB0A9C61FDC04D20711FC9E77971 /* StreamResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B6C023AC6244017CF6B5114D1BDEF60 /* RNCookieManagerIOS.h in Headers */ = {isa = PBXBuildFile; fileRef = C0FA62A074F803FC43A4434CC3CB287E /* RNCookieManagerIOS.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B7A3BB0C31D7D506DF93EC7D7FF35F7 /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69184D339C29893B492F436C8926ACDD /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6B8C808B31CB61FE4F4D575F2C910DAC /* GULHeartbeatDateStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 67868346E522020D1D6613EFF98D2851 /* GULHeartbeatDateStorage.m */; }; + 6B8DB968A4C932033CD7F460B733452D /* FIRCLSMachO.h in Headers */ = {isa = PBXBuildFile; fileRef = 93F47D57D10B42D647C21BAB60BAA78E /* FIRCLSMachO.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B8FF16D4AD8F962567A7673601592F6 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = 76B67B704940966281A631BCAF9710EB /* log.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BB921326F75036C1DAF8B9CCA9A4DDC /* UMNativeModulesProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = F260D40C67B6C43E338486544A2DB942 /* UMNativeModulesProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BBC9EDED1A3E52B491535A618ECBEC1 /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = 10820F954F603C17762CFCF6FBB392CC /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BC42CD6EB4EB48852DE5855CA8410C3 /* FIRAnalyticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B4AFF2D2606B017C4FA98B9C8CE4BC6 /* FIRAnalyticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BC552959492D2EB30DC1B8D8C85ADEC /* GDTCORPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 5358714EED6573439B4CBAEE8DAB2C77 /* GDTCORPlatform.m */; }; + 6BCF27A11162CE878CBD7AC715E40A79 /* WriteChainAsyncTransportWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = EBEC369E4EDD3F2739A7206C46D8FEA9 /* WriteChainAsyncTransportWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BF87CFE8A6CE3B9B9BE3260309D8234 /* Bugsnag.h in Headers */ = {isa = PBXBuildFile; fileRef = 686B843517E67E9DD2E9F5F9A73011C0 /* Bugsnag.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BF8D96F770E04839FB319B8A435F2CE /* GULKeychainStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AB0FA8583801C6725F1DB67E10883C0 /* GULKeychainStorage.m */; }; + 6BFDE04BEC481A56186541540895AEBB /* SKStateUpdateCPPWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1B5059AB4006953EF06EC1AD92AD2261 /* 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"; }; }; + 6C0CCE36F8E4912DFEFE54ADFB7B1107 /* RNCSafeAreaProviderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E9BB884E96EEF4181E0702FB7D91C54 /* RNCSafeAreaProviderManager.m */; }; + 6C0F526A67E8BE75D66EC3B19CDA2916 /* UIView+SKInvalidation.mm in Sources */ = {isa = PBXBuildFile; fileRef = CE304F7D6CD6F7D1D1BBE184ECBA33C6 /* 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"; }; }; + 6C1033B93FD92C98BDDF104C5A34FBA0 /* PropagateConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 49CE737D56D9D485721870164CF971C2 /* PropagateConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C5452BA9C977F7B3C48A9BC41AA8749 /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 704498D4EA33D3221D682BAFB6798A48 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 6C5C11C0612AAB33707E7E7A0B7ABF56 /* RSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 72018EF8F6BC08C888661894C6FFA629 /* RSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C865B336C50DD0FE6A81F5573BF1712 /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 96AD7D4EF2DB945479883F02FEECBAB7 /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C980D4F6A5FBEB0F36DE8DFF0FBCFC7 /* DistributedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 39F1A109A1680C51E6671B2B897B4331 /* DistributedMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CB10532AD9D8850C633A3CFB7CE296F /* BSG_KSCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = F1BB717E459505BDE807FACF64283992 /* BSG_KSCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CB50ADB6CAE5F35A19108340D72502B /* AtomicUnorderedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = F5E320E3CF5409E15B28F32BBDD745A1 /* AtomicUnorderedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CF49AE7B6C309BE2662A69E723097BC /* Hmac.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FE8DDA525BC5ABA021DD59E2D72025C /* Hmac.m */; }; + 6D077129BFD276F00CA2F26BE625D33D /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A54F0115158B08F57DF13AC69F5ECAD /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D0ABD3330130ACBE641786AE4CF47D5 /* AESCrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 2811926DAB6DB965EBF479AB571CAA07 /* AESCrypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D4555A37CCA38DF8F33233C1D2CEDA1 /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 95C869FC9DA04B217946DC3C46D80C28 /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6D46F592A9CE37438A8A7E2AAE723102 /* SKDescriptorMapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D998E0B88FFDD944C9978DE6EB87CD3 /* SKDescriptorMapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D691D51E3F7F0B7542BC849AF0B6C7F /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 770716D2C38E103B6C3EB855A982ABF8 /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D6D8BD2F5084497F7FD1658B09E1457 /* GDTCOREvent.m in Sources */ = {isa = PBXBuildFile; fileRef = F03ADB01617EDE9BCC87D62845FF3283 /* GDTCOREvent.m */; }; + 6D6F4B0F33E912EB4C7041AE254FADAD /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 02B3C17838F4B8794F9E36620A0295E1 /* RCTBaseTextShadowView.m */; }; + 6D7F58D6F59E630CBEC13E1DF86F4FBB /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = EEA895D5067AE3A23A6570066310B1A8 /* RCTUITextField.m */; }; + 6D84748703E721BED214A2455C54128E /* tr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 1C5B058F36AB82D8AA43E4C9F7D17032 /* tr.lproj */; }; + 6DD51966E51463E68CA5BFB7A6DB13AC /* Sse.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BC9928ED1F24AF29E5052F32917981B /* Sse.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E110626DC827DA5F1A81AB018EF8027 /* SpookyHashV2.h in Headers */ = {isa = PBXBuildFile; fileRef = AED36131FC91E80D086DF7DC51C702F4 /* SpookyHashV2.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E38C10CED05627C46DC9958E1B59D2D /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A1A754ECD9D9FD4087389C70A2BDF33 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E6CA7E11C46C66BB11D936B24282382 /* RNRandomBytes.h in Headers */ = {isa = PBXBuildFile; fileRef = 60D3AF74A14EE23615AE5200CF0EECE1 /* RNRandomBytes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E8B4E26A71972DCA6631B40B8BF17BF /* Future.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C80C13E589C3FC778128230DF17E73FA /* 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"; }; }; + 6E911793C10323798EA7F34E06F3354E /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = D6DCE7B0DA4DDC060686233C047F7F78 /* FFFastImageView.m */; }; + 6EB0D63BA7071E402F4BA0E892B08BFC /* REABlockNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B7E030586A6CDD93DD206DAFB25FD7A /* REABlockNode.m */; }; + 6EC14A2FBBC1EEA6A815930210DF9BEE /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D37D03002BC8CAB7C198427C6A893F3 /* SDWebImageDownloader.m */; }; + 6EC5B80F0CEB267F7DDB3D6A12F13ED3 /* CString.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F728EB98472F531B681459B9BD6532A /* CString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6ECABBC8D85C57031C3300FA252791FC /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A83C81A79BEE92D3942B405643C8A27 /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6ECBF5784368998C907A12EEC0B0C73A /* RNCSafeAreaProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F79D7A18B6FE3944900F8C11D79B9D5 /* RNCSafeAreaProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6ED963269FD7697312FA9C253FF340EE /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D11E66BEBF2DA2783AF8434F3F866B4C /* React-RCTImage-dummy.m */; }; + 6EEF23074BC9E740E88AEB6F9061757C /* FIRCLSRecordApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 26B52A9591E69B1A7A952845CE3A95BB /* FIRCLSRecordApplication.m */; }; + 6EEF8DD908934500AA7A1EADAB32D000 /* Try.h in Headers */ = {isa = PBXBuildFile; fileRef = 275D7435337E7091498E630064CCA84B /* Try.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F018B8B904C5B98D4F49822187A7B54 /* RNDateTimePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B2EEEFB7F285C1B78A52367785120A68 /* RNDateTimePickerManager.m */; }; + 6F03B1043AB56D7BEBB22329F8AE3601 /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AE56758B133E4E7506AD4851A28D969 /* 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"; }; }; + 6F1E83C5D5BA53A1D07395DFA71B01D5 /* RCTNativeAnimatedModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E8E0522E4892BF2719D426BB8E694AA /* 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"; }; }; + 6F1F8EF644016A395B41D4E944A6BADE /* react-native-cookies-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E2312031200F117FBAA12F62C9235335 /* react-native-cookies-dummy.m */; }; + 6F1FABB723AEFB27CA8004A2EBEB84DD /* ReactNativeVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = B73289079357BF5858FD55C0497466AA /* ReactNativeVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F24A4CF0E84E0360D2A5427F50C3BF1 /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8286B6961F9228054AFE1BF0AF883BFF /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F2D76A12DCC0308757901EBD30C68FB /* thread_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = AE3B1B7FCECEA3F36A7C9E3D9D5CA4AB /* thread_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F3E7E2CC92E18F07097056CC85C6DE3 /* lossless.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FEA231CA07B2FE1155F710B652A7896 /* lossless.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F5027732FE15C1C808332969743E509 /* UIImage+CropRotate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E77CBA854D2441BC5A729B48EF8F01F /* UIImage+CropRotate.m */; }; + 6F51D96F8986AB5E320CEF2EEF15E6E5 /* RNGestureHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = A9AE502EC8ADAD1155EE4B628FD91D93 /* RNGestureHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F823C3535137A8185AFFBCFE2D6925A /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8A6709C29D94393E6BA2B6CDB1DB0BC3 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 6F99852EB7890398C96127B1F2496F07 /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 32F614C44A4A3E88CEE04A40FB4D2141 /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 700392024309C0CA1078C765331AE16D /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = CD2127891A6B18A6BD04307AA5226AC4 /* 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"; }; }; + 701BD1C20ACE82FCD47C59B63F8E25B5 /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DDDAB75A67211CB85E26D4F4BFB11E1 /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 702CB3211C84AA076BDA62A3A094BFF0 /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = F45095C2157523B25E996AD8A3A5A817 /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 702D8E330BBD8E0DE31C53E0818C411C /* ThreadedExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA5FEDCD6B613FC44A192C45CE43AAC3 /* 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"; }; }; + 703C65038103B4775648FA5C6E279D7C /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D4DB63F114F68E8AADFA158C575B6FBC /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7047F1ED856DD7225B2454314FEF4021 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 77F896FE89FCE573DB8920EECD2D9BD2 /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 704F9AF74DE260A5DE73B253D6A9136F /* RNPushKitEventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 124A7125AE051195715D11902A8C99FB /* RNPushKitEventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70615D6EE40FD0DAFAD03B4137673992 /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 9196A13BB520278FF145B80ECA92FF35 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 707CE58DD716CCAC79AA0E87EA03E104 /* FlipperCppBridgingConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 386B9B5EEC0E5C9FD19E1315AD35B919 /* 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"; }; }; + 708F9F6B497F5AE15040D604F56A2DAA /* RSocketStats.h in Headers */ = {isa = PBXBuildFile; fileRef = 39619B311DDE1BDADD29E609CBBF65E2 /* RSocketStats.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70964AEFEAE617AD49AF588AA9EBEDA0 /* Unicode.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A2A11C2D2DE93DB2C9658A6394E5EF /* Unicode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 709B85B6798D882EDF3B6ED3656590BB /* OpenSSLVersionFinder.h in Headers */ = {isa = PBXBuildFile; fileRef = ED95A19766356EB3927E7093174CA3F3 /* OpenSSLVersionFinder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70BA8BD58AA8DE517195995763E2569D /* Unistd.h in Headers */ = {isa = PBXBuildFile; fileRef = DC74804A1A98452AC40E0B829D25FCCB /* Unistd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70BCC0EAB73490B1A1CAD1CD2873FD67 /* Flowables.h in Headers */ = {isa = PBXBuildFile; fileRef = BC12B21FD3909231970AE5BFC90E6268 /* Flowables.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70FA898E7CF46BDC64E09352434DB87F /* Align.h in Headers */ = {isa = PBXBuildFile; fileRef = 643088D775AC6DA08BDD71C22C9BB97D /* Align.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70FC0423D5D85A10276C019472AD7DAE /* RCTAes.h in Headers */ = {isa = PBXBuildFile; fileRef = 10A6E60F7509F12AD017B0BA24C28948 /* RCTAes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7107D21E0C9710B3878653A0DED9403B /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FFCB4F1425690579873D9DDBD1053FB /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 710F57D653259521280B34661797F7E9 /* ARTRenderableManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E5BBA465B232DD25F631BC7C87B89011 /* ARTRenderableManager.m */; }; + 71363BA53E545A566438E36904DFDB08 /* EventBaseLocal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28DC8F2D29619F49492C32ADC08EA4DE /* 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"; }; }; + 71365060B78FF43522F28712D7FAA361 /* MMKVLog.h in Headers */ = {isa = PBXBuildFile; fileRef = B0D637527F21B1B04E42D0AD7748A07E /* MMKVLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 713C6F605871E06DE7AB2C2E2F5649FA /* IDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = BC677B4DE7007632E047E7E2ACB125AE /* IDStore.m */; }; + 7156E6C3BD31E5B2FFAB449CA55DE015 /* IOBufQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CB9E26B9CB28EFB6BD262A21E180DE3B /* 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"; }; }; + 716C3D75774219593ADBFD710534546A /* HighlighterView.h in Headers */ = {isa = PBXBuildFile; fileRef = B1D2D077A72C2CA68290ACDD38E29525 /* HighlighterView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7170C37B1F7BE3C0AEF0314498369966 /* Fcntl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1196E66E13A7C54883444A433B02CD20 /* Fcntl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7183BC486E567391C52F0BD24D2C8DE8 /* Color+Interpolation.m in Sources */ = {isa = PBXBuildFile; fileRef = 912D2B9EB3A952290051A68652C4A40E /* Color+Interpolation.m */; }; + 718C9A996D6D918EEC91604A7CC4BF17 /* UMModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AACA8567A4D10254C00ED93EFECACFD /* UMModuleRegistry.m */; }; + 71B3888AD634A0F0C1FFE6FFED5FA4DA /* StringKeyedUnorderedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 43BE4321F2789345237C581724D9A7BD /* StringKeyedUnorderedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71E3D5B18352D7D05C06F33412361966 /* Subprocess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E34CA25EFC0268FA212DD51351397377 /* 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"; }; }; + 720C6FED7064F5B2CA7DFABC3737EEE0 /* CertificateUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAA50CC3916C34E843D43BC1733A5D0 /* CertificateUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 720FBE682AE562653CDA01C87153863C /* LockTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 92D044E921C76E6B1D66BFFF716E05E3 /* LockTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 724027CB1901CDFF5248687B90B8556D /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B3DC6FC8B5C1661066CE1FEC6032634 /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 724A328E34268FDF1AE628AC9ADB9AB8 /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = E189BF77D0331A3A86A1503B5B3FD58C /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 725AEC0DCB8EEE3B87BAE17845A23243 /* msa_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = 14AAFF60F4A6BA97DD7E4D01DBF0636C /* msa_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7261ED5DBF9549B8EB9D33B100FBD8EE /* RNCAssetsLibraryRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B84B892D7D4050D0B1CFD953DD95DD9A /* RNCAssetsLibraryRequestHandler.m */; }; + 728259095E0F34467B06E200A410D536 /* lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = E6E55B08A7ABFDD88934A691F4F60359 /* lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 729177AC4FB9AB7E5636278ECFF278E6 /* ARTText.m in Sources */ = {isa = PBXBuildFile; fileRef = 492E5143DC62C1134A52A2CF9501A4FC /* ARTText.m */; }; + 72A0E8FDFE35A40DED03137BBD91453D /* CallstackHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = C20F2DC4CC6182ECD0FED6F7EBAE66F3 /* CallstackHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72B35C3691914DDC46706C75CCEEBC1A /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 66519A5016D0C8EC1894BA38589EF99B /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72BB531F14D0200DE36A4AB8330134FB /* SSLErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1493512AC01D7F91E06B1A79387134 /* SSLErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72E752648FD701F6768CF13F2020A4A4 /* IndexedMemPool.h in Headers */ = {isa = PBXBuildFile; fileRef = 1876EE575134D19A49EE2A8923E387AD /* IndexedMemPool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73007FB1D757618429107FEEE42AC476 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = CEF0A897182F38E4711068015BF383E9 /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73180619049657209DC7D86AC88197A4 /* RNCSafeAreaViewMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F7B4FAB5D8B4A72F31AD5397E3BAE65 /* RNCSafeAreaViewMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73199B5E3AF28C3E0484B8026C585B06 /* BugsnagSessionTrackingApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 326B25132FB1234FFB8C8B5BA33F0224 /* BugsnagSessionTrackingApiClient.m */; }; + 733B5FFEC83CFA18E5E5F111BA7584F2 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 901BE7B71C5B67D0CB9BDA9714439D78 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 734530C3D3B6CE3CAB7BE35B0B4E47CE /* FlipperClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FBDAF0D8A885FA4AEF06E09221840EDC /* FlipperClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73571EA85EB1D1BF4AD6B2DD182C62C0 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 51FDB448BAE405789B1C30ABAD660499 /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 735914B0A15A4FFAB316C64E39C80F8F /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 93EDEFEBFEA13BA3D6D7F1C131DD3498 /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 735C69C0B7D7534594B34A44470F9834 /* FIRCLSInternalReport.m in Sources */ = {isa = PBXBuildFile; fileRef = CC5D72A8D6B7BBE28C64B1BFF87F735D /* FIRCLSInternalReport.m */; }; + 736395C3B66B745350C1945DC73FB273 /* BSG_KSCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = C74792AADCB0E11B173A993811908DE3 /* BSG_KSCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 736745F43F5CB782F651CC28A9B68B94 /* ro.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F51242A385AB1B2032B7269E1F652A53 /* ro.lproj */; }; + 7368DAF4F1A6D47816005BCE05065217 /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 057F9C105167A3A2292E15978681EB6E /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7383660066EC974F8A46039E52DB7D48 /* RCTNetworkPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 68D1FDAF81DF9041CC565B5EE537848E /* RCTNetworkPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73870C68C85B48F6F58C8E69CCEB112E /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4001B9F7E16F1DB7A6AFD63C480BF5EF /* 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"; }; }; + 73A5B943E110814A4A58395BFA0B1E3E /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 86A87C4056B8BD7694CFD610CA21058B /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73B2989640CE05431C851DD06A7927A9 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = EF985844DADFB930A2DFED6B1178CBBF /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73E5FA6958A3721A6795CC9BCAD586BF /* lossless_enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 03FC85299FEB9052FC30CFFBE1CA3B35 /* lossless_enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 74433706500C16423650E8E6ED7D1198 /* UMAppLifecycleService.h in Headers */ = {isa = PBXBuildFile; fileRef = 007C41E30FC9BC818A8E9F557969AADC /* UMAppLifecycleService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 745167EBF9B7789340E15BE14EE51589 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = A8C3E61220FDEB01E5EB37CEFEC80B91 /* 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"; }; }; + 74539723A586ED5C55785C8E34D6B729 /* IPAddressV4.h in Headers */ = {isa = PBXBuildFile; fileRef = 062EE551C4F88A33FEFD22213AAAF0A6 /* IPAddressV4.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 746320644311D743D6A0355853EF5E40 /* SKTouch.m in Sources */ = {isa = PBXBuildFile; fileRef = F7C8AE4CAE168377AAA864FCD5097C82 /* 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"; }; }; + 746DD52318CDB8DB3A930E17724104B1 /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 395E888FAA9E19F3AF69EED49D65D9BF /* GULMutableDictionary.m */; }; + 747DCB1E817C8C76B388DDAC8C4158E1 /* Flowable_FromObservable.h in Headers */ = {isa = PBXBuildFile; fileRef = E9754DA6E35E1BD84A36CBA255F72D5C /* Flowable_FromObservable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 748DE1BB70F8E37AF04F4350706D054C /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AA21092928D53FDE56E596317414152 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 749B7017E46778BC0570D7DE656042C9 /* Util.h in Headers */ = {isa = PBXBuildFile; fileRef = DAB0F3C39296AD0BA2D8DA97722484D1 /* Util.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 749BF74B6022BB330C73154EA8EF700E /* FIRCLSRecordHost.h in Headers */ = {isa = PBXBuildFile; fileRef = AFB179655D1B6D38FB4F07246A992AD5 /* FIRCLSRecordHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 749F22E01DB00CD5FFDE591509971E73 /* StreamsWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 815A58B5EAD79B08BE484549805C2DC5 /* 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"; }; }; + 74EB1E57ACE6D45BC43F1E54173B51F9 /* RCTRedBox.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4AD66AD77E6FAD6AC36A973EE0A3AF3E /* 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"; }; }; + 74FE97C4F5B1F9E36E50D199F0C21713 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5945A137A96E6AC5819B6E69FDF5A8B4 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7504FC314492E419E11D721B6085E278 /* ExecutorWithPriority.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2BAAD26C79EFFDC188D3EA6DB532FBFD /* 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"; }; }; + 7515AD9400AA662B76A7C7B4C14394B9 /* RCTImageURLLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = C107E2C9F4E45921FE97791D4D736397 /* RCTImageURLLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 75171E9D71B7CE9B10B35458FEBFFC48 /* HHWheelTimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CF4D79AF932F3B049E9D072D339CB68B /* 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"; }; }; + 752A38E78A7E23555A029451E09D47CF /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = A55096EBDA491A195862E56A82367BBC /* UIImage+Transform.m */; }; + 753135E5A7678326CED44ADB1974F056 /* FIRCLSLaunchMarkerModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 252D933B39817B62FF07CEBBAA5F321B /* FIRCLSLaunchMarkerModel.m */; }; + 757E230E3391A738DA4745BAA6CF2083 /* UncaughtExceptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E8EE360FEE22B7357850CAC803B839B /* UncaughtExceptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 757F97A0F7DEEEE7D7DD4DAE6F8E1B44 /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DFAB4BEBF85CD2B16CC1CE72CCB4461 /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 75B3BCC385413AA38013F23792C97577 /* format_constants.h in Headers */ = {isa = PBXBuildFile; fileRef = BC5ED0F001314CE484B36F1BFEEAF937 /* format_constants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 75B7528A26AF6C0CBC84C022FDA9DCE3 /* REAAlwaysNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E086F8D165A41EC4A7E9532A16376FB /* REAAlwaysNode.m */; }; + 75C89B746C43197113F9B7C8222FF3FD /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = DC0AE895DC540EF9F958FFF794C27FCA /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 75F45A4E67C050F5F0232978F6E92BDA /* RNFBRCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DFB0D8D9DEE90C55D5380F699C0798C /* RNFBRCTEventEmitter.m */; }; + 75F54FCCD89C187614B469A21C7D5B1C /* huffman_encode_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 7997A79A90F794849C2B3ACD48B91EDE /* huffman_encode_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 75F9274C205DB28237F6DE479779CB46 /* FIRCLSReportUploader_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = EE4517BE04C4913E6CFA1288B7F87021 /* FIRCLSReportUploader_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7602BC750C61467FBC577FC261E81933 /* ProtocolVersion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FDBE6CBF99C99C690F3642797BCFAF14 /* 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"; }; }; + 76070A2300ABBC16829C4425BE2E2E88 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 553B21936F82BE3ABE5815C7FEB3E0B0 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 763E3A3441CA1F0379C01B2CF01F7CC5 /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = F0A212B22A78F249006BEF8AD24268D4 /* Exception.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7646C48FDE84A54650D77FC0C0800501 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B0B02237A5F6C748381CFB882269B89 /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 764D808AE01C3101079FE3A7080F5D49 /* CodedInputDataCrypt_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9479ACCA223BEDBDBCAC5F0F55AE8E26 /* CodedInputDataCrypt_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 76531C90F018051591375836D2B7D872 /* Shell.h in Headers */ = {isa = PBXBuildFile; fileRef = D7CD27C45143076AF356FDAAD660C29F /* Shell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 766D65440C42BE2CDEAABF1CE4963730 /* RNCAppearanceProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = AB1F43DF9FFB65E29F83524B800A104B /* RNCAppearanceProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 769D876AF550FAF17144EC1E0B3AD06B /* EXFileSystemLocalFileHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = CA45F76BF1656391B6CF2A69ABC77DF4 /* EXFileSystemLocalFileHandler.m */; }; + 76B71E65F2D62B7023B79F3BFBCDE506 /* FIRCrashlyticsReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 04A4DB236DFEBCBFDE59B3B7F83A2287 /* FIRCrashlyticsReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76D7FF4B5AABE0996CB4CB62DF5F6AF9 /* HazptrRec.h in Headers */ = {isa = PBXBuildFile; fileRef = 233D6A82937B9C6D79C5F8BBFDF56E10 /* HazptrRec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76DFE67A360211093104F59FC1DD7225 /* RCTView+SafeAreaCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 86F544EC74427270DF1FA19B47B05CFB /* RCTView+SafeAreaCompat.m */; }; + 76EDAE2B2C19EEBD786B950168002CF4 /* EXWebBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = FD4AE4627BD4C9E8A02A21297C90C52F /* EXWebBrowser.m */; }; + 76F069FBB6B51AD5AA643F6885E95F0A /* NestedCommandLineApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 99E30F3302F1C26B23C77583AF4D4B7E /* NestedCommandLineApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 770B781FA9449B76FC68E249E1053CE7 /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = EDEC15E0C9D46C33569E397684D55D8A /* pb_decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7715B01FB13CC532D97787ACC03FF140 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 6993ECC3F39D83DC8E4B9CF56826F5FE /* de.lproj */; }; + 7722C17F08B7E1D7C15AE27E93209B6C /* RCTTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 04A1A7C80305D14C15305434E103D007 /* RCTTurboModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7736A7798E656270349511E564563ECB /* RCTAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A67AB74327A0463BDB47587B9E6CD2F /* RCTAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7736EB5FC8539EA2386AFE8EA9FC1458 /* REAAlwaysNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 469142A6819651BBB18FDBC05E0C190D /* REAAlwaysNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 775652DD25ED5C3FABD963F96E82E6E6 /* FBLPromise+Validate.m in Sources */ = {isa = PBXBuildFile; fileRef = A4367D3B14B572CA386D7BBF5A696A62 /* FBLPromise+Validate.m */; }; + 77931165EF4C3D5E345752A28601F000 /* SKViewDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = EABED39F74111F95FDE9538A87750855 /* 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"; }; }; + 77B9B724F03F4D42E46C540773087D9D /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 6687FE2E68CEDB6872136D2268D42587 /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77C75675FA2DCD64142B414546899501 /* RNFetchBlobRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = E0BDB28AED96FE610BE6E780858E796C /* RNFetchBlobRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77C88841E442DA6EEA4A56CDC2B6D1AF /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 25115ED9E0688CD4BD31DF6FF3AA66C8 /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77CCFDEC1E76EA1BBFD029BF3C8E7A41 /* RNNotificationEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 16668DFBC731D8B960B5CED49E45EA5A /* RNNotificationEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77D955DE625E8862476D8A605CFFED44 /* Parallel.h in Headers */ = {isa = PBXBuildFile; fileRef = 31A0F5A5B6EBC288425841C622449FF8 /* Parallel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77EA1D7E46BC21B2BBC1EE3A6E6E5757 /* ColdResumeHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8CDA73D69A21C6B92DBDA66F717E10 /* ColdResumeHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77F6043F6F38DC11EF47B13A3AC0E0AD /* F14Policy.h in Headers */ = {isa = PBXBuildFile; fileRef = 673A95EC43CEABB7D632C9FCD9D6D206 /* F14Policy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77F6FD261ED0652ADC569FB08ED6AC00 /* RNFBUtilsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D9A25021CD442E3F8F6528CCD6055101 /* RNFBUtilsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77FA85040E15D6C44CBDD8A581FA8B1F /* FrameTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DFC889F43FCB4BD033E177DF1888E9 /* FrameTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 780C81B5BEBF13C3B163DF4CC32A393E /* EXReactNativeUserNotificationCenterProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = B393CE13D6111D9E728F6C3D7D88CBC7 /* EXReactNativeUserNotificationCenterProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78348057E22C466E01667ED79B427194 /* Tearable.h in Headers */ = {isa = PBXBuildFile; fileRef = A8D5896549F739727FEB335F583B64A1 /* Tearable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 786D606F66AFF16EC54EC49661B234E3 /* FBLPromise+Reduce.m in Sources */ = {isa = PBXBuildFile; fileRef = B8BC891BE7CB7C4759DBE1D3D7014F7D /* FBLPromise+Reduce.m */; }; + 786E2BBC7D9E384D38D08255DF12B4E8 /* FIRCLSThreadArrayOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = D4F745B674101EBE5C4567F06484E32C /* FIRCLSThreadArrayOperation.m */; }; + 786F2CC764B09316717DD9623E605A9F /* FIRCLSContext.h in Headers */ = {isa = PBXBuildFile; fileRef = CD66227FC3061CE1F9D284DAADE29104 /* FIRCLSContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78A2326970334EBFAD76D3EAC4084711 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = F169801D74BF2F7DF1682E5000A968E1 /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78AEDAD15C21BE441B1C6F57841B4C6C /* FIRCLSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 347D7F70A566C75B6D253AE9CED798B9 /* FIRCLSLogger.m */; }; + 78D75497D8A4D1E7B532209B05BA4E8E /* RNSScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 182AF556CA5B4B3D8F2DB4955B204F5D /* RNSScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78E4B165E17DD509EEB28E84B5C2C779 /* FIRCLSHost.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BE1307758D6659A378626A548CFFD1E /* FIRCLSHost.m */; }; + 791D9E7134234B71A55F950336311FE4 /* BSG_KSCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = 414C0A0C214B89ED8A5697B806FAE0B3 /* BSG_KSCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7947C62DBED8A762F292006632A61522 /* TOCropViewControllerTransitioning.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CC85E1BD8B2B048D1312BFB69CB2D89 /* TOCropViewControllerTransitioning.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7950BD8E1B35F3F6F7BE170A2C490BE4 /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = FB8C7B1D98FD3CBE0695AC472CBD2E9E /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79571479BA1A949A8F0358354946C103 /* BasicTransportCertificate.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B5FE1D5B16155EFF88EC10CBE37FB96 /* BasicTransportCertificate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 795F096C0CB0C4533DF042EB63251A77 /* RCTRedBoxSetEnabled.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E8AB2368AB69940CD94FA3A74CB08FD /* RCTRedBoxSetEnabled.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 796C6266BDF42597C36B0F3D502A0134 /* ThreadLocalDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = EC9D40B8132B301F9434ABAE19D14415 /* ThreadLocalDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 797B776C5B3EB4F16684EEEA7215BBF7 /* FlipperKitNetworkPlugin.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A81AFFD86A43C0BAC3C4E1551A0AE8C /* 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"; }; }; + 79918745235988CC8C02E0101E3CD2D1 /* ConstexprMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D5F986EFD2EF87648A8243E61637C91 /* ConstexprMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79A16441D5B4BE0A7C86640D75BA0B02 /* Malloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDC8837981F49F083D62E294A80130C5 /* 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"; }; }; + 79AA16D3A14B3FD53117A93B8A0EB0C1 /* SKObject.h in Headers */ = {isa = PBXBuildFile; fileRef = D602A1585F0E088635EEC8C8BC9C7658 /* SKObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79ACDDF1B6A14331E2472A82459AB2A1 /* BSGOutOfMemoryWatchdog.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A27CD6ADAC415E18126620F79CE3AB9 /* BSGOutOfMemoryWatchdog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A09C45BA8F48A31F08A0EA45995E9FF /* jsilib-posix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3AD6BC5C18185C027F3157FF31C3EFEA /* 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"; }; }; + 7A112E142F6D7ACCFCB8F0134874737C /* FIRCLSExecutionIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 35A0C804E3C25156865AFF74365097C2 /* FIRCLSExecutionIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A117409B4D9D5F37FA5557FA84E1448 /* EXFileSystemAssetLibraryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 22934CAE7BBDDC415D76CC75994E9FAD /* EXFileSystemAssetLibraryHandler.m */; }; + 7A220C88E1D72A74C1A0AC05C8795655 /* GlobalExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0910BA704346437769539FFD10B6E7A5 /* GlobalExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A5BDD3BBE43A139E4EA1AB988EB1BBB /* RNBootSplash.h in Headers */ = {isa = PBXBuildFile; fileRef = AF175A655545C96671A0F62727846AD7 /* RNBootSplash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A5D558901214F8CF9BA53C4E020EB3C /* FIRInstallationsIIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 05CC68169419D036AAD6899AD7FE5EA6 /* FIRInstallationsIIDTokenStore.m */; }; + 7A620CCF35927A13BE3F084F17AA1757 /* AtomicNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6904C64FA65B275945977F0208DCB98B /* 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"; }; }; + 7A77B9040E9693360BA00EC1AA722827 /* Math.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D24245A76547D1651B5612D9DD3FE2 /* Math.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A8E5867328B86147CEE6B32DCC2EE7F /* experiments-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 3994EAB8CD5397EC4A52B6CFF3E57C73 /* experiments-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A9827EF852E99E38736F72A782CDEFB /* UMAppLifecycleListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C9ADFD69A38CD7AFBB6E477FA9134D7 /* UMAppLifecycleListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7AA0209B9A922B86B256CE30741819E9 /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ECEF0273197643323DE751300097BC1 /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7AC739868CD617F6BDB0222B3E728167 /* FlipperStep.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B42F28DECB349C2CBC2C51FD9CEEA05 /* FlipperStep.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7AFE6099E59B8F4F449DF3ADA1EDDF20 /* BugsnagBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = 844FC4D5DCCE79A7473437B5F5D5555F /* BugsnagBreadcrumb.m */; }; + 7B0586FB94D8C1C17429BFC9E553FCEC /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = BF956A0A3CAE67DD43C4725EBFA66A0B /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B0B9248EFD225EA61752BFFF1EFD498 /* Partial.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CC405F66BFAC51766DBC4BD2D3B9A5D /* Partial.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B0CD6E00F9E6D60370924856789CE45 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = B779D01CDDA06546D7D354C67C7DF8A5 /* SDImageIOCoder.m */; }; + 7B2282855BC1BC7422C47433E0E02FAA /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6C190027BECC64F345D87BD68569F56F /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 7B2531366A546B86F71C91DD5F523677 /* EXResumablesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F774D634084D7A1B7147248A3B21062 /* EXResumablesManager.m */; }; + 7B253A0051839E072779B102705720B5 /* Flipper-Glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 840226597F6DB7D65A7A50F22B6CC7AD /* Flipper-Glog-dummy.m */; }; + 7B5D2ACCFD02EB5485EC61D872C6BF3C /* RecordIO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FD5505AC5727C7238826571C67C60892 /* 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"; }; }; + 7BAF94A22126FD75E9E54E20A112566E /* QBAssetsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DEAE9F704C744BC0D8B7FB0A07E4C7F /* QBAssetsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7BB8816EFDE6B074648597AB8099ED21 /* FBLPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D2EFF1C477F2F6600BE395AB2F1365E /* FBLPromise.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7BE307A7E91EC9F712A99DF20CC527B0 /* FIRCLSFABNetworkClient.m in Sources */ = {isa = PBXBuildFile; fileRef = C87B192D60953F616CE93DF8D7538DE3 /* FIRCLSFABNetworkClient.m */; }; + 7C12FEE5BA0AF4C6B0CFC346716DA5D0 /* FIRCLSUUID.m in Sources */ = {isa = PBXBuildFile; fileRef = FCE0EEE6E7323F92AD1E20ADA1BC7051 /* FIRCLSUUID.m */; }; + 7C25B968730257171657FE7531E07330 /* RCTImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51D523AF8AB8C6278DEA14FDED605775 /* 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"; }; }; + 7C3EF3CF2AD941A1B0EAF2894E674DA8 /* SKIOSNetworkAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = C66AE1AA7E71D21E0CA149B88B312C1D /* SKIOSNetworkAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C465AE52B921DB820510E9004B4317A /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3727763F739987AA222D727B50CDA4B9 /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 7C704CEF86B93B42E29D2CEC68FE312E /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = D415639F29361C8078F9BFD47CD165CE /* 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"; }; }; + 7C8B2B2D3D69363BFCFA7E068F9952EC /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 30198678A9934FFF746DD357A933E0BE /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 7C93523C4EA7B431CC6233F504B09F24 /* GULSecureCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 27492F5F27A1D35D4945766378BD7A8D /* GULSecureCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C94AB84F8FC1A0D05AA03795500F280 /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E16C7A1AEDF78F030CD036401AF3AD4 /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C9CAA8AAD6065C19518485D5153ECFB /* RCTVibration.mm in Sources */ = {isa = PBXBuildFile; fileRef = C25B95A2624415FBB4658D0B793A80E0 /* 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"; }; }; + 7CA1043D10D51D26DB9C456ED0C41159 /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A016A3197B33DECCC2EACAB6C7FA9EF /* RCTInputAccessoryShadowView.m */; }; + 7CB4F1B6C435F71BC06BAFAF621FF11F /* RNNotificationCenterMulticast.h in Headers */ = {isa = PBXBuildFile; fileRef = 744C668A06B341AFF05286BB9E32A1FF /* RNNotificationCenterMulticast.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CB6D795EE1FF1DBC0F45DB1DE8955E7 /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2D70641A62AE9A2BA2DFC9F1C305C515 /* log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 7CBD296841A310866DCC6C207F6813BC /* FIRCLSReportAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = BEAE2C366C32586AD20F1912434FD7F7 /* FIRCLSReportAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CBEC1AC2146D358653AACED34128BFD /* RSocketResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FBB29CFF96EC1E535059194D62EAC9C2 /* 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"; }; }; + 7CC680E4F051DE8B4455E6940B26347B /* BSG_KSCrashSentry_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = 36F438EF9A1D07FFCB3DC741687AE4FA /* BSG_KSCrashSentry_Signal.c */; }; + 7CC7619C569C6FDBB35F2D25D7ADD1AB /* FIRCLSFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FDBE603EFA259CDF37D38AAD6358335 /* FIRCLSFile.m */; }; + 7CD949E24EE2AF7AF2DAAC54762DD1FA /* FIRInstallationsStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 320A224BFC78F5E95A76E0A4CDD2A81A /* FIRInstallationsStatus.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CDF55119D722324385425B1D0031433 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = D2C57C570879924C7F6A10A037E8D0A0 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CEBF1D7CED338DCF21AAD81641446B4 /* GDTCORUploadCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 15FF7B9CD3F301A4ADE968A8625E1CA8 /* GDTCORUploadCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CFC85A71DF6A9F5A8B1414EBC711EA0 /* AtomicHashArray.h in Headers */ = {isa = PBXBuildFile; fileRef = D7CA9D1684FEDB8B367B1745837081EE /* AtomicHashArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D22208E161E7232DA34406F17338172 /* webp_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = F7E9A5968F003BD0399745237710D8B8 /* webp_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 7D2F3A64707FB41242628DE82350600B /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = BD1FEEE12A2EED246A02767735FCAD9B /* GULNetworkURLSession.m */; }; + 7D368E5ADD41280874B0E63FAA8C1842 /* Subprocess.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C3A3EBFDB121BA35117840A4D9B84A /* Subprocess.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D4E8AE7A62A6DD917E1E814C7EDA130 /* BSG_KSDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = C01FD939F9D60ACE8B276793C78C58DF /* BSG_KSDynamicLinker.c */; }; + 7D94D7FB203B2287C1355BD5F5F1F784 /* ARTGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 025CF6382C97F26132E54E0FFCF7BACE /* ARTGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DA732ED5755B6CDFA92458A6C3D602B /* ExceptionWrapper-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = A8826E5919F6401D26B46CF77492E857 /* ExceptionWrapper-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DAC8D1C648535F28188CF1A488A058E /* BSG_KSMach_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = 8BD303C983482EDF2BD1655914BD5673 /* BSG_KSMach_x86_32.c */; }; + 7DC0397127D96DAE256794DF6D68D865 /* TimeoutQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6E03C6EE3C251B116B7E379C416116EC /* 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"; }; }; + 7DD6A976D8E3C263276BEC85B9C794AD /* F14Set-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = ABEA8B73D57041C2E02E0C800EF4EDFA /* F14Set-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E0832B03E66B5F41254FEE688481964 /* bit_reader_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = E4C971447F6CF808FA082209941E79B2 /* bit_reader_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E2045212034CE7D21940DE66EA72419 /* fa.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B7F064BF62A8C05088AD25393EF9BC5E /* fa.lproj */; }; + 7E20965D7404E21ADBAB16C387ED8388 /* RCTConvert+FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = F58062F35BB0A17C10E996942C4C09A4 /* RCTConvert+FIROptions.m */; }; + 7E216D1356ADE14CBC48356EE24FA768 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = B8A0B9C2F4381F951424F0153AC3979C /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E3676E85165DD6A09247A1A4C3AE07E /* MoveWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = BC6578EAE7F1AA20938B9B8B87BC1FF4 /* MoveWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E48A10F34F7ECBA53CF229D6DFF36BF /* AsymmetricMemoryBarrier.h in Headers */ = {isa = PBXBuildFile; fileRef = C9772337BE67AB3E8934D23F3BFDA7C1 /* AsymmetricMemoryBarrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E4CD4CFCA659EA09D850364A2EF1EC3 /* Future.h in Headers */ = {isa = PBXBuildFile; fileRef = 783EB190626A6C74E95830419408F572 /* Future.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E57CCA47C89851C911EFA38DC8550F8 /* RCTImageStoreManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7B4D9D76C88E82AE44DC9FA1A846B71B /* 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"; }; }; + 7E58EE4ED4ECF206B45009B07AF5516F /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 82AE08154A39917FB955DDC9343710BB /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E7FFA60C1D90B81838454BD4D483BB7 /* StorageIndexer.h in Headers */ = {isa = PBXBuildFile; fileRef = B563A5CD680E8AC17440D0E666128203 /* StorageIndexer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E837D1AD99848E6030B854304A2CC71 /* endian_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FB92BEEE06E61EC2E5C3F343182FD2F /* endian_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E918C67D47F6B4ABA338CBEE8B5B1EA /* MiniPBCoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD8D954AD3826EDF9CEE6AF1594BB803 /* MiniPBCoder.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 7E97C5F8F526ABED9B6C515CF3A2E142 /* EXSessionTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FF6E74830E41F29D402AF660B81536F /* EXSessionTaskDelegate.m */; }; + 7E988A4EE5A036ACF1DA8B99A5EF6644 /* analysis_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EA03B83DE84091FF2E805F0EED94CDE /* analysis_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 7E9A0BB7774C040F3446670C3131DD2C /* DistributedMutexSpecializations.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D45936E5F0E7836DE79BE2842C88B53 /* DistributedMutexSpecializations.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7EA8E3B8B756AC5158659AB4BCB1EFAB /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = F7F5084851887092EA0A41311A86F0BA /* RCTProfileTrampoline-x86_64.S */; }; + 7EAC0676CBCC9A4D673B7E9AB0D8B49A /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AA6D1E7414C8C0DCCCCDEB361A9BFD4 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7EAE9D5CC4A5AFCF53291EF1326852A2 /* RangeCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 40BBFC0036F4ABB5A63FE92468F0BEE9 /* RangeCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7EBE165401D511E596CA5A69B81C70A4 /* FIRCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 39F2C50A822A1C0F376A2263F07394DF /* FIRCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7EDB26CBD6705A188358F60611991A17 /* Stdlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B54DDF3174E4B5DDE890B372079491A /* Stdlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F0AB5912A3323CB4D6DA33E2DED7EE1 /* RValueReferenceWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 76B870C06BC82C9802AD6082D5F9B79A /* RValueReferenceWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F0C9CE4299A1953F2F00A25E954874A /* ExecutionObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 83B82A172947B28E833F15658F395BFC /* ExecutionObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F39201E983DE9E28513349CC090F19A /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C106CF197A1B023207FDD1EC8EB74D3 /* RCTSRWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7F433E60353F8D29C53E2836B8327E54 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 9038208008F8878B629ED2527489F181 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F53650314E1F47F56454FCAA4A12D5B /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDC4DA6CAEDD0487B14E88EBB9A52F10 /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7F591ADAC2C454678E20B95964299620 /* ThreadId.h in Headers */ = {isa = PBXBuildFile; fileRef = 321CFBAADF052AA58BC6D73DCAD70F50 /* ThreadId.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F65510DE77AF57F30EF35FF99BF0121 /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 1536F7D449DF0BA7F0457D9C86A569CC /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F68017749917A22B157D16B0A1D4163 /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = 39EACBAC7854709B8AABC9C08B0480A9 /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F726BD9F6D2EA0C84FD4C7C893C2BD7 /* GDTCOREventTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = B6708CAA7E3A8129918503B1B94210C3 /* GDTCOREventTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F762E9CC9E28F469295EC37F785F1DD /* FIRInstallationsIDController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8103D5B5A75541FFD111330FAF8E80 /* FIRInstallationsIDController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F79111B43FEBC917E66D88635DEC4E0 /* FIRInstallationsErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 872332CDB729D2E36F2B6818BDE383C9 /* FIRInstallationsErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F8E583EBDE8DA1B9F61E42F60C94AB1 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61D95C83A8EC2EF35FDD28E56C61FB66 /* 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"; }; }; + 7F960127F77059DF7CC5EA9DC29E9813 /* Common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 29BA0958159D12891116C0D787E35097 /* 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"; }; }; + 7F9D0BFB7CA2856528063A5C3C60526B /* muxread.c in Sources */ = {isa = PBXBuildFile; fileRef = 63D2AD7731B49E11565C68B586AEE39F /* muxread.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 7FB3CBE5BFDA11CB860B075A35EE3BFE /* RNSScreenStack.m in Sources */ = {isa = PBXBuildFile; fileRef = D4B7D0C70CE11A5E2299A9DFDCC40022 /* RNSScreenStack.m */; }; + 7FC089EFF6B79B78D46618AC4F4C6878 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = F80DD0120E3B4962FE5AF4B9D35C2548 /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FCBC2D4D983C4DC4AB9E44E7A2ECFA3 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 310F213AF2D214F4F5F6F8E712713988 /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FE5862FC657BA25C11F7CDB59A7779C /* MallctlHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B8B5DF31370231886E46124753A6B444 /* 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"; }; }; + 7FEAA9546ABF03904AAF6FF37C703F86 /* RCTKeyCommandConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = DA5ABD2D9C0BD533690B8F697DF8B413 /* RCTKeyCommandConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 800304C5D934F245C8B76A201888CF62 /* ThreadedRepeatingFunctionRunner.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F6EF0370B4E4A3D1BED16FBB8072C7 /* ThreadedRepeatingFunctionRunner.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8016678F8D945FEEF817B8B19B0BA2A8 /* cost_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = EDEAC6BF49F654A5A9A95DEB8DCCE681 /* cost_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 8047FE35403325F4DADBC219D6DA75D8 /* ARTBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = 1514AF293BD700EA9B69407A85C288E5 /* ARTBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 805613846569FBC6B06CD199748D15E2 /* RNNativeViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = BBF975DEE3337F0DD75193C501F15B55 /* RNNativeViewHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80911A5B48DC49C4ECA3DA60EFD1A7A8 /* dec_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F85F95E9953E21688305437A1311813 /* dec_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 809BA0C4B85D298B26F1746657E5EFC8 /* RNCSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = BFD9B6E5EA7D0469539E739CAFBD5AEB /* RNCSlider.m */; }; + 80BBCE22293E6037E6898651A5310956 /* Base-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B4391F9618DA6D4B4B70EBF3B50F40E /* Base-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80D71F748BA0B5A27B44A063CE05689C /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F45424D372D802349364DB0D03AB1B8 /* NSButton+WebCache.m */; }; + 80DFF5941D5C94DF359AD1768E9BF6A8 /* UniqueInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E874CBA5AC908AD0DF99B0033FC0CC7B /* 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"; }; }; + 80E7699B50C52242C98EFC2BD9235E1B /* REATransitionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4354AE2E75A2D50894B0F4B3F8771339 /* REATransitionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80FA1A9F4EE87D999EE8DE727165AA7E /* ReactNativeUiLib-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ACE3751A9595B2F7FAA097997F33D741 /* ReactNativeUiLib-dummy.m */; }; + 8101B918DD2C7CECB36AEA677EC2E206 /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = EE6AEB7540125A5E3086F11072B225A5 /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8135AE7EAB4D0202D345C1C5C32BAEF3 /* RelaxedConcurrentPriorityQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = E7101C0DD56DA413B0E2D73AC435E847 /* RelaxedConcurrentPriorityQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 813D6E5E07B454D2DD671B1B0F43FD94 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = A8AA4DCA8E6C74B71167215B6FF0FBA4 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 815729E26DFD5962A4F639A400D5B191 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = B74B45145E357D358ECD98AB3E04CC5B /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8163D27ED8A8A0CD73A15FA7EDE89A1D /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CFDAD0217A8B6044521616E43C33F1F /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81A2FFCFB7C5FB3DD14807DDA43C839A /* RNBackgroundTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = FC0F4E6149A46461F4FB0AC7B070391C /* RNBackgroundTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81A8962D745A499AFFAC66E46A48D5C8 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A1A754ECD9D9FD4087389C70A2BDF33 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81B3C940DA3ED5957C16646418674A38 /* StreamThroughputTcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 781C2734933B3DBEAFF2E307704A3A38 /* 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"; }; }; + 81B6DAFE73944E8C90A6A69A4389EA11 /* Barrier.h in Headers */ = {isa = PBXBuildFile; fileRef = A55D7DC4EAF1C333DCCA86B376DCAD09 /* Barrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8229887F7915824A954AE4AEB2FDDA10 /* RCTAlertManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 61893266711CEE5957AF33C057EC16BD /* 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"; }; }; + 822CCEFEA417DCFF2BD11BEF70317D6F /* FBLPromiseError.m in Sources */ = {isa = PBXBuildFile; fileRef = 2834FA224F3415F7E5F954AC1438361E /* FBLPromiseError.m */; }; + 823AABDD5D9360892F3B0E854C5C29BD /* SafeAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 15FC16221E5DFCBAC94D24DD9A879820 /* SafeAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 824096A2EADE3DC11E8DC40A0D9C1430 /* openssl_opensslconf.h in Headers */ = {isa = PBXBuildFile; fileRef = F116A89B4D919B11DEB5D4D37E516551 /* openssl_opensslconf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 824C84CF6B400E0942B2866D95294CC4 /* FBCxxFollyDynamicConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = CEAB84D48076C968CC8664C7614601B1 /* FBCxxFollyDynamicConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8254A11DEB94E535ADCB5E4585772CCA /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = B1219F82BAF2978E32DC0D56EF308AC6 /* UIColor+SDHexString.m */; }; + 82AAE6E2496396C1681579DF9384F073 /* UMSingletonModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A2729A04AD166E7363EA6766CFE0EDF /* UMSingletonModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82BBB1400E2E7C1DFD64AA02E021C20A /* FBLPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = DDB7BB674A3CD69F9DD76AE136CD4619 /* FBLPromise.m */; }; + 82E01A7EB155441CF3DC3EB956DB70C0 /* SysUio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2A5635ABF4A486F6B62194D8687C262 /* 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"; }; }; + 82EDEDA1EAE1EAC14FE6ED7A201CB435 /* BugsnagCrashReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CC73666875B53BC4809558704C5D5A0 /* BugsnagCrashReport.m */; }; + 83121D7492703C7B5E0CE968B8B14DB3 /* FIRInstallationsAuthTokenResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 08CCE8BD8278DB2522CC65ABB4F6D950 /* FIRInstallationsAuthTokenResult.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8317678B229ECCA17A5FB85AD458F037 /* VibrancyView.h in Headers */ = {isa = PBXBuildFile; fileRef = CF14BACEAFC0BAC740BAD02585A1DC13 /* VibrancyView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8320EEC5AF7D643AE3F4F1F9BB64A91F /* IOThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = F4B7F43D92F517D479CC9A28E333C65C /* IOThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83213B02CB5C32D3A2121A05B13515BA /* SocketFileDescriptorMap.h in Headers */ = {isa = PBXBuildFile; fileRef = EA0B42F8AA9E3FCD5D307C1F4781E0A9 /* SocketFileDescriptorMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83344A36E5121FC0C1AAF26F92D551DE /* FLEXNetworkTransaction.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E06A0341FF15F233FAB7AC566C9A436 /* 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"; }; }; + 834572DC71AB1D67942D2E9631FE5823 /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B36AB5103093361503A0CADE80CA387F /* RCTBaseTextInputViewManager.m */; }; + 83604D5AB45305B0D2180B217F6D9A6F /* dec_clip_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = AF73E25609408D40FDD5F81AA5CB1EFE /* dec_clip_tables.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 837DAA54A335AE778D45281B9B71687E /* EXSessionUploadTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C999929CD1D97C1F4203C58C056DA0E /* EXSessionUploadTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8386BC22365D29D27D43A4726A357FA6 /* RCTKeyboardObserver.mm in Sources */ = {isa = PBXBuildFile; fileRef = C43FCC9C075735D60B8EA4BE51455BE6 /* 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"; }; }; + 8390B3E17A25BAAC78251E6946785EE3 /* GULHeartbeatDateStorable.h in Headers */ = {isa = PBXBuildFile; fileRef = 50814D94537EFC9EF03AD8D60AB4CA44 /* GULHeartbeatDateStorable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83E667F7C4796983F12E904C89EE6FB0 /* Merge.h in Headers */ = {isa = PBXBuildFile; fileRef = F4348D53948584E587C5449D63AA7DE1 /* Merge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83E85E9179ACBAD585641D05E710AEFA /* RCTAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = DCF3C107A2439CD745987CAC7BFBD857 /* 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"; }; }; + 841F1106E28F90BBF06C714E77C1934E /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = AC6543FAA1AB9AB818DF16AD85E60D09 /* SDImageHEICCoder.m */; }; + 84341F59A07E20D26F0FBC953A350207 /* FIRInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 011E91FD9EA8314136E0DD3269C46FCA /* FIRInstallations.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 843DD01D26ED0B4E5E87AE7624D65491 /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E7E920FAE50CEC883774FEAC4942A8C /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8465887137993FC69801A5C8DBFEA467 /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 230B9272BCEC71F7CE1385D8081165D0 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 846BF67C45D899C64E588CE227DEE154 /* SanitizeThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E1134205368856653878DB267243C2E /* SanitizeThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8496332BC1F2062EB6A5780DACC1517A /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = CA1FC73D519F940B2E5D6DAACD9E8993 /* SDImageCacheDefine.m */; }; + 84F01AA230DF266ADABA15A40B329570 /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = AF72CB2DE19AD866B2296FC68DC1531B /* RCTTextSelection.m */; }; + 84F7335BDF3E7AF25B04F1EED90C2016 /* ObservableOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = FF54AF83464A04194D4707DFBBF64E42 /* ObservableOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85029F5C88B3F2935952A1DF7FB3969F /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DFE45F2F850A83CA043CA0EC24BF51F /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 850C6380F60B2172FD71B6989F95091F /* RCTDevLoadingViewSetEnabled.m in Sources */ = {isa = PBXBuildFile; fileRef = 76038CBE4149FB84C0C5DD7F880DE469 /* RCTDevLoadingViewSetEnabled.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 85225A7FA2DE51D9C3F2ECC4F2BF7B35 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 360BFBFA6CF1DE1F9971657D0A854C78 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85259CC8964E6FF47C03F340737904D7 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AEB0FFCD355D133067D8FD840BFB0622 /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8527E789032275519F5685CCE11EEF8F /* RCTLogBox.mm in Sources */ = {isa = PBXBuildFile; fileRef = FE1B62870D71E82F4730CA55A7BA39E4 /* 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"; }; }; + 854412C0195D09A62EDDD82D42A298CF /* GFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = A97451817B6FD58824A7F96F89A05282 /* GFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85818AFB4971969EE0A45E757DF0D6DD /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 1542ADA93A0FF0B5B3B6B97E556EEEFA /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 858C10B86492AB46D4D6BF05796A026D /* BaselinesTcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 104733100D22EFE68FE6391391FEF16A /* 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"; }; }; + 85A6A4C8C75994744CAD5DBACA60DA84 /* FIRInstallationsLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = DE9DF804123B0BDFDC4BCF704660169A /* FIRInstallationsLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85D4C9414CDA51B9DD4A67D33CE2DE10 /* RSocketStateMachine.h in Headers */ = {isa = PBXBuildFile; fileRef = 140CDC6C9BDA31624EA5F97DE5E78813 /* RSocketStateMachine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85E0267B67F2BFDC9425546D83660DBA /* lossless_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = EB763B0732EC9CD3214681F7EBBFF6F0 /* lossless_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 85ECF0A01415BA40BF0BBF211811CA7A /* FIRCLSDemangleOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = B48CF714D4A54550DAACB22A6431C9EA /* FIRCLSDemangleOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85F14156B0F8C381A0478B1CC7D02FA2 /* AtomicUtil-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = ECCF5356D64036369B31C7ABD714D598 /* AtomicUtil-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86002FA3D6C9A9D6EAD14B30302E1572 /* dec_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 03DF691AF5819BD4D736E4B487BDC0ED /* dec_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 861BF970B33988B69A0937954B739107 /* RequestResponseThroughputTcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7D07BE3E42B0A947B568B8AFAC5898FA /* 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"; }; }; + 864DCAF12B51E3D43B33FEFAEC61988E /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EACECED611852C62FE52103A8F56AAD /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8659FE1F983DBB2D3B5A47A883791928 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = EE7ED1A3C2177AF79FF931493C4D6126 /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 866F1F5C4DA0EDBD9E8B4DB7F166DCD9 /* QBImagePicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 65A035B8A7C49C77A3D38497865018F6 /* QBImagePicker.storyboard */; }; + 86989CDB4BA2EC921B8366E6189B6726 /* yuv_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 54D75969DDFFC4E43F22FDCAC6D8B52B /* yuv_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 86B0E32BC905AFDFF52ED41DA0E2D652 /* RCTTVNavigationEventEmitter.mm in Sources */ = {isa = PBXBuildFile; fileRef = CA4F1207129E49A9496EDEC5BE5AA1A0 /* 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"; }; }; + 86E31A8D9782CC5E5E890B2796B3BEEA /* UMModuleRegistryDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 28EBFBC29C392BF62A32EC80CD910838 /* UMModuleRegistryDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8712A013B77EFFFE014DA5E077E5AD8F /* PTProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C8A800D4F39164206AD8CD08A83BB31 /* PTProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 873279566545AF22C270500DEA172E9A /* StringKeyedUnorderedSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 76577F4E493A13129A0A5ECC1C43B190 /* StringKeyedUnorderedSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8734047203EB4D44AEBFDDE512D54454 /* BSG_KSCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = D0ADAA89C0DD43923F2FEE7F2C374598 /* BSG_KSCrashC.c */; }; + 87469251DF01A53605D1D124DECD9442 /* RNCAsyncStorageDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = D141E6BDF018931E032A844277A5C2B1 /* RNCAsyncStorageDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 875C383C84985E85D384DBEB8D2A1D43 /* RCTDevLoadingViewSetEnabled.h in Headers */ = {isa = PBXBuildFile; fileRef = DA21931635FECC353CB99D32E85778F6 /* RCTDevLoadingViewSetEnabled.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 876502B56BFEA85C47BBA6736BE793B3 /* cost.c in Sources */ = {isa = PBXBuildFile; fileRef = E5F9055192BAF876BB8423BB5EF721E5 /* cost.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 877CD16D6F94CF8CCF81BDA8D0309252 /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 79110F1A05747D50C1203036E907E396 /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 879214708AD45C2AA70FCDD902D8BCDF /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = B4F15A3F6F6D6EBFB507E547F0611F0C /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 879EE5645E3EB47245A78E6F1F3F1D73 /* UMEventEmitterService.h in Headers */ = {isa = PBXBuildFile; fileRef = A877D3D30DEB6BA4AEE446EB5D4B29FC /* UMEventEmitterService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 87B5F31FD7F97B686C45A41416AB107B /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 689FA648FA06D6C56061471E67874EE2 /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 87E645B5B7D918732106CC3AC28FB05B /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = C348EBBBF96FCA3B872AB6E4BF72D8D3 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 87EDE2B91ADFD6ABD7643113173B58F4 /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 309642FB95A22606F887B71D1E9C2501 /* RCTVirtualTextViewManager.m */; }; + 87FAC42241F5F33708DD6A733C60AEF6 /* Codel.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D73C3C2CD1CEC49F8E65A231F43201D /* Codel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 880D6D04F2F117FD890415EB7064CBB9 /* RWSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = E312532D45E380DF333A2F0E35F0048F /* RWSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8814A58D08C4E3F2EEC8A107ADDFEC8C /* mux_types.h in Headers */ = {isa = PBXBuildFile; fileRef = B022C550A3BB37E44344BD79C5877264 /* mux_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 881C9D954ACAF5216C2EE14118CA15EA /* alphai_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AE57A790B4F39D1624ED03F18776B13 /* alphai_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 884B5F19587F1A3FEA68030A268D572F /* FlipperKitReactPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 654E4F95D4320670341B069DC837EC20 /* 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"; }; }; + 885B98D5983E3563BEDBC93A1257AB71 /* Init.h in Headers */ = {isa = PBXBuildFile; fileRef = 919C3B5C509ACEA0B7DC3D4330B22A6C /* Init.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88648D04730D1508377B634288C5F13B /* enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = E07E2F052375BEFF9178DCE138B37C2C /* enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 8873D7E83AEF31240C571DF3A9A98632 /* UMSingletonModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 3483AC7AEEDD84881A0214BB1D181CFC /* UMSingletonModule.m */; }; + 88889A4E6D3D97CC4FE40AD1692E7813 /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 462F76F5AADF94131D2D9832F9CAA09F /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 88AC4B12C36EAA9349304601E6743FE4 /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C56400F063ABC94E9D3AFF87559E7538 /* DoubleConversion-dummy.m */; }; + 88CF4131B60D15E944CB4F28CEE820BC /* upsampling_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 0957F21DC1258AE2A941E21CC9EAECE2 /* upsampling_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 88D0132A7A071299F7EEFB5E47D75E9F /* GULSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = C040DB538D3F55B4CA7591678E7E40DB /* GULSwizzler.m */; }; + 88D0C800914E465F78442D8B0E0A6001 /* Aligned.h in Headers */ = {isa = PBXBuildFile; fileRef = E74F1D1383DE84F268E56B2B99D7AA70 /* Aligned.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88D273A26386C2199327F75B03D2C0F8 /* FIRCLSThreadState.h in Headers */ = {isa = PBXBuildFile; fileRef = 691A261857C78128F61801B55A0185C5 /* FIRCLSThreadState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88D7D6976E15D97679C78A3DA08AC1B7 /* SharedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 2697DD24AE529AC6067F29B43018C287 /* SharedMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 890163525BA2519FEB4F440D782B3D94 /* F14IntrinsicsAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = 18ED7DD67EB1FB1EDCAED0DC336C1BF3 /* F14IntrinsicsAvailability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 892967EC3B2C0B7092EE11B217C53DB0 /* CodedOutputData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8ABA5EC6E2A7931641EE28A50B94D205 /* CodedOutputData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 892BA81E8D1CBC9BE09E88BE607AF65D /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69EEB3A450B740CB5DFA47D2D7F21152 /* 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"; }; }; + 894A980E74DC32CA22B687CBC6C18648 /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = D13D01B486CA1E35734C12F6B1AB833B /* SDImageAPNGCoder.m */; }; + 895F662058778EF26BC4C63384DA7ACA /* HazptrObjLinked.h in Headers */ = {isa = PBXBuildFile; fileRef = A4DF83D0CC781D89DEF8DBE91C6E48B3 /* HazptrObjLinked.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 895FD072BC66BB00E06765963B2D48E0 /* id.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 0F3B8B5516F41FB49584CBFA1F4E07B7 /* id.lproj */; }; + 89983126ED8286520F5E189EA367A6CE /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE96CE37142480C5158FC4BE77AD60D4 /* InspectorInterfaces.cpp */; }; + 899FFCA3B165C5CD1981DB5BCCAD5239 /* EXAudioSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C8CB2FB7A4269EB780BEC5B95D1E47BA /* EXAudioSessionManager.m */; }; + 89BF893641776A85F8A05646B545C0FE /* Unit.h in Headers */ = {isa = PBXBuildFile; fileRef = 00E709A37A0673CA56A1C9D7BB2CCF88 /* Unit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89C90518EF1CF3B76E4F39D966236D25 /* FIRCLSGlobals.h in Headers */ = {isa = PBXBuildFile; fileRef = 10E923023AE2132E8B95AD717A211DFD /* FIRCLSGlobals.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89D59F04F4DD04DE9AF424CF989574FE /* BaselinesAsyncSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 23D5465FF5E7AF235A8C937B7825F807 /* 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"; }; }; + 8A3C214369E1E31F6977C8A87F15800A /* BSG_KSCrashReportStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 729FBC5CAEB9D890E56D954DDCF77722 /* BSG_KSCrashReportStore.m */; }; + 8A3CEF0DBFAD685967F3E9B4BF660E62 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = AFB9BA5841BD6CC61B34BFD53D20BA66 /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8A5AB62DF8E701860055B3F5A4DE08EC /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 697305061596E4E09F6BACA84404D5D3 /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A6C3CAF0D4EC30B47B194436D8E9F0B /* RCTConvert+RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 30097E2199EF132F4916E0866AF609C2 /* RCTConvert+RNNotifications.m */; }; + 8A73E23A1432E3B78FCEFEE498AA0722 /* FIRCLSReportManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DE533240428EE8AF23370C438C7B50A0 /* FIRCLSReportManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A8640E2DFA49B55257CF4E81A7DD7CD /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = A5A6E7ADB89A1734E34E6174419A6DE5 /* es.lproj */; }; + 8ACBD7C8C826942F0199CBE9EF64E4E5 /* ChannelRequester.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 195B3151D310A8330BBF5B9611B33B2E /* 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"; }; }; + 8AE0F3756B30F9D2A378D68E4596A514 /* UIColor+SKSonarValueCoder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F840D7AEDCD36738AAA9797A8430A42 /* 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"; }; }; + 8B2FD079F0A83529FBEB14A8ADDC931D /* JemallocNodumpAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 52FD8B2E32FFD0D9A7DE08697077CF31 /* JemallocNodumpAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B5A6E69B8575D4A4B92095FA5880CE0 /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 147281F613B2954C688E324258426ED9 /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B840E51547729C0D0386AC562FF499D /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 20856FA4C991AEF2925753343911B931 /* SDWebImageTransition.m */; }; + 8B9157EBC904A8CDBD24471E4A705E71 /* FIRCLSBinaryImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 1675801E1B25C3CCAA5B8CBE513B61EF /* FIRCLSBinaryImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8BACD6D08335CACDAC7EC574B832A193 /* READebugNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 992CFC6AD0F02DD478F05B9FEDA425F5 /* READebugNode.m */; }; + 8BADD1737DFD5A2D18F8FF8EF4EFB689 /* RNDateTimePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 78FC2C807A685341E33B2B3A0BD5B407 /* RNDateTimePicker.m */; }; + 8BB527F62230ED1D60A76E499B58B239 /* Aes.m in Sources */ = {isa = PBXBuildFile; fileRef = 14182FF653F3E323170A555C5D8056F5 /* Aes.m */; }; + 8BD3A0356C1F87B200AE6CDA14A5610B /* Dirent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B0E5E36982F351D603AE73CF4D689895 /* 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"; }; }; + 8BD4731FBA81FA171FCAB1C78BF4471C /* StreamRequester.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7A5CBC6CD9E352A77F6BE953D0EDC8D2 /* 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"; }; }; + 8BF73997BFC446ED08E3B82A9A771AA5 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 611AEE73CA7D741828B9A681DF508B90 /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C00EA23E4C6459FE9F4DD80C4944190 /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 83F960985BC1C93A227BDB8326B332CE /* FIRApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C341F59EB6702C296FE4472CB9E3D91 /* EXFileSystem-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8660872C45596B1B1F0195BC9F2BD05A /* EXFileSystem-dummy.m */; }; + 8C3655DC4994EBA511B868ED21C3A69E /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 257593DD23FE0B295051BC541DF7CC39 /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 8C3F6F442E39E1B7CD778E369A47D56D /* Checksum.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 861B312CDF97FFD856A744E2E43A8927 /* 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"; }; }; + 8C41DF5F36238664DC4D0805FBFDB92C /* TOCropOverlayView.m in Sources */ = {isa = PBXBuildFile; fileRef = 969B3ECF12F21B3C886BA4F274A952A6 /* TOCropOverlayView.m */; }; + 8C4BE58C7E4081FBDCE00BB59CDD45C8 /* RNPinchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AFB97808FE813A092CE48DD76D25797 /* RNPinchHandler.m */; }; + 8C5B1BA4840A92F9B1AEBE1EA1761236 /* BSG_KSDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = 45C89D6C9BEE408698985BEA1096D91C /* BSG_KSDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C5BB09DD52C0260BFAA549FD4A3100C /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 959ACC6C8F0BB5A1FD92318F3673DAE5 /* React-jsiexecutor-dummy.m */; }; + 8C64D878D4F5C82F29718059C26574DC /* RSocketConnectionEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = B0D79D280EB7223B30101F625162CB26 /* RSocketConnectionEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C773E4E3143F1F5242B5489CEC9578C /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B40AF073D8A1AE154FA1D062D20CF47 /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C8E96F03A7BAB6B3647BD0F76CB7810 /* RNFetchBlobNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D62E9E4BCBBCD8CB57DAA7A0715D17E /* RNFetchBlobNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C99C499FC2AC2AC1C191A6146CDED0E /* EXAV-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 53CDE464659BD71412FB00E04ACE9622 /* EXAV-dummy.m */; }; + 8C9AA39559B0BDCB019990ED91A5E78F /* IPAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2CEDF68A085099A784CD53668835A508 /* 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"; }; }; + 8CA192619C34A9394EAC3F5090897B62 /* UICollectionView+SKInvalidation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 78B8AFD0682143495CDEECA234530A3F /* 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"; }; }; + 8CAD8CB8505A00D70EE17F78350A63BB /* FiberIOExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 446FAFF28EE67DF2F0D2A1B53F8C2826 /* FiberIOExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CB42B4D16CB4222457A44BE2C42179C /* FrameFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43465B1C30832E0EA4B3DD3BD246A3FD /* 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"; }; }; + 8CB5F65C25A842279F8B95DF9A946C5E /* RCTScrollEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = DAA4F3598D4CEFC7DA8CB98D494D646D /* RCTScrollEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8CC0F0CD004FF65F42A36EA181353ACA /* RNCSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A718DCDE6F21A19C33C18EF4B03075 /* RNCSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CC1C6C841AB94CEA8787AF5754571C1 /* UMReactLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = CCB11AC63BCBA50CCA6455C00451BF4A /* UMReactLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CF609CBDDF69A39AA3644519D0A3994 /* picture_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = AD73C53C06E1A7E7AABB86017D44E9B1 /* picture_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 8D01221992BE537A99400843F1D90396 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = FCE7E56F9A25F9242B34D98A399553C7 /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8D0D87CAEE2F431D4078BA48614BF762 /* NSURLSession+GULPromises.m in Sources */ = {isa = PBXBuildFile; fileRef = F4189D70C0EC786866424A5EDFA21221 /* NSURLSession+GULPromises.m */; }; + 8D27EBDDF0A002BDB9FF045C72FBA1BE /* RNLocalize.m in Sources */ = {isa = PBXBuildFile; fileRef = B47676482F61D08B17424116B3C6B339 /* RNLocalize.m */; }; + 8D325FF2FFFAC7C0F607C49D5BE79119 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = 84498BE4096B289599F653C1CEED6364 /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D33E8D4DBBDD5E052180A7DBA0C5872 /* RCTTVNavigationEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 453C5363594556F91E381EAAE391E6C0 /* RCTTVNavigationEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D5C3194C11BF0820AC6970BFAA0EB9A /* FIRCLSDataParsing.h in Headers */ = {isa = PBXBuildFile; fileRef = 80534E27F81E293D8316094315D45B20 /* FIRCLSDataParsing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D5C7B19EE638DC6B61D9F7854FBE3CA /* FIRCurrentDateProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 65B28858844D53B3BC8E572EE414E11A /* FIRCurrentDateProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D6426D61C0C201CAD3919AFA3DABC24 /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D9DE74158471188450EDF5F553EC376 /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D7C15503C98FAC8A720818659B92809 /* RCTSha.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C520D12C404780F490E254369684B2F /* RCTSha.m */; }; + 8D8833BD6590368754B15E99E30D322B /* dynamic-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C04B2E838089F67C16B5CE12B24D2B6 /* dynamic-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D96AE71CB4D802AA7FF2FC0E52ED77D /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 6139ACD1DC15455F21ABF3E2487506A3 /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8DB7E82A030653041097F35BBB9320F6 /* Subscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B8070A71C0884845474071F4202A7AC /* Subscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DBBDC497D03725032405524910757AE /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DE8EB714916C2E2E26AD7D616979B2A /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DD1A6C2F1D1678A404BE593956E57A8 /* SSLOptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E72D89D14C2BAED02F64D4C321005503 /* 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"; }; }; + 8DDD380D59AB3B412D97D4457AB0EB4A /* VirtualEventBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 032606F57BD92CB739650F7976E716F5 /* 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"; }; }; + 8DE788B27EBABE1BFF153505676730FA /* SKBufferingPlugin.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518221FEE2CE701EB47B9F889930888F /* 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"; }; }; + 8E4944EA884B287930757AB1B5574920 /* Random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5EB862CE3D073120218920BD78901267 /* 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"; }; }; + 8E5A9697169DB84D6DE83923AABECBF6 /* Checksum.h in Headers */ = {isa = PBXBuildFile; fileRef = 13AEEBC4669F04B2CBB6882B1142FC59 /* Checksum.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8EAA70FB650CE59E383872723CE92FC8 /* EnableSharedFromThis.h in Headers */ = {isa = PBXBuildFile; fileRef = F43A2CF805CF7BE5E1EB45F7811A99D2 /* EnableSharedFromThis.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8EBADBD4A48F5BA161B98DE9144AAD7E /* RNReanimated-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BC2B8951E6A9BDF99FD292ECD53DD396 /* RNReanimated-dummy.m */; }; + 8EDB5D0B238EB5A3C51FB413D9BC111E /* RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D00BC8175D6A9DAE312423F8163A315 /* RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8EDDF875C374C6BE72B2BAD3CBCAD924 /* Demangle.h in Headers */ = {isa = PBXBuildFile; fileRef = E00816DA80C1DDBEBE2ECD7BA2D124FC /* Demangle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F279C0ABD42267ABF1BEE48463710B4 /* StreamStateMachineBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 58E1337DA51BD557055EE82670DF7E84 /* 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"; }; }; + 8F44100E78CC2DD59F1D1D08772E1613 /* FIRCLSDataCollectionToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AB84547E14DA1EF2CBBFEF2A438715A /* FIRCLSDataCollectionToken.m */; }; + 8F61C82F9FD3C14A4C89BF5EE2321208 /* GDTCORRegistrar.m in Sources */ = {isa = PBXBuildFile; fileRef = C9BD035227025ADBE91F989FA8AD8C67 /* GDTCORRegistrar.m */; }; + 8F63AB259A7D51B011EA55DE02E7B0FB /* EXPermissions-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 21BC2DCEE53F7DF6503A3E1DA230F791 /* EXPermissions-dummy.m */; }; + 8F67D394D156556843CA41B2B4BD6E72 /* OpenSSL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 672E5E25479BD42171960CF1DC295860 /* 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"; }; }; + 8F6D361B5A66DC050A4F487FE2543AC3 /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 5350F506799A5A7854BBCE916184A6C7 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F8A6FF7680A4A33EBFFEFE2E3DB38E1 /* AutoTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = B5BBE8E9DF61CBB5D75B68A66A4F4E34 /* AutoTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8FA6985E0D319E8E2A2E75DD32EEDE72 /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = 48A25C203995FC55FBA57E82A8F4CC08 /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8FC8BE266412278F6A06262CEFC25FE7 /* RootView.m in Sources */ = {isa = PBXBuildFile; fileRef = D9C3B994E482E21FDB88CABA53998880 /* RootView.m */; }; + 8FEA7CCBE95369836128207D21E7EBFE /* UMModuleRegistryHolderReactModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E405B7DD9CA9DBBD735B001312787C0 /* UMModuleRegistryHolderReactModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9000ED0C5C7BF90A5AD7B407D0EA396E /* EXConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 54A7E48FC65FE078EB71753189829D1E /* EXConstants.m */; }; + 9004BD3B2B71C20129D136519D9E375D /* QBVideoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9794A9F9315CFD8C2C0E0E58E8C897E6 /* QBVideoIconView.m */; }; + 900EA8DB4793BA7C898E1EE2387B79AC /* GoogleDataTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = AD5E68E8C79129237EFE12F7F60F3DF4 /* GoogleDataTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9028B97D41D963967255CA08B0859D4F /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = CCF923D1FCAC30955E47F33E8DA11AFE /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 904AC820BFEEDCA9F4F8DF16282287A6 /* ScheduledSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 270F7BC73A275A031CB7685EF596B7BF /* ScheduledSubscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 905307899CD5D126196E36E46A1D2B63 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FC4E95F1B7D7F174624F16DF26579CC /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 905D94E8C81E3E4D92885F63365C0147 /* BugsnagConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 16C7146A36B2F48623541464B779D572 /* BugsnagConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90674FC8597DD1850B3856F5DBBA7D58 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = B1B985BCFA74E17C498670F5667E14E4 /* 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"; }; }; + 9073FC956C4840FC71DF502925B86B64 /* EventHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CF1A178BE38C058B70955C2AA669BFB9 /* 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"; }; }; + 90753381F6E57CA98760117D24197D35 /* WTCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = E090F6F61DFE293415D6695656F1B950 /* WTCallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90AC36E8F28EC86B055ACB4988775AAC /* FlipperRSocketResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BD1D3DC05D847C21049738A52217A8E /* FlipperRSocketResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90ACC986F2EA499BE6A9C2E699650D96 /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = F2472818C64EE672E590316DC60FED2E /* UIImage+ExtendedCacheData.m */; }; + 90AEAC72066CDD2010C53F59B98D368D /* RSocketResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = B6135B48E4C99ABB7EE790503CD59273 /* RSocketResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90BDBBC06892A5431C393C13EA6EA6C8 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ACCC6C25B3A6A9E8F5197353BC8A242 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90C8F03754A4E7249DD1CE312CC074F2 /* InlineFunctionRef.h in Headers */ = {isa = PBXBuildFile; fileRef = E3A5A18407BC20C28B3972A69C622D05 /* InlineFunctionRef.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90FF5830461F4E7AB497E022653EE724 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 4483BF2F6D40F8927C4C212929EA1313 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91014B5C96953C6837CA928722A1118A /* RNFBVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = EA26E00157B6EF1C8A616DF3A514D128 /* RNFBVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 910C434C7BB86D4B11A3F1D388F71AB6 /* SDWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = D91BF9F148B3ED5BA842B10A29D6CA38 /* SDWebImageOperation.m */; }; + 912DEC7404EB4C3258888AE456F25F9B /* FIRCLSDwarfUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 75ACF0CEF5BFB8FA0B59528E9B689DDC /* FIRCLSDwarfUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 914B70052806187059B4E7B3F487D81F /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = E7F46DC86E552016B305258B8F8E47BD /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9156CAE7B51C32678CE8B93FB88C60E3 /* SKViewDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 968D4AAE20F0AB5693F3026919EF8D74 /* SKViewDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91725A97279BD4005D72A1D2CEA8DFE9 /* Pods-defaults-Rocket.Chat-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1755BCB66039C137A85759A7F94BCBA6 /* Pods-defaults-Rocket.Chat-dummy.m */; }; + 917786D91A8B197DD5EE70EA32F0DA9D /* RNNotificationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = D0CE425B6C2AAAE435676267EAD5F89B /* RNNotificationUtils.m */; }; + 9182249451E7F276946AD40A19E0382C /* TOCropScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = E1C05339112DEC6D756BC1444D9FB586 /* TOCropScrollView.m */; }; + 9186770EF7EA9A29862B43BCB708DAD5 /* Dirent.h in Headers */ = {isa = PBXBuildFile; fileRef = C923A43914ACDD9796CE76ACDB837C79 /* Dirent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9199F2A1FBE0E61F7D9ED8A2753CCF25 /* BSG_KSSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 89574252073067053E8DC5890D2420CD /* BSG_KSSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91A95795B0DAB6FDFC41102C0DDD2E71 /* PBEncodeItem.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 133E4829F70E2F3C6F4304723E9F211E /* PBEncodeItem.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 91AC9368CFDE4999CCA7739449D61A40 /* MPMCPipeline.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CB61DDAACEB898CC9FD329AED09A468 /* MPMCPipeline.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91D0BC0B7FEA729E15BDF86C85B51597 /* RNCWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 187A7690ECF96BEADECC1D481316D6CA /* RNCWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91D443A4FE2B235D711A75181C041E62 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F45CF0F2AFB05EAC2A3A44D0A72C79E0 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91E75210C2EF06406DC56FA1F8AEE459 /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EA4B39CC830AE49DFFED1473341A03F3 /* RCTScrollViewManager.m */; 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 = 2B9346FF304AC5B80C47E6914D91DFE4 /* EXAV.m */; }; + 92003DA2AB8105D2BE21088C286F4501 /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 6652C6E1EDB993C5350354EE4A7B834A /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92114CF55305981531198B5F2CD20D7F /* crashlytics.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = BB0232CA1E140B6BFA0CFD7AF837D160 /* crashlytics.nanopb.c */; }; + 9214DF1700B211BAF6507D0821412DAD /* FIRCLSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = C38EF1F5470C311BF58ABD2A7E216EA8 /* FIRCLSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92317B9007AEADA8FB7B745A133315A0 /* ScheduledSubscription.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B697D7EEA5C671396BE0E13FE531C05 /* ScheduledSubscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 923290319C3F0C301063EAF1F3FA91AB /* RNGestureHandlerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = D1E19E07A541543469FC8FF8DC386DF7 /* RNGestureHandlerModule.m */; }; + 9237A860694A80084598BE4A04600CFC /* FIRCLSHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C0FC806DDAA6A7A1697CB8EF188040B /* FIRCLSHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 923DA1F34D80B84C331142BD8DD784AF /* FBCxxFollyDynamicConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 74CA63F9592BB2F706281BBA9FB2CCE8 /* 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"; }; }; + 9247D7379DB1A962F5B506BF954240FB /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9018A264C979EDA2F5522F969394F69F /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 924BEC733DA3048B5091BE9C80EAE322 /* openssl_aes-armv4.S in Sources */ = {isa = PBXBuildFile; fileRef = FD67CE7412B05944617E6C3442F9A818 /* openssl_aes-armv4.S */; }; + 926998A0F32ADB050748C38E7318833A /* RootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 751A0948A94853886BB09B11B02165E1 /* RootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9298D96B0796C24F5027F990B9652EED /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 176D61CA552E36DCB1749301585B8296 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 929EE2DF5EBEA4CBC89A2201DF15864D /* openssl_aes.h in Headers */ = {isa = PBXBuildFile; fileRef = 479605144FFF3A3759D5797CB91D61CF /* openssl_aes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92AAEBA3C40F8F4BDEB3EB0FF0B0F011 /* SwappableEventBase.h in Headers */ = {isa = PBXBuildFile; fileRef = B04D13C784237CA4DA6134EB54F5848A /* SwappableEventBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92ADCD672AF4CF596ABAA93F08460898 /* SDWebImageTransitionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 38171F5EFD1A548DD70FC612A9D690BA /* SDWebImageTransitionInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92C5C6953CA4738F4E9CE93C5DD88707 /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 4000A446CE86B2D29BEB26C94541DE78 /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92DF868F32D5D5B05CABA4F95CFF7EB5 /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = AFDBD5393320F94DEDD530350D37E687 /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92F4AA4292C89DD1EF18362AD7259CC5 /* DynamicParser-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 612D3FEA8CE44E025F01175D66F0D107 /* DynamicParser-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93016A61649F76D78403148C998A04A3 /* StorageGetters.m in Sources */ = {isa = PBXBuildFile; fileRef = E1C320E8901BD5D4D87FC6C5DEB4F119 /* StorageGetters.m */; }; + 932B0735C757A51D3A6DED49DC5D6440 /* BugsnagBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = 04646EA6378DF68F80978D95F6CE47AB /* BugsnagBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 933A07344B992D335D2C0DA6C3451F0C /* SKEnvironmentVariables.m in Sources */ = {isa = PBXBuildFile; fileRef = FD288B4EF9D0BC1E0CE449C2576ADA7C /* 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"; }; }; + 933FE4499A1DF8A5023AB124D3F102D0 /* RCTUtilsUIOverride.m in Sources */ = {isa = PBXBuildFile; fileRef = 67B87BF197FFDD970F403D89F5330D15 /* RCTUtilsUIOverride.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 93447B9DA6AEDE5E5661DD87A5A0F089 /* ChannelResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49A2CBEACA6F1C93BB82E5B8DEAF02F3 /* 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"; }; }; + 9359F192A4B6C4BA31C2A99670BB1323 /* EventBaseBackendBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1B2D33A82BD64DF0CA4F73CA79134EF1 /* 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"; }; }; + 9369481F2FD18FC1DF4C2197D26DAE88 /* RNNotificationParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 64B15EB6202BBF29928609442F6F5698 /* RNNotificationParser.m */; }; + 936B9C6A122982397DEFEABEE028ADCD /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = B12C307859FDACE4EA8C1151DB9F45A2 /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 937587C666B37119D2AC9561BBABC3B3 /* FBLPromise+Async.h in Headers */ = {isa = PBXBuildFile; fileRef = 121503515315D5B2DD62D9C7DEAC628E /* FBLPromise+Async.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9388F39823819E793BBC10D94DECE410 /* AsyncSignalHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 763F27FFC78F573D79BDCCD4C65D39FB /* 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"; }; }; + 938A4516E505D65D0DF69776ADB9E7E6 /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 9586FB313EFD09879338CE1DF5F5C845 /* SDDeviceHelper.m */; }; + 939420728B6732B662D5DACB2B22B700 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 6D13A5CD19FEE3F06A01CA801C5E8528 /* en.lproj */; }; + 93C0C00B856FEE25CEF5D5233F2EEEA5 /* SafeAreaSpacerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 008C4C228ECC9530DCD0CD14C585B839 /* SafeAreaSpacerView.m */; }; + 93C13A26FAB04AAEE923D3784CD8FB4C /* RSocketParameters.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE303ABE11B2C0228DA84ED0AF7EB609 /* 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"; }; }; + 93E290CF0B21377C917999ECFA98A253 /* GDTCORTargets.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F4E0D00C727275FDB478F9E7946E8CF /* GDTCORTargets.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93EF77EC7AE998D372EE0EE0F05208BB /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 000A7A41DED7D20489E4A7F0FCA3BDD9 /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9413F17B1077E7B305B7C4AAC62B9DD7 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C69366700D325F52054D16B90A820DC /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 941BB7BF8433ADE29D289B7D7DE45E2E /* FIRCLSExecutionIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FBCD9FC672C818F4B790A2EC594C606 /* FIRCLSExecutionIdentifierModel.m */; }; + 94265A2BBF538FE6513C67413159C2AD /* GDTCCTCompressionHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 79A9E5058B5540846CAA9789766F0146 /* GDTCCTCompressionHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94345C5144B57D7EB8138161E936BFB3 /* yuv_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 11F53B0D1831D48042749483A0C65E09 /* yuv_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 945549C70EFC3F79AC3BBFDAAF64CEC8 /* EXSessionResumableDownloadTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F015BE014ED308255235BF0F53539D9 /* EXSessionResumableDownloadTaskDelegate.m */; }; + 9466D83F8B99B15436A6E3099D0FBB58 /* CodedOutputData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EF3D88E885D862029FFCD3B02AF4ED71 /* CodedOutputData.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 948DC7DF2AC15E1AD8D421D34AEA37D7 /* BSG_KSCrashIdentifier.m in Sources */ = {isa = PBXBuildFile; fileRef = A0DE0FEE03229A05D91693E7C28AF784 /* BSG_KSCrashIdentifier.m */; }; + 94A824835845D49DAD7E7982841C50A5 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 562AF29210D122976F92384641C7DAE1 /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 94A92E035648216C214828F999C5945C /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 53551BEEB252C434253BD6635E618106 /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 94BB193FE3E9E65586113244EA30635C /* CheckedMath.h in Headers */ = {isa = PBXBuildFile; fileRef = ED1F1453BA0F5F31F7DC3863D3DA4346 /* CheckedMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94C401FCBE56C3D8E3F9FC8149002F39 /* REAConcatNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 17532B9D42B5A061A876446A623EAF7D /* REAConcatNode.m */; }; + 94DAB1D813440B6ACE5FBB29BA89594C /* FBReactNativeSpec-generated.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4CC9159F784F7C43C57402626D78ACFE /* 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"; }; }; + 94E55F1C3A48A81BFC65E66C0007EC0E /* AsyncTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B9DBD5A6FFC3A2C7ADF125CE36D55F3 /* AsyncTimeout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94F85ADD1D00B3B5AFD10CF8B2DB9A8F /* SysMembarrier.h in Headers */ = {isa = PBXBuildFile; fileRef = CB23AA6296B73127412A1E1AC134A5D7 /* SysMembarrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 950A9A6589333A5B30B6FA7153AFC458 /* RequestResponseResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 45B6B2E20D6940BCA7B4E5F8A1079EA6 /* RequestResponseResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 952468C2BCA903879CB2D67B74E5E432 /* ThreadCachedArena.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C68C5F126D0B5077975943436F0DB70E /* 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"; }; }; + 95459263AE7426791DEAE1F34EB2FCF4 /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D9549C32083D51DE255494481FBDE83 /* SDImageCachesManagerOperation.m */; }; + 955EC830DB7E6205DE2C545D1430285C /* UMBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F0D92452642E2F8A719AA67BF5CDF509 /* UMBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9570467BFB55C606CF3BA17BAE0E052A /* FBLPromiseError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1151FBF1BEA12FA7D5F885DE3D3648B3 /* FBLPromiseError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95A2D947367EA746ADDE01BF1B4AA1FE /* RSocketServerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 21C4756100DEEF7422D3868D7EF61461 /* RSocketServerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95A7AE39446EF025A81FD27FE5AAFFA5 /* FIRCLSNetworkResponseHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 500F600B44E9594531DDDA06E8D3C08E /* FIRCLSNetworkResponseHandler.m */; }; + 95BA8A385AB0EB774E612D6698FC6516 /* RCTVibrationPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6ACEFA2868E842C613AD71E5514CD0F3 /* 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"; }; }; + 95DB5A98C962C937C903453C9765A41B /* Core.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E74F791E964ADAAE4DFB5DB696DFC08 /* Core.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95E453395A153C91D47E69FC57F3A3E1 /* Types.h in Headers */ = {isa = PBXBuildFile; fileRef = D7FE48547CF5432B78D7A17B55D8D192 /* Types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95F394C7DFED446562D0E4E61DCDFF04 /* GULKeychainUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 6220542DF0C8D4FE82046711767950C5 /* GULKeychainUtils.m */; }; + 95FFEA52858044905B8234B5124B3982 /* MMKV_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC37117B31BAEA77537F28D2776B7B96 /* MMKV_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 963DFB09DAB4DBBE715082D650F56D54 /* RNCSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3440301C8829615406439BD980BDD3F8 /* RNCSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96445A42ADD5B85215E445F47F27A626 /* DistributedMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5F75673457DE31D68EA722593EDE6A50 /* 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"; }; }; + 964F7C2056580FB155D820526BD1DEBE /* VirtualExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FF3104C2CAAD5694F312CDB1ED73E5E /* VirtualExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 967252E18DAAC7BEA0A774BB1709DDCE /* DeferFlowable.h in Headers */ = {isa = PBXBuildFile; fileRef = C1459759F9889A9BEA6ED067C3DF2E87 /* DeferFlowable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 967689620A546B15D2387B922D87B150 /* FIRCLSException.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2C20283ECE5ECD4532915819FB278FC8 /* FIRCLSException.mm */; }; + 96A04C5DED4606E03E1C6CB921ECACF4 /* AsyncSSLSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 102CE19DC05E96A0886FD83C62392D67 /* 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"; }; }; + 96A646E4B7D837C11E7E7692B37A9713 /* OpenSSL.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A47A8D815F184981BBC78C336521A26 /* OpenSSL.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96AA3E0E20A3662B96F010409C190AE9 /* FIRInstallationsLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 099CF98919DA36BBBD2A6A4F2675187F /* FIRInstallationsLogger.m */; }; + 96BB3C7331E8EA62817326D9315EFAC7 /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 38030D7224EAD5C7BB968D17B7E630BD /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96C0473E70574F8E8D6D394FD4E3E1F0 /* OpenSSLThreading.h in Headers */ = {isa = PBXBuildFile; fileRef = A9303B47AFB061FADC57BA2837F6C57B /* OpenSSLThreading.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96C4068BF122CA796B64BDFD2468381B /* FLEXUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 3243AED2059A8C91F5A6823E0D1E3AFA /* FLEXUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96F85ACDBBB7A62CF6CC684FABA24770 /* FrameTransportImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 80FCDF728A1B8E501B706A634DD3F763 /* FrameTransportImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97080F090875FB50EC9626722A2A96D1 /* Likely.h in Headers */ = {isa = PBXBuildFile; fileRef = 3850A6671D8A1F4B1E70B04A9404B75E /* Likely.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9716E153EF356AC8F284C11AE1A7FEEC /* frame_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = E9425E27E1946745053C4CE3104A78CE /* frame_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 971E41C6C251E171F66F5F4ECF8522EF /* backward_references_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = D14845D5689EDC711D9680E0A4BD878A /* backward_references_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9761FFEFAEC3491AE0FF89EF4053DCD8 /* SysResource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECF79D177016C331BCC78946D26F3688 /* 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"; }; }; + 97648D4CCD01710467B1A60ED888D7F8 /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = D30BC1E5B8C4BAFEED4E0F756093A6E8 /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 977542090F294D37B1272DC5C60EAE81 /* RNCommandsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 34E4F322613D97AE8B78AED9126E80F8 /* RNCommandsHandler.m */; }; + 977A45E05B86E5B8DAD1761B722B2438 /* MemoryIdler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4955907F79199885E1B5373A796564DE /* MemoryIdler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97805879832810482FA9569DB0F653EC /* UMReactFontManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 585C9A2AFE4FDC5B1A894DA814691821 /* UMReactFontManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97A36F2DA145570DE2AF7280F716F05D /* vp8l_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = BE70B3EB18E7DAEEC63946BE0041C8D1 /* vp8l_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 97BB87A29066BC846E7830BE40B727B3 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = CE6D16A90036C29C21D3FA2171D36083 /* UIImage+MemoryCacheCost.m */; }; + 97C71718DD7DD3D7829A4A8F54C20B46 /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 18295E400782C940BE3022E492D295C9 /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 97DBAAF30873ABB6E6FAA3AD4981A763 /* ManualTimekeeper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33622B2B42E2A071140B6AE97CB88F38 /* 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"; }; }; + 97DF42D60D472C78ABB42974C4672803 /* Orientation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7380A0311BEB2E8A86522B2BDC9001A1 /* Orientation.m */; }; + 97EA40BCEFB0BFF1E8F9F77199DDB31D /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 82427DA5C89CF07B4534D65C16EEA46F /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 981161FD3F202C634F438C067D922A8F /* KeyboardTrackingViewTempManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 981ADFCC0DB115A2A9C4802064461651 /* KeyboardTrackingViewTempManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98144B1DC740485421ED3BDF91CE89D8 /* UMNativeModulesProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 322072ABF23F10F359B46BE9303C6974 /* UMNativeModulesProxy.m */; }; + 9819B115EEDAAA013BDF86D9AC9CCBFC /* ScopedEventBaseThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 9503488FCFF5AEF5A660501A865FF5EB /* ScopedEventBaseThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 981CC21A10FB801351AFD4DF07DCD644 /* TcpConnectionAcceptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 32551C1EE4A11E472EE2CD6BF852BC92 /* TcpConnectionAcceptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98230BD99AFAA04CE94DE926D2BDDFCE /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C3703C50AE34DF4FB62617DEC6393A0 /* SDWebImageOptionsProcessor.m */; }; + 982D5D1F3F63C54454FC25DEB8A2089D /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9DF33FBCD4C8A93D9A4A27C4619E7F44 /* 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"; }; }; + 9855F1483A965A658A173DA7CB15E322 /* RSocketClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CA19C7E1C8B2027281711797BD1CFEBE /* 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"; }; }; + 988D42C8242951CEA30038F87D5F8795 /* BlurViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 13FF2DB777611F41DD5B5E5A8F6CA794 /* BlurViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9893816C3E70F236B24AE27C7E8E771D /* EXConstantsService.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F61B8D7F7A7A55AF767402BC60D1940 /* EXConstantsService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98F20EE794B7263B8524791BCBA7807D /* GDTCORTransformer_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E32470CF954B2D2E67C22501ADD1D59 /* GDTCORTransformer_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98F8067A4835837E6C277C528ED20646 /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 63F6C79F04D18B5EEBD60C468A7BFAE4 /* React-Core-dummy.m */; }; + 9919F6E33ED9112EDE8C94603CD3CECD /* RNJitsiMeetViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C004582AAC112DBA36E1B4F0127DCCB7 /* RNJitsiMeetViewManager.m */; }; + 9926D2C6CAA9DDE1D5F8F16EE05830E6 /* FIRCLSDwarfUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = 461020E85A2A3B301ECEF2D56770CB0A /* FIRCLSDwarfUnwind.c */; }; + 992D948FA6772ABFA7C776983A80F777 /* FIRCLSExistingReportManager_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 82F4D239A3C712FDC4A6D55D60753EA7 /* FIRCLSExistingReportManager_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 995065FF23FE31C622E66C17B30820EC /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 54190D18E31EF676BC2EA73ACD2029A3 /* GULNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 995543F5C85563B1907FB07F383D2E6E /* QueuedImmediateExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = C5F018D67BBF0866FE0823B6EDEB7903 /* QueuedImmediateExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9956E93ABF0D94CF8A60ABD2DA84C6AE /* HHWheelTimer-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = F5E8F15C642CD10B38D0C188B978B322 /* HHWheelTimer-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 995D68F0C722B653D59C8BFECCB53205 /* config_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = F5F505BC9160BE4457CBFA549AE53ED6 /* config_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 996B5B1B5DA5B535F923FF5D253F2C3D /* MMKV_OSX.h in Headers */ = {isa = PBXBuildFile; fileRef = DF0DFE4FB0340981FBE66A7900287DD3 /* MMKV_OSX.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 998F904A36D5310C474FB8CC90060E4C /* random_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 4404A86F892D9053B0002A452A7B10B7 /* random_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 999854DBE2AC4A0732AA0ED24B4DF93C /* TcpConnectionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E808A27834D76C03E14DA3C1AB4590A8 /* 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"; }; }; + 99A433515074FEF5C8816351013FC0E4 /* AsyncUDPServerSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B6CD38D724F5745BF134B3FE3946B04 /* AsyncUDPServerSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99AE954813E539327161E8EF058303B9 /* RNEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = A8CB003D4143E6F3CD3BCBF9A274D254 /* RNEventEmitter.m */; }; + 99E2EF7C637A13E18735DABFA821100F /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 4422EF4392CF8F03D6390819FA3A1279 /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A19093CB7DDD85C912B5CAE91C13CE0 /* ScopeGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 262DDB84057A7FEBB1F3E190F4F857E8 /* ScopeGuard.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A2864E56DECF2105056C63655C7C9ED /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = ABC4755E7F3888D38E8549887D3BFA1D /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A3ACB6A3B451443A595691810094B5A /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = A7FA8EF1ED118AF38B80393C5313A700 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A4764272B17E0B5E1B5872BD4975C9E /* react-native-restart-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A4C1333B82AF8E9A714E5AE3DF64D5AF /* react-native-restart-dummy.m */; }; + 9A51BB4BF689590E06DDD5D24226F46C /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F77EEA359C4D663BF9409A666EF56FD /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9A524FC8C3E5596956A17121BE37F160 /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = 77A1458A01CC8F538A51983E768C0ABE /* pb_encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A5FADAB4F03FE48215FE539AD6CDB6C /* RNFetchBlobProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = F14F0A91E85391B19F147DB7F371E15F /* RNFetchBlobProgress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A8F74EDC8845731B3186DD9CB2206FE /* RCTHmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DA56218E5E487AF59D0618EB9A6396D /* RCTHmac.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A9933D808C8FE05969AF8BBC9018131 /* cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = BE4D1C7E833F4D96FB3E8DD73ABC1ECF /* cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9AB6657E83BD14D2C907F19FB0C0F1A4 /* SKNamed.mm in Sources */ = {isa = PBXBuildFile; fileRef = E594E2C2EE14484B523FBA90C1F0DB06 /* 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"; }; }; + 9AB7C90B576702A142C5C3B400FDE905 /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 523A40ADE1213F1F7F2846436296E923 /* 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"; }; }; + 9AE9A98C8DBECF1F14DB2C32E9BC3B84 /* Sched.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 52E834A7A87B2BBDFA94D7DF44FDF465 /* 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"; }; }; + 9AF1F189352725219749161506EC9427 /* ThreadWheelTimekeeper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CF02DFFDAC04F596E7F75F86CBDAFD6E /* 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"; }; }; + 9B06723E1B4842B0ABDB1F59514D7366 /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = D0B055CB6CA0FE9B801ED084464E67DF /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B0CD9A4293F6DBEA43E039B495C886A /* Singleton-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A817D121C58CD567293B3680B49A6CA /* Singleton-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B2DCEF0C080E8077E7F74F81E43D33C /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9E433557CBDCC3219885DCB3FACF636 /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9B44052A7CA58C69DBCE7C2AE5EE733E /* GDTCORUploadCoordinator.m in Sources */ = {isa = PBXBuildFile; fileRef = E3F82BBCAB3802D113F8208A9AA4B732 /* GDTCORUploadCoordinator.m */; }; + 9B4629374E8DC4B46788686D34701D23 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 31D8FB4D8CDC590470E0E0AE686A35CA /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B504BABDA220F056CA79BFA769E7095 /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 07C9F6C652871B87FEECB5B018821CBA /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B578037B7F98B390CEB9F8D2FF8E966 /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F0786E111C380A4F5F4194B27AA55FE /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B612F4DC7F1F89C941C31D587070DA8 /* FIRCLSManagerData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8173852196E8A6137B58B8F09CD04BC7 /* FIRCLSManagerData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B6A2C81B4C600F358C641B377CCBFED /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3871B04D36EE1938C6800E97C15E4EFB /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B918E262F1D682FFEE260E40DCC3E0A /* backward_references_cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 70A17B18E07CC621370195C1D289CAE5 /* backward_references_cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9B9FBC2AD0C708E0651114DE69C90A0E /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7118C076F64E70D58326FDFE49203797 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9BA2A3C168ECD2A35916D07E78FD0E16 /* Semaphore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D4F62D4D5AF7AD49F88805568A094A3 /* 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"; }; }; + 9BA66FD06C0955A079D005A3BA0016B6 /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A8814CD58CF3DAEB0154DD758F6A480 /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9BAEC704D76E1BEC7BA054F6317FBD5E /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FB4876BB50CAF4A439244DC3370EE5D /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9BB69855EE77C6D86A89F7053A230212 /* FIRCLSAsyncOperation_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 83DAAB2C8C4DB448553AFBD52EAC0FED /* FIRCLSAsyncOperation_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9BC0CCE8E02BB5F8E6E37A5B0391B0DA /* FIRCLSReportUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 584503C67A2A7CF3F468751D93CBD1A2 /* FIRCLSReportUploader.m */; }; + 9BF6E7CA7DC37B0495BBA6DA2B6D531A /* UMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 16B4F6ABB7A027E10C57D01D4762B0B6 /* UMDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9BFE17BEAD40764702BA2AA9840B2AE9 /* ConcurrentSkipList-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 26F861AFA8F841A13826722BAF81EB50 /* ConcurrentSkipList-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C0C52960C0A73443BD28E0AA31235FC /* RNJitsiMeetView.m in Sources */ = {isa = PBXBuildFile; fileRef = 176BED56194EBFD9BD6F0EAA67E7D2E3 /* RNJitsiMeetView.m */; }; + 9C1BD43EF54CD2AE7EDFA07DEE228B96 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 1956B2E8F86EE099EC626D5C1C73E1DA /* SDWebImagePrefetcher.m */; }; + 9C24F555DBD9C312CAFBBCEA238B2DA0 /* GlobalThreadPoolList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3AC8E3889E1F9C6AEB1134B85EA1AA0 /* 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"; }; }; + 9C5C3BB40842BF11C1D3CC6B6CBEAD51 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BA9F4CB1155670F151147B6AE19B980E /* SDImageCachesManager.m */; }; + 9C60763F6206AD05DD3B4CC253843ABF /* dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 44886483E46E64C1DFAAE9536C6350AF /* dynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C7FA0BF37DC544153DCC9B17C3DF623 /* FIRCLSHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 28387517BF392D7F46D2D72982BED20E /* FIRCLSHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C9DC2934E559B7C4AD058F135CB85E2 /* SerialExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 941CB5FB80B44AF77439CF141E2C7FC1 /* 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"; }; }; + 9CA678CCBFADC018A557E9BC7745354A /* CallOnce.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EFA52B2D89651F14E513E63DFBA9E01 /* CallOnce.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CB18BB6839D5001D107E0B1CD08C8A4 /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = F7D288299E78ADA9FAB182A92F4C0A0B /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CCB4E32C86B5F29292A363E0F3D1C0B /* QBVideoIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9114530292365C06ECD4324D760DDFBB /* QBVideoIndicatorView.m */; }; + 9CE94CC2CEA8E13327514F0C53A99483 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FF21100C8454B9D90D039764291E41AE /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CF7BD17ECCEDA65BDA525D52C76C785 /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9F3D2227EA6345246B39F61D58AD0163 /* 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"; }; }; + 9D18331267804CD735BCCBAEB297EC8C /* FIRCLSUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = D0B7D9CBA59E87B955A937BD36D35F6B /* FIRCLSUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D1AF48763DF670279E8A0115A513734 /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = C92C5FE46B40AC0D666D2353EE5ADFBB /* UIView+WebCacheOperation.m */; }; + 9D25D12164FAD1A1CA43C1ACC2738A8F /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 31DE3A1EF769234029EF4FFA08E22570 /* RCTUITextView.m */; }; + 9D283567A509B921DE289C00C770EA9E /* MMKV_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4FCF538DE7DC716C6101B94BF793324 /* MMKV_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 9D5E431DF5AC625A6920C8AB97C19BF6 /* color_cache_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 26B96880361CBB0364D7A793954DF9D9 /* color_cache_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9D72FA089ED492B7F8A8BD5250B35D80 /* mux.h in Headers */ = {isa = PBXBuildFile; fileRef = A6819DDE7A8610D86EBAAB4563D4ECD5 /* mux.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D802BD761C933A8B7C4D0B4A719EC71 /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 75EC21AD55371A75A2B009697C35CD13 /* 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"; }; }; + 9D81100F4C48477434A860FDCEB3410C /* REAPropsNode.h in Headers */ = {isa = PBXBuildFile; fileRef = EE6E404607F9E16D56BF06CB01829B3E /* REAPropsNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DC59F9FB096AE64DBC66C26929FA58D /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4F1AF381C5D22AB19E24667A19CEF0 /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DCDFA688EB66A3D36CB49F387411C28 /* RNCWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C7A9129FC07EFCE11E0CD715F503217 /* RNCWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DD8674A86218975B87557292DE31A48 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 79E7135E4679A3F707C13BDE615420A0 /* SDImageLoader.m */; }; + 9DEC3548F978A24127AF27BA54C67008 /* DecoratedAsyncTransportWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = FAE5EDEB4924E7738A7928F2B3DEF500 /* DecoratedAsyncTransportWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E003E8C0250A351940CD51439FB964E /* BlurEffectWithAmount.h in Headers */ = {isa = PBXBuildFile; fileRef = 90ABB0B942BE3171243A5490AAFD010C /* BlurEffectWithAmount.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E0D2E63ED78F4A61CA8D33DD6F1B14B /* ar.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 8B5772651373B8400B39D891F970F14E /* ar.lproj */; }; + 9E741DD7963E01596D5171A8683DF997 /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3F9C2FCE81A09A476F1EE0733E926E29 /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 9EBA63AD722D62682C0CA9C99BAD2E0B /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 651385E5A5B335D68582639F45073305 /* GULNSData+zlib.m */; }; + 9EBC51FCD3C35CAD643B0FB5D5CFE4D8 /* RNFBMeta.m in Sources */ = {isa = PBXBuildFile; fileRef = DACDE9121C319E3522F63C9F696F4594 /* RNFBMeta.m */; }; + 9EC3A0D4D8746E2CD54F79BC82652BDC /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 375039AB2F0B517F534A481F68D914E1 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9EE66696B35936BCE510F4F7D3ACC408 /* FIRCLSAsyncOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D77668D07CDD37E904E715A4AB987F23 /* FIRCLSAsyncOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9EF6D7E8ABEBAEB7BE3FA6B2E53611A0 /* Try-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 79483DF963C623E5FE9ACC998C39A0EA /* Try-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9EFA54FEED3BCEC80B26950A3583BFA0 /* UMUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CB79BA9192A5AE23514325000FAB755 /* UMUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F2D4D2A7BD02828FF833F3F267BD743 /* ARTSurfaceViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D1CF8507446B266FB033CD00A86B58E6 /* ARTSurfaceViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F389CC783B61863C985A4538644136F /* yuv_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 18E92FF02E43B187002721CE6AC21542 /* yuv_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9F393E914F6A34F8B30025E862B15601 /* filters_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = BF73580CF2F7A5529FBC99630BF5B4DA /* filters_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F6E61703BCE114F6D42FD6ECC6C3148 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F63AE79BFD695A1F10284D8B26E24B09 /* SDImageCache.m */; }; + 9F78E5E4D56E50F9A906A54D9054FD8E /* HazptrDomain.h in Headers */ = {isa = PBXBuildFile; fileRef = D9CA7AE6DF56C54555D24CE3CFDCEF12 /* HazptrDomain.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F7E930D34896CD501973A66DB05388A /* TestSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 013D372982CD07531F05547EA1730D48 /* TestSubscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F8323FEB8075577327CD8728A57D1F6 /* RNFBCrashlyticsNativeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = F58EECF110960C015F74E77422624DA5 /* RNFBCrashlyticsNativeHelper.m */; }; + 9F9D613420D8FA4298AC393ECA207003 /* RCTImagePlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = E4291A57441A471A5A053761094F165A /* RCTImagePlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FC2E8363259256332969BA62FBEAA5C /* TimedDrivableExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9F24838CF9F79BAC96C96ADA2A3CF9EA /* 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"; }; }; + 9FCB62B2218707E260392AC5DD1AB98C /* Access.h in Headers */ = {isa = PBXBuildFile; fileRef = D868C867DCBC09BB7C4A6031DF3B1546 /* Access.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FCE3BEEDBD99A18FBE5A30E3DF04D1F /* BSG_KSObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A36D1EC99E4E24544321CD87714EC7A /* BSG_KSObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FF1562A3C1826FA50A6ED3305D895D1 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3871B04D36EE1938C6800E97C15E4EFB /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FF2917107FAFF00FDB75E76F5F610FC /* RNCAppearanceProviderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CD8DA4C212464019787C9652828E75D /* RNCAppearanceProviderManager.m */; }; + 9FF5160E99B84923A6A847416332AF99 /* RCTAes.m in Sources */ = {isa = PBXBuildFile; fileRef = BB30A1431C94F42FCFFF3C3B33DDB5CE /* RCTAes.m */; }; + A0622DA11DA23F1A6360E4E20CC08744 /* FutureSplitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D5F3B9E18881FA2AFB6231C048D9499 /* FutureSplitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A06E00EE352F0235CA49DF3671027C04 /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = DBAA3D18901F8853811C9F9ABB0E3677 /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A07261DE1E526840A253D9A89419B01E /* Expected.h in Headers */ = {isa = PBXBuildFile; fileRef = F9D5C6E7B3812600E6897DB49A626917 /* Expected.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0787DD1866B9D6005E35C07CB1A3914 /* RCTConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = CF71C4DF6A83B9333D32F0A02888D48B /* RCTConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0898215180B96F7B9B64E56D6E13C5F /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = A2AC24A2FEA3566FC054042C6866ED9B /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + A0ACC7F83CDC302F2DF88876292419FB /* RNCPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 06873B00C2AC532EAB4C075EE348C6BC /* RNCPickerManager.m */; }; + A0B16A8ED149E376671B47003709E603 /* RNRootView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0943FEC9013DCA31A10D5DEF04AD1C85 /* RNRootView-dummy.m */; }; + A0B2EDDA463526720773346A44F5BB0A /* FBLPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1E3DA9275CD83B9B766723B8E59C78 /* FBLPromises.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0BC48ADDD2784EB7BEA4761B88FF47D /* DeferObservable.h in Headers */ = {isa = PBXBuildFile; fileRef = 78F7C3D535D8D765ADD80DF88B39D21F /* DeferObservable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0CA42B8F477268FA191D39EFBE32675 /* EmitterFlowable.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E965A188A7D08274F9005A597300938 /* EmitterFlowable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0CD2A76FE4C0970F1753683D1E65C1D /* EXAVPlayerData.h in Headers */ = {isa = PBXBuildFile; fileRef = 64729687BD0DDAA887B81978EB045960 /* EXAVPlayerData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0CF199D17279B562F2EF13DEA601E64 /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 7571F9A11426447893F61A7180736A9C /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0EC40F3934CCAFFC6EF3D498D3F499F /* EXAudioSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 38DA87FCC44AF5BA7CB6A7C75DFF4702 /* EXAudioSessionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0EC8226305F7CDF45D626B173A78142 /* BSGSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = E2D6B78CB0901DA03698D742FBE3FF40 /* BSGSerialization.m */; }; + A0F3EE08012559E9DEB2F96F1DD719EE /* UMAppDelegateWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 236727DAC3901D5E873ED19CBAD9F389 /* UMAppDelegateWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0FEFACF7FCC7EB50E3D658D8C1A19AF /* FKPortForwardingServer.m in Sources */ = {isa = PBXBuildFile; fileRef = DF5052F5F710CD554E1DE8F5EDF32AF5 /* 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"; }; }; + A114EBE14249F07F4D5CC72A3EC98014 /* FIRCLSUnwind_x86.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B4921697D86DCE3091D41136D888F23 /* FIRCLSUnwind_x86.c */; }; + A122B77D1EC1BB2D69CEF9009FF321EE /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = EA5581E0B46CD7A8772ABC9929BAE600 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1251A9E7A7123C82C6CD78997B569D1 /* RCTDataRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6AF1A5A8CE228D1CF64CD266AA641DE6 /* 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"; }; }; + A1284B6E800A11D8B542B268CC794360 /* FBLPromise+Timeout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3436B4AF65BC6077067BDED3C8A06437 /* FBLPromise+Timeout.m */; }; + A12A48C3C757CE41A318A436BAA95E51 /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A4F7C3294AA209D7F52327DC9A8B4E19 /* RCTBaseTextViewManager.m */; }; + A145F81E92F99D4995176775CFF3C539 /* stop_watch.h in Headers */ = {isa = PBXBuildFile; fileRef = 64E5F49EDFBC0CA6A28A16D370C1CE94 /* stop_watch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1511D7B745F233DBE0D869661A2246C /* SKRequestInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = E110329BA0A9C9523D9AB5E59BB6258F /* SKRequestInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A16351F493150FBFBC62559DF74779FB /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = F2F6B185C96E26F4C4A46FCB8224FFA6 /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A16A1ED4C3BCC3776FBD7AA160BA0103 /* FIRCLSInternalReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FBF45BE08C38A1BB063BC1177CE7594 /* FIRCLSInternalReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A16AF48356E80D7F30B4CC95D270D05C /* Constexpr.h in Headers */ = {isa = PBXBuildFile; fileRef = ED5D5B0F8FA5BC80A7A5D2584D4BE8BB /* Constexpr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A16C18D9138296744AFF8F7F748CF827 /* HighlighterView.m in Sources */ = {isa = PBXBuildFile; fileRef = 799585816ABBDF951BE6188C04E76AD9 /* HighlighterView.m */; }; + A16DEEB6FE06BC420017A915830846ED /* Random-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = F8CE02C655942EBB953BCE6793255712 /* Random-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A170BD0E2D987D0010B023EBC86FDCF4 /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = EF3C6D680B2633DB12B59782FE43A18C /* FirebaseCore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A185AA0D4887B2CE699640D4D7AFA626 /* ARTTextFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = DAA56EC35D99DAD7CE9B9744CFC6AAF2 /* ARTTextFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A18756DC17C9F26BAD98F496BF520232 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 966421A16467367CDBBFE494B85C1074 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1B7CDEBD4EC119C11211A496B8443BD /* Iterators.h in Headers */ = {isa = PBXBuildFile; fileRef = 22EFC1D6BC557DD62AEE1EDE57312E96 /* Iterators.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1BD3EF5F8E40C42F8C2E6311902DF10 /* PTProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 11AFBFDEA8639E46A6B8C988B5275835 /* PTProtocol.m */; }; + A1DB03CEB3C4AE3E9C151975F485EDA8 /* RNForceTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D40E01D296032F503F1AAD45E5B483F /* RNForceTouchHandler.m */; }; + A1F074EB0CE5C9B9882E1A9BE767265A /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 11F9B58F07EC220E8C615236D4D4DF79 /* GULUserDefaults.m */; }; + A1FAA9AE08567DBA97C9F9C6F6331E18 /* GDTCORTransport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4555B3731BAF50E7ADDD4980C093F054 /* GDTCORTransport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A20111A597E8EF48C07687F0427A5BFA /* enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F9E58EFCED3D5563CF65AAAA0955414 /* enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A208B9DF1228D576CCBB475A7493C95B /* Aes.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A174CBF81E3ED0FBEF427F0FEB66CA4 /* Aes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A20934A1553BFE2A0426BE5CEB658A85 /* ARTNodeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F03090CB1D760F86C8ED84B1F19E0E0 /* ARTNodeManager.m */; }; + A245AFB54980D63DBE18C55F33E23D39 /* MMKV_IO.h in Headers */ = {isa = PBXBuildFile; fileRef = 543F2F390155359182D6DD3755B84F5B /* MMKV_IO.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A255FE5E981EA686ED6690A3208FA1E4 /* Iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CA6CAF6258D35E563F183346A6E0839 /* Iterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A25D000536206DBFD1AC6C4FA7A80D68 /* JSONSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DEE2A6B22C73ABD934F26E880381583 /* JSONSchema.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2752DF261634270A56A4253EE94004A /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E885F82D88892B033B2D3BD5CA23E75 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A281811D0872CF53D8DA5FF067A1952B /* Pretty.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BB4CDCED7D5DC97B867A6F1AAD05F54 /* Pretty.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2857A457D8F9FE724AD7FE5F6893CD2 /* Frame.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 63841BB94CB15DE867B2F59583607D17 /* 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"; }; }; + A28C6C6E351A7ECA59CEBFFDFB19D7FA /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = B3DBB08538B1BF6A9313834651A6A50D /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A29838D1EF56622F3749F84D0B6778BC /* LNInterpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 661F40B3797C5846D8F7D4C2938C6BBB /* LNInterpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2A39FA52AA8B74BAB8CCBA27C755F9A /* token_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 85315BC13A910DCAFD771AD60E31C05D /* token_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A2A7935C905052EF3267E9CA5E32C9E9 /* ThreadLock_Win32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 73D4F4050E5A8015ABB0334CD3381152 /* ThreadLock_Win32.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + A2B02DD670D2C4BF160232567D2A55CC /* RNCWKProcessPoolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AE4340E97271D88995093DC8C29216A0 /* RNCWKProcessPoolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2C1FF4C2762071FCCF595C5F607C82A /* FIRCLSAllocate.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EBF97CC786C612494226424EC112887 /* FIRCLSAllocate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2CAA29D27F60339CFF88E8EFAAACE93 /* Uri-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EB2F40A9810CC08EC5DB9C909061577 /* Uri-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2D2E0757B7C61F233E0118859BBDF16 /* DelayedDestructionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = CE58A915794FE35F0657D40693E62016 /* DelayedDestructionBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2DC48B39EAF2C69D1C33BECC291095C /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D762680AA679065C79C31ADF044CED5 /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3009A4C9DF7BEFABB30929AD8B50BC5 /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = F88DBC55EEE3C7F5AD8FA5CDC63B078C /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A30D0BCF7A3859E5A90E52CD44EE883B /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = D40AFF5B4EB569D96B723295A25C3E6E /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A30FED85BC839D25C055BC9DD51D526C /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 49D5C5BBB160CF10ABC66477FF3EB5E5 /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A31FD8A9689E7024EA526FD006523F8F /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A70E5472AFB2E23545E23F6059E870D /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A32C6F0217B5D8317CF1565279E257CC /* FKUserDefaultsPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = F4D8261765BB6EFE0A638F7D3466A8F4 /* FKUserDefaultsPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A330502BFE29D7977D95B8ED704264E2 /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A2D4C23677C83B5C0BBA807A988172B /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3377E75A6E4A4461B63CFAAC884C5F3 /* UMAppLoaderProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 281D56A402492653A0CFD2F4FD92FBEC /* UMAppLoaderProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A33ECE4A3D3D9D28CB6C4C4F9726667C /* StaticTracepoint-ELFx86.h in Headers */ = {isa = PBXBuildFile; fileRef = B6D8E053F636E42BCF1C1B58D8D37F16 /* StaticTracepoint-ELFx86.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A347974DC38128A9330C94F0C9109B2D /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CA4025A9442E30F7A8918DF36CEAE58 /* RCTTextShadowView.m */; }; + A349DF71704A252FA948F20D0B2D30EB /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7192FE90FD5EE26E0070D1C8CD0ACCEB /* UIImage+ForceDecode.m */; }; + A350F38210C77C9303A878B77ED58F18 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 5200F8A8415627A674C9D180A1BCA735 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A365C4757394A3B38413243435546BE6 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = ED3D6378F5BD5C29621422B0438B5934 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A37FB8913F1C27F36D6F39F87E0D3F53 /* RNCCameraRollManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 59E14464C4E1FE32699A3FA92F91372D /* RNCCameraRollManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3B65AB352EDA7A1F5E17B1FE72CDF37 /* EXWebBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 64CA55D452CD0B2F21906CEE84CA090B /* EXWebBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3B899502F153102AA79659E45395337 /* FIRCLSDwarfExpressionMachine.c in Sources */ = {isa = PBXBuildFile; fileRef = 04B93A528C4DC1CCDCCE9B4F77843223 /* FIRCLSDwarfExpressionMachine.c */; }; + A3C7205396E21E242F8BA24850F5C5D3 /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A9669ED11A9E463D1590F17A7F7F28A /* NSBezierPath+SDRoundedCorners.m */; }; + A3EBBC573190BDC0D4669DFAC141FF34 /* yuv.h in Headers */ = {isa = PBXBuildFile; fileRef = 82B1750606ECDC66F808D9DE983E788D /* yuv.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3F067431BFE1C9EA2F70B1CE9D326FC /* LongLivedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD4C430CB3068D9F9EAA8617220C5FF0 /* LongLivedObject.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A3FBCB93192EE53522905EDF2A56DC07 /* SSLErrors.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 881830C4D9D6EE804D88B261F90E6125 /* 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"; }; }; + A41E0DAA5768973F3B501FB67E17E233 /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 163D55EAF28D38658F5BE55D0DACA4EE /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A41E46E40E15710830DBEFF3FAB956B9 /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 120D110B871AB8D4AC2D0F22AB40D33F /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + A464E331A237095CB5A87647F4788D57 /* ko.lproj in Resources */ = {isa = PBXBuildFile; fileRef = E7D88ED06E017D01D33B696DCB883BA4 /* ko.lproj */; }; + A46AAF7A42339DEEC13CDDF0F836FBB2 /* Restart.m in Sources */ = {isa = PBXBuildFile; fileRef = 06BBB3D62021BFE3FED478B5448C9797 /* Restart.m */; }; + A49987DB0C8313BB74617222050F51EC /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = 810535F006A2618A9FCEC6DEB19A3FF3 /* GULReachabilityChecker.m */; }; + A4B619A3E52E0169D372A61AF8304E9A /* ParallelMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CFAB809AA015A5251EAE8A4889FC76B /* ParallelMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4C2F0DCFE8D97F5EFF367A714DF5676 /* ARTNodeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B2B2F74BBACCDA5974E37DA098F42A62 /* ARTNodeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4D5520D0137473949DA762ED51C1E97 /* ARTRadialGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A31CEF1C90E3634B793E265F58A6EB3 /* ARTRadialGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4F390C7585370F7FB38E96901623570 /* GDTCORDirectorySizeTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = B92F71D19C0156B1696A8189C3511EE1 /* GDTCORDirectorySizeTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4F849F5F0D9CD393F337409679534FC /* PTUSBHub.h in Headers */ = {isa = PBXBuildFile; fileRef = EC6877456AAAAB846059A7FC5EBAD7A3 /* PTUSBHub.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4FC5E70F57E6F605AB36D79BD1A85E9 /* REAClockNodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 60981276AE60BAB18DDACEFB5AC9C9FE /* REAClockNodes.m */; }; + A51614BBB290E63F4D456F710FFADFC8 /* BSG_KSCrashSentry_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = CAED899E612EF106DDE3006AFE36FD77 /* BSG_KSCrashSentry_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A51DA1B6652361DB0E7936417B696F92 /* Sockets.h in Headers */ = {isa = PBXBuildFile; fileRef = B8541D8043367B57E34F2727CD87F7A4 /* Sockets.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A56001E1BB1E95CAE9BC063E754D877E /* FlipperClient+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B85522D6FD192E113A9DA79EFC1B9CC /* FlipperClient+Testing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A56D556151B8AF9B5448EA79AF576647 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = AA960263563B639FF5C845EB38459952 /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A57A9325491F27B5B7F0EEC399029E2E /* upsampling.c in Sources */ = {isa = PBXBuildFile; fileRef = 35D6CD275D28C09B97E3E77218FFF6DA /* upsampling.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A58A1EC926B4A61D20DCE760009BA812 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 28F9E6F066F7541992908D4A3F8D1C49 /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5934842D8DFFD7DF8C04584C97ECFAC /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = C620346BEF5BEBC939F5FFEA68AFB555 /* SDAnimatedImage.m */; }; + A5A541FA67495AD139777D6FE3535E22 /* BugsnagConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = F843269D950856FE92618D85014D52E2 /* BugsnagConfiguration.m */; }; + A5C0C1C635914E0A0C633A416ECEE64D /* SmallLocks.h in Headers */ = {isa = PBXBuildFile; fileRef = 94177FD8666CD121A191A5370DF2A3FC /* SmallLocks.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5CCB9A2C4AEB04EF8D06C05A2A0EE4B /* MMBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EBFE649D8DEC2BB3723681DF1316D6B0 /* MMBuffer.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + A5D3A840311F01DDE853663A30131D36 /* alpha_processing_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 4BCCD71356F0E5EDEE7585B24E30F588 /* alpha_processing_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A5E90F8F022F8386DBD4C567B98763E3 /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 070662655A3D6FC2429B63C0DF9CA8AC /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5EC818C8F6E5FFA65C124D662A93282 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 5691EDFF1CF0AF221F17F73966E3463B /* UIView+WebCache.m */; }; + A5EEF95D1530857E76ECD8AAC0C820B4 /* SpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 034932F24CE09CDE67578BFCDA1FCC54 /* SpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5EFAD7720020FF85274BCE55C7C7287 /* PolyDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 3588F59925D24414B8F5CB14083F6948 /* PolyDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5EFFB6009D15BF892FEE20C615E8701 /* TurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92DF40AB91ACF98C76E0D74D413B0405 /* TurboModuleUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A5F9F0D594D94797038D0324BF159F4C /* ConnectionSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 73F932A6F9FD76BB3E57E6D2DE2C1C99 /* 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"; }; }; + A6045A24E6992EC7EEDD83C343D6D9B6 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F45CF0F2AFB05EAC2A3A44D0A72C79E0 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A60881DAC6C55945D8E7589A0D2C5365 /* FIRInteropEventNames.h in Headers */ = {isa = PBXBuildFile; fileRef = B1E66ACE585D98CC84FB6B6F4CCAA53A /* FIRInteropEventNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6089AD7F1E2E01CB3E81CBE431DB452 /* FIRCLSCodeMapping.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A117A1FC69B2543DA0E42CF7E20AE4A /* FIRCLSCodeMapping.m */; }; + A609F01CE8B7BDC8C861EDB8DD25D0E2 /* RNFBCrashlyticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 73B34F04D5EF826A8EA99E9F471688FE /* RNFBCrashlyticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A617E61E2325CC51757CE826A7F32272 /* FIRCLSCompactUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E6A738B8523F2E5651ABC1B9A07FD2F /* FIRCLSCompactUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A623E8156E433A3DFFC65B3609C34935 /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = B8E2639C4F266441D092062232C090C7 /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A632B41E5DBD32B061A2A96B6EF3FF61 /* UIImage+WebP.h in Headers */ = {isa = PBXBuildFile; fileRef = A08BA69B10871F181009FB374DA96CFB /* UIImage+WebP.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A64100E961D79B1B726644B4F8ADF5A7 /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = D0AD466693FF21176B0FAEFBE200BD1A /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A644CE00C4D537DB17FD629FE087DF17 /* GULKeychainStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 89CDCA5F82B96C1550A3463F34E8D727 /* GULKeychainStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A66F2D7210F4668DCEF5559A4938EC7C /* GDTCORStorageProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 629328949A23C018DC1843EF3FB58CEB /* GDTCORStorageProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A67CDDF2511840927DA8E2B7F2503B69 /* ProducerConsumerQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = E0AC30952363653557C87CB9EFF0A798 /* ProducerConsumerQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A699D4DEDADFC42D669EE52778F04DD4 /* RNLocalize-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FD33DBD8EB8D7CBD948A483B52CC6ABD /* RNLocalize-dummy.m */; }; + A6C5C6B5186DCD0395A28BCE7B6BE377 /* SysMman.h in Headers */ = {isa = PBXBuildFile; fileRef = B125DA78A2A3E8F031A2199574199908 /* SysMman.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6E4537265BB0BDFC8AB7427093B4366 /* Array.h in Headers */ = {isa = PBXBuildFile; fileRef = EA1A21A800D5ECCE6B7F6372B29A2A43 /* Array.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6E5EEE860308A0594167C9797B28DFB /* QBAlbumCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DFFF9B84A2AC8C0779CFAB65A951E92 /* QBAlbumCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6E670FE51ED41A843039A08EB813375 /* BSG_KSCrashSentry_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = E8FA3542EC1B2F4115B2273F60B83905 /* BSG_KSCrashSentry_NSException.m */; }; + A70C53DEB2B1D93540683E9C0DADC128 /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A365A407F64D48312B8EDC41463026B /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7147BDB1EB061F98F3F021EA6795BB2 /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = C8ED84448B8683AE06C03889B5D252A2 /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; + A72A84483525951E6100890D7736A5AB /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 9062C39CD0F9DF3288D023C987B112E6 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A752E5EE27D7EDBA39674DC9C3D04BF4 /* FIRCLSURLBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 74DEE421018A713775C97826DABBF4EB /* FIRCLSURLBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7544E93A6791E74098E990AE8F01305 /* TcpConnectionAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 10889882D650152B62B3A443C16379A0 /* 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"; }; }; + A756AB5EF0DD736701B3FCB1F9DD7CF0 /* RCTUIImageViewAnimated.m in Sources */ = {isa = PBXBuildFile; fileRef = 17BEFA90CA0326E4FD6192FAE94E1963 /* 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"; }; }; + A75DE3A07AD9DCC29D90CB1FDE725168 /* FIRInteropParameterNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 0969F0AF29B080190D3B8D11E68DB287 /* FIRInteropParameterNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A75F67BAE109D953729054CA3FCE37CB /* Flipper-PeerTalk-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 888D55E72D8BA588776354CBE1DB45CA /* Flipper-PeerTalk-dummy.m */; }; + A797757BCA62DCB2DA63763AC95E605B /* RNCSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D8B896D56E00A4AB605469EBB063798 /* RNCSafeAreaShadowView.m */; }; + A798AE3AB23B0D43828DE78E55ABB80C /* GULHeartbeatDateStorageUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = B072CEDC9B02F8D00678EC5199400F4D /* GULHeartbeatDateStorageUserDefaults.m */; }; + A7AD0987FE60D826155AADAE2011BB96 /* REACondNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 962F3FFD33729F2094C44EE0381880D1 /* REACondNode.m */; }; + A7AFFBDFDB32387D600389F266A3440B /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = 031BC6362EF3CFCF431C11F7A6757084 /* RCTConvert+Text.m */; }; + A7E21F5C32593F857AEFD5D75E191805 /* EventBase.h in Headers */ = {isa = PBXBuildFile; fileRef = FE771CFB2B79AB91A1ACB871EC6DBB69 /* EventBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7F3FB771E7E1F8F5DEDA99D68F876FD /* cct.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 6891FD5DCC1F4C9552A9E9CE6F99D07A /* cct.nanopb.c */; }; + A80039AA79AA8CBC6741BB331FEBA7A0 /* TimekeeperScheduledExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A84B6014FB2235587276BF9806710D45 /* 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"; }; }; + A80F9DFF9432F57A845D68BD64C21E71 /* Executor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9E88D61293F52C6E38385D1880F6B394 /* 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"; }; }; + A859B6494B28C1EEA054DEE5B69A21AF /* FIRCLSDataCollectionToken.h in Headers */ = {isa = PBXBuildFile; fileRef = E000581FD3F15D63E370ABFFA66C205F /* FIRCLSDataCollectionToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8681311DC988B9AB9B5BB99E0911DBA /* FIRCLSdSYM.m in Sources */ = {isa = PBXBuildFile; fileRef = D34A567C50347ED38F5A01F8CA69EA30 /* FIRCLSdSYM.m */; }; + A888AB9A147D572E01262314CF212A56 /* QBCheckmarkView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D8CAA57788C97C97DBD6044171DF2A5 /* QBCheckmarkView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A888FA1005F641CC331FDFFB2E17CAB0 /* GDTCORStorageEventSelector.m in Sources */ = {isa = PBXBuildFile; fileRef = 47BA5AD6659DE47082EB11BC42CBE5BF /* GDTCORStorageEventSelector.m */; }; + A88E5A3C41BD61338FA1D9CE2A706F36 /* FramedReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6020EDBE7A76AB9B6DB1C15060E056E4 /* 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"; }; }; + A88F00D763D54546D79B4B3566B01A78 /* Request.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 59E54C475A9F5740B4B30CB1A54B05ED /* 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"; }; }; + A8CD7DC7EF46C9E88C1A5BDF93DED758 /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 735DFE0C30A07056744135BDC3C24023 /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8FDF2C38CFCDDB2D55105388C56ED96 /* EvictingCacheMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 87EEE0CF405F8557BB92263094670367 /* EvictingCacheMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9094EABDCFEFD58111ED64A8B1C27FA /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = CF9EE741F5AE32353A5EEB7AAB72B23E /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9108FA0056FEF2C87918B51DECAAEB7 /* lossless_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = FDBCED039448872CFFE7F5E807027B85 /* lossless_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A91B9F5FBF090DE5D182852DE525F1EA /* Sched.h in Headers */ = {isa = PBXBuildFile; fileRef = A504EE141D1D7531A65252DD99BB39FF /* Sched.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A926AAF40387AC90AC26B462D9120B60 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AA1BB098115EEC1C82F0F5B8D9097C6 /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A92752234E42B79A208656BA89C86B70 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 77FB42E7D8AC8D67F4478E7F538C6A8C /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A972F862F05DD529B2FD9917E4FD0A17 /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = B887EA7FE143CC97EB0C4C1F14165623 /* 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"; }; }; + A976B9552494CC447CE841E3DB2CD8CE /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C261633AEE1D7FA34DEE6B397F3A4DA /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A97E82F2ECC85130A0E39FBDF6A6BFB3 /* ARTGroupManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F4FB977B1B89E1F0440A87ABA6B2946 /* ARTGroupManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A998280BDC990828199EFD63CD44BAED /* FlipperClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 963BF48E928DA8F07242F8CD5133FACA /* FlipperClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9B2AEECADCE17ACCB27FC4868AE5813 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 59EA2924E6B62C630F4B12BC6879AA8A /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9BD5C14E0D0DFA67C0E64F77F57ECC9 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 267EBBEE66F212E319F32E17F47C2715 /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9CB5054EF0E749E3D8FBCB860AA4433 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D7DEA7F39E59E5E5EF604C3E31607E9 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9D3017CFD84369FA9A3E398E477CC40 /* GDTCORTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 53C2E03E9D781EC50332D777FDFEFE7D /* GDTCORTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9DA9463EC8416E0DC74CF615EFA0207 /* filters.c in Sources */ = {isa = PBXBuildFile; fileRef = 2DC3FD22B9F4E09F880BB57166061DDD /* filters.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + AA20A77D3DE222BB489BA3EA8C2D249A /* ssim.c in Sources */ = {isa = PBXBuildFile; fileRef = 0BC12B57A7E81244D17E2CCBF141B8BE /* ssim.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + AA454329B2EFEC08A9B8B41CBAB25F06 /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1073BB8137DF64A7C904DB01FAF838B0 /* 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"; }; }; + AA4E5184A9903706371F76654ED88B05 /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71EC1E98D2E488710B2D84B5D46D9CA1 /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AA4EFD413216AE7BA078CF0B42F85A2E /* BlockingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 706BDF96E08540D48AA9FE0DB0AE6A1D /* BlockingQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA547FA779CCCEE7A9A1EDEC2CE91270 /* ExecutorWithPriority-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 29530D545C2E0B059CAA20ED2CE27E64 /* ExecutorWithPriority-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA725C371ED2465746D713B036D28AF2 /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 99D8453D424965A230F9531CEF43632D /* ImageCropPicker.m */; }; + AA8B34F3FEDD9C43113C750AC08D9AD9 /* Combine-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = F8F1CF9120A05BB603582807E4331BA1 /* Combine-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAA04BC83BA6D2F237C6CD72F8DA804F /* upsampling_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = A0F89BC45B9120877E1A24C224DC5C92 /* upsampling_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + AAAE69FC237CD47DE796480F7C101D6B /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 13CCA5A96C300751C62A9C1FBD674B55 /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAAF75D827A8A95D3773997ADB5BD008 /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = CBDDC561EB19918E20C6354BC35D1CFE /* SDWeakProxy.m */; }; + AACB601C593CF46D6471B1F06C00ADD1 /* SysSyscall.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D15F502CDC940C879DB4C9D41B88D14 /* SysSyscall.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAF190F7F93D42B0CD6904B3EEE03C8C /* RNFetchBlobConst.m in Sources */ = {isa = PBXBuildFile; fileRef = F802C2DA01616E16499E2F18A399D76B /* RNFetchBlobConst.m */; }; + AB0E6B5A04D7A2BD5BCA7601056F3F9D /* ErrorCode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28AC5DC8B5AC04042ABD5E59E1CB3971 /* 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"; }; }; + AB18A726571872F0C8239763CC6D920A /* QBAlbumsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = EC36EEFB8C641072CBB6452D96D2E08C /* QBAlbumsViewController.m */; }; + AB2551946127C5F83BB0357502DF72C2 /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = BCDC9A78C29CBC58B1878C96899DD4C4 /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB67E78F9690154888A4EDD79CA68355 /* FireAndForgetResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = CE27A8013438FCC115B3FD377D97EC88 /* FireAndForgetResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB6F8A1C27772A0F60ACAA4206F3CAFD /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 0515DC8311D17640D078441BD5904CD4 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB7755A7FD58CE31155DB8DE775005AC /* FKPortForwardingServer.h in Headers */ = {isa = PBXBuildFile; fileRef = 40899034150B1A4420C761C3DA19384F /* FKPortForwardingServer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB779F9A692679019B8633CD2190FFD9 /* SafeAreaSpacerViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = A9031035681E5443A1F9D367C5EBB49F /* SafeAreaSpacerViewLocalData.m */; }; + AB795A46D6B07C5278FB3EF7A4F7A41B /* json_patch.h in Headers */ = {isa = PBXBuildFile; fileRef = 29E4EFF58F50549805022DC58237A9B6 /* json_patch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ABB12F118E8158F73588BF9940DBBD3E /* SafeAssert.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 89B1FC63472584DB7FE9CC653298AF08 /* 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"; }; }; + ABC1564A6ED9E3208CB6332C685E9C61 /* EXAV.h in Headers */ = {isa = PBXBuildFile; fileRef = 509EE9CF71D7CF9B97B3B9C884C3C2E9 /* EXAV.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ABE8716C464F7554BD1E46233B620D41 /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BC79E1490E562764B3BEE8654492575 /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC07949E783BFDF67AC22940998E8226 /* RNCSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DEEC492D389AD6FACD6DDE07FEFACCD /* RNCSafeAreaViewLocalData.m */; }; + AC09D764DE9F35BB9DB89453D3A5F52E /* alpha_processing_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 06314A8AE32E18BBE40C49E4B475357B /* alpha_processing_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + AC210FD78F69FC6320FA3A26CDCBD1A4 /* MemoryFile_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8F14201BBC9B263195ADECC490D132C4 /* MemoryFile_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + AC26544B7B2F83ECDB7C687CAAAC5CDF /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 2542682C35AECE1613947CBC9E3F1789 /* pl.lproj */; }; + AC2EC29BFEE9D81FB52412184F2F0EE4 /* Format-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = D48C24C3F0AC4667C764CC5A7C758C01 /* Format-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC2FA705078088F206B463C88885A417 /* RNPushKit.h in Headers */ = {isa = PBXBuildFile; fileRef = D163EB839638B81E0423C776B98B4E0C /* RNPushKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC43FF2B24EC0DB43DF5226D9E2A8159 /* react-native-slider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A3E7029E37466C45A989A1B94A39757 /* react-native-slider-dummy.m */; }; + AC5F1F69DB0B68228DD0866AEBBF7E9E /* REAModule.h in Headers */ = {isa = PBXBuildFile; fileRef = AD16E074F084D4612CC2C7CC6125AAE1 /* REAModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC79247FD0D8A3DA404EBAC8ABBC0D37 /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 87AB7DAFC785BE4A6B614B80EEB06139 /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AC7C64524B1B2B8DC4D61B6A54267600 /* SanitizeThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5B791BC70DAE052A2770C4488ACEE280 /* 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"; }; }; + AC7CD25B4B6170CE9EAAF0FF6431E219 /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 57D48E2CB55B7C84F2DBCC178DF627AB /* GULApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC99627988E108C3DE9E6102E1B89CDE /* RCTImageLoaderWithAttributionProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = F54E9462DA58C21148AECC7482DD3FEB /* RCTImageLoaderWithAttributionProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACC4D506A75C516A03AFA89B32A671DB /* FIRAnalyticsInteropListener.h in Headers */ = {isa = PBXBuildFile; fileRef = DA7D0D5AD4634C7B349563FA7FD685A1 /* FIRAnalyticsInteropListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACC80D9C3F1EC733A6566E14CCB43387 /* UMAppDelegateWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = CBBDBFE04A7E10FB52B5773EE0A07328 /* UMAppDelegateWrapper.m */; }; + ACE162BC9C9AAB7F87C75FF8521AAD0B /* Cursor-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 87C41BB5D62A1A7695BFBB18E674A2D4 /* Cursor-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD1F1582C8D056242C8F48D496EC5D7B /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = CC34329504E87909C54F9A441F340297 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD2FD6DDD1547FEC5CC2FDB18EE4FFC9 /* BSG_KSSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = D70768F77354761708D44D5488179C4D /* BSG_KSSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD3DD021B18EB103C144A17DBB759DC5 /* REAParamNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 409045891A857E4FB13E4C3236F5AF40 /* REAParamNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD41EFF4CBFCDC1E1E2BF00C7C445A6C /* SingletonThreadLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = ADF8849DB86AD727B69B12795DBE414C /* SingletonThreadLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD4D2873AEE08584907863E0DBDB8E25 /* FileUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AA9C4FFE6A6F756B8989D2E67936A86 /* FileUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD62627C39B5BAF324061B71ECAA46F9 /* VibrancyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 22F3A722C0C8641C14449A66DA290BBF /* VibrancyView.m */; }; + AD659C2A336796C1C256EBFC38CE6423 /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = AF9925E083DD986D961052911CECEECC /* RCTInspectorPackagerConnection.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AD811EE43CC60A940768EEA939DCFBA4 /* react-native-document-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 356CBBB25C94CB03F7637B9128434EE5 /* react-native-document-picker-dummy.m */; }; + ADA4F3045B0E4ABE09DF8790C68ABD43 /* RNFBApp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E39478FA6E5BB824DD1A0A2852D258B5 /* RNFBApp-dummy.m */; }; + ADB8F9562E5805F20F7A52EE21AF3AA7 /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EEBA8A7B8B8783445A3A27E09BF26F8 /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ADC05E8DFC4501160CF1C4C26631EAA7 /* BitUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = CA617F041B616ADA1843AD48969BCAFF /* BitUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ADD47105BB2E1686E979AEA26F9AF28A /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C7B082220AE9532692E040294856AD04 /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ADFBFD2755F27A89A81F87CF9308A7C7 /* FlipperDiagnosticsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 12D85AECF5A9ADD5257C4A297BD3367E /* FlipperDiagnosticsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE0195E93037B4A541B7C05657A75124 /* BlurView.h in Headers */ = {isa = PBXBuildFile; fileRef = 36210AB02FA0E973C66A3759707D9E1A /* BlurView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE1FC58AD975ED4020C1CB4B3E971A58 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FABE04919DC409A465ECF04DF2D2F31 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE4CE36346031CE691549E521B17D1C7 /* yuv_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 1F3F6B0644D75D2EED997E7F939BBF0F /* yuv_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + AE542D8FFA9C4848E406D18CFBC57E2D /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 888E611AD45C76D525E6C84141FCC5BE /* RCTSinglelineTextInputView.m */; }; + AE5C98109C1E2DC8E744AC9FDBF2FF91 /* FlowableObserveOnOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = 93D5364DC40E8DC14081D7AB3144A41D /* FlowableObserveOnOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE6417572C1B73A3BC1D19FB6B6E9D24 /* EXVideoThumbnailsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 0182CEC1F956E61DD86EB70AA05F0601 /* EXVideoThumbnailsModule.m */; }; + AE8D492F56A283B0F77A543BDC19CFEF /* PublisherBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B06E9DA1B1418D462548DB2CCC4E95B3 /* 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"; }; }; + AE93DBAE5E742A48020E413BB3351BA1 /* BSG_KSMach.h in Headers */ = {isa = PBXBuildFile; fileRef = 408281EC641650853B7472F387008002 /* BSG_KSMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE9D98FE8AB2BD6E78EC9A67AFD995A9 /* MMKV-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F513E22C75A5E4DD32C7EF6DC01496EB /* MMKV-dummy.m */; }; + AEAA759C9F6CC27A7481BAC760E03E6E /* BSGSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = DF32F718C0C1A147DF3ACA1426424A16 /* BSGSerialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEC3BA9C865C313A83939E4BE60DB922 /* PriorityUnboundedQueueSet.h in Headers */ = {isa = PBXBuildFile; fileRef = FE06A191D1E84AEFE49EF1CF9ACD1A41 /* PriorityUnboundedQueueSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEC64EF743DFB1F4C338556637E45C92 /* FrameType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36751EAFD8737CBA71ACE6AE6DE787DB /* 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"; }; }; + AEC78799E599FE2F10196545950BDE23 /* Assume.h in Headers */ = {isa = PBXBuildFile; fileRef = A0883F765FD35EE32D170D2515F99DEF /* Assume.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEFCC175F970AC088D1D365E75B77BBA /* bit_writer_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = A0D7F2D1AE1B6A7A7251F0AE98931EEC /* bit_writer_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + AF0BE7E99C8415A6467FF2DC8E797358 /* BSG_KSBacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 916A2A5ABE87E4735F56DF814638D07E /* BSG_KSBacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF38AF6B4122CDDF57D16EDA8F24BE5D /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = C0DFF8CAE5F028F785335686BDD62B55 /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AF613BEA2530E1B00FA21E77470C80CC /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 6655248EA99533373E28CB388AD9CC2D /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF658726F734ECCC38339AEA21BE7506 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FC5C29C4E420C1453F29F1C2D6D83892 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF6EE48569161C686172753B582E9575 /* NSValue+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 060F4BFD2969047A03F88F300952D9BB /* NSValue+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AFB1FC261EC88C0F1E6C9034AABAA68A /* EXPermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = 133A1949B25BCDDAAA955B87DB272A40 /* EXPermissions.m */; }; + AFE5A446BAE5432B9084DC260CC3D290 /* QBAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = B044C71E4E03C5A8EB4E234396333804 /* QBAssetCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AFF442F596EA9A3F55D16C54A9B72016 /* lossless_enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = F4B427F115318E7796D116F726F56BE4 /* lossless_enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + AFFAC7511AD2D0D3F7C1AD4696E97CC9 /* RCTDevLoadingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 852E96BD29764AB62207BFF07BDAF3AB /* 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"; }; }; + AFFE8E1F55E3D84F3B93A36AD8A18FD9 /* MicroSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = AE7AED38A1FFAF1FA07BCDF1046CCAB1 /* MicroSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B00844AA6C85A191305E0AEB1266B615 /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AE3BD72A135DAAD32B31BB9B383E4F8 /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0230E1EE811FF12400094EBA00B0D2C /* FIRCLSSerializeSymbolicatedFramesOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2310036578529D6AA6BC3631AC1F643C /* FIRCLSSerializeSymbolicatedFramesOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B03099E55FFA58A7071BADC9BAD0D84F /* BugsnagMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BE44D40795432436281E2C570EC9FEF /* BugsnagMetaData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B036F1B26A1F4B93C75BF744DB1AFAE2 /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 2E22D99734D996DADDEE6909BE79131C /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + B03BF08C9580DF4D4659EC16D969361C /* BugsnagSessionFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 073B18B51E64BE234C63903F2F580C1A /* BugsnagSessionFileStore.m */; }; + B03D949988BD227E8307FA541BC41461 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E515F4C37884FDA9BCF0BDADA1A240B6 /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B0627EDB30B86C370118239687895155 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 082EE5AE2E745F48AB4927D697240ADA /* SDImageCacheConfig.m */; }; + B0665A1E86C5553CD4707743D4D8E750 /* InlineExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 09ADFAA96E88C5EFA39FB9EF84CA7D11 /* InlineExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B06D08E95C1590D5B00C6B26B9642678 /* KeepaliveTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = A1810D069E500957BB0BA157A5AF00A1 /* KeepaliveTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B07F078E95A55894B9873355CEF4812E /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 3054F012329F8FD8505977A2430AF5F7 /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B08928F50CCA68F122583DBF3F93F42F /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 79AFB9909FAF65FB1AA33378CE2DB6DE /* SDImageFrame.m */; }; + B0BF4161D9D94D3D2E3B8FA4DD873F1B /* ReactNativeShareExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = B1F7FBB2E6DF508358EDBBDBCD51DE9B /* ReactNativeShareExtension.m */; }; + B0CBED4D181190481D93E12BDC3E98B5 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 772A34841F9F026D06FC5A267798F91B /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0DA8371D4294ED2A19873058D58D87B /* UMViewManagerAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 73F27E971B9C935605AFBD8647298068 /* UMViewManagerAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0DACE64B6678E39A4C28F42D8DF4514 /* FIRCrashlyticsReport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 94815BB685B9EE684F99BD09FD871B4D /* FIRCrashlyticsReport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0DCC8E1330C58E9A654E9D618B56408 /* quant.h in Headers */ = {isa = PBXBuildFile; fileRef = DA71C0BE23C83F6D8F3BB74764AB18E3 /* quant.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0E4BE805C040502F3AFF7E4DAA84412 /* File.h in Headers */ = {isa = PBXBuildFile; fileRef = 19A8239CC1188701F4EF849D6636EC80 /* File.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0E5F7FAE74554E74DAE3D5BA86E8D60 /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = BA1F84C4FF73FB3698C6F22EAE4A1ABD /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B0ED107F3AAF83FDD3035D0B3D864953 /* GCDAsyncUdpSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = BDAB9A6AF56BD02B7DC3570B29C3CE29 /* GCDAsyncUdpSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0FB8C123D0AE0927EB662FD85465484 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = F92B9175B05D33B91C212532378AC42D /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0FF11CF10D681CF091E43272BCF9168 /* FKTextSearchable.h in Headers */ = {isa = PBXBuildFile; fileRef = CA54218AFF3053BC4D4F201DA53294AB /* FKTextSearchable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B116231C358C83B52A4A6C2A0C9C5F7E /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FD5E710A7F66A6B6A97EFE3E08CD0FC /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B12E8B1DF5A449E0090C037413D12493 /* RNGestureHandlerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = BF51A6B78043FBEA05F93C011AA64380 /* RNGestureHandlerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B14FC6D124C13F4EE0BEC69524B792EF /* TOCroppedImageAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = F0447AA15E88D7F8CEB3BE5F27A23673 /* TOCroppedImageAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1551DB634D60F04E89BA8385E25D7BF /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BE38D06924B9F6A0913B44E60581F7B /* 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"; }; }; + B159EA16ECB07992DA8EDFA18146296F /* EXSessionTaskDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DD1F263E8C1FD6D6FE04CCA5C7A38C9 /* EXSessionTaskDispatcher.m */; }; + B15FEAC9780554CCC774F961AD1622CF /* InterProcessLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 471176A52DE1244DB251DCB6C7CC1B6E /* InterProcessLock.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; + B1686F6107CA2653860C56208640B66E /* RCTSettingsPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D0D097FE29081B6800E33F9BF862870 /* RCTSettingsPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B175D9A72CD4D5D2B5925E7883F43B44 /* RNFBRCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = E1165DDF4AD86E070E493F45393F5C31 /* RNFBRCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B196DE8C4C3C00EB9ACB8EBF7343D32B /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 852DDAFBDD6FD739BD7F14EC75E42D89 /* React-RCTNetwork-dummy.m */; }; + B1B9AD614F94DDDBFDCD3CC5980CA7EB /* Semaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 7522EB36175A9015ACBCA778B9DF328A /* Semaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1BC748DFCED7CBD566DCDFA8926F584 /* ClockGettimeWrappers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8FEBC65D72A6735A46CC107DAB45B2B /* 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"; }; }; + B1D98FC6F1B1ECED8C3086E6F11FBACF /* HeterogeneousAccess-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 84D0F8F4415C5C97B6BB3945DA8F8F12 /* HeterogeneousAccess-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1E88C23750C837168487FB5D04E643D /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 910AB6F66609017BD778A46DDDE4BF2E /* README.md */; }; + B214EEFA540FCE2D2876CDC408F34ECB /* Fixture.h in Headers */ = {isa = PBXBuildFile; fileRef = F7DE9F2E6AB122579861FB5FE076D6F5 /* Fixture.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B21E51A12D1D9B36A98DFD52D807DCDC /* FIRCLSHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = FD76A315239DDAFC96C03C2854D65F05 /* FIRCLSHandler.m */; }; + B22C8D4C388AECCC9881874039EEA07D /* RNNotificationParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 95FE0FE1F65F6ACEF87FC4B775372AFB /* RNNotificationParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2335E0457DBE7A2B2854069F048125F /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 83A5659BB8E3748F38E20C981190ECE4 /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B24A7823434538AD86BD5B7034F55191 /* REATransitionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A97F48510E042A8154C1E8D063F06038 /* REATransitionManager.m */; }; + B24A9A8483C97E7BD79122DA7EE5A3B6 /* MemoryIdler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37EB57FB829E9E0229485760A0F43F8D /* 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"; }; }; + B24E3BAD29A34380E54D23FC65CBFF04 /* EXSessionDownloadTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = A9FB50C2F57023482D1E23B157687876 /* EXSessionDownloadTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B24FB381E9D98CA2A84F7F32753B7B19 /* BSG_KSCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = BE8DD3B0C845C4A7DE3E2362AD4FE1BA /* BSG_KSCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B285D0C780DA72B83AC2E2C503E314D1 /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 09F4117E3C107202B0688D11DCFF4342 /* SDAssociatedObject.m */; }; + B2C98C0A1B1A36FF8C852A96047B6B50 /* BSG_KSCrashSentry_User.h in Headers */ = {isa = PBXBuildFile; fileRef = A3F7443F5C79DF80D930B4B934880A06 /* BSG_KSCrashSentry_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2CC1ABFEA4205B0464441FEC85368BE /* AtomicUnorderedMapUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = C7F75DD571307378DEB955233A3DDB1D /* AtomicUnorderedMapUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2CFE9FACFAF09369F12CAC8050E8481 /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6D51C2898E13C6438A49A3C823354FBF /* RCTInspector.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B2E2062939AFC23D321DB5608724EE79 /* REATransformNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EC55FBC5676974833BC46C682E7FD33 /* REATransformNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2FBAB058986C42F0745341C1787DC7A /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = D8E141E43A5F7F16E236DB182C294E97 /* 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"; }; }; + B30AE24213ED92E5EF834D7577FC2588 /* common_sse41.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CBE8CA85946A3ACB1F40D32C24AFC26 /* common_sse41.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B31F86D5661D0F2A665FD7248E0CAA82 /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 687DCD4B8D1D1485B5EC6CE7146CB2D6 /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3267AA682F2DA9EF48DBEEBC20DB790 /* Hardware.h in Headers */ = {isa = PBXBuildFile; fileRef = 86E48096D79B8F1618C29927902BC99E /* Hardware.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B341188A2FA266980A6C4970DCC9F41D /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = 89BFB9FB4FEF10CCB1D359D39891F82C /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B345CC201A352A71FA8F55C2BE56A0C5 /* RCTKeyCommandsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 30253144D5884D5DD9C766DB51CD692D /* RCTKeyCommandsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B35799EADF9F097DC26D6E75BEF39838 /* Memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 91DB9B7C812958F3E96BEEBE32F45A08 /* Memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3772ED597B1E90C913BEFBF232C2FCA /* FarmHash.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FB430B91E2D9D5729BBA8F3A42792E2 /* FarmHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3A6B4A16330185BCDB99702EEB700A0 /* RNFBAnalyticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 039D111922B1E074D90633A02B8CD1FC /* RNFBAnalyticsModule.m */; }; + B3C7EE6F96221F1D6316C87465CBBF93 /* pt-BR.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 570E1C8D9028C72D4B5E9FD78543823F /* pt-BR.lproj */; }; + B3D2E6223910433675D456E4287C5937 /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3E7A796A25645FA5F073504BB18D5D91 /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + B3D7A8D8919292B71A7E53674AAD7917 /* RNBackgroundTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F3E8D9107611919CF137E6058DE831F /* RNBackgroundTimer.m */; }; + B3F69CFE9D7C593FD23867BDA8C84B4E /* RCTConvert+RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 42FB106DDAAB57D219B8500A1871B45F /* RCTConvert+RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B40F908F9D3006DE289D37F0A508A6AF /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3378F9312108F0E953D28A50EA7AE9B9 /* 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"; }; }; + B4108C1913449E9CA2646F2D095F145E /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = E21F3A38E62F3B05B98B31168E2D7AB5 /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + B41DF66231FDEA312EEDBA41135131CC /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = B4F15A3F6F6D6EBFB507E547F0611F0C /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B444F22040453A5E319B7B8FC0ED861E /* RNFBSharedUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F80F766DE70F8A0EA9636A5130FCA59 /* RNFBSharedUtils.m */; }; + B448E2BDB9036BC6FEE12D04C9D2E5C5 /* SysStat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 701A440548772DC4457C2E216D7E6C2A /* 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"; }; }; + B48338DAAA3067A5659ED6C350764808 /* SysResource.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D7B005C8CCA8489F3604DCA1DC58F83 /* SysResource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4874BB64E2E480A7ECF3DF5738418F2 /* UMViewManagerAdapterClassesRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D0F44E8AF7032C979014A817047B6CD /* UMViewManagerAdapterClassesRegistry.m */; }; + B4A06A64E2D22F818700CBFDDD76CD13 /* YogaKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AD37A6E392896F4220C0F65AEB391947 /* YogaKit-dummy.m */; }; + B4B10FDDA10DD8924A62E20D2C61FE00 /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = DF504E68E0611ACCDEB2AAFD59F9C7EA /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4B661CB6D518A89233618AE326B75F0 /* EXHapticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 625F3C8AFC8E6A4C1D95E83C0AF72894 /* EXHapticsModule.m */; }; + B4C8D2A561AE933FBEA1BE2A0E0D6397 /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = 219825AFAC722180ACF8A69FAF1FAEE5 /* pb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4E5509FF5F2146BDC3D7DFE79101E3B /* common_sse2.h in Headers */ = {isa = PBXBuildFile; fileRef = E09D796D0E170331240162493686BE2D /* common_sse2.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4EF9706D97E78D50403C85E79FD6FD4 /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6717F96F0A4A0A39E542E4D5BF9C1725 /* GoogleUtilities-dummy.m */; }; + B4FE0B8CB037A8D1C12A2EE170EF8913 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 79F55FE2CA43DD2181B0042251B1A50B /* SDAsyncBlockOperation.m */; }; + B5141968FF7CE3A834EB6D2A26D3F83A /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 7F0886803B038B23D57EA55481F1E369 /* RCTProfileTrampoline-arm.S */; }; + B53B17E8C7F0F5058BA2473BF1CA08D4 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C2785B6A9083E9E4527941ECE53AEFF /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B542268BDDA8EC0E9448BFDCE2A3D04E /* EXConstantsService.m in Sources */ = {isa = PBXBuildFile; fileRef = F50A8885B9A2B41A6DBA27B0E58562C9 /* EXConstantsService.m */; }; + B55AA92DBDB81568F2064A44C43A43F5 /* MMKVCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000BFF50378B281C46BF6CF9253D73C7 /* MMKVCore-dummy.m */; }; + B573A7FAC44339039CC59332B981A4F9 /* AsyncSocketException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EDE64F2C21350DAD06322729ACDD8041 /* 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"; }; }; + B57B52D7A8E312AEA8300E770D5651DD /* REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = EC6780D7111B6D2E4D0410D474BD520B /* REATransition.m */; }; + B584D0C2A73855DA82BC2F8B37788F58 /* GDTCORConsoleLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = F57E9E1AF5760F448961091BEED0638E /* GDTCORConsoleLogger.m */; }; + B5886017B34755D6C5F8D35BA13DBC9E /* RCTRsa.h in Headers */ = {isa = PBXBuildFile; fileRef = DB806EAF11BC2942FAC5AC636EE207B1 /* RCTRsa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B58D29E8C21C8791878961048FE86458 /* Bugsnag.m in Sources */ = {isa = PBXBuildFile; fileRef = CCD54953A1951FA60E426B85224127A7 /* Bugsnag.m */; }; + B59A92940CB3988A43DC14443997464A /* DynamicConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = EC6705380BB2FFEF1A711FBBFE22B26F /* DynamicConverter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5A3E1CC5EDB5E478723E0AE6B801C37 /* FIRCLSUserLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = EE0D818880E1802CBAF5874CF81F9961 /* FIRCLSUserLogging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5A55BC14A5F446D643AF2D3F3696959 /* PublishProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = A8B605980B43EB8C26FBBA0DA3CE2423 /* PublishProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5B315D6FC3705861E36E776FAFB6FCD /* Sleeper.h in Headers */ = {isa = PBXBuildFile; fileRef = 51667BC1C496A1ECF6D8D3487725C846 /* Sleeper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5D0D30876A5170B761E98DB026CE76D /* FlipperStep.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 972B4A9495210E798B5DE50FBD4C4FA7 /* 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"; }; }; + B610BC9461F11201D546B928218D5439 /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F21F9A90C1FDFEE50A904E19B1DD59EC /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6196655F52E19CC5BE9A898ED7C834C /* REAOperatorNode.m in Sources */ = {isa = PBXBuildFile; fileRef = FBD0F432BD530E6E696BB84BCD7176DC /* REAOperatorNode.m */; }; + B61B43123D1356C75BBF7E2D46898C57 /* Parallel-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = C2DC9285382261870B8B3868FDB7E48E /* Parallel-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B62C89A1B1FFFF29C2BE9859D5AC8601 /* AsyncSocketBase.h in Headers */ = {isa = PBXBuildFile; fileRef = BD4FE4B8249F44FD4F45232014B937D8 /* AsyncSocketBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B62F9397B182BD2D24C48AF8C2FA83B0 /* FIRCLSUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D9E26D53BF47C7BCA948F33C94C72EE /* FIRCLSUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B65EBF0E629F8A75FBA5B61EF523AC9A /* ThreadCachedInts.h in Headers */ = {isa = PBXBuildFile; fileRef = F109543FB53FFB5D65A64AE083115947 /* ThreadCachedInts.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B67AE5370CC9809B11C70DC8FFE980DE /* Utility.h in Headers */ = {isa = PBXBuildFile; fileRef = C9E9417458E5553CABCA1252D856C983 /* Utility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6888B03523F2AB898A2403A4D894690 /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 47BEDF711810FAA1EEAC3D63F9A3B865 /* RCTScrollContentView.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 = 3702EFE7F18EBFCD2F51DF7D4ACF0CB2 /* EXVideoThumbnailsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6ABC4612DCF0BC488C2A229FCE3F4B6 /* RCTSettingsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C2A1612CC5413B3786549087ABB6B801 /* 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"; }; }; + B6AC4AFFC191BE0174DE35A9835B2800 /* FlipperStateUpdateListener.h in Headers */ = {isa = PBXBuildFile; fileRef = EFC2818260CD9683486A15725A9A8261 /* FlipperStateUpdateListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6BFF9D0EBD42D610BCB90FDC4657F19 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6198E4AE47BF83DB8CF6EE777D0ABEF3 /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B71F61D27BBE4CE6D629DC18A95DB476 /* SKObjectHash.h in Headers */ = {isa = PBXBuildFile; fileRef = 69285A36318934C11C7BC80401CDF066 /* SKObjectHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B729ECD2CA3E362DA26F92FDFA8B54F1 /* rescaler_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 662F473EDA92FE5B6E563A34D2C34D09 /* rescaler_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B74AE4563179CC42140D12BE0B8B5C6C /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D505FC79CCD8D171FC1115ABBD1AC42 /* SDWebImageError.m */; }; + B760F90724B99697F10C44D0344C129B /* ThriftStreamShim.h in Headers */ = {isa = PBXBuildFile; fileRef = C8368353617C61E8E3EBA0112F1A26CE /* ThriftStreamShim.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B79E94B1078E1E58F72F528D898A707D /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 9571580D5AC78ECFB0FD9B98D8A651B1 /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7D64253F5F365F40169CDCB3A24E0C8 /* FIRCLSMachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 887E9BDC46A23ED49576D7AE78C9D21F /* FIRCLSMachException.c */; }; + B7EEC487001B197650A4BA4FAE760C94 /* RCTTurboModuleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 951B1D4EA7CBF8055CEAAD1972BB357D /* RCTTurboModuleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B819DCE055CB59E5A997015C3283E79C /* GULURLSessionDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = F3C8F000171AEA51BDF23AEBBF2CBD05 /* GULURLSessionDataResponse.m */; }; + B82D1A0CFC84A9C17C9CD27115547F7C /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 87ADB7291DC30E14C59F60AA8ACEE61B /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B83A44D13AAC57D4F7E999A3DB938285 /* Core-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0608E6082959ED34A329ACDF7C544972 /* Core-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B85FC204D710C375469D2B18FF41BAFF /* filters_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 49DCDCF96527936B91DE868FA9515728 /* filters_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B89BB820BEA721BA3EF6614EC4082F7F /* BSG_KSCrashType.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A46A776655F75530A99FEFA4A3B9844 /* BSG_KSCrashType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8A036BC08140381C2F6D6DF1AD15D2C /* YGLayout+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 99A4523C798E71B16B3E8690CD60A8A7 /* YGLayout+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8A5EC217ACF8923A03E4A1C62E8B4AA /* FBLPromise+Async.m in Sources */ = {isa = PBXBuildFile; fileRef = 33152BD674B0C24B4FD4C23D691D87B2 /* FBLPromise+Async.m */; }; + B8C2C062DEF5116050846F0DD01BBAD6 /* GULSceneDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = D40B28F107BD04F7C8261B0F62B3939C /* GULSceneDelegateSwizzler.m */; }; + B8C4C0C6FE25188E63954749E0E89D52 /* FirebaseInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = D95C4671F9C4C23215482D111A2BEF3E /* FirebaseInstallations.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8C5B3D6D47D64D74373DDDB97B5F03C /* GDTCORTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D44ACEBFF418BE6B0AFBB311DD90E3E /* GDTCORTransformer.m */; }; + B8DAA05D56AF69AB1136AB1CA1EC05AC /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 83151235037E6E7D4BDFE04CCF3D33D5 /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B944EC671B5853B88567528F2678ABE3 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AEC64807D8BD4133B99A6119BBC423B /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B97262F67EBB48AB6DD08AEF39CDF101 /* REACondNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EF78237D1B5E85B2D1AA5E918837462 /* REACondNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B988FE5C8DA9E4CB0F4B7543BC03E1A8 /* TOCropToolbar.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B90CEDC56695680B9831B928E932841 /* TOCropToolbar.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B98FFC18B69B28EE44B25CE087C74F60 /* AsyncUDPSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 231EA9958810D97A6F2294AF89FC5937 /* AsyncUDPSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9C661E4F23CCC2C3358DFE5B470400F /* Observables.h in Headers */ = {isa = PBXBuildFile; fileRef = 350F052FA90998BE61C8F0E5E7D085C1 /* Observables.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9D4C1AA0D160D18DA7EF4EFE2465998 /* QBVideoIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = C541EA9F3BBE4B638BB90BDA52B49B39 /* QBVideoIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9EF15D66F48147D599C8BB22B330376 /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F0D3B80B4E26EAE05F5FE7955EF550B /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA2005DD63700B586325B11FDE14238E /* picture_rescale_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9B9E6E62DEBEB8E91F97B1AC98652D4E /* picture_rescale_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + BA2F26CF50000640E27F834339683F3F /* react-native-appearance-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C4A7A6600223D43314D7369806F572D7 /* react-native-appearance-dummy.m */; }; + BA38721F6E3F446F015F5A5D59CBC966 /* TcpConnectionFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 2222A73D64B6F116BF4A6EC722D922CF /* TcpConnectionFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA75D60A6ABD56D5A3997C2994DCA892 /* Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F2DBA048394DFEB17C3CFCF7B98F2FF /* Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAA136554781CBBC00EB2AD138681AFA /* FlipperUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = BDEBB801EA7713D3098499CE207A22FB /* 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"; }; }; + BAC5904B294BA50C4A560E3ABF78B4A9 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 901BE7B71C5B67D0CB9BDA9714439D78 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAC82C08B7DF7C4FD3608BCDC942E4B1 /* ConnectionFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 113FA43D3E8537BE2362655AD4FA87E3 /* ConnectionFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAE44E07314C0AAB13B9F8D744EB535B /* FIRCLSSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F8CCB8C7951F6F6E3F9C9E915A8D9D5 /* FIRCLSSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAF7DBC68C422EC3C942F15AB21310C4 /* Hmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 3704A530EA08D2F6E37B06DA174A2FA5 /* Hmac.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB0749E6C27FE51B2949E0535EF6A832 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E255BEFCCF766CED0A66A441133E69 /* 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"; }; }; + BB1DC8A4F7DC603B5D2CCCA83A043288 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9B48931F5D624F4F0D3A415C225349 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB20C26A95446EF2FAC6E041D7FE6FCF /* rescaler_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 92BDC7640B695947CC55860B5B77B0C9 /* rescaler_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + BB2B057E397F18DB687CCBEB5EDAFF34 /* Baton.h in Headers */ = {isa = PBXBuildFile; fileRef = C7C1CC5E855469BCE1170A078E4A5EC0 /* Baton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB3FB58245009169BDAEF28D0D8A13FD /* FIRCLSRecordIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 09631CEAB6FA83FAEB19F4D3D7E6B766 /* FIRCLSRecordIdentity.m */; }; + BB819A965941673EF962DF897E01A76E /* MemoryResource.h in Headers */ = {isa = PBXBuildFile; fileRef = 85879E74052F2CBEE05118CBB605721F /* MemoryResource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB98365A25E7F996180CA410634441C0 /* Assume-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 704CC31C169BCD0285AEBE1C54B0438F /* Assume-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB9CFA7600ABCDA32056714392FB9849 /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 273F08569F1F8BB2F5DF569E36AE5E19 /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BBA40614007D4E46F8DC395D94F63803 /* CString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2A7D89454AF2A9FF445EF28A3F418B71 /* 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"; }; }; + BBB208A2AD042B99BD535A62E5E66A1A /* FIRCLSDataCollectionArbiter.h in Headers */ = {isa = PBXBuildFile; fileRef = 58AD79D320221674050EF55198D23F07 /* FIRCLSDataCollectionArbiter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBBB97EA54DBB94ECB7DAB4C735F3437 /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 924EE8AD85B70B7FA4C10EF97E9D1EDB /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBD9DC2B4E8F4BFD5CD5D2CDD0C44B49 /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9673FA49419F5FA30FEC88AC80E286D3 /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BC07D85F0E9FF23422C5645B05AC93F8 /* FIRCLSDataCollectionArbiter.m in Sources */ = {isa = PBXBuildFile; fileRef = C8397B0A9210C788CCED73E7AA58A172 /* FIRCLSDataCollectionArbiter.m */; }; + BC21C1C6771A646CBA6A1BCB5014819D /* ManualExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F893A17E2C71EAA90E2570E14EFAB30 /* ManualExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC23005FE59F7B44CB6C27FBAD20587B /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 38A25F183D4F0DF4AF70B131F92EDDC1 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC2B2A565593B123483527624459A056 /* RNLongPressHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E0956FC80885C80E9398E1AD924051E /* RNLongPressHandler.m */; }; + BC2E89F8D82C209DF700599CBB398BC2 /* RCTView+SafeAreaCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F41A52883F68F7E21952BC98AFB3A0B /* RCTView+SafeAreaCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC56E2EB2EAD05246E9E3A4EF30D070A /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9DC7AAD63FD0F4C1972D217A927CBCBD /* 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"; }; }; + BC5F0414AEE4EAA7C66C3CB18A022C6E /* PolyException.h in Headers */ = {isa = PBXBuildFile; fileRef = 10C7C8D1B0FB1D69624CC98E0A667041 /* PolyException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC71F392601998D692B19659F4E767BC /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 21316E61B7186CDD526B434999B12F98 /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC7E55A776CDFCD7D54EF579B10B8236 /* ReactNativeShareExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = CFB4BACD00912951B629A8983EF88B45 /* ReactNativeShareExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BCB94D920D9304C0F6C6B4A97211F740 /* RCTRsa.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DE671772BA36FAD4723E87860CA405D /* RCTRsa.m */; }; + BCC1BBE162E3C4498352B192A8F7F093 /* ARTRenderable.m in Sources */ = {isa = PBXBuildFile; fileRef = B0DB7F783BCED4DC41F61891EB4D7E1F /* ARTRenderable.m */; }; + BCEC1BD6838CDD6D72C12D428D065792 /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = BAF9E935CF4C79E96DE51F3016D55C24 /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD280DCD333486DA5F4DFF8DAAEED23E /* BSG_KSCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = ECBA6949FCB258015A7DAC8FF65AC8B5 /* BSG_KSCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD3BC23ED77AE848B4CE9C6352CFBF99 /* Memory.h in Headers */ = {isa = PBXBuildFile; fileRef = E869BEBEEB670AC6F6F243D7E2C529CA /* Memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD42114113858E4057CBC283AF2A3FC9 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = D4C489D27437C4BC3FD8D7D6E1EB9C71 /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD45C9ED3C57B2A23E4EF4BE568A4944 /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 9514ADD452F0A28CBC3E77263C950AB4 /* README.md */; }; + BD65531CAD50E0143D7B7B5D934E39FA /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = BB186B501B9B153400CBFE4099365D21 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD82D08CC2D86E9F9637AC1C567F3796 /* RNGestureHandlerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A050C08F1D7FA7209FB497172C3E35E /* RNGestureHandlerManager.m */; }; + BD94DB5BB1C7EBA5B97F220D3BC56784 /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = F657B737E4B7769752E2A7221611ACDE /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BDA3769135F03ADB8DDDD7CA32F347A2 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 83DEDC4EF0050E9EE150352B3427B0A5 /* en.lproj */; }; + BDB5AFFD188675E46B0BF09B4A7135E3 /* RNFBAnalytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B4D124FB5FF82B119EEDB15A7CD4FB56 /* RNFBAnalytics-dummy.m */; }; + BDC69BFC2B8C02595BF55D3D0B7E28CA /* CoreCachedSharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 66374B95656594C4D010D397E93770BD /* CoreCachedSharedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BDCB5C52D150E3C1F119B72DD75022DE /* AsyncUDPSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9C066E3E2CD3616C764CFBC61FA401A3 /* 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"; }; }; + BDD8E1CFB4947468385A37A478A690BE /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 31D8FB4D8CDC590470E0E0AE686A35CA /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BDE42F0D99F04A8330C96AE081196669 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = ADD2A2AD14A0A3F6DE663B09C3625F30 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BDF7088823D65C4F3E1A7570EA167F26 /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 66AD8A018BAF60DFF1FF7891E9F31ACF /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + BE19AE06EF5878BAB8A999F87B1085F6 /* ARTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = C905EFFD9079A8707668395DE88D2240 /* ARTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE7D4C5B8B146E76DC3DD9046C2BEF13 /* Time.h in Headers */ = {isa = PBXBuildFile; fileRef = 39281D52FBADCB6C4341D9A660EF3B3C /* Time.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE9151386B4667D9C62341DA5B973C84 /* RNFetchBlobProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = A5CBF5589E5871C7BCBF1440302FDC49 /* RNFetchBlobProgress.m */; }; + BEB10B41F6FE13272304E8A8B47F7042 /* filters_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 2236D912B0D02BE687447FBF7DBE5257 /* filters_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + BEB3AF783AA1A04D64B697FCFABF036F /* upsampling_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = B2CE6532B5DAD83D11A8A92E2B042674 /* upsampling_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + BEC8B8C8F9282C3EF2B5699365285652 /* FlipperConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B8781397914518F5542C38EE13C13A4 /* FlipperConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BED855C2F2BCEE7AF43C3A6D9D169370 /* QuotientMultiSet-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = FC77EB12AE59D417A705071D907EE928 /* QuotientMultiSet-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BEE8D1DCCFDD8EFB29505BB2D52AD17A /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F6E0B90B11B44FA8B6E34DE2BC412888 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BEF9C68084395B9AE90D4734FF9D87F6 /* UMJavaScriptContextProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = C0B126527186CAD37B5B18927A9707E8 /* UMJavaScriptContextProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF14B8BB479673D2B7AB8CE5AC265060 /* SocketFastOpen.h in Headers */ = {isa = PBXBuildFile; fileRef = 07F063583D1E47E9065A5835795F5053 /* SocketFastOpen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF36C47B969919C688B90BD62088EA24 /* LNAnimatorTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = 71DBA7D6F1A8B626B9AF99C091750760 /* LNAnimatorTemp.m */; }; + BF5D44CB2F70938D1955EA03F02D9743 /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = D5453ADA05294881C74FB64BC21F19E8 /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF823668774073F439CDB078895F3474 /* AsyncTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E79829F27C5F77097A3233A2BA5F2CE /* AsyncTrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF8353034ECC112C2D71417023E8F6BB /* Sockets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE93F419D44BC73EED248B890512D9B3 /* 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"; }; }; + BFAC2A31967D18362DE39231B68C71C0 /* SafeAreaManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 10107B749131AF959DF1061EC5CD92C4 /* SafeAreaManager.m */; }; + BFC2DBC248F6435B71B5CCC7748CBF1D /* Subscription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2093BF8FEC8A0247DF46CBC4EF399B6B /* 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"; }; }; + BFCF4972837C3A7102FF7D630075A5B2 /* BitVectorCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 65BE007AAADBE2BF451A502B333290AB /* BitVectorCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BFDFFE27304B8CDF208A610C976A96D2 /* small_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EE2DE85420E7E2CCA1976D9496614AE /* small_vector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BFE5D33FA497C1078345F79EA17476E5 /* REAAllTransitions.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ACE42FA9AF80063A0376F6DDDE76025 /* REAAllTransitions.m */; }; + BFEDE59416E380750A27049D2B666B3B /* RNCSafeAreaViewMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A85ED273CDA8E3BCBA7ABAAD155398B /* RNCSafeAreaViewMode.m */; }; + C0088376E6BB408954068854963F18AE /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F828B8649620DEF1DE49477491A42A2F /* 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"; }; }; + C03689DE9B39C11C72A2BD0CC8F600D7 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F50F92CFD47CF60BB871D690845EB1A /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C03F07C44F05DC644F9089A4D36603A8 /* BSG_KSMach_Arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 28E8E303BAFEC153FA59E2AE9A778266 /* BSG_KSMach_Arm.c */; }; + C03FDB5BD0BA11C8D88F8A1E82EE2733 /* SafeAreaSpacerViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BFACE9364C963CB7F12EA4DE8886AC2 /* SafeAreaSpacerViewManager.m */; }; + C060B8396905CE490843176D8D31DB9B /* HeterogeneousAccess.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D83D7BB406A334F590F2B690DF14A90 /* HeterogeneousAccess.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C07A4A5D417059AB57F71D16B61449C4 /* GDTCORConsoleLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DEBD17DEDD5AFE9F1206187B4596B98 /* GDTCORConsoleLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C085F4A89DD1B12F07E9A72DD99F9358 /* Flipper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 227927CE1D19E4942FEA8851AA846C35 /* Flipper-dummy.m */; }; + C08E4021DD42E48D88F2871888654019 /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = FE2FBB6C1BA250619A8130C0EB39DC23 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C09B05625ED8210F0AC8A2B80066AB05 /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = CFBC6FA56F6587A0DB9E528B624C4C7C /* SDAnimatedImageRep.m */; }; + C09C2263F98E74DE6603AE192CEC5104 /* FrameSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = B98C2552B4E40D371C5AE563ED3CF84A /* FrameSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C09D2A795632FF3661D7A2A9F4B9D33E /* MMKVStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = ECBB21CE0D1AC0BA1BC1757001BA0860 /* MMKVStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0B8C5BD6789054006E1A25C4473561C /* REASetNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B38D7152A488C47E0D70A89431B06F1 /* REASetNode.m */; }; + C0C189D972DCCFBE746A1C449F9650ED /* FlipperCppBridgingResponder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 516B321442C2E99B3965E41EAE6C65B3 /* 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"; }; }; + C0C4F1815C14D2744807AD2F679C78A6 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 267EBBEE66F212E319F32E17F47C2715 /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0CC04AEB78B78BB540382E4843A13D4 /* anim_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 53FA91FAE403E4706D61BD152F58B206 /* anim_encode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C0CDE32FAC6841DD671D1AD009E36FBA /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = DD6EBD9A626ECCD1C4B3B4A123BE2124 /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C0EFFEFE9B3A6CBABDA153F7D394C8BD /* Pods-NotificationService-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 24DD06DF3760AA8A84A2FD651A74E8B0 /* Pods-NotificationService-dummy.m */; }; + C0F48B927A18010FFDD1C63A4EAD2FB8 /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F496BB2CF594343221FE20359A1A1D6 /* RCTBaseTextInputShadowView.m */; }; + C0FB08E6B27E8035C26DA5BB3E07F3CC /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 21C6ED0DA574F26AD1900B0D234B3138 /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C1101D3488D86EDBE08A2B040F8125B2 /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 17E0AC950DE9CBBE74254D36F21D28AB /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C11AB571F09B83863F9895FADF6B6037 /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 46B56B9892B78D03E35CD480CFE26A41 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C125C40DB0C07C4F4F64C793946E65EF /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 89B0476BBB6BA780B8CCF9D82EEBEA03 /* SDWebImageDefine.m */; }; + C14B18A7EC253AAD89F84D382C12E6FC /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = AA361E307F0FFF96FB78D54E1426C0D7 /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C152E1314982D9CBDEBD872A19C823AF /* RCTSourceCode.mm in Sources */ = {isa = PBXBuildFile; fileRef = D1FFE71451B7E045750CAED66966C082 /* 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"; }; }; + C18CCD1694FD5D8DF79D896CACBD50B5 /* BSG_KSSysCtl.h in Headers */ = {isa = PBXBuildFile; fileRef = 06B76F1E78247A0F08097B4E543CCCD0 /* BSG_KSSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1A6144A5B7CF9377096D738F557F7A7 /* FIRExceptionModel.m in Sources */ = {isa = PBXBuildFile; fileRef = C00BE7B862669B19B80756579ADD28D0 /* FIRExceptionModel.m */; }; + C1BE8CB912D009C1F46C370E0445F88A /* SKApplicationDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24E3148F511276C28B8AB30B8F38A7B3 /* SKApplicationDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1C10E9B0096BE44D765736246A3DBA9 /* rescaler_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 6D213943C08B564B6120F3BBF4513DC3 /* rescaler_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C1D74870F2F4285554F34CD5F1ABB697 /* RNNotificationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AA3D7E58BD0860440C28CCCBEB20C27 /* RNNotificationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1EF47E7E6DED94AE465A50CABA2F8C2 /* FIRCLSdSYM.h in Headers */ = {isa = PBXBuildFile; fileRef = 73E7583A4E9D93D78920F3903CFA2807 /* FIRCLSdSYM.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1F3E221AEDBD3262DFF64EC6EB92233 /* GDTCORFlatFileStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BECAC2B71E0CDF1591C8EDA51355D51 /* GDTCORFlatFileStorage.m */; }; + C1FCD6D2E9519977F4876D6C45C68D27 /* BSG_KSObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AF16905AEEAB4D5CDAEB054A5789B89 /* BSG_KSObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C202B9AB7F9B4CEAFD1B1F2F2540DE8B /* ARTGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = E3C83A5ACE2A3A1A4A257C052670EA0E /* ARTGroup.m */; }; + C2074E616730DA1628878D8D3879AE13 /* FIRCLSURLBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E1FEE085D8111B66ABFDD6A5C6A7621 /* FIRCLSURLBuilder.m */; }; + C21C8C6BC1AE137645501C1C084B366D /* UMPermissionsMethodsDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 63A0E08F4206C9CB1CB65362CBBAC86A /* UMPermissionsMethodsDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C235A0F703AD8D511289BAD7FCFA14D9 /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = B1D4CE350B714B232941BC1D71937D32 /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C25BD3B0B908A21A015ED5632EF26214 /* FlipperConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BF019BF4E9EA3E7DE873B140ABDDC4E /* FlipperConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2634A7F9D22189A5D6F1926357E7292 /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BDF37536924751A255DDFBD9A1DB228 /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2A48D7F42360C6A011BB4BC486F117A /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A601E5F00E954BD9E0C756D20759D1D /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2B3806F9AEAAD30D22F221EE3BFD7A9 /* Singleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 958C7A0A98C434089B195472124D2061 /* Singleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2B62E1CD89AFC2AE158584B287EAB70 /* IPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = FE8C7C98D7CC8DA9BB54C4F58A4DB9F6 /* IPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2C2402165B34D5404664609A22D3F88 /* histogram_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 988DAC4FBE33F6C87932673890C7F646 /* histogram_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C2C6FEAC14263B0A5A00635D335ECBEB /* BugsnagKSCrashSysInfoParser.h in Headers */ = {isa = PBXBuildFile; fileRef = B75666DB36E05C91A4C900655EB9F4A4 /* BugsnagKSCrashSysInfoParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2D0A457AB1F687B031719EAD67A6BA0 /* FIRCLSFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E6E96A0F75D8446024FD9848C4D112DA /* FIRCLSFileManager.m */; }; + C2E4B73D4AC04C9DEC3AD16F98BE1D7F /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8300FFECC504A965089C5F16287901F4 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2EF0103DDD5DA1BAB20B4E20C2F3DA6 /* muxedit.c in Sources */ = {isa = PBXBuildFile; fileRef = BA0AF44901659DB142245B064CBD1417 /* muxedit.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C2F04F46681AA140B7B553B16AE7E142 /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = C0E320CB7BD727A620B5E39B347AEADC /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C30047272DB4AFD03B9045FAAD3B1173 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D423D21B793D46865977815E159F184 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C32C2D0AAAA70DD39C569CE01927CA2D /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 966562EB116DCECEF442F0A60C741AD1 /* FFFastImageSource.m */; }; + C34094048EA6740E28F0AB24BB360BDD /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D43BE4D0DC668941D9EAB6BB39B1C126 /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C346B099F2CA0366B622C1C587648F56 /* FlipperInitConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D5AEC3995B1F84FDC162C4F247FC2CF /* FlipperInitConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C352E931E9708460024B6A87B5A60EDA /* EXReactNativeUserNotificationCenterProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = B2BC068A0FF1D66031E26A14E37A09BB /* EXReactNativeUserNotificationCenterProxy.m */; }; + C3571E9760F84DDD8BAE84EBABE7AEF2 /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 251BD7FBA9F798839B1CEA69E88AC3DF /* SDFileAttributeHelper.m */; }; + C37888B3DB411C3F117C80ECA14FBCF6 /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 83C3EE62F2BDE444A533425DDA4F65C3 /* ja.lproj */; }; + C39E4217EDEC9857ECAC26165D95B655 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = DB46B3E742955B24A371A5850DB2C471 /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3A0A4952A838494212FAFB220C5520D /* GDTCORUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = CD4A61A0CD9A6B9582B23CEDD0517C46 /* GDTCORUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3D46F50D97ACF97A3ABEEE608527FD7 /* syntax_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 7DE591B4DE57BC15F6383B43911AE6F1 /* syntax_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C41ABA997AB6CE0F550D2AFC87D50919 /* RSocketRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = DD610438F87D45ECB4EFA81B9EC8E5FD /* RSocketRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C428324B43018D69C46A30CCEB57DE9A /* cost_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = F73547CCBF9B2A6E5CD5875CC521034C /* cost_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C447ADC6832749DFD5D82BA694303172 /* FIRCLSApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 76E7E352DB1D4A977CA9AE5CB3AFD142 /* FIRCLSApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C462C49112B32CE78DE68F2009D0EBE0 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 34EF0B117230C482F8744DF730085910 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C46F05B3ED722664DFDBCE04571A60DC /* RCTHmac.m in Sources */ = {isa = PBXBuildFile; fileRef = 47F1CDB62A1F57780097ECCE63F03FD1 /* RCTHmac.m */; }; + C48F4F1BAE9B9D0769BCECCDC94A6132 /* FileUtilDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C60B25ACC11C7AFE2CA48818243B3E7 /* FileUtilDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4D223BA8C674763A213E32A39EC7341 /* Stdio.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A1FA69744A0F84AF7799081699DDB09 /* Stdio.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4E32F714A12C223CD25336D671144B4 /* UMLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = A8D68659DA49FA07E815AA49A45E3ACF /* UMLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4F64F3C91C3988D0588574676DAAE99 /* histogram_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = ACBD5408014ABDA9EF090654A412AABB /* histogram_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4FA1252F311F3E8E6520F55AA9D6CE4 /* picture_tools_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 3CEE2F095A4365ED063BB44465051408 /* picture_tools_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C4FB208DBC63D065BD826151280DB741 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F2ABA0EC6DD27A758C9B450D18626FDA /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4FFA3F15492896E22F411836C7DF01C /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 481775C3E00A0638F486A38FC9AE3EFA /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5369C4447B90E4C985E3D1B5CC62372 /* PromisesObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F4E07D3A7184BD8D47442109870E694 /* PromisesObjC-dummy.m */; }; + C54300E7D1A20676479781630519CA52 /* ARTNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6764CCED1EDAD2887944CCDEA0370D58 /* ARTNode.m */; }; + C558C305818B2F2AB3AD871C5A2E93F8 /* ExceptionWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C2632E308BDE66D3D12A32F3514AFFA4 /* 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"; }; }; + C55DECAC07B30093E8E8EE4368C8F5DA /* Foreach.h in Headers */ = {isa = PBXBuildFile; fileRef = 6333B2991967B7D76C905723786289B0 /* Foreach.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C560A461C8CD17AFD64915E76E06B285 /* Fingerprint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E0461E6ADADEB1BF4B941A969636B273 /* 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"; }; }; + C56BE9A15EDBFE183E8923CFE22C73ED /* FormatTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = E25C81D845C7388F2A73A70B0EA6D81E /* FormatTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C59578CCE9A6FD1969F5A306CB676909 /* RequestResponseRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 39D0AD7F6760F993FF195104CBE5F92B /* RequestResponseRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C59624E13AA96CFBDB89D40BFADB3F10 /* RequestResponseResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 167BA3044C757A2DDB6A673EDA7D1018 /* 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"; }; }; + C5A61DC24E7816510C4A4A79F06FB86D /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6CEC29880AC22806D15B7D437EFAA6B7 /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C5B51633CCD07205EDA64B86EDAE91FD /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 47ED3D45F9BB950C5FD73BD80AF4E758 /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C5B588C80F3830DB465FACDDDB0CEB2A /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C1AEB927CE2313BC63532B5147AAAC50 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5C0FDFD635275F79F4A5F0F68597EF3 /* ShutdownSocketSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC3A40641092C5FF6FC53F2334EA858D /* 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"; }; }; + C5ECEA5929F3ADB51B4C1CAD90C9601A /* GDTCORPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 622BC572F8685B52549F6FBF5985E509 /* GDTCORPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6059FD001E5604111D5C9E9A2531A17 /* GDTCORFlatFileStorage+Promises.m in Sources */ = {isa = PBXBuildFile; fileRef = 7817001B67DAFD95CDD5C449BF6DE55C /* GDTCORFlatFileStorage+Promises.m */; }; + C62044DE8FD85B0741FF48B25F10A9E4 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = D10BE1197ECE56A34DBA5ACF9EDF41AE /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C626078F0F8BA2B02D58B55EC1032EDD /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E02CC4E4D8FFA6E16E1B286324866075 /* 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"; }; }; + C6283F8F5C7D0A7ED274D0DECCF48521 /* MacAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 43DBCE5736F8FBC4954FA17D0F315339 /* MacAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C63157F429435BF9E672073C3D1B7F18 /* NSURLSession+GULPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = 63123D05EBEAEC4D88993A004D1BF80A /* NSURLSession+GULPromises.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C632D04C7CCEC32B6A71133B8AEF570E /* DuplexConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = F31D51E8C7909AA1C6D2152AA84B7B2A /* DuplexConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C64E9AA2109D76203ACCA5CA8293A6BB /* Yoga-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 99A68372100BC85DF5F8BCCF9FA5CEFF /* Yoga-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C65749698B8885CA2132F429F6C086E2 /* BugsnagCrashSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = 581C45F96A73724156E3F9863D75B219 /* BugsnagCrashSentry.m */; }; + C66611EC9244C70F2C2659375E7480DD /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE9DE87F7EB0ADE6080FB6AE7D027C0D /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + C6661CACD11A55C31774B12691AB83D1 /* AtomicHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = A2E373B2B47F30FD11F4D0F7360E098B /* AtomicHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C679572E829C48CA1291DD63407374A8 /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 809474D5B65B9F9C5FAF6F5B57B17C70 /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C68DFE526617FA42678E61248DD640C5 /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C99866C36D783920C26A8A162372FB7 /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C6BAB0D16AEA8FCC567CE6CA1F98B433 /* PriorityUnboundedBlockingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C73F642FA4A40C8D8B428BB2BF71EF8 /* PriorityUnboundedBlockingQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6BC6A9E958C89DEAF7A4121C6178013 /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EB1BCA9F637CAEEA3AD3DC650A1ED71 /* nanopb-dummy.m */; }; + C6DD7662A66E9530CD7725875E9DE9CA /* BugsnagCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = C03FAA716F907FF6297A78F5198765F6 /* BugsnagCollections.m */; }; + C6E11F383D9AEA2AE26AC331C44C62C4 /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E4D85950559F0D0AE709B8639CC22C5 /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6F4BA46AD7C80265340802E164930BE /* EXAppleAuthenticationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ED7176ABF4D4737A45690C68E1FFE4D /* EXAppleAuthenticationRequest.m */; }; + C70664E2F987CEEEE7E2B242C4FB1F8D /* FlipperDiagnosticsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E72898F8E08BD298D5CC667385F74A75 /* 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 = F2FC2B41C67F4CF2B488D917FED71204 /* SKBufferingPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C751CB8EC8698564E9876BF59CC7CC25 /* EXAudioRecordingPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DE7B0305CBB2440796B4596AE03C284 /* EXAudioRecordingPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7595E0C41369A6188E8134B9EF7B524 /* Builtins.h in Headers */ = {isa = PBXBuildFile; fileRef = 35D4503CF7BEBBF9F34B7D3E65FD601F /* Builtins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C75A9A2002B67FF580ED8DBF6E6D75D5 /* AtomicUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 248A694A9252727395A6A5B82DEE6DAE /* AtomicUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7657C0ACEBF275180FC66F5D819862F /* react-native-safe-area-context-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A8DDD97DDA14EF4701F740FC488B9C76 /* react-native-safe-area-context-dummy.m */; }; + C798E55D8044A90E86142FEBD7668A1F /* FBLPromise+Catch.h in Headers */ = {isa = PBXBuildFile; fileRef = 223809348B8CBB41D813F609B98AAB6A /* FBLPromise+Catch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C799D50AF668B26893FFCA305D8833C6 /* react-native-netinfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F21C5DF9D8B9A04C0865DDB03FC4F574 /* react-native-netinfo-dummy.m */; }; + C79E531DD6275AD1736D0F317C6D8199 /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = FC8FFF3214454A7DBF0CA3095B0D8149 /* ja.lproj */; }; + C7AE379F3737010AE87FD0F46BAF4B0F /* TokenBucket.h in Headers */ = {isa = PBXBuildFile; fileRef = 701D1EC62EE0555F1B3B989727DA3BD7 /* TokenBucket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7D6F2B50EF54CA197B16938977D915F /* FBLPromise+Await.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D42C0203FFC5E876B0B5165B3A8BE3F /* FBLPromise+Await.m */; }; + C7E19B45EA6BA50EBA1705A6C0BCF076 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = F052E0389266E45535BEEE32865797DD /* RCTReconnectingWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C7E2B4E3412748BEE316CEB9069BB0EF /* Pods-NotificationService-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 44036119557B4464513ACB6E0DD07799 /* Pods-NotificationService-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7E3C7A5D4F591E8A5C64877734D5083 /* BSG_KSCrashSentry.c in Sources */ = {isa = PBXBuildFile; fileRef = 374C85C1F1178B6E6E755406950AD5CD /* BSG_KSCrashSentry.c */; }; + C7FA447873926A7461BDC71731882476 /* Chrono.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C70A5D385851D79720D6247A58DE8D4 /* Chrono.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C81C3F719CB13977F526CE654CA08539 /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = BE8583E0DA7C020CFF550C7FA9A64F77 /* FIROptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C82AA31805A940547F8138D26E9CD549 /* EXFilePermissionModule.m in Sources */ = {isa = PBXBuildFile; fileRef = E0E4B9AB3ABA7853CB8EA2256954B36E /* EXFilePermissionModule.m */; }; + C83DA318038DC187E205E9AB5203AC87 /* SocketAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 200BF94921A2A5BBC567D88B80B12439 /* SocketAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C844793AEA27FDF921F71AB3DF2BE8A1 /* FIRCLSReportUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 0302A79E50D4DEA8BFE77B6C18CB0FFC /* FIRCLSReportUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C876A64F10A5C9625429F67904DD38CB /* GDTCOREndpoints.h in Headers */ = {isa = PBXBuildFile; fileRef = C3BE7DCD302DD0ED3A92CCF65368255C /* GDTCOREndpoints.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C87D4FA97EDC02DB6A79D927890E671F /* fi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 3C06A809CF3763010786746ACE88AFBA /* fi.lproj */; }; + C88058F7991E67783AAEB2E7C47B7F8E /* FIRInstallationsBackoffController.m in Sources */ = {isa = PBXBuildFile; fileRef = 32FFE39EE791BADCE6BA571FB4C9DCDD /* FIRInstallationsBackoffController.m */; }; + C88AA56758FDE3843EA3C20A65FC8BFD /* FIRInstallationsItem.h in Headers */ = {isa = PBXBuildFile; fileRef = E951E50368B41F541C94AEFA8CFD3DAA /* FIRInstallationsItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C88B8F2FE500E61B69BC628D3CF3DEB4 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 2219C5F2BD715BE21E427DEB7D2AA42B /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8A667226C6D678207D09C221ABDF7D0 /* FIRCLSDemangleOperation.mm in Sources */ = {isa = PBXBuildFile; fileRef = D7B406789C6B7ED2CB7499A4AB53F22A /* FIRCLSDemangleOperation.mm */; }; + C8B1021CB84FE9169F6D913CF43ECD68 /* FIRCLSProcessReportOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = C3BB66542C83462E74A669C6D50FB0DA /* FIRCLSProcessReportOperation.m */; }; + C8C12C82A215548E9A1CC238DE2B5369 /* FIRCLSRecordApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = E96C124B36A840A3E60842F9C9EA4637 /* FIRCLSRecordApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8E628BF8E71988B51F2F5AF693AF9B6 /* FIRCLSUserLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = 61DECCE6A8452E4E2AE448598421CF26 /* FIRCLSUserLogging.m */; }; + C8F0BED91CC5E85D62DC897FE1319DEE /* RCTConvert+FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 79C019E88F9683358E6D53611E602A52 /* RCTConvert+FIROptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8FD7C81C61FAED6630254F65311BB0E /* String-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 832445EE0F33F19BA21304118BA18B56 /* String-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C90AFF718E45E2616D23519AC26AD09A /* UMAppRecordInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 8018AA3DE9FC6791B2CCD390DFAC8748 /* UMAppRecordInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C90C1E671C54CC1FCCB27979F0DADE6B /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = D3CBFA5AAA3659B805AE0130A4FF6188 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C92814EC8A57594D663ECB2A1C253E8B /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D3FCB3BF5C5AACDB195C09CC08C55083 /* SDWebImageManager.m */; }; + C94CE814794AC64274ABFBDA5AB9BD7E /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A6BB046251B4BBBFA45F706A1A6DCD9 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C976BEF3F1472FF2927E3D6072C5893D /* Format.h in Headers */ = {isa = PBXBuildFile; fileRef = A1209A794AB44CB6EF3C4A98B3D8D26B /* Format.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C980F55644E36F1B2F06B61C1FFDFF15 /* StreamRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 4977DE88A8608852C65F4B49C119190A /* StreamRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C98BF0B48E55D27C394D03968348036C /* firebasecore.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CBA51F06CBB989EDC7684C0A3389C0A /* firebasecore.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C99D61697613F3914A765592B9F35262 /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 41A6C8FC58D50C3AC250E51498B45CF1 /* RCTTextView.m */; }; + C9A854A1E77A3B638AC8DFC0103B8D9B /* FrameTransportImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6CF57731FCE2D3595E8C1EA82DBAC837 /* 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"; }; }; + C9BDD6DCA067BB4C8E6FD7946ED33D1F /* Init.h in Headers */ = {isa = PBXBuildFile; fileRef = B010DE3181C2CD1908E72FD2BC1C02C9 /* Init.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9C17DDA95D73A74088603AEA3D231EC /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5D9641495B44E97789827E0A26A26515 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + C9E56183A0E396B00C878AD073521F35 /* RCTNetworkPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4FE8D24D71852DAA0A8F4AFDB72C145 /* 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"; }; }; + CA016AE200109D8BD1A48291712FE5A3 /* BugsnagSink.m in Sources */ = {isa = PBXBuildFile; fileRef = F63B67BED1FE1EA0C646CB6BE2105AEA /* BugsnagSink.m */; }; + CA0FB0DEB8A5F121970D397C9B7B64F2 /* EventFDWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C851CFB69AC8DBA050AA8AA8731BC52 /* EventFDWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA1BA5DF0FCC44CC6D0B413AA73B5F96 /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = C3106E4F47524711B49C154E4D6E7651 /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA2F0974BC4406E21C788596F141D754 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = ADD2A2AD14A0A3F6DE663B09C3625F30 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA32846AACB359E4695ED4DF8E863ABF /* near_lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = B8EF7BF69599A0112AAECECE258EE999 /* near_lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + CA52CCE867F972B66076DA43C12E7C6C /* bit_writer_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = E402EAD67CB0207F453CA26E21201AB9 /* bit_writer_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA53B8F61DDE51538CC1BD76C31B7141 /* FBLPromisePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B67A853F875389E17C251E0AA3FEA4E /* FBLPromisePrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA67E8C8069E620F13C0A0AC4CF3C888 /* FIRCLSSymbolResolver.m in Sources */ = {isa = PBXBuildFile; fileRef = 14B5141E808AEF7D39E5AE3BEAE5BCF4 /* FIRCLSSymbolResolver.m */; }; + CA6F45DE1FE284191FAFF92ED0D11F85 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D423D21B793D46865977815E159F184 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA737157E04E547F33DDE0E04756C369 /* FIRCLSReportAdapter_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 58F043639A31154633ACA55BBBB9F65B /* FIRCLSReportAdapter_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA8AE5ABCBFDCB6BB51C20EC118BC6BB /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 2499FA4746B94433DEE8A3FA62A25E33 /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA9A34F6364F0EB5C32440621DBED1E8 /* UTF8String.h in Headers */ = {isa = PBXBuildFile; fileRef = CCC62DA4C026B30D8F8584B2C5C8DF80 /* UTF8String.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CAA284198AB9D3AC5A56353A13F02EB2 /* FIRInstallationsAPIService.h in Headers */ = {isa = PBXBuildFile; fileRef = E01605C2640FD3EC31E18F2F680170DA /* FIRInstallationsAPIService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CAC2FB7118AB5F65005D495770C256DB /* RCTTypedModuleConstants.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1CB5E16C50474D6B6A1F130B3779C301 /* RCTTypedModuleConstants.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + CAD181CBA1C081A2F4B267ED9C96DF8E /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BB1421E6A791D4D898759432173DDD9 /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CAEE5428E85420E3A56E1FD79D2CEED0 /* cost_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = BFF42F41648DB6344EF0737F5B0E263A /* cost_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + CB3524DC3E17FC8B7F57599ECFA16F1B /* BSG_KSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A0AC2665CB32C6E231503713792CCD7 /* BSG_KSLogger.m */; }; + CB359D1273466689D588505FF19907B8 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FCCBAA74EC66990EC220C55F110B20D /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB9BED8DCD58BBD795B1C51CFEDD7408 /* RCTConvert+FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = 173F6DB15F2E6A79CFFE2C97634C7D59 /* RCTConvert+FIRApp.m */; }; + CBCB93B9EDEF95FAF095E549ED506F29 /* ConnectionSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 385CED51FA2863397026CCCE32AFC7A2 /* ConnectionSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CBCFE89918C7EAB8375D737D65864A37 /* RNLongPressHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = F1BD105A53F28931D3A575BF27F9BF19 /* RNLongPressHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC10AB686258D8B37525DCB2006D9F5A /* react-native-notifications-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CC38E386518534B25C29F83D706BD1E5 /* react-native-notifications-dummy.m */; }; + CC3B790B300D0B51B36144E968634E12 /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4967F92BF75F162B85FF7437E8471ADF /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC570DC55B679789A699335CF3E95480 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 66E56B8B69418198A313482C8C66A67E /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC6096FB78ED485D4FA4D387462029D6 /* Combine.h in Headers */ = {isa = PBXBuildFile; fileRef = E8124F9252A7ED8D36EE05DBF5A5A6D9 /* Combine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC6F530C1CE81129B6DC958369FEF123 /* quant_levels_dec_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 60D1A24F863B2F71FADE02BAC6F8D329 /* quant_levels_dec_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC73CFBF4C94ABB4E2BAD779325B94CE /* GroupVarint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83C1EF9B2AF4493C1F3CD8E9833FD0E2 /* 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"; }; }; + CCA269C54216B5C8460DFA0D5C73C066 /* ScheduledFrameProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 11E06802CE2237C23561EEEADC347A2B /* 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"; }; }; + CCADB258519356A67E1680C2F5C8F4C8 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = E1BB7899DF22913380BBFFADE9660E63 /* UIImage+MultiFormat.m */; }; + CCB19294C2D941BEBC30B9ADC6535392 /* RNFBCrashlyticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 0481A0BEAA042C5D2CF0CD82BFA68C9E /* RNFBCrashlyticsModule.m */; }; + CCC43254498EBF7A7AC99FA1FB9C3F55 /* FrameSerializer_v1_0.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BEA0E0DDA4F92DCC56BB4274CAF70AA8 /* 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"; }; }; + CCC84C35A4690B73C0ECD674B60F4B11 /* RNCSafeAreaViewEdges.m in Sources */ = {isa = PBXBuildFile; fileRef = E92FEF4809C2042D4B543F91220E7FEE /* RNCSafeAreaViewEdges.m */; }; + CCD55FE373308AC53FB6515657059168 /* GDTCCTUploadOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = DC0A581F1D31FE9AF560059BE948DACD /* GDTCCTUploadOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCE3730ED259C87DE2971B922A9BC848 /* huffman_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = CF4EFD4A8AA02059A7C09356548411C4 /* huffman_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCF14197FDD2C32ABD799E0CE8675E2E /* DeviceUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 83450FA47E90C48F018A67CFA2A74A45 /* DeviceUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCF179687494CAF641F6DBDA486E39B9 /* FlipperKitCertificateProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = BBAE5312FFCA88D55B373D18196977CA /* FlipperKitCertificateProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCFEBFECE2D94BDCAE109FA9B1EDDAE0 /* AsymmetricMemoryBarrier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 80ADFEA344220A34B87118BFED8227E6 /* 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"; }; }; + CD4D62E1F9528311A4263EC567C7FE1D /* REATransformNode.m in Sources */ = {isa = PBXBuildFile; fileRef = D7187E3A4308DF518E76CB565579DA6F /* REATransformNode.m */; }; + CD91E4BDBB6E2D190EAD49B44DA29E03 /* SharedPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = B1D27B645D96BCFB51A1B03CBC342CA7 /* SharedPromise.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDB5025BC069700717E7CD47F5DBEBB9 /* CacheLocality.h in Headers */ = {isa = PBXBuildFile; fileRef = AB6986F3DFF45E0217332B7F7B23B1EE /* CacheLocality.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDC13C38360A0507822EB468BE25AEB7 /* openssl_aes_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FD2D5C74CB816B6D1BC51E5CD4D2DA7 /* openssl_aes_locl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDDCA48C236BA6D9092B73886D1497CA /* RNGestureHandlerDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = 2598A505F8EBEC6CEA69AC9B8BC9A00B /* RNGestureHandlerDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDEB77E3713784DED37188375FC152AC /* AsyncServerSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E18E0A6DA6CF9FDD535A4927A7321D9 /* AsyncServerSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDED59C88BF02D8AD6284A5B0EA88C5F /* FBLPromise+Retry.h in Headers */ = {isa = PBXBuildFile; fileRef = FB9456ABBD0373B1D5EB68A086E91376 /* FBLPromise+Retry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE0573B1B83E1E033B15C45B3AD1F036 /* MMKV.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B14854FC1B2DB98BDAAC0859B1A6B99A /* MMKV.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + CE20C4B97442ECCD9D94EC062027E086 /* pt.lproj in Resources */ = {isa = PBXBuildFile; fileRef = BD211C6F2AF0106177C154A7BC7E0E03 /* pt.lproj */; }; + CE23595967DB151E83E8AA71FFB2CD52 /* FIRCLSFABAsyncOperation_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D8A236D0A3983CEAB0E8A13DD013520 /* FIRCLSFABAsyncOperation_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE2CE42DF8B4E7774E166CA0D0185836 /* RNCMaskedView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D3D87A180B67A8B974060E098EBBB24C /* RNCMaskedView-dummy.m */; }; + CE309FB3B49A6B64FCF08A7FC8C18C46 /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = 54D8F3D32872B8CF04F7FCCA271AEA26 /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE3A8EE442E180BAF013357781A8BA77 /* BugsnagErrorReportApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B0E64EAF667F72A1EBB850EB25CC171 /* BugsnagErrorReportApiClient.m */; }; + CE3D08F37600A29EC0F65B10DF35493F /* FIRInstallationsAuthTokenResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D65A9444FD252B43F5EF4AF99291021 /* FIRInstallationsAuthTokenResult.m */; }; + CE3DCB701721124C62283C4ADD022EE1 /* REAClockNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = D20C2D472A3E874E0BAA9A968DC959EF /* REAClockNodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE4B52C51120C8BE3B053B0357A109BE /* EXSessionTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C31594E3671DA06DB3BFB367BD0D205 /* EXSessionTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE710677CE3345C396654665122297A0 /* SKHighlightOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F3C7903A4D4436BB36CAC09004CA6A8 /* SKHighlightOverlay.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE84EBEADF858091C0AF4772043E3608 /* FIRInstallationsStoredAuthToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C7B3E88C4319A2CCA58A8824FDC918C /* FIRInstallationsStoredAuthToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE975AA7DD86B64588E5307378BB41B1 /* RNCMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 871A91F7EB989EC77D92DFD6DAEB4CD4 /* RNCMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEA4CC477A04781BF4F58F793A1CCCF7 /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B74908AC5422FF1DBD8526242EF02DED /* React-RCTLinking-dummy.m */; }; + CEB173492AE47B9A4BF57D1BDE1AA0A6 /* SysUio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A9B78D678ACDE96F22C85CF26DA84B8 /* 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"; }; }; + CEB1E58162A49E2197F919AC89E691FF /* EXVideoThumbnails-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DA8CE404A2E22F57C8E1DC7AEE829DA3 /* EXVideoThumbnails-dummy.m */; }; + CED0F555FF06B4AB4CBF354CF1C09F7F /* EnvUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B4F623AB4A54193A16FE0A9FAF807FE /* EnvUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CED1BCD21DFADFF8083C51A9DAEABD2E /* Replaceable.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C3C5F2D798BE06C7C3BF99E9CB8DB6B /* Replaceable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF1C24DB25682CC756B70BBC30CFF934 /* SharedMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 662D569193245F129C8512F24F7662A2 /* 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"; }; }; + CF1CAB3BE12EF7BA3A24D75F736F80AF /* UniqueInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = 85C84BCBF328D715D1AA829495176E73 /* UniqueInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF42B9AD8B0B5306DC99B58A5BF16BE1 /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 0412EEC82A49E60D321C182098316DC9 /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF5EF20AFE9E02737901009C75348253 /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 5052BBCD77EECB7F26F52472B19218F8 /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF5F560775811D46CBDF0A3C644577FA /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 9452061CECA9DB8C30A97BB751ECD436 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF7B8A4462BE544A89E16DCBB075D24C /* FIRCLSByteUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = EB067AEEE905325EA6DDB97C81C42828 /* FIRCLSByteUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF86F4BEBD1EBC58CC423ABBE80616C1 /* decode.h in Headers */ = {isa = PBXBuildFile; fileRef = E2FD622F32C44CDE82F8C8CC9F013443 /* decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF8905DB51A1A790C4044CC84CF6661E /* SKTapListenerImpl.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EF1D25B8576107631B4E8DB715085ED /* 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"; }; }; + CF9451E053A7EE79878B6B80BE6D6EDC /* FrameProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F475B7B1ECC1601DA88B711C7CCF072 /* FrameProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CFA77C90D99710EF8418B620A682FF7C /* RCTTypedModuleConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = A44B5A8C84F3EACB17875034522026DF /* RCTTypedModuleConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CFA88DC2F8F780818116AA7A2DF3ECC1 /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = A54F6EA79BAF5363AD6EEE81AEC9CA7C /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CFAC4707B3F6137762E698AB5E502E3F /* AtomicReadMostlyMainPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = A1B00A80E6FA5EC0A51A59A670A98461 /* AtomicReadMostlyMainPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CFB7715951C631629B339C391D4BE992 /* cost_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = E46EDB60A6C400F0115D1EB7513D54AA /* cost_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + CFBACF50A4A18856BDE743819AFDFF8A /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = 63A280791B7A4254957C35F23F79ABF8 /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CFD8C0C1E94C6D25D401F425ACCEC229 /* FlipperKitLayoutPlugin.mm in Sources */ = {isa = PBXBuildFile; fileRef = 31A18F7688AF483A529CF07F884B5D17 /* 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"; }; }; + D004E4C8E6BEB3729AF8FC87D1D30981 /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 90B0CA74E33FC52E454DBB7AC75EDF53 /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0069E977045411B013D0ADD8CAFC48F /* RNFetchBlobFS.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E049D4B9DE5F7F9A695D5EC78B63D44 /* RNFetchBlobFS.m */; }; + D00E95660BE96EAA3D9524916EBDFCDB /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A75488842308DC0D472920427FEB7AF4 /* 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"; }; }; + D03AA152CDC426D540593BCA569D64C8 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 31D2BA54DD4AB7F117CDC8DE19507C9A /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0436E60D6C2DDACADBBBDE556416C60 /* QBImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 21576322EC335CE60D1D51DA0962712A /* QBImagePickerController.m */; }; + D05968B92AC18C1A9BA37F4C96B5649A /* SKRequestInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = BED6A9CBF1A6F620EC47DB7F3701146A /* 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"; }; }; + D062151E5D02811C00AD19C30E3629B4 /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = AFADAB0D82C69361667AD181502E8115 /* 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"; }; }; + D06C85E20468732FE3A7B33AA5F549C0 /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C50329B666E4109E97CB9D93E5236C4 /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D08823E27C133BC41B54F0B2D64678C7 /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 45F535C9939CB8D7D18260DB15EE5D85 /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D08830DAA2A9ADAB93C9B537A82A6881 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = BD080FF677408AD54679860424822FDC /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0A178330EB6A1E133945595303444DD /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 3596F5376E3C5887ABB3086A96CA7908 /* SDWebImageDownloaderResponseModifier.m */; }; + D0A2F19B340AEE6D70E2F9CAC71B83FF /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CE794B3268D4885AAC373AB59162589 /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0B313391F3A7835FE081A06C3CBE5DE /* FIRHeartbeatInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 8828D58D93CAE697F66DFA2F7A796B00 /* FIRHeartbeatInfo.m */; }; + D0C132B2C49678DCAA8263A7784C8FA7 /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = B310DF7D707C779BA7557D06CAE9AFAD /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0DB50AD8546FEE3EC9ACD7AC6CE4B6A /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5112D99A9D090D4D88E35FE6683E65AD /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0E7C5482E417D85570B7A3DED6D0EE8 /* RNNotificationEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 49F952E1F264890DEE368BD7C231EC36 /* RNNotificationEventHandler.m */; }; + D0F7B2D66885EA0FA527E9FC5916DF84 /* EXKeepAwake.h in Headers */ = {isa = PBXBuildFile; fileRef = BC53D046BBF012147DA7FA0199273B9C /* EXKeepAwake.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D11917349EBB720B68CD968151535347 /* Traits.h in Headers */ = {isa = PBXBuildFile; fileRef = D68BABF1D6A7C32E0655EDE5E6011F69 /* Traits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D11D661E2567030FB49EFCC6CDF72E4C /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 44D92A494BED07168A2B729E91F5ACF8 /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D14D7EF36574B456B1CF47B6386EFE27 /* AsyncServerSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E425D7EEF26C48977D9B06BB267E4DB6 /* 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"; }; }; + D159D4E11432836449A732BACDD0E057 /* QBSlomoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 367DF4CB657362A59D3796D94EC5190D /* QBSlomoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1ACF18017C8DF3EB608229E1F07EFB2 /* BugsnagApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = B5946021C14A534D5FEFF829C38336AE /* BugsnagApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1B42BD09B4E863D144057B3F70810DC /* RNNotificationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C024C5546C5BCC3825C20A99FD5F9E /* RNNotificationsStore.m */; }; + D1B53BBA0375982D630D42B421996C1E /* FIRCLSUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A5F5EBAA6778417F23606F1C81AE593 /* FIRCLSUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1C31A83063B0A21CF36717D96EA3A21 /* SafeAreaSpacerViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = CEC014F4D96CD662CAEB3A019EAC5866 /* SafeAreaSpacerViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1C3532ED6A7C0972A66BB628598D5F3 /* TOCropViewControllerTransitioning.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BA96A40BFAA9A2263069F258E66312F /* TOCropViewControllerTransitioning.m */; }; + D20FC0FA86465BCC0B7A8ACA361B7299 /* rescaler.c in Sources */ = {isa = PBXBuildFile; fileRef = 26F8E2551A1F750E308AF93E66672717 /* rescaler.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D221E21D29612830192E5FD87043D01A /* Future-pre.h in Headers */ = {isa = PBXBuildFile; fileRef = 6054C9BD250BB03CF23090385E39D6E2 /* Future-pre.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D227A3BB1C487095211B979FBDB76050 /* FLEXNetworkObserver.mm in Sources */ = {isa = PBXBuildFile; fileRef = BEDFF6FCFC41BCE1C24802CA593F6030 /* 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"; }; }; + D2290745478CFF572C86943875226BA7 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 90090791441B6C3919BC569B1B203447 /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D256014A8A34FBC565F20FE2A7652AE3 /* CpuId.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8D19B90ECAFC3B18ACB96D04F1B67F /* CpuId.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D260C821ABF26547A95F70C23610EF21 /* F14Defaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 79A5D7C88EB142CE157DAD4B7295FA93 /* F14Defaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D285B72A61293FFAFF1096932C31B9F6 /* SysMman.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 499AC24A6B9BB61FA6F442AA9BA70E5A /* 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"; }; }; + D2878B94B27523D135432DBB57854171 /* OpenSSLThreading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C344EE6F10CB8BC1D141143B9D28E3B6 /* 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"; }; }; + D28C7C1771442328F0907B83D590DF23 /* GDTCORDirectorySizeTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 09A89DA040C80D9FE8F816A8C4C8275B /* GDTCORDirectorySizeTracker.m */; }; + D28CD09BFDFD2E5AC3DF534BA5C77D0A /* SKHiddenWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 54D6F7F6A52F804C24884999D4F2848D /* 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"; }; }; + D2A2F403DD55C5811B280A05A7CDC982 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 003F4F7C9DC8F17320C2649C27116511 /* React-RCTAnimation-dummy.m */; }; + D2AAEC5DBFA46DDE544625396C250E62 /* UMModuleRegistryAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = F45F7A6C29A461BB59EDB46E1868C204 /* UMModuleRegistryAdapter.m */; }; + D2B035BF0D8297AE90DA28CE8442880F /* RNPinchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 25C0D2279D72648775BB6C9E2E5E714D /* RNPinchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2B35C9889F19A85F030D54F21999FD6 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C349520BB327B1EE4FF307956C575074 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2BFDD28EC526750301E0D3E04AC06DB /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = D319C528E8B21CFAEF3F75E339E92405 /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D2E2A90EDF186D79C9647225784EFD4A /* FlowableOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = 587F26148E61B7DEB22814A832567206 /* FlowableOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D30607D7089802C8D7C63CB7405707BB /* RNForceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 98A1AD8A289A175527BB2D6E300BA0CC /* RNForceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D325B8C3CC7F12238266EF3BB34D1C3C /* Indestructible.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CB80AFB30DC5A4B590D1F6B6BE20F3B /* Indestructible.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D35ACF4ADB2EC236EAA4F09C0B7D4594 /* FIRCLSCodeMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = C02AACC3DA51FBE29DC4050915556FAE /* FIRCLSCodeMapping.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D35EE1D9E3BD882E76225D0EB79B7386 /* RSocketErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = FD6038BF022EBBCCC68893AA0DB59E3C /* RSocketErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3647A7CE552612344FB3D3ADBCF317C /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5DCA01BB6DD76871C36C1DD40D81A77C /* 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"; }; }; + D36C87F9AAA79361F92137521C2B5EE6 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A505701CC24A4A635F2DBDE28417455 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3751571D5412DDF07AD3924F2558FDA /* RNCAppearanceProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 589E724A0E386FF07717A4B5EE8A0257 /* RNCAppearanceProvider.m */; }; + D386146023749E669569309813E8B5AF /* EXAppleAuthentication-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B2EC7D6DD3A4F0E7BDB0E99F841BAA96 /* EXAppleAuthentication-dummy.m */; }; + D3B1D48AD935D17B1719E92A1F1FECC1 /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4909337CD2F05BC2EFA343F5BC9B4A95 /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3B406868759FB11F9B5E5D23FE37E59 /* FIRCLSMultipartMimeStreamEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = F19F7570FD3F66E7B5C7E301F35F368E /* FIRCLSMultipartMimeStreamEncoder.m */; }; + D3EE36FD52C27DA3FC46CDC4A1007EE2 /* RNSScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = F2A1E5A6A9087E9A6A0A061F0FD8BA1A /* RNSScreen.m */; }; + D4065970A58BDEF9950C208FB9E7F638 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = B416F58001729E2636E0FE3CF51655AC /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D40C7A0C453FE807285FEF6C6BEA0735 /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = E5679BAC27750C8711A97E3A409F92AE /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + D419083BAE3D99D81522F08901826264 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 46E760DC2FC47FB638EE9891650BB9C3 /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D44E6611D41E16C4423EFAD7EDA6476E /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = D1EAD3E6D4140808D154EF585E83D52E /* de.lproj */; }; + D46643CE3FC304A26E3BFD6D55C7BC10 /* RNCPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 3252525C74D47034F568EEB07F140BB4 /* RNCPicker.m */; }; + D466C66793535B2E1D716EB41397571A /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 425ABF3ED9978B7B52106DF0CBF9EEA9 /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D48C1A67151FD2B88B4C4A0C64B1D1CC /* MallocImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 88A085010B27E3FB10C066A8ADECC521 /* MallocImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D48D99A26570E1EE64DA46D7B858C651 /* FIRCoreDiagnostics.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D5A9E6505E77A0784E2144DF8097BA9 /* FIRCoreDiagnostics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D490D497ED216DF7F1228004776E9899 /* FBLPromise+Recover.h in Headers */ = {isa = PBXBuildFile; fileRef = 74CB5145F26CC00822C74F39B21A627B /* FBLPromise+Recover.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D49264E31D0396BC7B225BD5A42DE88B /* LNAnimatorTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = CDBB6FACB5CC8D7AFFE746A4087C69C7 /* LNAnimatorTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4954835B906799CEB7306D8D4CBFA52 /* ScopedLock.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 235EBD7D9C84BF6AE8BBAC02D76E5559 /* ScopedLock.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + D498B7F099837633D24B8B8EAD9C751C /* IOBufQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = CE89C0979179A271A46D86E9264E24DF /* IOBufQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4AE6B36FCEA3B1EA8AA6928F5032B7F /* ThreadCachedArena.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E4D86E89D0726A9BB924C6DF01EA9BA /* ThreadCachedArena.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4B0113D7006C10EECE8D98AB9C402D4 /* SKSwizzle.h in Headers */ = {isa = PBXBuildFile; fileRef = E22F60FD715C2D0CE2390DF43B9F926A /* SKSwizzle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4C0A8334D65F77A3095A177E4A7AD97 /* Foreach-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = F6087E36CC19BD2CDFF137F2FCCDD4E8 /* Foreach-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4DFC4C0D30CF1A9DB8564E1623A83E0 /* UMLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BF3E442C2832BAD995EC715D99A29EA9 /* UMLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4ED0FB56F007D35C566D2218EE847DA /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9E333EB146FF8736C4DD1140D140CDE9 /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D517EFA94539A8A5D2A06D3188100611 /* alpha_processing.c in Sources */ = {isa = PBXBuildFile; fileRef = DCB903C4BBD38B26BFB3097BC1BFD519 /* alpha_processing.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D52C85AFE270ABCF61A5371751645F85 /* BSG_KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = 00F9BA07ADAE89C69DAABD26CCE1D9B5 /* BSG_KSString.c */; }; + D538DA404B8E28F30E528CE30CC791A6 /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BCD248F655BF38EFC795A5DBAF8E359 /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D570E8D48A9B65FEA255788B0CCCE60D /* BSG_KSCrashSentry_User.c in Sources */ = {isa = PBXBuildFile; fileRef = 58FD2A3C4CC6B1497200A97DB9A445EB /* BSG_KSCrashSentry_User.c */; }; + D59275F485BAAD7442DFAAC2B63EFE92 /* ResumeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 81A1F815BDEA824B4B854EA820E3BAFD /* ResumeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5AFBEFB911B611F03A63765E0A44D71 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D73945204DD7E8B47C608FF9D7B23F1 /* FIRInstallationsItem+RegisterInstallationAPI.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5BB24CD4D82D48AE68984151DF21DA8 /* RNFetchBlobReqBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A72F0EE734A35567E1E9B40AC51AD2C /* RNFetchBlobReqBuilder.m */; }; + D5CEC0E394542AF4347B25670EC13426 /* AsyncSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BAA66C5DF0D692D590268D70D0C24299 /* 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"; }; }; + D5CFE945B9C33C159E132A7510DF5260 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BF3CAB75E83AC0E55288601DB46437C /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5E6E3B60030732D5B5884A3EB687025 /* FireForgetThroughputTcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E7DB78A469EAC23B31ED7B8BA8079489 /* 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"; }; }; + D5EB92A602170EED10EDF074306EABD1 /* ARTShapeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C8074E27ADAEE508F02EB4B22C44EC91 /* ARTShapeManager.m */; }; + D5EBF47EEC6ECB2AD1060B4EE092CE4E /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 31EB3D1A9AED3A1D9642652211E4372A /* en.lproj */; }; + D5F956BA653D9A01009006F5D25C016B /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A744E220EA952F95EFAA4A17DDC1645 /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D61EDB5A6C03CF7D0CD5D3E27FE06462 /* SingletonStackTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = FC863E1E269A724F121B3E26431A142D /* SingletonStackTrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D61F03C559E92884248EF73D7FFBF798 /* EXAVPlayerData.m in Sources */ = {isa = PBXBuildFile; fileRef = A99A9E9354154770EB7D0E35DD3FC2DB /* EXAVPlayerData.m */; }; + D66352B1297821C631085F63FFEC05B6 /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5422F1CBBAE8DE38D7F720232E88A64C /* 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"; }; }; + D66730DAC3D36B39891FABD9BDCBB137 /* RNCMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 49F4E401B7F9AA2BA51BB7ECD25C26EE /* RNCMaskedViewManager.m */; }; + D67FA9AB44F255BBC99DE01C1472E719 /* RNFlingHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D4E9F1FB7B19938EA174E0271645214 /* RNFlingHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D685A4DC2FC644858DFFA7D0888D784A /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9776ADE65B2F16B134EE7A085B48332B /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D6A4CB7D75E3E43A684491B7B4C0D44E /* project.pbxproj in Sources */ = {isa = PBXBuildFile; fileRef = 2CC8C796401D31868296BA657EBE919A /* project.pbxproj */; }; + D6B706DF527F79D46421A1AB781116DA /* Rsa.m in Sources */ = {isa = PBXBuildFile; fileRef = 4932B2CCD55489DA11EFCA93D520204E /* Rsa.m */; }; + D6FB8B538DB0A26220D2F8CD08536E0C /* AtomicHashArray-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 40A3584F626E36415A9F4932FAEC3856 /* AtomicHashArray-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D6FFD7D3E17A4A65791EFA151C8E88E6 /* FIRCLSContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CA141060441C3F2FC9249BB7E8BB516 /* FIRCLSContext.m */; }; + D711B9FBC39A13461CEA3113AFB615C6 /* DefaultKeepAliveExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FB16B79A0F0B780DBFB96D9E33101F2 /* DefaultKeepAliveExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7170D69929504A66786EB75BF7A7A36 /* FIRCLSUnwind_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 8F0FD95BEFEA7F79449B355142FE6D27 /* FIRCLSUnwind_arm.c */; }; + D7461D4470A604FC05B36FC9A9E70CA7 /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = EDBDFCEE95EB122EBA1508AA730A6C07 /* RCTBaseTextInputView.m */; }; + D76472F88B5A39379F7BFBC9C71A88D6 /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = CE2533913ABF8A8D9FCFB91C040ADF0B /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7A68A1C097762915261A2A3B43306E3 /* ARTText.h in Headers */ = {isa = PBXBuildFile; fileRef = A82BC19ADFC5D3BBADC8AAEDD8D37CF8 /* ARTText.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7B9E25CD820E32E1A7169C913D64D26 /* SKResponseInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = E8858CDF6C497DBE965036FCE99ABC16 /* 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 = 1CF71C92967549E8338B17872FC750D3 /* ARTPattern.m */; }; + D7D28401F9B963EE79B7DC82C8D50692 /* BugsnagReactNative.h in Headers */ = {isa = PBXBuildFile; fileRef = A7726F564CEE8652F53A7B9078261FC4 /* BugsnagReactNative.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7D3E4DF9F097B5C380A18F4D95B58DC /* UMViewManagerAdapterClassesRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = F9207B263353B75894B87E61C29D207A /* UMViewManagerAdapterClassesRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7D660972B7B20D16DCDD83E3939CB69 /* EliasFanoCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A3FA4E2E75A68D6EA31FED67356AA85 /* EliasFanoCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7DB629696569BBF4DEDFF9338F333D4 /* predictor_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = B08E4931F533EA97B7A94BAA94EC9396 /* predictor_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D7E82F90DA5CBFE5394D99551A9EA9A5 /* openssl_aesv8-armx.S in Sources */ = {isa = PBXBuildFile; fileRef = D53898C49BB6CB4409EE7EE7730C53BC /* openssl_aesv8-armx.S */; }; + D801C0EA726BF775283A30376D338269 /* MiniPBCoder_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 73E1A263E02A42ABE4328042480A9FC2 /* MiniPBCoder_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + D807E8C1165299368E14CF06D72592EA /* Hazptr.h in Headers */ = {isa = PBXBuildFile; fileRef = 513A2E0A62A4B90B0C492BA4829606B4 /* Hazptr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D80D09CEE80CCD99DFACE14DDBDB4FB6 /* FireAndForgetResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2B493902948CBF6B705CCF5BCFFF4347 /* 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"; }; }; + D82768FE3BCED42D0FEA1644E0F25F46 /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EBC8076F6E2C325FADD1AF9F40E50EE /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D834E8CAD005752FC02B1C95C9F7BEE3 /* vp8_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = F7D2DCB15D0F542D6FD2AF5F99AEC1A9 /* vp8_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D8396D4FFBE64BDDFE85A64FA9EB4BB7 /* openssl_md5_one.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F79558F91EDD62F88387299E7E1EEC11 /* openssl_md5_one.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + D841CE837FF49F06D8A9D22AC82B17AE /* ScheduledSingleObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = B8931339F89CEB9861616D62E8BB658C /* ScheduledSingleObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D84E163D51C6027FF4ABFC25F29FE9F0 /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6387FD81DEA739107DF6F78D8C2614A2 /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D85BC1D066281C7B8FC3D1E7A4CFE6F5 /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C52E6805E69ACCDB4ED2FDABFFA44E7 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D88186E668C41E0FE5AEFF6817A8FEA2 /* UMKernelService.h in Headers */ = {isa = PBXBuildFile; fileRef = 710CD76DFD3F9007B8A9F45CE8FC042E /* UMKernelService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D881BDD9CC2ADE6E38BB569732FB013E /* BugsnagCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = DF21905BAA8F1A6E3B2AAFA3ED1E0E57 /* BugsnagCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D88A4F893FE30B6FCF86313C6CFB64AF /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = FF4A51E2EC7C561BC97E816C59335A2A /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D88DEB808FFDAAD25599F8D0B84F94E9 /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E02F5D1B143FA66FAD155A4AA674A1D /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D898F4D98120CC3FF4C79E2C5D723554 /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = F5BF487491AFFB4F8F5B67E05F4700AF /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D8A464CBB47D40B63A6BC794EF3E73C0 /* IOExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 693D330D9BB9ACF34E30F84DFB595DFE /* IOExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D8C46A46F0FE997360956523491CF9C7 /* IntrusiveList.h in Headers */ = {isa = PBXBuildFile; fileRef = 47040F4AD86A4F072733F9A91B427D32 /* IntrusiveList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D8D5734866CD78806B57B7D77CCF8E91 /* firebasecore.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 07A025DBDCD7D39D563AC5776BE1BCFB /* firebasecore.nanopb.c */; }; + D8D7EBE019079E82614A273131AD06B2 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 72B4D1A8A7D486313A32FD84B6F9EEE0 /* SDDiskCache.m */; }; + D8DC5A7C4A81DF934C0C2FE9EB7248D5 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = 98849A4A5835B5B73599A7A6AB826C6E /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D8E75712E38381A03663C5E1E10EC4DF /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 56B2DE645CDF22B0510F4D672F438F31 /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D8EA2D2663FCF4B2B2C7AC39EDCD203D /* RNPanHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DE41349BA50841A658A80DD85FA60C4 /* RNPanHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D8F05CC55EF2C829CD82CD2C3E7F27B1 /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = A3DD22F938A1660DED1DCC1EF87F3CCF /* pl.lproj */; }; + D8FD5DEAB27920FB3CEFFACA48377838 /* FBLPromise+Always.m in Sources */ = {isa = PBXBuildFile; fileRef = 73344FF0A55AADB18BC8309D96284B42 /* FBLPromise+Always.m */; }; + D913F93C31A0C37A068FEEE5952951FF /* LNInterpolable.h in Headers */ = {isa = PBXBuildFile; fileRef = F69281AA9D5246E85FB21CEA44251355 /* LNInterpolable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D93AC3A2690A202A9C45D9C1DA332413 /* SKMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = C3DB51305291EAC28F02981C66FAC711 /* SKMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D94E77200663F59187BFF4D449DFC08E /* UIColor+SDHexString.h in Headers */ = {isa = PBXBuildFile; fileRef = ADF2E8CA0A1FFDC0E9DE25E3087C06D5 /* UIColor+SDHexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D955A45C5E842B7C48CC72806BC0DB9F /* lossless_enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 4551E61ECC4834E3B3AE3880D8CCE67F /* lossless_enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D972F36D73F57DF51F746251A180052C /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E4B51B43365959C0F5D81181C60F4A5E /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D98D5E0F70D655730F87FDEF7277F9B0 /* REATransitionValues.m in Sources */ = {isa = PBXBuildFile; fileRef = 5799A846617A9B589DA1BAE2F60CD37D /* REATransitionValues.m */; }; + D9A780334FB2BCA6F4FE9625D3D19322 /* ru.lproj in Resources */ = {isa = PBXBuildFile; fileRef = E95615A5590E8DDADA1985B999C0F0E0 /* ru.lproj */; }; + D9BA4EF040F22E769FC8AAE369AF4ADA /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 36F839239A7F7C889FCED8E93F5C148A /* NSImage+Compatibility.m */; }; + D9E6889BE1390C1ADDD017DF60828CAA /* QBAlbumCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6347612B0F730F570785F84D3BB5B17C /* QBAlbumCell.m */; }; + DA12577AE96A6BA6526A239AA272C315 /* FBDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = B67A002D93EDF8F480DA3EC8678AF015 /* FBDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA288CD5E0C0355A9CA34658690B5C47 /* RNFlingHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 9ECF7BEE7A0FF0B41CC3F12D0C2E28B6 /* RNFlingHandler.m */; }; + DA34F7770C91BCDA52569202EE694AEB /* FIRCLSReportAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 79DA11ACD1B1FE7C032F234349C7C13F /* FIRCLSReportAdapter.m */; }; + DA3C21D5A1B7E34127BD8FA4EADB846E /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AA1553E44DE043F47E4A74FD4922802 /* SDDisplayLink.m */; }; + DA617A49FEF901D70D5866081CDE3759 /* RNTapHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = E20D88BC2433B006F7AB18E7CEB0E7C8 /* RNTapHandler.m */; }; + DA96036FA2B270931794ED618118F26A /* TOCropView.m in Sources */ = {isa = PBXBuildFile; fileRef = DC6BDE177A87B06DFD35EFC64534C08B /* TOCropView.m */; }; + DA9AA176337618B6466E7F9E7EB803AB /* react-native-simple-crypto-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EE8BC51D5B5CBAE6F2BB1BDFE55252E /* react-native-simple-crypto-dummy.m */; }; + DAA5D42F228D8B9CAD984D3158DC5157 /* RNRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 8353C63350AEB207BCA642821771FF26 /* RNRotationHandler.m */; }; + DAB6090699B77149D911CC6D615AFC4E /* FIRCLSNotificationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 36ACE9D5D5EF499A5624DC68B5B83B62 /* FIRCLSNotificationManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB011A2CF2358EB3F25D8E3585BCF2BC /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = E204EB55C97E629FD95C62727268AFBD /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB429C6AD36DDC50FBE3D0D0196DA61D /* REATransitionAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = B05411C6E464A6EA149DF73B0DA0EF9D /* REATransitionAnimation.m */; }; + DB48E76635C28FD4B3C20EBBB766515E /* RCTConvert+FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 1593596250DCE47E9841F062D1282F6A /* RCTConvert+FIRApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB5501D8315E2BCBB882A376AED5DAEB /* Pbkdf2.h in Headers */ = {isa = PBXBuildFile; fileRef = 57DBD01D51C29A342E5AF1E31ACA4CF0 /* Pbkdf2.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB79EA3F1ED9698B5CD49187C044BE27 /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = DB4E27D6DA145C11A06FFA7FFB2F675F /* SDWebImageDownloaderDecryptor.m */; }; + DB8061931C5A9D919CF02C27F32125DA /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AE7844469C6A1526D9764478768A47D /* SDImageIOAnimatedCoder.m */; }; + DB9985BF6CCB8374DDFF8C627AC5C015 /* FIRCLSConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 095AAE07AED6E306A571D23AE8B986BC /* FIRCLSConstants.m */; }; + DBA6D37AC124EB4A7BBEF1B676C2E8DE /* File.h in Headers */ = {isa = PBXBuildFile; fileRef = 04493A8B4AAFB4081B13B4213928434A /* File.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DBAF58843EA346504EAED7035CC48441 /* GDTCORClock.m in Sources */ = {isa = PBXBuildFile; fileRef = 76773683CF74B81FDE92FF175E0E9981 /* GDTCORClock.m */; }; + DBB2F9754690951A904C68188C09ED2D /* REAJSCallNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F2E278565445CA941506BA7674691D36 /* REAJSCallNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DBC8661962D5AA275AC88387BF3FA286 /* AtomicUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 624B34029A48D10FB7E6615C7436C43A /* AtomicUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DBDE4B9EB07C004D13822B1E7CA5DAE3 /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9EDB303C51506B8BE5DAC2C57648152E /* 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"; }; }; + DC3A53AEA0A80D985DED38AD5FDF0B80 /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DE0C5E3D5BD868304786D8E7C35AA02 /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC4624EA29F169B61B200C431B048824 /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 61BF6B3F2603B23C3B8D9BCA466CA61E /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC730F7D7D2B17311D227EDD4B29E0ED /* UMUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 53EC6952BCB6A5F52685B98D434CBC94 /* UMUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC9A0BCF26C761A76679CDF3FB01C1A4 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BB7B065EF7C331FED750A144331974C /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DCBB2D1A8DE5B0222CE457B1E106AB7A /* TestUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = E1A993C63CDA46543019A024F2CEBC78 /* TestUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DCBF1450B68E44DBE84093172F9760B0 /* AtomicIntrusiveLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = BD403B16D41D5E42441241065C003FD9 /* AtomicIntrusiveLinkedList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DCC3DA2DE9E5E380C04A72257BAAD392 /* UICollectionView+SKInvalidation.h in Headers */ = {isa = PBXBuildFile; fileRef = E8780F0642F5044450727153FDA75A11 /* UICollectionView+SKInvalidation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DCDEFB3DD05D53F25031F3FD417B105E /* Flowable.h in Headers */ = {isa = PBXBuildFile; fileRef = 469A2DFB7AD8A74D1BBF096E6F79E943 /* Flowable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DCF38E4B1F11D6B7FF12657E700512E3 /* FIRInstallationsSingleOperationPromiseCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A64AACA0A09880726E94A97561D259D /* FIRInstallationsSingleOperationPromiseCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD091E6455238D051EDDCAD54DE5B576 /* RCTConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = A7E0F7C855EA162434F67C327CFFF515 /* RCTConstants.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DD162FC1F0BF5D2C2206782E7F7A4122 /* AsyncTimeout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 227D4E4E28679AC02664FA44564C9F8A /* 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"; }; }; + DD27C669C5F9BD87C6D2BDAA21DF583E /* FIRCoreDiagnosticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 1822C3C0AFCE57A8DBF5A2A03F58F42A /* FIRCoreDiagnosticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD3FD879397735569999E1D8C7FCB950 /* RCTWebSocketModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 52FC83DA058810AB230CE35076F6E05B /* 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"; }; }; + DD519BCDA164E426F3626797990C7823 /* TOCropViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 16BBBD5D08548A2709FCB8690A972F0D /* TOCropViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DDA107F13639998583B9E2752227018F /* MemoryFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2688893FF4890B16CF5094C3975BADEA /* MemoryFile.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; + DDB9DF69CF9F353F44F18BDC69B2282B /* Benchmarks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 47BE065CDE4309C38F758D3E5370F116 /* 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"; }; }; + DDBAB3FFF3F7F2897E7F0C7689E193A3 /* FBLPromise+Wrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B158329F4AAA8F4B7203566901E73AE /* FBLPromise+Wrap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE1389D6FFCE0A1581E238E537CF999F /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FC1B52ECAFEB02F8382C89900223FAA /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE3B56D5420B33673E24DDF32E842FAC /* REANode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FC7BCB7D558F56A22BB817A2A61290A /* REANode.m */; }; + DE3F52A2385953424A209634E4419A9E /* vi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 82F1BFBF9A4B65BD56E4C906360ECFDA /* vi.lproj */; }; + DE5BB49AAF746F62B635393EC5F66CF3 /* FixedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 7638DCC670E05ECD9C34C60F91AFD1DF /* FixedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE5CC6C78A0C4F9B26A97CCD8046D516 /* Instructions.h in Headers */ = {isa = PBXBuildFile; fileRef = CF4BF5461D92835E25DB5DBD18DE9063 /* Instructions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE5D62586B9D00FE1C40E543F3395289 /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 07EA7CCE29C45610D55418CA3EE87BE2 /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DE622BA26F793F49421D7F6AD433854B /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 772458BBB0D88E73E8793C32AE4F5BBD /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DE84B1D41B2BE4E1025276F9546ECD6A /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = EA650F4031F3F6053ADC185140730C0D /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + DE907C27F82487B7CFD1CE3DF43BB72D /* BugsnagReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 61CF2C8684DF418B2904E877AA45351A /* BugsnagReactNative-dummy.m */; }; + DEEBDD68428E886B479168339ECB10FF /* lossless_enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = A66DCE34207E30A635F1B328502122B7 /* lossless_enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + DEEEC939BBAB6D133EE4AF8517F3D6C8 /* BSG_KSCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AC60AE4E8CB2E416D73B614F182D003 /* BSG_KSCrash.m */; }; + DF1DBEF133CFBA0CC89B65E980187B17 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FBA6BF6D643FA438DADD5C539DFFFC7 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF24D711A18B792E5C19C620382229CB /* UIImage+WebP.m in Sources */ = {isa = PBXBuildFile; fileRef = 82C652F7761CBA5A19268B5C4EF1B5A1 /* UIImage+WebP.m */; }; + DF3F3733FE15AE6A113167D88C9345A7 /* MiniPBCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 285050481A5BAA4F4AB8013A024F4657 /* MiniPBCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF4937B78DA50AE7F82546C343EE04A4 /* common_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FF1B66FFE673FDD3B7EBAF2ADBC47A6 /* common_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF4A8F9451DCA68C6245C25258EA36DC /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BA5F6BFE513E40AC900EADFDE78E43D /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF4B5B3F040354A4D9F7BBF53D3740E0 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 40450F695BA97BC57312DB43E675B509 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF4D94D2950BDA550498808A773E0A9A /* StaticConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 29036D59554C5697F641FEBD32978695 /* StaticConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF550EA9CA2747C308EBF695FE1B7A51 /* nl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 6B6048E02E8DFDA4AE43F7E8A77EAD79 /* nl.lproj */; }; + DF83023D0481AB4403371AF63A3B34AD /* frame_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = BAE1B06A53F8E495F430207109452EE3 /* frame_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + DF9556B84ADFE4CE9EE11C32BE59194F /* REATransitionAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 98426A598FDE8E73DA9DB5B59F4C4CCD /* REATransitionAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFA2E918B3A94C6CE3E45B3EE7319446 /* FIRCoreDiagnosticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B352E12294D3CBAB1F744E13396A48 /* FIRCoreDiagnosticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFA7BF026174F6D76A648D5D9033707D /* GLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F5EE044DF7876887189130B037E7988 /* GLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFAEA38D66BC93E69EAC00E2DED6607B /* TurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D93B3D4B3E9BE1E83ADFF374015FEE11 /* TurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFBDBEAE3B98550E2145ADAE609AE85A /* UMModuleRegistryProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = EAF38DF6A2C68513ACA1A3513B96B2E9 /* UMModuleRegistryProvider.m */; }; + DFC4E9824D9E8FEA8E56AA6F10F32E06 /* openssl_cfb128.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 963E5FD24515FA64155828BCE76DE937 /* openssl_cfb128.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + DFCDC4BD6C4B109CBF3A56A71E04AD8D /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = F4F661F075F44F73F29CE608C045841A /* FIRApp.m */; }; + DFFA3516BC11A73AC098F78D7D779657 /* RNNotificationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CE936FD6DB0B250001CD69610EC0CE5 /* RNNotificationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E006590353EF417C1A2C6A8901F12946 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = FF89857D279B86DDBCF11CA49B50872C /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E00F288208B813286F43A86229A06964 /* RCTNetworkTask.mm in Sources */ = {isa = PBXBuildFile; fileRef = FBFFC26E4BD7753EE4F5DB86F692B68C /* 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"; }; }; + E01AD1E1B945004C23BFE7FBEBE65C61 /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = E70D94F5654C61204C6B34C17178B21C /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E03388FE49008156D55038D13407ABDD /* UMUtilitiesInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = C98FEE97A5C40B06A8CD61B6E9FA132C /* UMUtilitiesInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E036473E17372BDB5B3C0CCCF1C97A32 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 686BE3D7EDF7F949E168E3F8EEA295CD /* SDMemoryCache.m */; }; + E05070D25885B36129E52C0862B2E5B2 /* ARTGroupManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FB867587D3FB33A87C336958AFBD63F /* ARTGroupManager.m */; }; + E052AAEDB7FA668564F5C85D74B3F668 /* SerialExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 519412AEF227CD8398778773F8725827 /* SerialExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E05F3575C3C02B8EB96382732FF64D60 /* FIRCLSCompactUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = 03370B4563CC050BD28E0B0201F1594D /* FIRCLSCompactUnwind.c */; }; + E06B797435414DB869D0821D48777441 /* FIRCLSCompoundOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 384C521847B6D3C4F73235697B6AF9EE /* FIRCLSCompoundOperation.m */; }; + E0857B46FD1EA2B56B7D051FA3CC5C61 /* REANodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C0773CD3E29C8581A971E3CA3C0B0B86 /* REANodesManager.m */; }; + E0A9626BC5851B78AFE0E41557E2D1C0 /* FIRCLSUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 7693A57D3E30440C4A8E9F4902ACAEF6 /* FIRCLSUserDefaults.m */; }; + E0B59B9295BB44A284B36AE953330A80 /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D075AF38C3EA5616027F7C0EB0EF8335 /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0BF6351C5461EC2A8AC1D3410152F35 /* EDFThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8409A32B3E814656531517CADFA74B17 /* EDFThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0C74EBAD5EA1E588C4565B77D8D13F1 /* RNJitsiMeetView.h in Headers */ = {isa = PBXBuildFile; fileRef = 03A273437E8D370C10870C6FE639084D /* RNJitsiMeetView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0F3CF77B2AE36DEACA2A056B43DAFE2 /* HardwareConcurrency.h in Headers */ = {isa = PBXBuildFile; fileRef = 045E387DCB39154DD0ECEA05D5BBAA8F /* HardwareConcurrency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0FC27D08CEE6B279AC205CD4500197B /* GDTCCTNanopbHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B7E6C8E0CBB15B961F2BD8685F9FE28 /* GDTCCTNanopbHelpers.m */; }; + E10D5565299FCDC9BAACFBA2698A5584 /* BugsnagSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 445587E084154A72F027EBCECDB022D0 /* BugsnagSession.m */; }; + E1484692D67981379F29E9349DBD7E4E /* Spin.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FA64FB8C00F2F60C2EAFB88878DA6EA /* Spin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E164C26974BD29571CAC21388DC4D348 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 2312B7782C14ACB4C8E0477114BC1527 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E164DAA54974B488AB5F99FC557C0AE8 /* TestObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B7357143B10DBA1595AEDDD3798CAE7 /* TestObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E181EFF1D82F2C246F3C692C681462BC /* REAModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B898D67FBCD8C61ECF76DCD9378CBAB /* REAModule.m */; }; + E1A0001886B58EA302891F573BEE8601 /* zh-Hant.lproj in Resources */ = {isa = PBXBuildFile; fileRef = C6BEEB314BDDD121CDC786BE56F8D9C7 /* zh-Hant.lproj */; }; + E1C92AEEAF907D9FBB3D536670867DE4 /* UMAppLoaderProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A422F9D874AA6C0AF7BF89F27BC643D /* UMAppLoaderProvider.m */; }; + E1E6236F67CEF81012AC31A25D57355B /* FrameType.h in Headers */ = {isa = PBXBuildFile; fileRef = B9DE926154FE7BE7746C3FFAC88DAC08 /* FrameType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E1E8D74B6DEAF85073752EB8E2E0C9A3 /* RCTCrypto-Bridging-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = 181A616A07D13EABD3B83378D14809F3 /* RCTCrypto-Bridging-Header.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2422F516B469C90C1882C3CAE909487 /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 17EF344543906ACA5F21377716282FC2 /* GULNetworkConstants.m */; }; + E24729C9CE9A683F338B92F0C81406E5 /* RCTAsyncLocalStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7754263A580B5143001A945B728F2CC9 /* 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 = A52B4E1B3AEC1E5875821912E2F9341F /* UMReactNativeAdapter.m */; }; + E275864857518C091CD5FF4CEEE87FB0 /* PTChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = 69A8063E029EB62B63C6F9F137E81288 /* PTChannel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E296895D4124CF9E89819F5A949ADCAD /* animi.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FEF46EFA4BC48F9EAFDC2F87E759879 /* animi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2A3567CDB3E36CB123037C1FA6D4E81 /* BugsnagSessionFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 6694E50EA8CBEFC017B2CEC15A1C6A82 /* BugsnagSessionFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2AB4919343A220FB12D3038C6B5F727 /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 421780FD20DE1C6E9657C36B96C0DAD5 /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E2B38B0E73DFE014ACC3FCBFC43496FD /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E8C593875D73E50EC99AE4087A4EDBD /* FFFastImageViewManager.m */; }; + E2BC9A8A127D3D4391E5EBA3444E3FFB /* enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = CAA3EA53145199156AD26BB9F9B682AE /* enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E2D24444928BD2DA8C9796FB4B3A7EFF /* SKButtonDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB66E04CCA69DDD61504664AE88C5D8D /* 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"; }; }; + E2D448EFAC1BFADF07A413786B37DFED /* FIRCLSFABHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 23B781565730B52F92C13EF75A0C7EAF /* FIRCLSFABHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2FF8EB8E0E6C6600BF7B52832E49396 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CC8C886D33FF29B38A0832852B5D4F5 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E312281FD29F99F67D349635D1F088ED /* SafeAreaSpacerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 83AB9E30AFDEE9E7E9FA45BB81FE3E87 /* SafeAreaSpacerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3189CA4D7BFEF893F93E00F4659392F /* REAAllTransitions.h in Headers */ = {isa = PBXBuildFile; fileRef = 689AFB661F6A6FFB9DC0B7D0749ABEDE /* REAAllTransitions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E328E8141AF969CC6B6E80958E20061B /* EXHapticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0481ABC052E4E34D2F7D4F324992920A /* EXHapticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E341738B130ED4CB85C14610CCD846CD /* UIResponder+FirstResponderTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EE77BAADD202552152A67831F404CB7 /* UIResponder+FirstResponderTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3425A2310473CB31DF66AA8EA88F8EA /* experiments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8F65600D8653AB8968E309CD864559BA /* experiments.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + E352EC1B40973D66182709A83330536F /* PriorityLifoSemMPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 01DDFFDB38BC0879FB23E69FCAFB21CD /* PriorityLifoSemMPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E372E53BF9D6D7242167C1C19D0E5187 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 61F0E57ED13E327DE89CD14B375E8D1B /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3826026DD11997912AD4E7F0A21B594 /* UMExportedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D61D9248AFAFBFF5D2D3EB2127594B5F /* UMExportedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E384FD68FEA058A67C14E8D1AE72AEE0 /* BSG_KSMachHeaders.m in Sources */ = {isa = PBXBuildFile; fileRef = F5EADD739BCFD870697BDA421A4D6BB4 /* BSG_KSMachHeaders.m */; }; + E38A2846E489CBB664CD87072809A8D6 /* cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AFE92839416BC4CD6488CC5436B089A /* cpu.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E3A9A76CECB223A31DA373B0DCDED5E2 /* RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = AFF19217DE03F24F5D5D3E68B4284F8D /* RNNotifications.m */; }; + E3B3B01DA0928C8602888AFBD5DDD610 /* vp8i_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 603EBD77D47195787A0E80685BE0DCDF /* vp8i_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3EDDF3C8381E507E3A11C5520E33854 /* IPAddressV4.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DEE4EB9CDBC78003436D4AE8907EF83A /* 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"; }; }; + E3F24F050E10E05C03542DBADB501F66 /* BSG_KSBacktrace.c in Sources */ = {isa = PBXBuildFile; fileRef = D4AB494351FA11BED6A184737D23BB4E /* BSG_KSBacktrace.c */; }; + E462972BE10C24673E9FFB8FA8030E59 /* FIRCLSCompactUnwind_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C6175828F5025D83C4AC5936F5DA7F2 /* FIRCLSCompactUnwind_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E465635395B772D2B01501E142C81B47 /* FBLPromise+Delay.h in Headers */ = {isa = PBXBuildFile; fileRef = 34B1BA625CBDA3E6220D616CD779EA6C /* FBLPromise+Delay.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E467DF71C3D520291D52C249F5BB4EDF /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = F810D3080C03F5B9427FD37AF1BC3F58 /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E49188CCEC47F2B014FEF6031EED26C5 /* PTPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 48840F3BEA1AF99CE935E6E4743025F2 /* PTPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4A30EC10888C6AE1C92B59EC078EF38 /* ARTTextManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EFCFC88ED52ED723916FFC5555A96E8 /* ARTTextManager.m */; }; + E4A418AB0444EF9EF2FB54EE28B3C7E1 /* RNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6508DF9C739D54914272EB9E217EECAB /* RNEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4A5D4B6B6E51731DC54DCEF2061BC80 /* PTUSBHub.m in Sources */ = {isa = PBXBuildFile; fileRef = B6275E20E229188AE4D58A528E2BFA90 /* PTUSBHub.m */; }; + E4BDA6BCA2E4DCDB48239CED6180C02C /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F9E59323B4E6B7A9BDA514E488A0ECA /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4FC09AEFE248B2ADE8F00361A59608B /* GDTCORClock.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A7F2ECC3730780B365527FC592760E6 /* GDTCORClock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4FF71922991AE8BA46C4494523906D3 /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A188AEFA41018856A18B4EFCC908A99 /* FIRAnalyticsConfiguration.m */; }; + E515AED943EED8147033BFCE0F4739AC /* Preprocessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 88ACCE8F38357CEDB256919C63891F31 /* Preprocessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E53AD12DCD6E072BEF93786180A728F6 /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = D054BF5B709BD96C0B254538CD9583D6 /* RCTSurfacePresenterStub.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E53F1EB7B5C6202B9EDB65D92C1C180B /* rescaler_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CA0E2EB43E21B281BC09035388C6315 /* rescaler_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E54A75842BD6E1292EC7051D9F80B18C /* GMock.h in Headers */ = {isa = PBXBuildFile; fileRef = ABC28CF8150E7953B238E5A7BD297702 /* GMock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E56F517254A3DD415A94128FFB078AB7 /* EXSessionResumableDownloadTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 45C8B72F339F758B09800B1C01FAF208 /* EXSessionResumableDownloadTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5717D12A46C230DF81B959C316D3076 /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C61D4BE431DD16660A6E34A70B5722BB /* RNVectorIcons-dummy.m */; }; + E589FDD237F1D53E694FC764834A026E /* SpookyHashV1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B65943EFAD9CDA2EF170368FFF7F419 /* 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"; }; }; + E59F54122B9BF29250678F5298B530E2 /* SocketFastOpen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FAA93EABB3182583D7143D7471CFA2B3 /* 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"; }; }; + E5A52763CD6D7F17CF52B4CF008DC9B7 /* lossless.c in Sources */ = {isa = PBXBuildFile; fileRef = 5094C5BBB40108F1937D9A64ABBDE59F /* lossless.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E5AF5A8F19099B9BA16463B0725D050B /* FIRDiagnosticsData.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C5B664F20280223B7B6FC45CA79CF93 /* FIRDiagnosticsData.m */; }; + E5B00BF85CFF980ED2F28AA1DC685017 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = D9029F6592AF4E3E726856F080C3378C /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5C364BADE3B7F40B26C80274EEEA9B4 /* REASetNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A38213FBE123CEDD3DBAB80FFA05BDF /* REASetNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5C398FDED7D2D7CA68247E291E482BD /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = E2A4AFD6511FD644A9479F271B82F90C /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5CEEB3E713538505680AB9604261006 /* StreamsWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = E24DB9E8BC509CF097138492C39B06D0 /* StreamsWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5DC0868ECA301F69D0C0F5FABE1FCFE /* NetOps.h in Headers */ = {isa = PBXBuildFile; fileRef = C06CFC5F188042BEC4D6D5C1E193FA10 /* NetOps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5DC173E6B529F892B09C8C35C99D2A1 /* ARTLinearGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D53600BACC1014496F29F41F4495AEE /* ARTLinearGradient.m */; }; + E5FB77F3CFA08FC9BE301BBE9941A2FF /* InterProcessLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 416F6A8A9EA987EF84B618D269E6E68D /* InterProcessLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5FBED6F8ED2A97D96318CFED4A171B5 /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FD8BEDF5404442E0DED7086F290D6A4 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6416ECF22B10C23DE1ADB9EEC76A1FF /* FIRCLSReportManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 61F36589173250A5247C707521CEFA9C /* FIRCLSReportManager.m */; }; + E64DD702040F483C58C687E916FED164 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 946EBE479A307F921DC70879D5604A6F /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6716881AA827CD4DD57C3CA07328AED /* ScheduledRSocketResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = B62F8A4065C644EB76B9871568B38E04 /* ScheduledRSocketResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E673E0352A8B4350E45B7A109D3D4021 /* EXKeepAwake.m in Sources */ = {isa = PBXBuildFile; fileRef = F625610D000EF1065D9CE20E7D216A9A /* EXKeepAwake.m */; }; + E674E872B434D31239A84D3DAA958703 /* UIImage+CropRotate.h in Headers */ = {isa = PBXBuildFile; fileRef = 009995CB6492401F7F64FA49679E9963 /* UIImage+CropRotate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6814D20E3B18F4D92A15C9E254DA242 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A4F04036E4B87436691AAFC60343EA0 /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E696BFB3D6A0246B6CBDBD90EEB5695F /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = A8096E26A502DC153676BF1802188FF9 /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6A073B23C0D27F7152D3B0EBABD103A /* FunctionScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 80E0F1FDC9AD81C8CB7EFCBC680CD604 /* FunctionScheduler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6B66B4D5459BCFBB53F1DD74507DCB9 /* RCTLinkingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5A57733A1857663DB7C455FD33CE21EA /* 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"; }; }; + E6BA9A82EE101D38921284406271F7C4 /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = AD4D57C40FC3425227F72C3C324C53C7 /* RCTInputAccessoryViewContent.m */; }; + E6C43582DD6161EE17FD08737A5DB7E5 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = ED959F45E1304BCCC620995FC2276E02 /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E6CAC76FEA9F59AA9E56ED54D2BCCAC8 /* GULURLSessionDataResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B5316415E74133E6B0C7FB8F4BE86CD /* GULURLSessionDataResponse.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6D63601D7B197A587B9BAE85E503DD7 /* Pods-defaults-Rocket.Chat-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FF15DDF56C721A3A36BEBEC97A731D5 /* Pods-defaults-Rocket.Chat-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E710CA7A9305FEDC1EAD4CC7B810E890 /* RSocketServer.h in Headers */ = {isa = PBXBuildFile; fileRef = C3A33036A09CE67333BB788D99ACD9C9 /* RSocketServer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E713B02A8A389710B1613C452E72D5D0 /* FLEXNetworkTransaction.h in Headers */ = {isa = PBXBuildFile; fileRef = 5970BEAB53B31F673D99BAA547F13688 /* FLEXNetworkTransaction.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E72E2C344FB06012C544EE89D3B59636 /* ThreadWheelTimekeeperHighRes.h in Headers */ = {isa = PBXBuildFile; fileRef = 8459636562B92E92FB9365AFF4815C47 /* ThreadWheelTimekeeperHighRes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7306C504D5772C4279F10B93F253A61 /* FrameSerializer_v1_0.h in Headers */ = {isa = PBXBuildFile; fileRef = BBB13939C27BF43617E5B0462155F37B /* FrameSerializer_v1_0.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E73510C5132838079D9D644554350A7B /* BugsnagSink.h in Headers */ = {isa = PBXBuildFile; fileRef = 47EDB82170CDAF25F01BE459EF9EEF7F /* BugsnagSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E73959B7C057A98D8DD091CD189E4E6C /* File-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ED14BA39782099E300B4C19BB899132 /* File-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E739857E523E4060D9C561389269B82B /* tree_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 15D10D58048EF50FE464312368D8CDE6 /* tree_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E76AEE324FB75C68D9B12BFF7DA53418 /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 52DE270F07337617C10EDC040780304A /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E76E10019899FF866B81BACD8AEFF56F /* EXVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DEA09DC601E3CAE3B61BF2434BC24CB /* EXVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E77AD3AD1775ED66AE0CDEA31414812B /* GULOriginalIMPConvenienceMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 123A449E32450BA29B459373C2980DAD /* GULOriginalIMPConvenienceMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E77E17AA47539B3A8665D1292007A00F /* GDTCORReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = A8CE4AAF7B34952C3782A5E1FC709586 /* GDTCORReachability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E783EEAA611C3967BA049B75B021BE67 /* EXVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 435B2730638A99D8E5A16F9A10B6BD79 /* EXVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E78D398DE9276B2D1131268BFDFE182B /* RNPanHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 63C4EDDA0E68F041D94801CC23287D88 /* RNPanHandler.m */; }; + E7C68EA9F12A32EB23EE6CEB1EC4670A /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F7DB9E2B9E098CFE7769390F10991574 /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7C977C7773740C3C3040230D309EE6B /* libwebp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F4E252D90581BD69FEF3D4D973F80FA /* libwebp-dummy.m */; }; + E7F6E158B61FB93C12767335754E7BA3 /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 0232D32AE731700F5156D699F97C3089 /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E80EBCB4639286152E3248395A82AA27 /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 26DDB6E2DD786A51614C2D3DC463AD6A /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + E82A786B6E48E653B4EB4F70B840E1A6 /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 03C7C6C2A131571FB13B37A9B37E24CC /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8509F5BEC63EA29EF262F3FA33984D9 /* Singleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 59572E27074AE25CDAADF6BAED91A9B5 /* Singleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8773466DA00F94B078065248118FBDF /* Flipper-Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 441C0C8E91F4D8D34C0289CE654A1DF7 /* Flipper-Folly-dummy.m */; }; + E8853B8ED3D089F47C87A8100A7A6434 /* RNConfigReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C317D703BB783C555A10C862B8C27F7 /* RNConfigReader.m */; }; + E8A5508BB029E5107E88019AEF607F88 /* FIRCLSApplicationIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = AD0D911F3F9B9E5B7A33802D22F91CF0 /* FIRCLSApplicationIdentifierModel.m */; }; + E8A7615B2E19C59185F3FE545094D0E8 /* EXImageLoader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 578F491A8EB55392473EACA0F69BC8F5 /* EXImageLoader-dummy.m */; }; + E8ADA698E997CD62E0BAEF90111677D2 /* SocketOptionMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9D3A919AD132D4C775E656BC8C9DE37 /* 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"; }; }; + E8BD2B6785ED9CB872B7D0A915E97D8E /* FIRCLSInstallIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = C4E94CC1219D645655AB7EF06D6AB197 /* FIRCLSInstallIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8EAAE2776745D58E8076EFEAADD8BB4 /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 01D4A83C2E58AE306B95106FBBC4EEB5 /* 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"; }; }; + E8F398FD61B4AD52DD8591125E9F250D /* Windows.h in Headers */ = {isa = PBXBuildFile; fileRef = E03D8489D6509477F560DABEF05B4F87 /* Windows.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E90B90063F2D7778B1680ECB2822EDDB /* filter_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = AEA4F7827C065CE4A4A089C8D3FC0CC6 /* filter_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E91484DF154D0FC31FCB16EE0D5F07CC /* HardwareConcurrency.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 340E405E3118B429C180D7DCB69299BE /* 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"; }; }; + E92696AEF1DB1F371E39D6137948FDD7 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9776ADE65B2F16B134EE7A085B48332B /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E92B38787E6A375857F42DF4BCCF14AA /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C620D94B7BB6B1240276D6A3232DDBEA /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E93159C6988DECA1BE314502AD592E8D /* FIRInstallationsHTTPError.h in Headers */ = {isa = PBXBuildFile; fileRef = 35E31EF46A716DE0696E9623DCD94D30 /* FIRInstallationsHTTPError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E93CD19A1E504EBA1463DE60847276A7 /* demux.c in Sources */ = {isa = PBXBuildFile; fileRef = 44A306422E59C3FECD758B700D06F6A7 /* demux.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E9484CC36B48DD53139F337528BDD82D /* React-CoreModules-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 84427663997EF28DDC31D19E75CA8C9B /* React-CoreModules-dummy.m */; }; + E957336F20971184BCB88B258C5B423C /* FIRCurrentDateProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = E2D9215A8BFA511565ED74F59A07B490 /* FIRCurrentDateProvider.m */; }; + E957A9616AB1C4E1F31D7A5D8562E400 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 858FE1CA46F34574AAEDAC7BA1EC6581 /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E95CAFAE53130AB4288D8ED2CE76AA03 /* RNFBSharedUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = BDCB89D5D1AE0423509BA996728AFAC0 /* RNFBSharedUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E95D6946EAAC0D88A62A9C4EF71E1A8A /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 279C1C88863CB0DB53713484DA543593 /* RNImageCropPicker-dummy.m */; }; + E99F98EAA91670CB3B54381E89CE82C1 /* RNDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = FBE8F98C3928641726A5DBFC8DB8FB8A /* RNDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9BA1B048421E703C9C42631E315EDA4 /* Math.h in Headers */ = {isa = PBXBuildFile; fileRef = 7798C4BC7CAF4188A56C2956DD12AB7C /* Math.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9CEBB7DBEE768BE09E9129A3DC9A49C /* EXKeepAwake-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 079C6C84747DE734603EB8B96D0E30D1 /* EXKeepAwake-dummy.m */; }; + E9E1B0FF5CCBA128F3D2EF11C42EA0B4 /* FKUserDefaultsPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 516695927F0E488CDDDA79154D38DDBA /* 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"; }; }; + E9FF39A21B03DA706F401BD6577EE72C /* IStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E9D6B2D5724558B5D37231ED3A17712 /* IStream.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA26CEF95BAF2888C211317D52469E95 /* FlipperKitReactPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AE2ACF1B33F71DDBDBCCC41564B5474 /* FlipperKitReactPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA31A21E8987D47CFA4D774D8DB6D85F /* FlipperState.h in Headers */ = {isa = PBXBuildFile; fileRef = 246436C875418C64B52FF346E673ACB8 /* FlipperState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA45255503219F9786CF846A642AFCCC /* ms.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 59349436A2ECE784A2B8208A45A70ECC /* ms.lproj */; }; + EA5EAF848CEACC6796440342B5B39DF1 /* TurboCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = EB11DCA58C19B85349D312858BA0C7A3 /* TurboCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA74C2ED19504F31568683206FAF2929 /* UIView+Yoga.m in Sources */ = {isa = PBXBuildFile; fileRef = E36FF71F05E914D12514BB65DFA13690 /* UIView+Yoga.m */; }; + EA7869E98B305185E2A031F48DDD604A /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 955C5253247E33261275E00E2980DA52 /* UIButton+WebCache.m */; }; + EA9F1B2BA0292AA59B49AFC92FD46567 /* fa-IR.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 667EB46FBFEDC7F09D50EFFD34299192 /* fa-IR.lproj */; }; + EAA17C443E50A4DD64C30EB24782C7EF /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = A209804E81534EE651327ECFA1478070 /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EAA7E6661DF1BDB4EE28EB6E6724541D /* RSocketServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E0DDAA4DAD1578AB7996E52507695115 /* 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"; }; }; + EAA8FFDE586AE1D46B49116FBA0895FF /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 40471F21DEA1FEFBDEBFBC014133C9BB /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EABD58F822534436AF9B71F84E0B1313 /* RCTDevLoadingViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F57D27774E462602607E43C8332E70A /* RCTDevLoadingViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EAC01F056C09E5240270A5B8A15F0EBE /* NSError+BSG_SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = A899E52D640773A00C3D351C61F17E13 /* NSError+BSG_SimpleConstructor.m */; }; + EAD1D643DCB51387C869C1B5DD55034E /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DE69B0BF30AB6515BACA59A4F2EF9A5 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EAD62CEACD1BD0A3C1606C0803DF3BC9 /* SKViewControllerDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = E822DFDA712B35B69E4076790D99BD83 /* 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"; }; }; + EADB1BF80000C0680A1517AF430238A1 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = D457E01D3E7734C7C3BE3DB17FA6B1B0 /* SDWebImageDownloaderRequestModifier.m */; }; + EAE5F74A34E5E72F590BB86E06F709B7 /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C14CD269D55F3BED23B3965D0AE47580 /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EB00F6287FD36741BD603F0B07A032FC /* FIRCLSRecordHost.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DE7C3099AE51D2D39578A3C156154B8 /* FIRCLSRecordHost.m */; }; + EB21CE4477DCE89C2169CF988C0F6B07 /* FIRCLSThreadArrayOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A696A1F9E87AD1B7D3BF8354093E33E /* FIRCLSThreadArrayOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB30CD8118EA1727C3BA4C72D56BB853 /* Payload.h in Headers */ = {isa = PBXBuildFile; fileRef = 2806000212A615AD493FCBD75DE46D48 /* Payload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB464186EAD58615258328DD61EE6E7D /* FBLPromise+Recover.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DFDCF5484343D945D88B6D838AB491F /* FBLPromise+Recover.m */; }; + EB6406DA10013189C60A9C88E53CAB51 /* lossless_enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = B2404C2ED8ADC34914DD3B51C5C01051 /* lossless_enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + EB6690F44B7B5DA03669410341444E68 /* FIRStackFrame_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0675933781794EB0B0E5D1E35A204F97 /* FIRStackFrame_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB66BFD41BEBB5D81571F76712E05108 /* BugsnagKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D23808B3D5DB25918423F0D8B640838 /* BugsnagKeys.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB705DF5EFC60A9106428477BDE438E9 /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02DF3CC98421C3F8C78F5DE98C7019CE /* 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"; }; }; + EB76F4F00B79F59A1BD16A6E406202D2 /* RCTSettingsPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B1DC903169F46C57C7E48C0CF7638A1 /* 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"; }; }; + EB8F5B04ADF873182F2F932EE28BF00A /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EBA72FED2C88175E859F6F9AA7FB5960 /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EBA4B42F86FA19C9293C03AD8686145B /* StorageSetters.h in Headers */ = {isa = PBXBuildFile; fileRef = 845A43334FC5F5354C12C8F592407440 /* StorageSetters.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBAAAC41E03DEB5A63583313B5736557 /* anim_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 09C9558F3AC864FF70A5BDFD5E1DC0EB /* anim_decode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + EBB7A4735AA25E48BCCDFE1BA31CEEAC /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A6467CBA3F71FAC1D8E4564BFE4A17B /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBCCBAAD92D3C3E5B2269033C13B6355 /* cct.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 94B81596C88624BE2A6E88A230DA76E5 /* cct.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBE71C36C5DC3090FCFDD787D13217FF /* Latch.h in Headers */ = {isa = PBXBuildFile; fileRef = D507F944D3101FBA78D566B828596886 /* Latch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC03B42E5A791C0EDEE043870D2E5D4C /* quant_levels_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = A00C331259FD72F30E7BA001B16017A2 /* quant_levels_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + EC0E3487E86FE0C7E35C714C53A6AC6C /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 44043DA85CE58D8C5373658465EF1412 /* GULAppDelegateSwizzler.m */; }; + EC130A42A3217A772F1D87263ECA5D41 /* SingletonStackTrace.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 25724DD860C8854ED7A1BC962CC7D02A /* 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"; }; }; + EC1A10D762CB875371BD396D65E0BCEF /* TimeoutQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = DB55457239C515DCE919D8A74F8CB221 /* TimeoutQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC200BBABE91F9D3C7E08DAE9E278391 /* ObservableConcatOperators.h in Headers */ = {isa = PBXBuildFile; fileRef = 82921B227FE7FCFE5A2622DA7C7BE89D /* ObservableConcatOperators.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC32E0BAEA8B70BEF92154C16273E9C1 /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 64ED8F32D399BB8F30832691441FE968 /* FIRVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC343C2F06035D1ACC4900797F53B289 /* SysMembarrier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 031F311F6845F92D81BCDE1675553C4C /* 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"; }; }; + EC45D235DBC5AE5E3357D1930214CC75 /* RCTRedBoxSetEnabled.h in Headers */ = {isa = PBXBuildFile; fileRef = 012252FE12FE969A6C78422DC7D73657 /* RCTRedBoxSetEnabled.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC4F9568A0292BFC9F433AD088DF0F5C /* da-DK.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 818FE876E98DF5973C0C509FBA68E309 /* da-DK.lproj */; }; + EC51CF6DF85389D79EB5F7A55F3B39A2 /* UIView+Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 367FF71B73E6316AD4AE2D8098E3F2DC /* UIView+Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC56A46E10A386FDA5B0B33E8798AB5A /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3FA0F9F5FB505B62F7493658B9E394F3 /* 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"; }; }; + ECAFFB2EBAC4CFE1DC9BF007E2DDDCFC /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2ECA0E9FDFFB792DB28797A5DD1DA987 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + ECBD429060DEC16908D656440A81BDF4 /* RNFetchBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = C0EC09FCCC9B40A4DEA81D4698A5438F /* RNFetchBlob.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECC014D16CBC092CE3F8DF77EE1BA855 /* REAConcatNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6453C82FBEF34160784938A8FE975404 /* REAConcatNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECCF81F5F061B785593B1BD3E433F28C /* EXAppleAuthentication.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FBA0EB8C949328C4AF243ED3F49E4C2 /* EXAppleAuthentication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECD6BEF0D21A1297B371E0485EB29D7E /* FIRCLSSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 503CA8F9A88B2866E69F95F2644F1E3F /* FIRCLSSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECDF8FD7D3F72A5F2A69683CEC715178 /* RSocketTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = E0B4CFAA28EA8C6D97508123E0EAC22F /* RSocketTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECFCD572B5A03FF0BCE3B716191219D4 /* RCTTurboModuleManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 50C276F53425760E8A9E86B1B27E0C78 /* RCTTurboModuleManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + ED0FB24F09F716A67A89208470CB4435 /* GDTCORLifecycle.h in Headers */ = {isa = PBXBuildFile; fileRef = D737557FEA0872325AE5F5D7A1CD098F /* GDTCORLifecycle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED1294A4072B1958A6928F5A789D4C13 /* EXVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E51A2085E9C03053AF3546477D507D01 /* EXVideoPlayerViewController.m */; }; + ED1A92DBE362DE6BF9EBB0C89529D047 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 16B9593EADC0ED3540B994C384529DB5 /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED59E9A3AF2A42652D8548BF0997F9A2 /* alpha_processing_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 55CF1FD0BED98164165FDC9E081EDA6C /* alpha_processing_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + ED6246F87CA39E22186ED05099D74D8A /* FIRCLSDataParsing.c in Sources */ = {isa = PBXBuildFile; fileRef = 596C5A183AD65B25FC65E1E444F7DC38 /* FIRCLSDataParsing.c */; }; + ED8F101FF99B3642BCC4C00CBBC95E58 /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = A50AB575A2B84E24402B127ECF6D2FF4 /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED971F4EA85ED5C027ED8FBB14EF3088 /* AsyncPipe.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9886429D220763B3C4C2B9AB826C341B /* 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"; }; }; + ED9FC114EEB14DC11E5986001898D337 /* OpenSSLLockTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 08471685D70C3898572850DA400531AC /* OpenSSLLockTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EDC01F0F27E2031709C92B7BE888D13C /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4271966B75CAFE41104D8E45126AC7C8 /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + EDD11320598709892D2B9AC186F4474A /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 82A3E446F9B38661180046BD5828589D /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE2569EF94D0E8FF82F0FCE18542BAF5 /* BugsnagReactNative.m in Sources */ = {isa = PBXBuildFile; fileRef = 680AC8B689572F58FD571D9F6AFA6392 /* BugsnagReactNative.m */; }; + EE27A74BF8245FC66BD966DD6B826452 /* UMUserNotificationCenterProxyInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 6100E7BB8D73A5AA246304DD9F7F8325 /* UMUserNotificationCenterProxyInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE3AE896F05E636F6D508C0BB8BB5952 /* FIRCLSMachOSlice.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ED767E8E2FF5824EAE11B45C4DE8AF6 /* FIRCLSMachOSlice.m */; }; + EE3CD3F708BD6EE7BF430FF736895BC1 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 4497738D83831E34739747CB3F01B0BE /* SDImageGIFCoder.m */; }; + EE607DE1F3F0EE13678E90C07E9FED19 /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D46C9E07B84B42E8CF5044B0B4B9630 /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE759ED92E5BECC0CC61A318C3444924 /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = D48315274B3D6F750CB92B4A95A80275 /* SDWebImageCacheSerializer.m */; }; + EE8300EDBC4A4789B816FE746EEE99A1 /* AtomicLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F58090DC51FAAD914CDD1E48EFD5CEE /* AtomicLinkedList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE9FEF57AF841CE3C50CC086C1DF4C42 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = DB1D48FB3D299AA6F69A0960DA8D7611 /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EEB05666481A318147BE28BC48676801 /* UnboundedQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F597559BFF3F53E2410FF4B27ED516F /* UnboundedQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EEC6EE2686690AE5C45B7367484C861B /* cost_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = AC7F1F069282A9BD85504D5DD5EDC623 /* cost_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + EEDD8EA560171D62E98E11357F05FD45 /* MicroSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 374752886BE805A56E6BDB9D79127D73 /* MicroSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EEF7B39C3731A61A67EECA618B9A1532 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = 05DA663B614D6A5C87CC5FBDEA0495BD /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF15D5641CACDBFD0BB68FCFBE41FD56 /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 64035F894FA80B29A712C50DB70BD741 /* FIRComponent.m */; }; + EF30A2C944BB216AAA215B841D470B1A /* FIRExceptionModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 933F2D86635ABD09678EA9689FBE9AB6 /* FIRExceptionModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF347CA0F68471FA3E6C3BE9165F4E5E /* FIRStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = A28C21D74654C096DA7A461769266A22 /* FIRStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF5E58868AF52A64B1A842953ACAF7C5 /* CancelingSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = B5244B70B4AE0558868A58E004970940 /* CancelingSubscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF64E4A629F9B3DB46B23D04483EED91 /* Conv.h in Headers */ = {isa = PBXBuildFile; fileRef = 0844475E8AA1BBD38F25F4FDAC2C97EE /* Conv.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF6C5EA12A4FEF6E7EA0086D7C830D57 /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = C78D3B8B07B6BFCFD2FE0EB654AF70E1 /* fr.lproj */; }; + EF75A3C330C8C9AC1C3AD4B0345E40B2 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A7E51AF577D952CCA0C97D665CB4D35 /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EF8BA10285233A3E01B725BB70B99372 /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = BA035B32D0E72A95C238F67A40B1CD61 /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF9C99E0162D95F8367E2ED07920E5A0 /* F14SetFallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 57B3D76C10B39127D752CB67A0651617 /* F14SetFallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFDC26BEF6564DFD8368512DB220CC16 /* ARTNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E5A9C2CCBB64EBA1E493AD1E9D300EF3 /* ARTNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFEB7306E06739C8B357065AD1010277 /* WarmResumeManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3499D64E35248D63EF3D1344B2E7EFE /* 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"; }; }; + F05C45AF477C55E576AC5DC6C4E72473 /* Hardware.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B2BEFFEBC0A3E48AF84A04172376E05 /* Hardware.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F05D46B832C45F4248EBC52546A2AC0D /* RNFBJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = E18C5EB0C1CE9593EBFE9057D9330160 /* RNFBJSON.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F061470662D819D597F5653EF8B317DC /* RSocketServiceHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4344C2F9BD785FE053C2FD59DDCF8F5B /* 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"; }; }; + F0A2053C39EA41B8691B2D1204FFDF6D /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = DA9B8CD3CA2CC7889F54A9CC81F363C8 /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + F0A59984C7AD739EBBE9EC452277A526 /* BSG_KSSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = DA3D40B1949687543BD774F35A09DF1C /* BSG_KSSysCtl.c */; }; + F0B7A5CEBB42EB368B082EAE88141AA0 /* FKUserDefaultsSwizzleUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 877A5D5325249E30BF3C1EBD4B5020C9 /* FKUserDefaultsSwizzleUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0BEA362C1A398342F648683F4FC8EA4 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FBA6BF6D643FA438DADD5C539DFFFC7 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0FD7006A16C7CFB5941B200B7518D89 /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 14EFA88886369C2051AEFBD905463ED2 /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0FFBD7299CD0F7E25812A2EB2C30F19 /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FF93840EC0E205969C313C6B29347BA /* Hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F10C99F5D66F7A7A8D04FA397B61A6B3 /* FIRCLSExistingReportManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CF46C28C74C29E9E8789EAE9667A703E /* FIRCLSExistingReportManager.m */; }; + F11BA0A94823E9A5BE37CA0595AF290B /* Hazptr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8F0AE08E0BB3AFBF9A426F5E5CD56D7B /* 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"; }; }; + F1259D7171A093537873E55DF0FAF4AC /* RNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E01D6419F008DA3DB81C161E2822A3B /* RNBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F12A6FFE202439992AF17C7AE792019F /* UIView+SKInvalidation.h in Headers */ = {isa = PBXBuildFile; fileRef = 61BF4908BE0040777EF6E6BD7B4F7BB0 /* UIView+SKInvalidation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F13A22160CB68825A5DCDD6210294C76 /* FIRInstallationsErrorUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F6FC5D58C48707941987439AFC3B4E6 /* FIRInstallationsErrorUtil.m */; }; + F13B15A4EF14C60B975E49962DF70965 /* FlipperPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = B5B721C0B4205A09BDB7917A9CD0BF5E /* FlipperPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F144CCACE9C32C0142C582D7C1E86B28 /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = AC80CBC5076CC76E01DBD02A8925B72D /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F14B04CB97C15A2A5A825E07FB9EA519 /* backward_references_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FE6AED7102183442529FFAEF27881BD /* backward_references_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1599A19E59E853DF2C2B69809ABFD70 /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 646A130A413169F24EC712B3F7A1D5BD /* FIRConfiguration.m */; }; + F15FA48D0497AF47CA722E77D51E07E1 /* GULSceneDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = F3A406E11DF1BB4D2A03CA238D3B1282 /* GULSceneDelegateSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F18B20318552B5689BD56562DDC3241C /* GDTCORAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = D4C635131E5C7E88CDD1513CCF3039E7 /* GDTCORAssert.m */; }; + F194212CD638F0EC8581A5D413EA480F /* RNCWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = B409D1F3FE7EF39986AFE0FF23AEE265 /* RNCWebView.m */; }; + F197300A058F4B7551E085C4CC0B15CF /* FIRCLSFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CE223D8A3416E8179CB79F931A4BF72 /* FIRCLSFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1B7A4DFC05850050BAB6A0DD673C7A6 /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B2AB23AB9832DC675653464E9B48E0DB /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1C14C07CB943B132C56B1D5D3FB8565 /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 218B00C0D06AC7450E6653E5961FBB71 /* FIROptions.m */; }; + F1E75C37D6096C09813C428679DEB21E /* ConsumerBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 878A2B577E844C22F04358EBB6C895C6 /* 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"; }; }; + F262A884E6F19E78B96CDB6BE0A6BE17 /* BugsnagHandledState.h in Headers */ = {isa = PBXBuildFile; fileRef = 07A3E5654F77F804DEBA6C37FD4268EC /* BugsnagHandledState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F27C2E7723A42327B8EFC227E5078858 /* RWSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = C7E33305C8D969B7C60FE5DC78E21F6E /* RWSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F28FC996E9D7C12E3F41C1B640ABB2A5 /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = A71926B15E1C91C5CA7A5D945C6E87A3 /* Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F29935F14057EC81C6F66392BE822739 /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D81CCAE3C0AD059E7481858EFDE2403 /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2A7A5F33E7DF4C6A8F5520A66AF831D /* FlipperKitLayoutPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = DBE8A7219B3FF8EDD1B13D60F6EFFE90 /* FlipperKitLayoutPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2A8EC7F033AF1369E8B007140FFB78C /* crc32_armv8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F833390A582A5A14D4C7CD59E468B00C /* crc32_armv8.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + F2D0A70D9E495E49F40A40BACD25A8B1 /* FKUserDefaultsSwizzleUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 187A386227D80761602FED1EBF503530 /* 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"; }; }; + F2DA845E7D030194B0A53BB293420DAE /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CFAD31CA54107A71F60E57A86208B52 /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2EB846DF7325FAA61507E910C036032 /* RCTWebSocketExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 254337FDDE48B0AF3C8F127F3C031CE6 /* 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"; }; }; + F2EF321840E4E584BC64AF98CCB7A4E6 /* AtomicStruct.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D96670F46B0076F73EB374FB61ABB74 /* AtomicStruct.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2FDC8E43C3856065EC45D53AE20F29C /* Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C3DCC469C029594C5E4894E2ACE01466 /* Folly-dummy.m */; }; + F311BF0C72C6DDE8EF3726BF31940AEA /* TOActivityCroppedImageProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DC53847376D1A531759A4BC820362A8 /* TOActivityCroppedImageProvider.m */; }; + F36DA4A24CA29408A8DDE5D8D56BFA82 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = 83B38D85EE212C06CFBE9D6E337A1AA8 /* types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F388EBA52B509079931819A1A01D5A60 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = E5EA1C0358739B63D1522597D8BEF615 /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F389F1E8677695E2C1ADAD9D620E9675 /* HazptrObj.h in Headers */ = {isa = PBXBuildFile; fileRef = 69CB5DE22D48168B058BC8229BCBAEE3 /* HazptrObj.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3926955FC6C8C4D5EFBFA89780FCE28 /* GDTCORTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = CCF0E17279E507486B3D690D3349EDF3 /* GDTCORTransport.m */; }; + F39353F15AF32B53B20DA97D775B0061 /* iterator_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A2AAAD29208D1E79574F58F1A8F4865 /* iterator_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F398B5D4B1BF27EEC5AD06595938C411 /* IOThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1104A5620759C4B69DA15AC04EADC98C /* 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"; }; }; + F3B7BD2EF65BD44717A8A73A95E450B0 /* experiments.h in Headers */ = {isa = PBXBuildFile; fileRef = 9978B77FC15E282E8D8DFD91BA25C49E /* experiments.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3BA4472C3BB9F6E72EF4FD91470FDD8 /* TupleOps.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FE824C064034F42E5D3379D77F83CE7 /* TupleOps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3BDF7B76954733ADED10893141F146B /* TOCropView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C9FE81A50467BC5281ECE63B91A0DC1 /* TOCropView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3BFAECD659987C146D33CBAC6ED9B09 /* OpenSSLPtrTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F9D22B6D686CF214B17E4B562073347 /* OpenSSLPtrTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3E15AA9C7F680F9C9B43FDD96871088 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 653D6A0283149D9AEF0D811CBC274A73 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3E2B0A5740BE497B3C034AA098983DC /* ObservingInputAccessoryViewTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = 9466825CDB8DE82011C93BE43A7D3593 /* ObservingInputAccessoryViewTemp.m */; }; + F3F48F7395B3B312F84A8ACC461F912D /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 2385DC3E3A9A165DE4441F9CBD5B442E /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc -fno-objc-arc"; }; }; + F400CAE47A037A970BE21FB3003F234B /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 888C1A0AC7F2B94FCBFC6426B577E8E7 /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F419AD6BA03935A851798FF9697FB620 /* EXImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = B3388479A1C30F071725C7BA5C7AF9C3 /* EXImageLoader.m */; }; + F41B45CBC3F901542C1D6951AD691562 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0802CA093B17819C1A5F48DCC87B1D9E /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F423B832E82766817CCB176696EE0DFC /* READebugNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DC7B25DC570EAEFC6907126C0EA4107 /* READebugNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F46052CCD818919529089363209F3605 /* FIRCLSSymbolResolver.h in Headers */ = {isa = PBXBuildFile; fileRef = CDC3C7F1896DF9C67DC00143E61F0DDE /* FIRCLSSymbolResolver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4635622FF7AD48417F081FDE987D50F /* picture_psnr_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A063DBFF3EEC2C52223E87B0D8B456BF /* picture_psnr_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F47834738C3399C03CB112AC256CD918 /* FireAndForgetBasedFlipperResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C558E4CD32078AC37BBAAB2FC4456FD /* FireAndForgetBasedFlipperResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F483BEA179CC564681C7B18DDCEE9377 /* RNDateTimePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A8A5D9F99449DABF49707AE629CE60F /* RNDateTimePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4A9072FC2783ECD60C3F356ECABD1E1 /* PriorityThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = DDAB9A689C9DB58BACAEA4A4384D6C24 /* PriorityThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4AB10D51E889A29CE4A3AE8E752ECAE /* ColdResumeHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F72963F52FD496879703188F65A99526 /* 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"; }; }; + F4C08A0CF246E3DE0AD81633533E750A /* SafeAreaSpacerShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5489F2D2C0012F57C6DBEFE75F2140C8 /* SafeAreaSpacerShadowView.m */; }; + F4FA4CEE87F4EEC4CA4B4C3B2E0CF64C /* FIRCLSProfiling.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BB09B6F91EC5C03D3A27C8CC85A4683 /* FIRCLSProfiling.c */; }; + F4FE80AB2EA8DD144D7457A12534D90D /* QBAlbumsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 626E146A59A6E13A54C67A8F2268FD88 /* QBAlbumsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F505565965B0B1EAF77072B59A1F926D /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 57B4C3F3A53DE54BC0DF24491E945711 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F51A198DA95769D014EBE9BC5B706EBC /* GDTCORTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = A7C668FBFB75CDD373EFED7B8A512B4E /* GDTCORTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F51D07F78CE6FD3B0222501BC7663E62 /* MacAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C4FD7CB9E2E90443DCC9D3CE6CEBB64 /* 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"; }; }; + F51E8367F5171648F3480D6F2065FB5E /* ManualTimekeeper.h in Headers */ = {isa = PBXBuildFile; fileRef = 17C9D6F81C836D62A95FF4F354D89356 /* ManualTimekeeper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F52CD09FC342371C75B24168F5DC4732 /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = EE3F79D3D292D596118A2C4C1B15E6A8 /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F555EC335F9884397FC09DD40A70B700 /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 39B0BFCEFCB02C5CA91BE05F55BCE3A0 /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F56A3BE3ABD85646C2CA1A10EB587483 /* BSG_KSJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 73628F776FC87D5206BAEDD9938E7836 /* BSG_KSJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F57B3AE8F00861C7471D4547EDF51E2D /* GroupVarintDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 091511E3493AE68845DBF84ECD2ACA49 /* GroupVarintDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F589364126FF46DE4C88F60F098E7A97 /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 132DB415F089B86140AF38A05E3A4B5D /* 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"; }; }; + F58AE2998DB828E9BAA0ECBA0D3061A4 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 05ADE30C9F2DCFC6C490D8E94EC9853C /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F59F6D4C2C08EB20A365619ABF23573E /* InterProcessLock_Win32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26C35CE6D96DA4D245AC4C93B6FA7A0F /* InterProcessLock_Win32.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + F5A0DBACD5C73D559B70E9E3F7A5906C /* Flipper-DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A818E9D7D84816AA7D03AAEF4CCB68B9 /* Flipper-DoubleConversion-dummy.m */; }; + F5A87F49F8549914AF7FE9677891F514 /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A083CA2CC593160FAB841E5078DB5022 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + F5B44CD867B849504948CCAA1D0DF236 /* ARTRenderable.h in Headers */ = {isa = PBXBuildFile; fileRef = 48426653ECEC6D3B1D0F8DB465096432 /* ARTRenderable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5BC5D47E562AD877ED6742AB4589960 /* SKResponseInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 555A3D2CF566CD899F9B4781E7CEC7F2 /* SKResponseInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5C2B876B565C3651E305B2DF52E75CE /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 066BBAFED24D16F17CE3415219E6420A /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5D1C0AEA0B2D6BD1F82AC21423420B8 /* quant_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = EDA04D31E513CB6F43DBB2F0C561A9CB /* quant_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F5E4735FFE2E2971E6330450EE6B82FC /* EXFileSystemLocalFileHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = CCD2D2D370B971CBCD4BEACC3450BFEB /* EXFileSystemLocalFileHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6033F22724D9122B0A978AB7252C574 /* bit_reader_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = DEA10A2761E9037C0315616B2434F301 /* bit_reader_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F609673DABD981DC7E80DA83846C8A83 /* AsyncSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F003A6D93B0E0ED039543DF9ACDE067 /* AsyncSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F60DAF8678CCE0CE515DE9AA26517440 /* WaitOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = E793418ADD4EE442243ABB6AA5765B1A /* WaitOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F61A1343E749915699500B102CCE2D73 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B67E66DFD8A9E75AE8431CE4AC4065F /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6537A5CD96E98CCCADCA5C16E2E2C45 /* EventBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61204A9EBB892185885F576395E75AE8 /* 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"; }; }; + F684AD79239D8F56D51AD79B8F2700C3 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D617CB7466BC64F3136EAB821858E18 /* SDImageGraphics.m */; }; + F6882F7EC8F9C5A0D7019532B4A1EBB2 /* SSLSessionImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = C066D3C13A8D85323B87D8FFA7BA68E9 /* SSLSessionImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6909B381881FA485F6F03945219589C /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E06BCB4AC5C6F71A4BD79FA51D6E2BA /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6DBFDD843D0AA39C62CD26BEBCCA176 /* FIRCLSAnalyticsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C0884F526D5234A12B7974117BAAF022 /* FIRCLSAnalyticsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6F05772635949AA64900FB597DE4FCD /* MicroLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CC07B7563CFA27DF8457F170D2082E0 /* MicroLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6F67D04302266381232062C842980D3 /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 43DF9B0AC8D6C3FEFE12EDBD07B4C916 /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F706229785397EFC3EACC8FEEAB75230 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 61598F956380D5C8DD4D3A8648F67CAD /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7100D44EB1D6EDB8C933FD1B209FFA3 /* Framer.h in Headers */ = {isa = PBXBuildFile; fileRef = 18B9C1CE9AA54FD3AD1EA66F566F210E /* Framer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F719953AEFC28277A0A3EA7D5784BB59 /* EventBaseManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E55A773A8F444E19D2494CC62EECA6B /* 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"; }; }; + F727CE42D6F9F507E854BAFD4FA08CBB /* GlobalThreadPoolList.h in Headers */ = {isa = PBXBuildFile; fileRef = 007064DCF69022392922D8FC9D2450CA /* GlobalThreadPoolList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F72953A80F7546F5766C097E64728307 /* JemallocHugePageAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A2B6B7E94695A91DAC232DC9948DBDA /* JemallocHugePageAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F72A6CC8C4FC0D48AD8595BA06891B71 /* FBLPromise+Timeout.h in Headers */ = {isa = PBXBuildFile; fileRef = A8DF7FD3425988F2B044F33112B940D6 /* FBLPromise+Timeout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7300E7A2593113D85A184CD814EB17D /* NotificationQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F8FDA141E667089422B636A35EAD295 /* NotificationQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F741A0D288C28CAB02D97A13715BA9B2 /* F14Mask.h in Headers */ = {isa = PBXBuildFile; fileRef = 773DCF23A218211E3AF1F1E775907154 /* F14Mask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F742DCB880E6D8F32EDA624F68D8102E /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3FA0F5850FC4858A72AFA87A40C94298 /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + F75BB843ACB5EC8EB8F3CDE72BD077FF /* ScheduledSubscription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95A1E93601C12F1781D784BF5653A2E3 /* 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"; }; }; + F75C507189DEFCF81FF4E230CFCFE137 /* rn-fetch-blob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 95002E0E8D4C1AC4A6FE96A828383473 /* rn-fetch-blob-dummy.m */; }; + F762DCF60ADC8179F9BF2CCC5C7A03C1 /* Cursor.h in Headers */ = {isa = PBXBuildFile; fileRef = AA4BAC3B2E542E9FAB2F528FE3FE3375 /* Cursor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F76FA8AB88F47BE2D45B7F9D375A558C /* RCTKeyCommandsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A7C9419A94B57C70109F280F459DCD7D /* RCTKeyCommandsManager.m */; }; + F77D17CD3B17BECD0B342A9F02942220 /* SequencedExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B84A207C7A6915B621F9DED020AEE64 /* SequencedExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F77E8358BC3A33B3DEE2AF13FB135FF6 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = D9A5D043A027E3D9A5514A4FB13C050E /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F78641FA32E42678304B325B7703C7DC /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4554D1D84F3920F9F2B6C4EAEF121C6C /* RCTVirtualTextShadowView.m */; }; + F7AEB7CE40A034DAE33F38D8E5468C9F /* MPMCPipelineDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D6CA51829D0685D5E5243880ECB416B /* MPMCPipelineDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7DDD54EAD3632BACAA50797AD283D83 /* LifoSem.h in Headers */ = {isa = PBXBuildFile; fileRef = 04E5E089705ABD2D138D2AEF11825FAA /* LifoSem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7E088D671227AA717864971EA26B0C7 /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B54F48337C91B3B622FF81B9401C195 /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F7F5DA933AAFFD1325DEBD7BB63FAAD5 /* SKBufferingPlugin+CPPInitialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D0D9670EB2D5BA22A4530223199AB3C /* SKBufferingPlugin+CPPInitialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8039E6A22A089DC82303233EB9B19C5 /* Libgen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A0CF2F96B544C8F4527ED2B0FDF9DDB0 /* 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"; }; }; + F81B677911F41E86819B25F4F6A3ECB2 /* ConcurrentHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FFA44FAF4E84A638FF650FB9A1E83E4 /* ConcurrentHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8328FCDEE8CFDE526304E083F550217 /* F14MapFallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8F0565F05FD1EE639061FC467D5BDF /* F14MapFallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F865B414A1FB10278CA8A74C326DAB0F /* FBLPromise+Any.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AC97DAAEBD3CE727673123E0FBD5B35 /* FBLPromise+Any.m */; }; + F8720F298DED04213F64AD402BC00244 /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C7EE5F384EE4C79B0F1CEE93A21FC3B /* 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"; }; }; + F87FAD0261A6022530E953FCD4074069 /* String-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = B392F1E2F65347597436E35637EC3336 /* String-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F889811D3732619491667AB48F9997B2 /* Observables.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0DD8E23DBD27703F44013394C697B791 /* 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"; }; }; + F8A18CD4C4AAAF3D84EE1059ACEB39F6 /* REACallFuncNode.m in Sources */ = {isa = PBXBuildFile; fileRef = A9404AECE4D2B1FF59CBCDA68C8326ED /* REACallFuncNode.m */; }; + F8A7EED09AE342DC199CAE35022370D6 /* Futex.h in Headers */ = {isa = PBXBuildFile; fileRef = FEA176BE979AF817772B9FDACEFAF73A /* Futex.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8AC2250A65E5146EF15CBBD6952292F /* HazptrThrLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 41A13F73D41E960A04C1926FC1D5F821 /* HazptrThrLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8B4D7169209003CEC8F07DE01D59CFD /* EventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BCBD2FF066D54F3653BABC5BDC2BC01 /* EventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8C2BE27CA75EE529E04CC581A7C21C0 /* GoogleDataTransport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7164C6658381E354D5DAE68D9912620E /* GoogleDataTransport-dummy.m */; }; + F8D330CDC93404A50EE610DBA2891A13 /* RCTCustomInputControllerTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = CD9A98EB8B8510ADE6B9A67FB15D6A53 /* RCTCustomInputControllerTemp.m */; }; + F905B8322034CBAF4A21144270E9A602 /* RCTJSInvokerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 411BFA9922D23FAD6851357C3CFAF5E1 /* RCTJSInvokerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F92C9318BE49B326D39A01D39F7EDB61 /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 51409214A4CEE284602E2E63A1F7C522 /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F9354085A78A02E78585F70FBA552E2A /* FLEXNetworkObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 94811ED966AB9F4B4B88B1A7183F6684 /* FLEXNetworkObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F937610E8CFF2CAB7284C5DD1527D7B3 /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 4020CE5C01493E8067F574743A01D2F9 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9400201D8DBC8A9D19E4020C5ED0D68 /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = CC6B3552462A6A03980790C45BAF6425 /* SDInternalMacros.m */; }; + F9408A38F8F8120B5C4A7493C463368D /* FIRCLSAsyncOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = DEB65D1DF3FA40E31275A3487D9C1CCA /* FIRCLSAsyncOperation.m */; }; + F960A2FFD36567AE4F7F19103B9834E8 /* FBLPromise+Do.m in Sources */ = {isa = PBXBuildFile; fileRef = BCFC3A8AF496A593E985BC03F82204A0 /* FBLPromise+Do.m */; }; + F9938D98AD7A356B19576DECAB347044 /* RNFetchBlob.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EE5CF76D0237B82B17EC67C821085FD /* RNFetchBlob.m */; }; + F9955F3F08FB92B28A1A10CA83DDD7FD /* FIRCLSSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B478335C954589860E891ACC2802666 /* FIRCLSSettings.m */; }; + F9AAD2C2DE73A01419207661A84DC24A /* UMModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D5346344A116C09D3A00EF1694C75BE /* UMModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9C74CF09D742D580626C94A34CE4ACF /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 05ADE30C9F2DCFC6C490D8E94EC9853C /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9DC9CB3BAB3963BD8C0D38E698176CE /* RCTCustomKeyboardViewControllerTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = D64C68D41D5C3D9349DFA1471331F403 /* RCTCustomKeyboardViewControllerTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA17694BFBAA2F6ED954E48C68DC7E80 /* demux.h in Headers */ = {isa = PBXBuildFile; fileRef = 241B035F71D44C863357F39F14B9A32C /* demux.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA248DBF47933D1C87CC62BD6DBB62A6 /* StreamThroughputMemory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B57043A1E7AB174C4D9B2E42FC25B83 /* 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"; }; }; + FA25C6CA15033C044CCBED3A73A9113C /* IDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = A8FBAAE916E1A82D846830EBFB8DF5CD /* IDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA4347EF4A800F16CE57D834D4859D8D /* CocoaAsyncSocket-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B632E053BAFE0CB20B75669E649D17DA /* CocoaAsyncSocket-dummy.m */; }; + FA471FD4EE12D741156C47EDBA0385EE /* SafeAreaSpacerShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 550BC66AA1705E260ACD93948058776A /* SafeAreaSpacerShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA4A829ABB8F56F25CE3EB6EAC17C2EA /* OpenSSLCertUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F4AB59D8C8D0702FA72C7668B6528EC /* OpenSSLCertUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA71F651BB333E72EE6EFE0A6B46555B /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 26ABD1ED337BE8CC63C7D2388F1D523B /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FAB81166F3A1024B39540D65C84894B8 /* FIRCLSFABHost.m in Sources */ = {isa = PBXBuildFile; fileRef = A79154449870727485AF5931EEB81B77 /* FIRCLSFABHost.m */; }; + FAF3BE5CF06BBDED3D27790511836B20 /* DynamicBoundedQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = B8E1FAB73073F812E54D93A9E14CD2D3 /* DynamicBoundedQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB030E0B40723163A8A5CC37778237DB /* QBCheckmarkView.m in Sources */ = {isa = PBXBuildFile; fileRef = C366BB4C8B9FE19ECF8414B1E969C662 /* QBCheckmarkView.m */; }; + FB03282EB45AB8C11C54327593D29B5A /* FlowableDoOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = E467A8B50B58168036F19E2B114B2596 /* FlowableDoOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB0E323D8187E0646D9B7345ADEB5194 /* StringKeyedSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 506FBA44DF63C7CC05F8BC17FAF4E082 /* StringKeyedSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB13683FEEC61CA6568704C5039EDC4F /* ARTShapeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C590D40FAE1EC7314A493C93E34B83E /* ARTShapeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB24A19A33840EA04FA9D8FA75476A69 /* BugsnagSessionTrackingPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E6B43C1D72CFC273DE044C35918B264 /* BugsnagSessionTrackingPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB339240961D3B58EE5E2746A3F81E3F /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = A6BFCDB1FED70B284B34560196F59D70 /* pb_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB3A746866A3E0DBF074E8E13E7E6BD8 /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1490BCF354330AC099845DC06E1C4095 /* 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"; }; }; + FB5E8F9C7C5287C6E561445544FB2B6B /* UMUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = A1C7493781C489141C7705E21D5A43C6 /* UMUtilities.m */; }; + FBBDAC17012105580DF46C88A51DD336 /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A01CB284D1C0895CDB870BCE981AB32D /* React-cxxreact-dummy.m */; }; + FBC1DE4DED3201D61E5A0BC445113987 /* FlipperRSocketResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01C3C852152F1BBE20AD6A996BF8E7A3 /* 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"; }; }; + FBCB6FB6BDAAF93F51B7D28DA6A9FE46 /* RCTDisplayWeakRefreshable.m in Sources */ = {isa = PBXBuildFile; fileRef = A643E734CC8D08462F89A2E74142C004 /* 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"; }; }; + FBDA4DC94694B6466F1AB3ABE2A3A3DB /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AEC1495AE3D9F8C37F92991F1590069C /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FBECD87EB71D407DDA663FB0B1EAC488 /* BSGOutOfMemoryWatchdog.m in Sources */ = {isa = PBXBuildFile; fileRef = DBACA91975B018570496AA78FF3F9B71 /* BSGOutOfMemoryWatchdog.m */; }; + FC07B1636D14A8DBE8118B1D56FB3162 /* BugsnagMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = 8661A159683E580A61658A8A0C499B5F /* BugsnagMetaData.m */; }; + FC1C1EB79CEE13C41D0F06911906DB51 /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = DB862FBC353CA9AD245984C056820890 /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC3B1A0100845CAF09768D4E4AE9D441 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B0940B7DD959F0113717C4EE42CCD37 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC3DD5BA299719F678DBA3620384A310 /* UMReactNativeAdapter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B5EDAFEF496D118DE987527839D4D9D /* UMReactNativeAdapter-dummy.m */; }; + FC4581F98C0B7A7DE9252DDAA21A8517 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B8853D912F56C1E4415B4B221EFE6658 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC45BDDDEDC4E53276B0B660187A90B5 /* RNFBCrashlyticsInitProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DC4BD35F0A1A582904AE1232FA298C7 /* RNFBCrashlyticsInitProvider.m */; }; + FC553389ABB0F4D6E5E06F53079E0C21 /* NSData+EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C44BF34729863F62113A6862C039433 /* NSData+EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC7672A82AC8BC0B2D31C9CFBAC97D2C /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3796ED100EC934417DCA97B369D2C85A /* React-RCTSettings-dummy.m */; }; + FC860918E0749AB204DFF627C64D3B47 /* UIImage+Extension.h in Headers */ = {isa = PBXBuildFile; fileRef = D7962827B0FE6EDFDC27E1DA09500D2A /* UIImage+Extension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCB11F81C141A79E92C0B60E2339099F /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = BE0CDC1B2841130DA7DEBA0219FEAE5F /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FCB2094D4D0E11F23114AB1F56FDDBBB /* Portability.h in Headers */ = {isa = PBXBuildFile; fileRef = 08CF80F147FB9FD06B6D30AB2D8C5867 /* Portability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCBA97A4EECC7EC57E71D28CA7F20FCE /* RCTDeviceInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B3B0B2EC8632D1A547A057197AEA9CC /* 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"; }; }; + FCBDFBE93CE023EBDE42300160B8C1C3 /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = F0EA4FE9C47F16DA6B45F8993E5EE6A3 /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + FCD89211AB31C1335FC079DF4DDF6E67 /* FIRCLSRecordBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 66415AD4109D6BC2EB97CF0E3E5BD8BB /* FIRCLSRecordBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCDE59CF4E37D21B482E4208EEE5DB50 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3997B93439351F27E1B0493811512154 /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCEDB37B6B2033D3283A9376D0ED2E83 /* crashlytics.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 651BC315185934641CAF959BD5803E1E /* crashlytics.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD0AA929035E8769EAD3705B0E03B3E4 /* FlipperCppWrapperPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = D8EAB3CBB173E842F9EBEAA201755B80 /* FlipperCppWrapperPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD1F13DAE68FF851CD6F84E238742E32 /* huffman_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 1501D5A7EAC9A01947A817DB6D3938A1 /* huffman_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + FD21DF81C6B29D9B1928FBA33A9703EF /* BSG_KSCrashType.c in Sources */ = {isa = PBXBuildFile; fileRef = CF0EE8A29705509564168AE40F403D1A /* BSG_KSCrashType.c */; }; + FD24210DF71BBDBAE1D21303B4CBB826 /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = BFC11D81B869CA4D57A994993202C4A7 /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD3118A0D30F21C544D1ECA260B4D1E7 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A39B8C9A4F57CB592D8FD4A970303C1 /* RCTPackagerClient.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FD69A4D4B4334916B919E58D6DF559D9 /* dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 93153EB9A39E5F25DE96B65A4DBD734E /* dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + FD7175F1A2A34B51A84E035F2C744338 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 649EA97B6DFF6FA95D661840CFDC76B1 /* UIImage+GIF.m */; }; + FD7EDABFA2A3653CA22DA481F1FFA3BF /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = A8FF88C3347818B2F71DAA3FC69645A0 /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FDC72B6B4FA0B6666F547787C2B536F8 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = CA25790781A64721E35CB0C793923A6B /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FDD814C214CB37756EF840ED8BE57F2F /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FEDFBA1B5DBB09EEB2A037F398648BB /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FDDF25EB74BFB8878206959BC43F9877 /* RNFetchBlobConst.h in Headers */ = {isa = PBXBuildFile; fileRef = F6CF0BE281F3E23B7AE87DEE83CA8934 /* RNFetchBlobConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FDF283CD174159EC6CC68453DFE52CA8 /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FA333B833A9264F89DDDEABE92E4183 /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FDF5D29630E190EB4A8F06336AE4E850 /* Sha.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E380D3CF6445EEF7DE63BAE27BF5C02 /* Sha.m */; }; + FDF90A05AE6A1F8CED53C4EE16422835 /* EnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 4701B275C96D653948B46AAA14521048 /* EnvironmentUtil.m */; }; + FDFA4939AEFCAA031871BA6D9007634E /* EXAVObject.h in Headers */ = {isa = PBXBuildFile; fileRef = E47D011EA9AA1E48A77317612C488D4F /* EXAVObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FDFF9DE163669489BBD11E7E90784DC2 /* FlipperResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = B699BA17600CEB93EE8F0C39EFF2A221 /* FlipperResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE00E2D48E0EF85C79B1422A8A2AB617 /* Singleton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 74996EFADABC5F6087FBA2DF76CD9D10 /* 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"; }; }; + FE1031E6595D84FDB9438C96248A0F55 /* BugsnagNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = E185D18AB5E6BD90CAD513FF4D542BC6 /* BugsnagNotifier.m */; }; + FE1177DE474B9B48953AA183347EE767 /* BitIteratorDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 75B59667BA7AF6927D96B5187A19BDAE /* BitIteratorDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE194AF333D52F371C167F64C295B18C /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F644C4FAC23A5012F62293F0F01AEF36 /* 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"; }; }; + FE1E6168F9E90A993B925C58BA62992D /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9EAC21858C78B7809594AC558048A279 /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + FE211241B8318FDD1EFD11B10E1B6934 /* Shared.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B716A33BB716EB4FD069534AB29352 /* Shared.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE3FE2B04C122F864BACC4B70757C885 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = 57843A3D48722C13E43A7618B3C8F4D3 /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE400B0EE5E639417A59647FA0A6CF06 /* FIRCoreDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 571E1EAA856C653ACF6944D909133267 /* FIRCoreDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE44AE35117AF251C68CFCEAC07410C7 /* BSG_KSCrashReportFilterCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 145A197DFD6A1D029291D4B56C17D79E /* BSG_KSCrashReportFilterCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE45281CDA23EE7636DF8AF972290E8E /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A5246337066A13FFE7A95D39ECBD469 /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE45590DC6481B504D4976FCEE0B3AA1 /* UMViewManagerAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 41EC98FEFD68D286F2186371496F20F8 /* UMViewManagerAdapter.m */; }; + FE70690FB72839A12A73A5196110C4B1 /* StreamFragmentAccumulator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 19FCFFFD4FA75C7C7339A0CC154D5EE1 /* 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"; }; }; + FE7CE43FBFD8243D90C917399C756900 /* IOBuf.h in Headers */ = {isa = PBXBuildFile; fileRef = C028A8DC0297A0DAFB89668CDDAABE97 /* IOBuf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE845E26E3C7B1F6A918AB11BB5E5090 /* BSG_KSCrashSentry_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 659654E1F84C571D68657D9CE485F7BC /* BSG_KSCrashSentry_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE92625AE3302FCF580C4DF5AD6B6EF0 /* Fingerprint.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E004E5F12ECB26DB273042C328FFD64 /* Fingerprint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FEF56A16DBE1BA987D58BC7841FE0963 /* Demangle.h in Headers */ = {isa = PBXBuildFile; fileRef = 617331958F139EF1DE3597E5A06A0990 /* Demangle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF071E1EA68920326D56E2FD9765D964 /* TimekeeperScheduledExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = AD5DA04E6E4EEABF36B5DAAE283177D4 /* TimekeeperScheduledExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF0B5F9F47DCF540B172C73606A9EF8D /* BSG_KSSystemInfoC.h in Headers */ = {isa = PBXBuildFile; fileRef = B4F1FAD9B62E04C2A09B31560173F214 /* BSG_KSSystemInfoC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF23CD23E8E00257EC05F5E465E2E36C /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 54E99D192EAD3E286E980053FCB61410 /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF24F4CBA603A00FAD37D04FA92613BD /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E81BE916D4B8C700E50A1D78ABE3D95A /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF2C5827B38E363D03A442BA5CA78273 /* FBLPromise+All.h in Headers */ = {isa = PBXBuildFile; fileRef = D8247C7F7FC6774341DFFA7AB47291AD /* FBLPromise+All.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF3BFEE7302E0FE230947DB2B9EA140D /* FlowableTimeoutOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = 643CECEF489BAA87902FCBCB5F6DD10C /* FlowableTimeoutOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF4908633DCC954C1E931FBC2A7D1EFD /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D948C42D7D62395BAE15F62DE58284D /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF61061C66AD407D1A0F319F46621202 /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = E3819308E0129E776697BE5E2CDBF134 /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF72B6B3375A140AA3D0F750841AC488 /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CCD2CB91014B6CB8EE5D30E78EF1519 /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF72CBACE7B06B94C0F4DA343DA7E358 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CCD8C15E9FADF2B1470A5346D580C8E /* SDAnimatedImageView+WebCache.m */; }; + FF80291ACE5B17DB20CC2BF21467F02A /* BSG_KSBacktrace_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B732801E54009AA880BEEA9326E1816 /* BSG_KSBacktrace_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FFDC8CCA990CCA121E3A5E94709357EB /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = EF88DE04B99E0470AE2994C4B842C093 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FFE88A730079925762CB9A1910E47588 /* BSG_KSSystemInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = E645B76C753FA507F4BCD7E7491FB8CE /* BSG_KSSystemInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 00839D36C71B03F98DABCE192E6F1443 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; - remoteInfo = "OpenSSL-Universal"; - }; - 00C55E684207494F86321BD680EEE02B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; - remoteInfo = RNCMaskedView; - }; - 014DCA5C2300804E63CCA8A94354DF74 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 019243C3D77530DC73C1A4DFBE58E8E6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; - }; - 02811F56D6FAC43036D138393288C0A6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - 030E6D5B68918F97E6CA09E3CB229019 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; - remoteInfo = EXConstants; - }; - 034E6479BCE3E2425688D0DF1A320482 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 869CED37B4B77AAE35DF8B6E70788BBC; - remoteInfo = EXLocalAuthentication; - }; - 03B7AFF21F8345C0654178D8ACC2829F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3ED96FB9FE1D18D5F1239C60A109F98C; - remoteInfo = "react-native-restart"; - }; - 040936BBB030CBFCD8D08E6E1393DC0E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; - remoteInfo = SDWebImageWebPCoder; - }; - 04255C988640385FD23BB65C1F0D2856 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; - remoteInfo = RNCMaskedView; - }; - 0487329FEB5DDFD9F69B737703995AE9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - 04BD55648024D7AD6EC0B596BD274CA2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 04CAEC1F691AAFEA1598715AB3553F2E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - 04DCF439BD548FABB064C097C6D50A06 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; - remoteInfo = "react-native-orientation-locker"; - }; - 0505163BB72C3D9AA99065F8FF50AD47 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; - remoteInfo = MMKV; - }; - 059245BD6657E0FFC8585FA34488255A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E3573FB7AF659C42B699003C73722241; - remoteInfo = RNFBCrashlytics; - }; - 05B9635AB4E5BD74AF0305552318AC16 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; - remoteInfo = "react-native-document-picker"; - }; - 064E5A394D1D28DBB42235B0242B214E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; - remoteInfo = "react-native-slider"; - }; - 06C14A77166C0B79CDE03F7CE43A8C86 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; - remoteInfo = MMKVCore; - }; - 0722D797FED5800C724C81330389E8F6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - 076889D3C06B1833D913283DDC272941 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 085E77FD6F23314F05BCF6540A43C954 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; - remoteInfo = UMConstantsInterface; - }; - 087607394D62DA232F6CD91DD53382BA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0CF4D9052577C85B6B8C4E957332626B; - remoteInfo = EXKeepAwake; - }; - 088E6FEBB8CD1A4606682A2443CE4D74 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 08A83E53265D712D11EF7DB907338D51 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; - remoteInfo = RNImageCropPicker; - }; - 09DA642E3FAE00D647B6083C115CEC22 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; - remoteInfo = JitsiMeetSDK; - }; - 0AB4A7C37728A5B5D6F4A3C1F24342D8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; - }; - 0AB69CBB228D482320A1FB2AED3AE9CA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - 0AD2B4A1C4A814076A1BB7CD9304E47B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; - remoteInfo = RNConfigReader; - }; - 0ADF5AA8C175B535BD306D3CA0282211 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; - remoteInfo = UMPermissionsInterface; - }; - 0B8D9E81A96E592DD9D7830155EC85A1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; - }; - 0C79894580D1D0FD0CA907B53FC6C2C4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; - }; - 0C87F86315CC542BA2C840437FCCE84E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; - remoteInfo = "Flipper-PeerTalk"; - }; - 0D7EE592EBC003093EA7BC70279C8524 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; - remoteInfo = UMFileSystemInterface; - }; - 0E33B7698BDC2A2B26451C5959153809 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; - }; - 0E385F17ED3C3C9175EB1E2DB5F334B1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - 0E9AD9B9172838CE21F67B5D3C965429 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; - remoteInfo = UMReactNativeAdapter; - }; - 0F970A460496A38FCBDB59B76C19CDE0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; - }; - 0FFEB977A890290F775AAEE22E3751F4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; - }; - 10001AD85D5FCCFE98B284E3048F3290 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; - remoteInfo = RNFBApp; - }; - 100DBC410F886C1FCFA663B53C7A8B6E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 10F57E7F3D056180DACB1E7F62E7918A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 111E8675326B0947379BBC11EEAD682B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; - }; - 11D790C32F9A68ADF8B9854FAA3492AF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; - }; - 11FD8623F60EC6D3476D646B500185C8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; - }; - 125E62504A496ED089F02EBBA1272670 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; - remoteInfo = EXImageLoader; - }; - 1269D7C0BCB25B42D2E6D08685E976D5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 12DD4D8AEB1297572CD060640386AFA0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; - 14993509D82E24AF8412F890B0AC9E92 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; - remoteInfo = EXImageLoader; - }; - 14A1F5C122622EEBD44073C5FF6A91F7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BDD119F8782FABE2707D3D913EC3EDE5; - remoteInfo = RNFBAnalytics; - }; - 14BC7E52F3EB7A19D70A79AD3975C262 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - 15BBF3020A990258AFBF0011A31AB579 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - 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"; - }; - 16434D76BFC442DF38DAE98C67A8CCDF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - 16B64CB6E91DA9B636F658C1D787F26F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - 17045D2FC7415906EC5C9CE3D4FFBF7D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; - remoteInfo = MMKVCore; - }; - 179862A7E3B7D0BA1B1EE5F1377487E0 /* 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; - }; - 1852E92C87133895D15E05D63DB38B30 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 189532D867A43347C18C537951BA6AEC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; - remoteInfo = UMTaskManagerInterface; - }; - 1938EB7E40430E78A5B79C567BF671C7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; - remoteInfo = "Flipper-Folly"; - }; - 19765F839CC5E401EEE78A2C68238870 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; - remoteInfo = "react-native-jitsi-meet"; - }; - 19D465850D177079DD6C13E9B930B406 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; - remoteInfo = RNFastImage; - }; - 19D806A34705232FD6F18416B4CC4D49 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; - remoteInfo = CocoaLibEvent; - }; - 1A0C874267F663083049A79EEF2D0E31 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; - remoteInfo = Flipper; - }; - 1A1D0FDDB42FDFD639BDE966B5A6ABA4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 1AB57D97F9C0EBFE53AEE98B8AEEC98E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; - remoteInfo = EXAppleAuthentication; - }; - 1AC28340C4DC7CBC2B1C81463663252A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; - remoteInfo = CocoaLibEvent; - }; - 1BA13DF97D7D93F05FBF5C15E8015F1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; - remoteInfo = "Flipper-RSocket"; - }; - 1BB6D91ADAAB04641A556CEAF54B0D1D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - 1CDB801B7675C1E7968289CC2465929C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; - remoteInfo = RNGestureHandler; - }; - 1DAD407592C28DC581F9D3D5174FC896 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D985A509BFE270C95EDCBE6B4CBAF189; - remoteInfo = "react-native-simple-crypto"; - }; - 1DB39401316C871CBFBB844F3BC7C38B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 1DD062D7B80FF6AE845543CE23E1D88C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 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"; - }; - 1E86EDD6EC9467E297B13CD687B2BED3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; - remoteInfo = "Flipper-RSocket"; - }; - 1EDD127CD21420EAEB7800F8D5B3C80C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; - remoteInfo = KeyCommands; - }; - 1EEB64290688F9C0C9AFD4D97DF81C1C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; - }; - 1F267629E2C45323716C85D5FF86C843 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 1F6AF03B6C3BA73ABEFFF63A06FE4057 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; - remoteInfo = ReactNativeART; - }; - 20904E4872C1C47049511E8198FCE6DC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; - remoteInfo = EXImageLoader; - }; - 210CB3A014699225D03E15FB5E136812 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - 2154C01D6087058A3C27065C77CA7D80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - 219BBDEA9963FA562DEC039D88EED58B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; - }; - 2307AF613F11B9CEC14A6C3E17C51B35 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; - remoteInfo = MMKV; - }; - 238A73DC63295BE2E2783D02E4DDEF70 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 23D8C4693283CF2E21DE1174ABEFD157 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; - remoteInfo = "Flipper-Glog"; - }; - 244B3A71501A7E38CA44C804BD2C33F6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; - remoteInfo = RNFBApp; - }; - 246D1F4D74F0B2F4731889DBAA0236A0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - 2479BE9EA6999EB1BA93BBBA090CACAC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 249FE286A270570434DDFF94805FA213 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; - remoteInfo = RNCAsyncStorage; - }; - 24BA854F9E6BFCCA9891DFB4FEEC0CCE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; - }; - 2533CE7EE9E01E1014080709755D7C32 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; - remoteInfo = RNConfigReader; - }; - 253C39FD9B89FF20D0B2F4D0D13E5B05 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - 25C1E44C70537D1DCD0435C8F6EC4F69 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; - remoteInfo = EXAppleAuthentication; - }; - 261326722201CB3C31AFA4769552C037 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - 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; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - 2767098279FB374F829000A3AE2AB615 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; - }; - 27A42E5D17DE1A0DFCB1E5763117A537 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C452F579644C83E8D8E36EC24A9BBD46; - remoteInfo = UMAppLoader; - }; - 280B3F19500F7379E280F82B917B385E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 2838F2155126B4D6B127D0CB9A07AC17 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 868B90C74770285449C60DBA82181479; - remoteInfo = EXFileSystem; - }; - 29BF0BC00D9A0A2A10D1F44DBC993637 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; - remoteInfo = "react-native-cameraroll"; - }; - 29F64FF42488D3C58F1F4B29D58DAAC4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 2A75E54D489071F72F130003A82C18C4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; - remoteInfo = "react-native-cameraroll"; - }; - 2A7A80FFB6CD7F16BBED6A0A13725241 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 2B0BF2E19ED3EB7C4F5D282488ADCD4D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; - remoteInfo = UMImageLoaderInterface; - }; - 2B1C26E833C0C976A2FC5CDC343DED9B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; - }; - 2B2110361AF0F225888123D4A0873ACD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 2B38AF2718873C86C53AC1D1C1E19438 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - 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; - }; - 2C623797E67B7C368BB0880B88675397 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - 2CF0891B88CE0228FBFCE9DAD71B088E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - 2D31B5144E14A39E209EDA25226F6836 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 2D7FC0DD912BC92CB858469D500763F6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - 2D8136F758A9D9DF16FE450EC1919CC9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 2D9E5D842826EFC8DEAC00189C39C776 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; - remoteInfo = UMPermissionsInterface; - }; - 2E1AA581CF634FBF722858F656BAF1F6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 2EAEE49F4A208780FAA7BED0403D083C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - 2ECADCC6DA89025D6789BC34F51C4845 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC577C5CB1DC59A7464ECEF266A75B42; - remoteInfo = "react-native-netinfo"; - }; - 2EEA45C9EA155182DA5E2E2EA0C9DF30 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - 2F3565659C0D362C2B8637B70CEFB638 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; - remoteInfo = RNCAsyncStorage; - }; - 2F370063C0C18AD572EE611755353486 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; - remoteInfo = EXConstants; - }; - 2FA72F7D1A6E654C5026D82D232BEA8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; - remoteInfo = RNGestureHandler; - }; - 2FBB38BBD59A7054369EA6B8C26D68E2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - 3024EA7437D59544C3DE0F03A7337FB6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 30665A95A4456EA0AE21999062391B5B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - 323E26771F98151140FA01867D9DB2B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - 32631EB179A3DB0AFC285E9715ED23CD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 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"; - }; - 3309371765C150208FC57B950CF2C407 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; - remoteInfo = RNCAsyncStorage; - }; - 3372A37ABA0066E5A1C781D93E8C99FF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; - remoteInfo = MMKV; - }; - 33D51C73820F61D9BF5BF27C51AFEE6D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 037A1F31C4D99F52EC9FD2008FEC481C; - remoteInfo = ReactNativeUiLib; - }; - 33EEB017E94380DA84AAB446863FAB59 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - 34678C1CED4B1BBE46F2B85F57661B5D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; - }; - 3571792CE170D96635B56B840B2ED848 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 35D3A17997AFCA9139445E80B1BB5DD6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 35DCBF5A73E26AC86A435079A6FEE52D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; - remoteInfo = UMReactNativeAdapter; - }; - 361B97B2B0BB1D3866E3E6282B98C776 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; - }; - 36399BD5D4EE948DED3C123DDD8FBA37 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 868B90C74770285449C60DBA82181479; - remoteInfo = EXFileSystem; - }; - 3664ADEBF5AA83A192D99CF6B94CAB5C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; - remoteInfo = libwebp; - }; - 37A2F3B2C28FA2065237C0D78C407A04 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EEBB8D24F2B3531A5C5DAA668D02331F; - remoteInfo = "react-native-blur"; - }; - 37D774651DC057CDF6B1BE39ED1DFB30 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; - remoteInfo = BugsnagReactNative; - }; - 37DBD1153E6FB4103033F9589A72ED98 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 3845AD7B1E17935DC0B99880BAF31093 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BDD119F8782FABE2707D3D913EC3EDE5; - remoteInfo = RNFBAnalytics; - }; - 387E0DBFB25B91078C1244F731AA58E2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; - remoteInfo = UMConstantsInterface; - }; - 38AF6BBACA4D0523FBB82F1E44264C6D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3ED96FB9FE1D18D5F1239C60A109F98C; - remoteInfo = "react-native-restart"; - }; - 3986C4FD6E9A06864E6CF4B8A3A0DD3D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 399EDC13C22F553119C23765D16F1672 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 3C6EE330768E3B718B7124BF60CB95C9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 3CB9598A224670A61A40F345D5933757 /* PBXContainerItemProxy */ = { + 007BE81A03E0D45CCA1B6158C0CB0C1C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; remoteInfo = "React-RCTActionSheet"; }; - 3CEAF71FB8FF1043C3AF7E4B2E83A3EB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; - }; - 3CFE5D33108B57D5CE7716656C397023 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - 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 */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - 3E1E738BF3C6402F7EBC3A483F6C0FDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 3E5DDE5FF075FB923187A1230CF8DB60 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; - }; - 3E7032E024D803D0555D6E9ED20DC3CF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7A020DAB6F3F0BA0A6D9946E84B38B7F; - remoteInfo = "React-Core-AccessibilityResources"; - }; - 3E8954D495BF62F4E367787BFB426C20 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; - }; - 3EA51F0B27F6A093974D2A8A236E9787 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C452F579644C83E8D8E36EC24A9BBD46; - remoteInfo = UMAppLoader; - }; - 3F15E5BB0398D5A02F6D1B1250847625 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; - remoteInfo = RNLocalize; - }; - 4032BAB5807B65B776CAA0875E2CB325 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 40434883BC2C3B1AB6315BB0BD86A15E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; - remoteInfo = "React-callinvoker"; - }; - 404F14974AD8D90542BA9656656CD6E7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 4098537CFAF18E6BB0D1244EA9488475 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; - remoteInfo = "Flipper-Glog"; - }; - 409A4681FB9A00AFACB62A42CA9604DA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; - remoteInfo = "OpenSSL-Universal"; - }; - 414B8B5BC8942C29F3C20E9D1BB32DCD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; - remoteInfo = FlipperKit; - }; - 418F76A64AE3A36B4A3AE72D032A32B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; - remoteInfo = RNVectorIcons; - }; - 41ED8AA5B8BF03CC6C070A0385CEC0A5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; - remoteInfo = "Flipper-PeerTalk"; - }; - 4322039309792F346180562820FE13FE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 439CBB2D9FE58ECB4A7CCFD0DF73AD1E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D00F24222F074B31C56DC6D05E806A35; - remoteInfo = RNCPicker; - }; - 44EBB9BE64DB2711C23D6D0305E26BFE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; - remoteInfo = SDWebImageWebPCoder; - }; - 44FAE8496F509004847750479B941714 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; - }; - 450D20640D17F34CFB8B9A214197460C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; - }; - 4541473AED3B8C0BE841288F37EFB719 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; - }; - 45E0800677FFAFD10B5CA25577645438 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; - }; - 46FCB21246D183207437D333782AF3BD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; - }; - 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"; - }; - 47C123CE92F9387C7631FC3ECCDE2A16 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; - remoteInfo = RNRootView; - }; - 47CD6209B66B364A60F8E8CCF04C5517 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; - }; - 48002C834423B9F8191D7714830A8ED1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; - remoteInfo = EXAV; - }; - 48ECC6663B5A3CC4A942EB2D6029B791 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 49146407EADE66F7CD7F4CC68BBC8FB9 /* PBXContainerItemProxy */ = { + 00BF4B08D619918F2583E947C3AC6AC1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; remoteInfo = GoogleUtilities; }; - 492CC510BF1D627CCDBC69C63A6277D7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; - }; - 4932D89B8C5A275C718DB80BFFEEAD86 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 74DAFD196634D10887C9A4E7BA19A5E4; - remoteInfo = "react-native-mmkv-storage"; - }; - 496A79270D0F046C2495B2E0727BB6A0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; - remoteInfo = "OpenSSL-Universal"; - }; - 4A7B6C65CBA6EDDFEA47C8F9BEF2C0BE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; - remoteInfo = libwebp; - }; - 4A9C11257D1E21E024D2FC46ADAAE436 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; - remoteInfo = "Flipper-Folly"; - }; - 4ADE323CE1C41CB080148F893E93BB09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; - remoteInfo = RNVectorIcons; - }; - 4B1B15A2D1DFC61A2F46992A19E32DE4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - 4B3110F6A59CB1DCDE4568B21C532702 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; - remoteInfo = "react-native-appearance"; - }; - 4C38B1606230F35D8E54C3EDF8EC8793 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; - remoteInfo = RNCAsyncStorage; - }; - 4CA820B1076F4FA91A0357329FCBB8FA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; - }; - 4D435B17BB714FC0953B69BB55E6AD45 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 4D57ADFF3A5217D5F658028D5E09B654 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; - remoteInfo = RNBootSplash; - }; - 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"; - }; - 4DE0865F0A037E4F88D0BC210F537DED /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; - remoteInfo = "Flipper-PeerTalk"; - }; - 4E452E2C385C1C52F9F40F16D4D02754 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; - remoteInfo = "Flipper-Folly"; - }; - 4F88484A46025FA90381E33C895BEF86 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 4FEAC1D486437F3A329D0390E1812E33 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 4FF33ECD69EFF0048F7A667AC82437A2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; - remoteInfo = "react-native-background-timer"; - }; - 508AB6F516BC6A7F9C3BC099996AB27D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - 513D4D8FE2C3265F07F2CF5C1C27DFCB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 037A1F31C4D99F52EC9FD2008FEC481C; - remoteInfo = ReactNativeUiLib; - }; - 518532ACA99C44D5B38BF576E28AC199 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; - remoteInfo = EXVideoThumbnails; - }; - 51D134D1678A389FE755C678B881449A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 523047756B608CD319BD707498C75334 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; - remoteInfo = "React-callinvoker"; - }; - 5286136BCB028CC7483DE1E84A6060BA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; - remoteInfo = UMFileSystemInterface; - }; - 53F2F5C059B577384D2EA44C1366D512 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; - remoteInfo = RNVectorIcons; - }; - 54663C111D89937B3542F92AFB158EF3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - 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 */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 5560E69C4D48AAD879E79B1FFD61D1C6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - 55ED93C73C182377D1FEFFDDDF7516C7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; - }; - 56743D9D986D453A2020F8A52E425876 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 57167F7967ED5FF3C36CD1BB5549A9B9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 5720D2BDE293A5F56F512087DBDC179A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F3966F664F3CFAEFAB57C40FB54D3788; - remoteInfo = TOCropViewController; - }; - 57B04C6421CDA4790095ED7B06652588 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; - remoteInfo = JitsiMeetSDK; - }; - 57B92F1D4694D1CEF7DAAF3A498CBCE7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; - remoteInfo = "Flipper-Glog"; - }; - 581537D530B5FB61BECDBD30DF4A18E4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; - remoteInfo = RNGestureHandler; - }; - 585BC4884FBE97D233398E79F0D0703C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; - remoteInfo = "OpenSSL-Universal"; - }; - 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"; - }; - 598713BB5AB8553CB178B90C95FB8F2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 014495932E402CA67C37681988047CA2; - remoteInfo = UMFontInterface; - }; - 59BBE0E0ADD3D3C427E3916C9F73B62C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; - remoteInfo = RNCMaskedView; - }; - 5A23688EC2128295EF07C2509564CFA7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; - remoteInfo = EXHaptics; - }; - 5A461065B2AFC0524ABED3B4D0A1D056 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; - remoteInfo = "rn-extensions-share"; - }; - 5A57CE85CF97280149F83CF210F56B56 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; - }; - 5AAFCEC328A149E8A79F9A7D3D486437 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 014495932E402CA67C37681988047CA2; - remoteInfo = UMFontInterface; - }; - 5AEE4C15015205968D1F22DFCFBD127D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 5B540591E36BF282B24AA207196C7BA2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 5C5FA52087DF0FB718603FD6BDC1E18D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 868B90C74770285449C60DBA82181479; - remoteInfo = EXFileSystem; - }; - 5D44C90718E179F8F6E0195799EE7C28 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; - remoteInfo = BugsnagReactNative; - }; - 5D5C5DF38845909617CFF3BDB28AF73E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; - }; - 5D83788C4B3470DFB084FEEEB59C9C6B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 5D9E02241FC8FB78D3D5F9BCBE127CFB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; - }; - 5DCDA8E65C9CB2814CDF681FB049A61F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; - remoteInfo = "rn-extensions-share"; - }; - 5E1325832A8E72AF350CB54CD085795F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; - remoteInfo = "OpenSSL-Universal"; - }; - 5E17CE354271D5DCF09F40848D67DBCA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 5E633395975801C781B96807D3504D96 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; - remoteInfo = Flipper; - }; - 5ED680389AC685039E8ED24B5136D75A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; - }; - 5F5D9E8BA7DCA81D7C3102B6015A759A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; - remoteInfo = RNDeviceInfo; - }; - 5F6248BD0F30842E7797A3278B530437 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; - remoteInfo = libwebp; - }; - 5F6A6B39CA33978ADA90F6312B69D43A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; - }; - 5FDD4EA4CF4C2126D807E87F8F6A4CEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E16E206437995280D349D4B67695C894; - remoteInfo = "React-CoreModules"; - }; - 60004CBAD9624F5A99430EE406B6FF05 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; - remoteInfo = RNFBApp; - }; - 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; - }; - 619ADB8A3E317BFAA3F902B13FA32106 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; - remoteInfo = libwebp; - }; - 61B08B4399FDFB9681F9E33856651FBF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - 61D993EEADD9E29F822C98678DE28605 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 6217901DC29D774DEA81B72D3255B4C5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 014495932E402CA67C37681988047CA2; - remoteInfo = UMFontInterface; - }; - 62C3DDEC2166ED56B29E20A39960D41B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; - remoteInfo = "react-native-orientation-locker"; - }; - 631860DE902F5F310D8A337E215D175B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; - }; - 63349E3C829AFFB7A2A0750ABB6A293F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; - }; - 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"; - }; - 63A5A882B89C07F4B2822BDA1C144E9D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; - remoteInfo = RNRootView; - }; - 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"; - }; - 6465ECC42E0B05E519226830767BC9E1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; - remoteInfo = RNFBApp; - }; - 64B3A1B58982DEA53AAF36E99ED441EB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; - }; - 65468E8C5F61B6C576D2FB2D893A3039 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; - remoteInfo = RNFastImage; - }; - 65EC04101B753A9192248B15EEED4827 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - 65FF2FA3A22C79CF09DD212402B07DA3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; - remoteInfo = RNLocalize; - }; - 6666A0C1CAA0C9FD4FD71016F684CD91 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; - }; - 66A455A3C6F2B04B1969C0272C21F441 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; - }; - 677CAE2B7B4CC9141EFD18E82F50AA1C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - 687B3C8916C441C74B8B78970022C380 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; - remoteInfo = EXPermissions; - }; - 68908DD822EB092750857DA7D6049BB3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 32CA4CBD6B28983076BD93DA221AD027; - remoteInfo = YogaKit; - }; - 689C7F986390E7FAA64215E3275EB760 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; - remoteInfo = "react-native-notifications"; - }; - 68D138D4AFF267687E9D2ADE6ED92C21 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; - remoteInfo = CocoaLibEvent; - }; - 68EE1A47FD13EA707CEC52005A4E4AE2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - 69BF816AAD027125B667C2C838B65173 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; - remoteInfo = UMFileSystemInterface; - }; - 69F3B5B467C7087BCC3A92B31258FE90 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 6A89B475FC42CAF4C7E9A853B89F94D1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; - 6AB14DCBA0268F0B02CAD15477B9E918 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 6B5E4CBCC8FF49229E79C166D23A2D4D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 6D21C4486ADDCDC2F8305432A1EBC358 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 6D5416D544C22C419FA99B0E1FCF0B49 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; - }; - 6D78640AB1EE40FB99B1B3F3EAD7C84F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; - }; - 6DCA061FFF9CD2132781AA4A6ED80654 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; - }; - 6EB1AA6F41745CD52E615A45ED47CA54 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E16E206437995280D349D4B67695C894; - remoteInfo = "React-CoreModules"; - }; - 6FA27D990FBB7FA75D1F6AE5176701C9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 70100A6E47EC258144A59C0EACBF758A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; - remoteInfo = "react-native-document-picker"; - }; - 710B49CAF8C1D166EF9E096B08159AF8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 71290BF4534238A978F63C48B26C7F93 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 71301225987CA19A51A03023EE8C946F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 714D9DF63D60BB4ACED2510E95193506 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; - remoteInfo = UMReactNativeAdapter; - }; - 719934DD3CD5EE047A019E7379AD6222 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - 7211A311AFA85210B4B5B9A479E9A1B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; - remoteInfo = RNBootSplash; - }; - 721B1FA0CED0C0416535AD863C6978B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 037A1F31C4D99F52EC9FD2008FEC481C; - remoteInfo = ReactNativeUiLib; - }; - 72C512A4C01EF862DD14BE6E1281C665 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; - remoteInfo = BugsnagReactNative; - }; - 736489F1D63D1C31A3ABC378FE278435 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 747CAD5FB00F9C41E3E708B6AA1C61FA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 74DA8510B87B141F5E7A75CD97DACD64 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; - remoteInfo = CocoaLibEvent; - }; - 7508D6899DA783D9A27A35E010CB9AFE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; - }; - 75FDB7B6CFCD489CBE337679A7292AAB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; - }; - 761F3800850CB810CE90679E8F2F5F1B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; - remoteInfo = MMKV; - }; - 77626766B9523E6FD08C5AA4BABD4F19 /* 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"; - }; - 78C0FDB3A6980D82D4DB91B0700AE704 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; - }; - 79042D6F188898492E1A0482F2C55C71 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 796131D31197FCBDC72DCF04BB9C0B15 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; - remoteInfo = UMFileSystemInterface; - }; - 7A26015531AEBE7E89C918FBC153A8B0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 7A4A32E009B5288FFF3793BE45B07124 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 7A58B7F110D8CD6189A0BC0350396B09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; - remoteInfo = RNDeviceInfo; - }; - 7A9988DC9754B1367F3E0423132802B6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - 7AEA76F9D9A6294EF9E87BFED6FFB066 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 014495932E402CA67C37681988047CA2; - remoteInfo = UMFontInterface; - }; - 7B04FEAA8599994EB4F83B2A9F7E3AF6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; - }; - 7B8B837ABDEF64DCB1359191B094E372 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 32CA4CBD6B28983076BD93DA221AD027; - remoteInfo = YogaKit; - }; - 7BDD9521652F154A2B33968D2168C589 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; - remoteInfo = RNDateTimePicker; - }; - 7C3E8F7DDB0D96BB3AC36B23288EB0A1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; - remoteInfo = CocoaAsyncSocket; - }; - 7C95385B36BF5E1D61C3D763A05271FE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 7CAA2278E42A9F4EAA30F8074E75B37D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 7E9B0AE7F0A6181C598CC61282F75BB1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 7EB2E4F7EF84DB41873147E72FD71B6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; - remoteInfo = FlipperKit; - }; - 7F53A9166ECE2C9B93DA19E19BDFCD72 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 7F8AC8035463EF397674E45139D45EBE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 7FD45EA7C517030B071C049200DB78AC /* 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"; - }; - 815FF9A9AD6A7CD366AB0204A9F240BD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - 81AE879CB5B133E379B8DFE5A4FBAD0B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; - remoteInfo = "Flipper-Glog"; - }; - 81EAEB33E20099BB0453F7CBB1B71386 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; - }; - 8224C0900B3DECFCF94FF9E7B4614548 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E16E206437995280D349D4B67695C894; - remoteInfo = "React-CoreModules"; - }; - 82A8754DC9BCA2330B0F6D12718DFA5F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; - remoteInfo = EXHaptics; - }; - 835453A676ED909156EBA83A3706767B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; - }; - 843C9275B078F22AF0D6EA6CD41AB4E4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; - }; - 849173FD56F17A9EDCB0AC1DC0CE1142 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; - remoteInfo = "Flipper-Folly"; - }; - 852A1630D6241FCEBB6A14132020BD9C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; - }; - 85322271CB8310113B52A1CB0A259950 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 857FFAC78C95ACCB1EC5660F542B83CF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; - }; - 86156BAFED7CF10E445A7A1283A4E8ED /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; - remoteInfo = "react-native-cameraroll"; - }; - 8669BE1FA6D5870715C67DC8C590FE6A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; - remoteInfo = KeyCommands; - }; - 87F05D948331245D039ABB664C5F353B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; - }; - 87F9461BF83AD6766E900149D2BBF5A8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; - remoteInfo = JitsiMeetSDK; - }; - 881ACFD4214BD531701304622922FD32 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; - remoteInfo = UMPermissionsInterface; - }; - 8829332F4CB3028D204039AE3F2DF68A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; - remoteInfo = FlipperKit; - }; - 884681EEF6A2E151364C17C111632CB8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; - remoteInfo = MMKVCore; - }; - 888076A8267BE41CCD7EE2C89613BBA8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; - 88E046EB451BAA5E76FB9310AF9189F2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 892DC26A22986ACA308F63927F31FA71 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; - remoteInfo = EXVideoThumbnails; - }; - 89BB2903CA2FF7E6A91CB8A72D796D2E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; - remoteInfo = RNLocalize; - }; - 89EED93B3B48B5218DA1EEE4443D5179 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - 8AA6DA3656D3A39CFCCDC85957489E6E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; - remoteInfo = MMKV; - }; - 8B281A028BD76634BA372B1BD0343D45 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; - remoteInfo = EXWebBrowser; - }; - 8BBB316B7D2968DBAD3E1FDC2EB9F707 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; - }; - 8BD519A122A91CEA23579580EC7518F6 /* 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; - }; - 8BD5961270A3C193F767DAA6102068F6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; - 8BDF94549A2EBC0BB5E5A593575B65E2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; - remoteInfo = CocoaAsyncSocket; - }; - 8CAB2281E83EAEA88C3C582D4EAE980F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; - }; - 8D2EC5F7E32055BD4CF5B04A7D7A8B28 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; - remoteInfo = MMKVCore; - }; - 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; - 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"; - }; - 8F8404F92F0436A4BA77F5020262DC6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 8FF50D1D6A737316829F18FE4564A043 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 90415E5ED53DF9940B738222323F2E59 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; - }; - 90C461E32288F14591E929EEBB7B852A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 74DAFD196634D10887C9A4E7BA19A5E4; - remoteInfo = "react-native-mmkv-storage"; - }; - 90F689AB9F55A247ADC0E399DF9F85CE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; - remoteInfo = "Flipper-PeerTalk"; - }; - 90F8A80A9FD490581F0BCD38AAB691B4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 868B90C74770285449C60DBA82181479; - remoteInfo = EXFileSystem; - }; - 9103BECBE9C661C0039CF80BEDDCB5A5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 919E4F9B1496B892BC65AB5B355F7E76 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; - remoteInfo = UMSensorsInterface; - }; - 91F259CBF9B042B5740C9DD00A33EA68 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; - }; - 92BC211CB126809CE606A861CCB11A14 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 931FB9559187A60B1A85C8A90D49A330 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 939CF523A6DC6EABE851095DE1F24CFD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 869CED37B4B77AAE35DF8B6E70788BBC; - remoteInfo = EXLocalAuthentication; - }; - 93A46045C175CFBDC701DA452F36D32F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; - 93EE97CAF4E00C98FFD3661F74A90C39 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; - }; - 941FED83208558EA7F7AB279AC560AD6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; - remoteInfo = "Flipper-DoubleConversion"; - }; - 949FA5B2344A6103E6FFF8B8AE5935CA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; - }; - 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 */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - 9563ABA3158E7A46FA5D05EC83008F87 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; - remoteInfo = UMFaceDetectorInterface; - }; - 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"; - }; - 975E9656075B77DB9F1ED9CCBDAFC438 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; - }; - 9799CDB9868D556A4E87E7978F91E802 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 037A1F31C4D99F52EC9FD2008FEC481C; - remoteInfo = ReactNativeUiLib; - }; - 98FEF3EDEF13515636E4EA226C6A9BE8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 99BC3B8296FFAF1FD1E4A474F608DDAF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; - remoteInfo = "react-native-orientation-locker"; - }; - 9A16C06AE5019D295CCF7EDF017F5C86 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC577C5CB1DC59A7464ECEF266A75B42; - remoteInfo = "react-native-netinfo"; - }; - 9A20A658F4E7F74DE5A2B3A63BE42225 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; - }; - 9A31D787CF083B04B2B20A256337FC4D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 64F427905796B33B78A704063422979D; - remoteInfo = "rn-fetch-blob"; - }; - 9A70070E79D6EA7FDC0A75DD2C177E2C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BD9A27D8398DEB3205D3F8937B0672A0; - remoteInfo = "react-native-safe-area-context"; - }; - 9AAD28E661640C1D44C0A3B8F782CBAE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; - remoteInfo = JitsiMeetSDK; - }; - 9B8E95BB80D017EEEBFFDD98AED64A5E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; - 9BA13F9222553AA17AFB8D37B1612920 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 9C02B50107E5D034550490A02A5A83ED /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - 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; - }; - 9CD9A301CE83D2B81B0E2D8AE7A718A1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 9E8E845F8CAC3030F5B589B5F675E4C3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; - remoteInfo = "React-callinvoker"; - }; - 9EF860817BB0588FCFAAC0ED488928A8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; - }; - 9F812F940199CFDAF05B665F7A6AB0CD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - 9FBD1C7DF674D489F8040506DED76060 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; - }; - 9FD06551F0D4A9DC98697276FBE33D7A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - A0F6005B022CB8608EAA9F4D562A979A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - A142C35A345F1E8C2C4AE9BACE60B625 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - A18743F631754EE4003A3C027383F346 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; - }; - A1A7AE1F213AFC4F5921A31A4983DD7C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; - remoteInfo = RNFBApp; - }; - A200FC898C1F88482794C84E9CA55187 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; - }; - A2300DA056F115D4EC60147B795C1C9B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 214E42634D1E187D876346D36184B655; - remoteInfo = RNScreens; - }; - A45AB5B6B85AC0174BB46669E91DCE3C /* PBXContainerItemProxy */ = { + 0181287EECAA2DCF33E85AAEB10D2A35 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; remoteInfo = EXAppleAuthentication; }; - A4781A5387AEE976007F60872DD76AA0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; - }; - A4A0096A1C703E25393E7FB9B2AC7002 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - A51FE1097643995B093462BEFAD0025A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - A6206646E5F28F433CEEA5E89D2B90DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - A6892BA4DF5CE5B23F9ADB8A87E7DD26 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 214E42634D1E187D876346D36184B655; - remoteInfo = RNScreens; - }; - A69B4DE6F6C4B39B5519AA69BCC9A3EE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ADC4ACC657481AD27F9936D08FF7F49A; - remoteInfo = "react-native-cookies"; - }; - A6B654EFAD16ECEBCDC502CA18067696 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; - }; - 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"; - }; - A7B64E5C719D0349DB7D02110E1E004B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; - remoteInfo = "Flipper-DoubleConversion"; - }; - A822EAEFC0AFB4913367B80EEEB93D46 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; - }; - A8EACF613585FF30F70F31BF6B854537 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; - remoteInfo = RNBootSplash; - }; - 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"; - }; - A98163874AB5BAC5D7A5FB33B2A5DC2E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; - }; - A9FEBD6B49D2BD57369C9981525AA519 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; - }; - AA601DAFF6F22D0B24AFA2146CABFBFE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - AA8EC349D438D0ECCD450879E4482E67 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; - }; - AB100C92331AF10FE43EDD7815F2B92E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0A915EE9D35CA5636731F8763E774951; - remoteInfo = UMCameraInterface; - }; - 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"; - }; - AB7693329B745F0B1D9E1E9D6F162FFF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; - remoteInfo = EXAV; - }; - AC0ED791614E6DF2CECCBE0DBC46AD6F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; - remoteInfo = "react-native-webview"; - }; - AD7DF495E195B73472FD726A7461F598 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; - remoteInfo = EXPermissions; - }; - ADBCE0424846394D26D6447243BF5309 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 32CA4CBD6B28983076BD93DA221AD027; - remoteInfo = YogaKit; - }; - AE4D6DE1B956F4E0A5EC62002FC1C1D8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; - remoteInfo = UMReactNativeAdapter; - }; - AF3E23F85A108B74AC3076EA3D680DAC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; - remoteInfo = "react-native-jitsi-meet"; - }; - AFB4A777516E23DA5762DC0CBF92D74F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; - AFF99097B3AD847D053200DBE94ADF83 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; - remoteInfo = RNConfigReader; - }; - B015D4C9D121E7B69A18A4F5A9877DB7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - B07FA46436F6EBD6AAE26BD8009AAA0D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; - }; - B086F1CC719CE1F29372845DC888CF50 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - B0DBBA98BFBD62D158852E3A49CEC254 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - B0F06DC26238508D736984E33DF61DE9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; - remoteInfo = EXWebBrowser; - }; - B1684402EA95ABA2615D5BEFA5028E9A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - 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"; - }; - B1EFCFB840CF2D937A95B0BB9B9BB60A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - B203B9568876C7257D642D31CBF634FD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E3573FB7AF659C42B699003C73722241; - remoteInfo = RNFBCrashlytics; - }; - B2AC8DD263F3F8C219129A77880A8B7E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - 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 */; - proxyType = 1; - remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; - remoteInfo = RNFastImage; - }; - B3C81617B53A3A1C2D399C023270D66F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; - }; - B4D834806998BAD47AD1BC067D3CA005 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - B50B2F145DA45B74C0C698D1C96AB789 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; - remoteInfo = RNGestureHandler; - }; - B53E53A713B758D890A4EFA9DEF7A686 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - 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"; - }; - B56CD3A1472AFE48FC5FD13425844E8C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 64F427905796B33B78A704063422979D; - remoteInfo = "rn-fetch-blob"; - }; - B5890CA349E6139624447AEC7ED3A0BF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; - remoteInfo = EXPermissions; - }; - B5EAFAF8B56E5D62EAEFFA5C2483A25D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; - remoteInfo = "react-native-background-timer"; - }; - 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 */; - proxyType = 1; - remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; - remoteInfo = "react-native-webview"; - }; - B713F5A957F0BE4D94B35393A2DEBC1E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - B72E72D84137F01437DCCBCDD1D446C2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; - remoteInfo = EXAV; - }; - B81C056BDAFB218CBBAB82C588F85565 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; - remoteInfo = RNVectorIcons; - }; - B837E15B45FBF500F96C91D6D66DD9CB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; - remoteInfo = RNReanimated; - }; - B84BBA24079D0B067F523A12EB8B5861 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - B8D7F0F2F8FD72A73CF879F09724B5A3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - B8EDA7EC3A793A6BB4C3AE3CD6D40C62 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; - }; - B8F78FA28009A52893E9CF968740EAB6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - B90643C3F67AFF303E299D3E102617E6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BD9A27D8398DEB3205D3F8937B0672A0; - remoteInfo = "react-native-safe-area-context"; - }; - B96670C3160D4FD83A6C2CFAFAB4489B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; - remoteInfo = SDWebImageWebPCoder; - }; - B9B50EDC8B45C11C95E44F52E34841C3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - BA26B4930EC275BF43EFBB2A793FB441 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; - remoteInfo = "Flipper-DoubleConversion"; - }; - BA782A9276C07B298D7CC55EDC5EDAE2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; - }; - BAA432D313104D0E1D5DD524AE9528A0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 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 */; - proxyType = 1; - remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; - remoteInfo = "react-native-appearance"; - }; - BC6ED4F580182C8CB14C2B21EC902959 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; - }; - BCB71B868FC19FE3D923022AF8371435 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; - remoteInfo = UMFaceDetectorInterface; - }; - BD3D89B99F85999E952ADFC9D06E912A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; - remoteInfo = "Flipper-Folly"; - }; - BD50625FF19EFEA058C6CFB7F5335F88 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; - }; - BE1DC6BFECFC2C0FF2CBCBD808948B06 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E3573FB7AF659C42B699003C73722241; - remoteInfo = RNFBCrashlytics; - }; - 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; - }; - BFD507E40DD97CBF36EB2821FA14990C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; - remoteInfo = RNReanimated; - }; - BFFB5E26266315BD19083BF7473DB594 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; - remoteInfo = "Flipper-RSocket"; - }; - C01591E65DB3C25EB22A06CD0BAED0C8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; - }; - C0388BF8616DC6164F098B5AEB36E335 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - C13A0CEB522F4A52AAC2F00890539129 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - C13BE6BE19EF25BEF860226FF47609A1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - C14AD0BA954082526864BADBC71FDE85 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; - }; - C1580F916BAC9A585D73B906A8D9C7C2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - C2A153E1AD9C6A9E70B0AE1F507F33AA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; - remoteInfo = CocoaAsyncSocket; - }; - C340228541CAA74E8883D4FAA44B0992 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 214E42634D1E187D876346D36184B655; - remoteInfo = RNScreens; - }; - C530E58ADA42AB2711FD4AFCC4C51BE8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; - }; - C543859DE6C562EA5EF60AB54FD608BE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 64F427905796B33B78A704063422979D; - remoteInfo = "rn-fetch-blob"; - }; - C54C38E1DFBCE6F451D1286B4E26E728 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - C5B64C2CE8436B790D58A835CE5B74CC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - C5E77BB76449245748D3C397244DCB29 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; - }; - C65859A9AAB6CAF77E6BB2CAD51C2763 /* PBXContainerItemProxy */ = { + 01F054251C44B947DF213E39DE384C80 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; remoteInfo = FirebaseInstallations; }; - C6756DBA166F70B5DC75B5A5644DBB4B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; - remoteInfo = RNDeviceInfo; - }; - C70FE02A45F5D51F9F12D5FFCF4B2241 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; - }; - C7202C9A259EC9868023113542E211D1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - C74965A81D25FC996851798DDAB0429F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - C7F8759E3217CFFB4B18A211DE44E552 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - C89AF37F579716DD0DEB87356978191D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; - }; - C90300BA8B1160C785A25CDF5038C0B6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - C926BCAF8E3832881447F34D540F77BE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; - }; - C9EAD16E109683FA55B420800E8A3928 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; - remoteInfo = UMConstantsInterface; - }; - CA0AFC06C86F18978F7F9D7C8F6E5368 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; - remoteInfo = ReactNativeART; - }; - CA18B4DE376FF300DAC2C975446D581D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; - }; - CA353E563A82C4A75CA26BF793D3345E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - CA68E0E6260ED811AAACAAA67AF218BE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; - remoteInfo = "react-native-document-picker"; - }; - CB03FF85441B13F7E3D8E9A20FFF402F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; - remoteInfo = EXHaptics; - }; - CB8E3FFBE6EE953884F4C621D48082F2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - CBE79AE340C230402AEF8E82A3D7008C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; - }; - CD32D8598027FD53B19732F004CAC6AC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; - remoteInfo = BugsnagReactNative; - }; - CE781699D9C3C14DA35B799EF7A0E25C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; - }; - CFF66A321F2FFFCA318C4B9DBE466F44 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; - remoteInfo = UMFileSystemInterface; - }; - 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"; - }; - 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"; - }; - D2EC406EE34C6F67568594F282C203B6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - D2F5945D3DA1343609E6362A3F8D096C /* PBXContainerItemProxy */ = { + 02C95EC1C108F6BF562D855FA7CC3047 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2D4D3D5AD93ADCCF3DD45A88009E48D6; remoteInfo = "TOCropViewController-TOCropViewControllerBundle"; }; - D2FF0BE89CB4E3A4826A59EEF9ABD566 /* PBXContainerItemProxy */ = { + 031FC8E60959C583A9A20196B0AA998A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; }; - D3C27869420E3873AB68A54C1E8F87CC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; - remoteInfo = EXAppleAuthentication; - }; - D3D7824AFCEEA357B9FA38C0F3227B20 /* PBXContainerItemProxy */ = { + 034BD76A5D7ACA8272B3E99D283FBEDB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; remoteInfo = UMImageLoaderInterface; }; - D41D1D6526F6883D04DDF0B2D332D6BA /* PBXContainerItemProxy */ = { + 03E85BC737DB852DCDBC71BF8FEC67D2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D00F24222F074B31C56DC6D05E806A35; - remoteInfo = RNCPicker; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; }; - D429D1301B1C536F0A79B2E2F35B4644 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; - remoteInfo = UMFileSystemInterface; - }; - D4530897D7C20B161C118258A1633F37 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - D45A129EF49E13C9DFCE7C67EB59C295 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - D5CDE84672D72BB352E99F51730D8ED3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; - }; - D60045C20BFF7EF0EB8D8648260D7335 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - D6A2058B4B1FDD1E1E02056AEC5A3674 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; - }; - D76D07A858D20059063199C8BB69A5C7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - D79E204F83FE68897955A8CCD149894F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - D7F58E073065F47E1524982D02E2C36D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - D7FD39495E31F0310F83307145266AA9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; - remoteInfo = "React-callinvoker"; - }; - D8007A270575389B7A8388B88128DC7F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; - remoteInfo = RNFastImage; - }; - D80DBBFB05E3B8C575560F5B1F9C8205 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; - }; - 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; - }; - D8D20DD2991C28C4D21FBBB44A03A815 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; - }; - D94EE2E21356604263D7CDB7FAAC2AC3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; - remoteInfo = RNImageCropPicker; - }; - D9D4438E69D214C8590C04511BC4AB0F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; - remoteInfo = "rn-extensions-share"; - }; - DA25EAF026E78FF1F3415D5BF1B27842 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - DA84FEF9B82E7C26F5A320A5D1E2CA0F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; - }; - DA9044671B74D643AECB39ED3BE9093A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 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; - }; - DB54FEB03A329EDBB21D7358E24E125D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; - }; - DB7AA0142C8958AEA960F90DB9A00DCA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D00F24222F074B31C56DC6D05E806A35; - remoteInfo = RNCPicker; - }; - 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; - }; - DC92CC13EBEED0E3F081F313900AAB90 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - DC9349C370C933339EB2CD52FEC17F38 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - DD12881F2F9F36D94350D31CEEFFFDEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; - }; - DD9305587DF9AB806C6D2BE0FA3C3CE9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6D979AB5FDA2E858850D9903776A30B3; - remoteInfo = "RNImageCropPicker-QBImagePicker"; - }; - DE018833FFCD95FC26309B54E95E010D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - DE3AEFE4090DD1E79B962A8CF6D7E601 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - DE91610852FD2BCA664B4250970D3770 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - DEC53EB66307C65D483CE04BD2E5A095 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; - }; - DEDC682A009E21069F9CAC15BB9988C3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E3573FB7AF659C42B699003C73722241; - remoteInfo = RNFBCrashlytics; - }; - DF255CA8B442D5173B2005CCD78303D7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - DF371A8A201DEFBA3617AA2EFD7B6F23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - DF871FAFD45D520FD98A43938492B9B5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - 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 */; - proxyType = 1; - remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; - remoteInfo = "react-native-document-picker"; - }; - E21B894BB1A362A897FD89369B7E9B4F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; - }; - E26E5A0DED16FF5D42CC26296F36E91B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; - remoteInfo = EXAV; - }; - E286BAC84975BA2C8EE2C0CCDC893363 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; - remoteInfo = SDWebImageWebPCoder; - }; - E28D87877E301B5890583BAE082AD4BF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; - }; - E2A7ECC5CD3AE80FC44FDE132729E462 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - E36EDE17FE9C4986A67C8FDA2E5A4FC0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; - remoteInfo = MMKVCore; - }; - 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; - }; - E47D8A641DE6A5FEB9017D61643B3904 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; - remoteInfo = "react-native-appearance"; - }; - E4B1EB692DE94F6F8E6CA340F2BA3069 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - E50AF0DC959FA4FCE63444C25178ABB0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; - remoteInfo = UMSensorsInterface; - }; - E56D9ECC657583575F147BBF30CFFAFA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - E5820887DC26A55F8ABDC4E430309738 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 49821C2B9E764AEDF2B35DFE9AA7022F; - remoteInfo = UMBarCodeScannerInterface; - }; - E589CE587A0A8283C240479BFA626F48 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; - }; - E5FF6F874A4521094BE6268B05BB2AA0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - E668DADD34AB1C137E2B442F4E9D52D2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; - remoteInfo = EXConstants; - }; - E67B437622222AC632C6D6382D5557BA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - E7C544788E9E64573CFBCFD603A59744 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - E7E45ACA9655372736172758FE4B3B70 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; - remoteInfo = EXImageLoader; - }; - E83B117A441865477B966FE952C313D1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; - remoteInfo = UMPermissionsInterface; - }; - E8E534534FB5F4E4CD15B62E13B72648 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; - remoteInfo = RNDeviceInfo; - }; - E91711A8B643B5037AC0E4D1C920EEAB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; - remoteInfo = "react-native-notifications"; - }; - E94AA18C8B22C8A76C02A97A5E139901 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; - }; - E94C0F00636682274A5247C332469F98 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 214E42634D1E187D876346D36184B655; - remoteInfo = RNScreens; - }; - E95130EDE42CBC9E4B55D7081C0D67D6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; - remoteInfo = "React-callinvoker"; - }; - E9A1D6EEAA2F8B6FF223CECC38277BA7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; - }; - E9EF7348621A9166F7A02C5B69793FE3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - EA22795901404A17182FB283D8D76174 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; - remoteInfo = UMTaskManagerInterface; - }; - EAF56F51BB0504D801BB41AA817778A3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; - remoteInfo = RNConfigReader; - }; - EBB6082BC9E924B9CA5D9BB3DB3814A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0CF4D9052577C85B6B8C4E957332626B; - remoteInfo = EXKeepAwake; - }; - EBFC2F5FC44542B7C015EA50591915C0 /* PBXContainerItemProxy */ = { + 04C32CE0ED13117EBB961E1226E926C2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 869CED37B4B77AAE35DF8B6E70788BBC; remoteInfo = EXLocalAuthentication; }; - EBFF8800987A4A943005C02B535DEFBA /* PBXContainerItemProxy */ = { + 04CFD1B3921870DC371BC670C661D062 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E16E206437995280D349D4B67695C894; + remoteInfo = "React-CoreModules"; + }; + 04E6E689A3A40BEBD320C767B484AE49 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; + remoteInfo = RNFBApp; + }; + 0544B9F82DF9AF7FA79EEB9D438D35F3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - EC3758CC170F2E3799100917C10ED964 /* PBXContainerItemProxy */ = { + 05B912C1EA69924BBD5D9C6FD184040B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; - ECAEB910FD449A7802F8AB9CF1742EE7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - ECBB597A8CB0518A6657ECC65B3FF18E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - ED186E2545CFB5CFCD0BE08678FC38BB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; - remoteInfo = "Flipper-DoubleConversion"; - }; - ED84249B4BF6A56B8139CEDCA2A84593 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - 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"; - }; - EE9776D5DFE456FF923FEA38D8DB69E7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BDD119F8782FABE2707D3D913EC3EDE5; - remoteInfo = RNFBAnalytics; - }; - EEAF63AC0A05E0E25EFE7199DDC84048 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - EF27F48F8DBBE1C09237F57347A0DE40 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; - remoteInfo = "OpenSSL-Universal"; - }; - EF6A7A06A557061982EEBBA2426487E3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; - remoteInfo = EXWebBrowser; - }; - EF6FD279B41AE89C627BCA73B7D1E925 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - EFABA85A47E61BA0F1995C52CC9F4CA3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - EFE3B9656EFBBEBE5F497CDEFE36216D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; - remoteInfo = RNDateTimePicker; - }; - F04143E3B606CAB58974FE8DCF3062EE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 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"; - }; - F1329A82DF31978626E8D037948C074A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 74DAFD196634D10887C9A4E7BA19A5E4; - remoteInfo = "react-native-mmkv-storage"; - }; - F1FFE0503B43935AB8FBEB3821047502 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - F27FDD60551A78E22E4CC49777C0E626 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; - }; - F2A816DA72B88DD5004A3FC82C1D53C5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; - remoteInfo = RNDateTimePicker; - }; - 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; - }; - F372AB7F42192B12330B24CCFF4911E3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - F3A3269EEE83A5976672E5C6F0FB25C2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; - remoteInfo = CocoaAsyncSocket; - }; - F3CF5940372906B47D63B535340676E6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - F3E7121446A18C2A66760785523797A5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; - remoteInfo = Flipper; - }; - F4525C355A04F29DB2C2A5ED7714CC3C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; - remoteInfo = SDWebImageWebPCoder; - }; - F4D47550DE954D538CE85A3784015399 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; - remoteInfo = RNLocalize; - }; - F5215991DC0960E3B9B732244BE48B01 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; - }; - F54987AD32D85094E71C955685979EA8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F3966F664F3CFAEFAB57C40FB54D3788; - remoteInfo = TOCropViewController; - }; - F559D29BBCB3A4CA7140CD1BE2B37E0E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; - remoteInfo = EXHaptics; - }; - F5636E33B1CD789816BF7373863515B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - F57F58FC032338CFCA1E59546737DB61 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; - }; - F5A20052EC3F5D64B63FEFDAE607B402 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; - remoteInfo = "react-native-slider"; - }; - F5E4EDF029D0FD95D3A0F6EF7240296A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; - }; - F60D2F3E21C0536C61581FB34C450EAB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; - remoteInfo = EXVideoThumbnails; - }; - F64D7FB3D7EF1D4A9C62A8A6D9D49C19 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; - }; - F6D85FDA5F73F0D34FAD55007F2A76B2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; - remoteInfo = RNReanimated; - }; - F726C6CEBA037B9802E022588F614D6A /* PBXContainerItemProxy */ = { + 05E62A220B4C1DA92358DA2567DB1532 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; remoteInfo = Firebase; }; - F74305E6DC4DCF48EFB361B80E1E255B /* PBXContainerItemProxy */ = { + 05E997A8854DF329E9D8F924FC6554A2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; + }; + 05FD77BC3E6C47C210CA0B3E717B426C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F3966F664F3CFAEFAB57C40FB54D3788; + remoteInfo = TOCropViewController; + }; + 0678FBC5764091B7ABEF2534A9599274 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - F76D2285EEB6AE1A59A786C32C0AE547 /* PBXContainerItemProxy */ = { + 0680FF2EBF9CFDAA8083AFD96304A490 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; - remoteInfo = KeyCommands; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; }; - F76EDAEE73405BFAF4D82C3030ECF3D3 /* PBXContainerItemProxy */ = { + 07FFC4AEE901B8F5D5D5DCCAA4B869AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; + }; + 082D59254CB9417AA5A4667AEBE4501F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; + remoteInfo = EXAV; + }; + 082FDA192CF7C2E314E8AF551B48EFD6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 086D2DF986866E1B13905F86F99BE1A6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; + remoteInfo = EXWebBrowser; + }; + 08BB06AA1BC0DE8D03AE1EA3D879668A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 014495932E402CA67C37681988047CA2; + remoteInfo = UMFontInterface; + }; + 092D3E08E94C9EEE058C57B89E5C689E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - F7F265DCEF28AE6ED9491DBB15E871F1 /* PBXContainerItemProxy */ = { + 09848A82E58A368B3F65BCBDC1D86008 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; - remoteInfo = "react-native-orientation-locker"; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - FAB61B59B51D6523F91460033208C479 /* PBXContainerItemProxy */ = { + 09C0CE2EDC66B70D0271D9B4403A4417 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; - remoteInfo = UMSensorsInterface; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; }; - FAC2F2ADF33C2B99B2D44DCDF2438842 /* PBXContainerItemProxy */ = { + 0A5051093B1122A7BE97285EB3D93B87 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; + remoteInfo = BugsnagReactNative; }; - FB74D3BD722DB55339E1D5BE75F36AF9 /* PBXContainerItemProxy */ = { + 0A70F1BE371B85947BA8CF92865C671B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; - remoteInfo = "Flipper-RSocket"; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; }; - FB95FA7BB0B509BA203B43646A21E664 /* PBXContainerItemProxy */ = { + 0A969384BDC963A81C034BE8294883DA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; - remoteInfo = UMImageLoaderInterface; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; }; - FBFB927C5DE22D4BCB49BD084158128F /* PBXContainerItemProxy */ = { + 0AB354A9798E722BDE03EA354DF7E001 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; - remoteInfo = RNRootView; + remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; + remoteInfo = "react-native-webview"; }; - FCD92FB0C719CBCA21AF536BB10C23C0 /* PBXContainerItemProxy */ = { + 0AC3354952E2F13F794FE78F1D68DC2C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BDD119F8782FABE2707D3D913EC3EDE5; + remoteInfo = RNFBAnalytics; + }; + 0B455CF58985CECA5F387586D7C5103B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; + remoteInfo = CocoaLibEvent; + }; + 0B48329B7447A1856D0EF5396DEAC058 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; remoteInfo = RNCMaskedView; }; - FF6B1CDBD77774D31CC7046466EA4F19 /* PBXContainerItemProxy */ = { + 0B7F948762280AC9F49A7AFC251B2410 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; + remoteInfo = libwebp; }; - FF9169108C964067C5816F76C7C3EAEC /* PBXContainerItemProxy */ = { + 0BB9962C12303E71083AC8412EAEC50B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 0BD10C47E020B09BA710E2E88995E307 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; + remoteInfo = "react-native-jitsi-meet"; + }; + 0C0DFCC21E2311706F8B51F6CBE22089 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; + }; + 0CBB55EDFB1F42E0C5E457F7ADF53443 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + 0D10EA0AA691A4FF254446F1794E5F43 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + 0D7C0D93E7DD28203420F32E560BBDD1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 32CA4CBD6B28983076BD93DA221AD027; + remoteInfo = YogaKit; + }; + 0D7E5CF3B133F36A6CBC14FA65DFE742 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; + }; + 0E7667A784C7D520B06D891A12B70475 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + 0F129759F365400119783CB7A16C79A6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 0F3C2D302F0E9A9E7D779CB299536DC3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EEBB8D24F2B3531A5C5DAA668D02331F; + remoteInfo = "react-native-blur"; + }; + 0FAA6D5D107704781E13353C47DE36A8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; + }; + 0FB7E08063984F6C443549ED5777677E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + 0FF8C1A3F975E0872B1FF08CD8E88A8F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 0FFDAFFC8F3E68F89806F1F0B34DDA7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 1057D15B74123F453D1BD7620D13BA25 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC577C5CB1DC59A7464ECEF266A75B42; + remoteInfo = "react-native-netinfo"; + }; + 106FAB8404E7AFB8881D7E1F5CEA9377 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; + }; + 10B164745DAD343B9A977DE0EF8C5F30 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; + remoteInfo = RNLocalize; + }; + 11003D119E1EE8CE38C9BDE6A0FF2F86 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 64F427905796B33B78A704063422979D; + remoteInfo = "rn-fetch-blob"; + }; + 119095A792ABD8C97777ECAF4714E90D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; + remoteInfo = RNLocalize; + }; + 1204C99CCF7C2C722AD524BF179D583F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; + remoteInfo = MMKV; + }; + 128654B82DD088C87E753C5DA26984FF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E3573FB7AF659C42B699003C73722241; + remoteInfo = RNFBCrashlytics; + }; + 132B1642EF7BDE1DFCB0A535A5D7C4A1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; + remoteInfo = Flipper; + }; + 1373BCF1BDF266EB44D6A331FE7E01FE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; + }; + 14479470D3F1EF1223D3D5A3644C72F8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; + }; + 144D7EE3BFF01909A0BFD2172739FDE4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; + remoteInfo = "react-native-document-picker"; + }; + 1457C40DD4B357BCB5CA31DE7C777D64 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; + remoteInfo = JitsiMeetSDK; + }; + 14630EF1494875FA17478FA1F948E61F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 15B818E907D2948907E063691826BC29 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + 15E9757673FCF8383CF88543CB151FA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; + remoteInfo = JitsiMeetSDK; + }; + 16114A19BEDA663128011E506737313E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; remoteInfo = "Flipper-Folly"; }; - FFE512D14DACAB0BF4B503E673362E29 /* PBXContainerItemProxy */ = { + 16403438806AE1CC532A88FBBE5AE076 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + 16AA74D71A7398CA0E11FFC170A6D98C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 1729753B8B2BDEFF6E441ACBAC2E3388 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; + remoteInfo = EXHaptics; + }; + 17A03565A155A182C72F0E33F069ADE9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; + remoteInfo = UMConstantsInterface; + }; + 17F8DB004B13A4396572E6059D2FEEB6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 18E001DAC1ACDF5EC5B302EEC9372FDB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; + }; + 18F36C7D75DC87429EA064663FDF1578 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; + remoteInfo = FirebaseCrashlytics; + }; + 18FF8DB2BDAC7BFF0CF50F9A2937C4B7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; + remoteInfo = UMFileSystemInterface; + }; + 199061DCD38F8B5530776EDE7261EC05 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; + 19C84EFCB739A95408FF1289E51613E5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; + remoteInfo = "react-native-cameraroll"; + }; + 1A0C74659CA55F82346335BE94C8632B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; + }; + 1A4474E0918194D1DC88D4EDC6375B4F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; + remoteInfo = "react-native-jitsi-meet"; + }; + 1AB5F4CAD889FC53BDDEF433E20CD630 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; + remoteInfo = BugsnagReactNative; + }; + 1AFCB1651DC83952E89FE783DE0E53FB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; + remoteInfo = "react-native-webview"; + }; + 1B04D7A9EC102CCB8D3AF9107D29C650 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 1B97C0F8FE25244238F675B24D5CD28E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; + remoteInfo = RNCAsyncStorage; + }; + 1BB1CE47E43F0B7C350B64E1ECEB0AE9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; + remoteInfo = EXImageLoader; + }; + 1BE3CE9C0068B98ECE48F85CEE1E110B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 49821C2B9E764AEDF2B35DFE9AA7022F; + remoteInfo = UMBarCodeScannerInterface; + }; + 1CA59E7C572B8C5700998494D6DBA886 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; + }; + 1D3015BCE5E97748EB059B2A840F3551 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; + remoteInfo = EXImageLoader; + }; + 1D4FD1CD32AF1D1C8F080C415129CD99 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; + }; + 1D65F9DF2D99F0A2D836C1FED6F67E16 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; + remoteInfo = UMConstantsInterface; + }; + 1DBA54ADB9DAF68772B533B537DDB0E9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; + }; + 1E2643B226013CE2AC1871B8DB37AA73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 1EDAFC6FCB52DD7E08237F19C8CD4D30 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 64F427905796B33B78A704063422979D; + remoteInfo = "rn-fetch-blob"; + }; + 1EE20266A7655830A40BC1186F0B15E7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; + remoteInfo = "react-native-cameraroll"; + }; + 1EEF94EE569223DE2C9A2FA6891E3124 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 49821C2B9E764AEDF2B35DFE9AA7022F; + remoteInfo = UMBarCodeScannerInterface; + }; + 1EF3886BD1C7F4FF2919C885771FAB05 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + 1F466DD82CE0021FB197169EC510B622 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F3966F664F3CFAEFAB57C40FB54D3788; + remoteInfo = TOCropViewController; + }; + 1F9CF9215F4DEA6C4204EF7336D79BFA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; + remoteInfo = "react-native-appearance"; + }; + 20058E7C507166F45CCF97EF053F5C79 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 74DAFD196634D10887C9A4E7BA19A5E4; + remoteInfo = "react-native-mmkv-storage"; + }; + 2081DC5DD41A0FD2920755EC53E1DF62 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; + }; + 20B6F8FC4C799AAEE9FA267A14D3978E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 20D7F7A42D37A095C32058B245DA02AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + 21807FB99AF195106AC3AEEE2E46EB35 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; + remoteInfo = "react-native-notifications"; + }; + 2199951CCAFECA992C4B6DA547473CBC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6D979AB5FDA2E858850D9903776A30B3; + remoteInfo = "RNImageCropPicker-QBImagePicker"; + }; + 21CC15B805449174D79E2D42599F4411 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 2207F028972700D452CBA76552187669 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 228C09CCE8B43FA8B178C2718CDF21F5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 22AB59269C00A047FE1924B734078EDB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + 22EAC520383BBCB9F57398DC80880448 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + 2324AAEE579EE3A98BF08A1C1DD0AB85 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0A915EE9D35CA5636731F8763E774951; + remoteInfo = UMCameraInterface; + }; + 23614A74CA270941C37C5817CBD0302E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; + remoteInfo = "Flipper-Glog"; + }; + 236E48043712D83FB26A39304A7D230C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7A020DAB6F3F0BA0A6D9946E84B38B7F; + remoteInfo = "React-Core-AccessibilityResources"; + }; + 246822493F471A34CE1A2AABDB4AA3F0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; + }; + 2476DCC50C11C8D10FB1347322719B4B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; + remoteInfo = RNCMaskedView; + }; + 24C57269A801E8C1C9734AA90720C975 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + 24D998E5F512523BA281A0E9B8CEBB3D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; + remoteInfo = Flipper; + }; + 24DE4BC4C0F30270091EBA6E73D438E6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + 250474764488907EE200F7738BA01C5E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; + remoteInfo = RNLocalize; + }; + 25285729884F45D6737EAAD475E08F2A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; + remoteInfo = UMFaceDetectorInterface; + }; + 25753EF311B1BDD6C5F05F264C5AD9D2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + 259751C0147464AD79D8BD42EC73310D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 2614D1F38548BAFCD84B1ACFDD673C7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; + remoteInfo = SDWebImageWebPCoder; + }; + 269924719A79EE5556A86B4D06B94F95 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 26C2773B15551C98FD0F5D3D62C7849A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 291A6CCB1515789A69DD5F61CDD37925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0CF4D9052577C85B6B8C4E957332626B; + remoteInfo = EXKeepAwake; + }; + 295A2DC4988110DED082F9C9F2FC513B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; + }; + 2A93A0F51E5CCDC41C00A7B79ABFC208 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; + remoteInfo = UMFileSystemInterface; + }; + 2B83A63D882D68826553F50702F45532 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; + remoteInfo = BugsnagReactNative; + }; + 2BB394C4B6312F38715D609E97CC2D44 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + 2BFE433967167E50BA33F0305310FDFC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + 2C4FAD58D6A9871710A41F0AA17EB96B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 2C5A7E7672C588F58906671A2C4B8962 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; + remoteInfo = RNCAsyncStorage; + }; + 2C83C7CD1959DB68D499BC8EA1D092F3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; + }; + 2CC08ECC173824B840115BAE7682C502 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; + }; + 2CD8FFA79C642C1675B537055BA4AFDA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; + remoteInfo = "Flipper-Folly"; + }; + 2DBB0E3B3D8505F15393A2D5BA4D1920 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + 2DC74DB6F81A2F3DA7CEECD90758C44C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 2E568116D0CB6B7C14C7271CE8993E79 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; + remoteInfo = RNFastImage; + }; + 2E7610C981EE4F5905D2189314FD084C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; + remoteInfo = BugsnagReactNative; + }; + 2E78A2986DAD133FF2B5353D3A44EDC1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; + remoteInfo = libwebp; + }; + 2F35FDFE3584B35EAE06D8EE19CF3F3B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 30170861A47A487D6D513A4BDCFEC02B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; + remoteInfo = RNFBApp; + }; + 3048834BB5862C08402AD6A859A5DA2F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 30EE22C0CED218E451FB3D0BD390BB69 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + 314AC4831C283DA3ABF61AB0780D5B4D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; + remoteInfo = EXVideoThumbnails; + }; + 320AAB0720E125F30CC3FAED1FA30F99 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + 32A03D3CC33A41DD5FD8652F87C29368 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; + remoteInfo = "OpenSSL-Universal"; + }; + 33888C138D9CE0AE7BA93926BE8AD2B5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; + remoteInfo = "Flipper-DoubleConversion"; + }; + 3397FCDFD4BBF62C9A63866126F9251B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; + remoteInfo = MMKV; + }; + 33D1F70D8CACD68787D8B35EB0A3AF91 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 33FC02B2A853CBCD4DAC684350FC34BA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; + }; + 3445A80AEEC61D3CCAF8FAAE90E82340 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 359C609CDCF996711A53C76FCD133AEE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 3613F8EE08B3BC84C4FD984D8ED7D35B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; + }; + 36630111F6745E927FA4269BB8352CD1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BD9A27D8398DEB3205D3F8937B0672A0; + remoteInfo = "react-native-safe-area-context"; + }; + 3670447C031E77F43ABCB5477063E0B9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 368C8CB5469A6B97B9AAB617D1FDABE9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 36AA7D9CDB134622E8BFF977D855C046 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 36E59F66917CB7178A184A7F8B9F9E7E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; + remoteInfo = "Flipper-RSocket"; + }; + 375039AC72CAC81977EF8C61776BE630 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; + remoteInfo = UMFileSystemInterface; + }; + 37E07B5C1B1BB5BD190BD9B3F34CDDF6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; + }; + 387B476807B21D0EE0C0134D5B7B7BDA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 3882F620454BE70EB25A781A7412EE13 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; + remoteInfo = "OpenSSL-Universal"; + }; + 39347590B41B7D2EC13B2525EC8B0AFD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; + remoteInfo = "react-native-orientation-locker"; + }; + 3A7B5B894DB0DAF71F34FBDBCEEB2FAC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3ED96FB9FE1D18D5F1239C60A109F98C; + remoteInfo = "react-native-restart"; + }; + 3A8DA1B4BDD8B029B6CD2EEABE7454CA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; remoteInfo = "React-RCTNetwork"; }; + 3AFE5F3C45B1374167470E0C29BD15F5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; + remoteInfo = SDWebImageWebPCoder; + }; + 3B02B28A513EEA46FC5D6CE244D58544 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 3B7A1B61D3EC69DB68FDFDBF803691BE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D00F24222F074B31C56DC6D05E806A35; + remoteInfo = RNCPicker; + }; + 3BBBC1DFB175EA9154E0F8FD405A4700 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 3BE4C3B4CB37C7FB19CC3B98D66C1D64 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; + remoteInfo = ReactNativeART; + }; + 3BE8530EB0236AB72FF03B39537845D7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; + }; + 3BF36CBCC1F4222738A5BB84C3608BD9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; + remoteInfo = EXConstants; + }; + 3C73096FD2598E6B4EA19302CDC003A4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; + }; + 3C7566368AC49C18C264F1F966890A37 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + 3D23F8C7433A13D66B3DE57D4A7ED5D4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 3D7DE2AE26F4C3B09DE6CBCADA3C6FB0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; + remoteInfo = EXPermissions; + }; + 3D80600DFCF14A99277E4B1E7676277B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 3E0EB2A9A256544883C00595DD58763B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; + remoteInfo = "react-native-document-picker"; + }; + 3EBBD5C1A16CB41C12C117D09E0C78FE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 3ED81FF1D873F4482717F91AC25F3375 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D985A509BFE270C95EDCBE6B4CBAF189; + remoteInfo = "react-native-simple-crypto"; + }; + 3FDDA839BE170081DE52F1646898F721 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; + remoteInfo = "react-native-document-picker"; + }; + 40FFCC0F3347D57FF7FD5805CC7DB6B7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 414EE87BCDACF2019EA3CD902B78A3A1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; + remoteInfo = UMPermissionsInterface; + }; + 41553C782F94C858AF14C1763EF9C62C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + 41E044D328E2C1868A7A0F9270913340 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; + remoteInfo = "Flipper-Folly"; + }; + 43BAB4B88539EC72FDCD9966ADB3D302 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; + remoteInfo = CocoaAsyncSocket; + }; + 43F310ACB4292600662C6801A176BA45 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; + }; + 441C1A5969E4CE97E583B8E3E165736E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; + remoteInfo = KeyCommands; + }; + 448EE0CA1880B5CD8C0D48DBA587C633 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; + remoteInfo = SDWebImageWebPCoder; + }; + 44D1AC933F470B7AF8B65AC9031D53FD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E3573FB7AF659C42B699003C73722241; + remoteInfo = RNFBCrashlytics; + }; + 4530925210EBA4D2389FFAFC354D337E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 45600A72DF9975E77852701B39848C02 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + 45673C1F798DFFEA8137F3ADBB02181E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; + }; + 459795317B46B5C394A61B2E620AD1C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; + }; + 45C84CDB51BB3C1A775CA3FE8C8371CE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; + remoteInfo = UMFileSystemInterface; + }; + 464B4F1018F1353EDB47939D37B2F34F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D985A509BFE270C95EDCBE6B4CBAF189; + remoteInfo = "react-native-simple-crypto"; + }; + 47DE5E05DFA2550C86BDC70BCCB3F6DE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 4B41D0F96B8A8929CDE17E41AF747074 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; + remoteInfo = EXWebBrowser; + }; + 4B8C3513CE33048AE9FADF68D57AB4F5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D985A509BFE270C95EDCBE6B4CBAF189; + remoteInfo = "react-native-simple-crypto"; + }; + 4B94E69F25792201AAD9AF8959C484C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; + remoteInfo = MMKV; + }; + 4BF6795D5F44AFA2120D7C803EDE3082 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; + }; + 4C84C176E24BE3B0B5E0E1BF28F05C47 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; + remoteInfo = FirebaseCrashlytics; + }; + 4C94D3C941204D26DD4EC9F1BD601AB8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; + remoteInfo = UMSensorsInterface; + }; + 4CE027EF58AA801094C800F1AB0DA83C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 4DD3596C004D85101524DD4280E145A9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; + }; + 4DF7E9DAC997C814EF72F7803DCACD67 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; + }; + 4E35666AB3570E91D2FD9CEB1E38F8FB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C452F579644C83E8D8E36EC24A9BBD46; + remoteInfo = UMAppLoader; + }; + 4E62D869B8392EB69FE1F085B2BCF936 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + 4E920F2EC7938EFADEED4E27A594B941 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; + remoteInfo = KeyCommands; + }; + 4ED840B49BAEEFB800724184D31D1B85 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + 4EDC7B64106DC916B26B512D628F40F2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 4F1911D63B63C3351B50C2B46B570FC8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 037A1F31C4D99F52EC9FD2008FEC481C; + remoteInfo = ReactNativeUiLib; + }; + 4F56463A92F8D446250CC036D2717902 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 4FC11A187B171E6EC206AC179D53D840 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; + }; + 4FEE8599415FBADCB501340E6A72C64D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + 4FF31A03FEAB3AD5F80C3F6FDB230A86 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; + }; + 50929883822E2241FDC7903682F212C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; + }; + 50C721785ABB88742FDCF852A2F4A2A5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; + remoteInfo = "Flipper-RSocket"; + }; + 51D395496C5F3EF65FB3D84887BB213B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; + remoteInfo = EXAV; + }; + 51E1474E7822CD9A551B2E08DA6F4155 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 52085C3F1C8B5B9243BDD848F2B738AF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; + remoteInfo = CocoaLibEvent; + }; + 522C91DDB6B2B0903EF1C230638131CF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D00F24222F074B31C56DC6D05E806A35; + remoteInfo = RNCPicker; + }; + 5256D29A91430A2FCA707301859CC439 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + 52AE1F88AE2C0474750CA751D2934F9D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + 53537C9D2C7D88C4B7ACB3A2CC4B0671 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + 55544D20771D6E4A7FAB202ABB93D49C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0CF4D9052577C85B6B8C4E957332626B; + remoteInfo = EXKeepAwake; + }; + 55B51DD37808D016A49963C458E93014 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; + remoteInfo = FlipperKit; + }; + 55EA460B0B6F02A3744910D8453303B3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 56626064C503AE4F1D6302ACE93FF665 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; + }; + 57774A141907AA41121C2F50B939849D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; + remoteInfo = RNFastImage; + }; + 57BA5EA4B1258B807BE1AA88965F0B27 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E3573FB7AF659C42B699003C73722241; + remoteInfo = RNFBCrashlytics; + }; + 586E6542D7020CAF09C2DE8DDFB33E5C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; + remoteInfo = EXAV; + }; + 58D2C925136FBCD2E5E03194E4707CC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; + remoteInfo = SDWebImageWebPCoder; + }; + 5902B3E1F029735906955A0715372FBA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; + remoteInfo = RNFastImage; + }; + 59A09B0B5C5F398ADC170774FC7D9783 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; + }; + 59E6ED52765AAA207A407FA54F5075A1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 59EA091DA2D2E6DF3E8A114A09248AF9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; + }; + 5AEB79EB8C7D7CD784A7317F6FDF5493 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; + remoteInfo = RNConfigReader; + }; + 5B212FAB6243F893F0705567BDFC69F2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + 5BEAF5126021D1B0D226850E94A178C5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + 5C3621531033FC4622F71F4C29539E78 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 5CC3633BD3A0867D5EE08DB26C0A7BCC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; + }; + 5D13EDA8F3925731D4FD0AC6F5F9C98F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; + remoteInfo = "Flipper-Folly"; + }; + 5D73D6B44F9BEB2783F10FB7A99F464C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + 5DA5C4FCB8254DB7DE7AAA2BEC813F94 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; + }; + 5DB4E7BE27F15FD58FDC08FFC06C278E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; + remoteInfo = "react-native-slider"; + }; + 5DC700285D3480CF97A627A7F519EE7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 64F427905796B33B78A704063422979D; + remoteInfo = "rn-fetch-blob"; + }; + 5DE0562B9644EA838924D14AC3DC1500 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; + }; + 5E6C81B39427A23A0D394264DE036830 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ADC4ACC657481AD27F9936D08FF7F49A; + remoteInfo = "react-native-cookies"; + }; + 5ECAC7A5A03F3B9D691918E66210F96C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EEBB8D24F2B3531A5C5DAA668D02331F; + remoteInfo = "react-native-blur"; + }; + 5F2C055CA634C74061D0E166D38A34AA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; + 5FD8F8409C255A8BD7B4BDA04055A265 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + 609C719C129CE760CA05805239863AB2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; + remoteInfo = UMImageLoaderInterface; + }; + 609E85A6828E9953589AA2C7BF40EED9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; + remoteInfo = "rn-extensions-share"; + }; + 61F8F8117A711FFF2E115BD91E822E66 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; + }; + 6236C7E8A2B2C5707E2774A37487AA29 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; + }; + 63237CBDCD6F5A401DF0CEC77358D6B2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E16E206437995280D349D4B67695C894; + remoteInfo = "React-CoreModules"; + }; + 63350BB150D15A098BE68CE47A9EA896 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; + remoteInfo = libwebp; + }; + 63545891A46B5E8A031C2D38FA7E606C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 645C2CDDBBE20589C421D81A2393E610 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; + }; + 646AA8A6B00518CC2EE3686E696F3ACD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; + }; + 64C155C9759654773172A5349F969C8A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + 654A23269615B5D467CE7BCFE1C50412 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; + }; + 65AA7221DF66D0439C986F8FA4740548 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; + remoteInfo = UMReactNativeAdapter; + }; + 65E8BED8A87D796383CEB31D0CEE1F00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; + remoteInfo = EXImageLoader; + }; + 65F73A75FF032C9CDB61147320BD2977 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 662503B6BE78CA3172E35B799820DE2C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC577C5CB1DC59A7464ECEF266A75B42; + remoteInfo = "react-native-netinfo"; + }; + 6760A899AE9E7CB5E1E1BA444CCDBEE1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; + remoteInfo = RNReanimated; + }; + 67EEC3B057347F863B8B617AF2D17BC9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 685624876C3D7191D82F76396FCD8B81 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 68566D47BF91067555B5D93129178176 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; + remoteInfo = UMFaceDetectorInterface; + }; + 688B031CA6C6B1143A067DFEC97310BE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 688DF64D8D3E0AD509D0102A84A2415D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; + remoteInfo = RNBootSplash; + }; + 693FB888C436BF956E6D32BEF84A081C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; + remoteInfo = "react-native-appearance"; + }; + 6A8815C5EAC2B418E3251B4BFEE57C4C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; + remoteInfo = RNReanimated; + }; + 6AB078F5C3EC4288638750E8D7224FAF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 6AE6D298DBE0F6B70C5C6A15E0CB5F3C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + 6B10CDDF8DEAC481FAE9D076B7B9382F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; + }; + 6B5F57122FD7D38CA36FC5E15848AB57 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; + remoteInfo = UMSensorsInterface; + }; + 6B859F03BB1E2BC6078DA0CB6A6D16C8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3ED96FB9FE1D18D5F1239C60A109F98C; + remoteInfo = "react-native-restart"; + }; + 6BFB801655B01001E44AB1E4374267A1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; + }; + 6C364D1BDA238BF73F2B59A2341BC099 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; + remoteInfo = UMReactNativeAdapter; + }; + 6CA9BE293253DCF7BD72FB908DA70616 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + 6CFF2B8D828E364C239FF5D8401D934B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; + remoteInfo = "react-native-appearance"; + }; + 6D1090EE4D24D597A63EFB6B69CD1AF9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; + 6E2DFBF4FDD3460732885A2EE8775244 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C452F579644C83E8D8E36EC24A9BBD46; + remoteInfo = UMAppLoader; + }; + 6E302568A2809B1E2B0DA74ED810BF9D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 6E69139AD19E1341E3FEDD33EB6F0DDA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; + 6EB73EE1A7D3E5CB739924304506E5CF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; + remoteInfo = UMPermissionsInterface; + }; + 6F4F01BB4A21B4C8578F27EA770ACB1D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; + }; + 6F97055BE33FCE9252649DA9D460A233 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 014495932E402CA67C37681988047CA2; + remoteInfo = UMFontInterface; + }; + 6FC3A979923733100C5D55F03DD1672E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 700472C68A2B607991F30D2B9F897AB1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + 70D1CFE3D71009B17C0312C20A4A5412 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; + 70D72A361E75DEA82C1338FC910AD036 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 712507AA5AFF3B3AC6C74491EA9D9A0A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; + }; + 7170F580AE705DD8A7E5943F29DA7ED8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; + remoteInfo = RNDateTimePicker; + }; + 71E9DE59262061063673E8AA80055C99 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; + remoteInfo = KeyCommands; + }; + 7212B9FB8CD81D2E31CB14B37C667E9C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 72223C5CB2A4EF149107269C58E8E915 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; + remoteInfo = EXAppleAuthentication; + }; + 725ABFD46F60D46995DD54697B9D9C76 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 72A10EBDFC90E592195145D8DA20F5F5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; + }; + 72E4CA7D02AB3590866E785E31DC8FF2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; + remoteInfo = JitsiMeetSDK; + }; + 73142E0207DD3E4CCEEFFCE6829C47AC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 73959D5C5E12BEA06036C92A6A804E1E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 73E04FE9C6A09E51280FD81D4BA6ABC5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 74266801154870EB127170E8E9691A69 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 7539B6F413D83D3209CFAA4160E8D9FD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + 75625BFC95F388D5B28AD40E2A23BF38 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 756EB337B58EADB685C465759BA16EA2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; + remoteInfo = libwebp; + }; + 76AB4DAB6CC7591CE96C293A4892B043 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + 76CB12B1F6E56102575C4AE69E8C48CD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; + }; + 7703856DDB2B7E30F1DFAE557BC93191 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + 7719D9E871F95477573983AA42B24679 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; + remoteInfo = UMImageLoaderInterface; + }; + 77B74C0FD41D51EB896D4970DA44D315 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; + remoteInfo = EXHaptics; + }; + 77D55083B57263174230EC0D0AEA1165 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + 78495966667944047424EADB614939AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; + remoteInfo = "react-native-slider"; + }; + 78A5EC2126D765F2BAF170530FD81B22 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 79740EEA771DB773EBE41A14B74F5070 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; + remoteInfo = Flipper; + }; + 799821967E75578E89473710309ECF0C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 7A8A5C3D3A0D0C29C0D3889A45C7AC16 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; + }; + 7B657C20A7862930D57ECB9C5BDEE23C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 7BE1C6C1ACFAC172D5A42B7D8AF90697 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; + remoteInfo = "react-native-orientation-locker"; + }; + 7C30EC59916193BEA732848A3F1A2AD7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3ED96FB9FE1D18D5F1239C60A109F98C; + remoteInfo = "react-native-restart"; + }; + 7C8633E0EC4316591925E031A2AD93CF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; + remoteInfo = UMTaskManagerInterface; + }; + 7D14A5A3AEC790FEDC4789AA89E397BE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F3966F664F3CFAEFAB57C40FB54D3788; + remoteInfo = TOCropViewController; + }; + 7DE09409D13BE1EF7B2AD457AF24501A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 868B90C74770285449C60DBA82181479; + remoteInfo = EXFileSystem; + }; + 7E29528A682B7E9C60E37930460EF8CC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; + remoteInfo = CocoaAsyncSocket; + }; + 7E6DA092DDD888072C7E4FDB63BE4805 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; + }; + 7EE3A558911BD77297F1F349A649F9FD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 7FD05A7D9B5E9A63BDF61EFC78CCD390 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 802D3E0C993032D90A785E0F06C89A70 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; + }; + 80977374DC961BFABB6093D11E83B61E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 80C6CC8C6179634BB22FFA10E36A18CD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; + remoteInfo = EXVideoThumbnails; + }; + 813D26C4B071AFDD403C0CC8378F63C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 32CA4CBD6B28983076BD93DA221AD027; + remoteInfo = YogaKit; + }; + 81771DBF53EAEE26A702FF05471F9B0D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 819E0D62B7377CAEC26AFE13F16E659C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; + remoteInfo = RNFastImage; + }; + 8285A31A5FD4B58D6DABE48D581F5B6A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; + }; + 832B860CD8AD4C03BE9359299EFA4A56 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; + }; + 836A76364E385D6A3AE741C371DD2B4B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 845402F3E963DBAD374BD1A4AD0E4ECD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 857B5DA813F67DC85AB9B6DE895688FE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; + remoteInfo = RNRootView; + }; + 85EC46365A74A36F6C3911029DBD3514 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; + remoteInfo = "Flipper-Glog"; + }; + 861EE1F887D686DEC054DF8659E140DF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; + }; + 86BC3E3AEA3AFA8178E6162A609CBBF2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + 87B8867CF08BC233C5AD7E1727323B1B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; + remoteInfo = UMConstantsInterface; + }; + 882A291AC39BDD42065282618327E5F1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 214E42634D1E187D876346D36184B655; + remoteInfo = RNScreens; + }; + 884DE6ADEC24F46AF86A3716F97139F0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 886D2FD97763AB9545D4E046AB6F634B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + 88DC725C5B7D76ADFB9CB7AEF652027C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; + remoteInfo = RNRootView; + }; + 88E75771E21DAE21242B1D307436EEFC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; + }; + 8911D112ABF61548CC4BD84673FDF958 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + 8979C583B226032EC85EE713CDE5DAEC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 8A6395AF00E99324EDF65B3913D20AAB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; + remoteInfo = "OpenSSL-Universal"; + }; + 8A7499CA124BE50365E5768532E4811D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; + }; + 8A975DD72DB8CC9A6184A9AE6C72F687 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; + }; + 8AC62A2EA639DD26730C51ED51548828 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BDD119F8782FABE2707D3D913EC3EDE5; + remoteInfo = RNFBAnalytics; + }; + 8B32E1F54C10D2EE34665D793D0B5CD7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 8B5774CF84A080A622613931D41A1D26 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; + }; + 8B7913F50542F322B10A7B3D641583D5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; + remoteInfo = UMReactNativeAdapter; + }; + 8BA72BBFF80499F57DE69FB1819B5BCB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 8C840C73D18D3C26937BC4883A84F133 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + 8CCFED054F78C608A3AF5783E2C5C4EF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E16E206437995280D349D4B67695C894; + remoteInfo = "React-CoreModules"; + }; + 8D6BAC7913B7A21AB97FEFDD8EAF0EC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 8DB6C819935E509644C90A9F03EAAE1C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BD9A27D8398DEB3205D3F8937B0672A0; + remoteInfo = "react-native-safe-area-context"; + }; + 8E8621B9634A8440772FA731E6F336D4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 8EB82F4386ECADBDC7A60DA7193A48A3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 8F0D8DA76BB7A97569EE616D541394E9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; + remoteInfo = "OpenSSL-Universal"; + }; + 8F75E1746DF7634F48EAEE9CA4B0AE53 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; + remoteInfo = MMKV; + }; + 8FB011BF1066B8F44243462CF3E0F536 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; + }; + 8FFC67EBB3F2B2CF443509C39C393CDE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; + remoteInfo = UMFileSystemInterface; + }; + 909C9604D505A0BC26AA29BC13113A4F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + 90E61A5FBEA4AE6DC49C6AC0271CE0E8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + 9100D41504B954D226C0531208F05C84 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 037A1F31C4D99F52EC9FD2008FEC481C; + remoteInfo = ReactNativeUiLib; + }; + 923A205D6A555B51099555C76D5A8EDD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; + remoteInfo = RNCAsyncStorage; + }; + 92723D03636499893C59B5002FD3E124 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; + }; + 9294F1249A8B3510DFAA084005DE0130 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; + remoteInfo = RNDateTimePicker; + }; + 93878408BA5E4BEFBF2FF3DA37E39C43 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; + }; + 94481CB6AB4167C9E2B8C6DEA32255E7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; + }; + 94B4B293A6889ADCC74F0CAE92363A79 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; + remoteInfo = FirebaseCrashlytics; + }; + 95451EA1007D0B439D12976F1B02A326 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 959DDA0CEF918943512BD08DF6051703 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BDD119F8782FABE2707D3D913EC3EDE5; + remoteInfo = RNFBAnalytics; + }; + 95B39AF4DFCF7C67484D1F87DDFCA98B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; + }; + 95E5419D5C31F3C63D26DA01FDE3AB69 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; + }; + 96AB2C01D6688C0D02F92B2E4D16DB01 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 97081DC25EC33F7725FDC70E63F786A3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; + }; + 984119A37F69F6A54F1FCB14241A0059 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; + remoteInfo = EXConstants; + }; + 986B785DA72A0BEFEB2B3E5E6889D852 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 98736FC0BCCFF4AC1F6E5F8B862F56AC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BD9A27D8398DEB3205D3F8937B0672A0; + remoteInfo = "react-native-safe-area-context"; + }; + 987BBC651CA89A744BC72316CB7D4C38 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + 98AD33CCCEAFC1F498400FE55D0214CC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 9929B825C1ADA02066DA39683122F362 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; + remoteInfo = RNCMaskedView; + }; + 9974A14B947CC3453B19B2778ADB8B27 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; + remoteInfo = CocoaLibEvent; + }; + 999C72F457B6407C8ABDCB79B7DFDCC3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; + remoteInfo = UMFileSystemInterface; + }; + 9A2CA032BA1AC44C14BA6C39ED2CBD30 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 9A2CFD9005ACC9E76B232846BF8020CA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; + remoteInfo = "Flipper-Folly"; + }; + 9A6418F01E0D51B4D91F4EB964E43B68 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; + remoteInfo = "Flipper-DoubleConversion"; + }; + 9A7F68DF7BF9B99972854D49221EECB7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; + remoteInfo = FirebaseCrashlytics; + }; + 9AAEFBA5BCC8242882BACA1B368B71F1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 9AF81B9D2D8A466589EEB7A78DAD3273 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + 9BA7958DEEFC82F9D40A08B26E736229 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; + remoteInfo = RNFBApp; + }; + 9D16A3ECB94B034FEDA06C6F4CA775CA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + 9D217D7334286BB764BAB9C01C801C41 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; + remoteInfo = "react-native-webview"; + }; + 9D799AF80EE1394572CCB5AB7F6263F3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 869CED37B4B77AAE35DF8B6E70788BBC; + remoteInfo = EXLocalAuthentication; + }; + 9DBCF5384E26BA5FF9D239AC60894308 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 9DD270B232400E99DC1F1D35AF146287 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; + remoteInfo = EXPermissions; + }; + 9E32B1A0089BC3166B40D2A4B8C578F7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; + remoteInfo = "Flipper-PeerTalk"; + }; + 9E6D8FB2E573F014B9293368D13858FD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; + remoteInfo = RNVectorIcons; + }; + 9F3274EEF128D7C1A694998C9B7AC952 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; + 9F69303680500D3AEE457BA9C485FABA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 32CA4CBD6B28983076BD93DA221AD027; + remoteInfo = YogaKit; + }; + A008A7A90072E352C1E128CDD620FAFB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; + remoteInfo = ReactNativeART; + }; + A026950410EA44F1CDC0FB9E18961EA1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; + remoteInfo = RNVectorIcons; + }; + A03257B4BED6AA86C50BFF8A1814324F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + A06F2F2E3AD5A752F1C5B72B718CA180 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + A08F7CEB6D87DC4F998213A29B8C8639 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + A0BEB100ADDDFEB40C00B7E087E9E9AE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + A0F337C9B63636371E1960B55662B5C1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; + remoteInfo = FirebaseCrashlytics; + }; + A121AC5201788B59824D5BDC3153E0E7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + A15735F5D5EA5800A8931F95AA19040E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; + remoteInfo = RNBootSplash; + }; + A1663575BE1C1F8436F0ABC9FC38DF28 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 868B90C74770285449C60DBA82181479; + remoteInfo = EXFileSystem; + }; + A17FB7DE39C0B238952C33153A7333A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; + remoteInfo = UMReactNativeAdapter; + }; + A28BDF4A746D1A9558F6EFE1D56C38A5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; + remoteInfo = MMKVCore; + }; + A2C8286DA990DB2BA0C61E4ACEAFCD9F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + A2D92AC1500A7936BADEAE0EA4807252 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 014495932E402CA67C37681988047CA2; + remoteInfo = UMFontInterface; + }; + A3911E85749F46E86A3FF53BCAF43770 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + A3B13C24D75E05C6053E4F4DF9D6BCDA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + A48D525C95B3916BFB172AE4A3115245 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + A4B6414EFFB274B56BD5972BCA7AF563 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + A53B2B62404B3E78BA253B24F444E6C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 64F427905796B33B78A704063422979D; + remoteInfo = "rn-fetch-blob"; + }; + A5B1B4E521FEFBECC8CD521AA2A94AD8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; + }; + A5FD59A9E204709A57384A1AFE739AD1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + A620406D420DBC7FED868CABC722AD5A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 037A1F31C4D99F52EC9FD2008FEC481C; + remoteInfo = ReactNativeUiLib; + }; + A6725A8F9A0AE0EF2F6C5CD186335F94 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; + remoteInfo = RNGestureHandler; + }; + A6AE504A333F68B432C5CE3318F66B5D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + A7301873AEEF1C32C2FF7020C2D7589D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; + remoteInfo = EXPermissions; + }; + A73F9BF9F93567C2CA1893D35573EF8E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; + }; + A8CF471FA8CC26ED7515B8371872F2F8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + A9FEF5ABDB103BBE8E4CBC7ACAB15544 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; + }; + AA9745C4C59FAAF17E4908A4862BBCD9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; + remoteInfo = SDWebImageWebPCoder; + }; + AAD4EDE061804AF1837B95104611BCFB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; + remoteInfo = "react-native-background-timer"; + }; + AAE81D07B807CA88B6FA50484D4D4FC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + AB15C25FD76BE8FFDC66323EF16FE906 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + AB5DE34E2442F11CA2A727E3AB8FA425 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 32CA4CBD6B28983076BD93DA221AD027; + remoteInfo = YogaKit; + }; + AB75C52F539BFD68033252E5EA568E2B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + AB928283F0FAF611F54F5AD17E8702AA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; + remoteInfo = RNFBApp; + }; + ABD2F2446BDBF7704C60E8CFDADF8171 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; + }; + ABFD567B27D81D65730BB62AF968BD27 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; + remoteInfo = RNImageCropPicker; + }; + AC14C09C906102CE79F110B48626897F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + AC7D5C1CE3A98E18483894BFA78CFDD0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; + }; + ACC1BC5A70DDFEC0601D09D4C488FAF3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; + remoteInfo = UMImageLoaderInterface; + }; + AD1D3A645D091E653BA24E02CD865569 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; + remoteInfo = "Flipper-DoubleConversion"; + }; + AE0E6876A4BF98BD62E07EF21BE3681E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + AE5D04034C63A577411801AD034D75DD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; + remoteInfo = FlipperKit; + }; + AEB93B40A88D21AA9447005326C7E1D3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; + remoteInfo = EXConstants; + }; + AEDA63282AB9B357461182622EE793FC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; + }; + AEEDCDAC5E1022FBA868756A75567E4B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + AEEF4F3DE7B097BC3F107C34A2D8357D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + AF578D8DF69C4374A33D0EEAD44EFC30 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + B06A907FA2B027DED0C3BC157A533335 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; + remoteInfo = RNDateTimePicker; + }; + B12CD4BE7C772488007C5049A3EDCD93 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E16E206437995280D349D4B67695C894; + remoteInfo = "React-CoreModules"; + }; + B1660B8C60F4AF474E93A57882308716 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; + remoteInfo = UMImageLoaderInterface; + }; + B1DB7B60B79642A26FC628A644DCD6EE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + B1F205581A505990C1A347EE9DCD286D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; + remoteInfo = "react-native-jitsi-meet"; + }; + B20BB391DDFCEA4AB6EA0F358A0CC15B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F3966F664F3CFAEFAB57C40FB54D3788; + remoteInfo = TOCropViewController; + }; + B29B560B4B794BB5E78F8A7642F678ED /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; + remoteInfo = RNGestureHandler; + }; + B32487E4ADC7A9BE4221CD287F179182 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; + }; + B3A522F99980C785FB333B60ECBFFB1F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; + }; + B483D2634A88F89EC4DEEA4479D7E4DC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 014495932E402CA67C37681988047CA2; + remoteInfo = UMFontInterface; + }; + B5CD8C77DF126336C68551115306DBA3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; + remoteInfo = EXWebBrowser; + }; + B5F8DFC1938C078E5118F3B5423F4E0A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; + }; + B698D3191584FFE4F68C160020ECEBFB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + B6BB87503E40C8C5A65351E45C4C60BF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + B70D0BC6CA37510DE3B4B7742483C5F6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; + remoteInfo = "Flipper-DoubleConversion"; + }; + B724B86B2429A89D346164B115733D73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; + remoteInfo = EXAppleAuthentication; + }; + B7BBFF6990BC66D397826D11B90EA53D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; + remoteInfo = UMTaskManagerInterface; + }; + B7C3C07DFB07B6A10CE0F663C0C43A75 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + B8210667112D0DBC1CC86C8E0D428AA4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; + remoteInfo = RNLocalize; + }; + B8B45E60680EFC1789A707FDF550DE1D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + B8E42AA9C9162DD63D4A1D50F56C07D9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; + remoteInfo = "react-native-background-timer"; + }; + B931168DAFE139DF74C14122A5511E35 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; + }; + B9407AAFE4A1E5D8509E6D8EBD6BB8C5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; + B95A9CEBC6060D64F5D8976E0D7757BF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + B9CA478BEA99DEA28F5C311FB446D7A6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D00F24222F074B31C56DC6D05E806A35; + remoteInfo = RNCPicker; + }; + B9F853391A5274ED28D2AB5E50E69985 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; + remoteInfo = RNFBApp; + }; + BA005D7D91BD20DC68C3A7E0E00BF31E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; + remoteInfo = "OpenSSL-Universal"; + }; + BAC70348DE12622E5F41982F2169DA83 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; + }; + BBD7CC6D4477D49BC90B69D2685BF96D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; + remoteInfo = RNBootSplash; + }; + BBEDF1002970BF973F70D2E2B82975A1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; + remoteInfo = "react-native-orientation-locker"; + }; + BC1455029708B41314F0E55873AF7E84 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; + }; + BCBA9E53FB79675DC41B1BA2DD8EC931 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + BD0D724A755FF211C75E13B3D0EA6FCA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + BEDF933413E0438B5D6511CCE1B87DCF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; + remoteInfo = "Flipper-Glog"; + }; + BF3276F746CCE5D67C2EE099F67BC9C6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + BFD8B4EC1280961313849DFE50BEEEE2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; + remoteInfo = "Flipper-RSocket"; + }; + C0485A64D10A7821F1E9192BA7AEF4F0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 037A1F31C4D99F52EC9FD2008FEC481C; + remoteInfo = ReactNativeUiLib; + }; + C0C2567F23C2F690FC40B44231D497CC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; + remoteInfo = "Flipper-Folly"; + }; + C0EF2C0152E3C41686F58C37637A2CA5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; + remoteInfo = RNRootView; + }; + C10524BD53B3A1B84FF4CE655CCB79C5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ADC4ACC657481AD27F9936D08FF7F49A; + remoteInfo = "react-native-cookies"; + }; + C1240DABD77E82107B423EC89D7E08E3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; + remoteInfo = RNReanimated; + }; + C126EC80D15620C22748F4420A0D0018 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; + remoteInfo = RNConfigReader; + }; + C13BB977F7F70974338DF7BEA81E6856 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + C140DB27ADBB6A1FB7326BB55FBB7045 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + C184DC5759F78D66D6CD7B052A21A905 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + C1AD3C8AE3E4E4FA4C349F52587B766F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; + }; + C29E40708C8BE022E5951B2739A296CB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + C3518EF84CC1FE9B2DE6482D8AB70824 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + C385E5D753C6EAD3B10CE3B6AE85B4ED /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + C4344FF20E5B97BA57E7FC3AC9FF649E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + C465834E1CE11BB8C12FC45A969FF6DA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; + }; + C488738EFD2264727AFE59C208AB65A6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 49821C2B9E764AEDF2B35DFE9AA7022F; + remoteInfo = UMBarCodeScannerInterface; + }; + C4D217D2505AEC390647948E02284595 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + C51D41167BFE0484A0DCED8C0992DD44 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; + remoteInfo = UMPermissionsInterface; + }; + C53951DFD700B8BD14EA2141FF4A7995 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; + remoteInfo = RNConfigReader; + }; + C620982B67D48CD81099C1DD7DB176A5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; + remoteInfo = UMPermissionsInterface; + }; + C6401E388A330EC76631A18FF6417A5B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + C6777C978BEF152D37CC093A9FDD0264 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; + }; + C69D4CCF1743E864A475143EC1A0DA86 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + C71C7F25FBDE4B704AB60DFE17687800 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + C7336210E36F4BB9AC3A0C84755741DF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; + remoteInfo = RNCMaskedView; + }; + C7556A3CE20058BF97181E90EB0D2F48 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; + remoteInfo = RNVectorIcons; + }; + C79C78C39831A3A1EE99D7643BEE9A03 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; + remoteInfo = UMPermissionsInterface; + }; + C7B8BBEC3F797FBB06E6910BC36042AA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 74DAFD196634D10887C9A4E7BA19A5E4; + remoteInfo = "react-native-mmkv-storage"; + }; + C8F2E50A9D3B9E68B345399245D0B4C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + C8FCF8A39B6EAA5A1E443E1F80C53CC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EEBB8D24F2B3531A5C5DAA668D02331F; + remoteInfo = "react-native-blur"; + }; + C936890C9C9EC5BCB103A9D61A535EDB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; + remoteInfo = MMKVCore; + }; + CAA249178DEC2A873C39B6019575BD53 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; + remoteInfo = FlipperKit; + }; + CACA0F6ABFBF4AA64F99B91296D4E4F6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0A915EE9D35CA5636731F8763E774951; + remoteInfo = UMCameraInterface; + }; + CC12EADC6804F26795AF13E176EE17F8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; + CC5FF69B2C0F5F9C3523FBFEFE3AB544 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; + remoteInfo = MMKV; + }; + CD3FE39324C669D8B363AD384A463E56 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; + }; + CDAF01722D8ED14CA205EA391436004D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; + }; + CDDF8EF53D24ACC2ED8A01125EEF8282 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; + remoteInfo = "react-native-document-picker"; + }; + CE00AF6478413E3AC66161B14F185998 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + CE1195E7B67D3866C21782A06B030D16 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC577C5CB1DC59A7464ECEF266A75B42; + remoteInfo = "react-native-netinfo"; + }; + CE89130C17BF59C678B960F826E6BA8E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + CEE52619DF98867E6200717CF1D1964D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; + }; + CEE681264561C0171F54D69FFAA275F2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + CF024398E47DC9DE228A619EDEB80006 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; + }; + CF3F65C39667DFCA9A11AB06E2577392 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; + remoteInfo = RNImageCropPicker; + }; + CF819CFAC9B9F2E54B275BF2279F1CB0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; + remoteInfo = UMConstantsInterface; + }; + CFE33F69FCE5CE5FF04CBB723620D097 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; + }; + D02DF915D04937950924E93CBE8E453A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + D0339DABD70F43B158C1BB157892A971 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; + remoteInfo = EXImageLoader; + }; + D0653229E0FC4FDF97B8131EB525DC4A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; + }; + D0E0F6B6D1FD41105072527A033DACEA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; + remoteInfo = RNReanimated; + }; + D0FA83D7A274F1B10DEB8E28B3A8177A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; + remoteInfo = MMKVCore; + }; + D137D4B78BF4C2B6A3A74FAAB8FB2F13 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + D183F488AB56CD26DE05AA6973C63667 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BDD119F8782FABE2707D3D913EC3EDE5; + remoteInfo = RNFBAnalytics; + }; + D1F9A82B7265213E03918AD4C6C5D191 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; + remoteInfo = "Flipper-RSocket"; + }; + D2B1926DA025FF23045D17AD94A574E7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; + remoteInfo = "react-native-slider"; + }; + D4624E7E04C747702F5633DBF88DD65F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0CF4D9052577C85B6B8C4E957332626B; + remoteInfo = EXKeepAwake; + }; + D555D05CB9613C7DFD90309B1E4BE0ED /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; + D56FD4E5E5745EFCBC6EEB7EF2F60B07 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 74DAFD196634D10887C9A4E7BA19A5E4; + remoteInfo = "react-native-mmkv-storage"; + }; + D570795949F11D3A35CB5D47E39B08B8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; + remoteInfo = "react-native-notifications"; + }; + D62FF55B25F14F1E902B2C23BB4859CB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; + remoteInfo = JitsiMeetSDK; + }; + D6DA8777A6AC6605659EE19F5002195D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; + remoteInfo = RNCAsyncStorage; + }; + D6EAF9B8E2DD5138A16C06408B606229 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; + }; + D795AF5C85256ACF57E3953671D3D298 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + D7C55B766D3E510B5BA68A93F67F36F7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; + remoteInfo = RNGestureHandler; + }; + D7CB6E340FD5B2EC92184E8DBC6479F8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; + remoteInfo = UMSensorsInterface; + }; + D8BE4B5553009995415F888DD41DB3EE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + D8CB79E603F60774A0D72C3B2C2AAB86 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 014495932E402CA67C37681988047CA2; + remoteInfo = UMFontInterface; + }; + D9024A451726924EE70E3547086939DA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + DA754FD5077A3481C3B8B91A77EB1247 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; + remoteInfo = RNConfigReader; + }; + DAA335600DCF2D78A14C31ABC7ED46C9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + DAAE29B312C6AE3A959246BEEAEA9C88 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + DB995110BFEC366DBCE4278F00D5235D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0A915EE9D35CA5636731F8763E774951; + remoteInfo = UMCameraInterface; + }; + DBA998B27119199F6368B45CE30DBF50 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; + remoteInfo = "rn-extensions-share"; + }; + DBB8B411A83C8A2ABB31208D115C46DA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; + }; + DC09B1DD409496D2059B8A7B87C2E34C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + DC0A5C825D698C00EE0AD5E9D92A11AC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; + }; + DC43AF7FCBC547C4D381E0DEA88EF89E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + DD178B0324C391F7B96FBFEF39A6931B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; + remoteInfo = MMKVCore; + }; + DE24799342215964891C3C7B68A6026F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; + }; + DF5F6833CAD07FF66E3741863854467F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; + remoteInfo = EXHaptics; + }; + DF6F432511F2F5F5D59338AA6BED8FC5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; + }; + E048441CF45A6572026272C6AD1800E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; + }; + E04E86C621A64C464F8733679876F327 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; + remoteInfo = EXVideoThumbnails; + }; + E0A861CE5C05400D44F65967296BA9D2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; + remoteInfo = MMKVCore; + }; + E0EA15FE1DFBE47625A58840458BEE21 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; + remoteInfo = RNFBApp; + }; + E0FEEAC9DA4A48F58BF38A592E4C671B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 869CED37B4B77AAE35DF8B6E70788BBC; + remoteInfo = EXLocalAuthentication; + }; + E1C037939375CF047CA4AA7E858CCAE2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 214E42634D1E187D876346D36184B655; + remoteInfo = RNScreens; + }; + E28C4F672F771AD70CF189EE2FBE5DB1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; + remoteInfo = libwebp; + }; + E2B5C0D24658385AA282EDE94DD55EEA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; + }; + E2D23AC3626922E24CD90955824391C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 214E42634D1E187D876346D36184B655; + remoteInfo = RNScreens; + }; + E2DA779D4646951910A96CE0E7329E51 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 868B90C74770285449C60DBA82181479; + remoteInfo = EXFileSystem; + }; + E38E251AA919C9787DDA6A5C90C7E2C7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + E39734969149CFFD64383B9E2AB650B6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; + remoteInfo = ReactNativeART; + }; + E40087C6AFF7F80C587533B0A6ADD9CB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; + remoteInfo = "react-native-notifications"; + }; + E44C706280A65ECFF90DCA0C1A1A3C88 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; + remoteInfo = "rn-extensions-share"; + }; + E476B9B7A56F458C6190973273D1D4AF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + E49428833000FB338CE6AE2847F96000 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; + }; + E4B5D4463BC0F09F2C65989F699811CA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; + }; + E5C0F293201E7708D780C327614927C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; + }; + E5C1BC01A8CC148C53ECEF40482BF30E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + E655B0287A64CC220840E3BF23856FAE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; + remoteInfo = UMConstantsInterface; + }; + E6919FCCEBB96B3B7DFC04B02B2E6D6D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; + }; + E7226DB61280E4F416D4FE77598FC8B2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + E739A6D430337214D5F6F817C78853DB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; + E75067485B493DA4C19A4E48F9ECB4D4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + E79BDD1516B43FF44DC2B16C0BF19B45 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 214E42634D1E187D876346D36184B655; + remoteInfo = RNScreens; + }; + E7A7D33EE80A4F18B6AE152982E2D2D5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; + remoteInfo = CocoaLibEvent; + }; + E7C987EF507B487CCBE80070160CCC87 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; + remoteInfo = RNGestureHandler; + }; + E7E6D5270B31DBA574F058519484A418 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; + remoteInfo = EXAV; + }; + E81AF4C68F1C01BF743C305817519004 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + E86E3511CFE2B52EC66748B89A1E93F5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + E88094D8133C4461227B130FEC9A1B27 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; + remoteInfo = Flipper; + }; + E8AA37FEEBF79A2FE3856D72445C685C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E3573FB7AF659C42B699003C73722241; + remoteInfo = RNFBCrashlytics; + }; + E8C12A9C913D9CEAEE588D64EE3D488E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + E8DA56C7322FE31297F5507A11CACED8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; + remoteInfo = UMFileSystemInterface; + }; + E8F5F8C37536E1C40418E7710BA3ACC1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 74DAFD196634D10887C9A4E7BA19A5E4; + remoteInfo = "react-native-mmkv-storage"; + }; + E910F7866EFE078C76665EBDA41466F7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + EA5D07CD6EA36CC08DA8CC3345254255 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + EA84B3991E851AB3FF366BA3A8BC005C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + EAAEBD709738B51C8DA6EFBB09F9B170 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ADC4ACC657481AD27F9936D08FF7F49A; + remoteInfo = "react-native-cookies"; + }; + EAB81B8E3EE94C26AE718C92A617295C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; + remoteInfo = RNVectorIcons; + }; + EB43408D29ACA1C56B2A6FD7EB1DEC17 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + EBBE9E2580BC11F10EBE8570E8BFA8A4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + EBECB5C23A1BE03B6EF46DB8E62CF3B9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + EC13F2ACF47A2CC2532F4775DFB64B34 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + EC1D1051458AC72AE89B8AA19FB5BFB8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + ECB51521A17275BA945334BB42AB3EDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; + }; + ECF14484C6C38EBABFF7771FA3E65175 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + ED515D58598D44F38FE91CB0A21A17B0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; + remoteInfo = UMTaskManagerInterface; + }; + ED59C9A30940FCE44E18918162BDD3F7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; + remoteInfo = "react-native-background-timer"; + }; + ED6E8BD38C4AF3A595723ECB1788EFC5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; + remoteInfo = "react-native-cameraroll"; + }; + ED7801DD1265CFAE4327B0C48C30104A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + EDA7FDFE135D03F43811FCBA312C1205 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; + }; + EE624667801CF8D735ECA41F4D350545 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; + remoteInfo = "rn-extensions-share"; + }; + EF6F0D5B504D7623419C491F02A07ED4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; + }; + EF79B334E8B98F5D754CA2647D9684A8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; + EF7E9B5F4B97013474FACE3168C4D7CD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + EF8E915C737B102CE55C2E2577BE50C1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; + remoteInfo = "Flipper-PeerTalk"; + }; + EFAF44FC7955A65FAEE4804FB8F25EB8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + F0778C96EEC6EE3611072C2F66D220AA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D985A509BFE270C95EDCBE6B4CBAF189; + remoteInfo = "react-native-simple-crypto"; + }; + F0C5A616F2FC33D338BBE1318F130C89 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; + remoteInfo = EXAppleAuthentication; + }; + F0C82FAF8A7BF2E774E0457E3256EAA3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; + remoteInfo = "OpenSSL-Universal"; + }; + F273C2DDDB650DFD7F654772B533AA1E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + F34F1B6FA5CBD62BF1B6266FCBDCF7CE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; + remoteInfo = EXHaptics; + }; + F4331DCE64B4321806B59EC9891F5B30 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; + remoteInfo = "react-native-orientation-locker"; + }; + F463812BA5C69E6AA3E06A44B31B39B2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; + remoteInfo = "Flipper-Glog"; + }; + F55ABB7E1DE45A23239B4CD1FF5F24EA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + F593EB3481FDCE22B9902C991B0534B7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; + remoteInfo = RNRootView; + }; + F643BECDF1540015C6F1221EC37B7CE3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; + }; + F77D51CE9ED7D233CBEAA175E22B50B9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; + remoteInfo = CocoaAsyncSocket; + }; + F8987D6457A96ED51A09796903268E6F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + F952FCFCB90B8395899FB0B657E34E3D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; + }; + F97B8E4FE33B53FC4154CFA93C605D32 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + F9F2BD2B6ACC0C78427DC49D48F414F9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; + remoteInfo = "Flipper-PeerTalk"; + }; + FA9E3ACAB17BDC3327083FB557C7CD03 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; + remoteInfo = UMPermissionsInterface; + }; + FAB1FB0F3519260AB6BC9247B48DDBBB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + FB147963812A4AF73A78488BFE79B2E4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; + remoteInfo = "Flipper-PeerTalk"; + }; + FB2679821C9B43156301FB079205A2DC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; + FB9DFC5C7193860410555F4890DEDFC1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + FC672D7A1B4EF6FACBF88FA2D6AAF3D9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 868B90C74770285449C60DBA82181479; + remoteInfo = EXFileSystem; + }; + FC7BDEE02D634D66F23973CCEB4EBE74 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; + remoteInfo = RNImageCropPicker; + }; + FCC8833A0FB3833D034EC2388073B21E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + FD39CBAAB6B6332A1EEB8C487B8D48FB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; + remoteInfo = "react-native-appearance"; + }; + FD4B396BFF0D21352C0D8358F28CA26A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; + remoteInfo = CocoaAsyncSocket; + }; + FD694EA64D045E0A3FDDD4B47548FEB6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BD9A27D8398DEB3205D3F8937B0672A0; + remoteInfo = "react-native-safe-area-context"; + }; + FDB0B68FECF72EE23EBBE6A242C72AC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; + }; + FDD691AAE72F83DF20DE6418CF1D8AD5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; + }; + FE61859530DF1129DFB076F624F01242 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; + }; + FE908F046A9281E4D8EA73EDFA77449F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; + }; + FE928FE741CF88A1FE7EC031406632CB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; + remoteInfo = UMFaceDetectorInterface; + }; + FEF84FDC9ECE446D5D87D98EB468B59D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C452F579644C83E8D8E36EC24A9BBD46; + remoteInfo = UMAppLoader; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 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 = ""; }; - 005860F4C353E505CD7C44B63908EAD1 /* RNBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBridgeModule.h; path = RNNotifications/RNBridgeModule.h; 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 = ""; }; - 006DC44206E598FEBCC781C17D3CC27C /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; 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 = ""; }; - 009D2D2F1EDF69DD6C82155F208A6AEB /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; - 00BF9522F664E6992647C38766B8A841 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; - 00C0CA3ABE1F5AF2834C0D91CAC6FE4D /* MemoryFile.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryFile.cpp; path = Core/MemoryFile.cpp; sourceTree = ""; }; - 00ECE302ACBC9A3121F1EB01F9C8264C /* RSocketResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketResponder.cpp; path = rsocket/RSocketResponder.cpp; sourceTree = ""; }; - 010E94C4E345D269CB25FBB71DF5232B /* F14IntrinsicsAvailability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14IntrinsicsAvailability.h; path = folly/container/detail/F14IntrinsicsAvailability.h; sourceTree = ""; }; + 000A7A41DED7D20489E4A7F0FCA3BDD9 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; + 000BFF50378B281C46BF6CF9253D73C7 /* MMKVCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MMKVCore-dummy.m"; sourceTree = ""; }; + 002E6788199E18385C5B416D83707855 /* RNCAsyncStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAsyncStorage.h; path = ios/RNCAsyncStorage.h; sourceTree = ""; }; + 003F4F7C9DC8F17320C2649C27116511 /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; + 0045459A1999A00C3808F9597C0D58BA /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; + 00701BC95C41C1D335B58DFD2C986308 /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = "Objective-C/TOCropViewController/Resources/es.lproj"; sourceTree = ""; }; + 007064DCF69022392922D8FC9D2450CA /* GlobalThreadPoolList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GlobalThreadPoolList.h; path = folly/executors/GlobalThreadPoolList.h; sourceTree = ""; }; + 007C41E30FC9BC818A8E9F557969AADC /* UMAppLifecycleService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleService.h; sourceTree = ""; }; + 008C4C228ECC9530DCD0CD14C585B839 /* SafeAreaSpacerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerView.m; sourceTree = ""; }; + 009995CB6492401F7F64FA49679E9963 /* UIImage+CropRotate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+CropRotate.h"; path = "Objective-C/TOCropViewController/Categories/UIImage+CropRotate.h"; sourceTree = ""; }; + 00B9BE189418D10E826ED1525D91D0C0 /* enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse41.c; path = src/dsp/enc_sse41.c; sourceTree = ""; }; + 00BBC98FB437FB06AFC073B515575B27 /* InterProcessLock_Android.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InterProcessLock_Android.cpp; path = Core/InterProcessLock_Android.cpp; sourceTree = ""; }; + 00C2129F8FB802938E4C89E550B836CB /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; + 00E18CB981CAD15EB1D1E8A59CF0F4E9 /* BSG_KSMach.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach.c; sourceTree = ""; }; + 00E709A37A0673CA56A1C9D7BB2CCF88 /* Unit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unit.h; path = folly/Unit.h; sourceTree = ""; }; + 00F357B6A8DE15AE874225C5E761D472 /* StringKeyedCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedCommon.h; path = folly/experimental/StringKeyedCommon.h; sourceTree = ""; }; + 00F9BA07ADAE89C69DAABD26CCE1D9B5 /* BSG_KSString.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSString.c; sourceTree = ""; }; + 011E91FD9EA8314136E0DD3269C46FCA /* FIRInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallations.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; }; - 012AEF8A431D4EA31E3E1985B6C0AED4 /* ThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadPoolExecutor.h; path = folly/executors/ThreadPoolExecutor.h; sourceTree = ""; }; - 014B30AAC33F5AF4683E65077F366159 /* FKPortForwardingServer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKPortForwardingServer.h; path = iOS/FlipperKit/FKPortForwarding/FKPortForwardingServer.h; sourceTree = ""; }; - 015DFD5E684CF8AD29A4C7EDE514B9DA /* FBReactNativeSpec.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.debug.xcconfig; sourceTree = ""; }; - 016A7933334987C24C2C71CF3A45D38C /* BugsnagSessionTrackingApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingApiClient.h; sourceTree = ""; }; - 0170AD439547B4E6772FC6631F4FD716 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 0172E17D6E4E5044BB550E322A73FB7E /* RNFetchBlobProgress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobProgress.m; path = ios/RNFetchBlobProgress.m; sourceTree = ""; }; - 01909B7DDF257968495FBC40CF5795D9 /* BugsnagReactNative.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.debug.xcconfig; sourceTree = ""; }; - 0198729FAA3EF03ED09EF54C85CEFE1A /* UMFontInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFontInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 019D3CADAE0B6D570B084DDAF0470007 /* react-native-netinfo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-netinfo.release.xcconfig"; sourceTree = ""; }; - 019FFFBBF8BF3CB4220CF08257DA36F1 /* UMBarCodeScannerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMBarCodeScannerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 01AA0D79896726E59FB3DCDD18985E41 /* EXReactNativeUserNotificationCenterProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXReactNativeUserNotificationCenterProxy.m; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.m; sourceTree = ""; }; - 01B03840BE50719172A19F8878C9F88A /* libevent_core.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libevent_core.a; path = lib/libevent_core.a; sourceTree = ""; }; - 01D4684FA3974731D182727D4E7D7F5F /* RNCCameraRollManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCCameraRollManager.h; path = ios/RNCCameraRollManager.h; sourceTree = ""; }; - 01DEA1E13CE45502DE224E1F4C47E8D3 /* QBVideoIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIndicatorView.h; path = ios/QBImagePicker/QBImagePicker/QBVideoIndicatorView.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 = ""; }; - 01F84E1744F5723C79C0B7DF89CC5509 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.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 = ""; }; - 021A156296AB0554566843FE9796E67A /* FBLPromiseError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromiseError.m; path = Sources/FBLPromises/FBLPromiseError.m; sourceTree = ""; }; - 0234571FBEC2AE4DBC5FF6954D32883E /* RNGestureHandlerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerModule.h; path = ios/RNGestureHandlerModule.h; sourceTree = ""; }; - 02535C8D2F06FA1A20031E1754A28A37 /* RNCSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewLocalData.h; path = ios/SafeAreaView/RNCSafeAreaViewLocalData.h; sourceTree = ""; }; - 025456DD4CC7928CA3E0331F6A4FFA18 /* UMSensorsInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.debug.xcconfig; sourceTree = ""; }; - 028797E09D645D2173701B0334CA976B /* GULSecureCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSecureCoding.h; path = GoogleUtilities/Environment/Private/GULSecureCoding.h; sourceTree = ""; }; - 028F7C1E056AF6DD397D02CD928ABF63 /* FIRCLSException.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSException.mm; path = Crashlytics/Crashlytics/Handlers/FIRCLSException.mm; sourceTree = ""; }; - 029B46A552B0D258E1CC3D1109C87E1D /* RNFetchBlobFS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobFS.h; path = ios/RNFetchBlobFS.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 = ""; }; - 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 = ""; }; - 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 = ""; }; - 0386086EE68EF47607DDB6824CED64CA /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; - 0394F4BA3E1A0C8F919C8AEA250AA8F9 /* ARTShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTShape.h; path = ios/ARTShape.h; sourceTree = ""; }; - 03AEA52C08F8A4CBBF997BA851BF9561 /* UMSingletonModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMSingletonModule.m; path = UMCore/UMSingletonModule.m; sourceTree = ""; }; - 03BE0CA9E1B1C0EEC8540A68C813E549 /* 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; }; - 03FCE5CC6F14E4E949A72787BEFA2223 /* Yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 03FF44AB535560F971CAE86A826DF848 /* EXAV-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAV-dummy.m"; sourceTree = ""; }; - 0455755620919652DDC71E90AF31EB5D /* TcpDuplexConnection.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpDuplexConnection.cpp; path = rsocket/transports/tcp/TcpDuplexConnection.cpp; sourceTree = ""; }; - 045D292843031BBE69A9FBEC52932EB0 /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; 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 = ""; }; - 047C33B176F12C3B7BCB936A7C67EEE8 /* SafeAreaManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaManager.m; 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 = ""; }; - 04B20512626ACB716D1A4F88AD2445F6 /* RNCookieManagerIOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCookieManagerIOS.m; path = ios/RNCookieManagerIOS/RNCookieManagerIOS.m; 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 = ""; }; + 012252FE12FE969A6C78422DC7D73657 /* RCTRedBoxSetEnabled.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxSetEnabled.h; sourceTree = ""; }; + 013D372982CD07531F05547EA1730D48 /* TestSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TestSubscriber.h; path = yarpl/flowable/TestSubscriber.h; sourceTree = ""; }; + 0182CEC1F956E61DD86EB70AA05F0601 /* EXVideoThumbnailsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXVideoThumbnailsModule.m; path = EXVideoThumbnails/EXVideoThumbnailsModule.m; sourceTree = ""; }; + 01AC624A4C635CD0C1B44E7A7EA250DA /* encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = encode.h; path = src/webp/encode.h; sourceTree = ""; }; + 01C3C852152F1BBE20AD6A996BF8E7A3 /* FlipperRSocketResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperRSocketResponder.cpp; path = xplat/Flipper/FlipperRSocketResponder.cpp; sourceTree = ""; }; + 01D45145ED00B2D3F855D1763C25F973 /* FirebaseAnalytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.release.xcconfig; sourceTree = ""; }; + 01D4A83C2E58AE306B95106FBBC4EEB5 /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; + 01DDFFDB38BC0879FB23E69FCAFB21CD /* PriorityLifoSemMPMCQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityLifoSemMPMCQueue.h; path = folly/executors/task_queue/PriorityLifoSemMPMCQueue.h; sourceTree = ""; }; + 01F1A2568C00672EA0A2A2D52A5A8EDF /* SDWebImageWebPCoder-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImageWebPCoder-prefix.pch"; sourceTree = ""; }; + 022FB78713AE180F7CF82F4B0FF0438A /* Ionicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Ionicons.ttf; path = Fonts/Ionicons.ttf; sourceTree = ""; }; + 022FD01EBAC9AA0596186DCF3185EA20 /* Fixture.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Fixture.cpp; path = rsocket/benchmarks/Fixture.cpp; sourceTree = ""; }; + 0232D32AE731700F5156D699F97C3089 /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; + 024D1D724246739D2D5B48A5AACF37E7 /* RNVectorIcons.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNVectorIcons.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 025B512840C438216CB001FF5ED9405F /* FIRCLSProfiling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSProfiling.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.h; sourceTree = ""; }; + 025CF6382C97F26132E54E0FFCF7BACE /* ARTGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTGroup.h; path = ios/ARTGroup.h; sourceTree = ""; }; + 025EDD98D875AB4747076E6812576A16 /* enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_msa.c; path = src/dsp/enc_msa.c; sourceTree = ""; }; + 0269DC4238B8FFC5973FABE06EB154F1 /* MemoryMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryMapping.h; path = folly/system/MemoryMapping.h; sourceTree = ""; }; + 02797CA362E63F96FA28455F45286A90 /* FirebaseCrashlytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCrashlytics-dummy.m"; sourceTree = ""; }; + 0281DCCF570A3F040675425C358D5893 /* react-native-blur.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-blur.release.xcconfig"; sourceTree = ""; }; + 02A9D5254942E2AC9EA6ED1D53023E1C /* RCTRsaUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RCTRsaUtils.swift; path = ios/RCTCrypto/RCTRsaUtils.swift; sourceTree = ""; }; + 02B3C17838F4B8794F9E36620A0295E1 /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; + 02BB178B95F429C4CBBEA066B2E8495B /* React-jsi.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.debug.xcconfig"; sourceTree = ""; }; + 02CC66E4769545BFDC14B9EF6845DECC /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = FirebaseCore/Sources/FIRBundleUtil.m; sourceTree = ""; }; + 02DF3CC98421C3F8C78F5DE98C7019CE /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; + 02E6DDDF40FB406E3AC99ABAAA2097AD /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; + 02F3033B864B2A949CD8AA7B28BE182C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 0302A79E50D4DEA8BFE77B6C18CB0FFC /* FIRCLSReportUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportUploader.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.h; sourceTree = ""; }; + 031026658AAFFE512891B2D48C5B0563 /* React-Core.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.debug.xcconfig"; sourceTree = ""; }; + 031BC6362EF3CFCF431C11F7A6757084 /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Text.m"; sourceTree = ""; }; + 031F311F6845F92D81BCDE1675553C4C /* SysMembarrier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysMembarrier.cpp; path = folly/portability/SysMembarrier.cpp; sourceTree = ""; }; + 032606F57BD92CB739650F7976E716F5 /* VirtualEventBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = VirtualEventBase.cpp; path = folly/io/async/VirtualEventBase.cpp; sourceTree = ""; }; + 03370B4563CC050BD28E0B0201F1594D /* FIRCLSCompactUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSCompactUnwind.c; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.c; sourceTree = ""; }; + 034932F24CE09CDE67578BFCDA1FCC54 /* SpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpinLock.h; path = folly/SpinLock.h; sourceTree = ""; }; + 035BF9522C29D6A92C441C7D6646E5F2 /* FlipperCppBridgingConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCppBridgingConnection.h; path = iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.h; sourceTree = ""; }; + 035F20CC3A0001F2B05AF737169C6495 /* RNGestureHandlerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerEvents.h; path = ios/RNGestureHandlerEvents.h; sourceTree = ""; }; + 037C703458C9E0E51822F69D905FA87B /* UMMagnetometerUncalibratedInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerUncalibratedInterface.h; path = UMSensorsInterface/UMMagnetometerUncalibratedInterface.h; sourceTree = ""; }; + 039D111922B1E074D90633A02B8CD1FC /* RNFBAnalyticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBAnalyticsModule.m; path = ios/RNFBAnalytics/RNFBAnalyticsModule.m; sourceTree = ""; }; + 03A273437E8D370C10870C6FE639084D /* RNJitsiMeetView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetView.h; path = ios/RNJitsiMeetView.h; sourceTree = ""; }; + 03A833E8CA316A45B6A744D0BF3FD1CC /* 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; }; + 03AA6248F1AEAA966AB7BCFB60164D69 /* UMTaskConsumerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskConsumerInterface.h; path = UMTaskManagerInterface/UMTaskConsumerInterface.h; sourceTree = ""; }; + 03C3BBAC3F09F33F546209A395B1255B /* FrameHeader.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameHeader.cpp; path = rsocket/framing/FrameHeader.cpp; sourceTree = ""; }; + 03C7C6C2A131571FB13B37A9B37E24CC /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; + 03DF691AF5819BD4D736E4B487BDC0ED /* dec_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse41.c; path = src/dsp/dec_sse41.c; sourceTree = ""; }; + 03FC85299FEB9052FC30CFFBE1CA3B35 /* lossless_enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_msa.c; path = src/dsp/lossless_enc_msa.c; sourceTree = ""; }; + 0412EEC82A49E60D321C182098316DC9 /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFPSGraph.h; path = React/CoreModules/RCTFPSGraph.h; sourceTree = ""; }; + 04493A8B4AAFB4081B13B4213928434A /* File.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = File.h; path = folly/File.h; sourceTree = ""; }; + 044FD0CCED9C37A3BCA2DEF2DC3CCF54 /* Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Folly-prefix.pch"; sourceTree = ""; }; + 045E387DCB39154DD0ECEA05D5BBAA8F /* HardwareConcurrency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HardwareConcurrency.h; path = folly/system/HardwareConcurrency.h; sourceTree = ""; }; + 04646EA6378DF68F80978D95F6CE47AB /* BugsnagBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagBreadcrumb.h; sourceTree = ""; }; + 0468BDCC13CE8B1D9F71EEEA0C1036D5 /* RNCNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCNetInfo.m; path = ios/RNCNetInfo.m; sourceTree = ""; }; + 0481A0BEAA042C5D2CF0CD82BFA68C9E /* RNFBCrashlyticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBCrashlyticsModule.m; path = ios/RNFBCrashlytics/RNFBCrashlyticsModule.m; sourceTree = ""; }; + 0481ABC052E4E34D2F7D4F324992920A /* EXHapticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXHapticsModule.h; path = EXHaptics/EXHapticsModule.h; sourceTree = ""; }; + 04822FFDE132D0F90BB3D7FB0734781C /* EXHaptics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXHaptics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 0484C70F8571311DEE53FA04FE4AC60F /* RCTImageURLLoaderWithAttribution.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageURLLoaderWithAttribution.mm; sourceTree = ""; }; + 0486C663C190FA81EBE065496F08EAA9 /* FIRInstallationsAuthTokenResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResultInternal.h; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResultInternal.h; sourceTree = ""; }; + 04A1A7C80305D14C15305434E103D007 /* RCTTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModule.mm; sourceTree = ""; }; + 04A4DB236DFEBCBFDE59B3B7F83A2287 /* FIRCrashlyticsReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCrashlyticsReport.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlyticsReport.h; sourceTree = ""; }; + 04B0B47CCED53BFB5BFE630005353BFF /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; + 04B93A528C4DC1CCDCCE9B4F77843223 /* FIRCLSDwarfExpressionMachine.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDwarfExpressionMachine.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.c; sourceTree = ""; }; 04C9072E8E73E49E527671FED550BBA8 /* Pods-NotificationService.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-NotificationService.debug.xcconfig"; sourceTree = ""; }; - 04DA95BC4E0C47C6135DB1B2875BABAC /* EXVideoThumbnails-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXVideoThumbnails-dummy.m"; sourceTree = ""; }; - 04DC8BEBCBCD61D58D7720C9D70F2F13 /* dtls1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dtls1.h; path = ios/include/openssl/dtls1.h; sourceTree = ""; }; - 04E6BE6099C804608946515464F90AD4 /* ARTNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTNode.h; path = ios/ARTNode.h; sourceTree = ""; }; - 04F32D39B9649C511CA9ADE07B4E1A6B /* SKButtonDescriptor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKButtonDescriptor.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKButtonDescriptor.mm; sourceTree = ""; }; - 04FB5B449EB8568D9F89238A948A2942 /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; - 05084B9EC787EEC5B98CFDB9F9D48617 /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; - 050FDCB7802A72E426AFD67B5A03C4E8 /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; 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 = ""; }; - 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 = ""; }; - 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 = ""; }; - 05CEFA3E68A4E78ECEAA668B31F73FC2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 05DB7EABBEBDCD8AA01A01255BB2D3F8 /* QBAssetCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetCell.h; path = ios/QBImagePicker/QBImagePicker/QBAssetCell.h; sourceTree = ""; }; - 05F7D92341B3FAE82A38C9865396D853 /* LNAnimatorTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNAnimatorTemp.h; sourceTree = ""; }; - 0605485DB7CC412F7210A7E521585755 /* FBLPromise+Do.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Do.m"; path = "Sources/FBLPromises/FBLPromise+Do.m"; sourceTree = ""; }; - 0605AA88EBE8392B70857FBC86423EF9 /* ARTGroupManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTGroupManager.h; 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 = ""; }; - 0627E205614405DF99E6875036C998F1 /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; - 063FB6432991BDA2FA3DD7554075C06A /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; - 06478CAB468FDEBAC5D6AF508A28CD53 /* FIRAppAssociationRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAppAssociationRegistration.m; path = FirebaseCore/Sources/FIRAppAssociationRegistration.m; sourceTree = ""; }; + 04D47F7ED0FFB0504C86EAA882C9CCCB /* VibrancyViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VibrancyViewManager.m; path = ios/VibrancyViewManager.m; sourceTree = ""; }; + 04E5E089705ABD2D138D2AEF11825FAA /* LifoSem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LifoSem.h; path = folly/synchronization/LifoSem.h; sourceTree = ""; }; + 04EB175BE2362FDAEB9BC6B79F90BCD9 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 04F1174EFB7879A3DABD94F90A635288 /* RNSScreenContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenContainer.m; path = ios/RNSScreenContainer.m; sourceTree = ""; }; + 0505BACFE5DA5D22ABA166463EEBCA8F /* x509.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509.h; path = ios/include/openssl/x509.h; sourceTree = ""; }; + 0508A448A1CE1F770F4293B9EA7B67FE /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; + 0515DC8311D17640D078441BD5904CD4 /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; + 057F9C105167A3A2292E15978681EB6E /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; + 05ADE30C9F2DCFC6C490D8E94EC9853C /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; + 05ADEAC9FE831F676ABA18382E7DC32A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 05BC2127A5F92B78117E8113C021E45E /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = jsi.cpp; sourceTree = ""; }; + 05CC68169419D036AAD6899AD7FE5EA6 /* FIRInstallationsIIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDTokenStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.m; sourceTree = ""; }; + 05DA663B614D6A5C87CC5FBDEA0495BD /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; + 05DE5D933068276F2D0A40944B7E3ACA /* FBReactNativeSpec-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBReactNativeSpec-dummy.m"; sourceTree = ""; }; + 05EBD8042256D7102C86C01E649E4EB2 /* UMPermissionsInterface-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMPermissionsInterface-dummy.m"; sourceTree = ""; }; + 0608E6082959ED34A329ACDF7C544972 /* Core-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Core-inl.h"; path = "folly/gen/Core-inl.h"; sourceTree = ""; }; + 060F4BFD2969047A03F88F300952D9BB /* NSValue+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSValue+Interpolation.h"; sourceTree = ""; }; + 0613FDCA7495EFA775473E2D66BAA6A7 /* SDWebImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageWebPCoder.h; path = SDWebImageWebPCoder/Module/SDWebImageWebPCoder.h; sourceTree = ""; }; + 0618D9A6F9E41461744D566A8FDE7746 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; + 0624D8A07F27EB6ACE47362D852A41E6 /* FlipperClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperClient.mm; path = iOS/FlipperKit/FlipperClient.mm; sourceTree = ""; }; + 062EE551C4F88A33FEFD22213AAAF0A6 /* IPAddressV4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressV4.h; path = folly/IPAddressV4.h; sourceTree = ""; }; + 06314A8AE32E18BBE40C49E4B475357B /* alpha_processing_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_neon.c; path = src/dsp/alpha_processing_neon.c; sourceTree = ""; }; + 063459F13968F3F15A78C8D1CA47010E /* RNGestureHandlerRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerRegistry.m; path = ios/RNGestureHandlerRegistry.m; sourceTree = ""; }; + 0635329C05A5348AA7D944F7366247E6 /* REAOperatorNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAOperatorNode.h; sourceTree = ""; }; + 06369FBA08FEC45C416382726654950D /* ARTLinearGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTLinearGradient.h; sourceTree = ""; }; 06489499588BFA8FD5E63DD6375CD533 /* libFolly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFolly.a; path = libFolly.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 064F4ECD56B31AB9F2268920C3A5A067 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; - 06575402F69BAA264DDB56499D310347 /* BugsnagReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BugsnagReactNative-dummy.m"; sourceTree = ""; }; - 0663086EE34A898ABCE2FCDEA045ECF9 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; - 0665E6CEF9086198C8B77743642C21C8 /* HHWheelTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HHWheelTimer.h; path = folly/io/async/HHWheelTimer.h; sourceTree = ""; }; - 0679DDA06F6083ADCCB39D00724A4529 /* RNFetchBlobReqBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobReqBuilder.m; path = ios/RNFetchBlobReqBuilder.m; 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 = ""; }; - 069299EFCFF6E6430615690CFEAC7198 /* firebasecore.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = firebasecore.nanopb.c; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c; sourceTree = ""; }; - 06A2859FB3B2D27B0C9324385973775F /* Foreach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Foreach.h; path = folly/container/Foreach.h; 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 = ""; }; - 06DE441B6B66C334B96C32F2BE249AAE /* subscription.md */ = {isa = PBXFileReference; includeInIndex = 1; name = subscription.md; path = docs/subscription.md; sourceTree = ""; }; - 06ED1503399F931536AD51E0C2C89640 /* MemoryMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryMapping.h; path = folly/system/MemoryMapping.h; sourceTree = ""; }; + 0654C11945A7FDE6D018DC4D59C6569A /* RCTPbkdf2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPbkdf2.h; path = ios/RCTCrypto/RCTPbkdf2.h; sourceTree = ""; }; + 06650164322937D65716F7A2C24EB589 /* RCTStatusBarManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTStatusBarManager.mm; sourceTree = ""; }; + 066BBAFED24D16F17CE3415219E6420A /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; + 0675933781794EB0B0E5D1E35A204F97 /* FIRStackFrame_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRStackFrame_Private.h; path = Crashlytics/Crashlytics/Private/FIRStackFrame_Private.h; sourceTree = ""; }; + 06793EA59B2717FDE75F173E16F08FEB /* UMAppLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLoaderInterface.h; sourceTree = ""; }; + 06873B00C2AC532EAB4C075EE348C6BC /* RNCPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCPickerManager.m; path = ios/RNCPickerManager.m; sourceTree = ""; }; + 0694EF1F31054BEFECF53E236B255B4C /* OpenSSL-Universal.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "OpenSSL-Universal.release.xcconfig"; sourceTree = ""; }; + 0699490837ECDE9FAA23F6F981D3ACAE /* 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; }; + 06B76F1E78247A0F08097B4E543CCCD0 /* BSG_KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSysCtl.h; sourceTree = ""; }; + 06BBB3D62021BFE3FED478B5448C9797 /* Restart.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Restart.m; path = ios/Restart.m; sourceTree = ""; }; + 06C8ADD6BBCC658CAAECCFF4FDCE30F3 /* UMFileSystemInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFileSystemInterface.h; path = UMFileSystemInterface/UMFileSystemInterface.h; sourceTree = ""; }; + 06E26F4E95700B7CD04F060923B39BB4 /* sorted_vector_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sorted_vector_types.h; path = folly/sorted_vector_types.h; sourceTree = ""; }; + 06EC0093D8FB9088CB7ABF02D97E8992 /* ClockGettimeWrappers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ClockGettimeWrappers.h; path = folly/ClockGettimeWrappers.h; sourceTree = ""; }; 06FC5C9CF96D60C50FCD47D339C91951 /* libnanopb.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libnanopb.a; path = libnanopb.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 07043E4C9E68DFB1E81D043ABFDF115F /* IDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IDStore.h; path = ios/IDStore.h; sourceTree = ""; }; - 07175D29AF10E770288BF8B9D85FC3DE /* Event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Event.h; path = folly/portability/Event.h; sourceTree = ""; }; - 072FC21916E7BF865E91243CB8793BD7 /* RCTAnimationPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationPlugins.h; path = Libraries/NativeAnimation/RCTAnimationPlugins.h; sourceTree = ""; }; - 0750C8F835835729E5F25ED089A7AC4D /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; - 075E2316CDBA184F5871EC6E2F260E62 /* react-native-restart.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-restart.debug.xcconfig"; sourceTree = ""; }; - 076188746E63669482F47637CC7DD001 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; - 076AF9B37344148E311E7B228A383DEE /* RCTLogBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLogBox.h; path = React/CoreModules/RCTLogBox.h; 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 = ""; }; - 07705801BEF424442C040C1803546158 /* UMUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUtilities.h; path = UMCore/UMUtilities.h; sourceTree = ""; }; - 077E46030B22F06DEE87D28DAD524014 /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; - 0781F7E7BAAF0A8DADD804243F814C91 /* FIRDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDiagnosticsData.h; path = FirebaseCore/Sources/FIRDiagnosticsData.h; sourceTree = ""; }; - 079F421CEBAA5714D5242D10FE096383 /* RNCSafeAreaProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaProvider.m; path = ios/SafeAreaView/RNCSafeAreaProvider.m; sourceTree = ""; }; - 07AB6B3D1F1C72F76834F49E7AFD2C07 /* RCTImageStoreManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageStoreManager.mm; sourceTree = ""; }; - 07BE4B814A6B137B6E34446514FA5FB7 /* FlipperKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FlipperKit-prefix.pch"; sourceTree = ""; }; - 07C04C51D2D9A9CE34840B41C1E68A60 /* RNPushKitEventListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventListener.m; path = RNNotifications/RNPushKitEventListener.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 = ""; }; - 07DB3B01C62EAFB68B6FA1D683E3A2BF /* UMLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogManager.h; sourceTree = ""; }; - 07FA5DD88700D5567F7CF04629526D9B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 082300440C7203B7B3E74FEC1765A352 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 08391954A2F97E467DB6AE01410CDE9F /* FIRCLSFABHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABHost.m; path = Crashlytics/Shared/FIRCLSFABHost.m; sourceTree = ""; }; - 0876696CAECA40DB9689E65FA1C02BBC /* Singleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Singleton.h; path = folly/Singleton.h; sourceTree = ""; }; - 0881EDB5DB96EA4EEA2D247C213547CB /* BugsnagNotifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagNotifier.h; sourceTree = ""; }; + 070662655A3D6FC2429B63C0DF9CA8AC /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = React/CoreModules/RCTWebSocketExecutor.h; sourceTree = ""; }; + 070F18339D9AFCA96A1CDF839279C722 /* RNCAppearanceProviderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProviderManager.h; path = ios/Appearance/RNCAppearanceProviderManager.h; sourceTree = ""; }; + 0714ACE3E063C8D6220869B2C00D5730 /* FlipperCertificateProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCertificateProvider.h; path = xplat/Flipper/FlipperCertificateProvider.h; sourceTree = ""; }; + 0736579352E1125A2CF8F5040F42F6B6 /* FirebaseInstallations.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.debug.xcconfig; sourceTree = ""; }; + 073B18B51E64BE234C63903F2F580C1A /* BugsnagSessionFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionFileStore.m; sourceTree = ""; }; + 07627719E753838B185035D0E58A05FD /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBigString.cpp; sourceTree = ""; }; + 07738C4D942490BE4DF999F5229E1C44 /* lossless_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless_common.h; path = src/dsp/lossless_common.h; sourceTree = ""; }; + 0778C8F3BEA58C89E256AB1BAFE141BB /* Foundation.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Foundation.ttf; path = Fonts/Foundation.ttf; sourceTree = ""; }; + 078791EE4D7B44C73A14ABBD93D8146B /* FIRCLSNotificationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNotificationManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.m; sourceTree = ""; }; + 07927080F9D5179F42DC34A3460E423D /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; + 079C6C84747DE734603EB8B96D0E30D1 /* EXKeepAwake-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXKeepAwake-dummy.m"; sourceTree = ""; }; + 07A025DBDCD7D39D563AC5776BE1BCFB /* firebasecore.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = firebasecore.nanopb.c; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c; sourceTree = ""; }; + 07A3E5654F77F804DEBA6C37FD4268EC /* BugsnagHandledState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagHandledState.h; sourceTree = ""; }; + 07C9F6C652871B87FEECB5B018821CBA /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = React/CoreModules/RCTWebSocketModule.h; sourceTree = ""; }; + 07EA7CCE29C45610D55418CA3EE87BE2 /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; + 07ED20A5D648AB116467BD8E3EA25954 /* Event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Event.h; path = folly/portability/Event.h; sourceTree = ""; }; + 07F063583D1E47E9065A5835795F5053 /* SocketFastOpen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketFastOpen.h; path = folly/detail/SocketFastOpen.h; sourceTree = ""; }; + 07F080AAD6C4A26B9AE85DD28DC203CC /* UMGyroscopeInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMGyroscopeInterface.h; path = UMSensorsInterface/UMGyroscopeInterface.h; sourceTree = ""; }; + 0802CA093B17819C1A5F48DCC87B1D9E /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; + 0805E5BDC2306F1B6C105EDC8E80284A /* BSG_KSJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSJSONCodecObjC.m; sourceTree = ""; }; + 081BA91362D8BA8B04F2C3A4F65A8D6C /* ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist"; sourceTree = ""; }; + 082A6E42AD3DEDB6DD6A18C108362924 /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; + 082AA3915BE8B98CA081CB1A3C6CF18C /* ThreadCachedInt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedInt.h; path = folly/ThreadCachedInt.h; sourceTree = ""; }; + 082EE5AE2E745F48AB4927D697240ADA /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; + 0844475E8AA1BBD38F25F4FDAC2C97EE /* Conv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Conv.h; path = folly/chrono/Conv.h; sourceTree = ""; }; + 08471685D70C3898572850DA400531AC /* OpenSSLLockTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLLockTypes.h; path = folly/ssl/OpenSSLLockTypes.h; sourceTree = ""; }; + 084C906ED3CC5FB6D05BD373B37D9030 /* FIRCLSMachO.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachO.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.m; sourceTree = ""; }; + 087F7002A77F0247B604D8B7FFB9B7EC /* libcrypto.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libcrypto.a; path = ios/lib/libcrypto.a; sourceTree = ""; }; + 088B1035D378F2BD1538F053CC4EC591 /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/experimental/Bits.h; sourceTree = ""; }; + 08CCE8BD8278DB2522CC65ABB4F6D950 /* FIRInstallationsAuthTokenResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResult.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsAuthTokenResult.h; sourceTree = ""; }; + 08CF80F147FB9FD06B6D30AB2D8C5867 /* Portability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Portability.h; path = folly/Portability.h; 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; }; - 08E4CE9720B65B3319A2C164530FA2CB /* RCTDisplayWeakRefreshable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDisplayWeakRefreshable.h; path = Libraries/Image/RCTDisplayWeakRefreshable.h; sourceTree = ""; }; - 09078B378F3ABC34A333143BB0C673B6 /* installation.md */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.md; path = docs/installation.md; sourceTree = ""; }; - 091009D8A3AED924E5BA18C1FA2A8DA3 /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; - 0914A8FC98A0605C4A3865107344A1D3 /* VibrancyView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VibrancyView.h; path = ios/VibrancyView.h; sourceTree = ""; }; - 0914B3DEC39A12CDEC23F777635D025E /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; 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 = ""; }; - 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 = ""; }; - 0986669E69C41DF562CD7BFB7F72901A /* EXVideoThumbnails.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXVideoThumbnails.release.xcconfig; sourceTree = ""; }; - 0992F82E7E2FFD18D2C741E7CA2E4C81 /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; - 099DFCECAEA2C308896B6830D12120B9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 08F28275DBE5D47B10613D08900EB7F3 /* SpookyHashV1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpookyHashV1.h; path = folly/hash/SpookyHashV1.h; sourceTree = ""; }; + 0910BA704346437769539FFD10B6E7A5 /* GlobalExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GlobalExecutor.h; path = folly/executors/GlobalExecutor.h; sourceTree = ""; }; + 091511E3493AE68845DBF84ECD2ACA49 /* GroupVarintDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GroupVarintDetail.h; path = folly/detail/GroupVarintDetail.h; sourceTree = ""; }; + 0943FEC9013DCA31A10D5DEF04AD1C85 /* RNRootView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNRootView-dummy.m"; sourceTree = ""; }; + 0957F21DC1258AE2A941E21CC9EAECE2 /* upsampling_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_msa.c; path = src/dsp/upsampling_msa.c; sourceTree = ""; }; + 095AAE07AED6E306A571D23AE8B986BC /* FIRCLSConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSConstants.m; path = Crashlytics/Shared/FIRCLSConstants.m; sourceTree = ""; }; + 09631CEAB6FA83FAEB19F4D3D7E6B766 /* FIRCLSRecordIdentity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordIdentity.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.m; sourceTree = ""; }; + 0969F0AF29B080190D3B8D11E68DB287 /* FIRInteropParameterNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropParameterNames.h; path = Interop/Analytics/Public/FIRInteropParameterNames.h; sourceTree = ""; }; + 096B37AB778309E97E942678021BC8A8 /* Arena.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Arena.h; path = folly/memory/Arena.h; sourceTree = ""; }; + 097638F6AE856DD306E8A4AD4EB1600D /* bio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bio.h; path = ios/include/openssl/bio.h; sourceTree = ""; }; + 0979A5EEEBBDCFF0B4EA0EDEE24A2EB5 /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; + 099CF98919DA36BBBD2A6A4F2675187F /* FIRInstallationsLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsLogger.m; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.m; sourceTree = ""; }; + 09A89DA040C80D9FE8F816A8C4C8275B /* GDTCORDirectorySizeTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORDirectorySizeTracker.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORDirectorySizeTracker.m; sourceTree = ""; }; + 09ADFAA96E88C5EFA39FB9EF84CA7D11 /* InlineExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InlineExecutor.h; path = folly/executors/InlineExecutor.h; sourceTree = ""; }; 09B5856105EF7C6447B9EC57E7E36B34 /* libEXKeepAwake.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXKeepAwake.a; path = libEXKeepAwake.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 09BA6BFFA2138AA164B16472ABBB8BEF /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; - 09E21919031D6D3C21EDD56F97160D5F /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.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 = ""; }; - 09FFA9D1CFAEEC9252A44B73AA10A8A6 /* huffman_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_utils.c; path = src/utils/huffman_utils.c; sourceTree = ""; }; - 0A14EFF149F4510495C44C02DDE6539C /* FlipperKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FlipperKit.debug.xcconfig; sourceTree = ""; }; - 0A39049268CD3E505ED7CF80CE92C0D5 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; - 0A4847D525003929C998851398FA9ECC /* GDTCORReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORReachability.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORReachability.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 = ""; }; - 0A67ABDC77549AC093ECA0947A149EE5 /* rn-fetch-blob.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.debug.xcconfig"; sourceTree = ""; }; - 0A8169E6187E1D0EF61BC2DAD30E23D4 /* BSG_KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodecObjC.h; sourceTree = ""; }; - 0A8A6BCBD4389F043F5405A485FD00D7 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/Core/SDWebImageCompat.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 = ""; }; - 0AC57F38DC91B6492E3B74B637E80C5A /* FlipperKitNetworkPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperKitNetworkPlugin.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.h; sourceTree = ""; }; - 0AD6553E78F718AF5A52917E0D45CDCE /* EXAV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAV.h; path = EXAV/EXAV.h; 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 = ""; }; - 0B15086349DE1CE660650C904C4A0EEE /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; - 0B21D504201F6AC4EC9734890EC1499E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 0B3F5420EA9D4DF25EAF1EFF1329790C /* Hardware.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hardware.h; path = folly/synchronization/detail/Hardware.h; sourceTree = ""; }; - 0B4C1DE7026B7DBFC78DB627ABBBEAC5 /* opensslconf-arm64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-arm64.h"; path = "ios/include/openssl/opensslconf-arm64.h"; sourceTree = ""; }; - 0B604C164297ABEFBB339CA18AE3E70C /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; - 0B83C36B4806E5F74CFD0C7B517B1C96 /* RCTRedBoxSetEnabled.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxSetEnabled.m; sourceTree = ""; }; - 0B9EEAA9CD47A4CECB92579769CE04EC /* rescaler_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_msa.c; path = src/dsp/rescaler_msa.c; sourceTree = ""; }; - 0BABC475F077926F8CB44E76ECEEB510 /* ARTShadow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTShadow.h; path = ios/ARTShadow.h; sourceTree = ""; }; - 0BBFFFB7191A61992027A98BED78B1E6 /* Future-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Future-inl.h"; path = "folly/futures/Future-inl.h"; sourceTree = ""; }; - 0BC6A23335D83B5648318863DBB377E4 /* RNCAsyncStorageDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAsyncStorageDelegate.h; path = ios/RNCAsyncStorageDelegate.h; sourceTree = ""; }; - 0BD0DBC3BD722E1179D01F79AAFECDB3 /* GoogleUtilities.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.debug.xcconfig; sourceTree = ""; }; - 0BE178371059198CA42CA56038C97FDF /* BSG_KSObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjC.h; sourceTree = ""; }; - 0BE36D51559E26128B55E3C08C964C5D /* FlipperStateUpdateListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperStateUpdateListener.h; path = iOS/FlipperKit/FlipperStateUpdateListener.h; 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 = ""; }; - 0C2E2C7E2BF1EF3B8DEB979CA99FC847 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; - 0C32C5B0B0C6FC07363CFDB633279B35 /* EXFileSystem-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXFileSystem-prefix.pch"; sourceTree = ""; }; + 09BB87074F96EA240945AD705A936DCE /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; + 09C9558F3AC864FF70A5BDFD5E1DC0EB /* anim_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_decode.c; path = src/demux/anim_decode.c; sourceTree = ""; }; + 09CA0BEC1B119C24CC6BA4B5740DCBA9 /* RNFBPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBPreferences.m; path = ios/RNFBApp/RNFBPreferences.m; sourceTree = ""; }; + 09CF9AEDB2D67CF2BA257F239D7B69FB /* BSG_KSCrashContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashContext.h; sourceTree = ""; }; + 09E7312E63CAA862B55661C0014E2A5F /* AsyncTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTransport.h; path = folly/io/async/AsyncTransport.h; sourceTree = ""; }; + 09EA990271AFD881AF33D7EBED0DD408 /* LockFreeRingBuffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LockFreeRingBuffer.h; path = folly/experimental/LockFreeRingBuffer.h; sourceTree = ""; }; + 09F4117E3C107202B0688D11DCFF4342 /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; + 0A050C08F1D7FA7209FB497172C3E35E /* RNGestureHandlerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerManager.m; path = ios/RNGestureHandlerManager.m; sourceTree = ""; }; + 0A174CBF81E3ED0FBEF427F0FEB66CA4 /* Aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Aes.h; sourceTree = ""; }; + 0A27CD6ADAC415E18126620F79CE3AB9 /* BSGOutOfMemoryWatchdog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGOutOfMemoryWatchdog.h; sourceTree = ""; }; + 0A2D4C23677C83B5C0BBA807A988172B /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; + 0A311CD55F96640C066D0CD342BD057D /* Flipper-PeerTalk-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-PeerTalk-prefix.pch"; sourceTree = ""; }; + 0A47A8D815F184981BBC78C336521A26 /* OpenSSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSL.h; path = folly/portability/OpenSSL.h; sourceTree = ""; }; + 0A51C6EC3DD9FC7EC5ACC4C882BA9B7C /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; + 0A758AA9DA4EF7A791C9EDC784D8CBAD /* FIRCLSFeatures.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFeatures.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h; sourceTree = ""; }; + 0A8F21189BAB2C58B2806E5EF7AEFB7D /* Syslog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Syslog.h; path = folly/portability/Syslog.h; sourceTree = ""; }; + 0AA1BB098115EEC1C82F0F5B8D9097C6 /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; + 0AA3CAE923672062053D8DB7C18F21B6 /* RNCMaskedView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCMaskedView.debug.xcconfig; sourceTree = ""; }; + 0AC602B00DD41426509C244A29AA02BB /* UMTaskServiceInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskServiceInterface.h; path = UMTaskManagerInterface/UMTaskServiceInterface.h; sourceTree = ""; }; + 0AF43D9D24AE3BE6CEAD858067A9015A /* 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; }; + 0B0B02237A5F6C748381CFB882269B89 /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; + 0B137A6DB53C26D0534A52028AE00707 /* SetupResumeAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SetupResumeAcceptor.cpp; path = rsocket/internal/SetupResumeAcceptor.cpp; sourceTree = ""; }; + 0B29D920AB7AB76159B09F3D6B01DEE5 /* RNGestureHandlerButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerButton.h; path = ios/RNGestureHandlerButton.h; sourceTree = ""; }; + 0B5316415E74133E6B0C7FB8F4BE86CD /* GULURLSessionDataResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULURLSessionDataResponse.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULURLSessionDataResponse.h; sourceTree = ""; }; + 0B54AA653DF35F3B04FE24B3F0F52D87 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; + 0B551D67252CD39FF3BB2AEA0AD3C91E /* EXConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstants.h; path = EXConstants/EXConstants.h; sourceTree = ""; }; + 0B6CACFB4B7842B8E6D1069B3F30DB7A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 0B77D89D067994E06FAE306121EB7C8E /* idec_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = idec_dec.c; path = src/dec/idec_dec.c; sourceTree = ""; }; + 0BA5F6BFE513E40AC900EADFDE78E43D /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = Libraries/Image/RCTImageEditingManager.h; sourceTree = ""; }; + 0BB7B065EF7C331FED750A144331974C /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; + 0BC12B57A7E81244D17E2CCBF141B8BE /* ssim.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim.c; path = src/dsp/ssim.c; sourceTree = ""; }; + 0BC2C7F09F0944324061A762216EC147 /* rand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rand.h; path = ios/include/openssl/rand.h; sourceTree = ""; }; + 0BE1307758D6659A378626A548CFFD1E /* FIRCLSHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSHost.m; path = Crashlytics/Crashlytics/Components/FIRCLSHost.m; sourceTree = ""; }; + 0BE1A7940FC56B221D23F57BC987BAC7 /* SaturatingSemaphore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SaturatingSemaphore.h; path = folly/synchronization/SaturatingSemaphore.h; sourceTree = ""; }; + 0BEC95433D6269C7C773CB16C8A7CCBD /* Random.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Random.h; path = folly/Random.h; sourceTree = ""; }; + 0BFA3D83554E9C2267755D6B57E14059 /* RNBootSplash-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNBootSplash-dummy.m"; sourceTree = ""; }; + 0BFACE9364C963CB7F12EA4DE8886AC2 /* SafeAreaSpacerViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerViewManager.m; sourceTree = ""; }; + 0C1AE477AF1CB642D750A5C86928DCCA /* EXFileSystem.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.release.xcconfig; sourceTree = ""; }; + 0C1E587317E1B8E1D6F29B7EE756D1B9 /* FBLPromise+Then.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Then.h"; path = "Sources/FBLPromises/include/FBLPromise+Then.h"; sourceTree = ""; }; 0C404EDA3875132C8D70CCF5BD2B3946 /* Pods-defaults-RocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-defaults-RocketChatRN.release.xcconfig"; sourceTree = ""; }; - 0C534DF722A43BED395BA0CE2456D564 /* UMAppLoader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMAppLoader.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 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 = ""; }; - 0C9FF06600BB230D554B8E244D7A289B /* RNTapHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNTapHandler.m; sourceTree = ""; }; - 0CA3DBBA725CE911DFB2279CA808BF06 /* http.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = http.h; path = src/event2/http.h; sourceTree = ""; }; - 0CFC892DFE61DD5C159CA8A302B8B67F /* FrameTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameTransport.h; path = rsocket/framing/FrameTransport.h; sourceTree = ""; }; - 0CFE095BDA552AD234DB5828A9742226 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPlatform.h; path = React/CoreModules/RCTPlatform.h; sourceTree = ""; }; - 0D0D2EF40E777AE37531808F700DBE43 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.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 = ""; }; - 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 = ""; }; - 0D3E82213FA4981B526A59A53D3BFD7B /* RNDateTimePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePickerManager.h; path = ios/RNDateTimePickerManager.h; sourceTree = ""; }; - 0D5A7DFB00EC2E0B30A738EC2CB8ED1D /* RequestResponseThroughputTcp.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RequestResponseThroughputTcp.cpp; path = rsocket/benchmarks/RequestResponseThroughputTcp.cpp; sourceTree = ""; }; - 0D6B2A72E529D4BE5CB48930A7E66086 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; - 0D6F516574321961D234796B0DB36173 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = React/AccessibilityResources/en.lproj; sourceTree = ""; }; - 0D7B3D155511D245A98DF92E2FADACEC /* react-native-jitsi-meet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-jitsi-meet.debug.xcconfig"; 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 = ""; }; - 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 = ""; }; - 0E2428CEA407DD266A033FC1F5231372 /* CodedOutputData.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedOutputData.cpp; path = Core/CodedOutputData.cpp; sourceTree = ""; }; - 0E302DC321745DD222FAFAFFA5D308E6 /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; - 0E38039B927CE80BA31B053506CAA7F3 /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; - 0E43E2CF1565F976B059725EC5289C2C /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/Core/UIButton+WebCache.m"; sourceTree = ""; }; - 0E49176541397E7E81025C8B4C92FB8A /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; - 0E90F2F8810AD19F7C118D410EA28127 /* EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystem.h; path = EXFileSystem/EXFileSystem.h; sourceTree = ""; }; - 0E9144965EAFE2D5D745FCA70C7D8709 /* 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; }; - 0E9420C146498C5030BCD1171B0BCD67 /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = FirebaseCore/Sources/FIRConfiguration.m; sourceTree = ""; }; - 0E96E97FF12DD5ADC6FD59F7A5CAC807 /* UMConstantsInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.release.xcconfig; 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 = ""; }; - 0F158319B1111071BF1274803D018CCB /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.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 = ""; }; - 0F38A35FD7B4B103E2316F47ED5EB8ED /* UMBarCodeScannerProviderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerProviderInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerProviderInterface.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 = ""; }; - 0F5C12C810D661E04E6C88E19F4F1022 /* React-RCTNetwork.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.release.xcconfig"; 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 = ""; }; - 0F71D086ECFD2FF7404774056F25DE2A /* RCTTypeSafety.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.debug.xcconfig; sourceTree = ""; }; - 0F797489FA2A779C6746902BBAA91A37 /* MemoryIdler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryIdler.h; path = folly/detail/MemoryIdler.h; sourceTree = ""; }; - 0FA23E27D245CE31B7AB6C21FCC18BCA /* BugsnagConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagConfiguration.m; sourceTree = ""; }; - 0FCC93C9803F64F0C0FE7F03BFE4A55B /* LifoSem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LifoSem.h; path = folly/synchronization/LifoSem.h; 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 = ""; }; - 1016E9B4089E24A4F3B8AE470CE4F375 /* react-native-slider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-slider-dummy.m"; sourceTree = ""; }; - 1020C357B9F0CC0BC1D35DCD328BB552 /* REAModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REAModule.h; path = ios/REAModule.h; sourceTree = ""; }; - 103FC660F8CFDD4CCC812BFE19C52518 /* Flipper-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-dummy.m"; sourceTree = ""; }; - 104225B66F8B29F7CEB9F2572BC857F1 /* RNRandomBytes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRandomBytes.m; path = ios/RCTCrypto/RNRandomBytes.m; sourceTree = ""; }; - 106D0A6DACBEAE77CCC59193A3D4B2B7 /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; - 108CAA5137B858D01DEC8560B338FE85 /* SKHighlightOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKHighlightOverlay.h; path = iOS/Plugins/FlipperKitPluginUtils/FlipperKitHighlightOverlay/SKHighlightOverlay.h; sourceTree = ""; }; - 108CBD8729DF942C8AD7355F78093992 /* RCTImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageLoader.mm; sourceTree = ""; }; - 1095E27D248353AE218240BF8250410E /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; - 10A07E6001A83CEC9DF53CC50DDD02C2 /* EXLocalAuthentication.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXLocalAuthentication.debug.xcconfig; sourceTree = ""; }; - 10AFBA89BB2EECA51A690D0323D8A62B /* react-native-cameraroll.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cameraroll.debug.xcconfig"; sourceTree = ""; }; - 10C26B6C57391F13B031D5B60B41F7FF /* Range.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Range.h; path = folly/Range.h; sourceTree = ""; }; - 11242847A781AC0163039F2B9881CF4A /* quant_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_dec.c; path = src/dec/quant_dec.c; sourceTree = ""; }; - 11258F550F688ABD2141B52EA0B88871 /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; 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 = ""; }; - 1141FC3B5BB4679B7E69FDC404638684 /* UMBarCodeScannerInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.debug.xcconfig; sourceTree = ""; }; - 114935C1D2FF9C10E262F2E00706870F /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGValue.cpp; path = yoga/YGValue.cpp; 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 = ""; }; - 117AF9DD15971B305C647F1B85ADE59D /* UMViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMViewManager.h; path = UMCore/UMViewManager.h; sourceTree = ""; }; - 11943036BC71FF8BBEBFAD91D59196BE /* REAModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REAModule.m; path = ios/REAModule.m; sourceTree = ""; }; - 11A24AC324C55976F55724F9D4235D75 /* AtomicHashUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashUtils.h; path = folly/detail/AtomicHashUtils.h; sourceTree = ""; }; - 11B69FFD7AB91D6B73E56B5E279B6794 /* React-RCTSettings.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.debug.xcconfig"; sourceTree = ""; }; - 11EC576DB5495B159AAABD36581CE700 /* FIRCLSSymbolResolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSymbolResolver.h; path = Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.h; sourceTree = ""; }; - 11F13EDCF4E519D09E92C106D56089EB /* StaticConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StaticConst.h; path = folly/lang/StaticConst.h; sourceTree = ""; }; - 120A68F88C5C315AE30D7C59E4AB7582 /* IOBuf.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IOBuf.cpp; path = folly/io/IOBuf.cpp; 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 = ""; }; - 12267D85A37BFC81722C4E44A7361612 /* BSG_KSCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashC.c; 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 = ""; }; - 12573D449D8D46379E847CC3051DA33F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 125AA0ADA13DC01DDB51D3A0C7D14423 /* Shell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Shell.h; path = folly/system/Shell.h; sourceTree = ""; }; - 1285EE3D3420EFD950A561662E741975 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; - 12B0789AEB598E09E5751C3F1D291A25 /* FBLazyVector.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.debug.xcconfig; 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 = ""; }; - 12E259AD5FF218CB89EA5C3214F0E620 /* UMMagnetometerUncalibratedInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerUncalibratedInterface.h; path = UMSensorsInterface/UMMagnetometerUncalibratedInterface.h; sourceTree = ""; }; - 12E92A8A000E007A7CE98D9A98B4CECB /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; - 12FEBBAA25ADB022C6E2F7D644167C43 /* aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aes.h; path = ios/include/openssl/aes.h; sourceTree = ""; }; + 0C558E4CD32078AC37BBAAB2FC4456FD /* FireAndForgetBasedFlipperResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FireAndForgetBasedFlipperResponder.h; path = xplat/Flipper/FireAndForgetBasedFlipperResponder.h; sourceTree = ""; }; + 0C55FE1D69F85EF1F8A9981CE080883F /* FirebaseAnalytics.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = FirebaseAnalytics.xcframework; path = Frameworks/FirebaseAnalytics.xcframework; sourceTree = ""; }; + 0C5D5120D430479BDE207AF2D9C26DAF /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; + 0C735CB61DBDA01472A9AEF7A90EB72F /* ARTSurfaceViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSurfaceViewManager.m; sourceTree = ""; }; + 0C774D1644E5E44C793E5D6D82C033EB /* Launder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Launder.h; path = folly/lang/Launder.h; sourceTree = ""; }; + 0C7A4ECA0A27AE5F6F76C7A24910CC4F /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Sources/Private/FIRComponent.h; sourceTree = ""; }; + 0C876E0058148D332E440B47FBD58A3E /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; + 0C99866C36D783920C26A8A162372FB7 /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; + 0C9ADFD69A38CD7AFBB6E477FA9134D7 /* UMAppLifecycleListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleListener.h; sourceTree = ""; }; + 0CAA50CC3916C34E843D43BC1733A5D0 /* CertificateUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CertificateUtils.h; path = xplat/Flipper/CertificateUtils.h; sourceTree = ""; }; + 0CAAFE9BD1751EAF2F13107FF7AB0C64 /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; + 0CB61DDAACEB898CC9FD329AED09A468 /* MPMCPipeline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCPipeline.h; path = folly/MPMCPipeline.h; sourceTree = ""; }; + 0CF30BA15C171997C7D405B0568C9483 /* Arena-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Arena-inl.h"; path = "folly/memory/Arena-inl.h"; sourceTree = ""; }; + 0CF95E9ED6ED681B6C4E51AC2FDDEC12 /* FBLPromise+Do.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Do.h"; path = "Sources/FBLPromises/include/FBLPromise+Do.h"; sourceTree = ""; }; + 0CFAD31CA54107A71F60E57A86208B52 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; + 0D474B223549C4E2EC85CCB867D30D26 /* BugsnagPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagPlugin.h; sourceTree = ""; }; + 0D4E9F1FB7B19938EA174E0271645214 /* RNFlingHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFlingHandler.h; sourceTree = ""; }; + 0D81CCAE3C0AD059E7481858EFDE2403 /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; + 0D9549C32083D51DE255494481FBDE83 /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; + 0D9DE74158471188450EDF5F553EC376 /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; + 0DB380B72911B9526AC6F565A0CF8E0D /* Flipper-Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-Folly-prefix.pch"; sourceTree = ""; }; + 0DCBEEF4E898DD13408B1B539926F08D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 0DD8E23DBD27703F44013394C697B791 /* Observables.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Observables.cpp; path = yarpl/observable/Observables.cpp; sourceTree = ""; }; + 0DEE24D962CECA7BD41B0DE4BDF96B9A /* PasswordInFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PasswordInFile.h; path = folly/io/async/PasswordInFile.h; sourceTree = ""; }; + 0DEE7FC24BD85092D92B1A3BFC625001 /* x509_vfy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509_vfy.h; path = ios/include/openssl/x509_vfy.h; sourceTree = ""; }; + 0E2656161B5156568AC42711D1BD7850 /* Builtins.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Builtins.cpp; path = folly/portability/Builtins.cpp; sourceTree = ""; }; + 0E5890BA4F7139DBF0626ECFEF69196A /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ModuleRegistry.cpp; sourceTree = ""; }; + 0E5B020D70BBCC98AB44D73AC08FE19F /* RNCSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewManager.m; path = ios/SafeAreaView/RNCSafeAreaViewManager.m; sourceTree = ""; }; + 0E831BE6878850FFD8D43D40671ACE59 /* des_old.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = des_old.h; path = ios/include/openssl/des_old.h; sourceTree = ""; }; + 0E90D0142C77870D3EB8BD888E8944AF /* FlipperResponderImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperResponderImpl.h; path = xplat/Flipper/FlipperResponderImpl.h; sourceTree = ""; }; + 0EB1BCA9F637CAEEA3AD3DC650A1ED71 /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; + 0ED9ECC0D792B034CAFEC1DEB9B287F5 /* FIRCLSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSException.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSException.h; sourceTree = ""; }; + 0EE5CF76D0237B82B17EC67C821085FD /* RNFetchBlob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFetchBlob.m; sourceTree = ""; }; + 0EE77BAADD202552152A67831F404CB7 /* UIResponder+FirstResponderTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIResponder+FirstResponderTemp.h"; sourceTree = ""; }; + 0EFCFC88ED52ED723916FFC5555A96E8 /* ARTTextManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTTextManager.m; sourceTree = ""; }; + 0F003A6D93B0E0ED039543DF9ACDE067 /* AsyncSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncSocket.h; path = folly/io/async/AsyncSocket.h; sourceTree = ""; }; + 0F0786E111C380A4F5F4194B27AA55FE /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; + 0F1F0F527898791165307E7632F8FA7B /* RCTGIFImageDecoder.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTGIFImageDecoder.mm; sourceTree = ""; }; + 0F3B8B5516F41FB49584CBFA1F4E07B7 /* id.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = id.lproj; path = "Objective-C/TOCropViewController/Resources/id.lproj"; sourceTree = ""; }; + 0F46C792AF8A4B5317C9699D9305928A /* Flipper-DoubleConversion.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-DoubleConversion.debug.xcconfig"; sourceTree = ""; }; + 0F4E0D00C727275FDB478F9E7946E8CF /* GDTCORTargets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTargets.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTargets.h; sourceTree = ""; }; + 0F4E252D90581BD69FEF3D4D973F80FA /* libwebp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "libwebp-dummy.m"; sourceTree = ""; }; + 0F58090DC51FAAD914CDD1E48EFD5CEE /* AtomicLinkedList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicLinkedList.h; path = folly/AtomicLinkedList.h; sourceTree = ""; }; + 0F5AF65C272F58653DA3F5EB4334A25D /* SanitizeLeak.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SanitizeLeak.cpp; path = folly/memory/SanitizeLeak.cpp; sourceTree = ""; }; + 0F728EB98472F531B681459B9BD6532A /* CString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CString.h; path = folly/lang/CString.h; sourceTree = ""; }; + 0F7531BE17AA92103171BF494B7DA9E2 /* ARTSurfaceView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTSurfaceView.m; path = ios/ARTSurfaceView.m; sourceTree = ""; }; + 0F81099637057B3C0C81C9EF959627E1 /* OpenSSLHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLHash.h; path = folly/ssl/OpenSSLHash.h; sourceTree = ""; }; + 0F8CCB8C7951F6F6E3F9C9E915A8D9D5 /* FIRCLSSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSettingsManager.h; path = Crashlytics/Crashlytics/Settings/FIRCLSSettingsManager.h; sourceTree = ""; }; + 0F8FDA141E667089422B636A35EAD295 /* NotificationQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NotificationQueue.h; path = folly/io/async/NotificationQueue.h; sourceTree = ""; }; + 0FAA6051D64BF55C55CEA0093ED844DF /* ThreadCachedLists.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedLists.h; path = folly/synchronization/detail/ThreadCachedLists.h; sourceTree = ""; }; + 0FB92BEEE06E61EC2E5C3F343182FD2F /* 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 = ""; }; + 0FBA0EB8C949328C4AF243ED3F49E4C2 /* EXAppleAuthentication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthentication.h; path = EXAppleAuthentication/EXAppleAuthentication.h; sourceTree = ""; }; + 0FE81FA2662864C72B81B5B015786B32 /* FIRInstallationsBackoffController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsBackoffController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.h; sourceTree = ""; }; + 0FE8FF6E66F63C353C8ABB1DD4A94CDA /* GDTCORReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORReachability.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORReachability.m; sourceTree = ""; }; + 0FF82F18C5904F6187EB86721419729E /* json.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json.h; path = folly/json.h; sourceTree = ""; }; + 0FFCB4F1425690579873D9DDBD1053FB /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; + 10107B749131AF959DF1061EC5CD92C4 /* SafeAreaManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaManager.m; sourceTree = ""; }; + 1010E1E6623891B1FD82014AFCF1B5C0 /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = Frameworks/WebRTC.framework; sourceTree = ""; }; + 102CE19DC05E96A0886FD83C62392D67 /* AsyncSSLSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncSSLSocket.cpp; path = folly/io/async/AsyncSSLSocket.cpp; sourceTree = ""; }; + 104733100D22EFE68FE6391391FEF16A /* BaselinesTcp.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaselinesTcp.cpp; path = rsocket/benchmarks/BaselinesTcp.cpp; sourceTree = ""; }; + 104944F6F368A0771E9E74EAAE3B2915 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTResizeMode.m; sourceTree = ""; }; + 104E28CFB383367D7AD0D5C85CCC47DF /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSDeltaBundleClient.cpp; sourceTree = ""; }; + 104F59A300D5286AED3D528C51EF3C0F /* FramedReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FramedReader.h; path = rsocket/framing/FramedReader.h; sourceTree = ""; }; + 1073BB8137DF64A7C904DB01FAF838B0 /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; + 10802804646F4F6525253A05CE77C201 /* Rcu-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Rcu-inl.h"; path = "folly/synchronization/Rcu-inl.h"; sourceTree = ""; }; + 10820F954F603C17762CFCF6FBB392CC /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; + 108680E551603D922FEFFDBA226DEC9E /* RCTImageViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageViewManager.mm; sourceTree = ""; }; + 10889882D650152B62B3A443C16379A0 /* TcpConnectionAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpConnectionAcceptor.cpp; path = rsocket/transports/tcp/TcpConnectionAcceptor.cpp; sourceTree = ""; }; + 10A6E60F7509F12AD017B0BA24C28948 /* RCTAes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAes.h; path = ios/RCTCrypto/RCTAes.h; sourceTree = ""; }; + 10AED9F891956D674EFD4813B93C21C0 /* Color+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Color+Interpolation.h"; sourceTree = ""; }; + 10B1DEFA5008DCCBA8CE0F710941E0B4 /* RNNotificationCenterListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterListener.m; path = lib/ios/RNNotificationCenterListener.m; sourceTree = ""; }; + 10C7C8D1B0FB1D69624CC98E0A667041 /* PolyException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PolyException.h; path = folly/PolyException.h; sourceTree = ""; }; + 10E923023AE2132E8B95AD717A211DFD /* FIRCLSGlobals.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSGlobals.h; path = Crashlytics/Crashlytics/Components/FIRCLSGlobals.h; sourceTree = ""; }; + 1104A5620759C4B69DA15AC04EADC98C /* IOThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IOThreadPoolExecutor.cpp; path = folly/executors/IOThreadPoolExecutor.cpp; sourceTree = ""; }; + 111308F0B3099D519494EA362C9E2339 /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 111AEA8832F96D3553CF7F8850B5EC26 /* TOCropToolbar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropToolbar.m; path = "Objective-C/TOCropViewController/Views/TOCropToolbar.m"; sourceTree = ""; }; + 111DB39BFB58274F51C7578EA220D5C4 /* YogaKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YogaKit.debug.xcconfig; sourceTree = ""; }; + 11393FF33D9AEA95A375CE2C9041901E /* UMSensorsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMSensorsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 113EAA92F6E4BC8DBEB6E21419705E23 /* FIRCLSRecordIdentity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordIdentity.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.h; sourceTree = ""; }; + 113FA43D3E8537BE2362655AD4FA87E3 /* ConnectionFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConnectionFactory.h; path = rsocket/ConnectionFactory.h; sourceTree = ""; }; + 1151FBF1BEA12FA7D5F885DE3D3648B3 /* FBLPromiseError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromiseError.h; path = Sources/FBLPromises/include/FBLPromiseError.h; sourceTree = ""; }; + 1158DFBEB721AC37BE38FDAA49DDD115 /* http_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = http_compat.h; path = src/event2/http_compat.h; sourceTree = ""; }; + 1196E66E13A7C54883444A433B02CD20 /* Fcntl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fcntl.h; path = folly/portability/Fcntl.h; sourceTree = ""; }; + 11AFBFDEA8639E46A6B8C988B5275835 /* PTProtocol.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PTProtocol.m; path = peertalk/PTProtocol.m; sourceTree = ""; }; + 11E06802CE2237C23561EEEADC347A2B /* ScheduledFrameProcessor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledFrameProcessor.cpp; path = rsocket/framing/ScheduledFrameProcessor.cpp; sourceTree = ""; }; + 11F53B0D1831D48042749483A0C65E09 /* yuv_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse2.c; path = src/dsp/yuv_sse2.c; sourceTree = ""; }; + 11F90EC1A069C8F916D95639CAE5056C /* ConsumerBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConsumerBase.h; path = rsocket/statemachine/ConsumerBase.h; sourceTree = ""; }; + 11F9B58F07EC220E8C615236D4D4DF79 /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; + 11FEC6507C75730C334674FE2B778336 /* GoogleAppMeasurementWithoutAdIdSupport.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = GoogleAppMeasurementWithoutAdIdSupport.xcframework; path = Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework; sourceTree = ""; }; + 120D110B871AB8D4AC2D0F22AB40D33F /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; + 121503515315D5B2DD62D9C7DEAC628E /* FBLPromise+Async.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Async.h"; path = "Sources/FBLPromises/include/FBLPromise+Async.h"; sourceTree = ""; }; + 121F2EDAD316D661D62F0389FE014D1D /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; + 123A449E32450BA29B459373C2980DAD /* GULOriginalIMPConvenienceMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULOriginalIMPConvenienceMacros.h; path = GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULOriginalIMPConvenienceMacros.h; sourceTree = ""; }; + 124A7125AE051195715D11902A8C99FB /* RNPushKitEventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventListener.h; path = lib/ios/RNPushKitEventListener.h; sourceTree = ""; }; + 12A2F2A66C2AACF66E199933E47BF368 /* symhacks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = symhacks.h; path = ios/include/openssl/symhacks.h; sourceTree = ""; }; + 12A6AE30293D7965D2F848ECC7CFB2BF /* RNFBAnalytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBAnalytics.debug.xcconfig; sourceTree = ""; }; + 12ACC2C27DAC252B6223811A5B8E1E3F /* RNCAsyncStorage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCAsyncStorage-prefix.pch"; sourceTree = ""; }; + 12B1C4B647631083CB1C7B1F069DC695 /* dtls1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dtls1.h; path = ios/include/openssl/dtls1.h; sourceTree = ""; }; + 12B876192CC8C38014964DB9801EE3FC /* FIRCoreDiagnosticsConnector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnosticsConnector.m; path = FirebaseCore/Sources/FIRCoreDiagnosticsConnector.m; sourceTree = ""; }; + 12D20D05A2F58887215D229816214EA6 /* BugsnagErrorReportApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagErrorReportApiClient.h; sourceTree = ""; }; + 12D85AECF5A9ADD5257C4A297BD3367E /* FlipperDiagnosticsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperDiagnosticsViewController.h; path = iOS/FlipperKit/FlipperDiagnosticsViewController.h; sourceTree = ""; }; + 12EFB25A2673B425521D6E2534AD97B9 /* Flipper-RSocket-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-RSocket-dummy.m"; sourceTree = ""; }; 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 = ""; }; - 1322B5A410AF4AC8672E585C3DF04788 /* FIRCLSThreadState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSThreadState.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.h; sourceTree = ""; }; - 1334C86C0D531A276D6D9CD5117FBCB9 /* RNCMaskedView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCMaskedView.debug.xcconfig; 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 = ""; }; - 135BACF5EF51531413958FCDD65EB91E /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; - 1368C5910C87B9560EFEEA43E5F26243 /* DynamicConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicConverter.h; path = folly/DynamicConverter.h; sourceTree = ""; }; - 139506628B1A3399449B36F8C8911000 /* bit_reader_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_reader_utils.c; path = src/utils/bit_reader_utils.c; sourceTree = ""; }; - 13B15E76412BA289DADA87A4299F43F8 /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSDeltaBundleClient.h; sourceTree = ""; }; + 1305084F1E20D4E99841992E7EFD0BCA /* RNFBMeta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBMeta.h; path = ios/RNFBApp/RNFBMeta.h; sourceTree = ""; }; + 1315C6496E8ADBEE7F8F97344CD062A5 /* RCTAnimationPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimationPlugins.mm; sourceTree = ""; }; + 132DB415F089B86140AF38A05E3A4B5D /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = String.cpp; path = folly/portability/String.cpp; sourceTree = ""; }; + 1331BAD4B377542986CA368F07352E13 /* Request.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Request.h; path = folly/io/async/Request.h; sourceTree = ""; }; + 133A1949B25BCDDAAA955B87DB272A40 /* EXPermissions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPermissions.m; path = EXPermissions/EXPermissions.m; sourceTree = ""; }; + 133E4829F70E2F3C6F4304723E9F211E /* PBEncodeItem.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = PBEncodeItem.hpp; path = Core/PBEncodeItem.hpp; sourceTree = ""; }; + 13991EFFD152D2FFC86AC52F4623547E /* ThreadWheelTimekeeper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadWheelTimekeeper.h; path = folly/futures/ThreadWheelTimekeeper.h; sourceTree = ""; }; + 13A80DDF1ABBE71736C049DB7FE4556C /* 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; }; + 13AEEBC4669F04B2CBB6882B1142FC59 /* Checksum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Checksum.h; path = folly/hash/Checksum.h; sourceTree = ""; }; 13C8C8B254851998F9289F71229B28A2 /* libFirebaseInstallations.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseInstallations.a; path = libFirebaseInstallations.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 13CD241B5E36B9DCE7C5A93B7F1A9E9A /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; - 13CF0886E23BD22512D418EF7C1A6934 /* TurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModule.h; path = turbomodule/core/TurboModule.h; sourceTree = ""; }; - 13D043217137541667C41FB6D14144EB /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; - 13DB4275F1228B26DEF4C1B58A4FFC94 /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; - 13E51C441BA6D4BDCE3C7476E0703319 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; - 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 = ""; }; - 13FB2379AA885D159107AA3154DE6A21 /* react-native-mmkv-storage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-mmkv-storage.release.xcconfig"; sourceTree = ""; }; - 14032B6DF2909EA928292E52FF85A81E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = rsocket/README.md; sourceTree = ""; }; - 1425B2F0CC636B4147403543505119A8 /* SocketFastOpen.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SocketFastOpen.cpp; path = folly/detail/SocketFastOpen.cpp; sourceTree = ""; }; - 1433D249C3C9D290C30C41826CEAF193 /* FIRCLSFABHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABHost.h; path = Crashlytics/Shared/FIRCLSFABHost.h; sourceTree = ""; }; - 144166EAFBE39D3603FA5CDBC62325FA /* DistributedMutexSpecializations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DistributedMutexSpecializations.h; path = folly/synchronization/DistributedMutexSpecializations.h; sourceTree = ""; }; - 145B48CE292EAA76F5799A61E70131FB /* RSocketStats.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketStats.cpp; path = rsocket/RSocketStats.cpp; sourceTree = ""; }; - 146E3554D46D43755846C29AEE24E700 /* REAPropsNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAPropsNode.h; sourceTree = ""; }; - 14717AB7F29D68B559C1440E173AB413 /* RCTRsaUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RCTRsaUtils.swift; path = ios/RCTCrypto/RCTRsaUtils.swift; sourceTree = ""; }; - 147F5B50E02D3D1F04DC42B57A7AA3E3 /* StringKeyedUnorderedSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedUnorderedSet.h; path = folly/experimental/StringKeyedUnorderedSet.h; sourceTree = ""; }; - 14A22C401C1B1C83A667572C8B5BA5B1 /* UIResponder+FirstResponderTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIResponder+FirstResponderTemp.h"; sourceTree = ""; }; - 14B31094D40F3180A66DDD6DD415DE94 /* RNLocalize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNLocalize.m; path = ios/RNLocalize.m; sourceTree = ""; }; - 14CB05ACEC53F519214CD198D024E10A /* RNFBAnalyticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBAnalyticsModule.m; path = ios/RNFBAnalytics/RNFBAnalyticsModule.m; 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 = ""; }; - 1506362A28EA68185FB4282B57303739 /* SDWebImageWebPCoder.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageWebPCoder.release.xcconfig; sourceTree = ""; }; - 151A74F8B1E11245B7EEC1A1E421ED87 /* md5.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = md5.h; path = ios/include/openssl/md5.h; sourceTree = ""; }; - 152FF53DE0BDAB6836D5D1422E1497DC /* EXHapticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXHapticsModule.h; path = EXHaptics/EXHapticsModule.h; sourceTree = ""; }; - 15436CBB674FC9C3C4B44FCADD90A35D /* RNFBMeta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBMeta.h; path = ios/RNFBApp/RNFBMeta.h; sourceTree = ""; }; - 1555860829E7CA0A51C1F82EECCBF570 /* SSLContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLContext.h; path = folly/io/async/SSLContext.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 = ""; }; + 13CCA5A96C300751C62A9C1FBD674B55 /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; + 13FF2DB777611F41DD5B5E5A8F6CA794 /* BlurViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlurViewManager.h; path = ios/BlurViewManager.h; sourceTree = ""; }; + 14023ECCAAA856A82EBB5CAE8FC9C035 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "Objective-C/TOCropViewController/Resources/zh-Hans.lproj"; sourceTree = ""; }; + 140CDC6C9BDA31624EA5F97DE5E78813 /* RSocketStateMachine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketStateMachine.h; path = rsocket/statemachine/RSocketStateMachine.h; sourceTree = ""; }; + 14182FF653F3E323170A555C5D8056F5 /* Aes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Aes.m; sourceTree = ""; }; + 14342B4F71E89C4901F8417A69F91DEE /* Cursor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Cursor.cpp; path = folly/io/Cursor.cpp; sourceTree = ""; }; + 143E8A9D0189BD981AC07A296B6F3398 /* rpc_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rpc_struct.h; path = src/event2/rpc_struct.h; sourceTree = ""; }; + 14529876119EC8A2BFAD9F4FE08670F5 /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; + 145A197DFD6A1D029291D4B56C17D79E /* BSG_KSCrashReportFilterCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilterCompletion.h; sourceTree = ""; }; + 147281F613B2954C688E324258426ED9 /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; + 1490BCF354330AC099845DC06E1C4095 /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; + 149A343F2AD8AC34E02DD8BC55410314 /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; + 14AAFF60F4A6BA97DD7E4D01DBF0636C /* msa_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = msa_macro.h; path = src/dsp/msa_macro.h; sourceTree = ""; }; + 14B2A2C968E840931F7144E18FB4F79F /* EXWebBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.debug.xcconfig; sourceTree = ""; }; + 14B5141E808AEF7D39E5AE3BEAE5BCF4 /* FIRCLSSymbolResolver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSymbolResolver.m; path = Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.m; sourceTree = ""; }; + 14EFA88886369C2051AEFBD905463ED2 /* Malloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Malloc.h; path = folly/portability/Malloc.h; sourceTree = ""; }; + 1501D5A7EAC9A01947A817DB6D3938A1 /* huffman_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_utils.c; path = src/utils/huffman_utils.c; sourceTree = ""; }; + 150B2EBC8CD9E5B4EA36DF6AE46D23C5 /* UMCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMCore-prefix.pch"; sourceTree = ""; }; + 1514AF293BD700EA9B69407A85C288E5 /* ARTBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTBrush.h; sourceTree = ""; }; + 15193714CFF0BA69D9B459FEB90D3784 /* RSocketException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketException.h; path = rsocket/RSocketException.h; sourceTree = ""; }; + 151C5E5BE70E5A52A62F2D51F5B1B9A8 /* NSError+BSG_SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSError+BSG_SimpleConstructor.h"; sourceTree = ""; }; + 1536F7D449DF0BA7F0457D9C86A569CC /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; + 1542ADA93A0FF0B5B3B6B97E556EEEFA /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; + 1560AD597FCF863C00245E15C9895935 /* TcpDuplexConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpDuplexConnection.h; path = rsocket/transports/tcp/TcpDuplexConnection.h; sourceTree = ""; }; + 1589B4C32B6BD1ED79F861D25D414B17 /* conf_api.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conf_api.h; path = ios/include/openssl/conf_api.h; sourceTree = ""; }; 15912309AA610251329D74FA111DE5CA /* libRNLocalize.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNLocalize.a; path = libRNLocalize.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 15A7CE841196547E76CAB994F30443D3 /* Base.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = Base.lproj; path = "Objective-C/TOCropViewController/Resources/Base.lproj"; sourceTree = ""; }; - 15C37484BF40A3BF8539B2D029C69D64 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; 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 = ""; }; - 15D2DE204B96BF039F373E4E73D6767F /* RNCPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCPickerManager.m; path = ios/RNCPickerManager.m; sourceTree = ""; }; - 15F55F336E286AF3890390511ECB1AC8 /* BugsnagErrorReportApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagErrorReportApiClient.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 = ""; }; - 15FA7CCB76FAC137A2CE18E0DBEEA213 /* react-native-cameraroll.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cameraroll.release.xcconfig"; sourceTree = ""; }; - 162DF357A5D6A3074EC49D6A9D7F9D03 /* FBLPromise+All.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+All.m"; path = "Sources/FBLPromises/FBLPromise+All.m"; sourceTree = ""; }; - 164EBA159426E1BEE8D1FD56C83B51A0 /* experiments.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = experiments.cpp; sourceTree = ""; }; - 1652F768E1CB796E44E98D5AA3B0E08F /* BugsnagSessionTrackingPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingPayload.h; 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 = ""; }; - 16796F247BD5E397418931BD0FC32B24 /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Private/GULSwizzler.h; sourceTree = ""; }; - 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 = ""; }; - 16B6ADFE5A4823F7A5999979A71FB120 /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; - 16E01FD76C7459D603D4544524128454 /* 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; }; - 16F18DBFE346A5A481E073509805F5DF /* SSLOptions.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SSLOptions.cpp; path = folly/io/async/SSLOptions.cpp; sourceTree = ""; }; - 16FA902DB3CE3466927113F1DF04BF00 /* RNCConnectionState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCConnectionState.m; path = ios/RNCConnectionState.m; sourceTree = ""; }; - 16FCCF88559014ACF827EB8B74D32BA7 /* react-native-slider.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.debug.xcconfig"; sourceTree = ""; }; - 170434F8CCAFC3B48E64ED0EABE7D88C /* BugsnagReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = BugsnagReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 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 = ""; }; - 17489A762F6EE7DC4362488A3DFD32BC /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; + 1593596250DCE47E9841F062D1282F6A /* RCTConvert+FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FIRApp.h"; path = "ios/RNFBApp/RCTConvert+FIRApp.h"; sourceTree = ""; }; + 15AB6C05773C5C9AAA313685CB07DF54 /* AsyncGeneratorShim.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncGeneratorShim.h; path = yarpl/flowable/AsyncGeneratorShim.h; sourceTree = ""; }; + 15C0641BE3F6A1C7FD931C87A69EBECF /* AsyncPipe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncPipe.h; path = folly/io/async/AsyncPipe.h; sourceTree = ""; }; + 15D10D58048EF50FE464312368D8CDE6 /* tree_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_enc.c; path = src/enc/tree_enc.c; sourceTree = ""; }; + 15E9864ABA3BBCBF788760B0CB697D4C /* RNDocumentPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDocumentPicker.h; path = ios/RNDocumentPicker/RNDocumentPicker.h; sourceTree = ""; }; + 15F1FE22AA67FAD779F2DC73FD7D617B /* RNCPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNCPicker-dummy.m"; sourceTree = ""; }; + 15FC16221E5DFCBAC94D24DD9A879820 /* SafeAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SafeAssert.h; path = folly/lang/SafeAssert.h; sourceTree = ""; }; + 15FF7B9CD3F301A4ADE968A8625E1CA8 /* GDTCORUploadCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadCoordinator.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadCoordinator.h; sourceTree = ""; }; + 160F19E03D107A54EE184E9730C12A70 /* RNGestureHandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNGestureHandler-dummy.m"; sourceTree = ""; }; + 16162EC325ADC5BC38F383E42B386B97 /* Hazptr-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Hazptr-fwd.h"; path = "folly/synchronization/Hazptr-fwd.h"; sourceTree = ""; }; + 162FC2437CF1B9E238827A439B723A0A /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; + 16338B5E24C51934F40EE02354D24EA6 /* CancellationToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CancellationToken.h; path = folly/CancellationToken.h; sourceTree = ""; }; + 163D55EAF28D38658F5BE55D0DACA4EE /* SDAssociatedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAssociatedObject.h; path = SDWebImage/Private/SDAssociatedObject.h; sourceTree = ""; }; + 16668DFBC731D8B960B5CED49E45EA5A /* RNNotificationEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationEventHandler.h; path = lib/ios/RNNotificationEventHandler.h; sourceTree = ""; }; + 1675801E1B25C3CCAA5B8CBE513B61EF /* FIRCLSBinaryImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSBinaryImage.h; path = Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.h; sourceTree = ""; }; + 1675E6C22F0FB8E45E7BBB9A16C9DCD2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 167BA3044C757A2DDB6A673EDA7D1018 /* RequestResponseResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RequestResponseResponder.cpp; path = rsocket/statemachine/RequestResponseResponder.cpp; sourceTree = ""; }; + 16AB97F35B372C911D9E7131F3FDB656 /* idea.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = idea.h; path = ios/include/openssl/idea.h; sourceTree = ""; }; + 16AE1DD0F17247259A2B900ECD321253 /* RCTImageEditingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageEditingManager.mm; sourceTree = ""; }; + 16AF0B53C165DB12F10EDF632FCABDAA /* SKSearchResultNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKSearchResultNode.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKSearchResultNode.m; sourceTree = ""; }; + 16B4F6ABB7A027E10C57D01D4762B0B6 /* UMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDefines.h; path = UMCore/UMDefines.h; sourceTree = ""; }; + 16B9593EADC0ED3540B994C384529DB5 /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; + 16BBBD5D08548A2709FCB8690A972F0D /* TOCropViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropViewController.h; path = "Objective-C/TOCropViewController/TOCropViewController.h"; sourceTree = ""; }; + 16C7146A36B2F48623541464B779D572 /* BugsnagConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagConfiguration.h; sourceTree = ""; }; + 16F23FD54EB4344DCA9A3F14F421C6FD /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; + 17221403CF98BD5965EABF49B27D2406 /* React-callinvoker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-callinvoker.release.xcconfig"; sourceTree = ""; }; + 173ECCAF5BD1275693A8D58B255B35D5 /* EXFilePermissionModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFilePermissionModule.h; path = EXFileSystem/EXFilePermissionModule.h; sourceTree = ""; }; + 173F6DB15F2E6A79CFFE2C97634C7D59 /* RCTConvert+FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FIRApp.m"; path = "ios/RNFBApp/RCTConvert+FIRApp.m"; sourceTree = ""; }; + 17532B9D42B5A061A876446A623EAF7D /* REAConcatNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAConcatNode.m; sourceTree = ""; }; 1755BCB66039C137A85759A7F94BCBA6 /* Pods-defaults-Rocket.Chat-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-defaults-Rocket.Chat-dummy.m"; sourceTree = ""; }; - 17577A6287D04D2AAE4C0CE7D0E4DC84 /* BSGOutOfMemoryWatchdog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGOutOfMemoryWatchdog.h; sourceTree = ""; }; - 176536175921F595772994F329CF39A1 /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; - 178AFF9E0566AE4583BFA80CAFBE88A7 /* vp8l_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_enc.c; path = src/enc/vp8l_enc.c; sourceTree = ""; }; - 17A8CA111B7C0A352CBED6FDA0EF6E00 /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; - 17B9D16401236CC4F2E438311F52D637 /* KeyCommands-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeyCommands-prefix.pch"; sourceTree = ""; }; - 17BB614665C4EB3C87BD750EB547E17D /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = Libraries/Image/RCTImageEditingManager.h; sourceTree = ""; }; - 17DA2C266661DD03ACE89B60391E381D /* SKStateUpdateCPPWrapper.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKStateUpdateCPPWrapper.mm; path = iOS/FlipperKit/SKStateUpdateCPPWrapper.mm; sourceTree = ""; }; - 17EDB224AC57F978880C3FC4F79BEE9B /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; - 17EEA1AB8178522A812721C8276C2277 /* TurnSequencer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurnSequencer.h; path = folly/detail/TurnSequencer.h; sourceTree = ""; }; - 17F4FDD8615DDD141ED32379F82B39A0 /* UMTaskServiceInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskServiceInterface.h; path = UMTaskManagerInterface/UMTaskServiceInterface.h; sourceTree = ""; }; - 17F6B6C64ABF99476438A1DA4CDDC3B8 /* QBImagePicker.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = QBImagePicker.storyboard; path = ios/QBImagePicker/QBImagePicker/QBImagePicker.storyboard; 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 = ""; }; - 1811CC1E05BA91308113E0447FFF669E /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; - 182174290313A6F0F4E06EE8C2709B5E /* SharedPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedPromise.h; path = folly/futures/SharedPromise.h; sourceTree = ""; }; - 18615B7AD54983D86DB88848732FC3C1 /* RNFastImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.debug.xcconfig; sourceTree = ""; }; - 188D155BEC1BCF1EC6453AB17CEA1966 /* FIRCLSFABNetworkClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABNetworkClient.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.h; sourceTree = ""; }; - 189F11D81A75938F1C6BB1D705FEF05D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 18A2A6189AF2B66131A3972FFDB38639 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; - 18CEE7717F1C1646B51177AF763B9B4B /* RCTTVNavigationEventEmitter.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTVNavigationEventEmitter.mm; sourceTree = ""; }; + 176BED56194EBFD9BD6F0EAA67E7D2E3 /* RNJitsiMeetView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetView.m; path = ios/RNJitsiMeetView.m; sourceTree = ""; }; + 176D61CA552E36DCB1749301585B8296 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; + 1789C072939A5CBD206E16232ED05F5F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 17BEFA90CA0326E4FD6192FAE94E1963 /* RCTUIImageViewAnimated.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIImageViewAnimated.m; sourceTree = ""; }; + 17C9D6F81C836D62A95FF4F354D89356 /* ManualTimekeeper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ManualTimekeeper.h; path = folly/futures/ManualTimekeeper.h; sourceTree = ""; }; + 17DF388685B510B7C511C9636DD2AC1F /* Peertalk.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Peertalk.h; path = peertalk/Peertalk.h; sourceTree = ""; }; + 17E0AC950DE9CBBE74254D36F21D28AB /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; + 17E19C1EE7975EDB2127B943160E7376 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/Core/UIView+WebCacheOperation.h"; sourceTree = ""; }; + 17EF344543906ACA5F21377716282FC2 /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; + 181A616A07D13EABD3B83378D14809F3 /* 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 = ""; }; + 1822C3C0AFCE57A8DBF5A2A03F58F42A /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; + 18295E400782C940BE3022E492D295C9 /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; + 182AF556CA5B4B3D8F2DB4955B204F5D /* RNSScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreen.h; path = ios/RNSScreen.h; sourceTree = ""; }; + 1830233F42852A7524DFDB7A162BF168 /* ARTSolidColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSolidColor.h; sourceTree = ""; }; + 18441D902E3E32653E85F15165162A6E /* React-RCTSettings.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.debug.xcconfig"; sourceTree = ""; }; + 185C5D7CA847A75556C96F029E44C1D3 /* SysTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysTypes.h; path = folly/portability/SysTypes.h; sourceTree = ""; }; + 1876EE575134D19A49EE2A8923E387AD /* IndexedMemPool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IndexedMemPool.h; path = folly/IndexedMemPool.h; sourceTree = ""; }; + 187A386227D80761602FED1EBF503530 /* FKUserDefaultsSwizzleUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FKUserDefaultsSwizzleUtility.m; path = iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsSwizzleUtility.m; sourceTree = ""; }; + 187A7690ECF96BEADECC1D481316D6CA /* RNCWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebViewManager.h; path = apple/RNCWebViewManager.h; sourceTree = ""; }; + 189D74BBA13B1F4EC8B480C5CE3F8C9B /* ripemd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ripemd.h; path = ios/include/openssl/ripemd.h; sourceTree = ""; }; + 18A0BAF81AC2DF6674AE09147354B0B7 /* EXVideoThumbnails-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXVideoThumbnails-prefix.pch"; sourceTree = ""; }; + 18B9C1CE9AA54FD3AD1EA66F566F210E /* Framer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Framer.h; path = rsocket/framing/Framer.h; sourceTree = ""; }; 18D0B1E13C69654196028DD6EDCC3452 /* libRNFBApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFBApp.a; path = libRNFBApp.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 18DCF62AE9E398F075F5821EB8D850B8 /* RNDeviceInfo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.debug.xcconfig; sourceTree = ""; }; - 18EA0DB4508261118A379726AE046469 /* BSG_KSCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportWriter.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 = ""; }; - 191BAEAAE97F41BC2E2BC135914FC373 /* RNFBPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBPreferences.h; path = ios/RNFBApp/RNFBPreferences.h; sourceTree = ""; }; - 191DE639E4AD159AB956046DE73BB188 /* BugsnagBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagBreadcrumb.h; sourceTree = ""; }; - 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 = ""; }; - 19881F57FA6BDB29833E728A00D242E6 /* FIRCLSRecordApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordApplication.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.h; sourceTree = ""; }; - 1999077747FBD16E39EC0BC723FD65CD /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; - 19BEA339762F395A5E74C59E1678CDF3 /* UMCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMCore-dummy.m"; sourceTree = ""; }; - 19DCE5754EE946E76B80323EDBE27078 /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Private/GULNetworkLoggerProtocol.h; sourceTree = ""; }; - 19E390F6CDDD2860C937DBC0D8FC638C /* REACondNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACondNode.h; sourceTree = ""; }; - 19E6C8C9D98422E65179C801156A0414 /* 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; }; - 19F4744135B4EC0215EEF8F8EA396E5A /* react-native-background-timer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-background-timer.release.xcconfig"; sourceTree = ""; }; - 1A160FC63EF8C86A7E5D51894C1D0B0F /* QuotientMultiSet-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QuotientMultiSet-inl.h"; path = "folly/experimental/QuotientMultiSet-inl.h"; sourceTree = ""; }; - 1A16BEFA0732A311A7437BD837F0A716 /* RsaFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RsaFormatter.h; sourceTree = ""; }; - 1A16E74D2C944D9003FAA6A0463B53F8 /* StorageIndexer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StorageIndexer.h; path = ios/StorageIndexer.h; sourceTree = ""; }; - 1A42CEBCAF57FA14D9DDC864E459C2B3 /* EXFilePermissionModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFilePermissionModule.h; path = EXFileSystem/EXFilePermissionModule.h; 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 = ""; }; - 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 = ""; }; - 1A7F25E5A767829D4CED01C09F4C1943 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 1A91E9FF28DFA7E4E89674A5B85ECD54 /* Init.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Init.h; path = folly/ssl/Init.h; sourceTree = ""; }; - 1A96B714B7A076AF454A45FC409ECCE9 /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; 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 = ""; }; - 1AC5C912D19912B51BAB93B11DB92C81 /* Unit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unit.h; path = folly/Unit.h; sourceTree = ""; }; - 1ADE54B145F1A2D59609B2485CB69A35 /* BSG_KSBacktrace_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace_Private.h; sourceTree = ""; }; - 1ADEA98919EDF8172D2973B2802030A3 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; 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 = ""; }; - 1AF51AC5FB0FC668725B0C4F02B6E17B /* REAPropsNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAPropsNode.m; sourceTree = ""; }; - 1AFC84AA13D2920C0C58887B51153A68 /* React-RCTBlob.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.debug.xcconfig"; sourceTree = ""; }; - 1B13239B04F83A6EE3E080BB4153CD4A /* ObservingInputAccessoryViewTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ObservingInputAccessoryViewTemp.h; sourceTree = ""; }; - 1B23DBA576F51516A1F42C9CBB24CA04 /* EXVideoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoView.h; sourceTree = ""; }; - 1B3FEB373D0D6D06738E0E944A991161 /* RNConfigReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNConfigReader.m; path = ios/RNConfigReader.m; sourceTree = ""; }; - 1B4150A55312A41C4FA68F41B58A915C /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKProcessPoolManager.m; path = apple/RNCWKProcessPoolManager.m; sourceTree = ""; }; - 1B41F89950BA0BD22A8B64CE892B75C6 /* FramedReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FramedReader.h; path = rsocket/framing/FramedReader.h; sourceTree = ""; }; - 1B55AB8636CB6B060DC158430B717DF8 /* FIRErrors.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRErrors.m; path = FirebaseCore/Sources/FIRErrors.m; sourceTree = ""; }; - 1B58221E4BDEE2CD688E8C71D07A7A9F /* BSG_KSSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSignalInfo.c; sourceTree = ""; }; - 1B6F69193AABF36ED9947802167E5568 /* LockTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LockTraits.h; path = folly/LockTraits.h; sourceTree = ""; }; - 1B9E15C047CA81F078F50403C4544769 /* small_vector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = small_vector.h; path = folly/small_vector.h; sourceTree = ""; }; - 1BB5C7B5A52736F3BE5159030C40DEF8 /* RCTAlertController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAlertController.h; path = React/CoreModules/RCTAlertController.h; sourceTree = ""; }; - 1BEA91DBF03149D8F74BBE2A2306ACB5 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; sourceTree = ""; }; - 1BEB6AED1C6DE03A1098551CCF034A2B /* rn-extensions-share-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-extensions-share-prefix.pch"; sourceTree = ""; }; - 1BEE61E098F671B53737E80A43C66ABD /* RNCAppearanceProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProvider.m; path = ios/Appearance/RNCAppearanceProvider.m; sourceTree = ""; }; - 1BF68217B2D96906A1AD7989DB71DB75 /* RCTCustomKeyboardViewControllerTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomKeyboardViewControllerTemp.h; sourceTree = ""; }; - 1C1B54031058F3D5F70B8E814CCE8BB5 /* FIRInstallationsStoredItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredItem.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.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 = ""; }; - 1C52934A70A9FE7DAB947507EF03C317 /* GoogleAppMeasurement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleAppMeasurement.framework; path = Frameworks/GoogleAppMeasurement.framework; sourceTree = ""; }; - 1C5E9C4ECFEEBF5D2890F292C4BDAA7E /* FIRCLSMachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachException.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSMachException.h; sourceTree = ""; }; - 1C6B923D31B74BDA5286743872C9FEEA /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; - 1C7848D0A5E7F37F891CA23E1B886D30 /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; - 1C83AA4F50DCC85655AE803A2E5581EF /* StorageGetters.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StorageGetters.m; path = ios/StorageGetters.m; sourceTree = ""; }; - 1C8FA78232A1AB6CE33837E26D172390 /* ScopedEventBaseThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScopedEventBaseThread.h; path = folly/io/async/ScopedEventBaseThread.h; sourceTree = ""; }; - 1CA3A3E8B8CD76761016D2F850627D82 /* ProxyLockable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProxyLockable.h; path = folly/synchronization/detail/ProxyLockable.h; sourceTree = ""; }; - 1CC245ECD79B4EE60968BC212BFEC0A7 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; - 1CC2F3646C250F6FA0B48F976A23EACB /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; - 1CD24DCFAD85966F6DA52E0FC47ADA93 /* FBReactNativeSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBReactNativeSpec.h; path = FBReactNativeSpec/FBReactNativeSpec.h; sourceTree = ""; }; - 1CDADFE52D8132B836697A89215195E9 /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialCommunityIcons.ttf; path = Fonts/MaterialCommunityIcons.ttf; sourceTree = ""; }; - 1CDCDA48B4512ED96C68BB43177BA65B /* libevent_extra.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libevent_extra.a; path = lib/libevent_extra.a; sourceTree = ""; }; - 1CDFF8481325A876B93E5B482FB60B09 /* BSG_KSCrashState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashState.h; 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 = ""; }; - 1D104A1919DACBE845E02DB785246952 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/Core/SDImageGIFCoder.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 = ""; }; - 1D4B68BE55E884C09A6A711D02E08A60 /* UMReactNativeAdapter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMReactNativeAdapter-dummy.m"; sourceTree = ""; }; - 1D4B95B08ECDB9402481C8A6023DE604 /* READebugNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = READebugNode.m; sourceTree = ""; }; - 1D4D631DFC321F19D726F4229F4587DC /* RCTConvert+REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+REATransition.h"; sourceTree = ""; }; - 1D5A942DFE226321150CFFF7E10612F6 /* FirebaseInstallations.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.release.xcconfig; sourceTree = ""; }; - 1D72B0DD844A5E558BFA7A98C6F42A4A /* react-native-appearance.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-appearance.release.xcconfig"; 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 = ""; }; - 1DAE871E3DA36D4C414B179ADD639775 /* BSG_KSSingleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSingleton.h; sourceTree = ""; }; - 1DB3BDD34CCD6BC5F6531626074D1F13 /* pqueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pqueue.h; path = ios/include/openssl/pqueue.h; sourceTree = ""; }; - 1DBD802564E5D14EEA33B89437B51001 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; + 18E92FF02E43B187002721CE6AC21542 /* yuv_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_neon.c; path = src/dsp/yuv_neon.c; sourceTree = ""; }; + 18ED7DD67EB1FB1EDCAED0DC336C1BF3 /* F14IntrinsicsAvailability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14IntrinsicsAvailability.h; path = folly/container/detail/F14IntrinsicsAvailability.h; sourceTree = ""; }; + 18F3BB4506FAD42237945A2C6A45E0D5 /* Subscription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Subscription.h; path = yarpl/flowable/Subscription.h; sourceTree = ""; }; + 190CCDCC30474D7A510DE18DF2783A91 /* RNPushKitEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventHandler.h; path = lib/ios/RNPushKitEventHandler.h; sourceTree = ""; }; + 190CE78ACDBB27D17C293941DAA24705 /* FIRCLSProcess.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSProcess.c; path = Crashlytics/Crashlytics/Components/FIRCLSProcess.c; sourceTree = ""; }; + 1934AEBC032FBE7AE3F14B807C110F26 /* BugsnagKSCrashSysInfoParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagKSCrashSysInfoParser.m; sourceTree = ""; }; + 193C89066A0F60AC9103D73C85A52780 /* React-RCTSettings.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.release.xcconfig"; sourceTree = ""; }; + 1942B13958E056020B29B8184AB242BC /* Conv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Conv.h; path = folly/Conv.h; sourceTree = ""; }; + 1956B2E8F86EE099EC626D5C1C73E1DA /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; + 195B3151D310A8330BBF5B9611B33B2E /* ChannelRequester.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ChannelRequester.cpp; path = rsocket/statemachine/ChannelRequester.cpp; sourceTree = ""; }; + 19979254E1B71D7ED041F2EEE1C6F5DA /* ARTRadialGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRadialGradient.m; sourceTree = ""; }; + 19A8239CC1188701F4EF849D6636EC80 /* File.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = File.h; path = folly/gen/File.h; sourceTree = ""; }; + 19B021E56E537B6DAAAC1E202D01FAA4 /* Function.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Function.h; path = folly/Function.h; sourceTree = ""; }; + 19C3F3D19842B592EA49B30E8F0C0D9B /* FIRCLSUUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUUID.h; path = Crashlytics/Shared/FIRCLSUUID.h; sourceTree = ""; }; + 19E6679B1AF9AECBCBC694DFBF733BAF /* evutil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evutil.h; path = src/evutil.h; sourceTree = ""; }; + 19FCFFFD4FA75C7C7339A0CC154D5EE1 /* StreamFragmentAccumulator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamFragmentAccumulator.cpp; path = rsocket/statemachine/StreamFragmentAccumulator.cpp; sourceTree = ""; }; + 1A1493512AC01D7F91E06B1A79387134 /* SSLErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLErrors.h; path = folly/io/async/ssl/SSLErrors.h; sourceTree = ""; }; + 1A2CB108DF5E34B949B969BBFA881D22 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; + 1A3E7029E37466C45A989A1B94A39757 /* react-native-slider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-slider-dummy.m"; sourceTree = ""; }; + 1A41A55EC461EE7BD4FECFFAD6FC9A8B /* Folly.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.release.xcconfig; sourceTree = ""; }; + 1A4E7A8A283A4CB779BDF863D8EFC743 /* Poly.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Poly.h; path = folly/Poly.h; sourceTree = ""; }; + 1A5246337066A13FFE7A95D39ECBD469 /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; + 1A65636F4A8D062986B315E3ECBB1A81 /* HighlighterViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HighlighterViewManager.h; sourceTree = ""; }; + 1A721F060C171DB51491D76DD7970AD2 /* RNNotificationCenterMulticast.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterMulticast.m; path = lib/ios/RNNotificationCenterMulticast.m; sourceTree = ""; }; + 1A744E220EA952F95EFAA4A17DDC1645 /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; + 1A7E51AF577D952CCA0C97D665CB4D35 /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; + 1A7EA3B94E491F6191E7CB359A83444A /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; + 1A8814CD58CF3DAEB0154DD758F6A480 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; + 1ABD0791E50594A6D92E03BC8E3A1DCB /* EXAppleAuthenticationButtonViewManagers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationButtonViewManagers.m; path = EXAppleAuthentication/EXAppleAuthenticationButtonViewManagers.m; sourceTree = ""; }; + 1AC60AE4E8CB2E416D73B614F182D003 /* BSG_KSCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrash.m; sourceTree = ""; }; + 1AC90634D48B18C5119A0327C495D7F7 /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; + 1ACCC6C25B3A6A9E8F5197353BC8A242 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Sources/Private/FirebaseCoreInternal.h; sourceTree = ""; }; + 1AE56758B133E4E7506AD4851A28D969 /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; + 1AEB8F37FA749050D79277ABB41E3687 /* NamedThreadFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NamedThreadFactory.h; path = folly/executors/thread_factory/NamedThreadFactory.h; sourceTree = ""; }; + 1AF16905AEEAB4D5CDAEB054A5789B89 /* BSG_KSObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjCApple.h; sourceTree = ""; }; + 1AFB97808FE813A092CE48DD76D25797 /* RNPinchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPinchHandler.m; sourceTree = ""; }; + 1B0AE174C075FD60AB89D59E1EE04D67 /* UninitializedMemoryHacks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UninitializedMemoryHacks.h; path = folly/memory/UninitializedMemoryHacks.h; sourceTree = ""; }; + 1B14B9CFA3780DF6B2265B098100C7BE /* FlatCombiningPriorityQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlatCombiningPriorityQueue.h; path = folly/experimental/FlatCombiningPriorityQueue.h; sourceTree = ""; }; + 1B1FA373B06C6BB5A78FBB3351C21DBD /* FlipperKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FlipperKit.modulemap; sourceTree = ""; }; + 1B2D33A82BD64DF0CA4F73CA79134EF1 /* EventBaseBackendBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseBackendBase.cpp; path = folly/io/async/EventBaseBackendBase.cpp; sourceTree = ""; }; + 1B38ABA2844E6E965B07AE6AA26F7642 /* it.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = it.lproj; path = "Objective-C/TOCropViewController/Resources/it.lproj"; sourceTree = ""; }; + 1B5059AB4006953EF06EC1AD92AD2261 /* SKStateUpdateCPPWrapper.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKStateUpdateCPPWrapper.mm; path = iOS/FlipperKit/SKStateUpdateCPPWrapper.mm; sourceTree = ""; }; + 1B5FFC8A93C51F6E912E84F5A7BADF93 /* BSG_KSString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSString.h; sourceTree = ""; }; + 1B62F26053BC06F96780A1BEC62D7059 /* FontAwesome.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome.ttf; path = Fonts/FontAwesome.ttf; sourceTree = ""; }; + 1B6FC2D4583E8FB6A4E2F512570B9CBC /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; + 1B7419CA026EBB5F73A5AA841153D236 /* Shared.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Shared.m; sourceTree = ""; }; + 1BA4C2A256B4F2E8D9D5165202256544 /* EXImageLoader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXImageLoader.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 1BB4CDCED7D5DC97B867A6F1AAD05F54 /* Pretty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Pretty.h; path = folly/lang/Pretty.h; sourceTree = ""; }; + 1BC6839B56D074BCDA6B2E14771B5A40 /* CancellationToken-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CancellationToken-inl.h"; path = "folly/CancellationToken-inl.h"; sourceTree = ""; }; + 1BDF37536924751A255DDFBD9A1DB228 /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; + 1BE84C2EC72E9292AE0AEFED39D90AC8 /* engine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = engine.h; path = ios/include/openssl/engine.h; sourceTree = ""; }; + 1C0281F1D9AC32341D6A222C9F9BF461 /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; + 1C181B6F78FE3A1504BD63167B36C163 /* FBLazyVector.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.debug.xcconfig; sourceTree = ""; }; + 1C33EA9831C984BD106A0446ACD99BB4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 1C3EB6CA709EABFAD0EC9B4C37CCEE49 /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; + 1C52E6805E69ACCDB4ED2FDABFFA44E7 /* 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 = ""; }; + 1C5B058F36AB82D8AA43E4C9F7D17032 /* tr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = tr.lproj; path = "Objective-C/TOCropViewController/Resources/tr.lproj"; sourceTree = ""; }; + 1C5D3184C697DE11F739D6B26DB76935 /* FKPortForwardingCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKPortForwardingCommon.h; path = iOS/FlipperKit/FKPortForwarding/FKPortForwardingCommon.h; sourceTree = ""; }; + 1C7A9129FC07EFCE11E0CD715F503217 /* RNCWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebView.h; path = apple/RNCWebView.h; sourceTree = ""; }; + 1C851CFB69AC8DBA050AA8AA8731BC52 /* EventFDWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventFDWrapper.h; path = folly/io/async/EventFDWrapper.h; sourceTree = ""; }; + 1CA141060441C3F2FC9249BB7E8BB516 /* FIRCLSContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSContext.m; path = Crashlytics/Crashlytics/Components/FIRCLSContext.m; sourceTree = ""; }; + 1CA4025A9442E30F7A8918DF36CEAE58 /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; + 1CB5E16C50474D6B6A1F130B3779C301 /* RCTTypedModuleConstants.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTypedModuleConstants.mm; sourceTree = ""; }; + 1CC8C886D33FF29B38A0832852B5D4F5 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; + 1CCD8C15E9FADF2B1470A5346D580C8E /* SDAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDAnimatedImageView+WebCache.m"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.m"; sourceTree = ""; }; + 1CE223D8A3416E8179CB79F931A4BF72 /* FIRCLSFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFile.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFile.h; sourceTree = ""; }; + 1CF71C92967549E8338B17872FC750D3 /* ARTPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTPattern.m; sourceTree = ""; }; + 1D0D9670EB2D5BA22A4530223199AB3C /* SKBufferingPlugin+CPPInitialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SKBufferingPlugin+CPPInitialization.h"; path = "iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin+CPPInitialization.h"; sourceTree = ""; }; + 1D15F502CDC940C879DB4C9D41B88D14 /* SysSyscall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysSyscall.h; path = folly/portability/SysSyscall.h; sourceTree = ""; }; + 1D2869ABB09173414FC4EAA77E761049 /* RCTConvertHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvertHelpers.h; sourceTree = ""; }; + 1D37D03002BC8CAB7C198427C6A893F3 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; + 1D6D8275D628D556C27D86B56A6B76CB /* ObservingInputAccessoryViewTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ObservingInputAccessoryViewTemp.h; sourceTree = ""; }; + 1D7D1432D705D587E36177F0058EA0FC /* SKTapListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKTapListener.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListener.h; sourceTree = ""; }; + 1D8103D5B5A75541FFD111330FAF8E80 /* FIRInstallationsIDController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIDController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.h; sourceTree = ""; }; + 1D8D19B90ECAFC3B18ACB96D04F1B67F /* CpuId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CpuId.h; path = folly/CpuId.h; sourceTree = ""; }; 1DC66AC6FB5802B9BA94177EDB54263D /* libRNCPicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNCPicker.a; path = libRNCPicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 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 = ""; }; - 1DCE0217A06E0F41B806974B457DCE3C /* SysSyscall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysSyscall.h; path = folly/portability/SysSyscall.h; sourceTree = ""; }; - 1DDA4520ED0465CB1C41101927E0409C /* bufferevent_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bufferevent_struct.h; path = src/event2/bufferevent_struct.h; sourceTree = ""; }; - 1DF0954BD8054A90907EB224D57A8A24 /* GDTCORUploadCoordinator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadCoordinator.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadCoordinator.m; sourceTree = ""; }; - 1E042BF1C837CE6276B784FAE8AA7BDE /* RNFBAnalytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBAnalytics.release.xcconfig; 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 = ""; }; - 1E4A157E039AF44FC0425020262BE77E /* RNDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDeviceInfo.h; path = ios/RNDeviceInfo/RNDeviceInfo.h; sourceTree = ""; }; - 1E4B6CE6FCDF2CAC342852F32F84DB65 /* Codel.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Codel.cpp; path = folly/executors/Codel.cpp; sourceTree = ""; }; - 1E4D29913B6C51E180B392582195C031 /* FBReactNativeSpec-generated.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "FBReactNativeSpec-generated.mm"; path = "FBReactNativeSpec/FBReactNativeSpec-generated.mm"; 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 = ""; }; - 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 = ""; }; - 1EDF10267C98F8AFF3F94D18AD3783A6 /* UMAppLoader-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMAppLoader-prefix.pch"; sourceTree = ""; }; - 1EEB487112509EFEEC7A11AE7C71E84C /* FlipperClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperClient.cpp; path = xplat/Flipper/FlipperClient.cpp; sourceTree = ""; }; - 1EF673B31ED4FD8583A67D6D966CA56F /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; - 1EFFF28AE883AEBF87391559536D296D /* RNDateTimePicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDateTimePicker-prefix.pch"; sourceTree = ""; }; - 1F125A7EA8B5D0B390B83CB6E8FDDE56 /* react-native-cameraroll-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-cameraroll-dummy.m"; sourceTree = ""; }; - 1F55396481B6575A067BE7618B16F638 /* BSG_KSCrashSentry_User.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_User.c; sourceTree = ""; }; - 1F89529B3C7A424F3CB829FD34902285 /* FIRCLSDownloadAndSaveSettingsOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDownloadAndSaveSettingsOperation.h; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.h; sourceTree = ""; }; - 1F97800ABD4B7E0E20A45EEFDC4CD621 /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; 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 = ""; }; - 1FC253DD7FF0DBA34C7CE3559E8CE978 /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; - 1FCF861487A5F554EE8FD85692644D40 /* ARTPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTPattern.m; sourceTree = ""; }; - 1FD64C9F6F1D5513F497F91D41E1A7CC /* UMTaskManagerInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.debug.xcconfig; 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 = ""; }; - 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 = ""; }; - 2021F8A8A32E47DF952B0456909EEEE2 /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; - 2025175E39E86B8209C62683AC874368 /* api.md */ = {isa = PBXFileReference; includeInIndex = 1; name = api.md; path = docs/api.md; sourceTree = ""; }; + 1DDDAB75A67211CB85E26D4F4BFB11E1 /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; + 1DEEC492D389AD6FACD6DDE07FEFACCD /* RNCSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewLocalData.m; path = ios/SafeAreaView/RNCSafeAreaViewLocalData.m; sourceTree = ""; }; + 1E02F5D1B143FA66FAD155A4AA674A1D /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; + 1E1EAEDB92E87942A0B2E506F02C4097 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 1E3F59488AFBDB3D08591181D5919F0D /* IPAddressV6.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressV6.h; path = folly/IPAddressV6.h; sourceTree = ""; }; + 1E405B7DD9CA9DBBD735B001312787C0 /* UMModuleRegistryHolderReactModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryHolderReactModule.h; sourceTree = ""; }; + 1E6B43C1D72CFC273DE044C35918B264 /* BugsnagSessionTrackingPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingPayload.h; sourceTree = ""; }; + 1E6FE159B1965C31B55B73659D05A4CF /* libwebp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = libwebp.release.xcconfig; sourceTree = ""; }; + 1E7C449EE3901BE7989E974189023D41 /* ReactNativeART-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactNativeART-prefix.pch"; sourceTree = ""; }; + 1E7F3302282AD73412A5DA4EC6C7D90F /* SKNetworkReporter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKNetworkReporter.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKNetworkReporter.h; sourceTree = ""; }; + 1E8BA7D36AF6D65D2349E2C0E8BB4033 /* IPAddress.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IPAddress.cpp; path = folly/detail/IPAddress.cpp; sourceTree = ""; }; + 1E8CDA73D69A21C6B92DBDA66F717E10 /* ColdResumeHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ColdResumeHandler.h; path = rsocket/ColdResumeHandler.h; sourceTree = ""; }; + 1E9D6B2D5724558B5D37231ED3A17712 /* IStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IStream.h; path = folly/gen/IStream.h; sourceTree = ""; }; + 1EA03B83DE84091FF2E805F0EED94CDE /* analysis_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = analysis_enc.c; path = src/enc/analysis_enc.c; sourceTree = ""; }; + 1EA1F48B5E657D3A86ED99BC83AFA88F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 1EA4B91BB3B7072CCAC8E9A24C7142E5 /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; + 1EB98EA9782D5D0A1CABC64A01415E3A /* YogaKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YogaKit-umbrella.h"; sourceTree = ""; }; + 1ED7176ABF4D4737A45690C68E1FFE4D /* EXAppleAuthenticationRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationRequest.m; path = EXAppleAuthentication/EXAppleAuthenticationRequest.m; sourceTree = ""; }; + 1EE23EECE9B574408E139CA005EA9092 /* ClientResumeStatusCallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ClientResumeStatusCallback.h; path = rsocket/internal/ClientResumeStatusCallback.h; sourceTree = ""; }; + 1F015BE014ED308255235BF0F53539D9 /* EXSessionResumableDownloadTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionResumableDownloadTaskDelegate.m; sourceTree = ""; }; + 1F2429032F18194D9CD9E7AFA85C15F6 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 1F3F6B0644D75D2EED997E7F939BBF0F /* yuv_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips32.c; path = src/dsp/yuv_mips32.c; sourceTree = ""; }; + 1F415FE95A263B02503DE601CD1866FC /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; + 1F45424D372D802349364DB0D03AB1B8 /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/Core/NSButton+WebCache.m"; sourceTree = ""; }; + 1F5175D11625A9FB70BE4E83D05BCBE3 /* ProxyLockable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProxyLockable.h; path = folly/synchronization/detail/ProxyLockable.h; sourceTree = ""; }; + 1F52FEA29300B13CE9DA93F3217D8566 /* AsyncTrace.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncTrace.cpp; path = folly/detail/AsyncTrace.cpp; sourceTree = ""; }; + 1F537359B37EE1C12B2330F32445A4FE /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; + 1F580AB1E7A15DA2F251BB1964DB2F1B /* F14Set.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Set.h; path = folly/container/F14Set.h; sourceTree = ""; }; + 1F597559BFF3F53E2410FF4B27ED516F /* UnboundedQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnboundedQueue.h; path = folly/concurrency/UnboundedQueue.h; sourceTree = ""; }; + 1F61B8D7F7A7A55AF767402BC60D1940 /* EXConstantsService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstantsService.h; path = EXConstants/EXConstantsService.h; sourceTree = ""; }; + 1F77EEA359C4D663BF9409A666EF56FD /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; + 1F83F4F4313935C7068D01F03F36AB0F /* FirebaseCoreDiagnostics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnostics.release.xcconfig; sourceTree = ""; }; + 1F840D7AEDCD36738AAA9797A8430A42 /* UIColor+SKSonarValueCoder.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "UIColor+SKSonarValueCoder.mm"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIColor+SKSonarValueCoder.mm"; sourceTree = ""; }; + 1FA625B145964C34D6B58E72CB6B1827 /* Init.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Init.cpp; path = folly/ssl/Init.cpp; sourceTree = ""; }; + 1FA86EE2B7B119ECBE3551CC5592C748 /* json_pointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json_pointer.h; path = folly/json_pointer.h; sourceTree = ""; }; + 1FC7BCB7D558F56A22BB817A2A61290A /* REANode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REANode.m; sourceTree = ""; }; + 1FD1232C295BEC8B3C5C46CF9C88EB99 /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/Bits.h; sourceTree = ""; }; + 1FF55A0B6432B28EE4BA2160E3CB221A /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; + 1FFA44FAF4E84A638FF650FB9A1E83E4 /* ConcurrentHashMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentHashMap.h; path = folly/concurrency/ConcurrentHashMap.h; sourceTree = ""; }; + 1FFA7498C68E332CE8D738284DB4EE2D /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; + 1FFC1104F3E207A7B409E9F5832B3593 /* FIRInstallationsStoredAuthToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredAuthToken.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.m; sourceTree = ""; }; + 200BF94921A2A5BBC567D88B80B12439 /* SocketAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketAddress.h; path = folly/SocketAddress.h; sourceTree = ""; }; + 200E55DBAA004E4AE0B48A4781BE93B0 /* REAFunctionNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAFunctionNode.m; sourceTree = ""; }; 202722AA0D229A11350F6DC0F267A0BA /* libRNBootSplash.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNBootSplash.a; path = libRNBootSplash.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2048D347CE9EDBB07FA607B7211FFEA4 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; - 206622DC3287496A98E1C54E082EDF64 /* RNCMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCMaskedView.h; path = ios/RNCMaskedView.h; sourceTree = ""; }; - 2066598D4CA3CEB1837EB6812A0434D8 /* CocoaAsyncSocket-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaAsyncSocket-prefix.pch"; sourceTree = ""; }; - 20761182073E23D3650FE3E7868253F4 /* RCTUtilsUIOverride.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtilsUIOverride.m; sourceTree = ""; }; - 207D033924BC89A9D825571017000E61 /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h; sourceTree = ""; }; - 2080A0BBC9EB23B9D268F28952C409CC /* FIRCLSUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserDefaults.h; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.h; sourceTree = ""; }; - 20B1428D7E8B2AC566615C37A071FE6D /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; - 20B496831B747470C665DEB570F2721E /* RNCAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearance.h; path = ios/Appearance/RNCAppearance.h; sourceTree = ""; }; - 20DCA60F05C587178955271659C6F4FA /* SKNetworkReporter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKNetworkReporter.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKNetworkReporter.h; sourceTree = ""; }; - 20F4E7ADE44B96302727F4A14A84A5D9 /* BSG_KSCrashIdentifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashIdentifier.m; sourceTree = ""; }; - 20FD124932F28CED59F1110BD9812B60 /* SingleWriterFixedHashMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingleWriterFixedHashMap.h; path = folly/experimental/SingleWriterFixedHashMap.h; sourceTree = ""; }; - 211EB030992454A91CF18D3C476C3ED6 /* React-RCTAnimation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.release.xcconfig"; sourceTree = ""; }; - 21613A9630310FC52EDDD9F7BCB3D56F /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; - 2161993A98713AC85976D83449407458 /* ARTRenderableManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRenderableManager.h; sourceTree = ""; }; - 216AD0826E6548AC6A92C4157EF3644C /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = React/CoreModules/RCTActionSheetManager.h; sourceTree = ""; }; - 217D47E86EDCC25066389BC2C2990CFB /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; - 2183E8AD085377930570BDB86081C2CD /* 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; }; - 21B3A7BE2BA53AEF2DF324DEAE4BC616 /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; - 21B571A63D7013EE0C82F28180BF31F8 /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/Private/GULAppEnvironmentUtil.h; sourceTree = ""; }; - 21BE480D4031EEA250DD0C2C1EF4A8F3 /* REAAllTransitions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAllTransitions.h; sourceTree = ""; }; - 21C67E1D002EE5D253998035E41F067E /* RCTLocalAssetImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLocalAssetImageLoader.mm; sourceTree = ""; }; - 21CDF60F536705E2EF3EF7F5052C5A83 /* PTChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PTChannel.m; path = peertalk/PTChannel.m; sourceTree = ""; }; + 2074EF09F6E504966C3AD8EA78881E1F /* RNCPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCPickerManager.h; path = ios/RNCPickerManager.h; sourceTree = ""; }; + 20856FA4C991AEF2925753343911B931 /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; + 2093BF8FEC8A0247DF46CBC4EF399B6B /* Subscription.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Subscription.cpp; path = yarpl/flowable/Subscription.cpp; sourceTree = ""; }; + 2094769E11F4DF90CC5ED13E8077009D /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSourceCode.h; path = React/CoreModules/RCTSourceCode.h; sourceTree = ""; }; + 2096C42AC989228CF3DA15581AD4CDD1 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Instance.cpp; sourceTree = ""; }; + 20A19879C907555A17956DFDA94D3FC5 /* BugsnagSessionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTracker.h; sourceTree = ""; }; + 20B9F1A5F95022D5FF544E7D1F588F4A /* UMTaskLaunchReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskLaunchReason.h; path = UMTaskManagerInterface/UMTaskLaunchReason.h; sourceTree = ""; }; + 20CACFF17F6381F3554657B276133FE3 /* 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; }; + 20F8FDFDA0DB20A6D35F500ADFD5C1FA /* ThreadFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadFactory.h; path = folly/executors/thread_factory/ThreadFactory.h; sourceTree = ""; }; + 20FEEC3E7930BD2C65217FBE012B1E4C /* CodedInputData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodedInputData.h; path = Core/CodedInputData.h; sourceTree = ""; }; + 21086094673445E22C8883D9D4785C89 /* RCTLogBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLogBox.h; path = React/CoreModules/RCTLogBox.h; sourceTree = ""; }; + 211ECFE24EDFAD07EC024DD8386C841F /* 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; }; + 21316E61B7186CDD526B434999B12F98 /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; + 2141E2A3E697F9393BDC9E9C72784317 /* RNSScreenStackHeaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStackHeaderConfig.h; path = ios/RNSScreenStackHeaderConfig.h; sourceTree = ""; }; + 21522FA91FBED0B4D7F540BE31B9B235 /* UMReactNativeAdapter.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.debug.xcconfig; sourceTree = ""; }; + 21576322EC335CE60D1D51DA0962712A /* QBImagePickerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBImagePickerController.m; path = ios/QBImagePicker/QBImagePicker/QBImagePickerController.m; sourceTree = ""; }; + 2163CABF895B61AFD58F20AC43A5E156 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; + 218B00C0D06AC7450E6653E5961FBB71 /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = FirebaseCore/Sources/FIROptions.m; sourceTree = ""; }; + 2195EA1DEE45C86CF9E4619677845C54 /* ConnectionContextStore.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectionContextStore.cpp; path = xplat/Flipper/ConnectionContextStore.cpp; sourceTree = ""; }; + 219825AFAC722180ACF8A69FAF1FAEE5 /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; + 21AFB2D1D8A42389B3AE6F26173E400B /* BSG_KSCrashSentry_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_CPPException.h; sourceTree = ""; }; + 21BC2DCEE53F7DF6503A3E1DA230F791 /* EXPermissions-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPermissions-dummy.m"; sourceTree = ""; }; + 21C4756100DEEF7422D3868D7EF61461 /* RSocketServerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketServerState.h; path = rsocket/RSocketServerState.h; sourceTree = ""; }; + 21C6ED0DA574F26AD1900B0D234B3138 /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; + 21F635B15DBE25B44B6550F4CC74E58D /* RCTClipboard.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTClipboard.mm; sourceTree = ""; }; + 21FDAF3609A8D3181BAE206F56244266 /* IPAddressV6.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IPAddressV6.cpp; path = folly/IPAddressV6.cpp; sourceTree = ""; }; 220361FF3B2778F8F38C2C4DCC5B49FD /* libEXConstants.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXConstants.a; path = libEXConstants.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 220BA5CF766557292D8AE559EFCA7234 /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSIDynamic.cpp; sourceTree = ""; }; - 220DAE379E1D02CA903B3F194145101C /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; - 22128DB379E1D2CBFE351B3811F9B457 /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = FirebaseCore/Sources/FIRComponent.m; sourceTree = ""; }; + 22123C830E033524E2D4B78D6AD5147F /* Utility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utility.h; path = folly/synchronization/Utility.h; sourceTree = ""; }; 22179B26EFA123B0FB129665B0D3749A /* Pods-defaults-Rocket.Chat.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-defaults-Rocket.Chat.release.xcconfig"; 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 = ""; }; - 227965686C208135CA7B141FC9D25B67 /* Hmac.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Hmac.m; sourceTree = ""; }; - 227BD86E4FD15BEA458D981ADF2C7765 /* FormatArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FormatArg.h; path = folly/FormatArg.h; sourceTree = ""; }; - 22A034D30D1C715F075E31C849072B3E /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; 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 = ""; }; - 2307EF095D3AFD53EC29258D4B1788AE /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; - 23158F53650B4E4BAB266F6EB433D2AF /* EXPermissions.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.debug.xcconfig; sourceTree = ""; }; - 23164B612A30606F6920BCB3D2DBD0D5 /* IDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IDStore.m; path = ios/IDStore.m; sourceTree = ""; }; - 231DEF6C1E65C7D344E0656EC1EEC981 /* RCTScrollEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollEvent.m; sourceTree = ""; }; - 23297A2FE4CB2678FF4D5DDAD242BF8A /* Orientation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Orientation.m; path = iOS/RCTOrientation/Orientation.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 = ""; }; - 23959EB04031C567DA4ECA2473F11B8C /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Private/GULNetworkConstants.h; sourceTree = ""; }; - 239D9510475EBD85DBB5803C9B961905 /* RNCAppearanceProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProvider.h; path = ios/Appearance/RNCAppearanceProvider.h; sourceTree = ""; }; - 23D83884863E7B8B775CF0A3181494C4 /* Flipper-Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-Folly-dummy.m"; sourceTree = ""; }; - 23E5B529B881BC24891D5B1615FB6F2A /* REATransformNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransformNode.h; sourceTree = ""; }; - 23E8851081162A8ED820AC1CA1814539 /* lossless.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless.c; path = src/dsp/lossless.c; sourceTree = ""; }; - 23F1D34BD9B558857CC903DD828A4FE9 /* React-Core-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-umbrella.h"; sourceTree = ""; }; - 2412740D8B5C699F1DA6D7FF2E5B0326 /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; - 2426BDB7A3F379DFA15DC95E543FC87E /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; - 242734FB9BCAEF9B6FF14DD078DFD54E /* GDTCOREventDataObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventDataObject.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCOREventDataObject.h; sourceTree = ""; }; + 2219C5F2BD715BE21E427DEB7D2AA42B /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevMenu.h; path = React/CoreModules/RCTDevMenu.h; sourceTree = ""; }; + 2222A73D64B6F116BF4A6EC722D922CF /* TcpConnectionFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpConnectionFactory.h; path = rsocket/transports/tcp/TcpConnectionFactory.h; sourceTree = ""; }; + 222483B6FEAB4D2FA6B30881EC148C6A /* FBLPromise+Testing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Testing.m"; path = "Sources/FBLPromises/FBLPromise+Testing.m"; sourceTree = ""; }; + 2236D912B0D02BE687447FBF7DBE5257 /* filters_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_msa.c; path = src/dsp/filters_msa.c; sourceTree = ""; }; + 223809348B8CBB41D813F609B98AAB6A /* FBLPromise+Catch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Catch.h"; path = "Sources/FBLPromises/include/FBLPromise+Catch.h"; sourceTree = ""; }; + 225781FF47C297361440E8C032539F8F /* UMAppLoader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMAppLoader.debug.xcconfig; sourceTree = ""; }; + 226FEA8C59D37C8489FFE2C8F320A442 /* BSG_RFC3339DateTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_RFC3339DateTool.h; sourceTree = ""; }; + 2273D9E917E983B11A2DB7FD09EB307A /* RCTLocalAssetImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLocalAssetImageLoader.mm; sourceTree = ""; }; + 2274C6FF4F90EF264D6F55F7BB4F739A /* IPAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddress.h; path = folly/IPAddress.h; sourceTree = ""; }; + 227927CE1D19E4942FEA8851AA846C35 /* Flipper-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-dummy.m"; sourceTree = ""; }; + 227D4E4E28679AC02664FA44564C9F8A /* AsyncTimeout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncTimeout.cpp; path = folly/io/async/AsyncTimeout.cpp; sourceTree = ""; }; + 22934CAE7BBDDC415D76CC75994E9FAD /* EXFileSystemAssetLibraryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemAssetLibraryHandler.m; path = EXFileSystem/EXFileSystemAssetLibraryHandler.m; sourceTree = ""; }; + 22C48FD385198ABFFD9790EE0FDC8E68 /* opensslconf-i386.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-i386.h"; path = "ios/include/openssl/opensslconf-i386.h"; sourceTree = ""; }; + 22EFC1D6BC557DD62AEE1EDE57312E96 /* Iterators.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Iterators.h; path = folly/detail/Iterators.h; sourceTree = ""; }; + 22F3A722C0C8641C14449A66DA290BBF /* VibrancyView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VibrancyView.m; path = ios/VibrancyView.m; sourceTree = ""; }; + 22FB5CFD20AC9817B1473F3B94C5EED4 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 230B9272BCEC71F7CE1385D8081165D0 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; + 2310036578529D6AA6BC3631AC1F643C /* FIRCLSSerializeSymbolicatedFramesOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSerializeSymbolicatedFramesOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.h; sourceTree = ""; }; + 2312B7782C14ACB4C8E0477114BC1527 /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; + 231EA9958810D97A6F2294AF89FC5937 /* AsyncUDPSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncUDPSocket.h; path = folly/io/async/AsyncUDPSocket.h; sourceTree = ""; }; + 231F719E3B2E280A0546975FFF8A9B61 /* UMReactLogHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactLogHandler.m; sourceTree = ""; }; + 2323D5A15116FF5F6222B9905D6C5A81 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 233158517BDA4D9A18239A72DFD62838 /* ReactCommon-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactCommon-dummy.m"; sourceTree = ""; }; + 233D6A82937B9C6D79C5F8BBFDF56E10 /* HazptrRec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrRec.h; path = folly/synchronization/HazptrRec.h; sourceTree = ""; }; + 235EBD7D9C84BF6AE8BBAC02D76E5559 /* ScopedLock.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = ScopedLock.hpp; path = Core/ScopedLock.hpp; sourceTree = ""; }; + 23636DED2E59A42D30F86A594FF9824D /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; + 236727DAC3901D5E873ED19CBAD9F389 /* UMAppDelegateWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppDelegateWrapper.h; path = UMCore/UMAppDelegateWrapper.h; sourceTree = ""; }; + 237767518942A7903C33DDE388B6DFD5 /* react-native-cameraroll.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cameraroll.debug.xcconfig"; sourceTree = ""; }; + 2385DC3E3A9A165DE4441F9CBD5B442E /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; + 23B781565730B52F92C13EF75A0C7EAF /* FIRCLSFABHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABHost.h; path = Crashlytics/Shared/FIRCLSFABHost.h; sourceTree = ""; }; + 23D5465FF5E7AF235A8C937B7825F807 /* BaselinesAsyncSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaselinesAsyncSocket.cpp; path = rsocket/benchmarks/BaselinesAsyncSocket.cpp; sourceTree = ""; }; + 23FF5C670CB4428EFA8A34F10E4BB30F /* Promise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Promise.h; path = folly/futures/Promise.h; sourceTree = ""; }; + 241B035F71D44C863357F39F14B9A32C /* demux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = demux.h; path = src/webp/demux.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; }; - 242F245388767C253E6CB45585494230 /* PicoSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoSpinLock.h; path = folly/synchronization/PicoSpinLock.h; 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 = ""; }; - 248E3BEB54E55ED16CB1F584DF601D35 /* ARTCGFloatArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTCGFloatArray.h; path = ios/ARTCGFloatArray.h; sourceTree = ""; }; - 249841D9E5B16AC18A5478E54E4D3A1B /* Expected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Expected.h; path = folly/Expected.h; sourceTree = ""; }; - 24BC437A8DF6FE5B5E1CA23F82CDEDE7 /* UMModuleRegistryDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryDelegate.h; sourceTree = ""; }; - 24BDB052E02B4D7010E17DB94DDDA4ED /* SafeAreaSpacerViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerViewLocalData.m; sourceTree = ""; }; - 24D620A3E5583AFCA1B0728AABBA7D8D /* GULKeychainStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainStorage.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m; sourceTree = ""; }; + 24571006E25220BFC30DC08484183BCC /* FIRDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDiagnosticsData.h; path = FirebaseCore/Sources/FIRDiagnosticsData.h; sourceTree = ""; }; + 246436C875418C64B52FF346E673ACB8 /* FlipperState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperState.h; path = xplat/Flipper/FlipperState.h; sourceTree = ""; }; + 2475BF85D37BA5429B5C4E4906EAEC9E /* srp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = srp.h; path = ios/include/openssl/srp.h; sourceTree = ""; }; + 248A694A9252727395A6A5B82DEE6DAE /* AtomicUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUtils.h; path = folly/synchronization/detail/AtomicUtils.h; sourceTree = ""; }; + 2499FA4746B94433DEE8A3FA62A25E33 /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULMutableDictionary.h; sourceTree = ""; }; + 24BB19D6A71E01E08EEF6CE15B00EF3A /* RNFBPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBPreferences.h; path = ios/RNFBApp/RNFBPreferences.h; sourceTree = ""; }; + 24C8070FACECA148DDE577C3EADD6384 /* RCTAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimatedImage.h; path = Libraries/Image/RCTAnimatedImage.h; sourceTree = ""; }; + 24CF96E267248F9AB13C97787D48FDFB /* QBAssetsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetsViewController.m; path = ios/QBImagePicker/QBImagePicker/QBAssetsViewController.m; sourceTree = ""; }; 24DD06DF3760AA8A84A2FD651A74E8B0 /* Pods-NotificationService-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-NotificationService-dummy.m"; sourceTree = ""; }; - 24E417940EB3F7CF50B275AED41E5588 /* Octicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Octicons.ttf; path = Fonts/Octicons.ttf; 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 = ""; }; - 250CC1624255FA7B7FC411A4D1584B90 /* REANode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REANode.m; sourceTree = ""; }; - 251399F4F19CF72905E528830E3DAAB1 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Sources/Private/FIROptionsInternal.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 = ""; }; + 24E3148F511276C28B8AB30B8F38A7B3 /* SKApplicationDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKApplicationDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKApplicationDescriptor.h; sourceTree = ""; }; + 24E3C0706028858C47FD7F11974BCA67 /* KeyValueHolder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = KeyValueHolder.cpp; path = Core/KeyValueHolder.cpp; sourceTree = ""; }; + 24E86545356D7AF0A81825D570B81149 /* ThreadName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadName.h; path = folly/system/ThreadName.h; sourceTree = ""; }; + 25115ED9E0688CD4BD31DF6FF3AA66C8 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; + 251BD7FBA9F798839B1CEA69E88AC3DF /* SDFileAttributeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDFileAttributeHelper.m; path = SDWebImage/Private/SDFileAttributeHelper.m; sourceTree = ""; }; + 252D933B39817B62FF07CEBBAA5F321B /* FIRCLSLaunchMarkerModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSLaunchMarkerModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSLaunchMarkerModel.m; sourceTree = ""; }; + 2537503694AFA784AF0C0A681C3F44CC /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; + 253ED86E48FDF8B42F35207CF8196ED4 /* TypedIOBuf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypedIOBuf.h; path = folly/io/TypedIOBuf.h; sourceTree = ""; }; + 2542682C35AECE1613947CBC9E3F1789 /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = "Objective-C/TOCropViewController/Resources/pl.lproj"; sourceTree = ""; }; + 254337FDDE48B0AF3C8F127F3C031CE6 /* RCTWebSocketExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTWebSocketExecutor.mm; sourceTree = ""; }; + 25724DD860C8854ED7A1BC962CC7D02A /* SingletonStackTrace.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SingletonStackTrace.cpp; path = folly/detail/SingletonStackTrace.cpp; sourceTree = ""; }; + 257593DD23FE0B295051BC541DF7CC39 /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; 2577F299FCB0A19824FE989BE77B8E8F /* libReact-jsinspector.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsinspector.a"; path = "libReact-jsinspector.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2592F04BE51A52CD3D7A8999BDF5C719 /* EXPermissions-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPermissions-dummy.m"; sourceTree = ""; }; - 259C77DD77133162CCFBC4939740DD70 /* RNGestureHandlerButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerButton.h; path = ios/RNGestureHandlerButton.h; sourceTree = ""; }; - 25B3FE5EDA006705B4A217BD83FEA8BD /* KeyboardTrackingViewTempManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = KeyboardTrackingViewTempManager.m; sourceTree = ""; }; - 25C21E1F03393A7045E7E3E33FD9A011 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; - 25C38D3F5CE0F89E57DB30DDC790CEBB /* KeyCommands.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeyCommands.debug.xcconfig; sourceTree = ""; }; - 25C433C4BC01C844DC0B8B03C9C60A11 /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = MethodCall.cpp; 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 = ""; }; - 260AF96AB4DC089BC054801E6DD3698A /* RNCWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebViewManager.m; path = apple/RNCWebViewManager.m; sourceTree = ""; }; - 261EBB9E97BC3ECE7CB2CD999E1EFDD5 /* ReactNativeVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeVersion.h; sourceTree = ""; }; - 26277C294D12C81E65117E725579EDF2 /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; - 262DF7FF5E44B533B6553D6A5278ACD4 /* react-native-simple-crypto.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "react-native-simple-crypto.modulemap"; sourceTree = ""; }; - 26712389B6E9E5B92816FA2DC68C0A82 /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; - 268CE4350D3B4A4DF5951A88F1106DFB /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; + 2598A505F8EBEC6CEA69AC9B8BC9A00B /* RNGestureHandlerDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerDirection.h; path = ios/RNGestureHandlerDirection.h; sourceTree = ""; }; + 25A69B2378CE91F3F9B81C00BC55A423 /* 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; }; + 25C0D2279D72648775BB6C9E2E5E714D /* RNPinchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPinchHandler.h; sourceTree = ""; }; + 25DEEB0A9C61FDC04D20711FC9E77971 /* StreamResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamResponder.h; path = rsocket/statemachine/StreamResponder.h; sourceTree = ""; }; + 25E90E2C407478494847267108A62C6B /* FIRFirebaseUserAgent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRFirebaseUserAgent.m; path = FirebaseCore/Sources/FIRFirebaseUserAgent.m; sourceTree = ""; }; + 262DDB84057A7FEBB1F3E190F4F857E8 /* ScopeGuard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScopeGuard.h; path = folly/ScopeGuard.h; sourceTree = ""; }; + 26387EBCF9E7630DEF2992BC5AB3D1F2 /* RNFBAnalyticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBAnalyticsModule.h; path = ios/RNFBAnalytics/RNFBAnalyticsModule.h; sourceTree = ""; }; + 263ED00968034DEBA1AC11D34E4777C6 /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialCommunityIcons.ttf; path = Fonts/MaterialCommunityIcons.ttf; sourceTree = ""; }; + 264B8A6B9FAC60699A27FF0C98C78248 /* FlipperKitNetworkPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperKitNetworkPlugin.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.h; sourceTree = ""; }; + 267EBBEE66F212E319F32E17F47C2715 /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; + 2688893FF4890B16CF5094C3975BADEA /* MemoryFile.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryFile.cpp; path = Core/MemoryFile.cpp; sourceTree = ""; }; + 2697DD24AE529AC6067F29B43018C287 /* SharedMutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedMutex.h; path = folly/SharedMutex.h; sourceTree = ""; }; + 269BC71A433BF89DF9C6FAFEE0E7BDE9 /* OpenSSLCertUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSLCertUtils.cpp; path = folly/ssl/OpenSSLCertUtils.cpp; sourceTree = ""; }; 269BE773C9482484B70949A40F4EA525 /* libReact-RCTSettings.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTSettings.a"; path = "libReact-RCTSettings.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 269FB0F22B5196B63292DA1037CD1B46 /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; - 26BB72478B479E13902D483BEC4B3F74 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; - 26D1240844CE0D6D41920C98D6CFB5EF /* EXFileSystem-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXFileSystem-dummy.m"; sourceTree = ""; }; - 26E63A5AE5310A423A04A7ED8197F37F /* RNFetchBlobFS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobFS.m; path = ios/RNFetchBlobFS.m; sourceTree = ""; }; - 26EA354254BF71D3B5271E1E1B2A101C /* PasswordInFile.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PasswordInFile.cpp; path = folly/io/async/PasswordInFile.cpp; sourceTree = ""; }; - 26F4134D2E05C7747CADCE592BD19E60 /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; - 2708E14DC3A33B66000FEB6B8999C990 /* RNFBRCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBRCTEventEmitter.m; path = ios/RNFBApp/RNFBRCTEventEmitter.m; 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 = ""; }; - 27474382A8D81A4B6AB6E5900C22C84F /* RCTConvert+ART.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+ART.m"; path = "ios/RCTConvert+ART.m"; sourceTree = ""; }; - 27574B0E654D95290197489FC4CABA3B /* Flipper-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-prefix.pch"; sourceTree = ""; }; - 2786196FFAD333404806BF8C6442A607 /* Flipper-Glog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-Glog.debug.xcconfig"; sourceTree = ""; }; - 278C31EDA2F0A247C4E58F2B148366A5 /* ReactNativeART.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactNativeART.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 26ABD1ED337BE8CC63C7D2388F1D523B /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; + 26B52A9591E69B1A7A952845CE3A95BB /* FIRCLSRecordApplication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordApplication.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.m; sourceTree = ""; }; + 26B96880361CBB0364D7A793954DF9D9 /* color_cache_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = color_cache_utils.c; path = src/utils/color_cache_utils.c; sourceTree = ""; }; + 26C35CE6D96DA4D245AC4C93B6FA7A0F /* InterProcessLock_Win32.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InterProcessLock_Win32.cpp; path = Core/InterProcessLock_Win32.cpp; sourceTree = ""; }; + 26D178F467503E1F6B0082DFF52FBBBF /* RNRootViewGestureRecognizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRootViewGestureRecognizer.h; path = ios/RNRootViewGestureRecognizer.h; sourceTree = ""; }; + 26DDB6E2DD786A51614C2D3DC463AD6A /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; + 26E14D7B4CB2C494ABECECF3898B3C52 /* ReactNativeART-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactNativeART-dummy.m"; sourceTree = ""; }; + 26F861AFA8F841A13826722BAF81EB50 /* ConcurrentSkipList-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ConcurrentSkipList-inl.h"; path = "folly/ConcurrentSkipList-inl.h"; sourceTree = ""; }; + 26F8E2551A1F750E308AF93E66672717 /* rescaler.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler.c; path = src/dsp/rescaler.c; sourceTree = ""; }; + 27081BAA2E11A3BEBE87626985414562 /* ParallelMap-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ParallelMap-inl.h"; path = "folly/gen/ParallelMap-inl.h"; sourceTree = ""; }; + 270F7BC73A275A031CB7685EF596B7BF /* ScheduledSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledSubscriber.h; path = rsocket/internal/ScheduledSubscriber.h; sourceTree = ""; }; + 270FE2E763D8F29A138CAC4BF5C0C5BF /* BugsnagLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagLogger.h; sourceTree = ""; }; + 273F08569F1F8BB2F5DF569E36AE5E19 /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; + 27492F5F27A1D35D4945766378BD7A8D /* GULSecureCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSecureCoding.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULSecureCoding.h; sourceTree = ""; }; + 274DBCAA64624AEAFD1422FFD80BDCF3 /* FIRCLSAllocate.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSAllocate.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.c; sourceTree = ""; }; + 275587A1E4EF5E8B5AF5AEED41DBF627 /* OpenSSLUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSLUtils.cpp; path = folly/io/async/ssl/OpenSSLUtils.cpp; sourceTree = ""; }; + 275D7435337E7091498E630064CCA84B /* Try.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Try.h; path = folly/Try.h; sourceTree = ""; }; 279390C893577F74DD2049383E1EDD1A /* libKeyCommands.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libKeyCommands.a; path = libKeyCommands.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 279EA24910A08C73A3980543E385235B /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; - 27AD814C5F05D9F7E67C96F2E239ADDD /* REAConcatNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAConcatNode.h; sourceTree = ""; }; - 27BFB45F10C5ED540AEFD1EC86E366A1 /* REAAllTransitions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAllTransitions.m; 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 = ""; }; - 280880F67755E30D63DF44A536EDDCB9 /* PolyDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PolyDetail.h; path = folly/detail/PolyDetail.h; sourceTree = ""; }; + 279C1C88863CB0DB53713484DA543593 /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; + 279C30CED538D05237BF1E3D1BBE2DF7 /* StaticSingletonManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StaticSingletonManager.cpp; path = folly/detail/StaticSingletonManager.cpp; sourceTree = ""; }; + 27A8E129A946A9515D6D884FFCDBBDA2 /* FIRCLSManagerData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSManagerData.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.m; sourceTree = ""; }; + 27D740F4B39FF678E72B05C626B13D2B /* ARTTextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTTextManager.h; sourceTree = ""; }; + 27DFFA4EA6EFF9F6159E5B11883AD9F6 /* RNFBCrashlytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBCrashlytics.release.xcconfig; sourceTree = ""; }; + 27F39E544AD1F4444E65E10189D13AAE /* PBUtility.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PBUtility.cpp; path = Core/PBUtility.cpp; sourceTree = ""; }; + 2806000212A615AD493FCBD75DE46D48 /* Payload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Payload.h; path = rsocket/Payload.h; sourceTree = ""; }; + 2811926DAB6DB965EBF479AB571CAA07 /* AESCrypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AESCrypt.h; path = Core/aes/AESCrypt.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 = ""; }; - 283EF8F0F9B62D03752770F22CE530BA /* UMModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistry.m; sourceTree = ""; }; + 281D56A402492653A0CFD2F4FD92FBEC /* UMAppLoaderProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppLoaderProvider.h; path = UMAppLoader/UMAppLoaderProvider.h; sourceTree = ""; }; + 2831B1C9C14125815E5CD7EF830CAE24 /* Invoke.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Invoke.h; path = folly/functional/Invoke.h; sourceTree = ""; }; + 2834FA224F3415F7E5F954AC1438361E /* FBLPromiseError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromiseError.m; path = Sources/FBLPromises/FBLPromiseError.m; sourceTree = ""; }; + 28387517BF392D7F46D2D72982BED20E /* FIRCLSHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSHost.h; path = Crashlytics/Crashlytics/Components/FIRCLSHost.h; sourceTree = ""; }; + 283B6E4A456D223977E31944507FA660 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; + 2841DAC0455B8747BE1DF8A4B0A0206E /* RCTTypeSafety-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTTypeSafety-dummy.m"; sourceTree = ""; }; 2843CE246C3884DD21A4C251E8B34E25 /* libReactNativeUiLib.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReactNativeUiLib.a; path = libReactNativeUiLib.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 284A3D9B3BC17461B00A872841C45843 /* FIRCLSInstallIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSInstallIdentifierModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.m; 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 = ""; }; - 28849E6BDC3256170438B4A3FB4AB8BD /* REAValueNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAValueNode.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 = ""; }; - 28B2D9F2D46957CEDB1845EBBDFC4568 /* RNCAppearance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearance.m; path = ios/Appearance/RNCAppearance.m; sourceTree = ""; }; - 28B5EAF2362DEBD3E2A741565E2DA35F /* Cursor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Cursor.cpp; path = folly/io/Cursor.cpp; sourceTree = ""; }; - 28B83198195A71FCA377116A829E2513 /* RNDeviceInfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDeviceInfo.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 28D04AE8366BCB816F93F92E079F0495 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; - 28FF376BB5CB374C7973B8724C10BED0 /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; - 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 = ""; }; - 293252623D3A9ADE9E9BEA70C0A8E10A /* REAUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REAUtils.h; path = ios/REAUtils.h; 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 = ""; }; - 29537CD66643FF7EDA26FC50C2A01839 /* Executor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Executor.cpp; path = folly/Executor.cpp; sourceTree = ""; }; - 296FE652533F7B4A228BB78544E90129 /* React-cxxreact.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.release.xcconfig"; sourceTree = ""; }; + 285050481A5BAA4F4AB8013A024F4657 /* MiniPBCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MiniPBCoder.h; path = Core/MiniPBCoder.h; sourceTree = ""; }; + 285A13E6C95DE2AE2267DC1197D93D1D /* GDTCORReachability_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORReachability_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORReachability_Private.h; sourceTree = ""; }; + 289FC721F2A5067524C1A1E19F98C131 /* RNCConnectionState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCConnectionState.h; path = ios/RNCConnectionState.h; sourceTree = ""; }; + 28AC5DC8B5AC04042ABD5E59E1CB3971 /* ErrorCode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ErrorCode.cpp; path = rsocket/framing/ErrorCode.cpp; sourceTree = ""; }; + 28C49CFFC659F9A55DC265C5DA52C451 /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSDeltaBundleClient.h; sourceTree = ""; }; + 28CF09182FB56E436792D33978FF6212 /* UMPermissionsInterface-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMPermissionsInterface-prefix.pch"; sourceTree = ""; }; + 28DC8F2D29619F49492C32ADC08EA4DE /* EventBaseLocal.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseLocal.cpp; path = folly/io/async/EventBaseLocal.cpp; sourceTree = ""; }; + 28E8E303BAFEC153FA59E2AE9A778266 /* BSG_KSMach_Arm.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm.c; sourceTree = ""; }; + 28E9390A26FEFF851CA2CC4BC4483A2C /* RCTTypeSafety.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.release.xcconfig; sourceTree = ""; }; + 28EBEAAD45D3EEA4204C78F53427E680 /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; + 28EBFBC29C392BF62A32EC80CD910838 /* UMModuleRegistryDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryDelegate.h; sourceTree = ""; }; + 28F9E6F066F7541992908D4A3F8D1C49 /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; + 29036D59554C5697F641FEBD32978695 /* StaticConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StaticConst.h; path = folly/lang/StaticConst.h; sourceTree = ""; }; + 2933A580606C3592A27CE3F9C9563C1D /* ChecksumDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ChecksumDetail.h; path = folly/hash/detail/ChecksumDetail.h; sourceTree = ""; }; + 29530D545C2E0B059CAA20ED2CE27E64 /* ExecutorWithPriority-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ExecutorWithPriority-inl.h"; path = "folly/executors/ExecutorWithPriority-inl.h"; sourceTree = ""; }; + 296663C9259F7C824E4148D6AABA69DD /* FIRCLSApplicationIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSApplicationIdentifierModel.h; path = Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.h; sourceTree = ""; }; + 298424DD629B61A6333BFDB8F18DC772 /* muxinternal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxinternal.c; path = src/mux/muxinternal.c; 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 = ""; }; - 29B78C755E6DF828B23B2CDA4944A4E7 /* React-RCTVibration.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.debug.xcconfig"; 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 = ""; }; - 2A0190A0DB9BB8D8696CA9C6D5A9DDE3 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; - 2A2D7ADBCBB430C18C3A64D5CF4E171E /* UMBarCodeScannerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerInterface.h; sourceTree = ""; }; - 2A34BF894545FC9A2EB6192E4D7E7972 /* EXImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXImageLoader.h; path = EXImageLoader/EXImageLoader.h; 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 = ""; }; - 2A66C5AB55C404EFAA02BD07F9A6B12C /* QBCheckmarkView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBCheckmarkView.m; path = ios/QBImagePicker/QBImagePicker/QBCheckmarkView.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 = ""; }; - 2A9F88135D09342AFDD91B64DC73C2AE /* webpi_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = webpi_dec.h; path = src/dec/webpi_dec.h; sourceTree = ""; }; - 2AA11FFB16769B97827F04C8CD547BDF /* REAEventNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAEventNode.m; sourceTree = ""; }; - 2AA9CDD15A4D66B52EAABC9EA283C8A4 /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; - 2AD4696BC7102959143ECFFD3E7A4728 /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = ios/QBImagePicker/QBImagePicker/de.lproj; 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 = ""; }; + 29B4C8DC2F459CD4DDFA7B9D695CD1B3 /* PicoSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoSpinLock.h; path = folly/synchronization/PicoSpinLock.h; sourceTree = ""; }; + 29BA0958159D12891116C0D787E35097 /* Common.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Common.cpp; path = rsocket/internal/Common.cpp; sourceTree = ""; }; + 29C9AE67105A353FA01ACDB5EB32E95D /* libevent_extra.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libevent_extra.a; path = lib/libevent_extra.a; sourceTree = ""; }; + 29E4EFF58F50549805022DC58237A9B6 /* json_patch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json_patch.h; path = folly/json_patch.h; sourceTree = ""; }; + 29F045C1D69A3F9F195BD966DCA438AD /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; + 2A016A3197B33DECCC2EACAB6C7FA9EF /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; + 2A03405233D4C30869593A81D90EB684 /* RsaFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RsaFormatter.m; sourceTree = ""; }; + 2A2B6B7E94695A91DAC232DC9948DBDA /* JemallocHugePageAllocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JemallocHugePageAllocator.h; path = folly/experimental/JemallocHugePageAllocator.h; sourceTree = ""; }; + 2A3FDC18D50C1DA25DA591B3035B6BAC /* EXAppleAuthenticationRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthenticationRequest.h; path = EXAppleAuthentication/EXAppleAuthenticationRequest.h; sourceTree = ""; }; + 2A54F0115158B08F57DF13AC69F5ECAD /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; + 2A733C2923941DF6BF0FF33C98705A80 /* JitsiMeetSDK.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JitsiMeetSDK.debug.xcconfig; sourceTree = ""; }; + 2A7D89454AF2A9FF445EF28A3F418B71 /* CString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CString.cpp; path = folly/lang/CString.cpp; sourceTree = ""; }; + 2A7F2ECC3730780B365527FC592760E6 /* GDTCORClock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORClock.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORClock.h; sourceTree = ""; }; + 2A817D121C58CD567293B3680B49A6CA /* Singleton-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Singleton-inl.h"; path = "folly/Singleton-inl.h"; sourceTree = ""; }; + 2A85ED273CDA8E3BCBA7ABAAD155398B /* RNCSafeAreaViewMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewMode.m; path = ios/SafeAreaView/RNCSafeAreaViewMode.m; sourceTree = ""; }; + 2A936997B09A4CE60C4086325BD51058 /* FBReactNativeSpec.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBReactNativeSpec.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 2AA9841E50C8EB4833D888FC478FCE74 /* FIRCLSSignal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSSignal.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSSignal.c; 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; }; - 2AEE1AE20CE2740D17B0A5D60B528FBB /* REAParamNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAParamNode.h; sourceTree = ""; }; - 2AF33C91A990BF6287432F0FDE89720F /* MMKVCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MMKVCore.debug.xcconfig; sourceTree = ""; }; - 2AF6A2B0D0637BBF1F01FF852EB91CB5 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; - 2B0C856099C6B4C0288C50C7A0354376 /* REAEventNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAEventNode.h; sourceTree = ""; }; - 2B15A37AAA4CCCEC5D4969478F907960 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 2B0940B7DD959F0113717C4EE42CCD37 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; 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; }; + 2B3147F8BD6D23C888E52D3C5B1C8AB9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 2B361608B34C96A6FAB5E98FCEA3A462 /* Pods-ShareRocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ShareRocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; - 2B3D215412669C1F90D7F91687BF5DAD /* EXResumablesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXResumablesManager.m; sourceTree = ""; }; - 2B484C5C931F92AF7CBD876D7D12990C /* BlurEffectWithAmount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlurEffectWithAmount.h; path = ios/BlurEffectWithAmount.h; sourceTree = ""; }; - 2B5642E6EB67BA919B5F306C33808743 /* EXFileSystemLocalFileHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemLocalFileHandler.m; path = EXFileSystem/EXFileSystemLocalFileHandler.m; sourceTree = ""; }; - 2B5A73E3C85EBE7C64B8D45F76B1448B /* FIRErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrorCode.h; path = FirebaseCore/Sources/Private/FIRErrorCode.h; sourceTree = ""; }; - 2B814C5BA1ED3C6A24B9AA023B0400ED /* 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; }; - 2B9219CC00559308A8946F5EAB9D3291 /* RNFBCrashlyticsInitProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBCrashlyticsInitProvider.m; path = ios/RNFBCrashlytics/RNFBCrashlyticsInitProvider.m; sourceTree = ""; }; - 2B95A032A0C1F87AF120F0474C6699B9 /* REAStyleNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAStyleNode.h; sourceTree = ""; }; - 2BA0B7DE44C1908CAE127188924717FA /* EXAudioSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioSessionManager.m; path = EXAV/EXAudioSessionManager.m; 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 = ""; }; - 2BCABA2BCE526F180984A94646D499AD /* RNSScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreen.m; path = ios/RNSScreen.m; sourceTree = ""; }; - 2BD82FD807636F6148804D51DD521F67 /* BSG_KSSystemInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSystemInfo.m; 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 = ""; }; - 2C184B20B4DF950BEB0E00721CEAEACC /* 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; }; - 2C1DBE6A2CF58D2454F50323D40DBE56 /* RSocketConnectionEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketConnectionEvents.h; path = rsocket/RSocketConnectionEvents.h; sourceTree = ""; }; - 2C311035BC5AD6A47705E092A3BCC09B /* BSG_KSSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSignalInfo.h; sourceTree = ""; }; - 2C48B4974778E75246AD82186BF063C4 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; - 2C911622E8152295884B97D3F2AD5394 /* React-CoreModules-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-CoreModules-prefix.pch"; 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 = ""; }; - 2C98F850DDEBB33287F941D0C8953C39 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; - 2CABE1F2DCEFCFF88D42282665CEEBDC /* RCTImageURLLoaderWithAttribution.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageURLLoaderWithAttribution.mm; sourceTree = ""; }; - 2CBC0B139AE3B576BFA49B173F1B6FFC /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAlertManager.h; path = React/CoreModules/RCTAlertManager.h; 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 = ""; }; - 2CE6BE73F6634949010D8693C9C70C6A /* 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; }; - 2CE9AB89C48A3ECD0C9AE0C5A1F17863 /* RNFastImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFastImage-prefix.pch"; 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 = ""; }; - 2D385AE5F45BBFBDA4BB9A0FCAE85977 /* RNDeviceInfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDeviceInfo-dummy.m"; sourceTree = ""; }; - 2D3AF1C5AE70E2A5904EB4656D35CD7F /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; - 2D57A7F33188FACAFEA84892268B51DE /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; - 2D6DD764EBAE055342DDAA0A8E481F38 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; - 2D731BF378383620DB3FE06B12D582E8 /* EXImageLoader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXImageLoader.release.xcconfig; sourceTree = ""; }; + 2B3B0B2EC8632D1A547A057197AEA9CC /* RCTDeviceInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDeviceInfo.mm; sourceTree = ""; }; + 2B493902948CBF6B705CCF5BCFFF4347 /* FireAndForgetResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FireAndForgetResponder.cpp; path = rsocket/statemachine/FireAndForgetResponder.cpp; sourceTree = ""; }; + 2B4A5160518025443FC84329515C9D47 /* TOCropScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropScrollView.h; path = "Objective-C/TOCropViewController/Views/TOCropScrollView.h"; sourceTree = ""; }; + 2B4D52292B97A5E53FFAC8BFB50717A8 /* FIRCLSNetworkOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNetworkOperation.m; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.m; sourceTree = ""; }; + 2B4F623AB4A54193A16FE0A9FAF807FE /* EnvUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EnvUtil.h; path = folly/experimental/EnvUtil.h; sourceTree = ""; }; + 2B5FE1D5B16155EFF88EC10CBE37FB96 /* BasicTransportCertificate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BasicTransportCertificate.h; path = folly/io/async/ssl/BasicTransportCertificate.h; sourceTree = ""; }; + 2B8070A71C0884845474071F4202A7AC /* Subscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Subscriber.h; path = yarpl/flowable/Subscriber.h; sourceTree = ""; }; + 2B84A207C7A6915B621F9DED020AEE64 /* SequencedExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SequencedExecutor.h; path = folly/executors/SequencedExecutor.h; sourceTree = ""; }; + 2B9346FF304AC5B80C47E6914D91DFE4 /* EXAV.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAV.m; path = EXAV/EXAV.m; sourceTree = ""; }; + 2B9DBD5A6FFC3A2C7ADF125CE36D55F3 /* AsyncTimeout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTimeout.h; path = folly/io/async/AsyncTimeout.h; sourceTree = ""; }; + 2BA7CC9B7F1790F06BCECD4E277BE926 /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "SDWebImage/Core/UIImage+Metadata.h"; sourceTree = ""; }; + 2BAAD26C79EFFDC188D3EA6DB532FBFD /* ExecutorWithPriority.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ExecutorWithPriority.cpp; path = folly/executors/ExecutorWithPriority.cpp; sourceTree = ""; }; + 2BAC6B10AADBE70BBE0E8D855A26526C /* FIRCLSCrashedMarkerFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCrashedMarkerFile.h; path = Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.h; sourceTree = ""; }; + 2BB09B6F91EC5C03D3A27C8CC85A4683 /* FIRCLSProfiling.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSProfiling.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.c; sourceTree = ""; }; + 2BC9928ED1F24AF29E5052F32917981B /* Sse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sse.h; path = folly/detail/Sse.h; sourceTree = ""; }; + 2BCB0EBB1FA5480DAACD30141BA37CAE /* NetworkSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetworkSocket.h; path = folly/net/NetworkSocket.h; sourceTree = ""; }; + 2BDBB0E40871F143E33BD305A76846AE /* api.md */ = {isa = PBXFileReference; includeInIndex = 1; name = api.md; path = docs/api.md; sourceTree = ""; }; + 2BE44D40795432436281E2C570EC9FEF /* BugsnagMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagMetaData.h; sourceTree = ""; }; + 2C20283ECE5ECD4532915819FB278FC8 /* FIRCLSException.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSException.mm; path = Crashlytics/Crashlytics/Handlers/FIRCLSException.mm; sourceTree = ""; }; + 2C73F642FA4A40C8D8B428BB2BF71EF8 /* PriorityUnboundedBlockingQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityUnboundedBlockingQueue.h; path = folly/executors/task_queue/PriorityUnboundedBlockingQueue.h; sourceTree = ""; }; + 2C7B073E8D50F79DF4F93FDED4BCBC6C /* Flipper-Glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-Glog-prefix.pch"; sourceTree = ""; }; + 2C9B93EBB20F8B3A737072D4FF1F6409 /* RNCMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCMaskedView.h; path = ios/RNCMaskedView.h; sourceTree = ""; }; + 2CA19C8FD5E7B3B963C0D52194954D0F /* CustomizationPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CustomizationPoint.h; path = folly/lang/CustomizationPoint.h; sourceTree = ""; }; + 2CB4DD7139D34F4A05CD80765BAE29C1 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; + 2CC4F11112DD3FC5F127FD9543A00E42 /* BitIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitIterator.h; path = folly/container/BitIterator.h; sourceTree = ""; }; + 2CC8C796401D31868296BA657EBE919A /* project.pbxproj */ = {isa = PBXFileReference; includeInIndex = 1; path = project.pbxproj; sourceTree = ""; }; + 2CE77F6AFB2E4DB5C355245DA65BF0D0 /* UMTaskInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskInterface.h; path = UMTaskManagerInterface/UMTaskInterface.h; sourceTree = ""; }; + 2CEDF68A085099A784CD53668835A508 /* IPAddress.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IPAddress.cpp; path = folly/IPAddress.cpp; sourceTree = ""; }; + 2CEF496F2C67E0AC05DD56F9D0B4DE22 /* RNConfigReader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNConfigReader.release.xcconfig; sourceTree = ""; }; + 2CF80E629F6CE01B7C7F27F3B66803DC /* FIRCLSOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSOperation.h; sourceTree = ""; }; + 2D0D097FE29081B6800E33F9BF862870 /* RCTSettingsPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsPlugins.h; path = Libraries/Settings/RCTSettingsPlugins.h; sourceTree = ""; }; + 2D37095684BDFD998EB0BDD9503CFEDC /* ARTShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTShape.h; path = ios/ARTShape.h; sourceTree = ""; }; + 2D44384FB441D256FDD8091E9A3BA0E0 /* YogaKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YogaKit.release.xcconfig; sourceTree = ""; }; + 2D46025429C141A8D748D231C2010942 /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; + 2D49144CED62BB8A5A358718C9374724 /* 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; }; + 2D58EDC0214C035D42717E670DEF02C5 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; + 2D5C910D63F17026100446DC7C7A02AA /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 2D6DD29193A51FBCAEE2BF43D57F1D5C /* AtomicHashMap-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicHashMap-inl.h"; path = "folly/AtomicHashMap-inl.h"; sourceTree = ""; }; + 2D70641A62AE9A2BA2DFC9F1C305C515 /* log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = log.cpp; path = yoga/log.cpp; sourceTree = ""; }; 2D86D213801ABEF7CD86291D4F3FDD34 /* libUMAppLoader.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMAppLoader.a; path = libUMAppLoader.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 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 = ""; }; - 2DB0A6F7A02906E9240AEE1CDBEFC9AC /* UMUserNotificationCenterProxyInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUserNotificationCenterProxyInterface.h; path = UMPermissionsInterface/UMUserNotificationCenterProxyInterface.h; sourceTree = ""; }; - 2DBC6F587D10B130A5B37EB95F7EAB08 /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; - 2DC7DF0F5A7DBD515DC76D84F2282F69 /* ScopeGuard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScopeGuard.h; path = folly/ScopeGuard.h; sourceTree = ""; }; - 2DCCBE64785A3CF277AC5F284223DC81 /* BSG_KSCrashSentry_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_MachException.h; sourceTree = ""; }; - 2DCF0082C3FF73E29091651F57ACEDF2 /* RCTDataRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDataRequestHandler.mm; sourceTree = ""; }; - 2DDDF5C2CC19423D74352A73A11A5B55 /* MMKVCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MMKVCore-prefix.pch"; sourceTree = ""; }; - 2DEF6547A6AF4B39B08762539C87ED13 /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; - 2DF5CE9E50FAD23D82228DF4981B6BA9 /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; - 2DFB7FBD224B63D4BFF1E65D17D848D0 /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTExceptionsManager.h; path = React/CoreModules/RCTExceptionsManager.h; sourceTree = ""; }; - 2E037EA85D774E9462CF2AA1308D201C /* UMImageLoaderInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMImageLoaderInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 2E40860CB0B92269D4CF2AD3976F6658 /* rescaler_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_sse2.c; path = src/dsp/rescaler_sse2.c; sourceTree = ""; }; - 2E571E9C342F4A0E9D60A8E057938A20 /* BugsnagConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagConfiguration.h; sourceTree = ""; }; - 2E5B30971C3FAD5EFBBB341F042B9455 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; - 2E6A243016A588197881C7C4F2254BD1 /* BSG_KSJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSJSONCodecObjC.m; sourceTree = ""; }; - 2E90692F05B774143CAEF5069161DBC2 /* TestObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TestObserver.h; path = yarpl/observable/TestObserver.h; sourceTree = ""; }; - 2EA10F1C8ECE1F7E3461D17EC0B448E0 /* LongLivedObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LongLivedObject.cpp; path = turbomodule/core/LongLivedObject.cpp; sourceTree = ""; }; - 2EBB0E12A56B65FFDD15E5892CC4B9D1 /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; - 2EBEA3BCDDF1963B31BE7C3743E1798E /* UMTaskLaunchReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskLaunchReason.h; path = UMTaskManagerInterface/UMTaskLaunchReason.h; sourceTree = ""; }; - 2ECB2B4C502267356B91B34510DE8D5E /* PriorityThreadFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityThreadFactory.h; path = folly/executors/thread_factory/PriorityThreadFactory.h; sourceTree = ""; }; - 2ED52C21DAADC82C77FE97C4C70C886A /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; - 2EDC49DDA18E23DB506A14E75125AF81 /* BugsnagHandledState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagHandledState.m; sourceTree = ""; }; - 2EF3197C9326898A28E561127600D195 /* EXHaptics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXHaptics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 2D948C42D7D62395BAE15F62DE58284D /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; + 2D98CE773E102FDE8D3463D6996E40F0 /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = ""; }; + 2D998E0B88FFDD944C9978DE6EB87CD3 /* SKDescriptorMapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKDescriptorMapper.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKDescriptorMapper.h; sourceTree = ""; }; + 2DA00E753DD47632238844C0463E7689 /* FBLPromise+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Testing.h"; path = "Sources/FBLPromises/include/FBLPromise+Testing.h"; sourceTree = ""; }; + 2DB56F672CA32B0ED88CD910D9BA344B /* react-native-restart.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-restart.release.xcconfig"; sourceTree = ""; }; + 2DC3FD22B9F4E09F880BB57166061DDD /* filters.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters.c; path = src/dsp/filters.c; sourceTree = ""; }; + 2DC4BD35F0A1A582904AE1232FA298C7 /* RNFBCrashlyticsInitProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBCrashlyticsInitProvider.m; path = ios/RNFBCrashlytics/RNFBCrashlyticsInitProvider.m; sourceTree = ""; }; + 2DE8EB714916C2E2E26AD7D616979B2A /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; + 2DEA376E24B10D77703358B5CAAABC98 /* ConcurrentBitSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentBitSet.h; path = folly/ConcurrentBitSet.h; sourceTree = ""; }; + 2DFDCF5484343D945D88B6D838AB491F /* FBLPromise+Recover.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Recover.m"; path = "Sources/FBLPromises/FBLPromise+Recover.m"; sourceTree = ""; }; + 2DFEA90283A41C18E6C440B154607947 /* Sse.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Sse.cpp; path = folly/detail/Sse.cpp; sourceTree = ""; }; + 2E18E0A6DA6CF9FDD535A4927A7321D9 /* AsyncServerSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncServerSocket.h; path = folly/io/async/AsyncServerSocket.h; sourceTree = ""; }; + 2E22D99734D996DADDEE6909BE79131C /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; + 2E32470CF954B2D2E67C22501ADD1D59 /* GDTCORTransformer_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer_Private.h; sourceTree = ""; }; + 2E55A773A8F444E19D2494CC62EECA6B /* EventBaseManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseManager.cpp; path = folly/io/async/EventBaseManager.cpp; sourceTree = ""; }; + 2E95FB284B6BF7AA1EBEB76E32AB865A /* GoogleAppMeasurement-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "GoogleAppMeasurement-xcframeworks.sh"; sourceTree = ""; }; + 2E9A987ACDFFC72D31935B9795409464 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; + 2EAE1066BEF2FD4647B66F5EDFC89AF6 /* SDGraphicsImageRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDGraphicsImageRenderer.m; path = SDWebImage/Core/SDGraphicsImageRenderer.m; sourceTree = ""; }; + 2EB3F08626560D53348D945E33EF6942 /* filters_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_neon.c; path = src/dsp/filters_neon.c; sourceTree = ""; }; + 2EC5EE2219A430052EB7B793DE2EAFAA /* StackTraceUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StackTraceUtils.h; path = rsocket/internal/StackTraceUtils.h; sourceTree = ""; }; + 2ECA0E9FDFFB792DB28797A5DD1DA987 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; + 2ED14BA39782099E300B4C19BB899132 /* File-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "File-inl.h"; path = "folly/gen/File-inl.h"; sourceTree = ""; }; + 2EDECBE998AF87C1FE8D7BB6A3FF68EB /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; + 2EF78237D1B5E85B2D1AA5E918837462 /* REACondNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACondNode.h; sourceTree = ""; }; + 2EFB83CD61B8A066B0F4604BA76B8386 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; 2EFD0A6BE8310EB5AFA739603C80B858 /* Pods-defaults-Rocket.Chat-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-defaults-Rocket.Chat-acknowledgements.plist"; sourceTree = ""; }; - 2F17182801B719DC47BE8A85A1AACA4D /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = React/CoreModules/RCTWebSocketModule.h; sourceTree = ""; }; - 2F1E55309552FF6C6980AA08C72DA424 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; - 2F2532A0427E27656D591A17373D8947 /* RCTLinkingPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLinkingPlugins.mm; sourceTree = ""; }; - 2F2647A7CF0BA38680B65DD76DC2660D /* React-jsi.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.release.xcconfig"; sourceTree = ""; }; - 2F374797252465FF2D7A549419007F6D /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; - 2F4ABB2DD38C938525F24C36E09098F3 /* UMTaskInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskInterface.h; path = UMTaskManagerInterface/UMTaskInterface.h; 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 = ""; }; - 2F8E0FB6F25809863C5872F6BB18C5AF /* FIRInstallationsItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsItem.h; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.h; 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 = ""; }; - 2FD15DECA7D3199FDB210C4AF7D3D2F6 /* RCTGIFImageDecoder.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTGIFImageDecoder.mm; sourceTree = ""; }; - 2FE1460F948B8E8D1B9CCD052318F09E /* SanitizeThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SanitizeThread.cpp; path = folly/synchronization/SanitizeThread.cpp; 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 = ""; }; - 3075F83F4BE87D866526148F97409D6C /* QBSlomoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBSlomoIconView.m; path = ios/QBImagePicker/QBImagePicker/QBSlomoIconView.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 = ""; }; - 30A2A23FA446C6C80900805BFBF5FE4B /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; - 30A81D9844F12C6A6ECE1E6335718CF8 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBundleType.cpp; sourceTree = ""; }; - 30AAE515220085A51074FB6B5057AAAF /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; - 30AC5FC338EF2C58113737A5B71F166E /* React-RCTNetwork.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.debug.xcconfig"; sourceTree = ""; }; - 30C762A2548796D9A5225E796D2B23CF /* react-native-mmkv-storage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-mmkv-storage-prefix.pch"; 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 = ""; }; - 30F91274B3D3DB9114C397E9E5CD268A /* RNScreens.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNScreens.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 31097FF023386ADF7829A14BE14AEE2F /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; - 312AD8F9853410B90CE6A66D491989B9 /* RCTHmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHmac.h; path = ios/RCTCrypto/RCTHmac.h; sourceTree = ""; }; - 313C4462EEC2B6D729E87EA723AE2D09 /* REAStyleNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAStyleNode.m; sourceTree = ""; }; - 3149155B7651E674E91E71658DCFD1C0 /* AtomicHashArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashArray.h; path = folly/AtomicHashArray.h; sourceTree = ""; }; - 315AA65F99A00F49E9080338DD6D77E2 /* EXSessionTaskDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionTaskDispatcher.m; sourceTree = ""; }; + 2F0ABBC63882336AB191B46B3D4FDEFE /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; + 2F132D863EEEBF7159DEC980AB767175 /* FBLazyVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyVector.h; path = FBLazyVector/FBLazyVector.h; sourceTree = ""; }; + 2F236612249EC8576AAE442D775A0A2A /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; + 2F96676B7BDA52EBC69E46EFA1F949B0 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; + 2FD5E710A7F66A6B6A97EFE3E08CD0FC /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; + 2FEF46EFA4BC48F9EAFDC2F87E759879 /* animi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = animi.h; path = src/mux/animi.h; sourceTree = ""; }; + 30097E2199EF132F4916E0866AF609C2 /* RCTConvert+RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+RNNotifications.m"; path = "lib/ios/RCTConvert+RNNotifications.m"; sourceTree = ""; }; + 300EC2E6294C9B1FCAE14C5725D62BCD /* camellia.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = camellia.h; path = ios/include/openssl/camellia.h; sourceTree = ""; }; + 30198678A9934FFF746DD357A933E0BE /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; + 30253144D5884D5DD9C766DB51CD692D /* RCTKeyCommandsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandsManager.h; path = ios/KeyCommands/RCTKeyCommandsManager.h; sourceTree = ""; }; + 303CF904E7DDB1BCA374A10E18EE0A62 /* 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; }; + 3054F012329F8FD8505977A2430AF5F7 /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; + 3057EF5685F029FACA76A409FFE980A6 /* FBLazyVector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBLazyVector.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 3094D28858FE2BBF98E9C7446889AA8C /* BSG_KSCrashSentry_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Private.h; sourceTree = ""; }; + 309642FB95A22606F887B71D1E9C2501 /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; + 30B2365B86FDF88986B464ABA6FB81B9 /* RNBootSplash-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNBootSplash-prefix.pch"; sourceTree = ""; }; + 30D9073BFB28D69B94F2479E8D08D840 /* AtomicRef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicRef.h; path = folly/synchronization/AtomicRef.h; sourceTree = ""; }; + 3100EAC6BF96C04B0B36EC2394BB4B0E /* RNSScreenStackHeaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStackHeaderConfig.m; path = ios/RNSScreenStackHeaderConfig.m; sourceTree = ""; }; + 31038498E690DFCEE6EC3AA3C94B0BD8 /* 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 = ""; }; + 310F213AF2D214F4F5F6F8E712713988 /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; + 3156CAA307D8A0D0FAED4ECFC746C64E /* 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; }; + 316E4B260188D5A1248606C07D653FA4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 3171A75E93AF539A173441A8F040392A /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; 3176AB3C86C5700B205948C24DBD3022 /* Pods-defaults-Rocket.Chat.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-defaults-Rocket.Chat.debug.xcconfig"; sourceTree = ""; }; - 31797ECEE9994A5DE95878DB158758F3 /* RNGestureHandler.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.release.xcconfig; sourceTree = ""; }; - 317E6D055B73270E36E67638C63A5D48 /* log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = log.cpp; path = yoga/log.cpp; sourceTree = ""; }; - 318500A68F26B6B4842452542F5494AF /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; - 318DA75223408F61899A35E4300819CD /* ReactNativeART.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeART.debug.xcconfig; sourceTree = ""; }; - 31A1B7F6B970C475A6547A38467BCEA1 /* BlurViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BlurViewManager.m; path = ios/BlurViewManager.m; sourceTree = ""; }; - 31A74DE51A809847EFFA44376B6F010C /* DistributedMutex-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DistributedMutex-inl.h"; path = "folly/synchronization/DistributedMutex-inl.h"; sourceTree = ""; }; - 31BE23E7A03A83154C74D283EA74BCD2 /* react-native-cookies.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cookies.debug.xcconfig"; sourceTree = ""; }; - 31C653FE4A72393BFAC2B82B2AA0C8D3 /* TOCropScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropScrollView.h; path = "Objective-C/TOCropViewController/Views/TOCropScrollView.h"; sourceTree = ""; }; - 31C757ECB07B80B7BE811137F656A67C /* RCTRsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRsa.h; path = ios/RCTCrypto/RCTRsa.h; sourceTree = ""; }; - 31D229352F2DE3C9A822916471849309 /* SKStateUpdateCPPWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKStateUpdateCPPWrapper.h; path = iOS/FlipperKit/SKStateUpdateCPPWrapper.h; sourceTree = ""; }; - 32030FB0782D84838DFD8B9B48D8DFED /* RNNotificationCenterListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterListener.h; path = RNNotifications/RNNotificationCenterListener.h; sourceTree = ""; }; - 3211F430D1083367A16B13AD25B91833 /* SDWebImageWebPCoder-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImageWebPCoder-prefix.pch"; sourceTree = ""; }; - 3215807BEEB9DAD7B0474676654BD1F8 /* BSG_KSMachApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachApple.h; sourceTree = ""; }; - 32228B56F3D68A1F996FF3819BC346AA /* ARTShape.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTShape.m; path = ios/ARTShape.m; sourceTree = ""; }; - 3224C090E0B2DC3BC8F0792F8AE4C441 /* BugsnagErrorReportApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagErrorReportApiClient.h; sourceTree = ""; }; - 322A82C498CD553E8EAB29EEFDB652E0 /* F14Mask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Mask.h; path = folly/container/detail/F14Mask.h; sourceTree = ""; }; - 323919D78CE31EE962140DDD0A0695CE /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; - 323A480F3E7D5A1058E1B5013D80F214 /* experiments-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "experiments-inl.h"; sourceTree = ""; }; - 3256AA43CE2BFC1B9E9126DBB10173CF /* GDTCORConsoleLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORConsoleLogger.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORConsoleLogger.h; sourceTree = ""; }; - 326EBBD35A4219C1174E65EF50578D39 /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; - 32B2408B3F9DB70767A7F501805ED1C6 /* AsyncTrace.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncTrace.cpp; path = folly/detail/AsyncTrace.cpp; sourceTree = ""; }; - 32CB6BEDA8BC4CAD578305F10AC47765 /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; - 32D42D52342E37F190875F202B2A91E8 /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; - 32DCE8FCDEA2B926D99C686FB3FDA73C /* EXConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstants.h; path = EXConstants/EXConstants.h; sourceTree = ""; }; - 32DCF7053D1393D8C9359438190591DE /* lossless_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_sse2.c; path = src/dsp/lossless_sse2.c; 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 = ""; }; - 333D928B4ABB056D74DA5D5972E43F41 /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; + 3195CE80F2E524E4E8B188C95DF8E65A /* UMErrorCodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMErrorCodes.m; path = UMCore/UMErrorCodes.m; sourceTree = ""; }; + 31A0F5A5B6EBC288425841C622449FF8 /* Parallel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Parallel.h; path = folly/gen/Parallel.h; sourceTree = ""; }; + 31A18F7688AF483A529CF07F884B5D17 /* FlipperKitLayoutPlugin.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperKitLayoutPlugin.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.mm; sourceTree = ""; }; + 31AD59974014C999C7769D347F979E22 /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; + 31D2BA54DD4AB7F117CDC8DE19507C9A /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h; sourceTree = ""; }; + 31D8FB4D8CDC590470E0E0AE686A35CA /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; + 31DE3A1EF769234029EF4FFA08E22570 /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; + 31EA48F054062018A49A15951D76144F /* RSocketServiceHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketServiceHandler.h; path = rsocket/RSocketServiceHandler.h; sourceTree = ""; }; + 31EB3D1A9AED3A1D9642652211E4372A /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = "Objective-C/TOCropViewController/Resources/en.lproj"; sourceTree = ""; }; + 32089BA121136F9E8D2E65C0A2D687A2 /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = Libraries/Image/RCTImageStoreManager.h; sourceTree = ""; }; + 320A224BFC78F5E95A76E0A4CDD2A81A /* FIRInstallationsStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStatus.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsStatus.h; sourceTree = ""; }; + 321CFBAADF052AA58BC6D73DCAD70F50 /* ThreadId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadId.h; path = folly/system/ThreadId.h; sourceTree = ""; }; + 322072ABF23F10F359B46BE9303C6974 /* UMNativeModulesProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMNativeModulesProxy.m; sourceTree = ""; }; + 3243AED2059A8C91F5A6823E0D1E3AFA /* FLEXUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLEXUtility.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXUtility.h; sourceTree = ""; }; + 3252525C74D47034F568EEB07F140BB4 /* RNCPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCPicker.m; path = ios/RNCPicker.m; sourceTree = ""; }; + 32551C1EE4A11E472EE2CD6BF852BC92 /* TcpConnectionAcceptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpConnectionAcceptor.h; path = rsocket/transports/tcp/TcpConnectionAcceptor.h; sourceTree = ""; }; + 325622B9D38FE47BC0609E1F0E769C95 /* UniqueInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UniqueInstance.cpp; path = folly/detail/UniqueInstance.cpp; sourceTree = ""; }; + 326B25132FB1234FFB8C8B5BA33F0224 /* BugsnagSessionTrackingApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingApiClient.m; sourceTree = ""; }; + 32B0D73C3DC5D3483B556D225A90829C /* FIRCLSDownloadAndSaveSettingsOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDownloadAndSaveSettingsOperation.m; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.m; sourceTree = ""; }; + 32C047F073C633D3B8C1E23EB0B012D4 /* FramedDuplexConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FramedDuplexConnection.h; path = rsocket/framing/FramedDuplexConnection.h; sourceTree = ""; }; + 32C5840BD9E8E1218A0077A480D960C7 /* RNTapHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNTapHandler.h; sourceTree = ""; }; + 32CADEE278ABE35DB224CFC3D9842D19 /* EXAppleAuthentication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthentication.m; path = EXAppleAuthentication/EXAppleAuthentication.m; sourceTree = ""; }; + 32F614C44A4A3E88CEE04A40FB4D2141 /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; + 32FFE39EE791BADCE6BA571FB4C9DCDD /* FIRInstallationsBackoffController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsBackoffController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.m; sourceTree = ""; }; + 33052D5B10FB009C9E8E9AB438486AA1 /* HazptrUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrUtils.h; path = folly/synchronization/detail/HazptrUtils.h; sourceTree = ""; }; + 33152BD674B0C24B4FD4C23D691D87B2 /* FBLPromise+Async.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Async.m"; path = "Sources/FBLPromises/FBLPromise+Async.m"; sourceTree = ""; }; + 331A211BFF22199FF038F4A4FF318E23 /* UMReactNativeAdapter-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMReactNativeAdapter-prefix.pch"; sourceTree = ""; }; + 3320066CAC16A63244A19D5D9ADE51A6 /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; + 3323204733B9D546E033565319FBE949 /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; + 3326928E8B73FBCE737318F5D6861463 /* UMViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMViewManager.m; path = UMCore/UMViewManager.m; sourceTree = ""; }; + 332CF0938932C0B2747AD346F6C14208 /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = event.h; path = src/event.h; sourceTree = ""; }; 3347A1AB6546F0A3977529B8F199DC41 /* libPromisesObjC.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libPromisesObjC.a; path = libPromisesObjC.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3348B6D4D7BC15703250557A1B94FFCA /* UMFilePermissionModuleInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFilePermissionModuleInterface.h; path = UMFileSystemInterface/UMFilePermissionModuleInterface.h; sourceTree = ""; }; - 3352857D588699245FDF8509E5508852 /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCRuntime.h; sourceTree = ""; }; - 335EEB75B6D7D5E4080465F4E6B62705 /* SKSearchResultNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKSearchResultNode.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKSearchResultNode.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 = ""; }; - 33AD8CA21997BA6DB1362546F8E05C70 /* BSG_KSObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjCApple.h; sourceTree = ""; }; - 33AF5532A3EC70966DB484D58D1CEC25 /* BugsnagReactNative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BugsnagReactNative.m; path = cocoa/BugsnagReactNative.m; sourceTree = ""; }; - 33C35BA759A1D77DB5CB1724A8F05112 /* Replaceable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Replaceable.h; path = folly/Replaceable.h; sourceTree = ""; }; - 33C43361E83136C7EF1E4C2FEA350674 /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; - 33C454A3AFD35DE32F8873131926DB6D /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; 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 = ""; }; + 33622B2B42E2A071140B6AE97CB88F38 /* ManualTimekeeper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ManualTimekeeper.cpp; path = folly/futures/ManualTimekeeper.cpp; sourceTree = ""; }; + 3378F9312108F0E953D28A50EA7AE9B9 /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; + 337A23B34C727D7B4F8B2DE60C7FC96F /* UMFaceDetectorInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.release.xcconfig; sourceTree = ""; }; + 338B91B094B3A4928392ED8F99B67C7F /* UMCameraInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.release.xcconfig; sourceTree = ""; }; + 33C69C467EC9CC31D8B71E5EF9CC25FB /* quant_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_enc.c; path = src/enc/quant_enc.c; sourceTree = ""; }; + 33CBC8C18A70760B3D2931861C4BE915 /* Varint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Varint.h; path = folly/Varint.h; 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 = ""; }; - 33F3DF7F42A945FE3B27508C5C5C45E5 /* react-native-document-picker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.release.xcconfig"; sourceTree = ""; }; - 344134F852960A380D61378D288D08CC /* CppAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CppAttributes.h; path = folly/CppAttributes.h; sourceTree = ""; }; - 3447678C17782CEF55E001D70F451781 /* alpha_processing_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse2.c; path = src/dsp/alpha_processing_sse2.c; 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 = ""; }; - 344C0EF17F751B76C5C7BA5CD3A081CA /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; - 3458090CB8B48D96EDAB07F5B4CEC80E /* FIRAEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAEvent.h; path = Crashlytics/Crashlytics/Helpers/FIRAEvent.h; sourceTree = ""; }; - 346A4F1BCF46984D930243141F05CC10 /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; - 346A7299E3D4A382BB1692D9F661589D /* 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; }; - 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 = ""; }; - 34827D4C0C7CF07657C2BBF54B17EB3B /* FBReactNativeSpec-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBReactNativeSpec-dummy.m"; sourceTree = ""; }; - 34C305F6DB4200EC8160CE013BE96BBC /* ARTGroupManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTGroupManager.m; sourceTree = ""; }; - 34C4CEC6D823CBB3D6A577B448C1C976 /* react-native-orientation-locker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-orientation-locker-dummy.m"; sourceTree = ""; }; + 33CF116793A59A9C8FAEF19C5ADE68BD /* EXHaptics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXHaptics-dummy.m"; sourceTree = ""; }; + 33FA6DC81695F65F31912365087DA45B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 340E405E3118B429C180D7DCB69299BE /* HardwareConcurrency.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HardwareConcurrency.cpp; path = folly/system/HardwareConcurrency.cpp; sourceTree = ""; }; + 341E3974DD3304A6536C6DEDB8B66B3E /* RCTAnimationPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationPlugins.h; path = Libraries/NativeAnimation/RCTAnimationPlugins.h; sourceTree = ""; }; + 342452571AF936C5784571DB9CEE8352 /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextAttributes.m; sourceTree = ""; }; + 3436B4AF65BC6077067BDED3C8A06437 /* FBLPromise+Timeout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Timeout.m"; path = "Sources/FBLPromises/FBLPromise+Timeout.m"; sourceTree = ""; }; + 3440301C8829615406439BD980BDD3F8 /* RNCSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaShadowView.h; path = ios/SafeAreaView/RNCSafeAreaShadowView.h; sourceTree = ""; }; + 3449059948D682FAAD3A84179B1D6E43 /* YGLayoutExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = YGLayoutExtensions.swift; path = YogaKit/Source/YGLayoutExtensions.swift; sourceTree = ""; }; + 34552841937CF69A9B9EFC3F18DD6AA2 /* ReentrantAllocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReentrantAllocator.h; path = folly/memory/ReentrantAllocator.h; sourceTree = ""; }; + 3466C520928DB334A88E621377A5588F /* UMAppLoader-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMAppLoader-prefix.pch"; sourceTree = ""; }; + 347D5674B8C4D4940E895DE34152AB1C /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; + 347D7F70A566C75B6D253AE9CED798B9 /* FIRCLSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSLogger.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSLogger.m; sourceTree = ""; }; + 3483AC7AEEDD84881A0214BB1D181CFC /* UMSingletonModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMSingletonModule.m; path = UMCore/UMSingletonModule.m; sourceTree = ""; }; + 34876B40FB369060CFBD1E6C4A333729 /* 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; }; + 34B1BA625CBDA3E6220D616CD779EA6C /* FBLPromise+Delay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Delay.h"; path = "Sources/FBLPromises/include/FBLPromise+Delay.h"; sourceTree = ""; }; 34C842CD40D88AB4B2BF24FC77DA0009 /* libRNFBAnalytics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFBAnalytics.a; path = libRNFBAnalytics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 34CB4921243A458C6638E4EE2C7191CF /* react-native-simple-crypto.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-simple-crypto.release.xcconfig"; sourceTree = ""; }; - 34CE49E7DAFFD1C066682188D62D49D3 /* RNFBCrashlytics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFBCrashlytics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 34DB29D4AE143B49B7ACE4BC38ABB4FF /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; - 3514ADF25CB00C5AF257D70F43B5DDA9 /* RNFBSharedUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBSharedUtils.m; path = ios/RNFBApp/RNFBSharedUtils.m; 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 = ""; }; - 351F464F361CCBD73E433FDD65060176 /* SafeAreaSpacerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerView.h; sourceTree = ""; }; - 352BFC3C4FC8E0D247982A9A4C862A68 /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageCache.m; sourceTree = ""; }; - 35353A2CDCEFBD5443431680626D7747 /* BugsnagSessionTrackingApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingApiClient.m; sourceTree = ""; }; - 35381B7B8445D4F563B8FF04EE7FC323 /* 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; }; - 353DC34412B94D6B16E449F4BA38ACDF /* Demangle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Demangle.h; path = folly/Demangle.h; sourceTree = ""; }; - 353EC23D19578A63EB03D560888F8420 /* RCTImageURLLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoader.h; path = Libraries/Image/RCTImageURLLoader.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 = ""; }; - 3544DB3DF43ED36401A558A26AF2ADAC /* BSG_KSCrashSentry_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Signal.h; sourceTree = ""; }; - 3556DEBA2EBC4C3EE0445AED4AE8BC03 /* RNGestureHandlerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerEvents.h; path = ios/RNGestureHandlerEvents.h; sourceTree = ""; }; - 356316D7DD3E39D91E9FF0EF40AFE4EE /* FlipperResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperResponder.h; path = iOS/FlipperKit/FlipperResponder.h; sourceTree = ""; }; - 3574E0551F9C83727E5CA4C1402AE59E /* FBReactNativeSpec.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBReactNativeSpec.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 357E8E167937BBD31B292CDB770EABA3 /* RNReanimated.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNReanimated.debug.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 = ""; }; - 359DA6459B033219810D20519F599289 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 35ADC7ED06344C6B9F4F94A13C6AC7CE /* RNPinchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPinchHandler.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 = ""; }; - 35D059578C746B656D92BE16F6752821 /* Pbkdf2.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Pbkdf2.m; sourceTree = ""; }; - 35E4D6A1904487120B7DD3A697709AF8 /* FIRCLSdSYM.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSdSYM.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.m; 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 = ""; }; - 35F3E531E8553D0A99BD9D6326B0BBE1 /* React-CoreModules-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-CoreModules-dummy.m"; 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 = ""; }; - 36263D5CB49640E827A52109143A6BC6 /* Yoga-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-umbrella.h"; sourceTree = ""; }; - 362BDF004E1BBD646E998F7B026A559D /* RNCMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCMaskedViewManager.m; path = ios/RNCMaskedViewManager.m; sourceTree = ""; }; - 36306B6AE34528626CE3796BD77CB0F0 /* RNLocalize.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNLocalize.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 36408962C21D97AB92F94B838E5E9879 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; - 36450395A5D1B249F9D96CC4855A6121 /* UMFontProcessorInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontProcessorInterface.h; path = UMFontInterface/UMFontProcessorInterface.h; sourceTree = ""; }; - 365B73C1BA70894D554152755BB36635 /* UMUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMUtilities.m; path = UMCore/UMUtilities.m; sourceTree = ""; }; - 367D2856B2C1D2D8BD082E98BEDF558A /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; - 367D7E063FF43E1359A7875D2872E8EF /* ExceptionWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExceptionWrapper.h; path = folly/ExceptionWrapper.h; 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 = ""; }; - 36CB2FEFC9933124012688302100CA30 /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; - 36CBD3B9AE26C9FF2C3B8434C10D50CF /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTStatusBarManager.h; path = React/CoreModules/RCTStatusBarManager.h; sourceTree = ""; }; - 36EBA64DF381CBBD5C3B807FF94149C8 /* RSocketTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketTransport.h; path = rsocket/transports/RSocketTransport.h; sourceTree = ""; }; - 36F81887E905A3D8EC5309FFAC152F74 /* BSG_KSBacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace.h; sourceTree = ""; }; - 36FEA324A8D5A0D423822FABB541691A /* SKIOSNetworkAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKIOSNetworkAdapter.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/SKIOSNetworkAdapter.mm; sourceTree = ""; }; - 37090DE0ACAE2A967D34BE851324D47D /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; - 37109495CC36F77A55D9CC593CF5309C /* RNFBCrashlyticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBCrashlyticsModule.h; path = ios/RNFBCrashlytics/RNFBCrashlyticsModule.h; sourceTree = ""; }; - 3713EF18D3264C2CDA2136D0C920CCBC /* RCTPbkdf2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPbkdf2.h; path = ios/RCTCrypto/RCTPbkdf2.h; sourceTree = ""; }; - 371A76D159083F6DAC646395A308432D /* IOBufQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IOBufQueue.cpp; path = folly/io/IOBufQueue.cpp; sourceTree = ""; }; - 372C88C139F6DECDDDE39091642AD22F /* GDTCORDataFuture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORDataFuture.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORDataFuture.m; sourceTree = ""; }; - 373ADD8BE510F3D72330A3CC8B7B14F9 /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; - 373C9F59C3DDFA4B431689CCFE1496E9 /* TestUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TestUtil.h; path = folly/experimental/TestUtil.h; sourceTree = ""; }; - 373DA8834FD4A0FFAFA234BC7C6858C0 /* Yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Yoga-dummy.m"; sourceTree = ""; }; + 34E4F322613D97AE8B78AED9126E80F8 /* RNCommandsHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCommandsHandler.m; path = lib/ios/RNCommandsHandler.m; sourceTree = ""; }; + 34EF0B117230C482F8744DF730085910 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Sources/Private/FIRComponentContainer.h; sourceTree = ""; }; + 35093616CF6234C30D29BB83A7B79024 /* Orientation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Orientation.h; path = iOS/RCTOrientation/Orientation.h; sourceTree = ""; }; + 350F052FA90998BE61C8F0E5E7D085C1 /* Observables.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Observables.h; path = yarpl/observable/Observables.h; sourceTree = ""; }; + 35176EF83F5BF16D0D4C38C2AEAEB43E /* RNPushKitEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventHandler.m; path = lib/ios/RNPushKitEventHandler.m; sourceTree = ""; }; + 3541500EF617C4CC4CC777414A8338EF /* RNDateTimePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePickerManager.h; path = ios/RNDateTimePickerManager.h; sourceTree = ""; }; + 3562F4BBED01BD269C6BF2D35E428BCB /* UIColor+SKSonarValueCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+SKSonarValueCoder.h"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIColor+SKSonarValueCoder.h"; sourceTree = ""; }; + 356CBBB25C94CB03F7637B9128434EE5 /* react-native-document-picker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-document-picker-dummy.m"; sourceTree = ""; }; + 3575A91A667D220742ED7C912B15AD57 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Sources/Private/FIROptionsInternal.h; sourceTree = ""; }; + 358039DB4E01AFADBDBB562D90F63BEA /* RCTImageURLLoaderWithAttribution.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoaderWithAttribution.h; path = Libraries/Image/RCTImageURLLoaderWithAttribution.h; sourceTree = ""; }; + 3588F59925D24414B8F5CB14083F6948 /* PolyDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PolyDetail.h; path = folly/detail/PolyDetail.h; sourceTree = ""; }; + 3596F5376E3C5887ABB3086A96CA7908 /* SDWebImageDownloaderResponseModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderResponseModifier.m; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.m; sourceTree = ""; }; + 359BBDE94C1C6326FD5377D21E4942DC /* modes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = modes.h; path = ios/include/openssl/modes.h; sourceTree = ""; }; + 35A0C804E3C25156865AFF74365097C2 /* FIRCLSExecutionIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSExecutionIdentifierModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.h; sourceTree = ""; }; + 35B679912408D25991F778F4FAA62D20 /* CodingDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodingDetail.h; path = folly/experimental/CodingDetail.h; sourceTree = ""; }; + 35C9BDF495B06DCBAD61AEAC8B30EC2B /* RNNotificationCenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenter.h; path = lib/ios/RNNotificationCenter.h; sourceTree = ""; }; + 35D4503CF7BEBBF9F34B7D3E65FD601F /* Builtins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Builtins.h; path = folly/portability/Builtins.h; sourceTree = ""; }; + 35D6CD275D28C09B97E3E77218FFF6DA /* upsampling.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling.c; path = src/dsp/upsampling.c; sourceTree = ""; }; + 35E31EF46A716DE0696E9623DCD94D30 /* FIRInstallationsHTTPError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsHTTPError.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.h; sourceTree = ""; }; + 360BFBFA6CF1DE1F9971657D0A854C78 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; + 36210AB02FA0E973C66A3759707D9E1A /* BlurView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlurView.h; path = ios/BlurView.h; sourceTree = ""; }; + 3629C94D943831397F2B74963B747393 /* react-native-orientation-locker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.debug.xcconfig"; sourceTree = ""; }; + 36751EAFD8737CBA71ACE6AE6DE787DB /* FrameType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameType.cpp; path = rsocket/framing/FrameType.cpp; sourceTree = ""; }; + 3679FD823F7BE55AE562F9E3E38CB040 /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; + 367DF4CB657362A59D3796D94EC5190D /* QBSlomoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBSlomoIconView.h; path = ios/QBImagePicker/QBImagePicker/QBSlomoIconView.h; sourceTree = ""; }; + 367FF71B73E6316AD4AE2D8098E3F2DC /* UIView+Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+Yoga.h"; path = "YogaKit/Source/UIView+Yoga.h"; sourceTree = ""; }; + 36883DA8E4815E187BDFFA3A289C333E /* BSG_KSCrashCallCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashCallCompletion.m; sourceTree = ""; }; + 36ACE9D5D5EF499A5624DC68B5B83B62 /* FIRCLSNotificationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNotificationManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.h; sourceTree = ""; }; + 36CD9AC8DA7CD82DAD20AD34A7FAC8B5 /* FIRCLSSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSignal.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSSignal.h; sourceTree = ""; }; + 36F438EF9A1D07FFCB3DC741687AE4FA /* BSG_KSCrashSentry_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_Signal.c; sourceTree = ""; }; + 36F839239A7F7C889FCED8E93F5C148A /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "SDWebImage/Core/NSImage+Compatibility.m"; sourceTree = ""; }; + 3701C61288C43546478C86B213A78A7E /* UMSensorsInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.debug.xcconfig; sourceTree = ""; }; + 3702EFE7F18EBFCD2F51DF7D4ACF0CB2 /* EXVideoThumbnailsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXVideoThumbnailsModule.h; path = EXVideoThumbnails/EXVideoThumbnailsModule.h; sourceTree = ""; }; + 3704A530EA08D2F6E37B06DA174A2FA5 /* Hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Hmac.h; sourceTree = ""; }; + 3708CE20968AF50A519A65538B5D2FFA /* EXConstants-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXConstants-dummy.m"; sourceTree = ""; }; + 3727763F739987AA222D727B50CDA4B9 /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; + 37402588F079D470A8C89C9CC3CF92E1 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; + 374752886BE805A56E6BDB9D79127D73 /* MicroSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroSpinLock.h; path = folly/MicroSpinLock.h; sourceTree = ""; }; + 374C85C1F1178B6E6E755406950AD5CD /* BSG_KSCrashSentry.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry.c; sourceTree = ""; }; + 374E2A8BCBA001DB8696ADDBEE24173B /* ssl23.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl23.h; path = ios/include/openssl/ssl23.h; sourceTree = ""; }; + 375039AB2F0B517F534A481F68D914E1 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Sources/Private/FIROptionsInternal.h; sourceTree = ""; }; 37592FDAD45752511010F4B06AC57355 /* libReact-cxxreact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-cxxreact.a"; path = "libReact-cxxreact.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 376581529487B99184BD6C839402D91A /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; - 377E7BBDD325400C4BE1F37B91485657 /* RNNotificationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationsStore.m; path = RNNotifications/RNNotificationsStore.m; sourceTree = ""; }; - 3781EE523E30E0F27639A014809DB2C3 /* RCTNetworkPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkPlugins.h; path = Libraries/Network/RCTNetworkPlugins.h; sourceTree = ""; }; - 3789240F49EA349195FE80E69BE3E726 /* ARTShapeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTShapeManager.m; sourceTree = ""; }; - 378B98CAC2A39BEE994614C16D6646A7 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; - 3795F8CED3E2AEFFB670BBEFEE27890C /* rn-extensions-share-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-extensions-share-dummy.m"; sourceTree = ""; }; - 37B412BC1F64FB826EE5B0CCADAE63B2 /* SwappableEventBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SwappableEventBase.cpp; path = rsocket/internal/SwappableEventBase.cpp; sourceTree = ""; }; - 37C627DA202972DF211CEBEB84486E4D /* EventBaseThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseThread.cpp; path = folly/io/async/EventBaseThread.cpp; sourceTree = ""; }; - 37CB5E3FA6E56CDDA22020814A9F5F38 /* RCTImagePlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImagePlugins.h; path = Libraries/Image/RCTImagePlugins.h; 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 = ""; }; - 37EBD710F653406AD78421D39591F385 /* RNRootView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNRootView.release.xcconfig; 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 = ""; }; - 37FBB622E77ADCEE64B6FC545BE6A914 /* RCTKeyCommandsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandsManager.m; path = ios/KeyCommands/RCTKeyCommandsManager.m; sourceTree = ""; }; - 37FE39961D39F1D6D9D6208DEAF0FB05 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; - 38124A4F4DF3AA5E15B05817C4CE8CDD /* UMUtilitiesInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUtilitiesInterface.h; sourceTree = ""; }; - 38358A77E8A4DEB33F1E91E964CA09B1 /* 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; }; - 3844FEA05A4C6D97DE02FF7CBAB7C2CB /* ScheduledFrameProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledFrameProcessor.h; path = rsocket/framing/ScheduledFrameProcessor.h; sourceTree = ""; }; - 388F9F6D439A1094C18E5F5041716714 /* rn-fetch-blob.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.release.xcconfig"; sourceTree = ""; }; - 389F204A875DD6CE7B8C65D858001782 /* BugsnagCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashReport.h; sourceTree = ""; }; - 38B69FFBB1BF11494CE3EB2B48623F78 /* FIRErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrors.h; path = FirebaseCore/Sources/Private/FIRErrors.h; sourceTree = ""; }; - 38F45570ECFA55AB2AE971CA49503BAA /* Uri.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Uri.h; path = folly/Uri.h; sourceTree = ""; }; - 38F867F883264D0E4DCED09E0FDF6467 /* RNVectorIcons.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.debug.xcconfig; sourceTree = ""; }; - 3901E2B8A432204195F28DCC95FE14EF /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; - 393BD87E23105F5AFD8767897194DF68 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; - 395473F21F297CDA63A7CEF44F0B6EEE /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ModuleRegistry.cpp; sourceTree = ""; }; - 395FAAC745397A762FAEE4C6266BF43F /* UMReactNativeAdapter.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMReactNativeAdapter.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 3963387F6C875B1235572275D143B9DC /* ColdResumeHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ColdResumeHandler.cpp; path = rsocket/ColdResumeHandler.cpp; sourceTree = ""; }; - 39780295FCA7F0910BC23B614D803CC9 /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; - 3983146DD520013B9AE7A9E495AF21E7 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; - 398652AE3510AD39E9B13C519F21E03E /* BSG_KSMachHeaders.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSMachHeaders.m; sourceTree = ""; }; - 3995E9A733022BC9625CF21E64F2B82A /* SSLOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLOptions.h; path = folly/io/async/SSLOptions.h; sourceTree = ""; }; - 39D2B180D3871C68DFB40D8B41F08497 /* React-RCTImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.debug.xcconfig"; sourceTree = ""; }; - 39E8EBF396AFBEE05705061BFEDC0031 /* 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 = ""; }; - 3A1F54C777C1D17D6ED6F35103B2EA77 /* NSData+EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+EXFileSystem.m"; path = "EXFileSystem/NSData+EXFileSystem.m"; sourceTree = ""; }; - 3A2D6CFFD5F0D212F96007DCF42BA0C7 /* RCTDeviceInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDeviceInfo.mm; sourceTree = ""; }; - 3A3882B0DD28CD28781B9FA5323D1826 /* SysStat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysStat.h; path = folly/portability/SysStat.h; sourceTree = ""; }; - 3A5FB16064BAC59510A5A786EF144516 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = src/utils/utils.h; sourceTree = ""; }; - 3A647A4A5C0B5DEAFF810E0A1C0E8DA8 /* ARTShapeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTShapeManager.h; sourceTree = ""; }; - 3A6C910E810FBD3DCC2D19B68FA7B794 /* NetOps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = NetOps.cpp; path = folly/net/NetOps.cpp; 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 = ""; }; - 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 = ""; }; - 3ADD3E8E63EC6B2FCD288E46F6415F51 /* RNNativeViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNNativeViewHandler.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 = ""; }; + 3793FC0019C81496E04CB48A44415F82 /* RNCNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCNetInfo.h; path = ios/RNCNetInfo.h; sourceTree = ""; }; + 379632EEE6E323FC8EF8407EFD4A33C1 /* RNFBApp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFBApp-prefix.pch"; sourceTree = ""; }; + 3796ED100EC934417DCA97B369D2C85A /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; + 37BEAA7F590658B5EA1E658CC52C8577 /* IOS7Polyfill.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOS7Polyfill.h; path = ios/IOS7Polyfill.h; sourceTree = ""; }; + 37DF5B827058B16271570CEB13619ABF /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; + 37EB57FB829E9E0229485760A0F43F8D /* MemoryIdler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryIdler.cpp; path = folly/detail/MemoryIdler.cpp; sourceTree = ""; }; + 37FF2754D2C1140542EF0E0488E7DC13 /* FIRCLSSymbolicationOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSymbolicationOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.h; sourceTree = ""; }; + 3800E60979D54BEE47D47EBA32F6C6F4 /* RNRootViewGestureRecognizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRootViewGestureRecognizer.m; path = ios/RNRootViewGestureRecognizer.m; sourceTree = ""; }; + 38030D7224EAD5C7BB968D17B7E630BD /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; + 380E1AA8558E8FEF4C3A82571623A0D7 /* BSGConnectivity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGConnectivity.h; sourceTree = ""; }; + 38171F5EFD1A548DD70FC612A9D690BA /* SDWebImageTransitionInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransitionInternal.h; path = SDWebImage/Private/SDWebImageTransitionInternal.h; sourceTree = ""; }; + 3825BBA38C2914A32555A7032DEF8A66 /* RCTLinkingPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingPlugins.h; path = Libraries/LinkingIOS/RCTLinkingPlugins.h; sourceTree = ""; }; + 382F7D0E200D17A9DD7905D5A6783FE2 /* KeyCommands-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KeyCommands-dummy.m"; sourceTree = ""; }; + 384C074FAC9DC17D9DD8414B44C67B31 /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; + 384C521847B6D3C4F73235697B6AF9EE /* FIRCLSCompoundOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSCompoundOperation.m; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.m; sourceTree = ""; }; + 3850A6671D8A1F4B1E70B04A9404B75E /* Likely.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Likely.h; path = folly/Likely.h; sourceTree = ""; }; + 385CED51FA2863397026CCCE32AFC7A2 /* ConnectionSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConnectionSet.h; path = rsocket/internal/ConnectionSet.h; sourceTree = ""; }; + 3863963A226887FF62330705820FD4D3 /* FlipperKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FlipperKit-umbrella.h"; sourceTree = ""; }; + 386B9B5EEC0E5C9FD19E1315AD35B919 /* FlipperCppBridgingConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperCppBridgingConnection.mm; path = iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.mm; sourceTree = ""; }; + 386D25F47A9CFB982876AE7BCF06B921 /* 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; }; + 3871B04D36EE1938C6800E97C15E4EFB /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; + 38768AB0568081676021F399D385FECD /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; + 38A25F183D4F0DF4AF70B131F92EDDC1 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; + 38C5D4D4CA90F86E6A81596F13EF4938 /* EXImageLoader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXImageLoader.release.xcconfig; sourceTree = ""; }; + 38DA87FCC44AF5BA7CB6A7C75DFF4702 /* EXAudioSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioSessionManager.h; path = EXAV/EXAudioSessionManager.h; sourceTree = ""; }; + 38F286DA461D38CB759EC3ABB798F4B5 /* GCDAsyncSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GCDAsyncSocket.h; path = Source/GCD/GCDAsyncSocket.h; sourceTree = ""; }; + 39281D52FBADCB6C4341D9A660EF3B3C /* Time.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Time.h; path = folly/portability/Time.h; sourceTree = ""; }; + 395E888FAA9E19F3AF69EED49D65D9BF /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; + 39619B311DDE1BDADD29E609CBBF65E2 /* RSocketStats.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketStats.h; path = rsocket/RSocketStats.h; sourceTree = ""; }; + 39789411F6C4D97DBB8527C9746A1094 /* RNVectorIconsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVectorIconsManager.h; path = RNVectorIconsManager/RNVectorIconsManager.h; sourceTree = ""; }; + 398A7B5DD984354CADA9514889D07A35 /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; + 39908BB6750CEE5B21E8B7036DBFF4D4 /* libwebp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = libwebp.debug.xcconfig; sourceTree = ""; }; + 3994EAB8CD5397EC4A52B6CFF3E57C73 /* experiments-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "experiments-inl.h"; sourceTree = ""; }; + 3997B93439351F27E1B0493811512154 /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; + 399F83281009855CCD37D59365443250 /* ChannelRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ChannelRequester.h; path = rsocket/statemachine/ChannelRequester.h; sourceTree = ""; }; + 399F86EB62A535EBD5828E3B580DE1FF /* ThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadPoolExecutor.h; path = folly/executors/ThreadPoolExecutor.h; sourceTree = ""; }; + 39A292B576BB721526D7BD3395B4C600 /* React-RCTLinking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.release.xcconfig"; sourceTree = ""; }; + 39A5FE9F1AEFE46B122DAC5D4D5D8F70 /* srtp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = srtp.h; path = ios/include/openssl/srtp.h; sourceTree = ""; }; + 39AE837C7C70A3C208AD1A3108D02D23 /* lossless_enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse41.c; path = src/dsp/lossless_enc_sse41.c; sourceTree = ""; }; + 39B0BFCEFCB02C5CA91BE05F55BCE3A0 /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; + 39D0AD7F6760F993FF195104CBE5F92B /* RequestResponseRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RequestResponseRequester.h; path = rsocket/statemachine/RequestResponseRequester.h; sourceTree = ""; }; + 39EACBAC7854709B8AABC9C08B0480A9 /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; + 39F1A109A1680C51E6671B2B897B4331 /* DistributedMutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DistributedMutex.h; path = folly/synchronization/DistributedMutex.h; sourceTree = ""; }; + 39F2C50A822A1C0F376A2263F07394DF /* FIRCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCrashlytics.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlytics.h; sourceTree = ""; }; + 39F82D925B19E0AC69AE9F9FC13288FA /* UMCameraInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMCameraInterface.h; path = UMCameraInterface/UMCameraInterface.h; sourceTree = ""; }; + 39F9B77B98BE1421F3E73A4F56572B9B /* SSLContext.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SSLContext.cpp; path = folly/io/async/SSLContext.cpp; sourceTree = ""; }; + 3A0AC2665CB32C6E231503713792CCD7 /* BSG_KSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSLogger.m; sourceTree = ""; }; + 3A325D1F37888096534AEF75F28A5CC7 /* BugsnagHandledState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagHandledState.m; sourceTree = ""; }; + 3A33620D88D324693CFE54D8B6E7ADBD /* RNCAsyncStorage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCAsyncStorage.debug.xcconfig; sourceTree = ""; }; + 3A39B90BDC1394F0C858F01D0039781E /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKProcessPoolManager.m; path = apple/RNCWKProcessPoolManager.m; sourceTree = ""; }; + 3A3FA15236C77A649C0389B8D33DA7A8 /* AtFork.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AtFork.cpp; path = folly/detail/AtFork.cpp; sourceTree = ""; }; + 3A5D2DC070C265293655E1F6742142A5 /* SDAnimatedImagePlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImagePlayer.m; path = SDWebImage/Core/SDAnimatedImagePlayer.m; sourceTree = ""; }; + 3A60066FD8D1A6D69BF55BC76589F694 /* dec_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips_dsp_r2.c; path = src/dsp/dec_mips_dsp_r2.c; sourceTree = ""; }; + 3A8430C5955A1EFEDA5B55916B2580B2 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; + 3A91E58656382AD76533E41CF4CC23C3 /* FIRCLSSerializeSymbolicatedFramesOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSerializeSymbolicatedFramesOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.m; sourceTree = ""; }; + 3AA21092928D53FDE56E596317414152 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; + 3AB3AE25AA615AFA21A65FABE986973F /* IOBuf.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IOBuf.cpp; path = folly/io/IOBuf.cpp; sourceTree = ""; }; + 3AB84547E14DA1EF2CBBFEF2A438715A /* FIRCLSDataCollectionToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDataCollectionToken.m; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.m; sourceTree = ""; }; + 3AD6BC5C18185C027F3157FF31C3EFEA /* jsilib-posix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "jsilib-posix.cpp"; sourceTree = ""; }; + 3ADDF63AA3A8AAAB170DF34CF266F112 /* UMTaskManagerInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.release.xcconfig; sourceTree = ""; }; 3AEA4A114C08533A2C0F8E039A4C5EB9 /* libRNImageCropPicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNImageCropPicker.a; path = libRNImageCropPicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3AFE3583A3500341820737B396B84186 /* Yoga.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.debug.xcconfig; 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 = ""; }; - 3B229C2C25D2CF305A24AD4C8D9433CD /* RNFBSharedUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBSharedUtils.h; path = ios/RNFBApp/RNFBSharedUtils.h; sourceTree = ""; }; - 3B23C135E22C7EB1E10D4FC8EB3494ED /* RCTFileReaderModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFileReaderModule.mm; 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 = ""; }; - 3B5FEB9BBC34C38471BFC0C565F5147F /* FIRInstallationsVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsVersion.h; path = FirebaseInstallations/Source/Library/Public/FIRInstallationsVersion.h; sourceTree = ""; }; + 3AFAFCE26B20DE3F894635030D35E75E /* UMConstantsInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.release.xcconfig; sourceTree = ""; }; + 3AFE92839416BC4CD6488CC5436B089A /* cpu.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cpu.c; path = src/dsp/cpu.c; sourceTree = ""; }; + 3B15C1059C0E184B3D1E7C10EE2E911D /* FlipperKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FlipperKit-dummy.m"; sourceTree = ""; }; + 3B3DC6FC8B5C1661066CE1FEC6032634 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; + 3B4921697D86DCE3091D41136D888F23 /* FIRCLSUnwind_x86.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind_x86.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.c; sourceTree = ""; }; 3B640835BAA914DD267B5E780D8CFEC7 /* libUMReactNativeAdapter.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMReactNativeAdapter.a; path = libUMReactNativeAdapter.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 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 = ""; }; - 3B885D77DC28404FB4C9B172DEF84857 /* FIRCLSMachOSlice.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachOSlice.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.m; sourceTree = ""; }; - 3B948334868E259BE1A9008922D6D075 /* EXVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoManager.h; sourceTree = ""; }; - 3B9D65BF5E13DD9FFD393E3CD73B2CDB /* Folly.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.debug.xcconfig; sourceTree = ""; }; - 3BD3A5C180A852FEE7E1A9DEF02B8648 /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; - 3BDB9F0AC8CAACB1868E64E2A0B6217F /* RNGestureHandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNGestureHandler-prefix.pch"; sourceTree = ""; }; - 3BDE2818110AA14FF57D5E26EA0A2839 /* EXPermissions-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPermissions-prefix.pch"; sourceTree = ""; }; - 3BE5F6D1FD17DAFB939DE95A5439BC7E /* REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransition.h; sourceTree = ""; }; - 3BFDDBB07D479E64359C01F4F127104E /* RNCAsyncStorage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCAsyncStorage-prefix.pch"; sourceTree = ""; }; - 3C4D07A9FBE58959D68731C8097F1FBC /* REANodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REANodesManager.m; path = ios/REANodesManager.m; sourceTree = ""; }; - 3C787215ED9F53763DAEE7051948729B /* FIRCLSInternalLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInternalLogging.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.h; sourceTree = ""; }; - 3C7B447D61CDB8516CBE28BA6279B419 /* RsaFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RsaFormatter.m; 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 = ""; }; + 3B65943EFAD9CDA2EF170368FFF7F419 /* SpookyHashV1.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SpookyHashV1.cpp; path = folly/hash/SpookyHashV1.cpp; sourceTree = ""; }; + 3B7E6C8E0CBB15B961F2BD8685F9FE28 /* GDTCCTNanopbHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTNanopbHelpers.m; path = GoogleDataTransport/GDTCCTLibrary/GDTCCTNanopbHelpers.m; sourceTree = ""; }; + 3B85522D6FD192E113A9DA79EFC1B9CC /* FlipperClient+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FlipperClient+Testing.h"; path = "iOS/FlipperKit/FlipperClient+Testing.h"; sourceTree = ""; }; + 3B898D67FBCD8C61ECF76DCD9378CBAB /* REAModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REAModule.m; path = ios/REAModule.m; sourceTree = ""; }; + 3BC3C904458814464705FE530F2FA4C0 /* RNGestureHandler.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.release.xcconfig; sourceTree = ""; }; + 3BE4BA3904D5EC8E657BEC61E1AD4D66 /* EXVideoThumbnails.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXVideoThumbnails.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 3BE5134ACC6E8291FBF403BE1D1B555A /* Subscription.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Subscription.cpp; path = yarpl/observable/Subscription.cpp; sourceTree = ""; }; + 3C04B2E838089F67C16B5CE12B24D2B6 /* dynamic-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "dynamic-inl.h"; path = "folly/dynamic-inl.h"; sourceTree = ""; }; + 3C06A809CF3763010786746ACE88AFBA /* fi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fi.lproj; path = "Objective-C/TOCropViewController/Resources/fi.lproj"; sourceTree = ""; }; + 3C0CD73629AE2BC9377D94D7008B4DB1 /* ARTCGFloatArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTCGFloatArray.h; path = ios/ARTCGFloatArray.h; sourceTree = ""; }; + 3C0D6F8512BB71956140E7C30A28A7CE /* SoftRealTimeExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SoftRealTimeExecutor.h; path = folly/executors/SoftRealTimeExecutor.h; sourceTree = ""; }; + 3C15B2CC5F9FF3B2F55FABC4861B616A /* RCTCustomInputControllerTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomInputControllerTemp.h; sourceTree = ""; }; + 3C17BA8AC10493E06740D66226BEBE20 /* react-native-background-timer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-background-timer-prefix.pch"; sourceTree = ""; }; + 3C58FAAB9D24B9BAA23D3B42DC517E36 /* UMImageLoaderInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.release.xcconfig; sourceTree = ""; }; + 3C5C2BF940996CA9CE35D5B3EEDF837B /* Firebase.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.release.xcconfig; sourceTree = ""; }; + 3C7B3E88C4319A2CCA58A8824FDC918C /* FIRInstallationsStoredAuthToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredAuthToken.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h; sourceTree = ""; }; + 3C9EBA22427C84E33766C1954FDF70C8 /* MMKVLog_Android.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKVLog_Android.cpp; path = Core/MMKVLog_Android.cpp; sourceTree = ""; }; 3CA7A9404CCDD6BA22C97F8348CE3209 /* libglog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libglog.a; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3CC7D3CB5395ECDD26AAA7EC972072BB /* GoogleDataTransportCCTSupport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransportCCTSupport-dummy.m"; sourceTree = ""; }; - 3CC918D1F2AEA3EB227977B3BC03F83E /* RCTLogBox.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLogBox.mm; sourceTree = ""; }; - 3D062490306449633F46F485AF87CA81 /* REAConcatNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAConcatNode.m; sourceTree = ""; }; - 3D1B0F617DB13603FD3F2164820EDDF5 /* DuplexConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DuplexConnection.h; path = rsocket/DuplexConnection.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 = ""; }; - 3D42023E5F43B4599506F87C1B3BFE17 /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; 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 = ""; }; - 3D514A95468C3971D27D58E6E178E1D2 /* UMSensorsInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.release.xcconfig; 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 = ""; }; - 3DCC178DE14763A2C80268EC0526B22D /* Unistd.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unistd.cpp; path = folly/portability/Unistd.cpp; sourceTree = ""; }; + 3CB44C67EEAAB048AF3F3948CBCD800B /* MMKVCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MMKVCore.debug.xcconfig; sourceTree = ""; }; + 3CBA51F06CBB989EDC7684C0A3389C0A /* 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 = ""; }; + 3CBB5A6638023413ABE4568976145FAA /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; + 3CBC9337A3B90DDCE83AEB5328B44D00 /* muxi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = muxi.h; path = src/mux/muxi.h; sourceTree = ""; }; + 3CC07B7563CFA27DF8457F170D2082E0 /* MicroLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroLock.h; path = folly/MicroLock.h; sourceTree = ""; }; + 3CC2DF6B05A0C41BB906DF1109F53A26 /* ParkingLot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParkingLot.h; path = folly/synchronization/ParkingLot.h; sourceTree = ""; }; + 3CC405F66BFAC51766DBC4BD2D3B9A5D /* Partial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Partial.h; path = folly/functional/Partial.h; sourceTree = ""; }; + 3CC74A469F746F379708315BA0FB2FB3 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; sourceTree = ""; }; + 3CC85E1BD8B2B048D1312BFB69CB2D89 /* TOCropViewControllerTransitioning.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropViewControllerTransitioning.h; path = "Objective-C/TOCropViewController/Models/TOCropViewControllerTransitioning.h"; sourceTree = ""; }; + 3CEE2F095A4365ED063BB44465051408 /* picture_tools_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_tools_enc.c; path = src/enc/picture_tools_enc.c; sourceTree = ""; }; + 3D01D83A170D6DCDE0DF0FD514CBB5CC /* Zocial.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Zocial.ttf; path = Fonts/Zocial.ttf; sourceTree = ""; }; + 3D0EC65C3A5D9FB1906072DB1AF72718 /* ProgramOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProgramOptions.h; path = folly/experimental/ProgramOptions.h; sourceTree = ""; }; + 3D17D21218974E44400C912BC1A4BB3C /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = decorator.h; sourceTree = ""; }; + 3D26FC1AC639F23D9B55B6D439743E91 /* react-native-orientation-locker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-orientation-locker-prefix.pch"; sourceTree = ""; }; + 3D403325E291F56CA6849A3B62C87283 /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/Core/NSButton+WebCache.h"; sourceTree = ""; }; + 3D46C9E07B84B42E8CF5044B0B4B9630 /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = React/CoreModules/RCTActionSheetManager.h; sourceTree = ""; }; + 3D52422309D9F61EE651822F6D066250 /* ResumeIdentificationToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ResumeIdentificationToken.h; path = rsocket/framing/ResumeIdentificationToken.h; sourceTree = ""; }; + 3D5AEC3995B1F84FDC162C4F247FC2CF /* FlipperInitConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperInitConfig.h; path = xplat/Flipper/FlipperInitConfig.h; sourceTree = ""; }; + 3D8A236D0A3983CEAB0E8A13DD013520 /* FIRCLSFABAsyncOperation_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABAsyncOperation_Private.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation_Private.h; sourceTree = ""; }; + 3D96670F46B0076F73EB374FB61ABB74 /* AtomicStruct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicStruct.h; path = folly/synchronization/AtomicStruct.h; sourceTree = ""; }; + 3D9EB17B39BC29029FA0B5B3E38E8716 /* RNSScreenContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenContainer.h; path = ios/RNSScreenContainer.h; sourceTree = ""; }; + 3DB141F29443C94B53FED863C60F7B26 /* React-RCTAnimation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.debug.xcconfig"; sourceTree = ""; }; 3DCCC9C42EB3E07CFD81800EC8A2515D /* QBImagePicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = QBImagePicker.bundle; path = "RNImageCropPicker-QBImagePicker.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; - 3DD31C4F35B140831E47CC68A86A5D6D /* FIRCLSRecordIdentity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordIdentity.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.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 = ""; }; - 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 = ""; }; - 3E791654DF357AA30639DF29BA9E6C02 /* RNJitsiMeetView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetView.m; path = ios/RNJitsiMeetView.m; sourceTree = ""; }; - 3E85121D71C337EC33D59DC67F3A22EE /* FBLPromise+Catch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Catch.m"; path = "Sources/FBLPromises/FBLPromise+Catch.m"; sourceTree = ""; }; - 3EA214B50379F47B600E96568880DEAB /* RNPushKitEventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventListener.h; path = RNNotifications/RNPushKitEventListener.h; sourceTree = ""; }; - 3EB17CB37A0C7B4CFA83EF650FEDAB61 /* 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; }; - 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 = ""; }; - 3EC846996E48781196A9ED0CCE8D2E17 /* RNFetchBlobNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobNetwork.h; path = ios/RNFetchBlobNetwork.h; 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 = ""; }; - 3ED941B828C516B3B5799603EE5B48BF /* MaterialIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialIcons.ttf; path = Fonts/MaterialIcons.ttf; 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 = ""; }; + 3DE0C5E3D5BD868304786D8E7C35AA02 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; + 3DE1789BF3B4A9AD89F6F81B0A44267E /* SDImageWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageWebPCoder.m; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.m; sourceTree = ""; }; + 3DE1CCC4CC68D5826B3BB0633D58E16C /* FIRCLSInstallIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSInstallIdentifierModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.m; sourceTree = ""; }; + 3DEA908F6D162426D0CFBFED8EF28CDB /* SSLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLSession.h; path = folly/ssl/SSLSession.h; sourceTree = ""; }; + 3DEBD17DEDD5AFE9F1206187B4596B98 /* GDTCORConsoleLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORConsoleLogger.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h; sourceTree = ""; }; + 3E004E5F12ECB26DB273042C328FFD64 /* Fingerprint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fingerprint.h; path = folly/Fingerprint.h; sourceTree = ""; }; + 3E06A0341FF15F233FAB7AC566C9A436 /* FLEXNetworkTransaction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FLEXNetworkTransaction.m; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkTransaction.m; sourceTree = ""; }; + 3E234F244E39E9ADCA89E02F052AD246 /* FIRCLSExistingReportManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSExistingReportManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSExistingReportManager.h; sourceTree = ""; }; + 3E468AC5E810728CF83B52D1C93617F0 /* CPUThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CPUThreadPoolExecutor.h; path = folly/executors/CPUThreadPoolExecutor.h; sourceTree = ""; }; + 3E4AC1EB196A6363704028300D4F164B /* ReactNativeUiLib-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactNativeUiLib-prefix.pch"; sourceTree = ""; }; + 3E4D85950559F0D0AE709B8639CC22C5 /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; + 3E62655523D58505E7530490914FDC9F /* vp8li_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_enc.h; path = src/enc/vp8li_enc.h; sourceTree = ""; }; + 3E76F97EA2FF6F9EE6BD5C22B194AB34 /* MPMCQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCQueue.h; path = folly/MPMCQueue.h; sourceTree = ""; }; + 3E7A796A25645FA5F073504BB18D5D91 /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; + 3E89C7154F76E51126D4E1004B60BF55 /* SKApplicationDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKApplicationDescriptor.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKApplicationDescriptor.m; sourceTree = ""; }; + 3E953FA6833113CD6003749B0B4C7827 /* FIRCLSApplication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSApplication.m; path = Crashlytics/Crashlytics/Components/FIRCLSApplication.m; sourceTree = ""; }; + 3E965A188A7D08274F9005A597300938 /* EmitterFlowable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EmitterFlowable.h; path = yarpl/flowable/EmitterFlowable.h; sourceTree = ""; }; + 3EA858D3DE99670421381F38B2D4D4F1 /* RNDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDeviceInfo.m; path = ios/RNDeviceInfo/RNDeviceInfo.m; sourceTree = ""; }; + 3EBC8076F6E2C325FADD1AF9F40E50EE /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; + 3EC36A6DDD592C2F083768A3742979C8 /* aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aes.h; path = ios/include/openssl/aes.h; sourceTree = ""; }; + 3EE3D1E9DD4E42572315E428EC37FB64 /* RNFetchBlobRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobRequest.m; path = ios/RNFetchBlobRequest.m; sourceTree = ""; }; 3EEAA606F6866DA20E6601B9655B1027 /* libBugsnagReactNative.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libBugsnagReactNative.a; path = libBugsnagReactNative.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3EECE18D8A08691D02B4518B3D21AEF0 /* FlipperResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperResponder.h; path = xplat/Flipper/FlipperResponder.h; sourceTree = ""; }; - 3EFBA99B4E0C8F3A90337D95F312EE1C /* SysTime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysTime.h; path = folly/portability/SysTime.h; sourceTree = ""; }; - 3F13B21F405601EA336D96B1B3F04FE5 /* quant.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant.h; path = src/dsp/quant.h; sourceTree = ""; }; - 3F1F551BB0F53F39E1D8DD9FE00AE2FA /* RNCNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCNetInfo.h; path = ios/RNCNetInfo.h; sourceTree = ""; }; - 3F209B755DCC84F960668776389F9035 /* FBLazyIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyIterator.h; path = FBLazyVector/FBLazyIterator.h; 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 = ""; }; - 3F86B1B18B79BD8C2B11816C0F000470 /* RNFBJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBJSON.h; path = ios/RNFBApp/RNFBJSON.h; sourceTree = ""; }; - 3F9804B21E23B4F1FF703BAA131548B0 /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; - 3F9EFB1202C400D49F1D4FE6CF851BFB /* RNSScreenContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenContainer.h; path = ios/RNSScreenContainer.h; sourceTree = ""; }; - 3FA335B3751BDFAA929F8A4361E31BEB /* FontAwesome.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome.ttf; path = Fonts/FontAwesome.ttf; sourceTree = ""; }; - 3FAE70A234C205C1C8E03CCEB97381D4 /* REABezierNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABezierNode.m; sourceTree = ""; }; - 3FB379E5D133D3B5BD5907B8C2FEC426 /* GDTCORLifecycle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORLifecycle.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORLifecycle.h; sourceTree = ""; }; - 3FBB161FD82BB24953757512EC393A33 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; - 3FC0717E49BA9AC1408D053AA64EF4A0 /* TimeoutManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimeoutManager.cpp; path = folly/io/async/TimeoutManager.cpp; sourceTree = ""; }; - 3FCF27F09BB1924CF17AC406A7A314EE /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; 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 = ""; }; - 401C8573E98CD4811542AD1F93FA111E /* BugsnagNotifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagNotifier.m; sourceTree = ""; }; - 402D9A6E20DB74BB3698B7B5BBC9E5F4 /* Sha.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Sha.m; sourceTree = ""; }; - 403C4C6AF3897C87B0ECE6746F085751 /* ExceptionWrapper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ExceptionWrapper.cpp; path = folly/ExceptionWrapper.cpp; sourceTree = ""; }; + 3F4AB59D8C8D0702FA72C7668B6528EC /* OpenSSLCertUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLCertUtils.h; path = folly/ssl/OpenSSLCertUtils.h; sourceTree = ""; }; + 3F4E07D3A7184BD8D47442109870E694 /* PromisesObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PromisesObjC-dummy.m"; sourceTree = ""; }; + 3F5D4CDB21F64648D88ED543049CD4DC /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; + 3F5EEE39CE856890A7C6B535FB8D1DBB /* FIRCLSReportManager_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportManager_Private.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager_Private.h; sourceTree = ""; }; + 3F7F444F743E935D6C3EEC1126F0E51F /* FBReactNativeSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBReactNativeSpec.h; path = FBReactNativeSpec/FBReactNativeSpec.h; sourceTree = ""; }; + 3F80F766DE70F8A0EA9636A5130FCA59 /* RNFBSharedUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBSharedUtils.m; path = ios/RNFBApp/RNFBSharedUtils.m; sourceTree = ""; }; + 3F9C2FCE81A09A476F1EE0733E926E29 /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; + 3FA0F5850FC4858A72AFA87A40C94298 /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; + 3FA0F9F5FB505B62F7493658B9E394F3 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; + 3FA510CEDDF6EC628EF130F461DDB170 /* rn-extensions-share-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-extensions-share-dummy.m"; sourceTree = ""; }; + 3FDD667510AC0E05811B5CE0C70BF282 /* REABlockNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABlockNode.h; sourceTree = ""; }; + 4000A446CE86B2D29BEB26C94541DE78 /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; + 4001B9F7E16F1DB7A6AFD63C480BF5EF /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; + 4015A1D57AD9C2AAE91C3AB0F3675B14 /* EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystem.m; path = EXFileSystem/EXFileSystem.m; sourceTree = ""; }; + 401BDF6362940B3D12758B9FB59EA128 /* GDTCOREvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREvent.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h; sourceTree = ""; }; + 4020CE5C01493E8067F574743A01D2F9 /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/lang/Bits.h; sourceTree = ""; }; + 402557E287898187C3DC3346AF8745B8 /* filters_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_mips_dsp_r2.c; path = src/dsp/filters_mips_dsp_r2.c; sourceTree = ""; }; + 40450F695BA97BC57312DB43E675B509 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Sources/Private/FIRComponentContainer.h; sourceTree = ""; }; + 40471F21DEA1FEFBDEBFBC014133C9BB /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; 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; }; - 405287F115F7057F4E6B20332CB8315A /* 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; }; - 40568C7D34C220B7EB13022AAAAD478E /* GULSceneDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler.h; path = GoogleUtilities/SceneDelegateSwizzler/Private/GULSceneDelegateSwizzler.h; sourceTree = ""; }; - 40806705B42988314598905FEC93C887 /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; - 40934B831F3EBA6CF0AAAD6B44DED3D5 /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; - 40BA1B76245D2214E75D5702AA7FE69B /* SocketAddress.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SocketAddress.cpp; path = folly/SocketAddress.cpp; sourceTree = ""; }; - 40BD2E7AC013B9E41AAD85D186A4FA8B /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = ""; }; - 40C654EE67FEC6F7BE40DD1A7498724E /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; - 40D7C593FAA3FCCF78B5E1A05AD520D9 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.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 = ""; }; - 40F2E3C20721BF730F69B4018B2B081C /* RCTDevLoadingViewSetEnabled.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingViewSetEnabled.h; 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 = ""; }; - 412BE8126BD99F9D9904BA059E2CD74E /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; - 4131C7052C97779C5A8A7488A2C5FCFD /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Brands.ttf; path = Fonts/FontAwesome5_Brands.ttf; sourceTree = ""; }; - 413641259FBBF2278013FF359B8C4FDD /* RNBackgroundTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBackgroundTimer.m; path = ios/RNBackgroundTimer.m; sourceTree = ""; }; - 414DCBCEB4C71E9ABF20DD14E2F09B83 /* BSG_KSCrashReportStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashReportStore.m; sourceTree = ""; }; - 41670F5EC41E7A2332A9F91C1E272D82 /* OpenSSLCertUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSLCertUtils.cpp; path = folly/ssl/OpenSSLCertUtils.cpp; sourceTree = ""; }; - 4177A5C506C7D1C92F532B7B3FD2AB91 /* FIRCLSURLSessionTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionTask.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionTask.h; sourceTree = ""; }; - 417D1AEB7BB707D73EEE2591C6E16F7B /* RNCSafeAreaViewMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewMode.m; path = ios/SafeAreaView/RNCSafeAreaViewMode.m; sourceTree = ""; }; - 419EA50BE00934136EA276D52DD6D30D /* HazptrThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrThreadPoolExecutor.h; path = folly/synchronization/HazptrThreadPoolExecutor.h; sourceTree = ""; }; - 41A05D0650EF3D6CB09BF44C4F74A8B0 /* UIResponder+FirstResponderTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIResponder+FirstResponderTemp.m"; 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 = ""; }; - 41C25AA6DE71334F1A19570B13A33087 /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; - 41D392A9A6CBBFE9049B72F2DE284171 /* GDTCORTransformer_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer_Private.h; sourceTree = ""; }; - 41D4722EED57CD29A826B7F1B09DCDDD /* RCTTiming.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTiming.mm; 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 = ""; }; - 41FFD780B2EECEA59A816381F57BA52E /* Benchmark.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Benchmark.cpp; path = folly/Benchmark.cpp; sourceTree = ""; }; - 4203EB175AFC90369B754FAE7363F797 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; sourceTree = ""; }; - 42072BBF9239A4CC493CC137D58A56C4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; 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 = ""; }; - 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 = ""; }; - 4271B9D8266CB8734D54D29E24C01C1C /* EXAV.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAV.m; path = EXAV/EXAV.m; sourceTree = ""; }; - 4278E6D5CBD1835FDDDBFD6C73E5E85A /* Benchmark.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Benchmark.h; path = folly/Benchmark.h; sourceTree = ""; }; - 427F8A4FDA7C74319978BEF13D333788 /* REATransitionAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionAnimation.m; sourceTree = ""; }; - 428E1F5EB09D1D52D58C79018DEBBDC3 /* EXKeepAwake-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXKeepAwake-dummy.m"; sourceTree = ""; }; - 429C944037B09F67FFDB4D9982A75A0A /* Flowable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Flowable.h; path = yarpl/flowable/Flowable.h; sourceTree = ""; }; - 42AC2955450FF0EFB25D36D80213BDAC /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = ios/QBImagePicker/QBImagePicker/es.lproj; sourceTree = ""; }; - 42B61C85D8DCB55CECD60FD32EF743D2 /* EXHaptics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXHaptics-prefix.pch"; sourceTree = ""; }; - 42BB9627879954CA248160C80B018C2B /* RNCSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaView.h; path = ios/SafeAreaView/RNCSafeAreaView.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 = ""; }; - 42C812F0EC457BBCC710183ACA902E2B /* 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; }; - 42E35E3F7DA01A231418AD5B2E800C0E /* RCTImageURLLoaderWithAttribution.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoaderWithAttribution.h; path = Libraries/Image/RCTImageURLLoaderWithAttribution.h; sourceTree = ""; }; - 42EADF5819FFE391E83255A328519698 /* RCTDisplayWeakRefreshable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayWeakRefreshable.m; sourceTree = ""; }; - 42F29C2DFDA8492D6B56BF09386848AC /* EXLocalAuthentication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXLocalAuthentication.m; path = EXLocalAuthentication/EXLocalAuthentication.m; sourceTree = ""; }; - 4311671915DF334E27A7ED2B0123315E /* FBLPromise+Timeout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Timeout.m"; path = "Sources/FBLPromises/FBLPromise+Timeout.m"; sourceTree = ""; }; - 43187CAF197077A5C4B673F37BFB1852 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; - 434447BE015670BBDA414FA410594484 /* react-native-background-timer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-background-timer-dummy.m"; sourceTree = ""; }; - 434E1A335ED3D61EE8E89C8C23A70CE9 /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; - 43531606D0157A9F1E204C9F4244AB5D /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; 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 = ""; }; - 43A4726FD9588A0C067B8FB77668F53A /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; - 43C0C1192214C8336CF88696F0FA25FF /* OpenSSL-Universal.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "OpenSSL-Universal.debug.xcconfig"; sourceTree = ""; }; - 43DB4B0CAEA0E1356E66D574765D1F2E /* UMBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBridgeModule.h; path = UMReactNativeAdapter/UMBridgeModule.h; sourceTree = ""; }; - 43DC6B18562D8277B642E9400F967111 /* nl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = nl.lproj; path = "Objective-C/TOCropViewController/Resources/nl.lproj"; sourceTree = ""; }; - 43EBDE3846E0FD53F64CC9F2323E7CD5 /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; - 43FE6782A65CB4CEB4E4F36703B86439 /* rpc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rpc.h; path = src/event2/rpc.h; sourceTree = ""; }; - 4402B81163EE5CEF688AF96DBE731348 /* BlurView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BlurView.m; path = ios/BlurView.m; sourceTree = ""; }; + 408281EC641650853B7472F387008002 /* BSG_KSMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMach.h; sourceTree = ""; }; + 40899034150B1A4420C761C3DA19384F /* FKPortForwardingServer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKPortForwardingServer.h; path = iOS/FlipperKit/FKPortForwarding/FKPortForwardingServer.h; sourceTree = ""; }; + 409045891A857E4FB13E4C3236F5AF40 /* REAParamNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAParamNode.h; sourceTree = ""; }; + 40A3584F626E36415A9F4932FAEC3856 /* AtomicHashArray-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicHashArray-inl.h"; path = "folly/AtomicHashArray-inl.h"; sourceTree = ""; }; + 40BBFC0036F4ABB5A63FE92468F0BEE9 /* RangeCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RangeCommon.h; path = folly/detail/RangeCommon.h; sourceTree = ""; }; + 40DDE26E55435E8D873BA58E9AD06B73 /* RNFBJSON.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBJSON.m; path = ios/RNFBApp/RNFBJSON.m; sourceTree = ""; }; + 410EBBA88D287A751A8871F7F6B9042C /* Flipper.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Flipper.release.xcconfig; sourceTree = ""; }; + 41121529E0B8B2B34F30AD98F24AF717 /* hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hmac.h; path = ios/include/openssl/hmac.h; sourceTree = ""; }; + 411BFA9922D23FAD6851357C3CFAF5E1 /* RCTJSInvokerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSInvokerModule.h; sourceTree = ""; }; + 4131232F8CD2416593BF5F3417DAEA56 /* FrameSerializer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameSerializer.cpp; path = rsocket/framing/FrameSerializer.cpp; sourceTree = ""; }; + 414C0A0C214B89ED8A5697B806FAE0B3 /* BSG_KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFields.h; sourceTree = ""; }; + 416F6A8A9EA987EF84B618D269E6E68D /* InterProcessLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InterProcessLock.h; path = Core/InterProcessLock.h; sourceTree = ""; }; + 417050E0E6899CF1DDC038C88DFDEE41 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 417F3555EC111F343EAF7CC917432762 /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; + 41A13F73D41E960A04C1926FC1D5F821 /* HazptrThrLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrThrLocal.h; path = folly/synchronization/HazptrThrLocal.h; sourceTree = ""; }; + 41A6C8FC58D50C3AC250E51498B45CF1 /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; + 41CAAEB224C37C4168C9D01E368648AD /* MemoryMapping.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryMapping.cpp; path = folly/system/MemoryMapping.cpp; sourceTree = ""; }; + 41E985352108FC439E82894004EDF074 /* TypeList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypeList.h; path = folly/detail/TypeList.h; sourceTree = ""; }; + 41EC98FEFD68D286F2186371496F20F8 /* UMViewManagerAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapter.m; sourceTree = ""; }; + 421780FD20DE1C6E9657C36B96C0DAD5 /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactMarker.cpp; sourceTree = ""; }; + 421F7BD88F04A5CC7F762F83EBEDC1BC /* GULNetworkInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkInternal.h; path = GoogleUtilities/Network/GULNetworkInternal.h; sourceTree = ""; }; + 423B6268C48CC9C94A070C69373E59E7 /* 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; }; + 42402D33E5B9AAB238814632D48AAFCC /* 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; }; + 425ABF3ED9978B7B52106DF0CBF9EEA9 /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; + 4271966B75CAFE41104D8E45126AC7C8 /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; + 428B609B1E1B5717F9482D6C9BA8D0BD /* SecureStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SecureStorage.m; path = ios/SecureStorage.m; sourceTree = ""; }; + 42CBCE9E0AC14B074E7F304C3CEECAF5 /* dwarf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dwarf.h; path = Crashlytics/third_party/libunwind/dwarf.h; sourceTree = ""; }; + 42FB106DDAAB57D219B8500A1871B45F /* RCTConvert+RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+RNNotifications.h"; path = "lib/ios/RCTConvert+RNNotifications.h"; sourceTree = ""; }; + 4306CE9633756319094C4B07C425719E /* RNGestureHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandler.m; path = ios/RNGestureHandler.m; sourceTree = ""; }; + 430D63F3CC6C06189CAF4A6C0C7E59FB /* EXVideoThumbnails.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXVideoThumbnails.release.xcconfig; sourceTree = ""; }; + 432334A5DB28B315D15D36B738BF2094 /* UMCameraInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.debug.xcconfig; sourceTree = ""; }; + 433D78528AAE38101A5BB5C22EA608B5 /* WarmResumeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WarmResumeManager.h; path = rsocket/internal/WarmResumeManager.h; sourceTree = ""; }; + 4340F0DA3360643835ADC6B605C773D2 /* TimedDrivableExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimedDrivableExecutor.h; path = folly/executors/TimedDrivableExecutor.h; sourceTree = ""; }; + 4344C2F9BD785FE053C2FD59DDCF8F5B /* RSocketServiceHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketServiceHandler.cpp; path = rsocket/RSocketServiceHandler.cpp; sourceTree = ""; }; + 43465B1C30832E0EA4B3DD3BD246A3FD /* FrameFlags.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameFlags.cpp; path = rsocket/framing/FrameFlags.cpp; sourceTree = ""; }; + 4354AE2E75A2D50894B0F4B3F8771339 /* REATransitionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionManager.h; sourceTree = ""; }; + 43560B7B46D449B5339DF2CEAC96D5B9 /* RNBootSplash.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNBootSplash.release.xcconfig; sourceTree = ""; }; + 435B2730638A99D8E5A16F9A10B6BD79 /* EXVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewController.h; sourceTree = ""; }; + 43B11C76545368DAA68E22FE6B5DD484 /* MMKVHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKVHandler.h; path = iOS/MMKV/MMKV/MMKVHandler.h; sourceTree = ""; }; + 43B66A1B80E470C0C37D64F1DECB3C48 /* RNFastImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFastImage-dummy.m"; sourceTree = ""; }; + 43BE4321F2789345237C581724D9A7BD /* StringKeyedUnorderedMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedUnorderedMap.h; path = folly/experimental/StringKeyedUnorderedMap.h; sourceTree = ""; }; + 43C209BA5915139709CE0D586DE59F06 /* RNCPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNCPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 43DBCE5736F8FBC4954FA17D0F315339 /* MacAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MacAddress.h; path = folly/MacAddress.h; sourceTree = ""; }; + 43DC3D669ACA2BAF23F2586BCEE2997F /* RNBootSplash.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNBootSplash.debug.xcconfig; sourceTree = ""; }; + 43DF9B0AC8D6C3FEFE12EDBD07B4C916 /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; + 43F37416C98E899929DC3A5F7F28B740 /* RNCPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCPicker-prefix.pch"; sourceTree = ""; }; 44036119557B4464513ACB6E0DD07799 /* Pods-NotificationService-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-NotificationService-umbrella.h"; sourceTree = ""; }; - 44139071FC098FD8447630E64A2B01AE /* ssim.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim.c; path = src/dsp/ssim.c; sourceTree = ""; }; - 4417DC84BB1ECB385F6D5A2E88C9EB34 /* RNPushKitEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventHandler.h; path = RNNotifications/RNPushKitEventHandler.h; 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 = ""; }; - 445E3C1D00BADA46D7C082060E1B68E9 /* UMFontManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontManagerInterface.h; path = UMFontInterface/UMFontManagerInterface.h; sourceTree = ""; }; - 4465D019EC460685C91E7859BB5BDD47 /* ReactNativeUiLib.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeUiLib.debug.xcconfig; sourceTree = ""; }; - 44672A7A3BC339C8FE063A2228A810BB /* NetOps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetOps.h; path = folly/net/NetOps.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 = ""; }; - 44D92C6A82622512F6E67720CD20A810 /* UMAppDelegateWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppDelegateWrapper.m; path = UMCore/UMAppDelegateWrapper.m; 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 = ""; }; - 45166936E7B906D7B2EAB1308CEA864B /* EXAppleAuthenticationRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthenticationRequest.h; path = EXAppleAuthentication/EXAppleAuthenticationRequest.h; sourceTree = ""; }; - 453CE6C887F1EBE164D6F608B6EDB7AB /* BSGConnectivity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGConnectivity.m; sourceTree = ""; }; - 4540AEFDDE23EAECDDCA4B91BEFDF1F8 /* RCTCustomInputControllerTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomInputControllerTemp.h; sourceTree = ""; }; - 4551BA83B07B7B7D7D05F79F90EB7854 /* UMViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMViewManager.m; path = UMCore/UMViewManager.m; sourceTree = ""; }; - 455B5702E493E1ADACD4621A4BDFFCC7 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; sourceTree = ""; }; - 457CA7A96B8A8153A99AB322459317D8 /* SafeAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SafeAssert.h; path = folly/lang/SafeAssert.h; sourceTree = ""; }; - 45805F101F28EE5187E23390F4A73270 /* BSG_KSCrashSentry_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_User.h; sourceTree = ""; }; - 45B4FBE317831AE4A6442251D259B467 /* da-DK.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "da-DK.lproj"; path = "Objective-C/TOCropViewController/Resources/da-DK.lproj"; sourceTree = ""; }; - 45B9FA661C62868A2E317E69372832DC /* ARTRadialGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRadialGradient.h; sourceTree = ""; }; - 45C7ECFCB345E24E6066828F00C0A11E /* Core.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Core.h; path = folly/gen/Core.h; sourceTree = ""; }; - 45DA8AFCAFB4CDA8B9E0578867B71E55 /* FBLazyVector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBLazyVector.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 45E877008035D68D5DFE8525B645A3A5 /* RNNotificationEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationEventHandler.m; path = RNNotifications/RNNotificationEventHandler.m; 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 = ""; }; - 4608D66F2C225E6CA1AAE2B3CD60FF88 /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; - 461454BFA71F2BF6E61325718BA6C32E /* Flipper-RSocket-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-RSocket-dummy.m"; sourceTree = ""; }; - 462B8FB3666CB1ED940C4ACDDFB78B22 /* React-Core.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.debug.xcconfig"; 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 = ""; }; - 465D7CA200A32C6CD6A83E484F9F35CB /* RNJitsiMeetViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetViewManager.h; path = ios/RNJitsiMeetViewManager.h; sourceTree = ""; }; - 4665CA6C0F25FFEDEA9AC367C8CC8CFC /* RCTConvert+RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+RNNotifications.m"; path = "RNNotifications/RCTConvert+RNNotifications.m"; sourceTree = ""; }; - 466BF29D9F521303A8545153C13A244C /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; 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 = ""; }; - 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 = ""; }; - 46BDDC37C63D93E2A045F7060F65E2FB /* RCTSourceCode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSourceCode.mm; sourceTree = ""; }; - 46DA35BA5044D25064C283A40429D597 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 4719B3505FB8CE0DA80658FEE9BDB5A2 /* RNCNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCNetInfo.m; path = ios/RNCNetInfo.m; 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 = ""; }; - 47388D870B31EC84D32F128B832D77AB /* ARTNodeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTNodeManager.m; sourceTree = ""; }; - 4743C5C05781D771D42C650FEDDF2071 /* Math.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Math.h; path = folly/Math.h; sourceTree = ""; }; - 47459AE39A846CB7B51A96ACD0D7908E /* UMPermissionsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMPermissionsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 474CA0F59A4B9C310FFF495EDB5C7D06 /* RNFetchBlobRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobRequest.m; path = ios/RNFetchBlobRequest.m; sourceTree = ""; }; - 4751C8842DB12D9676EE1AE4FCD9D340 /* FIRCLSSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSettings.h; path = Crashlytics/Crashlytics/Models/FIRCLSSettings.h; sourceTree = ""; }; - 47562016F7B969946C3B1FB7D447DDB0 /* TurboModuleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleUtils.h; path = turbomodule/core/TurboModuleUtils.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 = ""; }; - 478AF017883BC4BA7C1D9DA48C3C62E9 /* ARTRadialGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRadialGradient.m; sourceTree = ""; }; - 479D0BA9041D6E5591E26CC5AB95CDD3 /* evhttp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evhttp.h; path = src/evhttp.h; sourceTree = ""; }; - 47CDFFC550D404BAAB0ACB009517E428 /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; - 47D9CFBFE7E138F87CF59B99DE14DCEC /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingManager.h; path = Libraries/LinkingIOS/RCTLinkingManager.h; sourceTree = ""; }; - 47E3E6EFC33D272646426A107AACC3E1 /* UMModuleRegistryAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryAdapter.h; sourceTree = ""; }; - 47FB157290A2E19FC5D99FE7DC13A580 /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; - 4804FA914CF93AC90DC9A1DE78C8D46F /* Bugsnag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Bugsnag.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 = ""; }; - 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 = ""; }; + 44043DA85CE58D8C5373658465EF1412 /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; + 4404A86F892D9053B0002A452A7B10B7 /* random_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = random_utils.c; path = src/utils/random_utils.c; sourceTree = ""; }; + 441B63E1128647B8E5D0187172AB7D03 /* RNPushKitEventListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventListener.m; path = lib/ios/RNPushKitEventListener.m; sourceTree = ""; }; + 441C0C8E91F4D8D34C0289CE654A1DF7 /* Flipper-Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-Folly-dummy.m"; sourceTree = ""; }; + 4422EF4392CF8F03D6390819FA3A1279 /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; + 442B5A7C508614E90967495F66DE7EBF /* RNScreens-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNScreens-dummy.m"; sourceTree = ""; }; + 445587E084154A72F027EBCECDB022D0 /* BugsnagSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSession.m; sourceTree = ""; }; + 446FAFF28EE67DF2F0D2A1B53F8C2826 /* FiberIOExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FiberIOExecutor.h; path = folly/executors/FiberIOExecutor.h; sourceTree = ""; }; + 4483BF2F6D40F8927C4C212929EA1313 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Sources/Private/FIRComponent.h; sourceTree = ""; }; + 4487B1D78D5158D32407735F1C6393A0 /* sha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sha.h; path = ios/include/openssl/sha.h; sourceTree = ""; }; + 44886483E46E64C1DFAAE9536C6350AF /* dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dynamic.h; path = folly/dynamic.h; sourceTree = ""; }; + 448CADC1D188244963E1B54AD3F1CC9C /* SKScrollViewDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKScrollViewDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKScrollViewDescriptor.h; sourceTree = ""; }; + 4497738D83831E34739747CB3F01B0BE /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; + 44A306422E59C3FECD758B700D06F6A7 /* demux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = demux.c; path = src/demux/demux.c; sourceTree = ""; }; + 44B3BD8BA9B2B34BABEBD823E619F90F /* React-RCTVibration.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.debug.xcconfig"; sourceTree = ""; }; + 44B62B09BBBFE6BA1FA4B96AF2FDEEE8 /* React-RCTActionSheet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.debug.xcconfig"; sourceTree = ""; }; + 44D92A494BED07168A2B729E91F5ACF8 /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; + 450EEA66242B168399FEE6560EFFA43A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 451B0299EAD0D55D83CB6A084259CF27 /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/GULReachabilityMessageCode.h; sourceTree = ""; }; + 451EB76C5DC055C0AB841D52026AA329 /* EXAppleAuthentication.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppleAuthentication.release.xcconfig; sourceTree = ""; }; + 453AEDA15B428A73E44308E8B7304D2E /* react-native-document-picker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.release.xcconfig"; sourceTree = ""; }; + 453C5363594556F91E381EAAE391E6C0 /* RCTTVNavigationEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTVNavigationEventEmitter.h; path = React/CoreModules/RCTTVNavigationEventEmitter.h; sourceTree = ""; }; + 4548CAB6A69C5BCDE30EF4E734113A69 /* Phase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Phase.h; path = folly/init/Phase.h; sourceTree = ""; }; + 4551E61ECC4834E3B3AE3880D8CCE67F /* 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 = ""; }; + 4554D1D84F3920F9F2B6C4EAEF121C6C /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; + 4555B3731BAF50E7ADDD4980C093F054 /* GDTCORTransport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransport_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransport_Private.h; sourceTree = ""; }; + 4562973B581B362AEC0AC252C82B4336 /* opensslconf-armv7s.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-armv7s.h"; path = "ios/include/openssl/opensslconf-armv7s.h"; sourceTree = ""; }; + 457E1D9D3C5F10C35BE263F1EE16D800 /* DestructorCheck.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DestructorCheck.h; path = folly/io/async/DestructorCheck.h; sourceTree = ""; }; + 4591B9C3537E338DAAC2D0BF386D7E03 /* RNCConnectionState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCConnectionState.m; path = ios/RNCConnectionState.m; sourceTree = ""; }; + 4595B0AE48A3F5F5599F11429A9F46BB /* UMBarCodeScannerInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.release.xcconfig; sourceTree = ""; }; + 45B6B2E20D6940BCA7B4E5F8A1079EA6 /* RequestResponseResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RequestResponseResponder.h; path = rsocket/statemachine/RequestResponseResponder.h; sourceTree = ""; }; + 45BB28014CEF7FA11787E48C829BCD0C /* react-native-background-timer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-background-timer.release.xcconfig"; sourceTree = ""; }; + 45C89D6C9BEE408698985BEA1096D91C /* BSG_KSDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSDynamicLinker.h; sourceTree = ""; }; + 45C8B72F339F758B09800B1C01FAF208 /* EXSessionResumableDownloadTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionResumableDownloadTaskDelegate.h; sourceTree = ""; }; + 45CBEAD5BEE39AD29C3DA24D63BC9BA6 /* CancellationToken.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CancellationToken.cpp; path = folly/CancellationToken.cpp; sourceTree = ""; }; + 45E87CE0FE7FBCAFC6C80926A961A95A /* React-jsinspector.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.debug.xcconfig"; sourceTree = ""; }; + 45F304018A5107BBAB241B32BE8FB339 /* 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; }; + 45F30646BBA4C29A80747A8B454C5F92 /* RCTTiming.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTiming.mm; sourceTree = ""; }; + 45F535C9939CB8D7D18260DB15EE5D85 /* SDWebImageDownloaderDecryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDecryptor.h; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.h; sourceTree = ""; }; + 45FCDB24CC7459E1061AB8D5411DBB76 /* FlipperConnectionImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnectionImpl.h; path = xplat/Flipper/FlipperConnectionImpl.h; sourceTree = ""; }; + 461020E85A2A3B301ECEF2D56770CB0A /* FIRCLSDwarfUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDwarfUnwind.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.c; sourceTree = ""; }; + 461A45149C0CB97399B63D20CE5253B2 /* react-native-simple-crypto-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-simple-crypto-prefix.pch"; sourceTree = ""; }; + 462574C31A5FDA3FEACADF122F5E949C /* EXWebBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXWebBrowser-dummy.m"; sourceTree = ""; }; + 462F76F5AADF94131D2D9832F9CAA09F /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = MethodCall.cpp; sourceTree = ""; }; + 463B3EDE02AAD4F98F195C07A1B3D941 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; + 465A1829A8D3CEED3C7FE5144BBF88C0 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; + 4679DC15CA1E39F50F92E75BACB3975D /* FlipperKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FlipperKit.release.xcconfig; sourceTree = ""; }; + 469142A6819651BBB18FDBC05E0C190D /* REAAlwaysNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAlwaysNode.h; sourceTree = ""; }; + 469A2DFB7AD8A74D1BBF096E6F79E943 /* Flowable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Flowable.h; path = yarpl/flowable/Flowable.h; sourceTree = ""; }; + 46B56B9892B78D03E35CD480CFE26A41 /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; + 46B6D8839D3F9B92D9C90949315A1531 /* rn-fetch-blob.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.debug.xcconfig"; sourceTree = ""; }; + 46BEFAA50A7C916B3F9E80A3C53B0869 /* SetupResumeAcceptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SetupResumeAcceptor.h; path = rsocket/internal/SetupResumeAcceptor.h; sourceTree = ""; }; + 46C2A3E78853F919453F9FF66AAFA9C1 /* BSG_KSCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashDoctor.h; sourceTree = ""; }; + 46D4010C77D21230B3434162A48AC3D9 /* GDTCOREvent+GDTCCTSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GDTCOREvent+GDTCCTSupport.m"; path = "GoogleDataTransport/GDTCCTLibrary/GDTCOREvent+GDTCCTSupport.m"; sourceTree = ""; }; + 46E760DC2FC47FB638EE9891650BB9C3 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; + 4701B275C96D653948B46AAA14521048 /* EnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EnvironmentUtil.m; path = ios/RNDeviceInfo/EnvironmentUtil.m; sourceTree = ""; }; + 47040F4AD86A4F072733F9A91B427D32 /* IntrusiveList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IntrusiveList.h; path = folly/IntrusiveList.h; sourceTree = ""; }; + 471176A52DE1244DB251DCB6C7CC1B6E /* InterProcessLock.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InterProcessLock.cpp; path = Core/InterProcessLock.cpp; sourceTree = ""; }; + 47262A9E91FAC40A2504EBE0BF115D6C /* EXVideoThumbnails.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXVideoThumbnails.debug.xcconfig; sourceTree = ""; }; + 4750A5969AACED0F469D5C08BE978056 /* SKNodeDescriptor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKNodeDescriptor.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.mm; sourceTree = ""; }; + 475903C269CF922F24B1739F1A124814 /* EXFileSystem-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXFileSystem-prefix.pch"; sourceTree = ""; }; + 475A9675C5F602E2C21665F16B8487D0 /* io_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = io_dec.c; path = src/dec/io_dec.c; sourceTree = ""; }; + 4769DC1ECE1CF08FDB0612E5DA21FA1B /* BSG_KSCrashState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashState.h; sourceTree = ""; }; + 47766921FF987607582CD1AE92F7567C /* AsyncSignalHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncSignalHandler.h; path = folly/io/async/AsyncSignalHandler.h; sourceTree = ""; }; + 478D3AB4116E0394F9911A3869E05679 /* Flipper-Folly.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-Folly.release.xcconfig"; sourceTree = ""; }; + 479605144FFF3A3759D5797CB91D61CF /* openssl_aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_aes.h; path = Core/aes/openssl/openssl_aes.h; sourceTree = ""; }; + 47BA5AD6659DE47082EB11BC42CBE5BF /* GDTCORStorageEventSelector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORStorageEventSelector.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORStorageEventSelector.m; sourceTree = ""; }; + 47BE065CDE4309C38F758D3E5370F116 /* Benchmarks.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Benchmarks.cpp; path = rsocket/benchmarks/Benchmarks.cpp; sourceTree = ""; }; + 47BEDF711810FAA1EEAC3D63F9A3B865 /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; + 47C83A5AAE9F3AF9A4E05E6318DC0A57 /* React-CoreModules-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-CoreModules-prefix.pch"; sourceTree = ""; }; + 47ED3D45F9BB950C5FD73BD80AF4E758 /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; + 47EDB82170CDAF25F01BE459EF9EEF7F /* BugsnagSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSink.h; sourceTree = ""; }; + 47F1CDB62A1F57780097ECCE63F03FD1 /* RCTHmac.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTHmac.m; path = ios/RCTCrypto/RCTHmac.m; sourceTree = ""; }; + 48072AAEC085C43DFCD135D3A89376B9 /* ThreadLock.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadLock.cpp; path = Core/ThreadLock.cpp; sourceTree = ""; }; + 481775C3E00A0638F486A38FC9AE3EFA /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRLoggerLevel.h; sourceTree = ""; }; + 481948D307D981D5AC477C8DB7BDF314 /* Yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-prefix.pch"; sourceTree = ""; }; + 48293D420F04A20E45363524A1F82CCB /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Sources/Private/FIRComponentContainer.h; sourceTree = ""; }; + 4840C9AB3A0A0797E4B39E3717CB0FFD /* buffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = buffer.h; path = src/event2/buffer.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; }; - 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 = ""; }; - 487622FF9F98AD8A55A21CED6538E68F /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; - 48803A635BA70F595325BF2C3F04255A /* RNGestureHandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNGestureHandler-dummy.m"; sourceTree = ""; }; - 48A989EAF58E78C4714DACAAA7B3ACF9 /* EXVideoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoView.m; sourceTree = ""; }; - 48B1F0EEB5BC7CD84FE4740E7A2F918A /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; - 48C849A8E066DDD8307A81BE243979BE /* AsyncSocketException.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncSocketException.cpp; path = folly/io/async/AsyncSocketException.cpp; sourceTree = ""; }; - 48D1735E0772C687E3A210CFC777CE3C /* BugsnagCrashSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashSentry.m; sourceTree = ""; }; - 48DCA2987E2ED2187E279195F1A9396A /* RNCommandsHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCommandsHandler.m; path = RNNotifications/RNCommandsHandler.m; sourceTree = ""; }; - 48EE99986773093D8FF8F6648319A0EB /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; 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 = ""; }; - 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 = ""; }; - 493DD9A9698B328DEE7454F997532A22 /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; - 494C8A4BE8EF1F45327EAF5F534DA7B7 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; + 48426653ECEC6D3B1D0F8DB465096432 /* ARTRenderable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTRenderable.h; path = ios/ARTRenderable.h; sourceTree = ""; }; + 4848B44E6C25D74DC7522F7F435BE2A2 /* ReactNativeUiLib.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeUiLib.release.xcconfig; sourceTree = ""; }; + 48840F3BEA1AF99CE935E6E4743025F2 /* PTPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PTPrivate.h; path = peertalk/PTPrivate.h; sourceTree = ""; }; + 48940765CA0137C517509C943DABE092 /* FBReactNativeSpec-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBReactNativeSpec-prefix.pch"; sourceTree = ""; }; + 48A25C203995FC55FBA57E82A8F4CC08 /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; + 48A7E90252DA5108575A9224430B8A15 /* UMCore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCore.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 48B05B8F5864E32F7E5B7FFD4147A76D /* Octicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Octicons.ttf; path = Fonts/Octicons.ttf; sourceTree = ""; }; + 4909337CD2F05BC2EFA343F5BC9B4A95 /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "jsi-inl.h"; sourceTree = ""; }; + 492E5143DC62C1134A52A2CF9501A4FC /* ARTText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTText.m; path = ios/ARTText.m; sourceTree = ""; }; + 4932B2CCD55489DA11EFCA93D520204E /* Rsa.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Rsa.m; sourceTree = ""; }; + 49476347D417E62624B0DD3EEA68C891 /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; 494E934B4070A029E1A8D42C9BDF4646 /* libEXImageLoader.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXImageLoader.a; path = libEXImageLoader.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 4954227A71F698BB21BD990255A9F4B9 /* RNGestureHandlerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerRegistry.h; path = ios/RNGestureHandlerRegistry.h; sourceTree = ""; }; - 49727AFDC9FF177CAF1534FDB1FD81B4 /* EXHaptics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.release.xcconfig; sourceTree = ""; }; - 4983A090F7D7DA10088D7BACB6C6F9E3 /* BSG_KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashDoctor.m; sourceTree = ""; }; - 498AA41092D76A6D93B4B41B32CEAFA8 /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; - 498AABB4FAD21EE24A6887F5A7631523 /* predictor_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = predictor_enc.c; path = src/enc/predictor_enc.c; sourceTree = ""; }; - 4991EA635CB0D57469732E276C918BE2 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 499990A976C3D01717915B5843F3F1EF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 49A1C3EB17C28690DD5DAD1494DE1ECC /* GDTCORDataFuture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORDataFuture.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORDataFuture.h; sourceTree = ""; }; - 49C5CA68FF485885AA477908B6AC9139 /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; - 49D6EE02D82D6E3E310AF40B728343AD /* RCTCustomInputControllerTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomInputControllerTemp.m; sourceTree = ""; }; - 49ED8CFF6DB840F41A88C5F2BF784A49 /* RNCommandsHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCommandsHandler.h; path = RNNotifications/RNCommandsHandler.h; sourceTree = ""; }; - 4A08D0A526D0922D841D686298B327FE /* buffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = buffer.h; path = src/event2/buffer.h; sourceTree = ""; }; - 4A1C0F8935CA413440DE830417BAD358 /* TOCropViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropViewController.m; path = "Objective-C/TOCropViewController/TOCropViewController.m"; sourceTree = ""; }; - 4A383B4B70622B949C76B786D4780A92 /* RNReanimated.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNReanimated.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4A448E1D18774989AD2F40886184AABE /* FIRCLSSettings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSettings.m; path = Crashlytics/Crashlytics/Models/FIRCLSSettings.m; sourceTree = ""; }; - 4A510575A1FC9FAEEED1371909C3F2C3 /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; - 4A557E0F390593A707ED71351BE32DE6 /* RNFBVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBVersion.h; path = ios/RNFBApp/RNFBVersion.h; sourceTree = ""; }; - 4A589C99700AB330B2DB8E285EA188E7 /* ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist"; sourceTree = ""; }; - 4A5AAD7F6ADA478197438B8FC683D30D /* FBLPromise+Delay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Delay.m"; path = "Sources/FBLPromises/FBLPromise+Delay.m"; sourceTree = ""; }; - 4A6A579B44826F2E5B0F6EF458D1E7B7 /* RNCSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSliderManager.m; path = ios/RNCSliderManager.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 = ""; }; - 4AA158AF14D9A26EA6C73569EAD629C2 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; - 4ABFB4085DEA73E6C94D62F182080034 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Sources/Private/FIRDependency.h; sourceTree = ""; }; - 4AD1771614082DE8D0085876C09454A4 /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; 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 = ""; }; - 4B3637BE4E8B41FB5723F2C4EC85696A /* FLEXNetworkObserver.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FLEXNetworkObserver.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkObserver.mm; sourceTree = ""; }; - 4B51C21441A03A8C01D2A67CC1A6A07A /* FlipperResponderImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperResponderImpl.h; path = xplat/Flipper/FlipperResponderImpl.h; sourceTree = ""; }; - 4B63DB58535DCB1AF18D7246868A4FA5 /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; - 4B6671414FC214F495EA6F07218F7E62 /* RCTClipboard.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTClipboard.mm; 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 = ""; }; - 4BB845326BB43E0587B4A1AB7180638F /* DeferObservable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeferObservable.h; path = yarpl/observable/DeferObservable.h; sourceTree = ""; }; - 4BDA04A718F21904E7484E417CDD46B5 /* AtomicHashMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashMap.h; path = folly/AtomicHashMap.h; sourceTree = ""; }; - 4BE13D3415FC9EA0B6B7AC5D8198F10E /* React-CoreModules.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.release.xcconfig"; sourceTree = ""; }; - 4BECCA2837BBA24CAADA20BE703F12A9 /* RNFlingHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFlingHandler.h; sourceTree = ""; }; - 4BF3F306F5BB83EA277B49FD3DC4F487 /* DeviceUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUID.h; path = ios/RNDeviceInfo/DeviceUID.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 = ""; }; - 4C0548C7E6BD8D4DEEE329129FC0DD93 /* RCTView+SafeAreaCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTView+SafeAreaCompat.h"; path = "ios/SafeAreaView/RCTView+SafeAreaCompat.h"; sourceTree = ""; }; - 4C1139BDB0810D99E932F602F6CAE5BD /* FlipperCertificateProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCertificateProvider.h; path = xplat/Flipper/FlipperCertificateProvider.h; sourceTree = ""; }; - 4C16BD68EF92FE185D310285C51204B3 /* GULSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzler.m; path = GoogleUtilities/MethodSwizzler/GULSwizzler.m; sourceTree = ""; }; - 4C3122BF4985BC294B4D43EC006726F6 /* UMCameraInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCameraInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4C77AF253EF5BD8BBB79DAC722BC82CF /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; - 4C8BA563AAD4D007D0C21A8233A542A7 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; - 4C9596D82E6E835B25E9AFE06E7169B1 /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; - 4CBADA021721A701B7CEA6E12F9FC90C /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; - 4CC4A094E6395DDC0AAD820FEEA8E9CE /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; - 4CC8BB6AEB410A5326E73F49FFF9001C /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/Core/UIView+WebCache.h"; sourceTree = ""; }; - 4CE692EBB536E058E9DFD134C0D562C7 /* CoreModulesPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreModulesPlugins.h; path = React/CoreModules/CoreModulesPlugins.h; 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 = ""; }; - 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 = ""; }; - 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 = ""; }; - 4D1FDDAB6886F3C5E12C78B4EF9D7A7D /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; - 4D229E63E73266FDA72C1F3143061311 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; - 4D25D5A50E9D0DD9A828996A4D2502A3 /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; - 4D2A63AF97D370790158D8E22B6D9C92 /* REATransformNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransformNode.m; sourceTree = ""; }; - 4D35FDA3C01D579781FF6A34E413F050 /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; 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 = ""; }; - 4D7B9879BAAA40F0864DE45E3473A152 /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = FirebaseCore/Sources/FIROptions.m; sourceTree = ""; }; - 4DA5939CC48C178B945462419AB51B81 /* BugsnagSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSession.h; sourceTree = ""; }; - 4DADB1EC4126C8A12103B04EED20128F /* ReactNativeShareExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReactNativeShareExtension.m; path = ios/ReactNativeShareExtension.m; sourceTree = ""; }; - 4DADE5A6172BAD7FBA9E5B7ECEEDF0F9 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 4DC2E3C10241AA91883F40471F45E4EF /* RNFBAppModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBAppModule.m; path = ios/RNFBApp/RNFBAppModule.m; sourceTree = ""; }; - 4DD994C90A22CA9E9B844778FC3A8DFA /* BSG_KSObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSObjC.c; sourceTree = ""; }; - 4DE0CD137E0889EE1737A9B9030EFF07 /* MMKV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKV.h; path = iOS/MMKV/MMKV/MMKV.h; sourceTree = ""; }; + 4955907F79199885E1B5373A796564DE /* MemoryIdler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryIdler.h; path = folly/detail/MemoryIdler.h; sourceTree = ""; }; + 4967F92BF75F162B85FF7437E8471ADF /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingManager.h; path = Libraries/LinkingIOS/RCTLinkingManager.h; sourceTree = ""; }; + 4977DE88A8608852C65F4B49C119190A /* StreamRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamRequester.h; path = rsocket/statemachine/StreamRequester.h; sourceTree = ""; }; + 499AC24A6B9BB61FA6F442AA9BA70E5A /* SysMman.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysMman.cpp; path = folly/portability/SysMman.cpp; sourceTree = ""; }; + 49A2CBEACA6F1C93BB82E5B8DEAF02F3 /* ChannelResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ChannelResponder.cpp; path = rsocket/statemachine/ChannelResponder.cpp; sourceTree = ""; }; + 49C2289EDB605D36C02F6F32249A4179 /* UMAccelerometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAccelerometerInterface.h; path = UMSensorsInterface/UMAccelerometerInterface.h; sourceTree = ""; }; + 49CE737D56D9D485721870164CF971C2 /* PropagateConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropagateConst.h; path = folly/lang/PropagateConst.h; sourceTree = ""; }; + 49D5C5BBB160CF10ABC66477FF3EB5E5 /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULAppDelegateSwizzler.h; sourceTree = ""; }; + 49DCDCF96527936B91DE868FA9515728 /* filters_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_sse2.c; path = src/dsp/filters_sse2.c; sourceTree = ""; }; + 49F447B74B2956EE71F74F5AF1255F5A /* FIRCLSSettingsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSettingsManager.m; path = Crashlytics/Crashlytics/Settings/FIRCLSSettingsManager.m; sourceTree = ""; }; + 49F4E401B7F9AA2BA51BB7ECD25C26EE /* RNCMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCMaskedViewManager.m; path = ios/RNCMaskedViewManager.m; sourceTree = ""; }; + 49F77066A82E13BF65EB5B11F79947DB /* 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; }; + 49F952E1F264890DEE368BD7C231EC36 /* RNNotificationEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationEventHandler.m; path = lib/ios/RNNotificationEventHandler.m; sourceTree = ""; }; + 4A165E8C512BD78F8E37CA494558605A /* Flipper-RSocket.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-RSocket.release.xcconfig"; sourceTree = ""; }; + 4A19D60BAF5C3C5127062010BA0C3F81 /* UnboundedBlockingQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnboundedBlockingQueue.h; path = folly/executors/task_queue/UnboundedBlockingQueue.h; sourceTree = ""; }; + 4A2729A04AD166E7363EA6766CFE0EDF /* UMSingletonModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMSingletonModule.h; path = UMCore/UMSingletonModule.h; sourceTree = ""; }; + 4A36651A160ED5E27BF2EBFE6024407C /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; + 4A56EDFB0B4F82D6A60E5ECC1DFCA6C0 /* KeyCommands.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = KeyCommands.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 4A696A1F9E87AD1B7D3BF8354093E33E /* FIRCLSThreadArrayOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSThreadArrayOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.h; sourceTree = ""; }; + 4A7065EAC6A282A1FC77003DE3C709F7 /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = event.cpp; sourceTree = ""; }; + 4AA3D7E58BD0860440C28CCCBEB20C27 /* RNNotificationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationUtils.h; path = lib/ios/RNNotificationUtils.h; sourceTree = ""; }; + 4AADB7D800B05BDF25C9C275A69158BD /* ReactNativeART.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeART.release.xcconfig; sourceTree = ""; }; + 4AD66AD77E6FAD6AC36A973EE0A3AF3E /* RCTRedBox.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRedBox.mm; sourceTree = ""; }; + 4AE1B89F2E5BB6764B1F0029BA92CB12 /* cmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cmac.h; path = ios/include/openssl/cmac.h; sourceTree = ""; }; + 4AFC4E9BC1B3C16D3870490963FDB11B /* DoubleConversion.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.debug.xcconfig; sourceTree = ""; }; + 4B0C3CDA208AF8D2A8C7E3CCA72353FB /* RNCPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCPicker.debug.xcconfig; sourceTree = ""; }; + 4B42F28DECB349C2CBC2C51FD9CEEA05 /* FlipperStep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperStep.h; path = xplat/Flipper/FlipperStep.h; sourceTree = ""; }; + 4B57043A1E7AB174C4D9B2E42FC25B83 /* StreamThroughputMemory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamThroughputMemory.cpp; path = rsocket/benchmarks/StreamThroughputMemory.cpp; sourceTree = ""; }; + 4B697D7EEA5C671396BE0E13FE531C05 /* ScheduledSubscription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledSubscription.h; path = rsocket/internal/ScheduledSubscription.h; sourceTree = ""; }; + 4B732801E54009AA880BEEA9326E1816 /* BSG_KSBacktrace_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace_Private.h; sourceTree = ""; }; + 4B8781397914518F5542C38EE13C13A4 /* FlipperConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnection.h; path = iOS/FlipperKit/FlipperConnection.h; sourceTree = ""; }; + 4B8A6BF36BB3D1B262C7A4B1BE52F4EF /* evdns.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evdns.h; path = src/evdns.h; sourceTree = ""; }; + 4BA96A40BFAA9A2263069F258E66312F /* TOCropViewControllerTransitioning.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropViewControllerTransitioning.m; path = "Objective-C/TOCropViewController/Models/TOCropViewControllerTransitioning.m"; sourceTree = ""; }; + 4BB01348E1466A8B055C151943AF78FB /* React-callinvoker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-callinvoker.debug.xcconfig"; sourceTree = ""; }; + 4BCCD71356F0E5EDEE7585B24E30F588 /* 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 = ""; }; + 4BD1D3DC05D847C21049738A52217A8E /* FlipperRSocketResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperRSocketResponder.h; path = xplat/Flipper/FlipperRSocketResponder.h; sourceTree = ""; }; + 4BD9404198ACFF324CDE692D73C9BA89 /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; + 4BECAC2B71E0CDF1591C8EDA51355D51 /* GDTCORFlatFileStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORFlatFileStorage.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage.m; sourceTree = ""; }; + 4BF9478E3032525B79A09A7FA0444A5D /* Flipper-PeerTalk.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-PeerTalk.release.xcconfig"; sourceTree = ""; }; + 4C0FC806DDAA6A7A1697CB8EF188040B /* FIRCLSHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSHandler.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSHandler.h; sourceTree = ""; }; + 4C106CF197A1B023207FDD1EC8EB74D3 /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSRWebSocket.m; path = Libraries/WebSocket/RCTSRWebSocket.m; sourceTree = ""; }; + 4C1566837340BF7C0C84C43F777AAA90 /* Flipper-Glog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-Glog.debug.xcconfig"; sourceTree = ""; }; + 4C1E3DA9275CD83B9B766723B8E59C78 /* FBLPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromises.h; path = Sources/FBLPromises/include/FBLPromises.h; sourceTree = ""; }; + 4C1F02C762AC81CEF45ED7EBF421D43D /* 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; }; + 4C490CA5D0ADBD9142A45F544671646A /* react-native-appearance-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-appearance-prefix.pch"; sourceTree = ""; }; + 4C4FD7CB9E2E90443DCC9D3CE6CEBB64 /* MacAddress.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MacAddress.cpp; path = folly/MacAddress.cpp; sourceTree = ""; }; + 4C56B55A30B22B2999A77847FB9D81B7 /* TurboModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModule.cpp; path = turbomodule/core/TurboModule.cpp; sourceTree = ""; }; + 4C6175828F5025D83C4AC5936F5DA7F2 /* FIRCLSCompactUnwind_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompactUnwind_Private.h; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind_Private.h; sourceTree = ""; }; + 4C68C68C97CFCBDD11D14E81911AFB98 /* IPAddressException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressException.h; path = folly/IPAddressException.h; sourceTree = ""; }; + 4C69C8B1497E4FDE1172C6DA398C4352 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 4C7957C314C03FD9543FAC261C156FD2 /* RCTRequired.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRequired.h; path = RCTRequired/RCTRequired.h; sourceTree = ""; }; + 4C7EE5F384EE4C79B0F1CEE93A21FC3B /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimationUtils.m; sourceTree = ""; }; + 4CC9159F784F7C43C57402626D78ACFE /* FBReactNativeSpec-generated.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "FBReactNativeSpec-generated.mm"; path = "FBReactNativeSpec/FBReactNativeSpec-generated.mm"; sourceTree = ""; }; + 4CCD2CB91014B6CB8EE5D30E78EF1519 /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; + 4CD8DA4C212464019787C9652828E75D /* RNCAppearanceProviderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProviderManager.m; path = ios/Appearance/RNCAppearanceProviderManager.m; sourceTree = ""; }; + 4CDDDEF798E32BB6D0230127B067BD31 /* comp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = comp.h; path = ios/include/openssl/comp.h; sourceTree = ""; }; + 4CE160D604744583E813A88EDD1A5435 /* QBAssetCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetCell.m; path = ios/QBImagePicker/QBImagePicker/QBAssetCell.m; sourceTree = ""; }; + 4CEC97F6FC7233A1E96AFBC8BE30A29F /* nanopb.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.release.xcconfig; sourceTree = ""; }; + 4D16B6B5134019A1BD45B6288FD6B677 /* RNCAsyncStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAsyncStorage.m; path = ios/RNCAsyncStorage.m; sourceTree = ""; }; + 4D2E99ECE5C91C73881B3C7F43D6F3D7 /* Uri.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Uri.cpp; path = folly/Uri.cpp; sourceTree = ""; }; + 4D4F62D4D5AF7AD49F88805568A094A3 /* Semaphore.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Semaphore.cpp; path = folly/portability/Semaphore.cpp; sourceTree = ""; }; + 4D53600BACC1014496F29F41F4495AEE /* ARTLinearGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTLinearGradient.m; sourceTree = ""; }; + 4D5EB3747C5C9282E7D7FEFCE1BC1F52 /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; + 4D62E9E4BCBBCD8CB57DAA7A0715D17E /* RNFetchBlobNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobNetwork.h; path = ios/RNFetchBlobNetwork.h; sourceTree = ""; }; + 4D73C3C2CD1CEC49F8E65A231F43201D /* Codel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Codel.h; path = folly/executors/Codel.h; sourceTree = ""; }; + 4D7DEA7F39E59E5E5EF604C3E31607E9 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; + 4D83148696C479B66E9F4271D8E9935F /* GDTCOREndpoints.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCOREndpoints.m; path = GoogleDataTransport/GDTCORLibrary/GDTCOREndpoints.m; sourceTree = ""; }; + 4D8356BFF1244F0EDF613C933C101038 /* contents.xcworkspacedata */ = {isa = PBXFileReference; includeInIndex = 1; path = contents.xcworkspacedata; sourceTree = ""; }; + 4DE7C3099AE51D2D39578A3C156154B8 /* FIRCLSRecordHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordHost.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.m; 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 = ""; }; - 4E410952AD981E69BCE4EFA790ABCC28 /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; 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 = ""; }; - 4E6FF22C06B9D44F6AFC5A859221A14F /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; 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 = ""; }; - 4ED85B43507A2F704CC215074632DF1F /* RNPinchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPinchHandler.h; sourceTree = ""; }; - 4EE73CF59C4C4C08E252F61FC28F1DEA /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = SimpleLineIcons.ttf; path = Fonts/SimpleLineIcons.ttf; 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 = ""; }; - 4F30A6ABE78EE663FF6B398028C9B912 /* Aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Aes.h; 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 = ""; }; - 4F541C82A5E7D389CBBDDE1C34AE57B7 /* FlipperCppBridgingResponder.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperCppBridgingResponder.mm; path = iOS/FlipperKit/CppBridge/FlipperCppBridgingResponder.mm; sourceTree = ""; }; - 4F6DE549B010C2AC4ED1BD8B5D1DEB5E /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; - 4F75D95A21B736464EC4AF7F33D7C852 /* RCTSettingsPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSettingsPlugins.mm; sourceTree = ""; }; - 4FB1C7782EB8A7266C10739275BE3A39 /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; - 4FB75CD0F2F8B53EDE6078903AB56221 /* BSG_KSCrashType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashType.h; sourceTree = ""; }; - 4FB84CACC22716A77A1295F00B185BFF /* FIRCLSProcessReportOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSProcessReportOperation.m; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.m; sourceTree = ""; }; - 4FD9E003E83974475C601785070D9E7A /* BitUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitUtils.h; path = yoga/BitUtils.h; sourceTree = ""; }; + 4DEA09DC601E3CAE3B61BF2434BC24CB /* EXVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoManager.h; sourceTree = ""; }; + 4E01D6419F008DA3DB81C161E2822A3B /* RNBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBridgeModule.h; path = lib/ios/RNBridgeModule.h; sourceTree = ""; }; + 4E03D10085845859037FDE557D955492 /* RNCSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewLocalData.h; path = ios/SafeAreaView/RNCSafeAreaViewLocalData.h; sourceTree = ""; }; + 4E16C7A1AEDF78F030CD036401AF3AD4 /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; + 4E88D46F1ECAA9109BC46500C2CFF55F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 4E8C593875D73E50EC99AE4087A4EDBD /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; + 4EB2F40A9810CC08EC5DB9C909061577 /* Uri-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Uri-inl.h"; path = "folly/Uri-inl.h"; sourceTree = ""; }; + 4EB5235181DAA3D2DC7166BD6C072611 /* RNCWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebViewManager.m; path = apple/RNCWebViewManager.m; sourceTree = ""; }; + 4EB9CDA91BDA4B3BD499315A6FBAD493 /* UMFileSystemInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.release.xcconfig; sourceTree = ""; }; + 4EC822D3F9EFBCC42259B22CF249D798 /* RNImageCropPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.release.xcconfig; sourceTree = ""; }; + 4ECEF0273197643323DE751300097BC1 /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; + 4EDF6C12B54C0EB9994537132DC1A58D /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; + 4EF1D25B8576107631B4E8DB715085ED /* SKTapListenerImpl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKTapListenerImpl.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListenerImpl.m; sourceTree = ""; }; + 4EF749C161B52CEBD5A92D13698F973A /* EXSessionUploadTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionUploadTaskDelegate.m; sourceTree = ""; }; + 4F087D0B32726FC9CA93EEDE7B47E111 /* Checksum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Checksum.h; path = Core/crc32/Checksum.h; sourceTree = ""; }; + 4F22D39C12405DB3F308FD45D27A78AB /* json_patch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json_patch.cpp; path = folly/json_patch.cpp; sourceTree = ""; }; + 4F2724C404896A551077B6C5C0F16121 /* QBImagePickerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBImagePickerController.h; path = ios/QBImagePicker/QBImagePicker/QBImagePickerController.h; sourceTree = ""; }; + 4F3E8D9107611919CF137E6058DE831F /* RNBackgroundTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBackgroundTimer.m; path = ios/RNBackgroundTimer.m; sourceTree = ""; }; + 4F4446F3A5CBCDD5BEEF2C236855C895 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; + 4F561D676CA28284628B5C16CE399BC9 /* KeyCommands.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeyCommands.debug.xcconfig; sourceTree = ""; }; + 4F9E58EFCED3D5563CF65AAAA0955414 /* enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips_dsp_r2.c; path = src/dsp/enc_mips_dsp_r2.c; sourceTree = ""; }; + 4FA1A8C389C8F6BB6808F056F860268E /* SDWebImageWebPCoder.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageWebPCoder.release.xcconfig; sourceTree = ""; }; + 4FA64FB8C00F2F60C2EAFB88878DA6EA /* Spin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Spin.h; path = folly/synchronization/detail/Spin.h; sourceTree = ""; }; + 4FB745DB7A9735872356E5FCEDA28C58 /* EXVideoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoView.h; sourceTree = ""; }; + 4FBCD9FC672C818F4B790A2EC594C606 /* FIRCLSExecutionIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSExecutionIdentifierModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.m; sourceTree = ""; }; + 4FBF45BE08C38A1BB063BC1177CE7594 /* FIRCLSInternalReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInternalReport.h; path = Crashlytics/Crashlytics/Models/FIRCLSInternalReport.h; sourceTree = ""; }; + 4FC1B52ECAFEB02F8382C89900223FAA /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; + 4FC46956A0821088D013C62EAAFF2480 /* Overload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Overload.h; path = folly/Overload.h; sourceTree = ""; }; + 4FC9E4D412379C87B9B07F275B10D943 /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; + 4FD2D5C74CB816B6D1BC51E5CD4D2DA7 /* 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 = ""; }; 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; }; - 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 = ""; }; - 4FF83F1EFF96ACCA38944ADB20A1D894 /* FIRInstallationsStoredAuthToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredAuthToken.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h; sourceTree = ""; }; - 5006F8D0A06BEDCAF383C60E1F4C88EE /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; - 501806FB83EF04868BB89BABCF421A94 /* CheckedMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CheckedMath.h; path = folly/lang/CheckedMath.h; 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 = ""; }; - 508B89267CE4D93F39E22DE3249FDED0 /* StreamFragmentAccumulator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamFragmentAccumulator.h; path = rsocket/statemachine/StreamFragmentAccumulator.h; sourceTree = ""; }; - 50957C17412C736FFC9D5C775D929F7C /* UMViewManagerAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapter.m; sourceTree = ""; }; - 5099F86C58FF72563ED8A25073BF7255 /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; - 50A11E4285F9582D6B1FF0B483C92A1D /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = "Objective-C/TOCropViewController/Resources/es.lproj"; sourceTree = ""; }; - 50A50A97EC3C954256B3D9F8339A7A58 /* RSocketServerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketServerState.h; path = rsocket/RSocketServerState.h; sourceTree = ""; }; + 4FDBE603EFA259CDF37D38AAD6358335 /* FIRCLSFile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFile.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSFile.m; sourceTree = ""; }; + 4FFA11DB93D3216F82AB037F6CF84CFC /* MMKV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKV.h; path = Core/MMKV.h; sourceTree = ""; }; + 500ACA0D14B5E85B9344C21473DF2360 /* BSG_KSFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSFileUtils.h; sourceTree = ""; }; + 500F600B44E9594531DDDA06E8D3C08E /* FIRCLSNetworkResponseHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNetworkResponseHandler.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.m; sourceTree = ""; }; + 502F11701B41B0DB7CE1AC4D14C0FE7C /* Unistd.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unistd.cpp; path = folly/portability/Unistd.cpp; sourceTree = ""; }; + 503B6949355088A00021290CFB5670FB /* UMMagnetometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerInterface.h; path = UMSensorsInterface/UMMagnetometerInterface.h; sourceTree = ""; }; + 503CA8F9A88B2866E69F95F2644F1E3F /* FIRCLSSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSettings.h; path = Crashlytics/Crashlytics/Models/FIRCLSSettings.h; sourceTree = ""; }; + 50426BEEE013851BBE849D5010D7D886 /* SKIOSNetworkAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKIOSNetworkAdapter.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/SKIOSNetworkAdapter.mm; sourceTree = ""; }; + 5052BBCD77EECB7F26F52472B19218F8 /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; + 5069B53F7C8AC6EFEDFECBDFDB51DE1B /* react-native-slider.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.release.xcconfig"; sourceTree = ""; }; + 506FBA44DF63C7CC05F8BC17FAF4E082 /* StringKeyedSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedSet.h; path = folly/experimental/StringKeyedSet.h; sourceTree = ""; }; + 50814D94537EFC9EF03AD8D60AB4CA44 /* GULHeartbeatDateStorable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorable.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorable.h; sourceTree = ""; }; + 5094C5BBB40108F1937D9A64ABBDE59F /* lossless.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless.c; path = src/dsp/lossless.c; sourceTree = ""; }; + 509EE9CF71D7CF9B97B3B9C884C3C2E9 /* EXAV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAV.h; path = EXAV/EXAV.h; sourceTree = ""; }; + 50ABCE17504CBB6C95517AC5BE0F5CDE /* FBLPromise+Always.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Always.h"; path = "Sources/FBLPromises/include/FBLPromise+Always.h"; sourceTree = ""; }; 50B5347C9A6E93B7D4CFC3673BA6FB7E /* libRNScreens.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNScreens.a; path = libRNScreens.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 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 = ""; }; - 50DD40F93DD019D32EEDFFCED925F6E3 /* RCTDevLoadingViewSetEnabled.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingViewSetEnabled.m; 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 = ""; }; - 511AF6AECA2F2EB4E0635E59E65E8768 /* RCTUtilsUIOverride.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtilsUIOverride.h; 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 = ""; }; - 51334732F12041BFB4175B22F9949C71 /* RNScreens.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.release.xcconfig; 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 = ""; }; - 5140968AE7F7AC8F968635ADB5AB5E17 /* EXAppleAuthentication.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppleAuthentication.release.xcconfig; sourceTree = ""; }; - 515F0D02BFDBF54CA5391E3B9EE543D4 /* FIRCLSCompoundOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompoundOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.h; sourceTree = ""; }; - 516E1A3C3732A63397F5D7E3529F00D7 /* EnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EnvironmentUtil.h; path = ios/RNDeviceInfo/EnvironmentUtil.h; sourceTree = ""; }; - 518175D8F6F583ABC1295D62EF0836B2 /* TurboCxxModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboCxxModule.cpp; path = turbomodule/core/TurboCxxModule.cpp; sourceTree = ""; }; - 519416238C8BE63015D2786DD22DFA0E /* TOActivityCroppedImageProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOActivityCroppedImageProvider.h; path = "Objective-C/TOCropViewController/Models/TOActivityCroppedImageProvider.h"; 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 = ""; }; + 50C276F53425760E8A9E86B1B27E0C78 /* RCTTurboModuleManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModuleManager.mm; sourceTree = ""; }; + 50C78FE727879415BED6FF4F83486FAA /* BugsnagFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagFileStore.m; sourceTree = ""; }; + 50E45EBC86DA9F638041F5861830EB35 /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibration.h; path = Libraries/Vibration/RCTVibration.h; sourceTree = ""; }; + 5112D99A9D090D4D88E35FE6683E65AD /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTI18nManager.h; path = React/CoreModules/RCTI18nManager.h; sourceTree = ""; }; + 512F5F232D5EED1637AE8F94EFB143DE /* SysFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysFile.h; path = folly/portability/SysFile.h; sourceTree = ""; }; + 513A2E0A62A4B90B0C492BA4829606B4 /* Hazptr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hazptr.h; path = folly/synchronization/Hazptr.h; sourceTree = ""; }; + 51409214A4CEE284602E2E63A1F7C522 /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; + 5152E3D9B7969A475D1C1204BAA484F2 /* QueuedImmediateExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = QueuedImmediateExecutor.cpp; path = folly/executors/QueuedImmediateExecutor.cpp; sourceTree = ""; }; + 51557B438EB2E9ADE3BBFF90A6B0F97F /* EXAV.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.debug.xcconfig; sourceTree = ""; }; + 51667BC1C496A1ECF6D8D3487725C846 /* Sleeper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sleeper.h; path = folly/synchronization/detail/Sleeper.h; sourceTree = ""; }; + 516695927F0E488CDDDA79154D38DDBA /* FKUserDefaultsPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FKUserDefaultsPlugin.m; path = iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsPlugin.m; sourceTree = ""; }; + 516B321442C2E99B3965E41EAE6C65B3 /* FlipperCppBridgingResponder.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperCppBridgingResponder.mm; path = iOS/FlipperKit/CppBridge/FlipperCppBridgingResponder.mm; sourceTree = ""; }; + 516C47BF2935C6AA64A06708EA6810E0 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 517B6D25F1D264F419A1D2EC9CC01527 /* CodedInputDataCrypt.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedInputDataCrypt.cpp; path = Core/CodedInputDataCrypt.cpp; sourceTree = ""; }; + 518221FEE2CE701EB47B9F889930888F /* SKBufferingPlugin.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKBufferingPlugin.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin.mm; sourceTree = ""; }; + 518740A5CBCB5A5F796984985C2C3AB9 /* mdc2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mdc2.h; path = ios/include/openssl/mdc2.h; sourceTree = ""; }; + 51890424EA06C5E2B3499DC5E28334F7 /* React-jsi.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.release.xcconfig"; sourceTree = ""; }; + 51911293F83E7DE8F2D5FABC851B2BBF /* ssl2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl2.h; path = ios/include/openssl/ssl2.h; sourceTree = ""; }; + 519412AEF227CD8398778773F8725827 /* SerialExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SerialExecutor.h; path = folly/executors/SerialExecutor.h; sourceTree = ""; }; + 5194EB975720F9E9879C99F4F096BB96 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; 51B50F20C76CF72E2BEF8D4764235306 /* libReactNativeART.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReactNativeART.a; path = libReactNativeART.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 51B63412DE867C9C9A5E249B9ABF435E /* GDTCORReachability_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORReachability_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORReachability_Private.h; sourceTree = ""; }; - 51D0275D760CA010A0AF89E327CE1670 /* Observable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Observable.h; path = yarpl/observable/Observable.h; sourceTree = ""; }; - 51E67A74C89886F5470BBD115A44A5B9 /* HazptrThrLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrThrLocal.h; path = folly/synchronization/HazptrThrLocal.h; sourceTree = ""; }; - 51F02DC7F7DA7D902901E725417F26D7 /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; - 521DC6D413BCF45B5E091B1ADEDAE457 /* cost_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips32.c; path = src/dsp/cost_mips32.c; sourceTree = ""; }; - 5227A7283B06207612E46D8A5F9D9230 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; - 52311E60ADCEE45F116B2ADBBBD22879 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; - 5235D4F48892031053DCFC5F0ABE045A /* RNFBUtilsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBUtilsModule.m; path = ios/RNFBApp/RNFBUtilsModule.m; sourceTree = ""; }; - 523C5C116153DE5654B9857C56355ABD /* Cursor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Cursor.h; path = folly/io/Cursor.h; sourceTree = ""; }; - 5243BF032F5CA2A51128B9F02192639C /* REANodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REANodesManager.h; path = ios/REANodesManager.h; sourceTree = ""; }; - 5263E84C40285397FD6310C7E318BB12 /* RCTAppState.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppState.mm; sourceTree = ""; }; - 527A64E2F5621C4158685235D2F4BC46 /* UMCameraInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMCameraInterface.h; path = UMCameraInterface/UMCameraInterface.h; 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 = ""; }; - 529346E81B46F8471A50EB48542187F8 /* EXSessionResumableDownloadTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionResumableDownloadTaskDelegate.m; sourceTree = ""; }; - 52A15AAFC4F7EA5E7CE720568FEEE56F /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.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 = ""; }; - 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 = ""; }; - 52FB91A91CD92D1AAAD4C258C3CB11DC /* EXKeepAwake.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXKeepAwake.debug.xcconfig; sourceTree = ""; }; + 51BE11DDCCEA1DE531DC315E8CD03704 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 51D523AF8AB8C6278DEA14FDED605775 /* RCTImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageLoader.mm; sourceTree = ""; }; + 51DE393DDE0269D0DBE14533FE988D8C /* REAUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REAUtils.h; path = ios/REAUtils.h; sourceTree = ""; }; + 51F9F8E1C33199E46CC00F0096C39038 /* Allowance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Allowance.h; path = rsocket/internal/Allowance.h; sourceTree = ""; }; + 51FDB448BAE405789B1C30ABAD660499 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; + 5200F8A8415627A674C9D180A1BCA735 /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; + 5209FDEFEB536138CB997AC803FF02E1 /* RNDeviceInfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDeviceInfo-prefix.pch"; sourceTree = ""; }; + 52162E1B29691975CB92EFDC0E077A8E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 521B79119F49CF89C807978AED1A01F5 /* YGLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YGLayout.m; path = YogaKit/Source/YGLayout.m; sourceTree = ""; }; + 521C7713B5E9159E3579A32A643BFD2A /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; + 52201C46AE462DA106C9455B05BBD7EC /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; + 523A40ADE1213F1F7F2846436296E923 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; + 525143520A9947C60B5650A3EA8C04C3 /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; + 527DB54CAB157B3CFB8EB8CEA3FD275B /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; + 52A5B82891A766CA5D8378010A97C923 /* 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; }; + 52B03C024FE3B10BC6AC0BDE31AFBEB4 /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; + 52DE270F07337617C10EDC040780304A /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CxxNativeModule.cpp; sourceTree = ""; }; + 52E834A7A87B2BBDFA94D7DF44FDF465 /* Sched.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Sched.cpp; path = folly/portability/Sched.cpp; sourceTree = ""; }; + 52FC83DA058810AB230CE35076F6E05B /* RCTWebSocketModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTWebSocketModule.mm; 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; }; - 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 = ""; }; - 532A009B4AC1DAA401B9EE15DEA0601E /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; - 533524283F5FE7F6A54D8E1A8FE71CC8 /* Dirent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Dirent.cpp; path = folly/portability/Dirent.cpp; sourceTree = ""; }; - 533B367B186F31868EC38D4FD04E6896 /* RNSScreenStackHeaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStackHeaderConfig.h; path = ios/RNSScreenStackHeaderConfig.h; 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 = ""; }; - 537EC7683D7F2F876A099D64DAC4DBFE /* Yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-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 = ""; }; - 53941453BC53441B5370E013C21CE633 /* RNCAsyncStorage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNCAsyncStorage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 53A4CDBA6AD03870DC331FF96C541EFB /* IOBuf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOBuf.h; path = folly/io/IOBuf.h; sourceTree = ""; }; - 53BA95CA5635D6F03708BA1F8A82D760 /* FIRCLSUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.c; sourceTree = ""; }; + 52FD8B2E32FFD0D9A7DE08697077CF31 /* JemallocNodumpAllocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JemallocNodumpAllocator.h; path = folly/experimental/JemallocNodumpAllocator.h; sourceTree = ""; }; + 533B676B3881AED81C65D87B15ED2783 /* react-native-simple-crypto-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-simple-crypto-umbrella.h"; sourceTree = ""; }; + 5350F506799A5A7854BBCE916184A6C7 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevSettings.h; path = React/CoreModules/RCTDevSettings.h; sourceTree = ""; }; + 53551BEEB252C434253BD6635E618106 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; + 5358714EED6573439B4CBAEE8DAB2C77 /* GDTCORPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORPlatform.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORPlatform.m; sourceTree = ""; }; + 537F7FB7974ADDABAE5F40430A059001 /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsManager.h; path = Libraries/Settings/RCTSettingsManager.h; sourceTree = ""; }; + 5383D983DD20D2F88835E1BFF0B59750 /* TurboModuleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleUtils.h; path = turbomodule/core/TurboModuleUtils.h; sourceTree = ""; }; + 5391F1FF10A4E469B9131753DAF60B15 /* SynchronizedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SynchronizedPtr.h; path = folly/SynchronizedPtr.h; sourceTree = ""; }; + 53C024C5546C5BCC3825C20A99FD5F9E /* RNNotificationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationsStore.m; path = lib/ios/RNNotificationsStore.m; sourceTree = ""; }; + 53C2E03E9D781EC50332D777FDFEFE7D /* GDTCORTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransport.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTransport.h; sourceTree = ""; }; + 53CDE464659BD71412FB00E04ACE9622 /* EXAV-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAV-dummy.m"; sourceTree = ""; }; + 53EC6952BCB6A5F52685B98D434CBC94 /* UMUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUIManager.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 = ""; }; - 54252CD0E2DACD33DC19F6CBF62BEAAE /* RCTAes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTAes.m; path = ios/RCTCrypto/RCTAes.m; sourceTree = ""; }; - 542E4972B175A70D474D455D9526F6C2 /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; - 544099F9C0CD9BAA5CF6A30D931C4B33 /* SKTouch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKTouch.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.h; sourceTree = ""; }; - 5445E9B80FBE9A892283E73F27C8DDE4 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.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 = ""; }; - 547A0C9DC63A513DEDCFD8058B7926C8 /* dec_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse2.c; path = src/dsp/dec_sse2.c; 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 = ""; }; - 549CD2A4AC6C55C8F0AC80D5AA42DE6D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 54A3114EBE642307B624002F75677F89 /* RNFBRCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBRCTEventEmitter.h; path = ios/RNFBApp/RNFBRCTEventEmitter.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 = ""; }; - 54DAED1377BC7DF3437600D21DDDADA7 /* RNGestureHandlerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerManager.m; path = ios/RNGestureHandlerManager.m; sourceTree = ""; }; - 54E26D6244B283227E7B7AE8C4A6BED9 /* RNFastImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.release.xcconfig; 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 = ""; }; - 5505176FB3919BA98745833BEC9F3A31 /* ARTNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTNode.m; path = ios/ARTNode.m; sourceTree = ""; }; - 550CD245E0C3AE2583D0D5F6FB47FD5D /* UMFaceDetectorManagerProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManagerProvider.h; path = UMFaceDetectorInterface/UMFaceDetectorManagerProvider.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 = ""; }; - 5584B854AE8F6469354BD07E170CBBFB /* UMModuleRegistryConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryConsumer.h; sourceTree = ""; }; - 55B07ACB7AE286509B75F27838D58F18 /* BitIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitIterator.h; path = folly/container/BitIterator.h; sourceTree = ""; }; - 55C7992DB4AA88A624471349E7760F15 /* RNRootViewGestureRecognizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRootViewGestureRecognizer.h; path = ios/RNRootViewGestureRecognizer.h; sourceTree = ""; }; - 55F3051D8D0CB73E730100C80168D5EE /* FKPortForwardingCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKPortForwardingCommon.h; path = iOS/FlipperKit/FKPortForwarding/FKPortForwardingCommon.h; sourceTree = ""; }; - 5601C24190BC8459E613EC7B1063BFC0 /* AsymmetricMemoryBarrier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsymmetricMemoryBarrier.cpp; path = folly/synchronization/AsymmetricMemoryBarrier.cpp; sourceTree = ""; }; - 562EC8FABF6C16353D58E3692A0B96F6 /* BSG_KSCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilter.h; sourceTree = ""; }; - 563B185528F355B6C3C807EC41AC3EFB /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; + 53FA91FAE403E4706D61BD152F58B206 /* anim_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_encode.c; path = src/mux/anim_encode.c; sourceTree = ""; }; + 5410537D320A75FDE924A4BEF0172005 /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; + 54190D18E31EF676BC2EA73ACD2029A3 /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetwork.h; sourceTree = ""; }; + 5422F1CBBAE8DE38D7F720232E88A64C /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; + 543F2F390155359182D6DD3755B84F5B /* MMKV_IO.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKV_IO.h; path = Core/MMKV_IO.h; sourceTree = ""; }; + 5441C3D63C3FDFCB929274AAC9869BCC /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Sources/Private/FirebaseCoreInternal.h; sourceTree = ""; }; + 5458E0FCDEF1D3556CB492E87E3AF8DD /* SKDescriptorMapper.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKDescriptorMapper.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKDescriptorMapper.mm; sourceTree = ""; }; + 54614741A6AE0EA2B598D06E0BEC84A5 /* BugsnagReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BugsnagReactNative-prefix.pch"; sourceTree = ""; }; + 54809E967B3EC669F96B554870174C7D /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; + 5489F2D2C0012F57C6DBEFE75F2140C8 /* SafeAreaSpacerShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerShadowView.m; sourceTree = ""; }; + 54A7E48FC65FE078EB71753189829D1E /* EXConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstants.m; path = EXConstants/EXConstants.m; sourceTree = ""; }; + 54BBC9F9055560F11E455799D5E71343 /* BSG_KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashDoctor.m; sourceTree = ""; }; + 54D6F7F6A52F804C24884999D4F2848D /* SKHiddenWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKHiddenWindow.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKHiddenWindow.m; sourceTree = ""; }; + 54D75969DDFFC4E43F22FDCAC6D8B52B /* yuv_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips_dsp_r2.c; path = src/dsp/yuv_mips_dsp_r2.c; sourceTree = ""; }; + 54D8F3D32872B8CF04F7FCCA271AEA26 /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; + 54E99D192EAD3E286E980053FCB61410 /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; + 550BC66AA1705E260ACD93948058776A /* SafeAreaSpacerShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerShadowView.h; sourceTree = ""; }; + 5519B6405054D1CFFEACA9FBACA42B01 /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; + 551D18FAB61C37CC1E5F557EB6688458 /* Common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Common.h; path = rsocket/internal/Common.h; sourceTree = ""; }; + 553B21936F82BE3ABE5815C7FEB3E0B0 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; + 553BF746102A0D982B3BC4DF1A697BD5 /* UMErrorCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMErrorCodes.h; path = UMCore/UMErrorCodes.h; sourceTree = ""; }; + 5553E346BADDE70401FF7D6D3DDD0E74 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 555A3D2CF566CD899F9B4781E7CEC7F2 /* SKResponseInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKResponseInfo.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKResponseInfo.h; sourceTree = ""; }; + 555F74C9FBB269FA6DC8B09A60A4ECE4 /* GlobalExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = GlobalExecutor.cpp; path = folly/executors/GlobalExecutor.cpp; sourceTree = ""; }; + 557DB4800D047CED5CE1BEDC2571E37E /* EXKeepAwake.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXKeepAwake.release.xcconfig; sourceTree = ""; }; + 558039D102C94D290BE2EE91DB07BB79 /* EXLocalAuthentication.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXLocalAuthentication.release.xcconfig; sourceTree = ""; }; + 558964F636BEFF7403027F4335077BC0 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 5592AB72676837B9CD3CA5C7FA5ADDF7 /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULSwizzler.h; sourceTree = ""; }; + 5596CF076B0F5DC55774E2CEC61C84E9 /* RNDateTimePicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDateTimePicker-prefix.pch"; sourceTree = ""; }; + 559AC0FAE372907067133E7ECF816C0B /* BSG_KSMachApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachApple.h; sourceTree = ""; }; + 559F25CF80F89D47789F24AF2AFCC803 /* RNFBCrashlyticsInitProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBCrashlyticsInitProvider.h; path = ios/RNFBCrashlytics/RNFBCrashlyticsInitProvider.h; sourceTree = ""; }; + 55AF02E8C0D7DE4CFE46DA57FC294E1A /* SharedPromise-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SharedPromise-inl.h"; path = "folly/futures/SharedPromise-inl.h"; sourceTree = ""; }; + 55CF1FD0BED98164165FDC9E081EDA6C /* alpha_processing_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse41.c; path = src/dsp/alpha_processing_sse41.c; sourceTree = ""; }; + 5609F9BF50AA5FE534AD0AA65688EFC5 /* ExecutorWithPriority.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExecutorWithPriority.h; path = folly/executors/ExecutorWithPriority.h; sourceTree = ""; }; + 562AF29210D122976F92384641C7DAE1 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; 563E0A0FEB65B564D6A02A0A948B2E62 /* libPods-NotificationService.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-NotificationService.a"; path = "libPods-NotificationService.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5646641312F8355FE7CDCEC2CC3C51A0 /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; - 5674180BF7BE2C9F68EBD9667326F07C /* ARTNodeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTNodeManager.h; 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 = ""; }; - 56998FC15EB9F0D02233BDC9808668FA /* AsyncTimeout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncTimeout.cpp; path = folly/io/async/AsyncTimeout.cpp; sourceTree = ""; }; - 56A04683C53C1D8CBDBD74E7D22F319E /* UMGyroscopeInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMGyroscopeInterface.h; path = UMSensorsInterface/UMGyroscopeInterface.h; sourceTree = ""; }; - 56B47F48BFC2F259EF38C4E097A46497 /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageBlurUtils.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 = ""; }; - 56EC2898397BEB75E80A051F26933906 /* EvilIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = EvilIcons.ttf; path = Fonts/EvilIcons.ttf; sourceTree = ""; }; - 56ED77DCABC11D49D1D2C0219FE9F6E4 /* StreamThroughputMemory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamThroughputMemory.cpp; path = rsocket/benchmarks/StreamThroughputMemory.cpp; sourceTree = ""; }; - 57027E043D1505381C2C32DC3603AEF1 /* RNCPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCPicker.m; path = ios/RNCPicker.m; sourceTree = ""; }; - 5723140EBBBEE9A355DDCBA4E863F6D6 /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; - 57270ACEE1E6B01A402014FD5105AC4C /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; + 5691EDFF1CF0AF221F17F73966E3463B /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/Core/UIView+WebCache.m"; sourceTree = ""; }; + 56B2DE645CDF22B0510F4D672F438F31 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; + 56C0A80DDF08729F7F451EDFD5906063 /* SocketOptionMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketOptionMap.h; path = folly/io/SocketOptionMap.h; sourceTree = ""; }; + 56ED3DA9AA73A153ABA4596273410606 /* RNReanimated-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNReanimated-prefix.pch"; sourceTree = ""; }; + 56F3DA0DCC58F518AE63CE8368CA85B9 /* FrameHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameHeader.h; path = rsocket/framing/FrameHeader.h; sourceTree = ""; }; + 570E1C8D9028C72D4B5E9FD78543823F /* pt-BR.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "pt-BR.lproj"; path = "Objective-C/TOCropViewController/Resources/pt-BR.lproj"; sourceTree = ""; }; + 571E1EAA856C653ACF6944D909133267 /* FIRCoreDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsData.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h; sourceTree = ""; }; 5737DDB4BC95AD399B3206838AB97095 /* libRNCAsyncStorage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNCAsyncStorage.a; path = libRNCAsyncStorage.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 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; }; - 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 = ""; }; - 575A6B272A7DE9656C90B10A6F6C34DB /* RNVectorIconsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVectorIconsManager.m; path = RNVectorIconsManager/RNVectorIconsManager.m; sourceTree = ""; }; - 5791CBE9F30DE44EE14C14D96556BB35 /* FIRInstallationsIIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDTokenStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.h; sourceTree = ""; }; - 57A3FF4C23C1BE4D09E732DD6E7E79AC /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; - 57BADC325C1FE93D8056A13D96053C8C /* BugsnagMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagMetaData.m; sourceTree = ""; }; - 57CAE1D04BB2A83386D041BBC7960073 /* RNCSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewManager.h; path = ios/SafeAreaView/RNCSafeAreaViewManager.h; sourceTree = ""; }; - 57D31EE2DB8C56CA2C22F639F25C2300 /* EXWebBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXWebBrowser.m; path = EXWebBrowser/EXWebBrowser.m; sourceTree = ""; }; - 57D665E0B76742C9DEEF2CDF4AF2140A /* FirebaseAnalytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.release.xcconfig; sourceTree = ""; }; - 57F58CB39739BCD7EB2A2F0C9D833555 /* UniqueInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UniqueInstance.h; path = folly/detail/UniqueInstance.h; sourceTree = ""; }; - 5805286F42B19FA46551737B10ED4168 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; - 5810A2CAD229D5E26C07A9AFDAE72C9F /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/Core/NSData+ImageContentType.m"; sourceTree = ""; }; - 5812F7760E1D36C4292E14881B537E47 /* RCTVibration.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVibration.mm; sourceTree = ""; }; - 581345EEE40719C842B48EFB40CCEE9C /* EXImageLoader-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXImageLoader-prefix.pch"; sourceTree = ""; }; - 58380DDD9D14E13FC49903B3C12C8CF3 /* RNFBCrashlytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFBCrashlytics-dummy.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 = ""; }; - 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 = ""; }; - 588622E2CA91C75B29B38DE8A3277875 /* UMReactNativeAdapter-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMReactNativeAdapter-prefix.pch"; sourceTree = ""; }; - 58867A44AB3C91E7BF1716ACDAD868D0 /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; - 588817D637B20906EDA95CF7AC7ECF69 /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; - 588A2F76B97DCC69EEC0ADD7933D4B29 /* ConstexprMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConstexprMath.h; path = folly/ConstexprMath.h; sourceTree = ""; }; - 5894B44AB472F86E9C6F86D23535D210 /* react-native-blur-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-blur-dummy.m"; sourceTree = ""; }; - 589A96AE5B783852479DD20A1BC571E3 /* UMJavaScriptContextProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMJavaScriptContextProvider.h; sourceTree = ""; }; - 589ECE73E12C7A1058C936216698C83A /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; - 58A1EE5FE91EF456182FDF7A68CCA180 /* UMPermissionsInterface-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMPermissionsInterface-prefix.pch"; sourceTree = ""; }; - 58A48FA096C1159596361A13404417A4 /* RNBackgroundTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBackgroundTimer.h; path = ios/RNBackgroundTimer.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 = ""; }; - 58EADB53A24890CDEFFD895AA61F56EB /* SafeAreaSpacerShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerShadowView.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 = ""; }; - 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 = ""; }; - 59564793F1412D4D0BA8A0F1C6BF0CDA /* RNNotificationCenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenter.h; path = RNNotifications/RNNotificationCenter.h; sourceTree = ""; }; - 5956DFE371CCFFBC27917B3263F7B443 /* RNCAssetsLibraryRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAssetsLibraryRequestHandler.h; path = ios/RNCAssetsLibraryRequestHandler.h; sourceTree = ""; }; - 59591B7F4788AC198892368D2E7C6C47 /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; - 5978CCB361CD8252B1CFDF3DD0D3A873 /* EXPermissions.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXPermissions.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 5995B483B9AC918FBAEDEF7F604C89F9 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; - 599C2EF884B2282529A1B2A20B6991D2 /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; 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 = ""; }; - 59FBE856E9213967CB134BD062A0B995 /* RNDateTimePicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDateTimePicker-dummy.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 = ""; }; - 5A42B29DA8DCC509D2967F364F45C6DB /* StreamRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamRequester.h; path = rsocket/statemachine/StreamRequester.h; 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 = ""; }; - 5A8F4D41E448E3CFB067F47381E98A30 /* IPAddressV4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressV4.h; path = folly/IPAddressV4.h; sourceTree = ""; }; - 5A924364FE1D4408C293325EB3A358A4 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; - 5AA60301EEBFBDE0E9F30F09AF5A30C3 /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 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 = ""; }; - 5AC04944C7785AE334ECB6E6F32571D6 /* libevent_pthreads.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libevent_pthreads.a; path = lib/libevent_pthreads.a; sourceTree = ""; }; - 5ACA806F5D0FAD98FD9CC812638D0A97 /* GULNSDataInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNSDataInternal.h; path = "GoogleUtilities/NSData+zlib/Private/GULNSDataInternal.h"; 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 = ""; }; - 5AEB0880D7E0ECE6A3DC4323891EB09C /* UMReactNativeEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeEventEmitter.h; sourceTree = ""; }; - 5B0394692BFDC48EDAF0F9D65F4907F2 /* Uri-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Uri-inl.h"; path = "folly/Uri-inl.h"; sourceTree = ""; }; - 5B06C4FD243A37851BD3EA81C9846C6A /* EXAppleAuthentication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthentication.h; path = EXAppleAuthentication/EXAppleAuthentication.h; sourceTree = ""; }; - 5B076D51433AF81890FBA02A14179862 /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = event.h; path = src/event2/event.h; sourceTree = ""; }; + 575080636316C9C74D251F9C23BA8A40 /* React-CoreModules.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.release.xcconfig"; sourceTree = ""; }; + 5766D56053EC7DD3B963B17382BC9257 /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; + 57843A3D48722C13E43A7618B3C8F4D3 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; + 578F491A8EB55392473EACA0F69BC8F5 /* EXImageLoader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXImageLoader-dummy.m"; sourceTree = ""; }; + 5796E59AA128BCBFC03EF8DBE51BBBB5 /* SKNamed.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKNamed.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNamed.h; sourceTree = ""; }; + 57996A165B87C0B351A2A5C993F26594 /* util.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = util.h; path = src/event2/util.h; sourceTree = ""; }; + 5799A846617A9B589DA1BAE2F60CD37D /* REATransitionValues.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionValues.m; sourceTree = ""; }; + 57B3D76C10B39127D752CB67A0651617 /* F14SetFallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14SetFallback.h; path = folly/container/detail/F14SetFallback.h; sourceTree = ""; }; + 57B4C3F3A53DE54BC0DF24491E945711 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Sources/Private/FIRLogger.h; sourceTree = ""; }; + 57BB9DDA2F1BC2C229720137E442ED86 /* alpha_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_dec.c; path = src/dec/alpha_dec.c; sourceTree = ""; }; + 57D48E2CB55B7C84F2DBCC178DF627AB /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULApplication.h; sourceTree = ""; }; + 57DBD01D51C29A342E5AF1E31ACA4CF0 /* Pbkdf2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Pbkdf2.h; sourceTree = ""; }; + 57FDD2462C16AE8F463176301ECFD9A5 /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; + 581C45F96A73724156E3F9863D75B219 /* BugsnagCrashSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashSentry.m; sourceTree = ""; }; + 584503C67A2A7CF3F468751D93CBD1A2 /* FIRCLSReportUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportUploader.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.m; sourceTree = ""; }; + 585C9A2AFE4FDC5B1A894DA814691821 /* UMReactFontManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactFontManager.h; sourceTree = ""; }; + 586C393FCA62DCB466C843E6B83EAA88 /* RCTFileReaderModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFileReaderModule.mm; sourceTree = ""; }; + 587AD6FD9BE72F0BC98AFE4209668AA2 /* RNCConnectionStateWatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCConnectionStateWatcher.h; path = ios/RNCConnectionStateWatcher.h; sourceTree = ""; }; + 587F26148E61B7DEB22814A832567206 /* FlowableOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableOperator.h; path = yarpl/flowable/FlowableOperator.h; sourceTree = ""; }; + 588014161049963FD9C75800C2E3D551 /* REAStyleNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAStyleNode.h; sourceTree = ""; }; + 5894F1F8BC827FAA81ADAAE121498AF2 /* RangeCommon.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RangeCommon.cpp; path = folly/detail/RangeCommon.cpp; sourceTree = ""; }; + 589E724A0E386FF07717A4B5EE8A0257 /* RNCAppearanceProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProvider.m; path = ios/Appearance/RNCAppearanceProvider.m; sourceTree = ""; }; + 58A960F02EA48308561805CE1E2E6946 /* DiscriminatedPtrDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DiscriminatedPtrDetail.h; path = folly/detail/DiscriminatedPtrDetail.h; sourceTree = ""; }; + 58AD79D320221674050EF55198D23F07 /* FIRCLSDataCollectionArbiter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataCollectionArbiter.h; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.h; sourceTree = ""; }; + 58D6BB6F88D06E8FA330482C392CA8C4 /* NetOps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = NetOps.cpp; path = folly/net/NetOps.cpp; sourceTree = ""; }; + 58E1337DA51BD557055EE82670DF7E84 /* StreamStateMachineBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamStateMachineBase.cpp; path = rsocket/statemachine/StreamStateMachineBase.cpp; sourceTree = ""; }; + 58F043639A31154633ACA55BBBB9F65B /* FIRCLSReportAdapter_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportAdapter_Private.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter_Private.h; sourceTree = ""; }; + 58FD2A3C4CC6B1497200A97DB9A445EB /* BSG_KSCrashSentry_User.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_User.c; sourceTree = ""; }; + 5913FCAE340ABF943F90349C0CFD1F00 /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; + 59349436A2ECE784A2B8208A45A70ECC /* ms.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ms.lproj; path = "Objective-C/TOCropViewController/Resources/ms.lproj"; sourceTree = ""; }; + 5938E7B0C754CB414516F761AA4427C7 /* 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; }; + 5945A137A96E6AC5819B6E69FDF5A8B4 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; + 59572E27074AE25CDAADF6BAED91A9B5 /* Singleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Singleton.h; path = folly/Singleton.h; sourceTree = ""; }; + 595E6273549FEF1B6AE41CE9CD64B2C0 /* RNLocalize.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.debug.xcconfig; sourceTree = ""; }; + 596C5A183AD65B25FC65E1E444F7DC38 /* FIRCLSDataParsing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDataParsing.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.c; sourceTree = ""; }; + 5970BEAB53B31F673D99BAA547F13688 /* FLEXNetworkTransaction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLEXNetworkTransaction.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkTransaction.h; sourceTree = ""; }; + 5975F367006A30C06F42CBB4E483B666 /* DelayedDestruction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DelayedDestruction.h; path = folly/io/async/DelayedDestruction.h; sourceTree = ""; }; + 597950009AD457CEB4719A4A89DF555D /* ReactCommon-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-prefix.pch"; sourceTree = ""; }; + 59E14464C4E1FE32699A3FA92F91372D /* RNCCameraRollManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCCameraRollManager.h; path = ios/RNCCameraRollManager.h; sourceTree = ""; }; + 59E54C475A9F5740B4B30CB1A54B05ED /* Request.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Request.cpp; path = folly/io/async/Request.cpp; sourceTree = ""; }; + 59EA2924E6B62C630F4B12BC6879AA8A /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/Core/UIButton+WebCache.h"; sourceTree = ""; }; + 5A0D1530B7FE8E258701D9278DB2A668 /* RNScreens.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNScreens.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 5A1A754ECD9D9FD4087389C70A2BDF33 /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; + 5A36D1EC99E4E24544321CD87714EC7A /* BSG_KSObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjC.h; sourceTree = ""; }; + 5A57733A1857663DB7C455FD33CE21EA /* RCTLinkingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLinkingManager.mm; sourceTree = ""; }; + 5A6038B6EE5826255CDC88861AE64389 /* ScopedTraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScopedTraceSection.h; path = folly/tracing/ScopedTraceSection.h; sourceTree = ""; }; + 5A64AACA0A09880726E94A97561D259D /* FIRInstallationsSingleOperationPromiseCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsSingleOperationPromiseCache.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.h; sourceTree = ""; }; + 5A8A5D9F99449DABF49707AE629CE60F /* RNDateTimePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePicker.h; path = ios/RNDateTimePicker.h; sourceTree = ""; }; + 5A9669ED11A9E463D1590F17A7F7F28A /* NSBezierPath+SDRoundedCorners.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+SDRoundedCorners.m"; path = "SDWebImage/Private/NSBezierPath+SDRoundedCorners.m"; sourceTree = ""; }; + 5AB47BCDA61EB94EFF3A04C994088BB2 /* react-native-notifications.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.debug.xcconfig"; sourceTree = ""; }; + 5AE18B6B08E87D23C4C7FE9D74CF3C8B /* Flipper-DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-DoubleConversion-prefix.pch"; sourceTree = ""; }; + 5AE3BD72A135DAAD32B31BB9B383E4F8 /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; + 5AF7693D4EB04D58C4B16B14FEA5F240 /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; + 5B0D32CA4C582390EEC5A6C52671E3BA /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; + 5B158329F4AAA8F4B7203566901E73AE /* FBLPromise+Wrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Wrap.h"; path = "Sources/FBLPromises/include/FBLPromise+Wrap.h"; sourceTree = ""; }; + 5B1DC903169F46C57C7E48C0CF7638A1 /* RCTSettingsPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSettingsPlugins.mm; sourceTree = ""; }; 5B3357A1CE67C0BF4AE31936A1BE6888 /* libYogaKit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libYogaKit.a; path = libYogaKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5B4266FCA84A2445259F2B0B36632E54 /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; - 5B4EF4AD58561A35E3268AB19A842076 /* rn-fetch-blob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-fetch-blob-prefix.pch"; sourceTree = ""; }; - 5B5B21DEE5E659FF81BC74960FDF7F81 /* ReactNativeART-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactNativeART-dummy.m"; 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 = ""; }; - 5B73AF8CD35DE15AD9E3F3C1C1E3343A /* FBReactNativeSpec-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBReactNativeSpec-prefix.pch"; sourceTree = ""; }; - 5B788A4E26FE797E719C461C5CCD5707 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 5B795AF505822FA3531F882B0C34893F /* RCTSha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSha.h; path = ios/RCTCrypto/RCTSha.h; sourceTree = ""; }; - 5B8A7ADB223DDEFA8F518EB76277C0BA /* EXVideoThumbnailsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXVideoThumbnailsModule.m; path = EXVideoThumbnails/EXVideoThumbnailsModule.m; sourceTree = ""; }; - 5B9A37A3A93264498A95F6800B8A24D6 /* UMReactNativeAdapter.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.release.xcconfig; sourceTree = ""; }; - 5BA676F3AC52356A51F671A3EAFEFFF4 /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; - 5BB1F174C7957262EE2FE776CD740639 /* BugsnagSessionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTracker.m; sourceTree = ""; }; - 5BD60927A7F2CA0FD74E3B881B600B96 /* NSError+BSG_SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSError+BSG_SimpleConstructor.m"; 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 = ""; }; - 5C1515D750DAA8DC9CEC19011F6EDB20 /* Time.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Time.h; path = folly/portability/Time.h; sourceTree = ""; }; - 5C2A172DABE612EA73299FA5E2DA086E /* upsampling_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_msa.c; path = src/dsp/upsampling_msa.c; sourceTree = ""; }; - 5C324B717E7E56EFA00C7CF4281F1C1E /* ReactCommon-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-prefix.pch"; sourceTree = ""; }; - 5C3DF36C9C5693CA3885178A485C0EA4 /* FlipperStep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperStep.h; path = xplat/Flipper/FlipperStep.h; sourceTree = ""; }; - 5C46D1443C6C1C0D36F0D76896951DC0 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; - 5C53978173B8706FDCF4C6DCA87CEC71 /* React-RCTLinking.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.debug.xcconfig"; sourceTree = ""; }; - 5C53CCA429164B642AD8D046A2E7E447 /* TOCropToolbar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropToolbar.m; path = "Objective-C/TOCropViewController/Views/TOCropToolbar.m"; 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 = ""; }; - 5C9416AEA679C83283CACA6D28D4692A /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; - 5C973FD75216390D6E6C5BAD3F9B630D /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; 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 = ""; }; - 5D0C3512E08680244C1FD7A13C673CBB /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; - 5D3D955737507B5922B7917EC12F3576 /* RCTDevLoadingViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingViewProtocol.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 = ""; }; - 5D5C87AA247A19BECE55A79376F1C31E /* react-native-mmkv-storage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-mmkv-storage-dummy.m"; sourceTree = ""; }; - 5D63F9796DF3AB6C77AE6576299B551A /* BugsnagCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCollections.m; sourceTree = ""; }; - 5D7F017A6BB0A3FAA89EF3DCCE6515CF /* RCTTurboModuleManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModuleManager.mm; sourceTree = ""; }; + 5B4391F9618DA6D4B4B70EBF3B50F40E /* Base-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Base-inl.h"; path = "folly/gen/Base-inl.h"; sourceTree = ""; }; + 5B5717E669575B7D90A613587C953DE3 /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; + 5B67A853F875389E17C251E0AA3FEA4E /* FBLPromisePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromisePrivate.h; path = Sources/FBLPromises/include/FBLPromisePrivate.h; sourceTree = ""; }; + 5B7357143B10DBA1595AEDDD3798CAE7 /* TestObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TestObserver.h; path = yarpl/observable/TestObserver.h; sourceTree = ""; }; + 5B791BC70DAE052A2770C4488ACEE280 /* SanitizeThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SanitizeThread.cpp; path = folly/synchronization/SanitizeThread.cpp; sourceTree = ""; }; + 5B93A3F4E242504C036ED37C4ED24013 /* GDTCCTUploadOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTUploadOperation.m; path = GoogleDataTransport/GDTCCTLibrary/GDTCCTUploadOperation.m; sourceTree = ""; }; + 5BB27FE39E69C205F5F4A25C61C16DEF /* FLEXNetworkRecorder.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FLEXNetworkRecorder.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkRecorder.mm; sourceTree = ""; }; + 5BC67B212F5C716965CE89302F138B54 /* FirebaseAnalytics-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "FirebaseAnalytics-xcframeworks.sh"; sourceTree = ""; }; + 5BCBD2FF066D54F3653BABC5BDC2BC01 /* EventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventHandler.h; path = folly/io/async/EventHandler.h; sourceTree = ""; }; + 5BD457CCFB3630DF3DC4BFA60C51CA9D /* FBLPromise+Retry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Retry.m"; path = "Sources/FBLPromises/FBLPromise+Retry.m"; sourceTree = ""; }; + 5BFCD2F6238787EE5A720E044BF3F469 /* EXConstants.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.debug.xcconfig; sourceTree = ""; }; + 5C1FD7C375D842573ABF0BD09CAB74D5 /* React.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.debug.xcconfig; sourceTree = ""; }; + 5C261633AEE1D7FA34DEE6B397F3A4DA /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; + 5C380FAB35A1E450F01D81B73B0E6B76 /* EXAppleAuthentication-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAppleAuthentication-prefix.pch"; sourceTree = ""; }; + 5C4648B4219465B2D6D342E0BA3B8326 /* UMPermissionsMethodsDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMPermissionsMethodsDelegate.m; path = UMPermissionsInterface/UMPermissionsMethodsDelegate.m; sourceTree = ""; }; + 5C525C5907F010817E5658E6A7195C3C /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "SDWebImage/Core/NSImage+Compatibility.h"; sourceTree = ""; }; + 5C69366700D325F52054D16B90A820DC /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/Core/UIImageView+WebCache.h"; sourceTree = ""; }; + 5C8A800D4F39164206AD8CD08A83BB31 /* PTProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PTProtocol.h; path = peertalk/PTProtocol.h; sourceTree = ""; }; + 5CDC9CE8EC1F46B2A27CDDF17FAD64CB /* REAEventNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAEventNode.h; sourceTree = ""; }; + 5CFAB809AA015A5251EAE8A4889FC76B /* ParallelMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParallelMap.h; path = folly/gen/ParallelMap.h; sourceTree = ""; }; + 5CFDAD0217A8B6044521616E43C33F1F /* SDImageIOAnimatedCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoder.h; path = SDWebImage/Core/SDImageIOAnimatedCoder.h; sourceTree = ""; }; + 5D006A023784CDF211C7DED2C9EE7995 /* FIRInstallations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallations.m; path = FirebaseInstallations/Source/Library/FIRInstallations.m; sourceTree = ""; }; + 5D23808B3D5DB25918423F0D8B640838 /* BugsnagKeys.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKeys.h; sourceTree = ""; }; + 5D2EFF1C477F2F6600BE395AB2F1365E /* FBLPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromise.h; path = Sources/FBLPromises/include/FBLPromise.h; sourceTree = ""; }; + 5D40E01D296032F503F1AAD45E5B483F /* RNForceTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNForceTouchHandler.m; sourceTree = ""; }; + 5D42C0203FFC5E876B0B5165B3A8BE3F /* FBLPromise+Await.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Await.m"; path = "Sources/FBLPromises/FBLPromise+Await.m"; sourceTree = ""; }; + 5D475E936FA4E4F660B74E50D2D27057 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 5D47EF5B59111CBD251ABD08F791BEF4 /* Entypo.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Entypo.ttf; path = Fonts/Entypo.ttf; sourceTree = ""; }; + 5D5346344A116C09D3A00EF1694C75BE /* UMModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistry.h; sourceTree = ""; }; + 5D55D199FC30952891609DC13F1F90A5 /* BugsnagNotifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagNotifier.h; sourceTree = ""; }; + 5D7B005C8CCA8489F3604DCA1DC58F83 /* SysResource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysResource.h; path = folly/portability/SysResource.h; sourceTree = ""; }; + 5D7EEE0FEAF9CBBE07C4E6C70328BCAA /* pem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pem.h; path = ios/include/openssl/pem.h; sourceTree = ""; }; 5D86198D4949CCBF29B30C14A072C51C /* Pods-defaults-Rocket.Chat-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-defaults-Rocket.Chat-resources.sh"; sourceTree = ""; }; - 5D9ABF5C54A8DD30EC48CEAFF26F8C49 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; - 5D9AF96F88680045728AC4C4F4525E3A /* Promise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Promise.h; path = folly/futures/Promise.h; sourceTree = ""; }; - 5DA6F840311F3F9D429BB80B05D6BC2F /* RNCPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNCPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 5DB210A073B76CA9A00756D07ACE4188 /* dns_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dns_struct.h; path = src/event2/dns_struct.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 = ""; }; - 5DD8815D4ECCCE94EFDC52F836799F70 /* BSG_KSCrashContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashContext.h; 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 = ""; }; - 5DEDFC304E0F0ECD12A7E2A51BCCE226 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; - 5E01B8C4C7D391A02220FAC33AA4BEE0 /* dwarf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dwarf.h; path = Crashlytics/third_party/libunwind/dwarf.h; sourceTree = ""; }; - 5E0EA0978AFB2318DDD2B4BEE06CB654 /* RCTTurboModuleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModuleManager.h; sourceTree = ""; }; - 5E418FE0CA836FF3609A983A812AB37A /* SetupResumeAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SetupResumeAcceptor.cpp; path = rsocket/internal/SetupResumeAcceptor.cpp; sourceTree = ""; }; + 5D9641495B44E97789827E0A26A26515 /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; + 5DAAF48DD75A7FCB00050188F22E3CCB /* REAJSCallNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAJSCallNode.m; sourceTree = ""; }; + 5DCA01BB6DD76871C36C1DD40D81A77C /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; + 5DE69B0BF30AB6515BACA59A4F2EF9A5 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Sources/Private/FIRComponent.h; sourceTree = ""; }; + 5DE930BEFD35F785AD362750D9662B47 /* dec_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_msa.c; path = src/dsp/dec_msa.c; sourceTree = ""; }; + 5DEAE9F704C744BC0D8B7FB0A07E4C7F /* QBAssetsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetsViewController.h; path = ios/QBImagePicker/QBImagePicker/QBAssetsViewController.h; sourceTree = ""; }; + 5DEE2A6B22C73ABD934F26E880381583 /* JSONSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSONSchema.h; path = folly/experimental/JSONSchema.h; sourceTree = ""; }; + 5DFE45F2F850A83CA043CA0EC24BF51F /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; + 5DFFF9B84A2AC8C0779CFAB65A951E92 /* QBAlbumCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumCell.h; path = ios/QBImagePicker/QBImagePicker/QBAlbumCell.h; sourceTree = ""; }; + 5E049D4B9DE5F7F9A695D5EC78B63D44 /* RNFetchBlobFS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobFS.m; path = ios/RNFetchBlobFS.m; sourceTree = ""; }; + 5E2C529E2D0AB219417CD716AB867B46 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; 5E4674603A5D5B9215FFA0F8E69F8B71 /* liblibwebp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = liblibwebp.a; path = liblibwebp.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5E4E574F1AE9580C36C3981145889A39 /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; 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 = ""; }; - 5E59F6AD68441FF0C77EEE8E6329EA38 /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; - 5E5A663E4CB75E34AA4C7368CB6A9A2F /* EXWebBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXWebBrowser-prefix.pch"; 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 = ""; }; - 5E6EFEC31D5E2FB23539FE0FE37AC18B /* RCTActionSheetManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTActionSheetManager.mm; sourceTree = ""; }; - 5E77003245A61B9D97059A50342287DF /* SafeAreaSpacerShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerShadowView.m; sourceTree = ""; }; + 5E495E73D849D242F411DFA9139392FA /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; + 5E5DEC1029109CBC0C3CB93C14D5F68E /* UMBarometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarometerInterface.h; path = UMSensorsInterface/UMBarometerInterface.h; sourceTree = ""; }; + 5E7F86B07F68DD7EB3AFAAC41197DBA5 /* ReactNativeUiLib.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeUiLib.debug.xcconfig; sourceTree = ""; }; + 5E87A537BFC7F1ED5FCB260F539DE315 /* LICENCE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENCE; 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 = ""; }; - 5E97167CE8506654D6AC2C743408DE8A /* UMPermissionsMethodsDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsMethodsDelegate.h; path = UMPermissionsInterface/UMPermissionsMethodsDelegate.h; sourceTree = ""; }; - 5E99FDDE1E5E120B58C1843F89107A71 /* RNCAsyncStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAsyncStorage.h; path = ios/RNCAsyncStorage.h; sourceTree = ""; }; - 5EA1B7A34FAC4C871745B44392CC6F57 /* BugsnagSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSink.h; sourceTree = ""; }; - 5ED313C9F045FEB60604B0BBE1A4EE6F /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.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 = ""; }; - 5EEFCDB3BF00A6E93C5EF3F762A1E08D /* BSG_KSSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSysCtl.c; 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 = ""; }; - 5F19BF0888DC953A24204C8E83DB1213 /* UMModuleRegistryProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryProvider.m; sourceTree = ""; }; - 5F25BF5AB17CF3FD6E5451EE13AF8298 /* EventBaseLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseLocal.h; path = folly/io/async/EventBaseLocal.h; sourceTree = ""; }; - 5F285C3D6A6BE88ADB246061305F1A69 /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTClipboard.h; path = React/CoreModules/RCTClipboard.h; sourceTree = ""; }; - 5F54326AC621E597F0AE6531674584AA /* FIRCLSReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReport.h; path = Crashlytics/Crashlytics/Models/FIRCLSReport.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 = ""; }; - 5F8207A4A9D37575E823E4740ADB11B0 /* project.pbxproj */ = {isa = PBXFileReference; includeInIndex = 1; path = project.pbxproj; sourceTree = ""; }; - 5F950526D55E178E8D27241A20260909 /* EXWebBrowser.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXWebBrowser.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 5F9B30D5F2E3412ACB207D784D6DC5E6 /* FIRCLSNetworkClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNetworkClient.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSNetworkClient.h; sourceTree = ""; }; - 5F9F62C1724204FDFB5D46DB5C3860E0 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; - 5FA31CBEBF7D0603B48F99391B4B3661 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/Core/UIImage+GIF.h"; sourceTree = ""; }; - 5FB99CF1CC114E05182DC021285AECBD /* BugsnagCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashSentry.h; sourceTree = ""; }; - 5FD2212C32FB6588D5F6BCB188042E17 /* AtomicHashMap-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicHashMap-inl.h"; path = "folly/AtomicHashMap-inl.h"; sourceTree = ""; }; - 5FD71FF5C8BD920171A1B57B1D9AB856 /* ExecutionObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExecutionObserver.h; path = folly/experimental/ExecutionObserver.h; sourceTree = ""; }; - 5FDDCD38E8380B7FDE59DBB4430D3607 /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; - 600C3C92094713A3E281BDA8DAB79712 /* LNInterpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolation.h; sourceTree = ""; }; - 601078D028F968B09B4769C7FBFF3CF7 /* RCTDevMenu.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevMenu.mm; 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 = ""; }; - 602EC4EBADB80DCEC11B16D9569F929A /* EXPermissions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPermissions.h; path = EXPermissions/EXPermissions.h; sourceTree = ""; }; - 603495E4212299A4F638482B5E8D0D9D /* GDTCCTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploader.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTUploader.h; sourceTree = ""; }; - 60460FAC96393E1487924FD0B1CF7C7E /* RNCMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCMaskedViewManager.h; path = ios/RNCMaskedViewManager.h; sourceTree = ""; }; - 60465ABCC8D9209F7379AE4D67F2C7B3 /* UMAppLoader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMAppLoader-dummy.m"; sourceTree = ""; }; - 6061AFB304BAA22A42A7CCA902D03268 /* tree_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_enc.c; path = src/enc/tree_enc.c; sourceTree = ""; }; - 607AB916C717A51003196F1DC5580FA6 /* RequestResponseRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RequestResponseRequester.h; path = rsocket/statemachine/RequestResponseRequester.h; sourceTree = ""; }; - 6080A68D09C6D202C0EAB6F60C1E93B1 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; - 608F5520F27C16859DAFCDD1B353494E /* RNSScreenStack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStack.h; path = ios/RNSScreenStack.h; sourceTree = ""; }; - 60A1FDF90321FB37CFA567B0C4D8E1DE /* KeyCommands-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KeyCommands-dummy.m"; sourceTree = ""; }; - 60B7352C13A58F5E736F5302C3997684 /* FIRCLSUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUtility.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h; sourceTree = ""; }; - 60C3A76FCF7214B6049F669CCB7EDEF1 /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; - 60C9DFC7E71712B35D52C219F492A93D /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; - 60E1E47B50114DA6F08A1E87F2FDBA01 /* UMAppLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLoaderInterface.h; sourceTree = ""; }; - 60ED83E4498EEEC2A5C4980AEA4D5BFC /* PriorityUnboundedBlockingQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityUnboundedBlockingQueue.h; path = folly/executors/task_queue/PriorityUnboundedBlockingQueue.h; sourceTree = ""; }; - 611C69ADA9967816BBCA3CD50A8BB4EC /* BSG_KSCrashIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashIdentifier.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 = ""; }; - 616E0FFE26CC0960929942A93C4E229F /* RNRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRotationHandler.m; sourceTree = ""; }; - 61714E86111406CE0752DCCC56020A75 /* CallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallInvoker.h; path = ReactCommon/CallInvoker.h; sourceTree = ""; }; - 6177E489BCF343D6A1ACA22EE8A9BD44 /* RNVectorIconsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVectorIconsManager.h; path = RNVectorIconsManager/RNVectorIconsManager.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 = ""; }; - 61B64956614FEA28C8B529B2F5CBEB59 /* UniqueInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UniqueInstance.cpp; path = folly/detail/UniqueInstance.cpp; 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 = ""; }; - 61F11632E72B25B3516BC811DD54A678 /* RNGestureHandlerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerState.h; path = ios/RNGestureHandlerState.h; sourceTree = ""; }; - 61F70FCC9F853A17C17C2C64825AACC8 /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; 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 = ""; }; - 622B62EB0AD63393D0F346EBA35BE156 /* react-native-jitsi-meet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-jitsi-meet-prefix.pch"; sourceTree = ""; }; - 6231B17264ACA65B33F1144EAA238955 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; - 623DD6503BAE66F28A2A9BA45F2DD460 /* BSG_KSFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSFileUtils.h; sourceTree = ""; }; - 6256C5840249E45455DEA3D710D429D2 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; - 625FDBEB8B00FEF2A57D9EA3A7ACCB90 /* UMModuleRegistryHolderReactModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryHolderReactModule.m; sourceTree = ""; }; - 626200AE3A3CF5624B35EB1686270AE3 /* Chrono.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Chrono.h; path = folly/Chrono.h; sourceTree = ""; }; - 62659B35B825FD9248C7DC9EACDF9072 /* experiments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = experiments.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 = ""; }; - 6282CC5CA9C8EC688117C809E2F105DB /* RNCSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaView.m; path = ios/SafeAreaView/RNCSafeAreaView.m; 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 = ""; }; - 62B8A9474F457953443A42F240373318 /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; - 62D74D8724AC9AA4E99E5580E099DB5F /* lossless_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_neon.c; path = src/dsp/lossless_neon.c; sourceTree = ""; }; - 62F76032D52982B8B017C3CB97D5A131 /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; - 63048474F940B84B0B7D3571BB19E0AB /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; 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 = ""; }; - 632FD78A10C32BEEBC23447194D2EBA4 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; - 6346DD6671D27AFD36E6F7FDF56C3684 /* Payload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Payload.h; path = rsocket/Payload.h; sourceTree = ""; }; - 63484B8DAD877155923C5DDC4CE099C1 /* RCTTypedModuleConstants.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTypedModuleConstants.mm; sourceTree = ""; }; - 634D8381D380EFBD2BF33C8D09A996AC /* BSG_KSJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSJSONCodec.c; sourceTree = ""; }; - 6353F876492CF27AA5E2CD8FBC6F8B7E /* FlatCombiningPriorityQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlatCombiningPriorityQueue.h; path = folly/experimental/FlatCombiningPriorityQueue.h; sourceTree = ""; }; - 6354650B9A126E48F11C754900BA5E0E /* UMFileSystemInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFileSystemInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 636C36253F531B1BC912411449FA2D46 /* SecureStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SecureStorage.m; path = ios/SecureStorage.m; sourceTree = ""; }; - 6378BD1B094A75F2EE49A3628FA0E91C /* ScheduledRSocketResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledRSocketResponder.h; path = rsocket/internal/ScheduledRSocketResponder.h; sourceTree = ""; }; - 637F0282EF4B860AC8CC5FBE21556C5E /* BSG_KSMach_Arm.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm.c; sourceTree = ""; }; - 6387118BA7155E190D0D9376A3C404E5 /* RNGestureHandlerModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerModule.m; path = ios/RNGestureHandlerModule.m; 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 = ""; }; - 63B9522FB756289AAF91DAEF6C4AC4FF /* GDTCORClock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORClock.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORClock.m; sourceTree = ""; }; - 63CD1F5EA7E04CD917A59514F416AC8E /* RCTConvert+REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+REATransition.m"; sourceTree = ""; }; - 63CE2E0A0F90E4C0CC5D60BC261EE638 /* RCTKeyCommandsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandsManager.h; path = ios/KeyCommands/RCTKeyCommandsManager.h; 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 = ""; }; - 63F5BFCA9261D26A7F3600475468D38D /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; - 63F871D16064AF77B1DB0AB6A40CA1F8 /* Checksum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Checksum.h; path = Core/crc32/Checksum.h; sourceTree = ""; }; - 640D9DF9EEE03BFF61953180951E78E4 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; - 6422A45A92167BE49DCD58FEF0B24961 /* BaselinesAsyncSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaselinesAsyncSocket.cpp; path = rsocket/benchmarks/BaselinesAsyncSocket.cpp; sourceTree = ""; }; - 644719B17AF9BF4094CA3EE02B6B676D /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/Private/GULReachabilityMessageCode.h; sourceTree = ""; }; - 64508D687A3BA8FA511B6DFB3862F708 /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; - 64551827F92C538AA59F59DB71B3755D /* React-Core.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-Core.modulemap"; sourceTree = ""; }; - 6455C6744C39E87229926DDC2534A21E /* 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; }; - 645FAE5B305F7AEED4017653AAD71641 /* backward_references_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_enc.c; path = src/enc/backward_references_enc.c; sourceTree = ""; }; - 646DECD24D179C072D2DB483C4B51A77 /* CacheLocality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CacheLocality.h; path = folly/concurrency/CacheLocality.h; sourceTree = ""; }; - 6473229E514A97FCBB8F3C6CEF3D0DF4 /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.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 = ""; }; - 648E277199F914BBE555D17096F7D9EE /* Bugsnag.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Bugsnag.m; sourceTree = ""; }; - 64B198E55977C63B6F78131BCC55629E /* EventBaseLocal.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseLocal.cpp; path = folly/io/async/EventBaseLocal.cpp; sourceTree = ""; }; - 64DBC4A41C836D10CD2B65B9C83ADC3D /* MMBuffer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMBuffer.cpp; path = Core/MMBuffer.cpp; sourceTree = ""; }; - 64FC4BC1784172FC712FCE2C989E59EC /* RNCPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCPicker-prefix.pch"; sourceTree = ""; }; - 65061896354E14FFE9FA62CCD47449AB /* FIRCLSFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFile.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFile.h; sourceTree = ""; }; - 6518CB92B2D22982D552B61B30511838 /* ARTSolidColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSolidColor.h; sourceTree = ""; }; + 5E884100AC6A90F4922E3D78606716CC /* react-native-mmkv-storage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-mmkv-storage-prefix.pch"; sourceTree = ""; }; + 5E8914259A90641B0120C796F986A7D0 /* visibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = visibility.h; path = src/event2/visibility.h; sourceTree = ""; }; + 5E8DCE3378E4AA6F59CC11D9F8EB651E /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; + 5E8E0522E4892BF2719D426BB8E694AA /* RCTNativeAnimatedModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeAnimatedModule.mm; sourceTree = ""; }; + 5E9541F58B7C9E066DB7C2C35E4FA267 /* REANode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REANode.h; sourceTree = ""; }; + 5EB761C8478218EF655BF5F4AB1627EF /* MMKVCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MMKVCore.release.xcconfig; sourceTree = ""; }; + 5EB862CE3D073120218920BD78901267 /* Random.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Random.cpp; path = folly/Random.cpp; sourceTree = ""; }; + 5EC236F8FFF5D37A7270EC7B8CA1324F /* RCTRequired.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTRequired.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 5ED7F7740A8D6D4B03C0446CBA303729 /* CocoaLibEvent.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLibEvent.debug.xcconfig; sourceTree = ""; }; + 5EEBA8A7B8B8783445A3A27E09BF26F8 /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; + 5EFF9E655FC5FFDA28EBA9229EA60072 /* RCTExceptionsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTExceptionsManager.mm; sourceTree = ""; }; + 5F055BB7F04D544437DCA0C3E7DC8F6F /* event_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = event_struct.h; path = src/event2/event_struct.h; sourceTree = ""; }; + 5F0F2DF26185C885488621122145B1E1 /* hu.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = hu.lproj; path = "Objective-C/TOCropViewController/Resources/hu.lproj"; sourceTree = ""; }; + 5F2DBA048394DFEB17C3CFCF7B98F2FF /* Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Private.h; sourceTree = ""; }; + 5F50F92CFD47CF60BB871D690845EB1A /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; + 5F75673457DE31D68EA722593EDE6A50 /* DistributedMutex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = DistributedMutex.cpp; path = folly/synchronization/DistributedMutex.cpp; sourceTree = ""; }; + 5F79D7A18B6FE3944900F8C11D79B9D5 /* RNCSafeAreaProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaProvider.h; path = ios/SafeAreaView/RNCSafeAreaProvider.h; sourceTree = ""; }; + 5F8CB70BE3E28FFC698AB250C46C70B0 /* CocoaLibEvent.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLibEvent.release.xcconfig; sourceTree = ""; }; + 5FB430B91E2D9D5729BBA8F3A42792E2 /* FarmHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FarmHash.h; path = folly/hash/FarmHash.h; sourceTree = ""; }; + 5FE8DDA525BC5ABA021DD59E2D72025C /* Hmac.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Hmac.m; sourceTree = ""; }; + 60126AA529A9A58D369ADBCDDB98A69D /* REABezierNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABezierNode.h; sourceTree = ""; }; + 6020EDBE7A76AB9B6DB1C15060E056E4 /* FramedReader.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FramedReader.cpp; path = rsocket/framing/FramedReader.cpp; sourceTree = ""; }; + 6033D0466EABF229038D9CFABD4FA5B5 /* RNVectorIcons.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.debug.xcconfig; sourceTree = ""; }; + 6037B1836FC9B47B5EE1CA6F1B9245F6 /* RCTAppState.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppState.mm; sourceTree = ""; }; + 603EBD77D47195787A0E80685BE0DCDF /* vp8i_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_dec.h; path = src/dec/vp8i_dec.h; sourceTree = ""; }; + 6054C9BD250BB03CF23090385E39D6E2 /* Future-pre.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Future-pre.h"; path = "folly/futures/Future-pre.h"; sourceTree = ""; }; + 608F36D70899B867A4C62C1241C644EA /* CoreModulesPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreModulesPlugins.h; path = React/CoreModules/CoreModulesPlugins.h; sourceTree = ""; }; + 608FFBD4F8DE9A1CCED73D2B2C46246C /* RNGestureHandlerButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerButton.m; path = ios/RNGestureHandlerButton.m; sourceTree = ""; }; + 60981276AE60BAB18DDACEFB5AC9C9FE /* REAClockNodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAClockNodes.m; sourceTree = ""; }; + 60D1A24F863B2F71FADE02BAC6F8D329 /* 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 = ""; }; + 60D3AF74A14EE23615AE5200CF0EECE1 /* RNRandomBytes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRandomBytes.h; path = ios/RCTCrypto/RNRandomBytes.h; sourceTree = ""; }; + 6100E7BB8D73A5AA246304DD9F7F8325 /* UMUserNotificationCenterProxyInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUserNotificationCenterProxyInterface.h; path = UMPermissionsInterface/UMUserNotificationCenterProxyInterface.h; sourceTree = ""; }; + 610C7C323C0A96D59013F15E875132BD /* Folly.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.debug.xcconfig; sourceTree = ""; }; + 611AEE73CA7D741828B9A681DF508B90 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; + 611E825C840B06CC8D4B0437A4C5E6E7 /* RCTPbkdf2.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTPbkdf2.m; path = ios/RCTCrypto/RCTPbkdf2.m; sourceTree = ""; }; + 61204A9EBB892185885F576395E75AE8 /* EventBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBase.cpp; path = folly/io/async/EventBase.cpp; sourceTree = ""; }; + 612D3FEA8CE44E025F01175D66F0D107 /* DynamicParser-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DynamicParser-inl.h"; path = "folly/experimental/DynamicParser-inl.h"; sourceTree = ""; }; + 613465A64672164E2C57461E84CE750D /* TLRefCount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TLRefCount.h; path = folly/experimental/TLRefCount.h; sourceTree = ""; }; + 6139ACD1DC15455F21ABF3E2487506A3 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; + 6156DFC967BA34C1F52F4C9FC186C386 /* RNScreens.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.release.xcconfig; sourceTree = ""; }; + 61598F956380D5C8DD4D3A8648F67CAD /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; + 616905834403CF94F915F186C92B753D /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; + 617331958F139EF1DE3597E5A06A0990 /* Demangle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Demangle.h; path = folly/Demangle.h; sourceTree = ""; }; + 61893266711CEE5957AF33C057EC16BD /* RCTAlertManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAlertManager.mm; sourceTree = ""; }; + 6190DCEC7A6853546DFE7AC4ED90F087 /* MemoryFile_Win32.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryFile_Win32.cpp; path = Core/MemoryFile_Win32.cpp; sourceTree = ""; }; + 6198E4AE47BF83DB8CF6EE777D0ABEF3 /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; + 61BF4908BE0040777EF6E6BD7B4F7BB0 /* UIView+SKInvalidation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+SKInvalidation.h"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.h"; sourceTree = ""; }; + 61BF6B3F2603B23C3B8D9BCA466CA61E /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; + 61CF2C8684DF418B2904E877AA45351A /* BugsnagReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BugsnagReactNative-dummy.m"; sourceTree = ""; }; + 61D95C83A8EC2EF35FDD28E56C61FB66 /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; + 61DECCE6A8452E4E2AE448598421CF26 /* FIRCLSUserLogging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUserLogging.m; path = Crashlytics/Crashlytics/Components/FIRCLSUserLogging.m; sourceTree = ""; }; + 61ED339948C6EC9FF4EA1FF7945C49FE /* BSG_KSSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSignalInfo.c; sourceTree = ""; }; + 61F0E57ED13E327DE89CD14B375E8D1B /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; + 61F36589173250A5247C707521CEFA9C /* FIRCLSReportManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.m; sourceTree = ""; }; + 61FEC4E61E01CDAD2A15D256DD196A8F /* Codel.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Codel.cpp; path = folly/executors/Codel.cpp; sourceTree = ""; }; + 6220542DF0C8D4FE82046711767950C5 /* GULKeychainUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainUtils.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m; sourceTree = ""; }; + 622BC572F8685B52549F6FBF5985E509 /* GDTCORPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORPlatform.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORPlatform.h; sourceTree = ""; }; + 624B34029A48D10FB7E6615C7436C43A /* AtomicUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUtil.h; path = folly/synchronization/AtomicUtil.h; sourceTree = ""; }; + 6259B2F638F3B917E8ABD305AD69BA94 /* BugsnagReactNative.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.release.xcconfig; sourceTree = ""; }; + 625A76F204A94480B8EC729EB40F3494 /* GoogleDataTransport.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.release.xcconfig; sourceTree = ""; }; + 625F3C8AFC8E6A4C1D95E83C0AF72894 /* EXHapticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXHapticsModule.m; path = EXHaptics/EXHapticsModule.m; sourceTree = ""; }; + 626E146A59A6E13A54C67A8F2268FD88 /* QBAlbumsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumsViewController.h; path = ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.h; sourceTree = ""; }; + 627869FFAA7325F1E51539C99CF8E3F8 /* FlipperKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FlipperKit-prefix.pch"; sourceTree = ""; }; + 629328949A23C018DC1843EF3FB58CEB /* GDTCORStorageProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorageProtocol.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageProtocol.h; sourceTree = ""; }; + 62B3EF168AEAEB364868B1D46E774E1D /* CString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CString.cpp; path = folly/lang/CString.cpp; sourceTree = ""; }; + 63123D05EBEAEC4D88993A004D1BF80A /* NSURLSession+GULPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLSession+GULPromises.h"; path = "GoogleUtilities/Environment/Public/GoogleUtilities/NSURLSession+GULPromises.h"; sourceTree = ""; }; + 63250EAE7D2B9CC3E65B75BFAC2F0B24 /* RCTRsaUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTRsaUtils.m; path = ios/RCTCrypto/RCTRsaUtils.m; sourceTree = ""; }; + 6333B2991967B7D76C905723786289B0 /* Foreach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Foreach.h; path = folly/container/Foreach.h; sourceTree = ""; }; + 6347612B0F730F570785F84D3BB5B17C /* QBAlbumCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumCell.m; path = ios/QBImagePicker/QBImagePicker/QBAlbumCell.m; sourceTree = ""; }; + 63841BB94CB15DE867B2F59583607D17 /* Frame.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Frame.cpp; path = rsocket/framing/Frame.cpp; sourceTree = ""; }; + 6387FD81DEA739107DF6F78D8C2614A2 /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; + 63A0E08F4206C9CB1CB65362CBBAC86A /* UMPermissionsMethodsDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsMethodsDelegate.h; path = UMPermissionsInterface/UMPermissionsMethodsDelegate.h; sourceTree = ""; }; + 63A280791B7A4254957C35F23F79ABF8 /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.h; sourceTree = ""; }; + 63A3245670CE821B0610ABE8E2524C7B /* RequestResponseRequester.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RequestResponseRequester.cpp; path = rsocket/statemachine/RequestResponseRequester.cpp; sourceTree = ""; }; + 63A65F811C4F20DB6DC2001F750A4AB8 /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; + 63B85DA77E859FF2CB23BC609E857F39 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Sources/Private/FIRDependency.h; sourceTree = ""; }; + 63C4EDDA0E68F041D94801CC23287D88 /* RNPanHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPanHandler.m; sourceTree = ""; }; + 63D2AD7731B49E11565C68B586AEE39F /* muxread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxread.c; path = src/mux/muxread.c; sourceTree = ""; }; + 63D6C3342BE9EFA8608B3FC83C04BFA4 /* OpenSSLHash.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSLHash.cpp; path = folly/ssl/OpenSSLHash.cpp; sourceTree = ""; }; + 63E7AB4D04C41B52F18031BB852ABDF6 /* RNCAsyncStorage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNCAsyncStorage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 63F6C79F04D18B5EEBD60C468A7BFAE4 /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; + 64035F894FA80B29A712C50DB70BD741 /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = FirebaseCore/Sources/FIRComponent.m; sourceTree = ""; }; + 64150E7DCAC5711EA86682DE093568BE /* FIRCrashlyticsReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCrashlyticsReport.m; path = Crashlytics/Crashlytics/FIRCrashlyticsReport.m; sourceTree = ""; }; + 641B4945ECABFBEDD9F81BDDAF11B00A /* StreamStateMachineBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamStateMachineBase.h; path = rsocket/statemachine/StreamStateMachineBase.h; sourceTree = ""; }; + 641DBBCB68D37D7B9012C79A54F009A8 /* TOCropViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropViewController.m; path = "Objective-C/TOCropViewController/TOCropViewController.m"; sourceTree = ""; }; + 642F644739C3D6BF8658FA34ED171C51 /* MemoryFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryFile.h; path = Core/MemoryFile.h; sourceTree = ""; }; + 643088D775AC6DA08BDD71C22C9BB97D /* Align.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Align.h; path = folly/lang/Align.h; sourceTree = ""; }; + 6431587DEEB248B6B3F2A239B57463A7 /* tls1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tls1.h; path = ios/include/openssl/tls1.h; sourceTree = ""; }; + 643B32B4AF6D795F7295D65BAB26DEC6 /* nanopb.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.debug.xcconfig; sourceTree = ""; }; + 643CECEF489BAA87902FCBCB5F6DD10C /* FlowableTimeoutOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableTimeoutOperator.h; path = yarpl/flowable/FlowableTimeoutOperator.h; sourceTree = ""; }; + 64425BE29421F6D32C377C7E4DE998CD /* HazptrThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HazptrThreadPoolExecutor.cpp; path = folly/synchronization/HazptrThreadPoolExecutor.cpp; sourceTree = ""; }; + 6453C82FBEF34160784938A8FE975404 /* REAConcatNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAConcatNode.h; sourceTree = ""; }; + 646A130A413169F24EC712B3F7A1D5BD /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = FirebaseCore/Sources/FIRConfiguration.m; sourceTree = ""; }; + 64729687BD0DDAA887B81978EB045960 /* EXAVPlayerData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVPlayerData.h; path = EXAV/EXAVPlayerData.h; sourceTree = ""; }; + 6478945D5BF52C260927E88F7562A34C /* EventBaseThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseThread.cpp; path = folly/io/async/EventBaseThread.cpp; sourceTree = ""; }; + 649D1B14DAB87308D478084FBF2F8E79 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = SimpleLineIcons.ttf; path = Fonts/SimpleLineIcons.ttf; sourceTree = ""; }; + 649EA97B6DFF6FA95D661840CFDC76B1 /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/Core/UIImage+GIF.m"; sourceTree = ""; }; + 64B15EB6202BBF29928609442F6F5698 /* RNNotificationParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationParser.m; path = lib/ios/RNNotificationParser.m; sourceTree = ""; }; + 64BC8AA4139C48A5518EE2159B82B0D6 /* TimerFDTimeoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimerFDTimeoutManager.h; path = folly/experimental/TimerFDTimeoutManager.h; sourceTree = ""; }; + 64CA55D452CD0B2F21906CEE84CA090B /* EXWebBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXWebBrowser.h; path = EXWebBrowser/EXWebBrowser.h; sourceTree = ""; }; + 64E5F49EDFBC0CA6A28A16D370C1CE94 /* stop_watch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stop_watch.h; path = folly/stop_watch.h; sourceTree = ""; }; + 64E9224817FE0CBB49B092C868622002 /* MMKVMetaInfo.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = MMKVMetaInfo.hpp; path = Core/MMKVMetaInfo.hpp; sourceTree = ""; }; + 64ED8F32D399BB8F30832691441FE968 /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h; sourceTree = ""; }; + 6508DF9C739D54914272EB9E217EECAB /* RNEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNEventEmitter.h; path = lib/ios/RNEventEmitter.h; sourceTree = ""; }; + 651385E5A5B335D68582639F45073305 /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; + 651BC315185934641CAF959BD5803E1E /* crashlytics.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crashlytics.nanopb.h; path = Crashlytics/Protogen/nanopb/crashlytics.nanopb.h; sourceTree = ""; }; + 652168C90B6B990ED4990C0E2EA8B732 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; 65234B3E668A42D9137B2C7AB051EE37 /* libFlipperKit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFlipperKit.a; path = libFlipperKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 652B412EABF58998AF4FD2B847908CA8 /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; - 652D1CDD53E31E74B821F67139F86D06 /* PropagateConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropagateConst.h; path = folly/lang/PropagateConst.h; sourceTree = ""; }; - 656659D6922818AF6A80D3F057625E42 /* StampedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StampedPtr.h; path = folly/experimental/StampedPtr.h; sourceTree = ""; }; - 65774CA936B2580CB2D9720ED7250D5A /* RNVectorIcons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNVectorIcons-prefix.pch"; sourceTree = ""; }; - 657833CAA51E34C117563EDB73773180 /* UMPermissionsInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.debug.xcconfig; sourceTree = ""; }; - 6579D1FA3ECBCF4C34D2D0372364D28F /* RNCPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCPicker.release.xcconfig; sourceTree = ""; }; - 65AEC802D795588CB432E42F1C99BE4C /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; - 65B3297845D9562FF578CD30965F3D9D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 65B48B5DAB3EC03C82F6BD4F18C78282 /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; - 65BA2A20A84D3EE87769B0EFC95EBE52 /* MemoryResource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryResource.h; path = folly/memory/MemoryResource.h; sourceTree = ""; }; + 653D6A0283149D9AEF0D811CBC274A73 /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; + 654E4F95D4320670341B069DC837EC20 /* FlipperKitReactPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FlipperKitReactPlugin.m; path = iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPlugin.m; sourceTree = ""; }; + 65604E6E4BD42D657B3C5FFE44853749 /* RCTConvert+ART.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+ART.h"; path = "ios/RCTConvert+ART.h"; sourceTree = ""; }; + 656296C8B2ABA967C84B20B99B83A44B /* Observer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Observer.h; path = yarpl/observable/Observer.h; sourceTree = ""; }; + 658E5EEB92D84291E92F910C66CE5AB9 /* ReactNativeART.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactNativeART.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 659654E1F84C571D68657D9CE485F7BC /* BSG_KSCrashSentry_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_NSException.h; sourceTree = ""; }; + 65990D5EC0BA081DB71D25C89EDD62F5 /* DistributedMutex-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DistributedMutex-inl.h"; path = "folly/synchronization/DistributedMutex-inl.h"; sourceTree = ""; }; + 659B44DBFD29C12FD93D417398632D65 /* EXHaptics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.release.xcconfig; sourceTree = ""; }; + 65A035B8A7C49C77A3D38497865018F6 /* QBImagePicker.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = QBImagePicker.storyboard; path = ios/QBImagePicker/QBImagePicker/QBImagePicker.storyboard; sourceTree = ""; }; + 65AE1E5BFAA7E1B4968145A55D975577 /* GULNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULNSData+zlib.h"; path = "GoogleUtilities/NSData+zlib/Public/GoogleUtilities/GULNSData+zlib.h"; sourceTree = ""; }; + 65B28858844D53B3BC8E572EE414E11A /* FIRCurrentDateProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCurrentDateProvider.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.h; sourceTree = ""; }; + 65B32F3B1DE53686A155CA8A7792C2FD /* RCTUtilsUIOverride.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtilsUIOverride.h; sourceTree = ""; }; + 65B83A96B6CE6E545DA7D13402DB45D4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 65BE007AAADBE2BF451A502B333290AB /* BitVectorCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitVectorCoding.h; path = folly/experimental/BitVectorCoding.h; sourceTree = ""; }; 65D0A19C165FA1126B1360680FE6DB12 /* libYoga.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libYoga.a; path = libYoga.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 65D5B121E9DB993E0B4F70E856D83190 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 65DE5D2135FF2428D738213E5E7E1977 /* GULKeychainStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainStorage.h; path = GoogleUtilities/Environment/Private/GULKeychainStorage.h; 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 = ""; }; - 6621F03B4DA69CC4D2112D4A79E073E5 /* FIRCLSReportUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportUploader.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.m; sourceTree = ""; }; - 6626BD636A07096AC56C06DB2E7C6654 /* EXPermissions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPermissions.m; path = EXPermissions/EXPermissions.m; sourceTree = ""; }; - 662D79DDBC8EACA9A9EF4F690557BDD3 /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; - 66479D519BB35A5676A0805E3F8C24F6 /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; - 664DBA7238B4A275646DC3DAEEB7420D /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; - 6676D414A7FB5337B369D2C147358958 /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; - 668DDB233AB6DCDB3D011837485392DE /* EventUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventUtil.h; path = folly/io/async/EventUtil.h; sourceTree = ""; }; - 6692B75A4BF8DC5DE25F309C65AB403B /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; - 66A8A932C4D00ABF2AE0D2E871296EE3 /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; - 66C1945BE7A4B68DC5A01A5D23F5A7E8 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.h"; 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 = ""; }; - 6711DB488A61D426C84C1893A5107E3F /* FlipperKitReactPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperKitReactPlugin.h; path = iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPlugin.h; sourceTree = ""; }; - 6712B7E40E44B8AD653AA2385F921B98 /* RNEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNEventEmitter.h; path = RNNotifications/RNEventEmitter.h; sourceTree = ""; }; - 67243E8672F7F52A57F2E014771277F4 /* EXLocalAuthentication.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXLocalAuthentication.release.xcconfig; sourceTree = ""; }; - 672C187587E136E04103C91F5D3BDEA2 /* RCTBlobPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobPlugins.mm; sourceTree = ""; }; - 674C5AFA6B8658F9E0228FA349267BE7 /* RNLocalize.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.release.xcconfig; sourceTree = ""; }; + 65D24245A76547D1651B5612D9DD3FE2 /* Math.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Math.h; path = folly/Math.h; sourceTree = ""; }; + 65F096EC62AFEC1C476843CCEC61C836 /* RNCPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCPicker.release.xcconfig; sourceTree = ""; }; + 6616A6EF6B7A8C70AF005EFA147B2756 /* 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 = ""; }; + 661F40B3797C5846D8F7D4C2938C6BBB /* LNInterpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolation.h; sourceTree = ""; }; + 662D569193245F129C8512F24F7662A2 /* SharedMutex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SharedMutex.cpp; path = folly/SharedMutex.cpp; sourceTree = ""; }; + 662DA6980AEDB5CBCE69500D263A8797 /* react-native-notifications-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-notifications-prefix.pch"; sourceTree = ""; }; + 662F473EDA92FE5B6E563A34D2C34D09 /* rescaler_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_utils.c; path = src/utils/rescaler_utils.c; sourceTree = ""; }; + 66374B95656594C4D010D397E93770BD /* CoreCachedSharedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreCachedSharedPtr.h; path = folly/concurrency/CoreCachedSharedPtr.h; sourceTree = ""; }; + 663BEDBC20ECE602F54115FB6A2B9080 /* SanitizeLeak.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SanitizeLeak.h; path = folly/memory/SanitizeLeak.h; sourceTree = ""; }; + 66415AD4109D6BC2EB97CF0E3E5BD8BB /* FIRCLSRecordBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordBase.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.h; sourceTree = ""; }; + 66517E705F81F4A87A5B6D4A72264A33 /* err.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = err.h; path = ios/include/openssl/err.h; sourceTree = ""; }; + 66519A5016D0C8EC1894BA38589EF99B /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; + 6652C6E1EDB993C5350354EE4A7B834A /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; + 6655248EA99533373E28CB388AD9CC2D /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; + 665EB00B4368F3EB1506C0344A7B418B /* REAValueNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAValueNode.h; sourceTree = ""; }; + 666FA5FD44B798AE8A4E7A20451ED081 /* tag_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tag_compat.h; path = src/event2/tag_compat.h; sourceTree = ""; }; + 667833D941641FCF74D8AF96D1286B98 /* UMTaskManagerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMTaskManagerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 66795D672BC5DD0CC375FE6E93BF30A4 /* RsaFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RsaFormatter.h; sourceTree = ""; }; + 667EB46FBFEDC7F09D50EFFD34299192 /* fa-IR.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "fa-IR.lproj"; path = "Objective-C/TOCropViewController/Resources/fa-IR.lproj"; sourceTree = ""; }; + 6687FE2E68CEDB6872136D2268D42587 /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; + 6690B979C216261A371823A65004CAC6 /* GDTCOREventDataObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventDataObject.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventDataObject.h; sourceTree = ""; }; + 6694E50EA8CBEFC017B2CEC15A1C6A82 /* BugsnagSessionFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionFileStore.h; sourceTree = ""; }; + 66AD8A018BAF60DFF1FF7891E9F31ACF /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; + 66B2CD51535803FECE048233F90B589E /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; + 66E373854F946B684A944FDAB22BDF19 /* EXAppleAuthenticationButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthenticationButton.h; path = EXAppleAuthentication/EXAppleAuthenticationButton.h; sourceTree = ""; }; + 66E56B8B69418198A313482C8C66A67E /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; + 66E5BCE5A1E88727B650DB356C047801 /* RNFBCrashlytics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFBCrashlytics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 67026CD0ECD52AC5700882B10EFEA19D /* ReactCommon.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.release.xcconfig; sourceTree = ""; }; + 6717F96F0A4A0A39E542E4D5BF9C1725 /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; + 672E5E25479BD42171960CF1DC295860 /* OpenSSL.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSL.cpp; path = folly/portability/OpenSSL.cpp; sourceTree = ""; }; + 673A95EC43CEABB7D632C9FCD9D6D206 /* F14Policy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Policy.h; path = folly/container/detail/F14Policy.h; sourceTree = ""; }; + 6764CCED1EDAD2887944CCDEA0370D58 /* ARTNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTNode.m; path = ios/ARTNode.m; sourceTree = ""; }; + 676F78DF2CE33EE2B2B4E17D7AF0474B /* EXKeepAwake-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXKeepAwake-prefix.pch"; sourceTree = ""; }; 6771D231F4C8C5976470A369C474B32E /* libReact-CoreModules.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-CoreModules.a"; path = "libReact-CoreModules.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 677E894EE13E20E30C11AAD24818CB6F /* NSBezierPath+SDRoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+SDRoundedCorners.h"; path = "SDWebImage/Private/NSBezierPath+SDRoundedCorners.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 = ""; }; - 67D7EC2AE460C36E36D67735A1A40219 /* ReactNativeUiLib-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactNativeUiLib-dummy.m"; sourceTree = ""; }; - 67DD32A87887649300AA6FD6492B31A3 /* Framer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Framer.cpp; path = rsocket/framing/Framer.cpp; sourceTree = ""; }; - 67DE4B666661DB43AF6FB39B701A007E /* UMAppRecordInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppRecordInterface.h; sourceTree = ""; }; - 67E330CDB08073CD5F0DAFAE166A2FC7 /* CustomizationPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CustomizationPoint.h; path = folly/lang/CustomizationPoint.h; sourceTree = ""; }; - 67EA6BA245FA725628ABC0BD0370B0D4 /* REACallFuncNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACallFuncNode.h; sourceTree = ""; }; - 67F2F4A9C9471033EEC8C788561A7658 /* color_cache_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = color_cache_utils.c; path = src/utils/color_cache_utils.c; sourceTree = ""; }; - 67F3605A00D99C4D32CA121E5A655B1A /* EXKeepAwake.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXKeepAwake.release.xcconfig; sourceTree = ""; }; - 6806B6D0BEAF4BD1FEB70ED0340C5662 /* React-RCTText.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.debug.xcconfig"; sourceTree = ""; }; - 6825B362F9EF0B5AB7ED3DD4E3102F37 /* EXFileSystem.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.release.xcconfig; 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 = ""; }; - 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 = ""; }; - 686F4DB945E8AEBAF3A599E7647A7366 /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; - 687C6B80300E8DA5365EA671BDC5C876 /* UIColor+SDHexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+SDHexString.h"; path = "SDWebImage/Private/UIColor+SDHexString.h"; sourceTree = ""; }; - 6889340CC67C64F1B1B94142299ECB11 /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.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 = ""; }; - 68C4071F7402AF025C67CC9ECEF84224 /* RCTPbkdf2.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTPbkdf2.m; path = ios/RCTCrypto/RCTPbkdf2.m; sourceTree = ""; }; - 68E483198650FC383AF5031BC92C4B4E /* FIRCLSCodeMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCodeMapping.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.h; sourceTree = ""; }; - 690F475A0A2DC744DB3B7CA50EC59574 /* RCTAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimatedImage.h; path = Libraries/Image/RCTAnimatedImage.h; sourceTree = ""; }; - 691C808AA37346330DE0A81E65E1DE47 /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; - 6942351307BC1F54575D9853307EAE0E /* libGoogleDataTransportCCTSupport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleDataTransportCCTSupport.a; path = libGoogleDataTransportCCTSupport.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 696976E4000AD7BF3D88E4167FD3AEE7 /* RCTRedBoxSetEnabled.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxSetEnabled.h; sourceTree = ""; }; - 6969E347C0953CDABD5F3E728ABF9344 /* RNEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNEventEmitter.m; path = RNNotifications/RNEventEmitter.m; sourceTree = ""; }; - 696AE8749E750CFA278A5D7A45557C8C /* Flowables.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Flowables.h; path = yarpl/flowable/Flowables.h; sourceTree = ""; }; - 696D6B41ECD690D11B1C6E64ECED0882 /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = ""; }; - 69756D135CF3349CECC446A348F509C3 /* React-Core.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.release.xcconfig"; sourceTree = ""; }; - 6976BF35456CB025AA286748A5C04864 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; - 69B92BA5B1D83F4B05228CA675EFEDFB /* SafeAreaSpacerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerView.m; sourceTree = ""; }; - 69BE25AF1425FFD988506DD1F7E13E8B /* RCTConvertHelpers.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTConvertHelpers.mm; sourceTree = ""; }; - 69C0E7B92A0ECABBA5DFBDB79AA03201 /* SKInvalidation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKInvalidation.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.h; sourceTree = ""; }; - 69DDE0B4682903AF1E6DFDE7F551A0DB /* mux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux.h; path = src/webp/mux.h; sourceTree = ""; }; - 69F60EF69DDCEC6BD74C6BC5B00C3E86 /* ts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ts.h; path = ios/include/openssl/ts.h; sourceTree = ""; }; - 69F85DC62BF24577277A28D728520FD7 /* BugsnagUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagUser.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 = ""; }; - 6A3EE91EA9AB6487CF3EEBE36B5921EB /* BSG_KSString.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSString.c; 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 = ""; }; - 6A6C140CF9B910AEEDD17458E7F21EBD /* HazptrThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HazptrThreadPoolExecutor.cpp; path = folly/synchronization/HazptrThreadPoolExecutor.cpp; sourceTree = ""; }; - 6AC4315D7C74558F8762F7414A177858 /* RNCAsyncStorage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCAsyncStorage.release.xcconfig; 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 = ""; }; - 6AD7645BEA588D368E6D5DEA2E21E028 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; - 6AD7FBB3E52E496517DD473C75A02244 /* UMInternalModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMInternalModule.h; sourceTree = ""; }; - 6AE39856FB64AAC643A62BC321BF1882 /* RCTVibrationPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibrationPlugins.h; path = Libraries/Vibration/RCTVibrationPlugins.h; sourceTree = ""; }; - 6AE5861144A94B7EE168C8AAB3D8A4C6 /* HighlighterView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = HighlighterView.m; sourceTree = ""; }; - 6AEB19EE53AEA1B4A8E3B134A7BBE963 /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = FirebaseCore/Sources/FIRDependency.m; sourceTree = ""; }; - 6AF9EFE5D574B9917683C13991CEDFD2 /* RNSScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreen.h; path = ios/RNSScreen.h; sourceTree = ""; }; - 6AFCB154C55B9E2D70EBDE9BA4A7276A /* PTChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PTChannel.h; path = peertalk/PTChannel.h; sourceTree = ""; }; - 6B1A76501866119A498111814ADF455B /* QBCheckmarkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBCheckmarkView.h; path = ios/QBImagePicker/QBImagePicker/QBCheckmarkView.h; 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 = ""; }; - 6B4F2D3B5E7FDC511C0C047620D2C928 /* FramedReader.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FramedReader.cpp; path = rsocket/framing/FramedReader.cpp; sourceTree = ""; }; - 6B5047C3DD1E42EF9ECDF97AEA354546 /* react-native-mmkv-storage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-mmkv-storage.debug.xcconfig"; 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 = ""; }; - 6B56E9BC2C11577B9B00522D19EA4CE7 /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; - 6B631A92EB31541DD1E5AF27F9974C0B /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; - 6B6E5D6932C0D562DB4009B77A904FF8 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; 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 = ""; }; - 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 = ""; }; - 6BAE7F56805F725EFF7115471934620C /* ARTLinearGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTLinearGradient.m; sourceTree = ""; }; - 6BC73CE652A7E8C25A44A531191AD001 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; - 6BC84C16D83F95A0157AEA5424A09F8E /* react-native-document-picker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-document-picker-dummy.m"; 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 = ""; }; - 6C05B1087407F28F8DBECCE8E55183B8 /* RCTConvert+FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FIRApp.h"; path = "ios/RNFBApp/RCTConvert+FIRApp.h"; sourceTree = ""; }; - 6C074AEC2218765735370728CE63E128 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 6C1063BA2B9B3B0BA41CC31A434A5F2A /* RNForceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNForceTouchHandler.h; sourceTree = ""; }; - 6C131F482B018C042835E763E4053201 /* EXConstants-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXConstants-prefix.pch"; sourceTree = ""; }; - 6C1DE546B0319937F7A440525CB6DD07 /* FIRCLSUUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUUID.m; path = Crashlytics/Shared/FIRCLSUUID.m; sourceTree = ""; }; - 6C3D1B2CD5D89B2C758F92FA4913F711 /* GoogleDataTransportCCTSupport.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransportCCTSupport.release.xcconfig; sourceTree = ""; }; - 6C4337E3BA2A195743B2AE06AB03FA0A /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; - 6C4F65716B45CCF4C00C7331F05251F3 /* TurboModuleBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleBinding.h; path = turbomodule/core/TurboModuleBinding.h; sourceTree = ""; }; - 6C5E670C42AF99BE0F73E19F2BB1A2E9 /* demux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = demux.h; path = src/webp/demux.h; sourceTree = ""; }; - 6C82545394C91C63294CFE4A57A347BD /* idec_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = idec_dec.c; path = src/dec/idec_dec.c; sourceTree = ""; }; - 6C913575318DECD3CCF517F48A32F389 /* RNFBApp.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFBApp.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 6C92C0FB93D9A6B5BB756369756BC9A7 /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; - 6C9A8B52CD04055445C5A10CDDAF7C0E /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; - 6CB38D7DC1AEC588A1FA3151A4635163 /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; + 67730B27FF520EF76BDD8DA2E7D2C313 /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; + 67868346E522020D1D6613EFF98D2851 /* GULHeartbeatDateStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorage.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorage.m; sourceTree = ""; }; + 678896FF909D8434AFFF878B24A5A4FB /* RNCPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCPicker.h; path = ios/RNCPicker.h; sourceTree = ""; }; + 678B7C0BCB4535758B5D27814FB77024 /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; + 67B53DB9DDF1AD5CC07785DCF20E80FE /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; + 67B87BF197FFDD970F403D89F5330D15 /* RCTUtilsUIOverride.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtilsUIOverride.m; sourceTree = ""; }; + 67DDDD0D2523708AF2608238C17FC15C /* FlipperResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperResponder.h; path = xplat/Flipper/FlipperResponder.h; sourceTree = ""; }; + 67DF051E655B8DB6FF36A044D88E2193 /* FirebaseInstallations.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.release.xcconfig; sourceTree = ""; }; + 67F4D2FF0BC9EF382908CBE8A14AB7B4 /* SKButtonDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKButtonDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKButtonDescriptor.h; sourceTree = ""; }; + 67F7FC07A247E6BDA5D41B9C3BF41FF3 /* ui.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ui.h; path = ios/include/openssl/ui.h; sourceTree = ""; }; + 67FCA92EC4D292A31EBFFA4DC75A2690 /* FlipperStateUpdateListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperStateUpdateListener.h; path = xplat/Flipper/FlipperStateUpdateListener.h; sourceTree = ""; }; + 6806C30C797610585C83520AC082F940 /* FLEXNetworkRecorder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLEXNetworkRecorder.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkRecorder.h; sourceTree = ""; }; + 680AC8B689572F58FD571D9F6AFA6392 /* BugsnagReactNative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BugsnagReactNative.m; path = cocoa/BugsnagReactNative.m; sourceTree = ""; }; + 681D1BFFB37EC59550735E977552E3C0 /* crypto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crypto.h; path = ios/include/openssl/crypto.h; sourceTree = ""; }; + 6839FC503FF197D5E1960EDE48DA95AB /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; + 686B843517E67E9DD2E9F5F9A73011C0 /* Bugsnag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Bugsnag.h; sourceTree = ""; }; + 686BE3D7EDF7F949E168E3F8EEA295CD /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; + 68748F72A33748DD012E03336A035867 /* RCTDisplayWeakRefreshable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDisplayWeakRefreshable.h; path = Libraries/Image/RCTDisplayWeakRefreshable.h; sourceTree = ""; }; + 6876F8BB3EBE993E1ED31F741D6CCEFC /* des.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = des.h; path = ios/include/openssl/des.h; sourceTree = ""; }; + 6877379A67CD59C145DEC021E81831C8 /* String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = String.h; path = folly/String.h; sourceTree = ""; }; + 687DCD4B8D1D1485B5EC6CE7146CB2D6 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; + 6891FD5DCC1F4C9552A9E9CE6F99D07A /* cct.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cct.nanopb.c; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c; sourceTree = ""; }; + 689AFB661F6A6FFB9DC0B7D0749ABEDE /* REAAllTransitions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAllTransitions.h; sourceTree = ""; }; + 689B73E548A88EFECF5A47EDB1E2E0A1 /* vp8l_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_dec.c; path = src/dec/vp8l_dec.c; sourceTree = ""; }; + 689FA648FA06D6C56061471E67874EE2 /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; + 68A5F59B8C1A12217D33F685E497DF21 /* react-native-blur-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-blur-prefix.pch"; sourceTree = ""; }; + 68D1FDAF81DF9041CC565B5EE537848E /* RCTNetworkPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkPlugins.h; path = Libraries/Network/RCTNetworkPlugins.h; sourceTree = ""; }; + 68D9E370F745E0D41FD9A7491FE468C8 /* EventCount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventCount.h; path = folly/experimental/EventCount.h; sourceTree = ""; }; + 68ED6A2AD10A8FCF72FCB868C8FFE0E5 /* RNRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRotationHandler.h; sourceTree = ""; }; + 68F5387058C73DDE9A14B88A8BEFCA47 /* FIRCLSCrashedMarkerFile.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSCrashedMarkerFile.c; path = Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.c; sourceTree = ""; }; + 6904C64FA65B275945977F0208DCB98B /* AtomicNotification.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AtomicNotification.cpp; path = folly/synchronization/AtomicNotification.cpp; sourceTree = ""; }; + 69184D339C29893B492F436C8926ACDD /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSCRuntime.cpp; sourceTree = ""; }; + 691A261857C78128F61801B55A0185C5 /* FIRCLSThreadState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSThreadState.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.h; sourceTree = ""; }; + 69285A36318934C11C7BC80401CDF066 /* SKObjectHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKObjectHash.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKObjectHash.h; sourceTree = ""; }; + 692EBA62667C14C63CE10F85AD9FD0A5 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; + 69352B163D0B7DE41E6EF2D7B8A5C14C /* 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; }; + 693D330D9BB9ACF34E30F84DFB595DFE /* IOExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOExecutor.h; path = folly/executors/IOExecutor.h; sourceTree = ""; }; + 6948EA79D88450CCAFA6C758C6214B3E /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; + 697305061596E4E09F6BACA84404D5D3 /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; + 6993ECC3F39D83DC8E4B9CF56826F5FE /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = ios/QBImagePicker/QBImagePicker/de.lproj; sourceTree = ""; }; + 699BCA75357262EC2D426C3A6655BC94 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 69A8063E029EB62B63C6F9F137E81288 /* PTChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PTChannel.h; path = peertalk/PTChannel.h; sourceTree = ""; }; + 69AB673B7A348C4C94264C2BB573C350 /* RSocketRequester.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketRequester.cpp; path = rsocket/RSocketRequester.cpp; sourceTree = ""; }; + 69C07BA7C19AD66EE26E2B55B8D31686 /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; + 69CB5DE22D48168B058BC8229BCBAEE3 /* HazptrObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrObj.h; path = folly/synchronization/HazptrObj.h; sourceTree = ""; }; + 69DFACA44A8CA63605CB9EF0E3F83FB2 /* AntDesign.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = AntDesign.ttf; path = Fonts/AntDesign.ttf; sourceTree = ""; }; + 69E24B196EA4078C782172E28AACF9F1 /* RCTConvert+REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+REATransition.h"; sourceTree = ""; }; + 69EEB3A450B740CB5DFA47D2D7F21152 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; + 6A188AEFA41018856A18B4EFCC908A99 /* FIRAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAnalyticsConfiguration.m; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.m; sourceTree = ""; }; + 6A32D3A7512740E08AC07D28C89C1F10 /* rpc_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rpc_compat.h; path = src/event2/rpc_compat.h; sourceTree = ""; }; + 6A39B8C9A4F57CB592D8FD4A970303C1 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; + 6A502DAA196FE236D228D3E6C7A55184 /* vp8_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8_dec.h; path = src/dec/vp8_dec.h; sourceTree = ""; }; + 6A5C748FED4E85E55B7282160F2768BB /* StreamFragmentAccumulator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamFragmentAccumulator.h; path = rsocket/statemachine/StreamFragmentAccumulator.h; sourceTree = ""; }; + 6A601E5F00E954BD9E0C756D20759D1D /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSRWebSocket.h; path = Libraries/WebSocket/RCTSRWebSocket.h; sourceTree = ""; }; + 6A741951B6ECF080D830380D67E782C4 /* AtomicNotification-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicNotification-inl.h"; path = "folly/synchronization/AtomicNotification-inl.h"; sourceTree = ""; }; + 6A83C81A79BEE92D3942B405643C8A27 /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; + 6AA3F16C584B1FF3FE1F8AEDCF40FBCA /* RNFastImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFastImage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 6AADD715A472E1499DC8CA6E057502DE /* GDTCOREvent+GDTCCTSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GDTCOREvent+GDTCCTSupport.h"; path = "GoogleDataTransport/GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h"; sourceTree = ""; }; + 6ACEFA2868E842C613AD71E5514CD0F3 /* RCTVibrationPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVibrationPlugins.mm; sourceTree = ""; }; + 6AF1A5A8CE228D1CF64CD266AA641DE6 /* RCTDataRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDataRequestHandler.mm; sourceTree = ""; }; + 6AF80B3BF2BDD4545B66CB73FEBA8FC7 /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsilib.h; sourceTree = ""; }; + 6B34F1ABC91E3D3216F9B22B183987A6 /* FIRCLSBinaryImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSBinaryImage.m; path = Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.m; sourceTree = ""; }; + 6B40AF073D8A1AE154FA1D062D20CF47 /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; + 6B4DB4E5195A82FA905D7643417A9C8A /* SKViewControllerDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKViewControllerDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewControllerDescriptor.h; sourceTree = ""; }; + 6B6048E02E8DFDA4AE43F7E8A77EAD79 /* nl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = nl.lproj; path = "Objective-C/TOCropViewController/Resources/nl.lproj"; sourceTree = ""; }; + 6B7350D4D0CEE517FE6D69E1BE62D92D /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; + 6B7B127CD0CC22934D717962130613ED /* RNCSafeAreaProviderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaProviderManager.h; path = ios/SafeAreaView/RNCSafeAreaProviderManager.h; sourceTree = ""; }; + 6B87A8D90C14EE22ADCBC7559911D624 /* UMFontScalersManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalersManagerInterface.h; path = UMFontInterface/UMFontScalersManagerInterface.h; sourceTree = ""; }; + 6BA4D25B517D61F8FD9AB72C9ACAFEAF /* Base.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = Base.lproj; path = "Objective-C/TOCropViewController/Resources/Base.lproj"; sourceTree = ""; }; + 6BB498C91C322ECF705C82358243E3E1 /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; + 6BC79E1490E562764B3BEE8654492575 /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; + 6BF019BF4E9EA3E7DE873B140ABDDC4E /* FlipperConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnection.h; path = xplat/Flipper/FlipperConnection.h; sourceTree = ""; }; + 6BF125A39EEA93CF902E848E133E32C7 /* rn-fetch-blob.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.release.xcconfig"; sourceTree = ""; }; + 6C0A9B72618072B9B714F47C14505594 /* Throughput.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Throughput.h; path = rsocket/benchmarks/Throughput.h; sourceTree = ""; }; + 6C190027BECC64F345D87BD68569F56F /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; + 6C1B99AAD1A8D3DAF2E60CF6382BA5F9 /* FIRInstallationsStoredItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredItem.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.h; sourceTree = ""; }; + 6C44BF34729863F62113A6862C039433 /* NSData+EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+EXFileSystem.h"; path = "EXFileSystem/NSData+EXFileSystem.h"; sourceTree = ""; }; + 6C5B664F20280223B7B6FC45CA79CF93 /* FIRDiagnosticsData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDiagnosticsData.m; path = FirebaseCore/Sources/FIRDiagnosticsData.m; sourceTree = ""; }; + 6C5EAF6622853C5B4D47F46AC5A70CDE /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 6C60B25ACC11C7AFE2CA48818243B3E7 /* FileUtilDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FileUtilDetail.h; path = folly/detail/FileUtilDetail.h; sourceTree = ""; }; + 6C7209D34D9F723C74D895DA8B019FF0 /* seed.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = seed.h; path = ios/include/openssl/seed.h; sourceTree = ""; }; + 6CBE8CA85946A3ACB1F40D32C24AFC26 /* common_sse41.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse41.h; path = src/dsp/common_sse41.h; sourceTree = ""; }; 6CBEFE4F9E22AFDC6347A739BB35FF8C /* libCocoaAsyncSocket.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libCocoaAsyncSocket.a; path = libCocoaAsyncSocket.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 6CF4924C7417E63EAD4938C35BF7B198 /* react-native-orientation-locker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.release.xcconfig"; sourceTree = ""; }; - 6D2C1C21002BA837785B9B04ECFE2547 /* UMFontScalersManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalersManagerInterface.h; path = UMFontInterface/UMFontScalersManagerInterface.h; sourceTree = ""; }; - 6D420B4DBE40630F8CCC20339424553C /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Sources/Private/FIRComponentContainer.h; sourceTree = ""; }; - 6D50D14EB9726B769C2185B481E625E7 /* Parallel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Parallel.h; path = folly/gen/Parallel.h; sourceTree = ""; }; - 6D50F32BF9A63201240E018732A575F1 /* RNCMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCMaskedView.m; path = ios/RNCMaskedView.m; sourceTree = ""; }; - 6D5248E8AFB5A1CCAC4BA2D01419C455 /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/lang/Bits.h; sourceTree = ""; }; - 6D52E1EC196569EA251B8E2FC72F3C36 /* ARTGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTGroup.m; path = ios/ARTGroup.m; 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 = ""; }; - 6D634AA8C41A67EFE129EE9611809BDB /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; + 6CE936FD6DB0B250001CD69610EC0CE5 /* RNNotificationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationsStore.h; path = lib/ios/RNNotificationsStore.h; sourceTree = ""; }; + 6CEC29880AC22806D15B7D437EFAA6B7 /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; + 6CF57731FCE2D3595E8C1EA82DBAC837 /* FrameTransportImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameTransportImpl.cpp; path = rsocket/framing/FrameTransportImpl.cpp; sourceTree = ""; }; + 6D13A5CD19FEE3F06A01CA801C5E8528 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = ios/QBImagePicker/QBImagePicker/en.lproj; sourceTree = ""; }; + 6D146ABB34EF274C3BD4BB21EAE3FE5F /* libevent_pthreads.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libevent_pthreads.a; path = lib/libevent_pthreads.a; sourceTree = ""; }; + 6D213943C08B564B6120F3BBF4513DC3 /* rescaler_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips32.c; path = src/dsp/rescaler_mips32.c; sourceTree = ""; }; + 6D2174DFB01928E494FD3C704E670020 /* RCTRequired.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.debug.xcconfig; sourceTree = ""; }; + 6D260EFAC1479383463B84B25ADCD043 /* react-native-restart-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-restart-prefix.pch"; sourceTree = ""; }; + 6D505FC79CCD8D171FC1115ABBD1AC42 /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; + 6D51C2898E13C6438A49A3C823354FBF /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; + 6D65A9444FD252B43F5EF4AF99291021 /* FIRInstallationsAuthTokenResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAuthTokenResult.m; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResult.m; 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; }; - 6D72A8280E73677F19925808B3EB71C7 /* RNCPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCPicker.h; path = ios/RNCPicker.h; sourceTree = ""; }; - 6D7346CAF21F91D83105D5120265D77E /* RNNotificationCenterMulticast.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterMulticast.m; path = RNNotifications/RNNotificationCenterMulticast.m; sourceTree = ""; }; - 6D73E375B560AF218AE2AF4BA31730AD /* bufferevent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bufferevent.h; path = src/event2/bufferevent.h; sourceTree = ""; }; - 6D861316CC97FBDB3DF0B006C5597405 /* FIRExceptionModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRExceptionModel.m; path = Crashlytics/Crashlytics/FIRExceptionModel.m; sourceTree = ""; }; - 6D913233CA553C6595CADEC9AEE553A5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 6D995DCCC16077D426D55DE2778119FF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; 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 = ""; }; - 6DA3D2DB50E0457A08F0CD77D8E20E09 /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; - 6DAA07F9B18F488404697C02CC478BA1 /* RCTTypeSafety-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTTypeSafety-dummy.m"; sourceTree = ""; }; - 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 = ""; }; - 6DDDD8A213730C50FA95B65AE6FE799B /* RNGestureHandlerRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerRegistry.m; path = ios/RNGestureHandlerRegistry.m; sourceTree = ""; }; - 6DDFF012BA42BC4C707E500A6E1C9F66 /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GULLoggerLevel.h; sourceTree = ""; }; - 6DE6A21AFE5E9F7228A18EB2CC7330FD /* BugsnagSessionFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionFileStore.m; sourceTree = ""; }; - 6E0C24C8ABD3A40A5A7E5FCAC3122099 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; 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 = ""; }; - 6E2D6371FFB2B8CE65ECCDF87A3A3820 /* TurboModuleBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModuleBinding.cpp; path = turbomodule/core/TurboModuleBinding.cpp; 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 = ""; }; - 6E5AE8C44D6F733CCDE55E32134FF478 /* RCTLinkingPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingPlugins.h; path = Libraries/LinkingIOS/RCTLinkingPlugins.h; sourceTree = ""; }; - 6E6102B063F9ABE336D28C3B34BAC84C /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; - 6E6B04CE670087DDF474FBCF2BB45B59 /* Rsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Rsa.h; sourceTree = ""; }; - 6E75ABAC0882DCD520D4F96FBF2E6CCD /* RNGestureHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandler.m; path = ios/RNGestureHandler.m; sourceTree = ""; }; - 6E803959C68AF2D291AB73175966820A /* ScheduledSubscription.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledSubscription.cpp; path = rsocket/internal/ScheduledSubscription.cpp; sourceTree = ""; }; - 6E8DE5EF3FC71BF3CA5C46D5A3684B81 /* ARTSolidColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSolidColor.m; sourceTree = ""; }; - 6EC4839184FE2B2402FAD3462088F5D8 /* UMEventEmitterService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitterService.h; sourceTree = ""; }; - 6EC92D96BA4130E646EE570999BE56EC /* FIRInstallationsErrorUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrorUtil.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h; sourceTree = ""; }; - 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 = ""; }; - 6F4B2C03278B019580E65F57387CC11A /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; - 6F6B2A2437B1240932C2FA824A54514F /* UMViewManagerAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapter.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 = ""; }; - 6F8594EF5847E3B2F915EC7CA133A62A /* FIRCLSNetworkOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNetworkOperation.h; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.h; sourceTree = ""; }; - 6F8BA9871C1B88DBA692E1D92ED7F8DC /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; - 6FA442AAB4FDEAEE4BA70D9584FC4600 /* RCTImageEditingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageEditingManager.mm; sourceTree = ""; }; - 6FB8C549A2D216B00763511132C6A0FE /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; - 6FC31A3BB6F8B5DBFEA9C47E4A72A046 /* SKIOSNetworkAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKIOSNetworkAdapter.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/SKIOSNetworkAdapter.h; sourceTree = ""; }; - 6FCBCE0FA44548A2DC2AD1E0078B8545 /* ARTBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTBrush.h; sourceTree = ""; }; - 6FCD5C3CD84CF6CA617B88C41DCED67F /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; - 6FE76BAFD3E50E24EAC8852D95B62FA1 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; + 6DC3E7A414C388D8F40CF627142127DB /* pkcs7.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pkcs7.h; path = ios/include/openssl/pkcs7.h; sourceTree = ""; }; + 6DE33F7B472946868C2C42C82B4E291F /* RNCConnectionStateWatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCConnectionStateWatcher.m; path = ios/RNCConnectionStateWatcher.m; sourceTree = ""; }; + 6E03C6EE3C251B116B7E379C416116EC /* TimeoutQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimeoutQueue.cpp; path = folly/TimeoutQueue.cpp; sourceTree = ""; }; + 6E148D540D14F581DAABE8F4A99F035A /* UMAppLoader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMAppLoader-dummy.m"; sourceTree = ""; }; + 6E4ED63826BB56DE060C4BF5CE84F50C /* bufferevent_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bufferevent_compat.h; path = src/event2/bufferevent_compat.h; sourceTree = ""; }; + 6E4F519335F53BE995FC4155B5EC9837 /* EXPermissions-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPermissions-prefix.pch"; sourceTree = ""; }; + 6E53B5765F7401237F55A261FE009112 /* RNCAsyncStorage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCAsyncStorage.release.xcconfig; sourceTree = ""; }; + 6E6CD8C8D5D961C2A32A92C9641D5670 /* react-native-jitsi-meet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-jitsi-meet.debug.xcconfig"; sourceTree = ""; }; + 6E82B78EA0A9D2C8CEB476E353BEF062 /* BSG_KSCrashAdvanced.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashAdvanced.h; sourceTree = ""; }; + 6E88B4B4F665986ED91502FE1EBFB899 /* SingleWriterFixedHashMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingleWriterFixedHashMap.h; path = folly/experimental/SingleWriterFixedHashMap.h; sourceTree = ""; }; + 6E9AC85DD8470FEC582822A04247DFC1 /* UMFontInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.debug.xcconfig; sourceTree = ""; }; + 6EACECED611852C62FE52103A8F56AAD /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; + 6EBE56C95700590725F5DCAD82E807DC /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; + 6EC32ADEAAB51A1A269CD0472476BDEA /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = threadsafe.h; sourceTree = ""; }; + 6ED767E8E2FF5824EAE11B45C4DE8AF6 /* FIRCLSMachOSlice.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachOSlice.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.m; sourceTree = ""; }; + 6EDB836E7CBA54FC81599008896D740A /* FBLPromise+Any.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Any.h"; path = "Sources/FBLPromises/include/FBLPromise+Any.h"; sourceTree = ""; }; + 6EE8BC51D5B5CBAE6F2BB1BDFE55252E /* react-native-simple-crypto-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-simple-crypto-dummy.m"; sourceTree = ""; }; + 6EF246668585F255689DF9F48A814500 /* BSG_KSCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportWriter.h; sourceTree = ""; }; + 6F01B6E8DC2F936D0323C7A2C9E00AA1 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; + 6F03090CB1D760F86C8ED84B1F19E0E0 /* ARTNodeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTNodeManager.m; sourceTree = ""; }; + 6F18313A29D5C59223A5AD0C822BC144 /* RNVectorIconsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVectorIconsManager.m; path = RNVectorIconsManager/RNVectorIconsManager.m; sourceTree = ""; }; + 6F1F12F726608955FFAF53E87E0D6155 /* RNFastImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFastImage-prefix.pch"; sourceTree = ""; }; + 6F475B7B1ECC1601DA88B711C7CCF072 /* FrameProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameProcessor.h; path = rsocket/framing/FrameProcessor.h; sourceTree = ""; }; + 6F4FB977B1B89E1F0440A87ABA6B2946 /* ARTGroupManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTGroupManager.h; sourceTree = ""; }; + 6F57D27774E462602607E43C8332E70A /* RCTDevLoadingViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingViewProtocol.h; sourceTree = ""; }; + 6F5F2E10C8C3C12DDC6565CBF5E20CD2 /* DeviceUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DeviceUID.m; path = ios/RNDeviceInfo/DeviceUID.m; sourceTree = ""; }; + 6F9E59323B4E6B7A9BDA514E488A0ECA /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; + 6FA5A9572C5DCEF279CDBED53426CB00 /* GDTCORRegistrar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORRegistrar.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORRegistrar.h; sourceTree = ""; }; + 6FABE04919DC409A465ECF04DF2D2F31 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; + 6FCCBAA74EC66990EC220C55F110B20D /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; + 6FDA54B2E5B3CA9A7CC222E4CC1A40FC /* DynamicParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicParser.h; path = folly/experimental/DynamicParser.h; sourceTree = ""; }; + 6FDAF1A6C6635E4BC457E5F870F8403F /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; + 6FEDFBA1B5DBB09EEB2A037F398648BB /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; + 6FF6E74830E41F29D402AF660B81536F /* EXSessionTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionTaskDelegate.m; sourceTree = ""; }; 6FFB7B2992BB53405E6B771A5BA1E97D /* libDoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libDoubleConversion.a; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 6FFEC0B71BAAA2833F594D9DE4A5C56E /* Flipper-DoubleConversion.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-DoubleConversion.release.xcconfig"; sourceTree = ""; }; - 7031C0DD93E45837895C68A0E654A945 /* EXVideoThumbnails.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXVideoThumbnails.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 703921FCD7B0FBDE6E5F831E42217371 /* Flipper-PeerTalk-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-PeerTalk-prefix.pch"; sourceTree = ""; }; - 70399F2EB8F2134BFFFC71FD6E8B9918 /* React-cxxreact.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.debug.xcconfig"; sourceTree = ""; }; - 703C1BB74E03E1FA6212C61ADFA7CBA0 /* ARTSurfaceView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTSurfaceView.m; path = ios/ARTSurfaceView.m; sourceTree = ""; }; - 704C525C1E2E631E369793D288EDC211 /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; - 706BD084D3614677F1F93407910DC559 /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDeviceInfo.h; path = React/CoreModules/RCTDeviceInfo.h; sourceTree = ""; }; - 707120DD0B50E19FE10F2FB2F46CE503 /* EXVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewController.h; sourceTree = ""; }; - 70735C22847AF52492A4E1C2786C80DA /* lossless_enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_msa.c; path = src/dsp/lossless_enc_msa.c; sourceTree = ""; }; - 707B5972B78A11D23C88E947EDAFEEDA /* EXHaptics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.debug.xcconfig; sourceTree = ""; }; - 70889C20B2B9CB6BFEB33E64450AAA66 /* FIRCLSFeatures.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFeatures.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h; sourceTree = ""; }; - 7088A6574CAAC8312D11A27D45D3931C /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; - 70A8C6FDEE4DE08A84413668A69499FF /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; - 70ACFD097CEC9691CBC2F6EE5CE13D76 /* OpenSSLUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSLUtils.cpp; path = folly/io/async/ssl/OpenSSLUtils.cpp; sourceTree = ""; }; - 70C5F8825983D439F7613DFE8ED65B37 /* BSGSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGSerialization.h; sourceTree = ""; }; - 70D3842005D4B48F1A7A26D832E4D45C /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; - 7101DBFB47A3DACE072B4BCBF4D3A2E7 /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsilib.h; sourceTree = ""; }; - 71226302BE45A7B0F501A945DA65C8AB /* glog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.debug.xcconfig; sourceTree = ""; }; - 7123BFB46004B3431DD663F033E03DD1 /* react-native-safe-area-context-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-safe-area-context-dummy.m"; sourceTree = ""; }; + 701A440548772DC4457C2E216D7E6C2A /* SysStat.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysStat.cpp; path = folly/portability/SysStat.cpp; sourceTree = ""; }; + 701D1EC62EE0555F1B3B989727DA3BD7 /* TokenBucket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TokenBucket.h; path = folly/TokenBucket.h; sourceTree = ""; }; + 7021B0891E3EF2D15D5F8A95B5F222E9 /* RNCAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearance.h; path = ios/Appearance/RNCAppearance.h; sourceTree = ""; }; + 703F3EDBA1506BEA39E7828715FA9056 /* keyvalq_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = keyvalq_struct.h; path = src/event2/keyvalq_struct.h; sourceTree = ""; }; + 704498D4EA33D3221D682BAFB6798A48 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; + 704CC31C169BCD0285AEBE1C54B0438F /* Assume-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Assume-inl.h"; path = "folly/lang/Assume-inl.h"; sourceTree = ""; }; + 704E344D9356139FEC160C45ED305C6D /* GDTCCTCompressionHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTCompressionHelper.m; path = GoogleDataTransport/GDTCCTLibrary/GDTCCTCompressionHelper.m; sourceTree = ""; }; + 706BDF96E08540D48AA9FE0DB0AE6A1D /* BlockingQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlockingQueue.h; path = folly/executors/task_queue/BlockingQueue.h; sourceTree = ""; }; + 707120EB2F88D8BF38D004293B1B2A95 /* SKInvalidation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKInvalidation.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.h; sourceTree = ""; }; + 707350543CB765161BB8FCCB9BF0C27A /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; + 709FD90A56947CA236309643CCEEED9A /* EXAV.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAV.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 70A17B18E07CC621370195C1D289CAE5 /* backward_references_cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_cost_enc.c; path = src/enc/backward_references_cost_enc.c; sourceTree = ""; }; + 70E466B7FE4F205EEEB3791DE5EDEE2E /* DrivableExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DrivableExecutor.h; path = folly/executors/DrivableExecutor.h; sourceTree = ""; }; + 70FF1F7C29A15985F25074E738E16C36 /* EXWebBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXWebBrowser-prefix.pch"; sourceTree = ""; }; + 710CD76DFD3F9007B8A9F45CE8FC042E /* UMKernelService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMKernelService.h; sourceTree = ""; }; + 7118C076F64E70D58326FDFE49203797 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; 7125FF740077098B59A78E66EB1F40FE /* Pods-ShareRocketChatRN.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-ShareRocketChatRN.modulemap"; sourceTree = ""; }; - 71422610A71BCC782162D4C1985042BE /* REAFunctionNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAFunctionNode.m; 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 = ""; }; - 718BB8333B0F2AF0FD3F8AC14960DB95 /* GDTCOREvent_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREvent_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCOREvent_Private.h; sourceTree = ""; }; - 719A358C95C4D18F0996733D16D8DF75 /* FrameFlags.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameFlags.cpp; path = rsocket/framing/FrameFlags.cpp; sourceTree = ""; }; - 71C4F8A509858F0EEF216A83E95038B7 /* UMFaceDetectorInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFaceDetectorInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 71DDBA22A54A2202A50E664AA0487711 /* FIRInstallationsHTTPError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsHTTPError.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.h; sourceTree = ""; }; - 71F85104E15DF327B11C6C8453AF51AA /* EXPermissions.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.release.xcconfig; sourceTree = ""; }; - 71FD17783F95E2307B7E3ABB57E63FCF /* RNFastImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFastImage-dummy.m"; sourceTree = ""; }; - 721E5C5CA3B7FFC6A3BFE71F5AAB9DCA /* visibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = visibility.h; path = src/event2/visibility.h; sourceTree = ""; }; - 7240364BB7ECA752079255E9550DC1B0 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 724222916FDF729109D5383D15A87522 /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; - 724EFD210DEA7870D40BD8ADA7C3B631 /* QBVideoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIconView.h; path = ios/QBImagePicker/QBImagePicker/QBVideoIconView.h; sourceTree = ""; }; + 712E39366D8E0828AC4D8575DC076C9D /* UIImage+Metadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Metadata.m"; path = "SDWebImage/Core/UIImage+Metadata.m"; sourceTree = ""; }; + 7137179175A491EDE1EF509DF7504106 /* FIRCrashlytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCrashlytics.m; path = Crashlytics/Crashlytics/FIRCrashlytics.m; sourceTree = ""; }; + 714FB88EB9EF0F51E4EB31DC508E4271 /* CallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallInvoker.h; path = ReactCommon/CallInvoker.h; sourceTree = ""; }; + 71605BD2BC2B824D4F0CFE73271360CA /* AsyncSocketException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncSocketException.h; path = folly/io/async/AsyncSocketException.h; sourceTree = ""; }; + 7164C6658381E354D5DAE68D9912620E /* GoogleDataTransport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransport-dummy.m"; sourceTree = ""; }; + 7186ABE1D68C41FE1354917432A973C2 /* ThreadLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLock.h; path = Core/ThreadLock.h; sourceTree = ""; }; + 7192FE90FD5EE26E0070D1C8CD0ACCEB /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/Core/UIImage+ForceDecode.m"; sourceTree = ""; }; + 71A21D9195C83B64B866CD60A41228ED /* EXWebBrowser.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXWebBrowser.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 71B5D1DF5B54E9D7A7E43CC2101BE18F /* FIRCLSDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDefines.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h; sourceTree = ""; }; + 71C3A3EBFDB121BA35117840A4D9B84A /* Subprocess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Subprocess.h; path = folly/Subprocess.h; sourceTree = ""; }; + 71C9A72AA0CEB522B66774B3632B628D /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "ios/QBImagePicker/QBImagePicker/zh-Hans.lproj"; sourceTree = ""; }; + 71DBA7D6F1A8B626B9AF99C091750760 /* LNAnimatorTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNAnimatorTemp.m; sourceTree = ""; }; + 71EC1E98D2E488710B2D84B5D46D9CA1 /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; + 71F6EF0370B4E4A3D1BED16FBB8072C7 /* ThreadedRepeatingFunctionRunner.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadedRepeatingFunctionRunner.h; path = folly/experimental/ThreadedRepeatingFunctionRunner.h; sourceTree = ""; }; + 72018EF8F6BC08C888661894C6FFA629 /* RSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocket.h; path = rsocket/RSocket.h; sourceTree = ""; }; + 72135FC74ACCFAB8B43BCF231D0D9BB3 /* BugsnagUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagUser.m; sourceTree = ""; }; + 72186BE069602CF8CB12BEE27AF9A3FA /* IPAddressSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressSource.h; path = folly/detail/IPAddressSource.h; sourceTree = ""; }; + 7229382BD8C866150717FB3223A02293 /* Future-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Future-inl.h"; path = "folly/futures/Future-inl.h"; sourceTree = ""; }; + 722CCDEA7CAF2F123BB30C90BBA37E78 /* pkcs12.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pkcs12.h; path = ios/include/openssl/pkcs12.h; sourceTree = ""; }; + 722DABF605073765A54E53B1660AB998 /* SKObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKObject.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKObject.mm; sourceTree = ""; }; + 72349ED3961D126A6D4CBFCDEA3EB7FA /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = ""; }; + 724C05C5AEDDF97FE914F96BF88AD8FF /* EXPermissions.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXPermissions.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 72538BAC908B8990BB5F2942A1384909 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 72558F571738704549E1838E845D2770 /* libEXLocalAuthentication.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXLocalAuthentication.a; path = libEXLocalAuthentication.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 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 = ""; }; - 729497AD49DA3890D6D3A38C2E450F46 /* FIRCLSMachO.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachO.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.m; sourceTree = ""; }; - 72C2303716E7E544157684BD0531182D /* BSG_KSCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry.h; sourceTree = ""; }; - 72D1ACE1042EF3C61A172B76FC474520 /* 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; }; + 72715B1D86FA4D5B976C67EF562C31EC /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; + 728312F4134595EC149897B579636E08 /* BugsnagSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSession.h; sourceTree = ""; }; + 729136C288E5A9D3E7AC8297E3383DA7 /* React-cxxreact.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.release.xcconfig"; sourceTree = ""; }; + 729FBC5CAEB9D890E56D954DDCF77722 /* BSG_KSCrashReportStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashReportStore.m; sourceTree = ""; }; + 72B4D1A8A7D486313A32FD84B6F9EEE0 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; 72DE4BF3FB9CE0858E90F96FEF8A53AE /* libRNDateTimePicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNDateTimePicker.a; path = libRNDateTimePicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 72DEDA9434070E025CEB325851F0C683 /* SlowFingerprint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SlowFingerprint.h; path = folly/detail/SlowFingerprint.h; sourceTree = ""; }; 72E494917AC5EC2582197F07061A28B0 /* libEXPermissions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXPermissions.a; path = libEXPermissions.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 72F0BC3464E6528FEF45F552EE41C0AC /* react-native-simple-crypto-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-simple-crypto-prefix.pch"; 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 = ""; }; - 73260C8572225C8014430F1919F805CB /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 734C8E4BC89C8F01BCC3E27668DC7881 /* UMConstantsInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.debug.xcconfig; sourceTree = ""; }; - 737D309F650EAA414F379B6BEB0950A3 /* RCTI18nManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTI18nManager.mm; sourceTree = ""; }; - 738956F9CC1E2B45686DC90A55AD3395 /* BSG_KSDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSDynamicLinker.h; 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 = ""; }; - 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 = ""; }; - 73A98A77CD3A29D350923E4ABEFB2250 /* MMKV.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MMKV.debug.xcconfig; sourceTree = ""; }; - 73B1FD340D0E31781AB2DDD52ED94003 /* EXConstants.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXConstants.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 73D02A9E80426CEB36A606AA0B06A9E7 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 73E2B26B49CCF57F4F2FBF4809F14470 /* FBLPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromises.h; path = Sources/FBLPromises/include/FBLPromises.h; sourceTree = ""; }; - 73E68BFFEF2D9F79377DDBCF1D8EA68B /* QBImagePickerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBImagePickerController.m; path = ios/QBImagePicker/QBImagePicker/QBImagePickerController.m; sourceTree = ""; }; - 73F8144DCB6BD6FCDCF1EE7F69F05523 /* RCTKeyCommandConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandConstants.m; path = ios/KeyCommands/RCTKeyCommandConstants.m; sourceTree = ""; }; - 73FBE46C3F16D233E2242553C597F349 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; - 74081050700BF5CB49284C13A580DF52 /* RNImageCropPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.debug.xcconfig; sourceTree = ""; }; - 740E3F21A2345367A0E1E8A7430F17B5 /* cast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cast.h; path = ios/include/openssl/cast.h; sourceTree = ""; }; - 74168BBA4DD66DB5067462EF1B20A4B5 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; - 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 = ""; }; - 7499AE1CD6FA7917C23F8264BF6D1615 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; - 749A9FD28E9D0E2E26FEFA3CB6C51742 /* RNGestureHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandler.h; path = ios/RNGestureHandler.h; sourceTree = ""; }; - 74B4A9A98C91FB7AE22ABFAFD0A8AAF5 /* RNFBAppModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBAppModule.h; path = ios/RNFBApp/RNFBAppModule.h; 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 = ""; }; - 74E046DC200091BD11B686E38F5EF577 /* RNFetchBlobReqBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobReqBuilder.h; path = ios/RNFetchBlobReqBuilder.h; sourceTree = ""; }; - 74F3803F542E8771E6192D36D0FC01A7 /* RSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocket.h; path = rsocket/RSocket.h; sourceTree = ""; }; - 75115AC85BF3FA90D1B09323091BA2B1 /* REASetNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REASetNode.h; sourceTree = ""; }; - 75142469360160A29114C49BE60A9BA9 /* react-native-notifications.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.debug.xcconfig"; sourceTree = ""; }; - 752B14194E6FB7F6BB40E18FE5F86A5E /* KeyCommands.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeyCommands.release.xcconfig; 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 = ""; }; - 755670D96B718C5C37FFF1D692FCD002 /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; - 755D288E71799C55B35C4C01FA4E9849 /* FirebaseInstallations-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstallations-dummy.m"; sourceTree = ""; }; - 757267653E55024B5266B83A1DD4F89B /* BSG_KSCrashSentry_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_Signal.c; 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 = ""; }; - 75C54F4BD4A8E740A1E6E8923E574ED3 /* IOObjectCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOObjectCache.h; path = folly/executors/IOObjectCache.h; 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 = ""; }; - 760FBA164CE4D40C5152C8A412EB67A7 /* TurboModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModule.cpp; path = turbomodule/core/TurboModule.cpp; sourceTree = ""; }; - 7613A9E875DBAF77677DB4C10B346C42 /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = FirebaseCore/Sources/FIRComponentContainerInternal.h; sourceTree = ""; }; - 76231EC71D774BB102B80089570B7A6E /* TOCropViewControllerTransitioning.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropViewControllerTransitioning.h; path = "Objective-C/TOCropViewController/Models/TOCropViewControllerTransitioning.h"; sourceTree = ""; }; - 762B6808AE03BB3DB53A7CBD873D57D8 /* BSG_KSCrashCallCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashCallCompletion.m; sourceTree = ""; }; - 762FD21B3739F5F2E25B8A6DCF36BE18 /* FrameHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameHeader.h; path = rsocket/framing/FrameHeader.h; sourceTree = ""; }; - 7647854FBFB397F83ED8C01851904487 /* libcrypto.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libcrypto.a; path = ios/lib/libcrypto.a; 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 = ""; }; - 76896F14E643A1222C612EE96A9558E1 /* CString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CString.cpp; path = folly/lang/CString.cpp; sourceTree = ""; }; - 769AEE4652D593F049958B31A4AF3D6E /* yuv_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips32.c; path = src/dsp/yuv_mips32.c; sourceTree = ""; }; - 76B6C5B83520BEBD1977F96D9B90BD28 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; - 76BC889C5145EE1E46EC749F705D91DB /* RNCMaskedView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCMaskedView-prefix.pch"; sourceTree = ""; }; - 76C7B352ECB59D6AD00538A93798281B /* BugsnagBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagBreadcrumb.m; sourceTree = ""; }; - 76DCA31225F0F536320F9DCD363F7B05 /* HighlighterView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HighlighterView.h; sourceTree = ""; }; - 76E2ECEA10150649C9E394FD8ACABD25 /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; - 76F0FD6E0C17DADB617DF6B66B56A3E1 /* tag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tag.h; path = src/event2/tag.h; sourceTree = ""; }; - 76F2F45582CA602BD319E894FC221BB6 /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSRWebSocket.h; path = Libraries/WebSocket/RCTSRWebSocket.h; sourceTree = ""; }; - 77020B5DF9FF25FDF9E2208D2E674B9C /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.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 = ""; }; - 770A786FFE0D249F171BB2FBF797D05C /* RNFBAnalytics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFBAnalytics-prefix.pch"; 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 = ""; }; - 773A296DC9FC5A6BC8636133EE686724 /* EXAppleAuthenticationButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthenticationButton.h; path = EXAppleAuthentication/EXAppleAuthenticationButton.h; 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 = ""; }; - 779F6D300A2185073CA6AA56EDB08BB3 /* RNDateTimePicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDateTimePicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 77A4905AA8F9B58112D16BD1AE111439 /* RNCSafeAreaProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaProvider.h; path = ios/SafeAreaView/RNCSafeAreaProvider.h; sourceTree = ""; }; - 77B48393BB988BF364667988627B72CA /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; - 77BBDAFB29DEEDCBB1C0E98CB8451025 /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; - 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 = ""; }; - 7810AA7B61C66E5168A99227EFFF31A6 /* react-native-netinfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-netinfo-dummy.m"; sourceTree = ""; }; - 781D24F33E0BF67A5185B7C17D587155 /* Aes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Aes.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 = ""; }; - 7862928F09842A7D47C7A8599F03B215 /* PublisherBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PublisherBase.cpp; path = rsocket/statemachine/PublisherBase.cpp; sourceTree = ""; }; + 72FAEFBC8F82C2D9046EE24A2AF8462F /* RNConfigReader-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNConfigReader-prefix.pch"; sourceTree = ""; }; + 73028C74616B13EE27DB0B625009D8F6 /* HazptrHolder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrHolder.h; path = folly/synchronization/HazptrHolder.h; sourceTree = ""; }; + 730610C4B61A4BDCA0C5E7649948C6CA /* Restart.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Restart.h; path = ios/Restart.h; sourceTree = ""; }; + 730DC4802E7FA58C36C36228B5809C99 /* JitsiMeet.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JitsiMeet.framework; path = Frameworks/JitsiMeet.framework; sourceTree = ""; }; + 73344FF0A55AADB18BC8309D96284B42 /* FBLPromise+Always.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Always.m"; path = "Sources/FBLPromises/FBLPromise+Always.m"; sourceTree = ""; }; + 7342DB8A7219D40BF6F5C8A05BD43FAD /* ThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadPoolExecutor.cpp; path = folly/executors/ThreadPoolExecutor.cpp; sourceTree = ""; }; + 735B6FDBC34EA389B644AC0048BCE41B /* FramedDuplexConnection.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FramedDuplexConnection.cpp; path = rsocket/framing/FramedDuplexConnection.cpp; sourceTree = ""; }; + 735DFE0C30A07056744135BDC3C24023 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; + 73628F776FC87D5206BAEDD9938E7836 /* BSG_KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodecObjC.h; sourceTree = ""; }; + 7377BBED16070D9E63C969A8D79B218B /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; + 7380A0311BEB2E8A86522B2BDC9001A1 /* Orientation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Orientation.m; path = iOS/RCTOrientation/Orientation.m; sourceTree = ""; }; + 738FB18D555A9506EB6504ACDD0FBC91 /* SKHiddenWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKHiddenWindow.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKHiddenWindow.h; sourceTree = ""; }; + 7399498A6DEE8A33B485D75E69760D75 /* RNScreens-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNScreens-prefix.pch"; sourceTree = ""; }; + 73B2F9AACB557ACF453A3D48A1ABE8F2 /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; + 73B34F04D5EF826A8EA99E9F471688FE /* RNFBCrashlyticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBCrashlyticsModule.h; path = ios/RNFBCrashlytics/RNFBCrashlyticsModule.h; sourceTree = ""; }; + 73D4F4050E5A8015ABB0334CD3381152 /* ThreadLock_Win32.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadLock_Win32.cpp; path = Core/ThreadLock_Win32.cpp; sourceTree = ""; }; + 73E1A263E02A42ABE4328042480A9FC2 /* MiniPBCoder_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MiniPBCoder_OSX.cpp; path = Core/MiniPBCoder_OSX.cpp; sourceTree = ""; }; + 73E1F34E7FC3565F04DD718354810F51 /* FirebaseCoreDiagnostics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnostics.debug.xcconfig; sourceTree = ""; }; + 73E7583A4E9D93D78920F3903CFA2807 /* FIRCLSdSYM.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSdSYM.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.h; sourceTree = ""; }; + 73F27E971B9C935605AFBD8647298068 /* UMViewManagerAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapter.h; sourceTree = ""; }; + 73F41BD84043BBB568BF69AC65091293 /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; + 73F932A6F9FD76BB3E57E6D2DE2C1C99 /* ConnectionSet.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectionSet.cpp; path = rsocket/internal/ConnectionSet.cpp; sourceTree = ""; }; + 7406630AF703CB0565A9306488554ABD /* RCTLinkingPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLinkingPlugins.mm; sourceTree = ""; }; + 741B31EA52D82E965640CBAC9EC02AC0 /* filters_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_utils.c; path = src/utils/filters_utils.c; sourceTree = ""; }; + 743D61B261CD833127B0F72F1E8AAAE7 /* ThreadName.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadName.cpp; path = folly/system/ThreadName.cpp; sourceTree = ""; }; + 744C668A06B341AFF05286BB9E32A1FF /* RNNotificationCenterMulticast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterMulticast.h; path = lib/ios/RNNotificationCenterMulticast.h; sourceTree = ""; }; + 7459487F20F9F9AF28F12620FBB881FD /* FBLazyVector.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.release.xcconfig; sourceTree = ""; }; + 745CFC87F29BC850356E63C9D74536D3 /* QBSlomoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBSlomoIconView.m; path = ios/QBImagePicker/QBImagePicker/QBSlomoIconView.m; sourceTree = ""; }; + 7470075768550BF7918997F95519516F /* dsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsp.h; path = src/dsp/dsp.h; sourceTree = ""; }; + 74996EFADABC5F6087FBA2DF76CD9D10 /* Singleton.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Singleton.cpp; path = folly/Singleton.cpp; sourceTree = ""; }; + 749D1586571B6D58613393DCCCBC1BE2 /* SKInvalidation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKInvalidation.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.m; sourceTree = ""; }; + 74CA63F9592BB2F706281BBA9FB2CCE8 /* FBCxxFollyDynamicConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FBCxxFollyDynamicConvert.mm; path = iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.mm; sourceTree = ""; }; + 74CB5145F26CC00822C74F39B21A627B /* FBLPromise+Recover.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Recover.h"; path = "Sources/FBLPromises/include/FBLPromise+Recover.h"; sourceTree = ""; }; + 74DEE421018A713775C97826DABBF4EB /* FIRCLSURLBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLBuilder.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.h; sourceTree = ""; }; + 7502DEA7F77E4E0C82462B3DB9490C55 /* ts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ts.h; path = ios/include/openssl/ts.h; sourceTree = ""; }; + 75090E4ED475EC634081C026E2BB60A5 /* TurboModuleBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleBinding.h; path = turbomodule/core/TurboModuleBinding.h; sourceTree = ""; }; + 751A0948A94853886BB09B11B02165E1 /* RootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootView.h; path = ios/RootView.h; sourceTree = ""; }; + 7522EB36175A9015ACBCA778B9DF328A /* Semaphore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Semaphore.h; path = folly/portability/Semaphore.h; sourceTree = ""; }; + 75593E47901121701C3C54C49A4B5556 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 7571F9A11426447893F61A7180736A9C /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; + 75ABEFAC2544B597EBE6633666B80A5F /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; + 75ACF0CEF5BFB8FA0B59528E9B689DDC /* FIRCLSDwarfUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfUnwind.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.h; sourceTree = ""; }; + 75B058F5A6093149BA8964D50192516F /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; + 75B59667BA7AF6927D96B5187A19BDAE /* BitIteratorDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitIteratorDetail.h; path = folly/container/detail/BitIteratorDetail.h; sourceTree = ""; }; + 75EC21AD55371A75A2B009697C35CD13 /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; + 75ECD86DE81FA5D6B575D75068874F63 /* OpenSSLUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLUtils.h; path = folly/io/async/ssl/OpenSSLUtils.h; sourceTree = ""; }; + 75FECA8EAA0727E09BB5B229E6D75FD7 /* libevent_core.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libevent_core.a; path = lib/libevent_core.a; sourceTree = ""; }; + 76015B161D8C1B972094A4A618F1CCD0 /* ScheduledRSocketResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledRSocketResponder.cpp; path = rsocket/internal/ScheduledRSocketResponder.cpp; sourceTree = ""; }; + 76038CBE4149FB84C0C5DD7F880DE469 /* RCTDevLoadingViewSetEnabled.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingViewSetEnabled.m; sourceTree = ""; }; + 762BB50A97C7440B271D92F8D6DBB441 /* BSG_KSObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSObjC.c; sourceTree = ""; }; + 7638DCC670E05ECD9C34C60F91AFD1DF /* FixedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FixedString.h; path = folly/FixedString.h; sourceTree = ""; }; + 763F27FFC78F573D79BDCCD4C65D39FB /* AsyncSignalHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncSignalHandler.cpp; path = folly/io/async/AsyncSignalHandler.cpp; sourceTree = ""; }; + 76577F4E493A13129A0A5ECC1C43B190 /* StringKeyedUnorderedSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedUnorderedSet.h; path = folly/experimental/StringKeyedUnorderedSet.h; sourceTree = ""; }; + 76773683CF74B81FDE92FF175E0E9981 /* GDTCORClock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORClock.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORClock.m; sourceTree = ""; }; + 7693A57D3E30440C4A8E9F4902ACAEF6 /* FIRCLSUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUserDefaults.m; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.m; sourceTree = ""; }; + 769E45D6BC9DB8E472B3B91831A9E43F /* REAPropsNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAPropsNode.m; sourceTree = ""; }; + 76A42B77B2664669986DB73D8AC8C718 /* pqueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pqueue.h; path = ios/include/openssl/pqueue.h; sourceTree = ""; }; + 76B67B704940966281A631BCAF9710EB /* log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log.h; path = yoga/log.h; sourceTree = ""; }; + 76B870C06BC82C9802AD6082D5F9B79A /* RValueReferenceWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RValueReferenceWrapper.h; path = folly/lang/RValueReferenceWrapper.h; sourceTree = ""; }; + 76DDECCD3450DE1ECB69FCA42A4CDF86 /* React-RCTVibration.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.release.xcconfig"; sourceTree = ""; }; + 76E6A1C5FB6A6CF54EBFF4AACE2AAFC9 /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; + 76E7E352DB1D4A977CA9AE5CB3AFD142 /* FIRCLSApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSApplication.h; path = Crashlytics/Crashlytics/Components/FIRCLSApplication.h; sourceTree = ""; }; + 770716D2C38E103B6C3EB855A982ABF8 /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; + 770732A3912A8AF3AAD542E5DD2DD4BC /* UMFontManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontManagerInterface.h; path = UMFontInterface/UMFontManagerInterface.h; sourceTree = ""; }; + 771EBAE54FD596814C5A0C36613AD315 /* MMKV-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MMKV-prefix.pch"; sourceTree = ""; }; + 772458BBB0D88E73E8793C32AE4F5BBD /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; + 772855AAACE040FD55D921AE3761026F /* FIRCLSUserDefaults_private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserDefaults_private.h; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults_private.h; sourceTree = ""; }; + 772A34841F9F026D06FC5A267798F91B /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Sources/Private/FIRLogger.h; sourceTree = ""; }; + 773DCF23A218211E3AF1F1E775907154 /* F14Mask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Mask.h; path = folly/container/detail/F14Mask.h; sourceTree = ""; }; + 775305329771C4D6BAE4A455ECF0FB8E /* FBReactNativeSpec.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.debug.xcconfig; sourceTree = ""; }; + 7754263A580B5143001A945B728F2CC9 /* RCTAsyncLocalStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAsyncLocalStorage.mm; sourceTree = ""; }; + 77693AF7EF83D9AEA79D1461B684A659 /* EXFileSystem.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.debug.xcconfig; sourceTree = ""; }; + 776D1C375CC0567F8776866DC862077C /* rc4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rc4.h; path = ios/include/openssl/rc4.h; sourceTree = ""; }; + 77724DE8B9FCC973F00C87CD1070213A /* neon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = neon.h; path = src/dsp/neon.h; sourceTree = ""; }; + 777B7D1E0E46481A3E11E42C7217466F /* Yoga.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.debug.xcconfig; sourceTree = ""; }; + 7798C4BC7CAF4188A56C2956DD12AB7C /* Math.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Math.h; path = folly/portability/Math.h; sourceTree = ""; }; + 77A1458A01CC8F538A51983E768C0ABE /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; + 77A34398C54062754130A467F9CB01C7 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; + 77BBF5B1E3FB53C13488A938482C4740 /* React-Core.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-Core.modulemap"; sourceTree = ""; }; + 77DFC31DF41FD4FA1C947689F6BBFD0D /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; + 77E4622B12F44B3AC85C982D0671D218 /* UMLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMLogManager.m; sourceTree = ""; }; + 77F896FE89FCE573DB8920EECD2D9BD2 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; + 77FB42E7D8AC8D67F4478E7F538C6A8C /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; + 780034BD9110DB350AB6E0EA51B02D26 /* Flipper-Folly.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-Folly.debug.xcconfig"; sourceTree = ""; }; + 7817001B67DAFD95CDD5C449BF6DE55C /* GDTCORFlatFileStorage+Promises.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GDTCORFlatFileStorage+Promises.m"; path = "GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage+Promises.m"; sourceTree = ""; }; + 781C2734933B3DBEAFF2E307704A3A38 /* StreamThroughputTcp.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamThroughputTcp.cpp; path = rsocket/benchmarks/StreamThroughputTcp.cpp; sourceTree = ""; }; + 7825DAC457D499958684BC93DEC366B3 /* Log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Log.h; path = xplat/Flipper/Log.h; sourceTree = ""; }; + 783EB190626A6C74E95830419408F572 /* Future.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Future.h; path = folly/futures/Future.h; sourceTree = ""; }; + 784BF6F35515619B15E7ECA2C1EA3045 /* opensslv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = opensslv.h; path = ios/include/openssl/opensslv.h; sourceTree = ""; }; 7862C607B7BE0510C2D65193F9B4B4F9 /* libTOCropViewController.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libTOCropViewController.a; path = libTOCropViewController.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 78632D17A6C81F2D04A9D98ADFD87CEC /* DeviceUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DeviceUID.m; path = ios/RNDeviceInfo/DeviceUID.m; sourceTree = ""; }; - 788CC0E370887A3B71DD1C573EF30B1F /* EXAppleAuthentication.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppleAuthentication.debug.xcconfig; sourceTree = ""; }; - 78B01E7FC2B1FC5F82A3EBBC435810B0 /* GULNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULNSData+zlib.h"; path = "GoogleUtilities/NSData+zlib/Public/GULNSData+zlib.h"; 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 = ""; }; - 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 = ""; }; - 794282521CF094D7E99A8B5BF4261430 /* UMDeviceMotionInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDeviceMotionInterface.h; path = UMSensorsInterface/UMDeviceMotionInterface.h; sourceTree = ""; }; - 794413679EF9D4E33E909FEEE391632C /* UMFileSystemInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.release.xcconfig; sourceTree = ""; }; - 796CD8553C5802D31544788DC42D6954 /* FIRStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRStackFrame.h; path = Crashlytics/Crashlytics/Public/FIRStackFrame.h; sourceTree = ""; }; - 7979174E199C74B76A7458BAF5D73202 /* RNFBApp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFBApp-prefix.pch"; sourceTree = ""; }; - 798282BDC68E3ED3CB38359E36D07972 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; - 799028AACA216BADD41A165C2F4AD654 /* Flipper-Folly.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-Folly.debug.xcconfig"; 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 = ""; }; - 79CB455F34EE0243417E474527E3A498 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; - 79D188D46EDAA009DD1CDFE99D575D09 /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; - 79E0A5D35BB7344824EE2C24204CAB73 /* FIRCLSSerializeSymbolicatedFramesOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSerializeSymbolicatedFramesOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.h; sourceTree = ""; }; - 79FA97B6E71DCAB92EE5A071F047A236 /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; - 7A0F90A558FED00AB43E8DCD8BD78283 /* JemallocHugePageAllocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JemallocHugePageAllocator.h; path = folly/experimental/JemallocHugePageAllocator.h; 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 = ""; }; - 7A354B4881B7952BE766F10F894371F0 /* UMViewManagerAdapterClassesRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapterClassesRegistry.m; 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 = ""; }; - 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 = ""; }; - 7A7F87151631B92B061118C6ECE90E71 /* UMFileSystemInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFileSystemInterface.h; path = UMFileSystemInterface/UMFileSystemInterface.h; sourceTree = ""; }; - 7A89E4A30B0E3CDA97DDDF57758BDC4E /* RCTRequired.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.release.xcconfig; sourceTree = ""; }; - 7A91D3FB33D5160F075201182130FBF5 /* RCTAnimationPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimationPlugins.mm; sourceTree = ""; }; - 7AA1A1F30D6D425B686F5BE9F4157F1C /* RNCSafeAreaProviderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaProviderManager.m; path = ios/SafeAreaView/RNCSafeAreaProviderManager.m; sourceTree = ""; }; - 7AB47442248DCD53C3CD5BBC929A4D30 /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; - 7ABCAEFC7D15A90961B2F0FE7C6BEFA0 /* UMReactNativeAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeAdapter.m; sourceTree = ""; }; - 7AC980CE9E0C93ACED4762B5E0445292 /* RNCSafeAreaViewEdges.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewEdges.m; path = ios/SafeAreaView/RNCSafeAreaViewEdges.m; sourceTree = ""; }; - 7AD97723A063BF19FEC68DF897D27118 /* RNReanimated.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNReanimated.release.xcconfig; sourceTree = ""; }; - 7AE7E3CDE7CD356A9862BD899B71C9B4 /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; - 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 = ""; }; - 7B1731A628203B06831BEB10F2F4129C /* ro.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ro.lproj; path = "Objective-C/TOCropViewController/Resources/ro.lproj"; sourceTree = ""; }; - 7B1CC6A14233CB4B016C2990D743D6CF /* RCTTypedModuleConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTypedModuleConstants.h; 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 = ""; }; - 7B3CCC623058690AD5F00C57BFB79B3D /* GULKeychainUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainUtils.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m; sourceTree = ""; }; - 7B58ACE3455CE27C415E35751B672BF8 /* Folly.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.release.xcconfig; sourceTree = ""; }; - 7B702A0FADE5DC10F1769FF5564E5765 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTResizeMode.m; sourceTree = ""; }; - 7B89F43464D3C2841770D76BF7A11406 /* RNScreens-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNScreens-dummy.m"; sourceTree = ""; }; - 7B8B9B4E0321EFB6FA2521EA586B4DFD /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; - 7B95F534944C97E520CBDEBBE98A6007 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; - 7BA05F55B989FF710AE258AFDEE5988E /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; 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 = ""; }; - 7BCFDF3E4D566ED43E69D84895C1F8B4 /* react-native-blur-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-blur-prefix.pch"; 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 = ""; }; - 7BFF4C5E83D843762B1A16E25460CB1F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; 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 = ""; }; - 7C177F3F39A73631C74791F4CC69AB21 /* react-native-netinfo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-netinfo.debug.xcconfig"; sourceTree = ""; }; - 7C329E3C30418AA2D458306272EC699E /* BSG_KSCrashReportFilterCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilterCompletion.h; sourceTree = ""; }; - 7C420411B1148BBC0AD7C9DE767407D3 /* RNBootSplash.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNBootSplash.debug.xcconfig; sourceTree = ""; }; - 7C5CAA57C12C0FCEF7D5AAEF638D9F79 /* Cast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Cast.h; path = folly/lang/Cast.h; sourceTree = ""; }; - 7C7E51D22D0BE7842EA0D1E89A7AE480 /* REABezierNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABezierNode.h; sourceTree = ""; }; - 7C872ADBA9ED57BB2326F2B637F20D5D /* QBAlbumsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumsViewController.h; path = ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.h; 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 = ""; }; - 7CBB7394104549553638DD49E110C941 /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = decorator.h; sourceTree = ""; }; - 7CBB97694C96A6762AF6EE71BB906371 /* EXKeepAwake-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXKeepAwake-prefix.pch"; sourceTree = ""; }; - 7CC28B5B270E7445B52FFAB5B588EFA1 /* Flipper-RSocket-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-RSocket-prefix.pch"; sourceTree = ""; }; - 7CCB3C267F8BF136BE0E86C683F7377D /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; 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 = ""; }; - 7CDA568B2D288275E97B27215362C132 /* RNNotificationParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationParser.m; path = RNNotifications/RNNotificationParser.m; sourceTree = ""; }; - 7CEB650B83477F874D24F57F0C8164BC /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; - 7D04A51C12D534C5431B1127C7E1B01D /* 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; }; - 7D0A55543B055D21E4E2D873085D1424 /* FBLPromise+Async.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Async.m"; path = "Sources/FBLPromises/FBLPromise+Async.m"; sourceTree = ""; }; - 7D0BA60BB0232FA3D6A3F4FB7D50349D /* KeyCommands.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = KeyCommands.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 7D4F28ABEAD6056D52EF74E60EC2B182 /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; - 7D5C967BD780F20E700AEA22FA14D2FE /* FIRCLSRecordHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordHost.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.h; sourceTree = ""; }; - 7D74CC114AC63595CB1F910FC51D4B8D /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; - 7D778FBB5BB438017DA1A03F67FB36F4 /* FBLPromise+Always.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Always.m"; path = "Sources/FBLPromises/FBLPromise+Always.m"; sourceTree = ""; }; - 7D918544FAA1512877A6DBA3F16FA19B /* GDTCCTPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTPrioritizer.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTPrioritizer.h; sourceTree = ""; }; - 7DA84AE32131D08F05F5314ADE1BBA82 /* RNBootSplash.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNBootSplash.release.xcconfig; sourceTree = ""; }; - 7DC33E903E83A31D9689A6DD1A54A6ED /* FlipperCppBridgingConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperCppBridgingConnection.mm; path = iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.mm; sourceTree = ""; }; - 7DD299D0224EB00320A7B02A4AD3623D /* RCTRequired.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRequired.h; path = RCTRequired/RCTRequired.h; sourceTree = ""; }; - 7DDB150D0D6A64A1DF3E63B464F3D679 /* UMSingletonModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMSingletonModule.h; path = UMCore/UMSingletonModule.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 = ""; }; - 7DED7868F69719749AD0592C42793FBB /* 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; }; - 7E074E72FAA8B2520F43080EF554B384 /* RCTTVNavigationEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTVNavigationEventEmitter.h; path = React/CoreModules/RCTTVNavigationEventEmitter.h; sourceTree = ""; }; - 7E0ABF6A3008DC62DF39C50AD01515B9 /* CodedInputData_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedInputData_OSX.cpp; path = Core/CodedInputData_OSX.cpp; sourceTree = ""; }; + 787C805D558E8E6000335296D249C82F /* BSG_KSSystemInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSystemInfo.m; sourceTree = ""; }; + 78A1052611D927D9329CA9DDA4E33E0B /* GDTCCTUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTUploader.m; path = GoogleDataTransport/GDTCCTLibrary/GDTCCTUploader.m; sourceTree = ""; }; + 78B3F3DFAD6E4AEC3801350698BF0762 /* TimeoutManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimeoutManager.cpp; path = folly/io/async/TimeoutManager.cpp; sourceTree = ""; }; + 78B8AFD0682143495CDEECA234530A3F /* UICollectionView+SKInvalidation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "UICollectionView+SKInvalidation.mm"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UICollectionView+SKInvalidation.mm"; sourceTree = ""; }; + 78C963925B11C2580B0D59169A0FD793 /* webp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_enc.c; path = src/enc/webp_enc.c; sourceTree = ""; }; + 78EB68FE538F5CFF5D4B5861D303051F /* SDDeviceHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDeviceHelper.h; path = SDWebImage/Private/SDDeviceHelper.h; sourceTree = ""; }; + 78F7C3D535D8D765ADD80DF88B39D21F /* DeferObservable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeferObservable.h; path = yarpl/observable/DeferObservable.h; sourceTree = ""; }; + 78FC2C807A685341E33B2B3A0BD5B407 /* RNDateTimePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePicker.m; path = ios/RNDateTimePicker.m; sourceTree = ""; }; + 78FCEFEBB18D4FA0E223D5394338B249 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; + 790843EE5110EF3026CAAD7777A5330C /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; + 79110F1A05747D50C1203036E907E396 /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; + 7913198B477772C3061107B8816EE018 /* EXKeepAwake.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXKeepAwake.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 79483DF963C623E5FE9ACC998C39A0EA /* Try-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Try-inl.h"; path = "folly/Try-inl.h"; sourceTree = ""; }; + 7970653771118F0492B9CE3C342BAC75 /* Shell.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Shell.cpp; path = folly/system/Shell.cpp; sourceTree = ""; }; + 7979CDFE3E75D067893C6C91402E21C6 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 798E15E8B123AFAFFE3528D1F1D5FA59 /* RCTPlatform.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatform.mm; sourceTree = ""; }; + 799585816ABBDF951BE6188C04E76AD9 /* HighlighterView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = HighlighterView.m; sourceTree = ""; }; + 7997A79A90F794849C2B3ACD48B91EDE /* huffman_encode_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_encode_utils.c; path = src/utils/huffman_encode_utils.c; sourceTree = ""; }; + 79A5D7C88EB142CE157DAD4B7295FA93 /* F14Defaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Defaults.h; path = folly/container/detail/F14Defaults.h; sourceTree = ""; }; + 79A9E5058B5540846CAA9789766F0146 /* GDTCCTCompressionHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTCompressionHelper.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h; sourceTree = ""; }; + 79AB545304B4813854743596E1CAD7F0 /* CPUThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CPUThreadPoolExecutor.cpp; path = folly/executors/CPUThreadPoolExecutor.cpp; sourceTree = ""; }; + 79AFB9909FAF65FB1AA33378CE2DB6DE /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; + 79B73DE5D58DE2EC9FE2E8F1465E9092 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 79C019E88F9683358E6D53611E602A52 /* RCTConvert+FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FIROptions.h"; path = "ios/RNFBApp/RCTConvert+FIROptions.h"; sourceTree = ""; }; + 79DA11ACD1B1FE7C032F234349C7C13F /* FIRCLSReportAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportAdapter.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.m; sourceTree = ""; }; + 79E37A5C6F3D50327B431EBC4B37D9E0 /* BSGConnectivity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGConnectivity.m; sourceTree = ""; }; + 79E7135E4679A3F707C13BDE615420A0 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; + 79F2449702C653F5B5999E6B7A752AE4 /* RSocketParameters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketParameters.h; path = rsocket/RSocketParameters.h; sourceTree = ""; }; + 79F55FE2CA43DD2181B0042251B1A50B /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; + 7A2AAAD29208D1E79574F58F1A8F4865 /* iterator_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = iterator_enc.c; path = src/enc/iterator_enc.c; sourceTree = ""; }; + 7A31CEF1C90E3634B793E265F58A6EB3 /* ARTRadialGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRadialGradient.h; sourceTree = ""; }; + 7A365A407F64D48312B8EDC41463026B /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCRuntime.h; sourceTree = ""; }; + 7A46A776655F75530A99FEFA4A3B9844 /* BSG_KSCrashType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashType.h; sourceTree = ""; }; + 7A4F04036E4B87436691AAFC60343EA0 /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; + 7A5C2E6F340166ED4726B51434A26B02 /* Flipper-PeerTalk.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-PeerTalk.debug.xcconfig"; sourceTree = ""; }; + 7A5CBC6CD9E352A77F6BE953D0EDC8D2 /* StreamRequester.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamRequester.cpp; path = rsocket/statemachine/StreamRequester.cpp; sourceTree = ""; }; + 7A6564ED90374B60F6C2009DB220CF42 /* rpc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rpc.h; path = src/event2/rpc.h; sourceTree = ""; }; + 7A67AB74327A0463BDB47587B9E6CD2F /* RCTAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAppearance.h; path = React/CoreModules/RCTAppearance.h; sourceTree = ""; }; + 7A70E5472AFB2E23545E23F6059E870D /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; + 7A72F0EE734A35567E1E9B40AC51AD2C /* RNFetchBlobReqBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobReqBuilder.m; path = ios/RNFetchBlobReqBuilder.m; sourceTree = ""; }; + 7A9FE98238D890E1E260827DB3B04E65 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 7AA1553E44DE043F47E4A74FD4922802 /* SDDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDisplayLink.m; path = SDWebImage/Private/SDDisplayLink.m; sourceTree = ""; }; + 7AA6D1E7414C8C0DCCCCDEB361A9BFD4 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; + 7AA9C4FFE6A6F756B8989D2E67936A86 /* FileUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FileUtil.h; path = folly/FileUtil.h; sourceTree = ""; }; + 7AB0FA8583801C6725F1DB67E10883C0 /* GULKeychainStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainStorage.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m; sourceTree = ""; }; + 7AB107BF048B1EA2AB39B46699CD6FAA /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; + 7AC97DAAEBD3CE727673123E0FBD5B35 /* FBLPromise+Any.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Any.m"; path = "Sources/FBLPromises/FBLPromise+Any.m"; sourceTree = ""; }; + 7AD5BFB07650E19A0E80836E426CFB00 /* boost-for-react-native.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "boost-for-react-native.release.xcconfig"; sourceTree = ""; }; + 7ADB548258355674B72824EDC7BB7429 /* EnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EnvironmentUtil.h; path = ios/RNDeviceInfo/EnvironmentUtil.h; sourceTree = ""; }; + 7AE57A790B4F39D1624ED03F18776B13 /* alphai_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = alphai_dec.h; path = src/dec/alphai_dec.h; sourceTree = ""; }; + 7AE7844469C6A1526D9764478768A47D /* SDImageIOAnimatedCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOAnimatedCoder.m; path = SDWebImage/Core/SDImageIOAnimatedCoder.m; sourceTree = ""; }; + 7B0E64EAF667F72A1EBB850EB25CC171 /* BugsnagErrorReportApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagErrorReportApiClient.m; sourceTree = ""; }; + 7B38D7152A488C47E0D70A89431B06F1 /* REASetNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REASetNode.m; sourceTree = ""; }; + 7B3F59658E57482C1200E46EC0892F6B /* react-native-restart.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-restart.debug.xcconfig"; sourceTree = ""; }; + 7B496723CD35AE846793F3584FE4A8A6 /* RCTAccessibilityManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAccessibilityManager.mm; sourceTree = ""; }; + 7B4D9D76C88E82AE44DC9FA1A846B71B /* RCTImageStoreManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageStoreManager.mm; sourceTree = ""; }; + 7B54DDF3174E4B5DDE890B372079491A /* Stdlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Stdlib.h; path = folly/portability/Stdlib.h; sourceTree = ""; }; + 7B54F48337C91B3B622FF81B9401C195 /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; + 7B570DDDD63F657F02E595192893E809 /* Flipper-RSocket-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-RSocket-prefix.pch"; sourceTree = ""; }; + 7B5EDAFEF496D118DE987527839D4D9D /* UMReactNativeAdapter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMReactNativeAdapter-dummy.m"; sourceTree = ""; }; + 7B67E66DFD8A9E75AE8431CE4AC4065F /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; + 7B8AA92954F9ABBA9C067180A927AB50 /* objects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = objects.h; path = ios/include/openssl/objects.h; sourceTree = ""; }; + 7BA7EB520DA4C8A4D78BBBB9448A1967 /* RNFetchBlobFS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobFS.h; path = ios/RNFetchBlobFS.h; sourceTree = ""; }; + 7BBEF497BA8CB94665039748CE64DE34 /* TurboCxxModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboCxxModule.cpp; path = turbomodule/core/TurboCxxModule.cpp; sourceTree = ""; }; + 7BBF4837768C27B29BC733EB24632F2D /* F14Table.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Table.h; path = folly/container/detail/F14Table.h; sourceTree = ""; }; + 7BC44D76E967B9CABE112BB377BFF65D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 7BC7C20A82545EF6315557F7AA7D849A /* RNFBApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBApp.debug.xcconfig; sourceTree = ""; }; + 7BD435C4CCCE9DEF511BAE22A43C7A3C /* ManualExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ManualExecutor.cpp; path = folly/executors/ManualExecutor.cpp; sourceTree = ""; }; + 7BE6D725CE6D39E54A5F1C6C2F6EA9F5 /* FingerprintPolynomial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FingerprintPolynomial.h; path = folly/detail/FingerprintPolynomial.h; sourceTree = ""; }; + 7BEDD9C1AE67DE2C25A976536B88850A /* SingletonRelaxedCounter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingletonRelaxedCounter.h; path = folly/experimental/SingletonRelaxedCounter.h; sourceTree = ""; }; + 7BF3CAB75E83AC0E55288601DB46437C /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; + 7C05AE8BC8044AA7ABCD32D963A4F037 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; + 7C31594E3671DA06DB3BFB367BD0D205 /* EXSessionTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionTaskDelegate.h; sourceTree = ""; }; + 7C317D703BB783C555A10C862B8C27F7 /* RNConfigReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNConfigReader.m; path = ios/RNConfigReader.m; sourceTree = ""; }; + 7C3703C50AE34DF4FB62617DEC6393A0 /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; + 7C50329B666E4109E97CB9D93E5236C4 /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; + 7C520D12C404780F490E254369684B2F /* RCTSha.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSha.m; path = ios/RCTCrypto/RCTSha.m; sourceTree = ""; }; + 7C5991D61FF809ABA8DE7A6A230C0349 /* SparseByteSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SparseByteSet.h; path = folly/container/SparseByteSet.h; sourceTree = ""; }; + 7C8E72F742FC97FBF13B30F52C0AA687 /* utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = utils.c; path = src/utils/utils.c; sourceTree = ""; }; + 7C999929CD1D97C1F4203C58C056DA0E /* EXSessionUploadTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionUploadTaskDelegate.h; sourceTree = ""; }; + 7CA0E2EB43E21B281BC09035388C6315 /* rescaler_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rescaler_utils.h; path = src/utils/rescaler_utils.h; sourceTree = ""; }; + 7CA6CAF6258D35E563F183346A6E0839 /* Iterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Iterator.h; path = folly/container/Iterator.h; sourceTree = ""; }; + 7CB79BA9192A5AE23514325000FAB755 /* UMUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUtilities.h; path = UMCore/UMUtilities.h; sourceTree = ""; }; + 7CB80AFB30DC5A4B590D1F6B6BE20F3B /* Indestructible.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Indestructible.h; path = folly/Indestructible.h; sourceTree = ""; }; + 7CD0621DBEDD6F094ACB995BCD1AE049 /* RNFBApp.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFBApp.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7CEDB1DC9F393A407529DE475DC6D2A4 /* SKYogaKitHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKYogaKitHelper.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKYogaKitHelper.h; sourceTree = ""; }; + 7D00BC8175D6A9DAE312423F8163A315 /* RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotifications.h; path = lib/ios/RNNotifications.h; sourceTree = ""; }; + 7D07BE3E42B0A947B568B8AFAC5898FA /* RequestResponseThroughputTcp.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RequestResponseThroughputTcp.cpp; path = rsocket/benchmarks/RequestResponseThroughputTcp.cpp; sourceTree = ""; }; + 7D0F44E8AF7032C979014A817047B6CD /* UMViewManagerAdapterClassesRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapterClassesRegistry.m; sourceTree = ""; }; + 7D35E5FC16524C794DFC1DD6B41B8C5C /* boost-for-react-native.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "boost-for-react-native.debug.xcconfig"; sourceTree = ""; }; + 7D411A7A5D5F793055E135D8670D09DA /* UMPermissionsInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.debug.xcconfig; sourceTree = ""; }; + 7D444DAF71A5ABAEA114065018A2BC88 /* EXHaptics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXHaptics-prefix.pch"; sourceTree = ""; }; + 7D44ACEBFF418BE6B0AFBB311DD90E3E /* GDTCORTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORTransformer.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORTransformer.m; sourceTree = ""; }; + 7D54F43584740A801BD7E7AE8F37CB51 /* FIRExceptionModel_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRExceptionModel_Private.h; path = Crashlytics/Crashlytics/Private/FIRExceptionModel_Private.h; sourceTree = ""; }; + 7D5A9E6505E77A0784E2144DF8097BA9 /* FIRCoreDiagnostics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnostics.h; path = Firebase/CoreDiagnostics/FIRCDLibrary/Public/FIRCoreDiagnostics.h; sourceTree = ""; }; + 7D5F3B9E18881FA2AFB6231C048D9499 /* FutureSplitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FutureSplitter.h; path = folly/futures/FutureSplitter.h; sourceTree = ""; }; + 7D5F986EFD2EF87648A8243E61637C91 /* ConstexprMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConstexprMath.h; path = folly/ConstexprMath.h; sourceTree = ""; }; + 7D662423968EB9DAC7B3F8BBA6888E61 /* EXAppleAuthentication.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppleAuthentication.debug.xcconfig; sourceTree = ""; }; + 7D6CA51829D0685D5E5243880ECB416B /* MPMCPipelineDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCPipelineDetail.h; path = folly/detail/MPMCPipelineDetail.h; sourceTree = ""; }; + 7D764993665637809BAA618B676D7A1E /* RNFBAnalytics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFBAnalytics-prefix.pch"; sourceTree = ""; }; + 7D83D7BB406A334F590F2B690DF14A90 /* HeterogeneousAccess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HeterogeneousAccess.h; path = folly/container/HeterogeneousAccess.h; sourceTree = ""; }; + 7D8CAA57788C97C97DBD6044171DF2A5 /* QBCheckmarkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBCheckmarkView.h; path = ios/QBImagePicker/QBImagePicker/QBCheckmarkView.h; sourceTree = ""; }; + 7DA2F19F78C56AD06B5D536D5E004568 /* 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; }; + 7DA70BAC5305D97C3320C0A2E8DAFE41 /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; + 7DE41349BA50841A658A80DD85FA60C4 /* RNPanHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPanHandler.h; sourceTree = ""; }; + 7DE4AB1F7B6FD870960E3337AC438B8B /* RNLocalize-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNLocalize-prefix.pch"; sourceTree = ""; }; + 7DE591B4DE57BC15F6383B43911AE6F1 /* syntax_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = syntax_enc.c; path = src/enc/syntax_enc.c; sourceTree = ""; }; + 7E06BCB4AC5C6F71A4BD79FA51D6E2BA /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; + 7E086F8D165A41EC4A7E9532A16376FB /* REAAlwaysNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAlwaysNode.m; 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; }; - 7E109B1431C976080FCB144DF5B3CC44 /* FIRCLSReportAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportAdapter.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.h; sourceTree = ""; }; - 7E247B417ACF7E923F4B262B8E707BAF /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; 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 = ""; }; - 7E75E6E67F482C56EC4FF2D3EB7F33EA /* Hash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hash.h; path = folly/hash/Hash.h; sourceTree = ""; }; + 7E1134205368856653878DB267243C2E /* SanitizeThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SanitizeThread.h; path = folly/synchronization/SanitizeThread.h; sourceTree = ""; }; + 7E114B91E058E14F5FE1CDD059653829 /* SocketAddress.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SocketAddress.cpp; path = folly/SocketAddress.cpp; sourceTree = ""; }; + 7E2516F946E45DE714E68A80CA1F8D94 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 7E2F4ECECA3E2B1091E9E56F1078F224 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; + 7E380D3CF6445EEF7DE63BAE27BF5C02 /* Sha.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Sha.m; sourceTree = ""; }; 7E7E46B76D0AFE3DFC477DC55C5DB326 /* libEXAppleAuthentication.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXAppleAuthentication.a; path = libEXAppleAuthentication.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 7E7ED1B43B43459C24F2DA0285726785 /* EXAudioRecordingPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioRecordingPermissionRequester.m; path = EXAV/EXAudioRecordingPermissionRequester.m; sourceTree = ""; }; - 7E8C21CF84FE03C525D2ED072AA78DCE /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; - 7EA3C07A080C8580BDF69166E8CCBA8B /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; - 7EB6D8FECC88E58F8C3F6C040627E05F /* Fcntl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fcntl.h; path = folly/portability/Fcntl.h; sourceTree = ""; }; - 7EC9AAD18BAB6C40FACF97437C6C9C33 /* FIRCLSReportManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.h; sourceTree = ""; }; - 7ECBBC2611F0C981B4FD94029B690820 /* RCTSettingsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSettingsManager.mm; sourceTree = ""; }; - 7EF020E3BE97E5ACF8C92C060DE73764 /* ResourceBundle-AccessibilityResources-React-Core-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-AccessibilityResources-React-Core-Info.plist"; sourceTree = ""; }; - 7F281D8C67D1E8867F219DD49E7F6453 /* RCTImageLoaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderProtocol.h; path = Libraries/Image/RCTImageLoaderProtocol.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 = ""; }; - 7F5528EA09EFAE6B38E3C1160D4CFDF3 /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = React/CoreModules/RCTWebSocketExecutor.h; sourceTree = ""; }; - 7F5BF85693864C3DF4E7B76BFA9C61A2 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; - 7F962E4A849DE8D3F2FDDB79EF3F790A /* ObservableOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservableOperator.h; path = yarpl/observable/ObservableOperator.h; sourceTree = ""; }; - 7F99225B3C288D326ACCE05570D71411 /* LICENCE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENCE; sourceTree = ""; }; - 7FACE3C2325D6510CB07FF735209CC3B /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; - 7FB2AA31244FC34FC31487A1D466C376 /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; - 7FBAA894CE5747B29CE616102D70E5F2 /* TypeInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypeInfo.h; path = folly/lang/TypeInfo.h; sourceTree = ""; }; - 7FD743AAC47D3BB75DFD59BB9FF83334 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = instrumentation.h; sourceTree = ""; }; - 7FE06624B62C3448A1AE72DA79C99F17 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 7FE6E5E0CF034D5E05D293BFB3BEA408 /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; 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 = ""; }; - 80100D95B5AC4D8030EDAD3D90420632 /* RCTFileRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFileRequestHandler.mm; sourceTree = ""; }; + 7E9BB884E96EEF4181E0702FB7D91C54 /* RNCSafeAreaProviderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaProviderManager.m; path = ios/SafeAreaView/RNCSafeAreaProviderManager.m; sourceTree = ""; }; + 7EC55FBC5676974833BC46C682E7FD33 /* REATransformNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransformNode.h; sourceTree = ""; }; + 7EF08704344BC0C1310D49A467F72F06 /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; + 7EF1CCB2D8C4412E787EEB0F51C6A883 /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; + 7EFA52B2D89651F14E513E63DFBA9E01 /* CallOnce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallOnce.h; path = folly/synchronization/CallOnce.h; sourceTree = ""; }; + 7EFC624E63166FB123052E3ECC6DD609 /* Base.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Base.h; path = folly/gen/Base.h; sourceTree = ""; }; + 7F0417B50C65332266BB13C964CD7231 /* GDTCOREvent_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREvent_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCOREvent_Private.h; sourceTree = ""; }; + 7F0886803B038B23D57EA55481F1E369 /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; + 7F0A6BA8404E285795F2E42106F37031 /* opensslconf-armv7.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-armv7.h"; path = "ios/include/openssl/opensslconf-armv7.h"; sourceTree = ""; }; + 7F0D3B80B4E26EAE05F5FE7955EF550B /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; + 7F390881F9264F6618A6BC14D5276D11 /* SysTime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysTime.h; path = folly/portability/SysTime.h; sourceTree = ""; }; + 7F3912367C62E06ACE9A1B84AA9A99D1 /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; + 7F4626410402C840BAA486A97029105D /* EXAppleAuthenticationButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationButton.m; path = EXAppleAuthentication/EXAppleAuthenticationButton.m; sourceTree = ""; }; + 7F496BB2CF594343221FE20359A1A1D6 /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; + 7F57B92AF08DC8D26BB6EDBEDAD7336B /* 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 = ""; }; + 7F648451048AD038DE6F90DB9FD3E955 /* PromisesObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.release.xcconfig; sourceTree = ""; }; + 7F765BA7A650888CB31A4267CB72EE4D /* Config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Config.h; path = folly/portability/Config.h; sourceTree = ""; }; + 7F774D634084D7A1B7147248A3B21062 /* EXResumablesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXResumablesManager.m; sourceTree = ""; }; + 7F78ED630A7B8680A0755E3C134EC839 /* ThreadedExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadedExecutor.h; path = folly/executors/ThreadedExecutor.h; sourceTree = ""; }; + 7F893A17E2C71EAA90E2570E14EFAB30 /* ManualExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ManualExecutor.h; path = folly/executors/ManualExecutor.h; sourceTree = ""; }; + 7F8B32372B31888C8B13C9A21896E323 /* FIRCLSDwarfExpressionMachine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfExpressionMachine.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.h; sourceTree = ""; }; + 7FA19BAF5B22998ACB858AA4C00608D6 /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; + 7FA333B833A9264F89DDDEABE92E4183 /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; + 7FB16B79A0F0B780DBFB96D9E33101F2 /* DefaultKeepAliveExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DefaultKeepAliveExecutor.h; path = folly/DefaultKeepAliveExecutor.h; sourceTree = ""; }; + 7FC6E02F406E9874BB6CDB1FCF608AEC /* listener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = listener.h; path = src/event2/listener.h; sourceTree = ""; }; + 7FF1B66FFE673FDD3B7EBAF2ADBC47A6 /* common_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_dec.h; path = src/dec/common_dec.h; sourceTree = ""; }; + 7FF3104C2CAAD5694F312CDB1ED73E5E /* VirtualExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VirtualExecutor.h; path = folly/VirtualExecutor.h; sourceTree = ""; }; + 800296D8586E18D11444F3E2FAF2E1DC /* AtomicNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicNotification.h; path = folly/synchronization/AtomicNotification.h; sourceTree = ""; }; + 8004BC866A6FE395EE462382D1018E18 /* Synchronized.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Synchronized.h; path = folly/Synchronized.h; sourceTree = ""; }; + 8018AA3DE9FC6791B2CCD390DFAC8748 /* UMAppRecordInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppRecordInterface.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; }; - 802C845E44991B943CFCDCFDD827A151 /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; - 803CFA33F7A53897B79DCBDECED047B3 /* React-RCTLinking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.release.xcconfig"; sourceTree = ""; }; - 80408B1DDA857F570FB00621E45166AD /* EXVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; - 805550F64081228F3070DAAF4E55A56B /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; - 805787D0D109B2B72EA530123559E82D /* RNCSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaShadowView.m; path = ios/SafeAreaView/RNCSafeAreaShadowView.m; sourceTree = ""; }; - 8069C72715BDA8AF18D9710409B97C17 /* BugsnagKSCrashSysInfoParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKSCrashSysInfoParser.h; sourceTree = ""; }; + 803D3EA54AB1D589C194E4A66C17DD56 /* RNCMaskedView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNCMaskedView.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 8041EC70745689A190A3226356F2D6B0 /* 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 = ""; }; + 80534E27F81E293D8316094315D45B20 /* FIRCLSDataParsing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataParsing.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.h; sourceTree = ""; }; + 806A5B0C6F992FE817F61C540A1D18A4 /* CPortability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CPortability.h; path = folly/CPortability.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; }; - 807C7BBCE9A41B574AA9EA2596B791FE /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; - 808921C767EAB2224EC8F726671E4FC1 /* ReactNativeART.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeART.release.xcconfig; sourceTree = ""; }; - 808A2C44E8C728F60CEAF5F44BA8D3AD /* RNRootViewGestureRecognizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRootViewGestureRecognizer.m; path = ios/RNRootViewGestureRecognizer.m; sourceTree = ""; }; - 80A05F3F6DA63B80315D5D95AF244A40 /* SKViewControllerDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKViewControllerDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewControllerDescriptor.h; sourceTree = ""; }; + 807602A05F5EF9431C771C53BD1DEE39 /* VirtualEventBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VirtualEventBase.h; path = folly/io/async/VirtualEventBase.h; sourceTree = ""; }; + 809474D5B65B9F9C5FAF6F5B57B17C70 /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; 80A51B61FECFED8D1A0D95AAD32A2938 /* libEXHaptics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXHaptics.a; path = libEXHaptics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 80B2F2275A1915CF3E7B74592AB21E2F /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; - 80C256F55B147A46814919D09BFE7D8C /* FrameTransportImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameTransportImpl.cpp; path = rsocket/framing/FrameTransportImpl.cpp; sourceTree = ""; }; - 80CF9ED18A0B8D1D6C37036BFE67F792 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; 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 = ""; }; - 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 = ""; }; + 80ADFEA344220A34B87118BFED8227E6 /* AsymmetricMemoryBarrier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsymmetricMemoryBarrier.cpp; path = folly/synchronization/AsymmetricMemoryBarrier.cpp; sourceTree = ""; }; + 80C4C138E0D0FF7FAA8324C8766DC772 /* alpha_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_enc.c; path = src/enc/alpha_enc.c; sourceTree = ""; }; + 80D687892AC21944FDBA58667A36D583 /* RNDateTimePicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDateTimePicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 80E0F1FDC9AD81C8CB7EFCBC680CD604 /* FunctionScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FunctionScheduler.h; path = folly/experimental/FunctionScheduler.h; sourceTree = ""; }; + 80F25178302A6278016FA160273286CA /* Barrier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Barrier.cpp; path = folly/futures/Barrier.cpp; sourceTree = ""; }; + 80FCB2AA8B95693CDDFE206E3AA51080 /* FBLPromise+Await.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Await.h"; path = "Sources/FBLPromises/include/FBLPromise+Await.h"; sourceTree = ""; }; + 80FCDF728A1B8E501B706A634DD3F763 /* FrameTransportImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameTransportImpl.h; path = rsocket/framing/FrameTransportImpl.h; sourceTree = ""; }; + 810535F006A2618A9FCEC6DEB19A3FF3 /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; + 8119950495617CC178696EEAAA8EE11C /* UMBarCodeScannerProviderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerProviderInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerProviderInterface.h; sourceTree = ""; }; 812ED9CD85898FB3B82136F7CB9A3191 /* libRNConfigReader.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNConfigReader.a; path = libRNConfigReader.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 81410AA3099B405DF4442793A002DCF6 /* PriorityUnboundedQueueSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityUnboundedQueueSet.h; path = folly/concurrency/PriorityUnboundedQueueSet.h; 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 = ""; }; - 81834A7D0A5FEFE6786990A379A44991 /* EXVideoThumbnails.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXVideoThumbnails.debug.xcconfig; sourceTree = ""; }; + 815A58B5EAD79B08BE484549805C2DC5 /* StreamsWriter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamsWriter.cpp; path = rsocket/statemachine/StreamsWriter.cpp; sourceTree = ""; }; + 8173852196E8A6137B58B8F09CD04BC7 /* FIRCLSManagerData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSManagerData.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.h; sourceTree = ""; }; + 818FE876E98DF5973C0C509FBA68E309 /* da-DK.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "da-DK.lproj"; path = "Objective-C/TOCropViewController/Resources/da-DK.lproj"; sourceTree = ""; }; + 81A1F815BDEA824B4B854EA820E3BAFD /* ResumeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ResumeManager.h; path = rsocket/ResumeManager.h; sourceTree = ""; }; 81ABB69299E6F3BB892E995CFDCECD7A /* Pods-ShareRocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ShareRocketChatRN-dummy.m"; sourceTree = ""; }; - 81C40D278F3EF87DCE6314ADDD4E47C0 /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.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 = ""; }; - 8218AE0CFE92AEA1DEC811E426750558 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; - 821904A981F9893E51039678078BEC85 /* react-native-background-timer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-background-timer-prefix.pch"; sourceTree = ""; }; - 823781DFAB249366D3C2D50991FFF716 /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; 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 = ""; }; - 82756C49D182D9511F7B1559F820BC09 /* 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; }; - 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 = ""; }; - 82E00B8BC380A7A549704645BBF0AF38 /* UMCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMCore-prefix.pch"; sourceTree = ""; }; - 82E28BCEA0650F9525A7EAB3D088FB10 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; - 82FC3350F3AE5B4C96B06A85FD310930 /* RNCookieManagerIOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCookieManagerIOS.h; path = ios/RNCookieManagerIOS/RNCookieManagerIOS.h; sourceTree = ""; }; - 830ED287A5A4C78E9E21528718AEB867 /* Color+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Color+Interpolation.h"; 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 = ""; }; - 8348F82FE33C4411414DD0A5DC912B41 /* StorageSetters.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StorageSetters.m; path = ios/StorageSetters.m; sourceTree = ""; }; - 834FE376D5961278B9856E2ECAFC5A59 /* RNJitsiMeetViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetViewManager.m; path = ios/RNJitsiMeetViewManager.m; sourceTree = ""; }; - 83755F2B091B00BE6CA539A99E0D964A /* FIRCLSFABAsyncOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABAsyncOperation.m; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.m; sourceTree = ""; }; - 83822D2F11D4ADE5FB3F659148C4C60E /* RNPanHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPanHandler.h; sourceTree = ""; }; - 8396C8E90F63350EFC8B3E9D8E8D8A6F /* FIRCLSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSException.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSException.h; sourceTree = ""; }; + 81B0D17EE89E77A76FF8E5FA1201023D /* 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; }; + 81E70F280577A5397F3BAF48E4267900 /* MMKV.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MMKV.release.xcconfig; sourceTree = ""; }; + 8206345FC2F7855482A017FC366ADEE7 /* http_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = http_struct.h; path = src/event2/http_struct.h; sourceTree = ""; }; + 82191CCA49890A15A360D81DDA814CC8 /* FIRInstallationsStoredItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredItem.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.m; sourceTree = ""; }; + 8224FF3FD422FDF83F12896977E93538 /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; + 822AD5E17FD6210A4E5CB2F680028291 /* dec_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse2.c; path = src/dsp/dec_sse2.c; sourceTree = ""; }; + 82427DA5C89CF07B4534D65C16EEA46F /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; + 8269B1998A32E8E86053CC05985E70CF /* tag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tag.h; path = src/event2/tag.h; sourceTree = ""; }; + 8279428435FBA7059F4F96896129E3D4 /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = "Objective-C/TOCropViewController/Resources/fr.lproj"; sourceTree = ""; }; + 827FCE3DF0C9E19B98CE51D13FC94F17 /* RCTAlertController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertController.m; sourceTree = ""; }; + 8286B6961F9228054AFE1BF0AF883BFF /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; + 828DE2DEB614E0906467DC5E513C0448 /* RNRootView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNRootView.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 82921B227FE7FCFE5A2622DA7C7BE89D /* ObservableConcatOperators.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservableConcatOperators.h; path = yarpl/observable/ObservableConcatOperators.h; sourceTree = ""; }; + 82A3E446F9B38661180046BD5828589D /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; + 82A831150287E2B6742F9FDD0B20B96A /* CocoaAsyncSocket.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaAsyncSocket.release.xcconfig; sourceTree = ""; }; + 82AD45EE564927FCAE6998163EE143B6 /* Flipper-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-prefix.pch"; sourceTree = ""; }; + 82AE08154A39917FB955DDC9343710BB /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; + 82B1750606ECDC66F808D9DE983E788D /* yuv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = yuv.h; path = src/dsp/yuv.h; sourceTree = ""; }; + 82C652F7761CBA5A19268B5C4EF1B5A1 /* UIImage+WebP.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+WebP.m"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.m"; sourceTree = ""; }; + 82D5F39250F7E5A96ED252F5FBFD88CD /* EXLocalAuthentication.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXLocalAuthentication.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 82E6707A97343A60D711194C63C620BD /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; + 82F1BFBF9A4B65BD56E4C906360ECFDA /* vi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = vi.lproj; path = "Objective-C/TOCropViewController/Resources/vi.lproj"; sourceTree = ""; }; + 82F4D239A3C712FDC4A6D55D60753EA7 /* FIRCLSExistingReportManager_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSExistingReportManager_Private.h; path = Crashlytics/Crashlytics/Private/FIRCLSExistingReportManager_Private.h; sourceTree = ""; }; + 8300FFECC504A965089C5F16287901F4 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Sources/Private/FirebaseCoreInternal.h; sourceTree = ""; }; + 8308BE91007ACB219ACB7B6EA984124E /* RCTImageDataDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageDataDecoder.h; path = Libraries/Image/RCTImageDataDecoder.h; sourceTree = ""; }; + 83151235037E6E7D4BDFE04CCF3D33D5 /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; + 832445EE0F33F19BA21304118BA18B56 /* String-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "String-inl.h"; path = "folly/String-inl.h"; sourceTree = ""; }; + 8329C24DB5A165E35DD541F86C330A49 /* FBLPromise+Delay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Delay.m"; path = "Sources/FBLPromises/FBLPromise+Delay.m"; sourceTree = ""; }; + 832B1B2C8665CB87C41B816DD011C1D2 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 832ED3B04A4BA00E2B947D460EE3AB4F /* UMBarCodeScannerInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.debug.xcconfig; sourceTree = ""; }; + 83450FA47E90C48F018A67CFA2A74A45 /* DeviceUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUID.h; path = ios/RNDeviceInfo/DeviceUID.h; sourceTree = ""; }; + 8353C63350AEB207BCA642821771FF26 /* RNRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRotationHandler.m; sourceTree = ""; }; + 836548E11AD026AD6DC99D6C50A2E424 /* dsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsa.h; path = ios/include/openssl/dsa.h; sourceTree = ""; }; + 836FC92384BCFE3EF72ED478B61A3127 /* Executor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Executor.h; path = folly/Executor.h; sourceTree = ""; }; + 8384B514BCCC60A7EDB6E72E9174A5BC /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; + 83865B144CA4E70EE7174F80AD6054D0 /* SKScrollViewDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKScrollViewDescriptor.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKScrollViewDescriptor.m; sourceTree = ""; }; + 839404ABEA2F862B694C686FDD31A753 /* ProtocolVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProtocolVersion.h; path = rsocket/framing/ProtocolVersion.h; sourceTree = ""; }; + 839F1F84064D3C630DAF2B4AA4259560 /* BlurViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BlurViewManager.m; path = ios/BlurViewManager.m; sourceTree = ""; }; + 83A5659BB8E3748F38E20C981190ECE4 /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; 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; }; - 83AE4EC069B39AC53A6C620802BDE092 /* react-native-jitsi-meet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-jitsi-meet.release.xcconfig"; sourceTree = ""; }; - 83BCFEE40220888A29C367704FD6B9C3 /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyboardObserver.h; path = React/CoreModules/RCTKeyboardObserver.h; sourceTree = ""; }; - 83D7AF775990369F3D9E099505923CF2 /* BugsnagFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagFileStore.h; sourceTree = ""; }; - 83DD58D48264CB6CF04ACD1129661BEE /* RCTRequired.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.debug.xcconfig; 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 = ""; }; - 83F420E9A79DA18476E81FACA666350A /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibration.h; path = Libraries/Vibration/RCTVibration.h; sourceTree = ""; }; - 8402EE57733F135E544FB68EB738B581 /* FIRCoreDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsData.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h; sourceTree = ""; }; - 843B46FA75E6DEE46B686B51EDC800E1 /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; - 8440B91410AA90FC2A97EC7B1EB9CA55 /* DynamicBoundedQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicBoundedQueue.h; path = folly/concurrency/DynamicBoundedQueue.h; sourceTree = ""; }; - 84416F012A81BF8090208D4ABDA1D7FA /* BSG_KSSystemInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfo.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 = ""; }; - 847ADB53D0C2EDD9CDE9BE82F748ACCD /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; - 847AFE3401DC323E712E61C2DF495686 /* Peertalk.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Peertalk.h; path = peertalk/Peertalk.h; sourceTree = ""; }; - 8491C97850AEF0F64B1A320FA8E57D08 /* FKUserDefaultsSwizzleUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKUserDefaultsSwizzleUtility.h; path = iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsSwizzleUtility.h; sourceTree = ""; }; - 849CA04AF4F1E72F93DAE01EEA2ADDF3 /* react-native-webview.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.debug.xcconfig"; sourceTree = ""; }; - 84A19277708679835A472301E2174AE8 /* WriteChainAsyncTransportWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WriteChainAsyncTransportWrapper.h; path = folly/io/async/WriteChainAsyncTransportWrapper.h; sourceTree = ""; }; - 84D23AB7AE5FC7CD12596F0B525FEF4A /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; - 85072152FDFD745E109E8479F91EC007 /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; - 8509DC6B1B59E8D5D93BFAA30EE12494 /* MMKVLog.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKVLog.cpp; path = Core/MMKVLog.cpp; sourceTree = ""; }; - 850EBA571804A1681D42FEB605B9B3CD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; 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 = ""; }; - 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 = ""; }; - 853FD54F82E2CA1CC3856A93C0A71EE0 /* UMReactFontManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactFontManager.h; sourceTree = ""; }; + 83AB9E30AFDEE9E7E9FA45BB81FE3E87 /* SafeAreaSpacerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerView.h; sourceTree = ""; }; + 83B04E9F3DE80ECABE3919AB14AC94E1 /* ui_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ui_compat.h; path = ios/include/openssl/ui_compat.h; sourceTree = ""; }; + 83B38D85EE212C06CFBE9D6E337A1AA8 /* types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = types.h; path = src/webp/types.h; sourceTree = ""; }; + 83B82A172947B28E833F15658F395BFC /* ExecutionObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExecutionObserver.h; path = folly/experimental/ExecutionObserver.h; sourceTree = ""; }; + 83C1EF9B2AF4493C1F3CD8E9833FD0E2 /* GroupVarint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = GroupVarint.cpp; path = folly/GroupVarint.cpp; sourceTree = ""; }; + 83C1FE53241AA7A8594C78DE6BFDF605 /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; + 83C3EE62F2BDE444A533425DDA4F65C3 /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = ios/QBImagePicker/QBImagePicker/ja.lproj; sourceTree = ""; }; + 83C454A28D7E1F7E70BDB739F8E97F6D /* ec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ec.h; path = ios/include/openssl/ec.h; sourceTree = ""; }; + 83DAAB2C8C4DB448553AFBD52EAC0FED /* FIRCLSAsyncOperation_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAsyncOperation_Private.h; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation_Private.h; sourceTree = ""; }; + 83DEDC4EF0050E9EE150352B3427B0A5 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = React/AccessibilityResources/en.lproj; sourceTree = ""; }; + 83E07788ED85AC103FD0CAAF8B05F382 /* lossless_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_mips_dsp_r2.c; path = src/dsp/lossless_mips_dsp_r2.c; sourceTree = ""; }; + 83E772C64DA15AB61CDE931C40D8AF68 /* 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; }; + 83F960985BC1C93A227BDB8326B332CE /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRApp.h; sourceTree = ""; }; + 840226597F6DB7D65A7A50F22B6CC7AD /* Flipper-Glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-Glog-dummy.m"; sourceTree = ""; }; + 8409A32B3E814656531517CADFA74B17 /* EDFThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EDFThreadPoolExecutor.h; path = folly/executors/EDFThreadPoolExecutor.h; sourceTree = ""; }; + 840B2B40FE2E62F0378F0D1654C32920 /* RCTTypeSafety.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTTypeSafety.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 84395DB49613E3B536055FF97E4C682A /* Stdlib.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Stdlib.cpp; path = folly/portability/Stdlib.cpp; sourceTree = ""; }; + 84427663997EF28DDC31D19E75CA8C9B /* React-CoreModules-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-CoreModules-dummy.m"; sourceTree = ""; }; + 84498BE4096B289599F653C1CEED6364 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; + 844FC4D5DCCE79A7473437B5F5D5555F /* BugsnagBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagBreadcrumb.m; sourceTree = ""; }; + 8459636562B92E92FB9365AFF4815C47 /* ThreadWheelTimekeeperHighRes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadWheelTimekeeperHighRes.h; path = folly/experimental/ThreadWheelTimekeeperHighRes.h; sourceTree = ""; }; + 845A43334FC5F5354C12C8F592407440 /* StorageSetters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StorageSetters.h; path = ios/StorageSetters.h; sourceTree = ""; }; + 848270D527561A4FE81CF037A032728D /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = Libraries/Image/RCTImageLoader.h; sourceTree = ""; }; + 84B7244F12B71F2D0D0690BF4D620994 /* BSG_KSFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSFileUtils.c; sourceTree = ""; }; + 84BF4226856779C099C504D4E37E14E1 /* ProxyLockable-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ProxyLockable-inl.h"; path = "folly/synchronization/detail/ProxyLockable-inl.h"; sourceTree = ""; }; + 84CE3059AC4672CFB97895E9830B761C /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; + 84D0F8F4415C5C97B6BB3945DA8F8F12 /* HeterogeneousAccess-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "HeterogeneousAccess-fwd.h"; path = "folly/container/HeterogeneousAccess-fwd.h"; sourceTree = ""; }; + 84DA8EA64791C81A4CD613740F9D9BFD /* GDTCOREndpoints_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREndpoints_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCOREndpoints_Private.h; sourceTree = ""; }; + 850C803CFD92E9E3D26ECD064049702F /* ParkingLot.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParkingLot.cpp; path = folly/synchronization/ParkingLot.cpp; sourceTree = ""; }; + 852DDAFBDD6FD739BD7F14EC75E42D89 /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; + 852E96BD29764AB62207BFF07BDAF3AB /* RCTDevLoadingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevLoadingView.mm; sourceTree = ""; }; + 85315BC13A910DCAFD771AD60E31C05D /* token_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = token_enc.c; path = src/enc/token_enc.c; sourceTree = ""; }; + 8555EF8127825BDD72E5AA7B108B6F11 /* RNGestureHandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNGestureHandler-prefix.pch"; sourceTree = ""; }; + 855F7A3CF874463A56DA0D4778D4D4A1 /* Yoga.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Yoga.modulemap; sourceTree = ""; }; 856B5CD56F194FAD26EA91620B66D614 /* libGoogleDataTransport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleDataTransport.a; path = libGoogleDataTransport.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 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 = ""; }; - 8583DA37659F66EFBC5085CEB7FE8494 /* EXKeepAwake.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXKeepAwake.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 85894402DE158F768A5AB403A3E8B761 /* FIRCLSSignal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSSignal.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSSignal.c; sourceTree = ""; }; + 85879E74052F2CBEE05118CBB605721F /* MemoryResource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryResource.h; path = folly/memory/MemoryResource.h; 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; }; - 858D6D85E9777ED85C5B545307C7C700 /* RCTPerfMonitor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPerfMonitor.mm; sourceTree = ""; }; - 859A01DB9BD91E8691E025D3259F4357 /* FIRCLSInstallIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInstallIdentifierModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.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 = ""; }; - 85C9E2FE846F25BBEDB2790A0EAB7877 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; - 85D99EE04AB25BCFDC3B021A2A5BA6D5 /* EXAV.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.release.xcconfig; sourceTree = ""; }; - 85DDC7298EF095E4DDF84D026B49B3B3 /* BugsnagMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagMetaData.h; sourceTree = ""; }; - 85EC91F040C9022FF485ECF4C4141A1B /* TurboCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboCxxModule.h; path = turbomodule/core/TurboCxxModule.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 = ""; }; - 861B27C3936BA907E18660A68F0EB0FA /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; - 861FD722BC94B40C218292E29BDF1C94 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; - 8627E4B27D49B07426C05D0FE8CBE9DE /* RNPushKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKit.m; path = RNNotifications/RNPushKit.m; sourceTree = ""; }; - 86280EE1444EA2D0F69D98A5921865B4 /* UMLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogHandler.h; sourceTree = ""; }; - 862F5F0A85C6B63350D2A3449BD55E54 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; + 858F85EF878091DAE4E1A9586AC86711 /* SKTouch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKTouch.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.h; sourceTree = ""; }; + 858FE1CA46F34574AAEDAC7BA1EC6581 /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; + 859A37C80CAB8687FEF9902EE61414CF /* UMPermissionsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMPermissionsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 85B295454774B92A2718710F3F39FD57 /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; + 85B6D56B5E3D5B7694DCC6F8624C5F88 /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; + 85C0C950890366219E848914718F3D49 /* Framer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Framer.cpp; path = rsocket/framing/Framer.cpp; sourceTree = ""; }; + 85C572668A3DF60D2534FD9B896F1D6B /* RNJitsiMeetViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetViewManager.h; path = ios/RNJitsiMeetViewManager.h; sourceTree = ""; }; + 85C84BCBF328D715D1AA829495176E73 /* UniqueInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UniqueInstance.h; path = folly/detail/UniqueInstance.h; sourceTree = ""; }; + 85EB79060D81D7C22B7788667E8ACD1D /* BSG_KSCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrash.h; sourceTree = ""; }; + 861B312CDF97FFD856A744E2E43A8927 /* Checksum.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Checksum.cpp; path = folly/hash/Checksum.cpp; sourceTree = ""; }; + 86214845D3EDB4ED2BA05FC49FF72D15 /* bufferevent_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bufferevent_struct.h; path = src/event2/bufferevent_struct.h; sourceTree = ""; }; + 862F70770ABF17A2563D9F02B014F9E8 /* rn-extensions-share.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.release.xcconfig"; sourceTree = ""; }; 86375444C196BA272DDBB8165BF64A15 /* libFirebaseCrashlytics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCrashlytics.a; path = libFirebaseCrashlytics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 86403A062C4B1989DE899652B10D967A /* UnboundedBlockingQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnboundedBlockingQueue.h; path = folly/executors/task_queue/UnboundedBlockingQueue.h; sourceTree = ""; }; - 8658B368F1B7D145A580B420270ED836 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevSettings.h; path = React/CoreModules/RCTDevSettings.h; sourceTree = ""; }; - 86646EFFAFE0A6D80E888C470B7B02BF /* RCTExceptionsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTExceptionsManager.mm; 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 = ""; }; - 8690188E1AD01240C060542DF610F0B4 /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; - 86C1C14517FBA07F134EE5555A451986 /* NSError+BSG_SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSError+BSG_SimpleConstructor.h"; sourceTree = ""; }; - 86CCC7121C78701599E3120107A06115 /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; - 86D077373434B2B550CCD151B70CCE05 /* EXFileSystemLocalFileHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemLocalFileHandler.h; path = EXFileSystem/EXFileSystemLocalFileHandler.h; sourceTree = ""; }; - 86D6B96D8EE0B5B7D0C3D04A6BA319A0 /* UMFontInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.debug.xcconfig; 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 = ""; }; - 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 = ""; }; - 8740C14F2F57CC07111098E122241CE2 /* BSG_KSMach.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach.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 = ""; }; - 876E59C898291065CF465AFFE98225A8 /* AtomicStruct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicStruct.h; path = folly/synchronization/AtomicStruct.h; sourceTree = ""; }; - 8776F60979BD467D3FC9325BF8389140 /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = ios/QBImagePicker/QBImagePicker/pl.lproj; sourceTree = ""; }; - 87AC1CF7F1A8B40C23623ED2B15DC7E9 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.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 = ""; }; - 87C8BEE8BA6BABFFE259F6E803ADECC2 /* Yoga.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Yoga.modulemap; sourceTree = ""; }; - 87CBBE9870A9BCCBB44296A5077B389D /* Restart.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Restart.m; path = ios/Restart.m; sourceTree = ""; }; - 87D1B1412B73BB7D48C1F9B5773A217C /* SysFile.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysFile.cpp; path = folly/portability/SysFile.cpp; sourceTree = ""; }; - 87EACC925A1372A96058627D03E5E34C /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; 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 = ""; }; - 87F038E9A41D8DE9E08573FFF73B31A2 /* REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransition.m; sourceTree = ""; }; - 882BE3144A3B256A08FCA14CD9681D3D /* EXSessionDownloadTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionDownloadTaskDelegate.h; sourceTree = ""; }; - 883B7B026E5A91F9F91476A1D2E560F2 /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; - 883CE17F2721B97DF732F8B1A565744C /* UIColor+SKSonarValueCoder.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "UIColor+SKSonarValueCoder.mm"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIColor+SKSonarValueCoder.mm"; sourceTree = ""; }; - 8845587EA0A4284D635986626DDD1275 /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; - 884D1A09F4C6002EADB52B380FE5BCDA /* BSG_KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSysCtl.h; sourceTree = ""; }; - 884E53CF9309A7042B109BBDC934A4B2 /* File.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = File.h; path = folly/gen/File.h; sourceTree = ""; }; - 8865CD2C51AF956D4A1E7517DCF3DEC4 /* React.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.debug.xcconfig; sourceTree = ""; }; - 889E44E4B23B82FADB36A06A1629F8E5 /* SafeAreaSpacerViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerViewManager.h; sourceTree = ""; }; - 88A91365EFC55AD4C59B467273F60B32 /* EXAudioRecordingPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioRecordingPermissionRequester.h; path = EXAV/EXAudioRecordingPermissionRequester.h; sourceTree = ""; }; - 88AABA5BD1B2F6B233FDB786663C41C4 /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; - 88B9E4FCBCC8FACB837BE5125C7374CD /* Shared.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Shared.h; 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 = ""; }; - 88E930434EA93FC7C3C269D998B0F73C /* RNCSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSlider.m; path = ios/RNCSlider.m; sourceTree = ""; }; - 88F28F55AB3860FEACA0E1DCC712F48B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; 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 = ""; }; - 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 = ""; }; - 897F3AE774C215BE283DE39D632F960A /* REATransitionValues.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionValues.m; sourceTree = ""; }; - 8984E02D6C5C71CEDA7E02781BE6A840 /* RNFBUtilsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBUtilsModule.h; path = ios/RNFBApp/RNFBUtilsModule.h; sourceTree = ""; }; - 8987C0823F10B8D50338DDBB894D4638 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 89925DE89D1EC8BC9334EAA0D4ED42AC /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.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 = ""; }; + 865CF6EB6798B1DFB1E23B9154DDFA5E /* FIRCLSNetworkOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNetworkOperation.h; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.h; sourceTree = ""; }; + 8660872C45596B1B1F0195BC9F2BD05A /* EXFileSystem-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXFileSystem-dummy.m"; sourceTree = ""; }; + 8661A159683E580A61658A8A0C499B5F /* BugsnagMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagMetaData.m; sourceTree = ""; }; + 8670523451059EF1598323FFB1041065 /* RCTAlertController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAlertController.h; path = React/CoreModules/RCTAlertController.h; sourceTree = ""; }; + 867C597299D55EE401ABEFB230AAEE6C /* FIRAppAssociationRegistration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppAssociationRegistration.h; path = FirebaseCore/Sources/FIRAppAssociationRegistration.h; sourceTree = ""; }; + 86A87C4056B8BD7694CFD610CA21058B /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; + 86BD2E8713105A2746F1C9455F02D7C3 /* Atomic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Atomic.h; path = folly/portability/Atomic.h; sourceTree = ""; }; + 86CAF074BF03316DE35433B1AA011BB3 /* EXLocalAuthentication-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXLocalAuthentication-prefix.pch"; sourceTree = ""; }; + 86E48096D79B8F1618C29927902BC99E /* Hardware.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hardware.h; path = folly/chrono/Hardware.h; sourceTree = ""; }; + 86F544EC74427270DF1FA19B47B05CFB /* RCTView+SafeAreaCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTView+SafeAreaCompat.m"; path = "ios/SafeAreaView/RCTView+SafeAreaCompat.m"; sourceTree = ""; }; + 871A91F7EB989EC77D92DFD6DAEB4CD4 /* RNCMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCMaskedViewManager.h; path = ios/RNCMaskedViewManager.h; sourceTree = ""; }; + 872332CDB729D2E36F2B6818BDE383C9 /* FIRInstallationsErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrors.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsErrors.h; sourceTree = ""; }; + 872499179D4B79D6E023B81836C82B94 /* react-native-netinfo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-netinfo.debug.xcconfig"; sourceTree = ""; }; + 872F393D8CCA46BB40AE72568C737B9F /* FBVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBVector.h; path = folly/FBVector.h; sourceTree = ""; }; + 8734BD28CF0034C4D2D2B867131AA08A /* 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 = ""; }; + 874E465C82D6D28A86359667853038B1 /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; + 874F5EF8880B420362131F043070D4EE /* ThreadLocalDetail.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadLocalDetail.cpp; path = folly/detail/ThreadLocalDetail.cpp; sourceTree = ""; }; + 877A5D5325249E30BF3C1EBD4B5020C9 /* FKUserDefaultsSwizzleUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKUserDefaultsSwizzleUtility.h; path = iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsSwizzleUtility.h; sourceTree = ""; }; + 878A2B577E844C22F04358EBB6C895C6 /* ConsumerBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConsumerBase.cpp; path = rsocket/statemachine/ConsumerBase.cpp; sourceTree = ""; }; + 87951D356194D75D168FDF46B3ABCE12 /* BSG_KSJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodec.h; sourceTree = ""; }; + 87A6ECBA0E069D9D3EC435470F1BAF4D /* 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; }; + 87AB7DAFC785BE4A6B614B80EEB06139 /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSIDynamic.cpp; sourceTree = ""; }; + 87ADB7291DC30E14C59F60AA8ACEE61B /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; + 87B20D59FE053710D785C7FC96DFCCAF /* PackedSyncPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PackedSyncPtr.h; path = folly/PackedSyncPtr.h; sourceTree = ""; }; + 87C41BB5D62A1A7695BFBB18E674A2D4 /* Cursor-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Cursor-inl.h"; path = "folly/io/Cursor-inl.h"; sourceTree = ""; }; + 87D71719543E9393B85DEBA2F5CFDEED /* AtomicHashUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashUtils.h; path = folly/detail/AtomicHashUtils.h; sourceTree = ""; }; + 87D97C01F9496534C3408DA8568BF74A /* EXImageLoader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXImageLoader.debug.xcconfig; sourceTree = ""; }; + 87E905D4CE59E0F4A3F83E16C9DD4539 /* GDTCORLifecycle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORLifecycle.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORLifecycle.m; sourceTree = ""; }; + 87EEE0CF405F8557BB92263094670367 /* EvictingCacheMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EvictingCacheMap.h; path = folly/container/EvictingCacheMap.h; sourceTree = ""; }; + 881830C4D9D6EE804D88B261F90E6125 /* SSLErrors.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SSLErrors.cpp; path = folly/io/async/ssl/SSLErrors.cpp; sourceTree = ""; }; + 8828D58D93CAE697F66DFA2F7A796B00 /* FIRHeartbeatInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRHeartbeatInfo.m; path = FirebaseCore/Sources/FIRHeartbeatInfo.m; sourceTree = ""; }; + 8875DF1A855D0713DC1D1AEFC27103A8 /* SafeAreaManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaManager.h; sourceTree = ""; }; + 8877CB98B3C1006224305F511160D9C0 /* GDTCORRegistrar_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORRegistrar_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORRegistrar_Private.h; sourceTree = ""; }; + 887BCCBC56230FB64FF608EC72B8269F /* TimeoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimeoutManager.h; path = folly/io/async/TimeoutManager.h; sourceTree = ""; }; + 887E9BDC46A23ED49576D7AE78C9D21F /* FIRCLSMachException.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSMachException.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSMachException.c; sourceTree = ""; }; + 888C1A0AC7F2B94FCBFC6426B577E8E7 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; + 888D55E72D8BA588776354CBE1DB45CA /* Flipper-PeerTalk-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-PeerTalk-dummy.m"; sourceTree = ""; }; + 888E611AD45C76D525E6C84141FCC5BE /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; + 88A085010B27E3FB10C066A8ADECC521 /* MallocImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MallocImpl.h; path = folly/memory/detail/MallocImpl.h; sourceTree = ""; }; + 88ACCE8F38357CEDB256919C63891F31 /* Preprocessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Preprocessor.h; path = folly/Preprocessor.h; sourceTree = ""; }; + 8902C2988C23723C230AF54EF2004C39 /* RNDeviceInfo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.release.xcconfig; sourceTree = ""; }; + 891E964E10D7B696F409FCE5FD56317A /* UMConstantsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMConstantsInterface.h; path = UMConstantsInterface/UMConstantsInterface.h; sourceTree = ""; }; + 893BC524E08B5FDB1C7AA695662F1A6E /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; + 89482AFE5EFEFF2216B27010F1061026 /* react-native-blur-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-blur-dummy.m"; sourceTree = ""; }; + 8948CBC1C1C86508F50B524F6FE6E326 /* EXAV-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAV-prefix.pch"; sourceTree = ""; }; + 89523EAFD7EC02182BE376281893ADDF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 89574252073067053E8DC5890D2420CD /* BSG_KSSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemCapabilities.h; sourceTree = ""; }; + 895787D58387A89EEA14CB8472D799D1 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Sources/Private/FIRComponentType.h; sourceTree = ""; }; + 896671DD1E210A8B2997D194587A459D /* FBLPromise+Validate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Validate.h"; path = "Sources/FBLPromises/include/FBLPromise+Validate.h"; sourceTree = ""; }; + 898242E9454C4550AAA0D784B5D31B4F /* FirebaseAnalytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.debug.xcconfig; sourceTree = ""; }; + 8994D66C8DE1ABE96FCF40E0C16BB2FB /* React-RCTBlob.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.debug.xcconfig"; sourceTree = ""; }; 8998273719FDD789E6F9C7541AFD0B33 /* libRNVectorIcons.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNVectorIcons.a; path = libRNVectorIcons.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 89A5CCC6744A5C7FC6A36F5719D03C2A /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; - 89B97A916FFB4B398057E8E163E018DA /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; - 89C55ABF383065305F34D4FD4B763016 /* UMEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitter.h; sourceTree = ""; }; - 89DB19A537351C7C617B17F3B123451F /* FIRCLSApplicationIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSApplicationIdentifierModel.m; path = Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.m; sourceTree = ""; }; - 89E7660DE07683C487344F742C558180 /* UMAppLoader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMAppLoader.release.xcconfig; sourceTree = ""; }; - 8A045E671C955FD32FAF4D1A4512BABF /* lossless_enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse41.c; path = src/dsp/lossless_enc_sse41.c; sourceTree = ""; }; - 8A26FF56150E749B5BD83CD5B9706159 /* react-native-slider.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.release.xcconfig"; sourceTree = ""; }; - 8A3C08363F19F422B585F52CF128B12C /* Sockets.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Sockets.cpp; path = folly/portability/Sockets.cpp; sourceTree = ""; }; - 8A3F32AAF54EFAA2F4C4DC5F1A171DC1 /* notificationsEvents.md */ = {isa = PBXFileReference; includeInIndex = 1; name = notificationsEvents.md; path = docs/notificationsEvents.md; sourceTree = ""; }; - 8A4203864C5F04A8BE26254BEBB6D6A4 /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = folly/Exception.h; 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 = ""; }; - 8A9CCAE35584F6CE18642AC5956A83C4 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Sources/Private/FIRComponentType.h; sourceTree = ""; }; - 8AAB2DA2847E13161A38AE711E1C4B11 /* RCTRsa.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTRsa.m; path = ios/RCTCrypto/RCTRsa.m; sourceTree = ""; }; - 8AB004E657F3FCF24B4CDA1E3826ECBA /* RNFBVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBVersion.m; path = ios/RNFBApp/RNFBVersion.m; sourceTree = ""; }; - 8ACBF01C0E45F22908C80497E27A54B6 /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; 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 = ""; }; - 8B0145349A2ACA814521A89B5B5BF1E2 /* FixedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FixedString.h; path = folly/FixedString.h; sourceTree = ""; }; - 8B3441D2555C9CB912A8C993AC3E21E1 /* MPMCPipeline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCPipeline.h; path = folly/MPMCPipeline.h; sourceTree = ""; }; - 8B56A819B0D4D667A0AA02AC7934A9B1 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; - 8B71F531AC37900D92A4413203AA7E91 /* SingletonRelaxedCounter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingletonRelaxedCounter.h; path = folly/experimental/SingletonRelaxedCounter.h; sourceTree = ""; }; - 8B768CB0E93F1341AB56951B2346D0AC /* ARTContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTContainer.h; path = ios/ARTContainer.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 = ""; }; - 8B92853E9C57FF063AE4B47212E2D2FB /* CoreModulesPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = CoreModulesPlugins.mm; sourceTree = ""; }; - 8BA523B21AA2F7A863653452FF873B46 /* BSG_KSCrashType.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashType.c; sourceTree = ""; }; - 8BAB4F64F36FA871EE139DF6F1BA1078 /* CocoaAsyncSocket-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CocoaAsyncSocket-dummy.m"; sourceTree = ""; }; - 8BECFE987AD31794A349880BE2125957 /* RNCPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNCPicker-dummy.m"; sourceTree = ""; }; - 8BF51C09A57CC0F60F088E208B87742D /* ReactNativeShareExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeShareExtension.h; path = ios/ReactNativeShareExtension.h; sourceTree = ""; }; - 8BFAC81576E9B2E81873B345ECED2C26 /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; 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 = ""; }; - 8C183E4503150227A34D3B079C335887 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 8C3397862E1CA92C490EFE462C69C3E6 /* ExceptionWrapper-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ExceptionWrapper-inl.h"; path = "folly/ExceptionWrapper-inl.h"; sourceTree = ""; }; + 89B0476BBB6BA780B8CCF9D82EEBEA03 /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; + 89B1FC63472584DB7FE9CC653298AF08 /* SafeAssert.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SafeAssert.cpp; path = folly/lang/SafeAssert.cpp; sourceTree = ""; }; + 89BFB9FB4FEF10CCB1D359D39891F82C /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; + 89CDCA5F82B96C1550A3463F34E8D727 /* GULKeychainStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainStorage.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainStorage.h; sourceTree = ""; }; + 89D4B88DF9711AE830DFC66427A76474 /* GULSecureCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSecureCoding.m; path = GoogleUtilities/Environment/GULSecureCoding.m; sourceTree = ""; }; + 89D85CAD777A6E0D08EC46DD4773DD4A /* FIRCLSSymbolicationOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSymbolicationOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.m; sourceTree = ""; }; + 89E335C955F514AA6EF40DF66C61989A /* EXImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXImageLoader.h; path = EXImageLoader/EXImageLoader.h; sourceTree = ""; }; + 89EF6F1C15BA80B16E775EAB7ADD5778 /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; + 8A1C8B5178AFBBE0111F8592F835E03A /* FutureExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FutureExecutor.h; path = folly/executors/FutureExecutor.h; sourceTree = ""; }; + 8A1FA69744A0F84AF7799081699DDB09 /* Stdio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Stdio.h; path = folly/portability/Stdio.h; sourceTree = ""; }; + 8A411E244EF7AE4241371AC88EFBF69E /* GoogleDataTransport.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.debug.xcconfig; sourceTree = ""; }; + 8A442CC7A5244BC15A72D58C97FE4153 /* upsampling_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse41.c; path = src/dsp/upsampling_sse41.c; sourceTree = ""; }; + 8A5FC1C3012766C81A4FDE0D978A6D23 /* FIRCoreDiagnostics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnostics.m; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m; sourceTree = ""; }; + 8A60049895A1154F956D5093C209FE5F /* FlowableConcatOperators.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableConcatOperators.h; path = yarpl/flowable/FlowableConcatOperators.h; sourceTree = ""; }; + 8A629F097736E5635D52E432873B9D16 /* RNFastImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.debug.xcconfig; sourceTree = ""; }; + 8A6709C29D94393E6BA2B6CDB1DB0BC3 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; + 8A7BE052B7384BB823075320768B6EEA /* FirebaseCoreDiagnostics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreDiagnostics-dummy.m"; sourceTree = ""; }; + 8A81AFFD86A43C0BAC3C4E1551A0AE8C /* FlipperKitNetworkPlugin.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperKitNetworkPlugin.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.mm; sourceTree = ""; }; + 8A8CC1E0E3EE798091CB35F7849D6A3F /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; + 8A9437F4D6800A54D61BDAA7B5427B78 /* RNCSafeAreaProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaProvider.m; path = ios/SafeAreaView/RNCSafeAreaProvider.m; sourceTree = ""; }; + 8A9B78D678ACDE96F22C85CF26DA84B8 /* SysUio.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysUio.cpp; path = folly/portability/SysUio.cpp; sourceTree = ""; }; + 8AA0F3E5A378532E351694529284D3CF /* vp8li_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_dec.h; path = src/dec/vp8li_dec.h; sourceTree = ""; }; + 8ABA5EC6E2A7931641EE28A50B94D205 /* CodedOutputData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodedOutputData.h; path = Core/CodedOutputData.h; sourceTree = ""; }; + 8AC82C89729C596F2FE6A1BC64E901BE /* BlurEffectWithAmount.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BlurEffectWithAmount.m; path = ios/BlurEffectWithAmount.m; sourceTree = ""; }; + 8ACE42FA9AF80063A0376F6DDDE76025 /* REAAllTransitions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAllTransitions.m; sourceTree = ""; }; + 8AE2ACF1B33F71DDBDBCCC41564B5474 /* FlipperKitReactPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperKitReactPlugin.h; path = iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPlugin.h; sourceTree = ""; }; + 8AEA9E7ABA09B430331FD69C335824FC /* SysUio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysUio.h; path = folly/portability/SysUio.h; sourceTree = ""; }; + 8B5772651373B8400B39D891F970F14E /* ar.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ar.lproj; path = "Objective-C/TOCropViewController/Resources/ar.lproj"; sourceTree = ""; }; + 8B6A2B3354EF51BB488253D0FCF2F53B /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; + 8B6CD38D724F5745BF134B3FE3946B04 /* AsyncUDPServerSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncUDPServerSocket.h; path = folly/io/async/AsyncUDPServerSocket.h; sourceTree = ""; }; + 8B719FA6F2DF9BBCBFC1F388D87CFB6F /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; + 8B7E030586A6CDD93DD206DAFB25FD7A /* REABlockNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABlockNode.m; sourceTree = ""; }; + 8B7F45988A46F5185C6BD0B364B18C96 /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; + 8B81B60404F6D590F16C53A61222AEB8 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; + 8B8F0565F05FD1EE639061FC467D5BDF /* F14MapFallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14MapFallback.h; path = folly/container/detail/F14MapFallback.h; sourceTree = ""; }; + 8B90CEDC56695680B9831B928E932841 /* TOCropToolbar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropToolbar.h; path = "Objective-C/TOCropViewController/Views/TOCropToolbar.h"; sourceTree = ""; }; + 8BBA118B57552E3F94786870F435BFCA /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 8BC84350DF98CC78FD4E330187726A56 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 8BD303C983482EDF2BD1655914BD5673 /* BSG_KSMach_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_32.c; sourceTree = ""; }; + 8BE38D06924B9F6A0913B44E60581F7B /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; + 8BEB0296F43DAF966C998C264742E893 /* ARTPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTPattern.h; sourceTree = ""; }; + 8C110B8D60657822A3E2D496193BF674 /* rc2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rc2.h; path = ios/include/openssl/rc2.h; sourceTree = ""; }; + 8C2785B6A9083E9E4527941ECE53AEFF /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; + 8C3C5F2D798BE06C7C3BF99E9CB8DB6B /* Replaceable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Replaceable.h; path = folly/Replaceable.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; }; - 8C4BA8951FF4749378980A0C90981761 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; - 8C5B82EC457F4CE9ED938DA3C255EAAF /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; - 8C5BBD4AF728F69889ABCD0E4D9B18BC /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = FirebaseCore/Sources/Public/FIRConfiguration.h; sourceTree = ""; }; - 8C78CF6D5D7E02A42A10C1BA48D3BCC3 /* Poly-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Poly-inl.h"; path = "folly/Poly-inl.h"; sourceTree = ""; }; - 8C89ABE0864A1ECEBB654E4CD87B86CC /* UMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDefines.h; path = UMCore/UMDefines.h; sourceTree = ""; }; - 8C981A37A563DDE44E27929784AC7C61 /* RCTTypeSafety.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTTypeSafety.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 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 = ""; }; + 8C423B85C94F6C91AA028F3CE55CF32D /* SKHighlightOverlay.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKHighlightOverlay.mm; path = iOS/Plugins/FlipperKitPluginUtils/FlipperKitHighlightOverlay/SKHighlightOverlay.mm; sourceTree = ""; }; + 8C590D40FAE1EC7314A493C93E34B83E /* ARTShapeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTShapeManager.h; sourceTree = ""; }; + 8C70A5D385851D79720D6247A58DE8D4 /* Chrono.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Chrono.h; path = folly/Chrono.h; sourceTree = ""; }; + 8C79A350A261E634DAE08BFC0F70F2AF /* EXLocalAuthentication-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXLocalAuthentication-dummy.m"; sourceTree = ""; }; + 8C9EFFFBEF0921CE0504CD89058CE3EA /* RNDateTimePicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDateTimePicker.debug.xcconfig; sourceTree = ""; }; + 8C9FE81A50467BC5281ECE63B91A0DC1 /* TOCropView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropView.h; path = "Objective-C/TOCropViewController/Views/TOCropView.h"; sourceTree = ""; }; + 8CBAB7A1CE9B90E8C95F94B3B8C9110B /* React-jsinspector.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.release.xcconfig"; sourceTree = ""; }; 8CC9178C366942FD6FF6A115604EAD58 /* libFirebaseCoreDiagnostics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCoreDiagnostics.a; path = libFirebaseCoreDiagnostics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 8CD5F6BFE6C11EEA4F4DF313B108C57D /* RCTStatusBarManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTStatusBarManager.mm; sourceTree = ""; }; - 8CE2A048FF71006E42E3A8193DC390F9 /* frame_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_enc.c; path = src/enc/frame_enc.c; sourceTree = ""; }; - 8CE46F1D5EFAC949955C0C97A0E0337D /* LNAnimatorTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNAnimatorTemp.m; sourceTree = ""; }; - 8CEDC5110EB13A53A24E779C0A7353CB /* GDTCORRegistrar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORRegistrar.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORRegistrar.m; sourceTree = ""; }; - 8D07A3084F02111B4D644D30642D7104 /* Rsa.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Rsa.m; sourceTree = ""; }; - 8D273B12822288D81C8AEF56C3C6554B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; 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 = ""; }; - 8D6C03D18BE071F1EF86BEB182F7B77D /* RNGestureHandlerEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerEvents.m; path = ios/RNGestureHandlerEvents.m; sourceTree = ""; }; - 8D77327E12522BD66B0D30F1750F8F40 /* Retrying.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Retrying.h; path = folly/futures/Retrying.h; sourceTree = ""; }; - 8D7F47D5903AF86D3981C401C7313F9F /* Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Private.h; sourceTree = ""; }; - 8D9024458C9CB9909900E274D398BE33 /* FIRCLSURLSessionUploadTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLSessionUploadTask.m; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionUploadTask.m; sourceTree = ""; }; - 8DA30566DC8E188328E58AFAAB0A8378 /* UMCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.release.xcconfig; sourceTree = ""; }; - 8DA985AD107AE755BE2DFA1DE2741257 /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; - 8DC0C54C2507B56DCFE1A638F3FD50E5 /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; - 8DDB32CCE32A6CCA0EA43A31D58BF6AF /* UMReactNativeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeAdapter.h; sourceTree = ""; }; - 8DE88AD42F76BE32942904C9EEE6EEE4 /* RNNotificationCenterMulticast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterMulticast.h; path = RNNotifications/RNNotificationCenterMulticast.h; sourceTree = ""; }; + 8CE794B3268D4885AAC373AB59162589 /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; + 8CF2D21232CA2CC0079A53EA5F0BBE3E /* SDWebImageWebPCoder.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageWebPCoder.debug.xcconfig; sourceTree = ""; }; + 8D423D21B793D46865977815E159F184 /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; + 8D45D887090B516489502C7B7F2572D1 /* React-RCTText.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.release.xcconfig"; sourceTree = ""; }; + 8D48AC26D08ED54088F0CEA59C5CBF5D /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; + 8D73945204DD7E8B47C608FF9D7B23F1 /* FIRInstallationsItem+RegisterInstallationAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstallationsItem+RegisterInstallationAPI.h"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.h"; sourceTree = ""; }; + 8D762680AA679065C79C31ADF044CED5 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; + 8DB1A6707774A2D80AB10144F384E36C /* OpenSSL-Universal.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "OpenSSL-Universal.debug.xcconfig"; sourceTree = ""; }; + 8DB4ED894850169263FAB09CC4C3011B /* 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; }; + 8DC7B25DC570EAEFC6907126C0EA4107 /* READebugNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = READebugNode.h; sourceTree = ""; }; + 8DDB7F61BEBD83C07CC8456B48F4953A /* EventUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventUtil.h; path = folly/io/async/EventUtil.h; sourceTree = ""; }; + 8DE41E1315C17F12858AE05CF7009952 /* enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_neon.c; path = src/dsp/enc_neon.c; sourceTree = ""; }; + 8DE7B0305CBB2440796B4596AE03C284 /* EXAudioRecordingPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioRecordingPermissionRequester.h; path = EXAV/EXAudioRecordingPermissionRequester.h; 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; }; - 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 = ""; }; - 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 = ""; }; - 8E466C2568DC808D7F8F2783DE4D2AB0 /* RCTKeyCommandConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandConstants.h; path = ios/KeyCommands/RCTKeyCommandConstants.h; sourceTree = ""; }; - 8E699E40B13FAFDFC18B5249444096EA /* REAOperatorNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAOperatorNode.h; sourceTree = ""; }; - 8E6EDFA9F1E540E79FB74DF851671243 /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; - 8E6EFC487486E9E37740026A3857CF15 /* RNLocalize.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.debug.xcconfig; sourceTree = ""; }; - 8E78CAA2C10634D2A26FEDB8001B4CA1 /* UMFaceDetectorInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.debug.xcconfig; 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 = ""; }; - 8EACA5F55C5E1B77D91F4F2828E14A1E /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; - 8EDA30FD146BE39B7EA870C76B401DC3 /* ScheduledSingleSubscription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledSingleSubscription.h; path = rsocket/internal/ScheduledSingleSubscription.h; sourceTree = ""; }; - 8EF0A088348F23E35AC63451A977811E /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; - 8EFAF70FC7AD5745B398BEB23402B339 /* FBLPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromise.m; path = Sources/FBLPromises/FBLPromise.m; sourceTree = ""; }; - 8F1AADEB994A06753733D5DA30E49EE9 /* FIRCLSDwarfUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfUnwind.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.h; sourceTree = ""; }; - 8F2B1439CC1E646C2F05803F82208C55 /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; - 8F34077B6C1A1F970C869CFC459EF523 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; - 8F58C13D386E0C0CAB5BE4F8AF20AB03 /* RNFBAnalyticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBAnalyticsModule.h; path = ios/RNFBAnalytics/RNFBAnalyticsModule.h; sourceTree = ""; }; + 8DFB0D8D9DEE90C55D5380F699C0798C /* RNFBRCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBRCTEventEmitter.m; path = ios/RNFBApp/RNFBRCTEventEmitter.m; sourceTree = ""; }; + 8E1E10B221D81EAA8DBDBD8AC1EA1AA4 /* React-jsiexecutor.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.debug.xcconfig"; sourceTree = ""; }; + 8E331E18117C5D453B0550D620AFA247 /* rescaler_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_msa.c; path = src/dsp/rescaler_msa.c; sourceTree = ""; }; + 8E3DB83C1A90897F57A65B070486DF4C /* EXFileSystem.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXFileSystem.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 8E529A85772839C1339B706558803556 /* React-RCTImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.release.xcconfig"; sourceTree = ""; }; + 8E5A34CDB31A82917E05E221F2B1C9B8 /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; + 8E77CBA854D2441BC5A729B48EF8F01F /* UIImage+CropRotate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+CropRotate.m"; path = "Objective-C/TOCropViewController/Categories/UIImage+CropRotate.m"; sourceTree = ""; }; + 8E7E920FAE50CEC883774FEAC4942A8C /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; + 8E885F82D88892B033B2D3BD5CA23E75 /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; + 8E8AB2368AB69940CD94FA3A74CB08FD /* RCTRedBoxSetEnabled.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxSetEnabled.m; sourceTree = ""; }; + 8E8EE360FEE22B7357850CAC803B839B /* UncaughtExceptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UncaughtExceptions.h; path = folly/lang/UncaughtExceptions.h; sourceTree = ""; }; + 8E9B4796B9DD5E8FEA3E6B5C6379B72B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 8EBF97CC786C612494226424EC112887 /* FIRCLSAllocate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAllocate.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.h; sourceTree = ""; }; + 8ECCD019CBB337F093825F9B42F9415F /* EXPermissions.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.release.xcconfig; sourceTree = ""; }; + 8EE2DE85420E7E2CCA1976D9496614AE /* small_vector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = small_vector.h; path = folly/small_vector.h; sourceTree = ""; }; + 8EF7B2A6822018413AA59DE88DF743E8 /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; + 8F0AE08E0BB3AFBF9A426F5E5CD56D7B /* Hazptr.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Hazptr.cpp; path = folly/synchronization/Hazptr.cpp; sourceTree = ""; }; + 8F0FD95BEFEA7F79449B355142FE6D27 /* FIRCLSUnwind_arm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind_arm.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arm.c; sourceTree = ""; }; + 8F14201BBC9B263195ADECC490D132C4 /* MemoryFile_Android.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryFile_Android.cpp; path = Core/MemoryFile_Android.cpp; sourceTree = ""; }; + 8F2329CBF50FAD7B2426594CA78854AB /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; + 8F25F388125F009AA46F4242E88F4922 /* RNFBAppModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBAppModule.m; path = ios/RNFBApp/RNFBAppModule.m; sourceTree = ""; }; + 8F52CCB0AEC66ECC72E62A4D4E1BE31C /* CodedInputData.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedInputData.cpp; path = Core/CodedInputData.cpp; sourceTree = ""; }; + 8F65600D8653AB8968E309CD864559BA /* experiments.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = experiments.cpp; 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 = ""; }; - 8F8B5973D6EAD1D778515A364E21BC3B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 8FA3467C61F628A26A2C7E187ABB1AD6 /* F14Defaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Defaults.h; path = folly/container/detail/F14Defaults.h; sourceTree = ""; }; - 8FD1A6013BE26CF0DF77977974AF20E0 /* Subscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Subscriber.h; path = yarpl/flowable/Subscriber.h; sourceTree = ""; }; - 8FE11E92FC612767470FF1C8EFCBE972 /* BugsnagFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagFileStore.m; sourceTree = ""; }; - 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 = ""; }; - 906A7119807C1AB50E631EDF48DB7703 /* UIImage+WebP.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+WebP.m"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.m"; sourceTree = ""; }; - 907DBEB9777B195E86A190106A88BB2F /* UMAppLifecycleListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleListener.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 = ""; }; - 90986995F73CCFA582576D9230F61C62 /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; - 9099BA62C121FAE46EF6B0E6A09A640B /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; - 90BAFD9E5CB55BDC218F6DBF3D6BF619 /* BugsnagUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagUser.h; sourceTree = ""; }; - 90EB305222160B2F7E0FA257C2B1412C /* SysFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysFile.h; path = folly/portability/SysFile.h; sourceTree = ""; }; - 90FB8441D378C62633AE475C9E64146F /* ARTText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTText.h; path = ios/ARTText.h; sourceTree = ""; }; - 90FBBBF61FE4E3D5503143DA01B02608 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; - 910745743C14274B6C29E2C8082C92BE /* tls1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tls1.h; path = ios/include/openssl/tls1.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 = ""; }; - 9129A60C49590EF63A8BFE19F541D797 /* React-jsiexecutor.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.debug.xcconfig"; sourceTree = ""; }; - 9134EDE83037B7C8B550868CF03CC0CF /* Partial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Partial.h; path = folly/functional/Partial.h; sourceTree = ""; }; - 91405D68956015D92781322FE57227A0 /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; - 914E3BD35F915AD23C39284356B03C4B /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; - 9157B28A91BFD044228018D597D9B25B /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; - 9164FFD648E02EF6F8F98DC0EDB212C3 /* react-native-appearance-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-appearance-dummy.m"; sourceTree = ""; }; - 916E0C7450E83E0B4367C5BD19DA079E /* react-native-webview-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-webview-dummy.m"; sourceTree = ""; }; - 9177FBC0227EEF8423A5F865AA482A1D /* UMPermissionsInterface-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMPermissionsInterface-dummy.m"; sourceTree = ""; }; - 919FBBB5A634BB55B40C453D604C862C /* RNFBApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBApp.release.xcconfig; sourceTree = ""; }; - 922934DAA3CE50B0BDB5D030664AC7B2 /* UMCameraInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.debug.xcconfig; 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 = ""; }; - 92688811DF7A9926F8FB520E04113464 /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRedBox.h; path = React/CoreModules/RCTRedBox.h; sourceTree = ""; }; - 9279A2B8AB440EE181531F0CBFF90CBE /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Sources/Private/FIROptionsInternal.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 = ""; }; - 92CE6B22333344A59DBED27D884391B9 /* RNJitsiMeetView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetView.h; path = ios/RNJitsiMeetView.h; sourceTree = ""; }; - 92CF0630022A5B5B486403B7FDC7C6DC /* ConsumerBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConsumerBase.h; path = rsocket/statemachine/ConsumerBase.h; 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 = ""; }; - 937BF80DAC3AD39D847CBAE195763C5D /* EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystem.m; path = EXFileSystem/EXFileSystem.m; sourceTree = ""; }; - 937FFFF64C3D93D536118E5C622F654E /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; - 9384C4052D4B5330FE667A0F8070EB64 /* EXVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoManager.m; sourceTree = ""; }; - 9387105C912AF870A74355C45A485708 /* EXConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstants.m; path = EXConstants/EXConstants.m; 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 = ""; }; - 93FD2852A349D962A679B496F4E8D24F /* BSG_KSSystemInfoC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfoC.h; sourceTree = ""; }; - 940FC5034C5012B724903EE9C30582D3 /* UMReactNativeAdapter.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.debug.xcconfig; sourceTree = ""; }; - 941881525477D0E96ADF459F13C8366F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; 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 = ""; }; - 945246CEFE5ACDCE05C0F08ED70CB3DC /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; 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 = ""; }; - 945FFD7633B336A4C9E8ABE7D59193F8 /* React-RCTImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.release.xcconfig"; sourceTree = ""; }; - 94831F98325A4DF50B6A3E021FAE698E /* localNotifications.md */ = {isa = PBXFileReference; includeInIndex = 1; name = localNotifications.md; path = docs/localNotifications.md; sourceTree = ""; }; - 948C0A90A29A19ED1AC389C81BB8CF13 /* REAAlwaysNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAlwaysNode.m; sourceTree = ""; }; + 8F705C4A668D63BA088613777A646CF0 /* RNRandomBytes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRandomBytes.m; path = ios/RCTCrypto/RNRandomBytes.m; sourceTree = ""; }; + 8F94E3752FE7FCC3CD0145E0CB9C7A5C /* GDTCCTNanopbHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTNanopbHelpers.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h; sourceTree = ""; }; + 8FB4876BB50CAF4A439244DC3370EE5D /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; + 8FB867587D3FB33A87C336958AFBD63F /* ARTGroupManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTGroupManager.m; sourceTree = ""; }; + 8FC4E95F1B7D7F174624F16DF26579CC /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; + 8FD4CC727F9FE1930DAB25FC33B8A4CA /* TLSDefinitions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TLSDefinitions.h; path = folly/io/async/ssl/TLSDefinitions.h; sourceTree = ""; }; + 8FDB7776044783001A221355D8660411 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; + 8FE6AED7102183442529FFAEF27881BD /* 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 = ""; }; + 90090791441B6C3919BC569B1B203447 /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RAMBundleRegistry.cpp; sourceTree = ""; }; + 9018A264C979EDA2F5522F969394F69F /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTExceptionsManager.h; path = React/CoreModules/RCTExceptionsManager.h; sourceTree = ""; }; + 901BE7B71C5B67D0CB9BDA9714439D78 /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; + 901DE87733A27C3FF25E2D06C45FB191 /* EXHaptics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.debug.xcconfig; sourceTree = ""; }; + 9038208008F8878B629ED2527489F181 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; + 9041FE644CAE9E17BD6BE256369D9C41 /* SonarKitNetworkPlugin+CPPInitialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SonarKitNetworkPlugin+CPPInitialization.h"; path = "iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SonarKitNetworkPlugin+CPPInitialization.h"; sourceTree = ""; }; + 9062C39CD0F9DF3288D023C987B112E6 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/Core/UIImage+GIF.h"; sourceTree = ""; }; + 90ABB0B942BE3171243A5490AAFD010C /* BlurEffectWithAmount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlurEffectWithAmount.h; path = ios/BlurEffectWithAmount.h; sourceTree = ""; }; + 90B0CA74E33FC52E454DBB7AC75EDF53 /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; + 90B0E2EC328326784CF7BC4E3B95AD4B /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; + 90E80080409EEA1DD36FDE032C2E105F /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; + 910AB6F66609017BD778A46DDDE4BF2E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = rsocket/benchmarks/README.md; sourceTree = ""; }; + 910BEA0C7DE95C6FFEDA35F05B53C5EE /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 910F8F7AFE1CD2B748CDD37560E6B013 /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; + 9114530292365C06ECD4324D760DDFBB /* QBVideoIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIndicatorView.m; path = ios/QBImagePicker/QBImagePicker/QBVideoIndicatorView.m; sourceTree = ""; }; + 912D2B9EB3A952290051A68652C4A40E /* Color+Interpolation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Color+Interpolation.m"; sourceTree = ""; }; + 916A2A5ABE87E4735F56DF814638D07E /* BSG_KSBacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace.h; sourceTree = ""; }; + 917B7DE9EFC85D2F63F2AE68F2C1AC5E /* react-native-jitsi-meet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-jitsi-meet-dummy.m"; sourceTree = ""; }; + 9196A13BB520278FF145B80ECA92FF35 /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "SDWebImage/Core/UIImage+Transform.h"; sourceTree = ""; }; + 919C3B5C509ACEA0B7DC3D4330B22A6C /* Init.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Init.h; path = folly/init/Init.h; sourceTree = ""; }; + 91DB9B7C812958F3E96BEEBE32F45A08 /* Memory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Memory.h; path = folly/portability/Memory.h; sourceTree = ""; }; + 92098CB15938719E1D7376A2E7836A70 /* Hash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hash.h; path = folly/hash/Hash.h; sourceTree = ""; }; + 92105CDB8D2F1414C80EC1EFB68B955D /* SKSearchResultNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKSearchResultNode.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKSearchResultNode.h; sourceTree = ""; }; + 92210A25F36196F04A7369850C7B324F /* react-native-safe-area-context.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-safe-area-context.debug.xcconfig"; sourceTree = ""; }; + 922EDD33385FF7D11CC6B54C266E225B /* RCTCustomKeyboardViewControllerTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomKeyboardViewControllerTemp.m; sourceTree = ""; }; + 9234A67C6694CABA10FD5F7B8E0DAB09 /* Yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 924CC39A9453D7DA789427AABF4BEDC5 /* MMBuffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMBuffer.h; path = Core/MMBuffer.h; sourceTree = ""; }; + 924EE8AD85B70B7FA4C10EF97E9D1EDB /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; + 926E9FEDC6D5748A0441DB1CC06F6E09 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = instrumentation.h; sourceTree = ""; }; + 92825CEC94D8D0951E658C653981644B /* FIRCLSDownloadAndSaveSettingsOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDownloadAndSaveSettingsOperation.h; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.h; sourceTree = ""; }; + 92987B093A2E5435F1C2431F22CA12B7 /* UMReactNativeEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeEventEmitter.h; sourceTree = ""; }; + 92BDC7640B695947CC55860B5B77B0C9 /* rescaler_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_neon.c; path = src/dsp/rescaler_neon.c; sourceTree = ""; }; + 92D044E921C76E6B1D66BFFF716E05E3 /* LockTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LockTraits.h; path = folly/LockTraits.h; sourceTree = ""; }; + 92DF40AB91ACF98C76E0D74D413B0405 /* TurboModuleUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModuleUtils.cpp; path = turbomodule/core/TurboModuleUtils.cpp; sourceTree = ""; }; + 930230F1F3DE8B813B732A112B19FC4A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 93153EB9A39E5F25DE96B65A4DBD734E /* dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec.c; path = src/dsp/dec.c; sourceTree = ""; }; + 933F2D86635ABD09678EA9689FBE9AB6 /* FIRExceptionModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRExceptionModel.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRExceptionModel.h; sourceTree = ""; }; + 934BD086275DE609568E0F3629E3A187 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; + 93950978F12BB75EECA4C741B48D2922 /* RCTTypeSafety-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-prefix.pch"; sourceTree = ""; }; + 93C653F312878CDCD6470603ECF0ADD4 /* HighlighterViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = HighlighterViewManager.m; sourceTree = ""; }; + 93D5364DC40E8DC14081D7AB3144A41D /* FlowableObserveOnOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableObserveOnOperator.h; path = yarpl/flowable/FlowableObserveOnOperator.h; sourceTree = ""; }; + 93DBA208A5245B3A7AB1CE1E0FE00BFD /* GDTCORUploadBatch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadBatch.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadBatch.m; sourceTree = ""; }; + 93EDEFEBFEA13BA3D6D7F1C131DD3498 /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; + 93F47D57D10B42D647C21BAB60BAA78E /* FIRCLSMachO.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachO.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.h; sourceTree = ""; }; + 93FA5606EE09E41DAE4EAE785A2205A4 /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; + 94177FD8666CD121A191A5370DF2A3FC /* SmallLocks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SmallLocks.h; path = folly/synchronization/SmallLocks.h; sourceTree = ""; }; + 941CB5FB80B44AF77439CF141E2C7FC1 /* SerialExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SerialExecutor.cpp; path = folly/executors/SerialExecutor.cpp; sourceTree = ""; }; + 9429FCB0CD7F5E66854403E622138720 /* RCTDevMenu.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevMenu.mm; sourceTree = ""; }; + 9452061CECA9DB8C30A97BB751ECD436 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; + 945A998D8D6F2A451D4C75B165DFF57B /* evp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evp.h; path = ios/include/openssl/evp.h; sourceTree = ""; }; + 9466825CDB8DE82011C93BE43A7D3593 /* ObservingInputAccessoryViewTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ObservingInputAccessoryViewTemp.m; sourceTree = ""; }; + 9467FD812482E84675E8E0461A507D76 /* AsyncTransportCertificate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTransportCertificate.h; path = folly/io/async/AsyncTransportCertificate.h; sourceTree = ""; }; + 946D72554791CEB14E177657737FA800 /* SKEnvironmentVariables.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKEnvironmentVariables.h; path = iOS/FlipperKit/SKEnvironmentVariables.h; sourceTree = ""; }; + 946EBE479A307F921DC70879D5604A6F /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDeviceInfo.h; path = React/CoreModules/RCTDeviceInfo.h; sourceTree = ""; }; + 9479ACCA223BEDBDBCAC5F0F55AE8E26 /* CodedInputDataCrypt_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedInputDataCrypt_OSX.cpp; path = Core/CodedInputDataCrypt_OSX.cpp; sourceTree = ""; }; + 94811ED966AB9F4B4B88B1A7183F6684 /* FLEXNetworkObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLEXNetworkObserver.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkObserver.h; sourceTree = ""; }; + 94815BB685B9EE684F99BD09FD871B4D /* FIRCrashlyticsReport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCrashlyticsReport_Private.h; path = Crashlytics/Crashlytics/Private/FIRCrashlyticsReport_Private.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 = ""; }; - 94A08F514E91A9811430FD2262FEA644 /* BSG_KSCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrash.m; sourceTree = ""; }; - 94A148098B71F86814EB394F746CF6EC /* RCTJSInvokerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSInvokerModule.h; sourceTree = ""; }; - 94B455AA04E262EDE77D78D9D032C64A /* FIRCLSDemangleOperation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDemangleOperation.mm; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.mm; sourceTree = ""; }; - 94BC75EA2E2120908773B450B28D60CF /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Private/GULUserDefaults.h; sourceTree = ""; }; - 94BE4A916A924189C6D1A5836209327D /* StreamsWriter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamsWriter.cpp; path = rsocket/statemachine/StreamsWriter.cpp; sourceTree = ""; }; - 94FDE5CB1694A059D142CEAD90C6B0C9 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; - 9507710A21691CC0E9B78E5EF2DDBD16 /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = FirebaseCore/Sources/Public/FIRApp.h; sourceTree = ""; }; - 95131DED26FCD3661A50BDF2E2C567E0 /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; - 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 = ""; }; - 955D1CB93D8630D106A768A7E39526C7 /* Conv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Conv.h; path = folly/Conv.h; sourceTree = ""; }; - 959EE8119DC02447F35D8C08D986F483 /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; - 95B50989E80497512B7152EDECDDD528 /* UMUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUIManager.h; sourceTree = ""; }; - 95B600BE9BE3B22A5CF3182E1D85F85C /* RNCSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewManager.m; path = ios/SafeAreaView/RNCSafeAreaViewManager.m; sourceTree = ""; }; - 95BAC5CB0D279B5958E7B0D88AD3C358 /* ThreadLocalDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLocalDetail.h; path = folly/detail/ThreadLocalDetail.h; sourceTree = ""; }; - 95C358C9E476857268060EBFFD426C86 /* RNGestureHandlerButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerButton.m; path = ios/RNGestureHandlerButton.m; sourceTree = ""; }; - 95C88FD20D5D13529D47BC4F9568264F /* HazptrUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrUtils.h; path = folly/synchronization/detail/HazptrUtils.h; sourceTree = ""; }; + 94B81596C88624BE2A6E88A230DA76E5 /* cct.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cct.nanopb.h; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h; sourceTree = ""; }; + 94D7301B84971820DC525069D380562B /* InlineExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InlineExecutor.cpp; path = folly/executors/InlineExecutor.cpp; sourceTree = ""; }; + 95002E0E8D4C1AC4A6FE96A828383473 /* rn-fetch-blob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-fetch-blob-dummy.m"; sourceTree = ""; }; + 9503488FCFF5AEF5A660501A865FF5EB /* ScopedEventBaseThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScopedEventBaseThread.h; path = folly/io/async/ScopedEventBaseThread.h; sourceTree = ""; }; + 9514ADD452F0A28CBC3E77263C950AB4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = rsocket/README.md; sourceTree = ""; }; + 951B1D4EA7CBF8055CEAAD1972BB357D /* RCTTurboModuleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModuleManager.h; sourceTree = ""; }; + 9521EE93AA416FB6ECD30DFB35604FD1 /* FIRInstallationsAPIService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAPIService.m; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.m; sourceTree = ""; }; + 95340A178E45B90AB2F677D5868B4B52 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 953C396ED4F1CBCE7BA8F451A54F4E3A /* FBLPromise+Then.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Then.m"; path = "Sources/FBLPromises/FBLPromise+Then.m"; sourceTree = ""; }; + 954019B1243676579A9349B9E6E0B55F /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; + 955C5253247E33261275E00E2980DA52 /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/Core/UIButton+WebCache.m"; sourceTree = ""; }; + 9571580D5AC78ECFB0FD9B98D8A651B1 /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; + 9586FB313EFD09879338CE1DF5F5C845 /* SDDeviceHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDeviceHelper.m; path = SDWebImage/Private/SDDeviceHelper.m; sourceTree = ""; }; + 958C08A92F5BE439E11E4013B9DE5A05 /* RSocketStats.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketStats.cpp; path = rsocket/RSocketStats.cpp; sourceTree = ""; }; + 958C7A0A98C434089B195472124D2061 /* Singleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Singleton.h; path = folly/detail/Singleton.h; sourceTree = ""; }; + 959ACC6C8F0BB5A1FD92318F3673DAE5 /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; + 95A1E93601C12F1781D784BF5653A2E3 /* ScheduledSubscription.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledSubscription.cpp; path = rsocket/internal/ScheduledSubscription.cpp; sourceTree = ""; }; + 95C869FC9DA04B217946DC3C46D80C28 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; 95D00A3E66C847FBED5DC0B6073EB67F /* Pods-defaults-RocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-defaults-RocketChatRN-acknowledgements.plist"; sourceTree = ""; }; - 95D67F2B83C4C698AEFC6E51D19DAC41 /* EXKeepAwake.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXKeepAwake.m; path = EXKeepAwake/EXKeepAwake.m; sourceTree = ""; }; - 95DBA7B85E03C333EEC4A6FB37E4763A /* Portability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Portability.h; path = folly/futures/Portability.h; sourceTree = ""; }; - 95FB8C8276999A1DB67E7FCD5131C4E5 /* WarmResumeManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WarmResumeManager.cpp; path = rsocket/internal/WarmResumeManager.cpp; sourceTree = ""; }; - 96029579371D4169676428C15CAC1507 /* react-native-background-timer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-background-timer.debug.xcconfig"; sourceTree = ""; }; - 96078E14FB366FC2819D699F6957C373 /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; - 9621EAC1A48E39C15ECEF2A85EA69276 /* BugsnagApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagApiClient.m; sourceTree = ""; }; + 95FE0FE1F65F6ACEF87FC4B775372AFB /* RNNotificationParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationParser.h; path = lib/ios/RNNotificationParser.h; sourceTree = ""; }; + 960588EEE95A7545DFD0E1CD3459F4FB /* Optional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Optional.h; path = folly/Optional.h; 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 = ""; }; - 963959355284190AA1E2922C90830CCE /* RNCConnectionStateWatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCConnectionStateWatcher.h; path = ios/RNCConnectionStateWatcher.h; sourceTree = ""; }; - 96402FE591BFB30C9DBD487112914226 /* BSG_KSCrashState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashState.m; 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 = ""; }; - 9643E8740B81C641EFEE8E28DC3F1B43 /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; - 964E5D3773A0F9836351C7D1157D2063 /* SysResource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysResource.h; path = folly/portability/SysResource.h; sourceTree = ""; }; - 9657D1E397B1F7BA25435BCFB99BA4CE /* RNSScreenContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenContainer.m; path = ios/RNSScreenContainer.m; sourceTree = ""; }; - 96808266BFB4A792E8797C67732EF484 /* NSData+EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+EXFileSystem.h"; path = "EXFileSystem/NSData+EXFileSystem.h"; sourceTree = ""; }; - 9683485DD8F0BEB47BB9E40938D3C9D0 /* ScheduledSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledSubscriber.h; path = rsocket/internal/ScheduledSubscriber.h; sourceTree = ""; }; - 9686FEC2F21AE9148D325911544DEB44 /* RNCAppearanceProviderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProviderManager.m; path = ios/Appearance/RNCAppearanceProviderManager.m; sourceTree = ""; }; - 96BACFBFC6E0CB22F6BB2B9C3CB7572C /* keyvalq_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = keyvalq_struct.h; path = src/event2/keyvalq_struct.h; sourceTree = ""; }; - 96D74BD54456BF5766811A130EAAEDBA /* React-jsinspector.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.debug.xcconfig"; sourceTree = ""; }; - 96D7AB664B3C5240389A2D3A10416B9D /* pt-BR.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "pt-BR.lproj"; path = "Objective-C/TOCropViewController/Resources/pt-BR.lproj"; 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 = ""; }; - 9719666CAEC85DBF140837F26DD5CD5A /* Merge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Merge.h; path = folly/container/Merge.h; sourceTree = ""; }; - 971F792B9124284FA2B5437FA196F16D /* 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; }; - 9728B984966BC98860FAB0C677395B47 /* FIRCLSMultipartMimeStreamEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMultipartMimeStreamEncoder.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.m; sourceTree = ""; }; - 97337B286D6A431CA74BB3D00A8D5540 /* EXConstantsService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstantsService.m; path = EXConstants/EXConstantsService.m; sourceTree = ""; }; - 9739DB2412D22C208A57481EE2578872 /* FIRCLSURLSessionConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLSessionConfiguration.m; path = Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionConfiguration.m; sourceTree = ""; }; - 973CB3B495A9D8ED34F30741C73A4CEF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 974FD54303C4A13BF568C2991A1A5BAB /* KeyboardTrackingViewTempManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = KeyboardTrackingViewTempManager.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 = ""; }; - 9768D3AC6362E4EDBFA97D4BFE569439 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = NativeToJsBridge.cpp; sourceTree = ""; }; - 976BFFE7AC8FD146C65E3EB148DEF57F /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; - 9788D2E725AD263B6340AF22F0829124 /* FutureExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FutureExecutor.h; path = folly/executors/FutureExecutor.h; sourceTree = ""; }; - 9790B25485B5112D0440833FE01D5B05 /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; - 97A5B36F6860D37C59B408CD9A2D171F /* REAFunctionNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAFunctionNode.h; sourceTree = ""; }; - 97B42B968D26C833EF3EA155B3FCC757 /* RNCPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCPickerManager.h; path = ios/RNCPickerManager.h; sourceTree = ""; }; - 97BC23DB30FC0E706968AF8308390589 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTiming.h; path = React/CoreModules/RCTTiming.h; sourceTree = ""; }; - 97C1E5C36690688F68F9F6C6F5B223F9 /* MMKVStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKVStorage.h; path = ios/MMKVStorage.h; sourceTree = ""; }; - 97D0B04C58FFAAAC62DCED943B9A570F /* UIView+SKInvalidation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "UIView+SKInvalidation.mm"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.mm"; sourceTree = ""; }; - 97D429A0DC87C570D3DE0C94A2634198 /* ARTLinearGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTLinearGradient.h; sourceTree = ""; }; - 97DFB4A27CD0E547DA4548C135FBCA5F /* FIRInstallationsSingleOperationPromiseCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsSingleOperationPromiseCache.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.m; sourceTree = ""; }; - 97F22FD130D38E6FE56D88111261AF31 /* EXWebBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.release.xcconfig; sourceTree = ""; }; - 98090DEBEE0A484DCB283999B3C4FE16 /* demux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = demux.c; path = src/demux/demux.c; sourceTree = ""; }; - 982592451D0DE8980AFD643B11087C21 /* react-native-blur.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-blur.debug.xcconfig"; 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 = ""; }; - 9847DCFA343B907C7BC3C612317AD77C /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; 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 = ""; }; - 98586AB9F1BC0BE3222F41C96FB5FEEA /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFPSGraph.h; path = React/CoreModules/RCTFPSGraph.h; sourceTree = ""; }; - 989CDB34F6E5E8E94D76A9F788CD9DD9 /* RNTapHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNTapHandler.h; sourceTree = ""; }; - 98A833216C7A724A688CF71D22E6FA8C /* lossless_enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_mips32.c; path = src/dsp/lossless_enc_mips32.c; sourceTree = ""; }; - 98C7886164C7FF8611E7F1F70DD1B628 /* RNRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRotationHandler.h; sourceTree = ""; }; - 98E0C1854B63908FDE63860702C4E9E2 /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSDeltaBundleClient.cpp; sourceTree = ""; }; - 9904F6620AF734A2B9670844E5AE633C /* TimeoutQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimeoutQueue.cpp; path = folly/TimeoutQueue.cpp; sourceTree = ""; }; - 99090B494D29ABBA1BD0C98E09B2B767 /* REAParamNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAParamNode.m; sourceTree = ""; }; - 990D8C8EAF8BC29F8D671DFC91560098 /* alpha_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_dec.c; path = src/dec/alpha_dec.c; 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 = ""; }; - 995556FF72A35310617D533819A4DED5 /* cms.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cms.h; path = ios/include/openssl/cms.h; sourceTree = ""; }; - 995B84FAE2CCC5B61D3FD2850BE544BD /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; - 995E4F74CBEB09358653A53C28BF5EF9 /* GULSceneDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler_Private.h; path = GoogleUtilities/SceneDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h; sourceTree = ""; }; - 9962BFC91082B39B9517318ED95ECFFC /* FIRInstallationsAPIService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAPIService.h; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.h; sourceTree = ""; }; - 997EBC8BE604034B46AD0C9F61326E38 /* RCTSettingsPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsPlugins.h; path = Libraries/Settings/RCTSettingsPlugins.h; sourceTree = ""; }; - 9987B45EAA6E1CF4AD776CABDAEBFE22 /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; - 998C74D7D6DB25B35485DCCD8A0577CD /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 998CB3A78C1C83E13D5F12DD69A928FD /* hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hmac.h; path = ios/include/openssl/hmac.h; sourceTree = ""; }; - 999C48F45B59BCC5732D60EA07E756DF /* BugsnagSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSink.m; 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 = ""; }; + 962F3FFD33729F2094C44EE0381880D1 /* REACondNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACondNode.m; sourceTree = ""; }; + 9636763922B0FE1AA983BB736DE52B4F /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; + 963BF48E928DA8F07242F8CD5133FACA /* FlipperClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperClient.h; path = iOS/FlipperKit/FlipperClient.h; sourceTree = ""; }; + 963E5FD24515FA64155828BCE76DE937 /* openssl_cfb128.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = openssl_cfb128.cpp; path = Core/aes/openssl/openssl_cfb128.cpp; sourceTree = ""; }; + 966421A16467367CDBBFE494B85C1074 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; + 966562EB116DCECEF442F0A60C741AD1 /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; + 9673FA49419F5FA30FEC88AC80E286D3 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBundleType.cpp; sourceTree = ""; }; + 968D4AAE20F0AB5693F3026919EF8D74 /* SKViewDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKViewDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewDescriptor.h; sourceTree = ""; }; + 9692C30387F81B07B761F0781B91408D /* BugsnagSessionTrackingPayload.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingPayload.m; sourceTree = ""; }; + 96966961078DB2C539AEE4757357B470 /* SDImageHEICCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoderInternal.h; path = SDWebImage/Private/SDImageHEICCoderInternal.h; sourceTree = ""; }; + 969A63EA1BD24D172AFD60AB79A657FF /* FBLazyIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyIterator.h; path = FBLazyVector/FBLazyIterator.h; sourceTree = ""; }; + 969B3ECF12F21B3C886BA4F274A952A6 /* TOCropOverlayView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropOverlayView.m; path = "Objective-C/TOCropViewController/Views/TOCropOverlayView.m"; sourceTree = ""; }; + 96A718DCDE6F21A19C33C18EF4B03075 /* RNCSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewManager.h; path = ios/SafeAreaView/RNCSafeAreaViewManager.h; sourceTree = ""; }; + 96AD7D4EF2DB945479883F02FEECBAB7 /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; + 96B5978FF2E4C4BDE555DD16FD3A1882 /* SafeAreaSpacerViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerViewManager.h; sourceTree = ""; }; + 96C44C15A58CB5341932B55BB09A5653 /* UMModuleRegistryProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryProvider.h; sourceTree = ""; }; + 96D07ED60474179DBAC26F50A11EAF64 /* StringKeyedMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedMap.h; path = folly/experimental/StringKeyedMap.h; sourceTree = ""; }; + 9702BC9B7780C4AF9C60B429E4FC832F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 9720E2532843EEBF7F7095E1DD849B5E /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; + 972B4A9495210E798B5DE50FBD4C4FA7 /* FlipperStep.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperStep.cpp; path = xplat/Flipper/FlipperStep.cpp; sourceTree = ""; }; + 975382333964F7979D0CBDC121FFE541 /* FBLPromise+Wrap.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Wrap.m"; path = "Sources/FBLPromises/FBLPromise+Wrap.m"; sourceTree = ""; }; + 9776ADE65B2F16B134EE7A085B48332B /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; + 9791DB7729CD59B0E0FAD72FAD2DB460 /* GCDAsyncSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GCDAsyncSocket.m; path = Source/GCD/GCDAsyncSocket.m; sourceTree = ""; }; + 9794A9F9315CFD8C2C0E0E58E8C897E6 /* QBVideoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIconView.m; path = ios/QBImagePicker/QBImagePicker/QBVideoIconView.m; sourceTree = ""; }; + 97CC3215985E29B22680A37BED2BF677 /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; + 980F688F126B28D89B9869080DD7DDB1 /* Yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Yoga-dummy.m"; sourceTree = ""; }; + 981ADFCC0DB115A2A9C4802064461651 /* KeyboardTrackingViewTempManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = KeyboardTrackingViewTempManager.h; sourceTree = ""; }; + 9826A6E37D2FE63402199F9D57602A4E /* UIImage+Extension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Extension.m"; path = "ios/src/UIImage+Extension.m"; sourceTree = ""; }; + 98426A598FDE8E73DA9DB5B59F4C4CCD /* REATransitionAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionAnimation.h; sourceTree = ""; }; + 98472AD2244C41B3000A94F7B68F937E /* RCTRequired.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.release.xcconfig; sourceTree = ""; }; + 986B1EFB6AF6706E097E5D92E9683531 /* RNDateTimePicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDateTimePicker-dummy.m"; sourceTree = ""; }; + 98778755E828E9A448C9C880B80685BD /* GlobalShutdownSocketSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GlobalShutdownSocketSet.h; path = folly/io/GlobalShutdownSocketSet.h; sourceTree = ""; }; + 98849A4A5835B5B73599A7A6AB826C6E /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; + 9886429D220763B3C4C2B9AB826C341B /* AsyncPipe.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncPipe.cpp; path = folly/io/async/AsyncPipe.cpp; sourceTree = ""; }; + 988DAC4FBE33F6C87932673890C7F646 /* histogram_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = histogram_enc.c; path = src/enc/histogram_enc.c; sourceTree = ""; }; + 9894A492D722A2F285DDC689AC5594A5 /* MMKVPredef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKVPredef.h; path = Core/MMKVPredef.h; sourceTree = ""; }; + 9894D7CFE2A287555C841EC6B3342AB7 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 989C1D2C9C9C73B53A105C2DACC22189 /* ReactCommon.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.debug.xcconfig; sourceTree = ""; }; + 98A1AD8A289A175527BB2D6E300BA0CC /* RNForceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNForceTouchHandler.h; sourceTree = ""; }; + 991A5A4BC6C9449FCCF44952846E915D /* event-config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "event-config.h"; path = "src/event2/event-config.h"; sourceTree = ""; }; + 991C86F1E1105DBD0EE065057657A229 /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/Core/NSData+ImageContentType.h"; sourceTree = ""; }; + 992CFC6AD0F02DD478F05B9FEDA425F5 /* READebugNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = READebugNode.m; sourceTree = ""; }; + 992D32E6B594959042A3FDCAE73192A3 /* dns.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dns.h; path = src/event2/dns.h; sourceTree = ""; }; + 99323390A0C9E6869629F49FDCCA6A9F /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; + 9944E262915445968A452BDF3E0D1325 /* RNGestureHandlerEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerEvents.m; path = ios/RNGestureHandlerEvents.m; sourceTree = ""; }; + 99635AD28530F54F75FCDCDD490FC9F2 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 9978B77FC15E282E8D8DFD91BA25C49E /* experiments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = experiments.h; sourceTree = ""; }; + 99A4523C798E71B16B3E8690CD60A8A7 /* YGLayout+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "YGLayout+Private.h"; path = "YogaKit/Source/YGLayout+Private.h"; sourceTree = ""; }; + 99A68372100BC85DF5F8BCCF9FA5CEFF /* Yoga-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-umbrella.h"; sourceTree = ""; }; + 99C9BC11631BC4C81120D4DB21069708 /* RNGestureHandlerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerManager.h; path = ios/RNGestureHandlerManager.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; }; - 99E362D23328BDA804415B87C734366F /* SocketAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketAddress.h; path = folly/SocketAddress.h; sourceTree = ""; }; - 99F93EE64440E9A1DA652BA54E830184 /* GDTCORConsoleLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORConsoleLogger.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORConsoleLogger.m; sourceTree = ""; }; - 99FCCF17097AC3A53C7217A52A3705CE /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; 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 = ""; }; - 9A18D04D8D5B88B70122539728A20321 /* React-jsinspector.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.release.xcconfig"; sourceTree = ""; }; - 9A31E3E36813AF931629C21C1C4064F7 /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; - 9A38DAB8648C8933AD78540897F30EF8 /* RCTConvert+FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FIRApp.m"; path = "ios/RNFBApp/RCTConvert+FIRApp.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 = ""; }; - 9A71C319454DCE5467EDD03E023C9784 /* UMNativeModulesProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMNativeModulesProxy.h; sourceTree = ""; }; - 9ACA613FA2E732C0F91F7A91191D77AB /* MMKV.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKV.cpp; path = Core/MMKV.cpp; sourceTree = ""; }; - 9ADBAECE98BE75CD10B20DFA4C9CD1E9 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; - 9B0D5569F6812D82CB5CADBD6255EF30 /* react-native-cookies-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-cookies-dummy.m"; sourceTree = ""; }; - 9B0EAF492B4F04F12123444633411766 /* ConnectionSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConnectionSet.h; path = rsocket/internal/ConnectionSet.h; sourceTree = ""; }; - 9B0F6829CA2FFBEA075E170CCE607D4E /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "jsi-inl.h"; sourceTree = ""; }; - 9B2019C1FE357755E0196C90F46B684C /* RCTConvert+FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FIROptions.h"; path = "ios/RNFBApp/RCTConvert+FIROptions.h"; 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 = ""; }; - 9B699102AFEA45C8A1FB25CD8C39FEB2 /* React-RCTActionSheet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.release.xcconfig"; sourceTree = ""; }; - 9B853F08CC4E879B61D88374F75008F5 /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; - 9B89D89DA2CCB3A2791086A4F9FE0F48 /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.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 = ""; }; - 9BD2F9C1F4F0AFD2F074F0274E34486F /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; - 9BDC0649976F244B385E849EE659EBFD /* REANode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REANode.h; sourceTree = ""; }; - 9BE12006D782F3B7CD458D7C675C7F15 /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; - 9BF52CBE311A99F83D1CA130B0E19A34 /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; - 9C04596974E6A0A67E3DBD0891538191 /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; - 9C3A536A1ECAAACACA8D65D17C12A514 /* GDTCCTCompressionHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTCompressionHelper.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTCompressionHelper.m; sourceTree = ""; }; - 9C4C03EFB38C9C7BB9C71E3C1AF2E62B /* RNFBAnalytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFBAnalytics-dummy.m"; sourceTree = ""; }; - 9C5FEF79BEC743ECA2BD2FD673D93BCC /* RCTAes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAes.h; path = ios/RCTCrypto/RCTAes.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 = ""; }; - 9C9F64D0A008E2CBACB0B541A08029AD /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; - 9CCF44C59DF1779D4F7DFC832AAD9090 /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; - 9D0E87FA8F64F90DF1B24C0837C796FF /* EXSessionUploadTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionUploadTaskDelegate.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 = ""; }; - 9D28DA487577CEF02FCA4569CD696312 /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; - 9D2E742A97EED1208CA8E77377B2608A /* RNCSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSliderManager.h; path = ios/RNCSliderManager.h; sourceTree = ""; }; - 9D3A9D81320B5725653F79B114C2B0F4 /* EXSessionResumableDownloadTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionResumableDownloadTaskDelegate.h; sourceTree = ""; }; - 9D3B700A25B61CBED5D23753C9361F3B /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/Core/UIImage+MultiFormat.m"; 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 = ""; }; - 9D7103DECF37A05EE83CFDFF21C10771 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 9D753F9E4580B384B4C8E88A6401255C /* RNDateTimePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePickerManager.m; path = ios/RNDateTimePickerManager.m; sourceTree = ""; }; - 9D7A4D77C138AF76E7332512C04101DC /* FireForgetThroughputTcp.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FireForgetThroughputTcp.cpp; path = rsocket/benchmarks/FireForgetThroughputTcp.cpp; sourceTree = ""; }; - 9D81472F856F2D56BAD520D2F812848A /* READebugNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = READebugNode.h; 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 = ""; }; + 99D8453D424965A230F9531CEF43632D /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; + 99DA9409D749AEC08853310EC9E1C702 /* react-native-slider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-slider-prefix.pch"; sourceTree = ""; }; + 99DBB6191A73A213AB4F9B27AC482B70 /* Fontisto.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Fontisto.ttf; path = Fonts/Fontisto.ttf; sourceTree = ""; }; + 99E30F3302F1C26B23C77583AF4D4B7E /* NestedCommandLineApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NestedCommandLineApp.h; path = folly/experimental/NestedCommandLineApp.h; sourceTree = ""; }; + 9A117A1FC69B2543DA0E42CF7E20AE4A /* FIRCLSCodeMapping.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSCodeMapping.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.m; sourceTree = ""; }; + 9A1EF2CC553103DC718633E1A30EF404 /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; + 9A38213FBE123CEDD3DBAB80FFA05BDF /* REASetNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REASetNode.h; sourceTree = ""; }; + 9A3FA4E2E75A68D6EA31FED67356AA85 /* EliasFanoCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EliasFanoCoding.h; path = folly/experimental/EliasFanoCoding.h; sourceTree = ""; }; + 9A422F9D874AA6C0AF7BF89F27BC643D /* UMAppLoaderProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppLoaderProvider.m; path = UMAppLoader/UMAppLoaderProvider.m; sourceTree = ""; }; + 9A496C8E1879BCF369E8276553B123DF /* react-native-netinfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-netinfo-prefix.pch"; sourceTree = ""; }; + 9A505701CC24A4A635F2DBDE28417455 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Sources/Private/FIRLogger.h; sourceTree = ""; }; + 9A5676840117F59DFB7E2AC7B7971F37 /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; + 9A5F5EBAA6778417F23606F1C81AE593 /* FIRCLSUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUtility.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h; sourceTree = ""; }; + 9A6467CBA3F71FAC1D8E4564BFE4A17B /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; + 9A6BB046251B4BBBFA45F706A1A6DCD9 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/Core/UIImage+MultiFormat.h"; sourceTree = ""; }; + 9AABB3F05AD8A6916C2A9C2F32D46A0E /* ebcdic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ebcdic.h; path = ios/include/openssl/ebcdic.h; sourceTree = ""; }; + 9AACA8567A4D10254C00ED93EFECACFD /* UMModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistry.m; sourceTree = ""; }; + 9AEC64807D8BD4133B99A6119BBC423B /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; + 9B00CBB62B7ECD3817EDA8A68A7FD42E /* RNGestureHandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNGestureHandler.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9B0B93307205F5F86E3A7BE07E1D6C40 /* RCTImageLoaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderProtocol.h; path = Libraries/Image/RCTImageLoaderProtocol.h; sourceTree = ""; }; + 9B10FEB694F42D8715B852E801020853 /* GroupVarint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GroupVarint.h; path = folly/GroupVarint.h; sourceTree = ""; }; + 9B144E6E025AAF680D34B1E15B70EE2E /* bn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bn.h; path = ios/include/openssl/bn.h; sourceTree = ""; }; + 9B2BEFFEBC0A3E48AF84A04172376E05 /* Hardware.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hardware.h; path = folly/synchronization/detail/Hardware.h; sourceTree = ""; }; + 9B3482FD6755E462FDE806EED8CE4316 /* RangeSse42.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RangeSse42.h; path = folly/detail/RangeSse42.h; sourceTree = ""; }; + 9B478335C954589860E891ACC2802666 /* FIRCLSSettings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSettings.m; path = Crashlytics/Crashlytics/Models/FIRCLSSettings.m; sourceTree = ""; }; + 9B4AFF2D2606B017C4FA98B9C8CE4BC6 /* FIRAnalyticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInterop.h; path = Interop/Analytics/Public/FIRAnalyticsInterop.h; sourceTree = ""; }; + 9B8C26F97AAF2E2596F6610A4E90BAC1 /* EventBaseLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseLocal.h; path = folly/io/async/EventBaseLocal.h; sourceTree = ""; }; + 9B9E6E62DEBEB8E91F97B1AC98652D4E /* picture_rescale_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_rescale_enc.c; path = src/enc/picture_rescale_enc.c; sourceTree = ""; }; + 9BB1421E6A791D4D898759432173DDD9 /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIDynamic.h; sourceTree = ""; }; + 9BB219A3250693C82212D97EEC6C1532 /* react-native-cookies.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cookies.release.xcconfig"; sourceTree = ""; }; + 9BBDB18A42A083905EB75369C5A17EA2 /* SKTapListenerImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKTapListenerImpl.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListenerImpl.h; sourceTree = ""; }; + 9BCD248F655BF38EFC795A5DBAF8E359 /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; + 9BCE8E19D661B02E49EC6D80247DA093 /* EXVideoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoView.m; sourceTree = ""; }; + 9BCFC2F04C83164EEEADD25EA93E97CE /* react-native-webview.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.release.xcconfig"; sourceTree = ""; }; + 9BD6BAA94E4D91169EC822D2E0120BC6 /* GTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTest.h; path = folly/portability/GTest.h; sourceTree = ""; }; + 9BD7E17155A2BD634F858DC9388B3B80 /* ResourceBundle-TOCropViewControllerBundle-TOCropViewController-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-TOCropViewControllerBundle-TOCropViewController-Info.plist"; sourceTree = ""; }; + 9C066E3E2CD3616C764CFBC61FA401A3 /* AsyncUDPSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncUDPSocket.cpp; path = folly/io/async/AsyncUDPSocket.cpp; sourceTree = ""; }; + 9C09D5802F0688D4C0E8F5F7C845CE10 /* http.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = http.h; path = src/event2/http.h; sourceTree = ""; }; + 9C422D70E6FF163F0B103125830BDFAF /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 9C4C92982C67C40EEECC304092E3F6B1 /* KeepaliveTimer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = KeepaliveTimer.cpp; path = rsocket/internal/KeepaliveTimer.cpp; sourceTree = ""; }; + 9C52D176F8CDB9CCD3A49D1262F3A3AB /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; + 9C866525F9B87D1FF8DC25351A5C47BB /* UMPermissionsInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.release.xcconfig; sourceTree = ""; }; + 9CC73666875B53BC4809558704C5D5A0 /* BugsnagCrashReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashReport.m; sourceTree = ""; }; + 9CD91528A6A42698562A93827F32A18F /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; + 9CDED2152341750620A02C833AABBF94 /* MMKVStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MMKVStorage.m; path = ios/MMKVStorage.m; sourceTree = ""; }; + 9CEB12C4D46715DF56A7216ACF9C1AB1 /* CocoaAsyncSocket.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaAsyncSocket.debug.xcconfig; sourceTree = ""; }; + 9D2EABB3B4CEBD1B746DF1E140AEDAE8 /* REABezierNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABezierNode.m; sourceTree = ""; }; + 9D3994F19D1378AF42910B9EA330DBC3 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/Core/NSData+ImageContentType.m"; sourceTree = ""; }; + 9D3E7BA57FD41ED01A53BC8FC7063C8F /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; + 9D423CD9C1789BE9FE56EA6EABBF9F8D /* RCTBlobPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobPlugins.mm; sourceTree = ""; }; + 9D45936E5F0E7836DE79BE2842C88B53 /* DistributedMutexSpecializations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DistributedMutexSpecializations.h; path = folly/synchronization/DistributedMutexSpecializations.h; sourceTree = ""; }; + 9D617CB7466BC64F3136EAB821858E18 /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; + 9D7C1448517BE17F890A0E0BA3B16D0D /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = CoreOnly/Sources/Firebase.h; sourceTree = ""; }; + 9D8B896D56E00A4AB605469EBB063798 /* RNCSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaShadowView.m; path = ios/SafeAreaView/RNCSafeAreaShadowView.m; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9DB944C5A4560836B6BE94398FCEF780 /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = ios/QBImagePicker/QBImagePicker/fr.lproj; sourceTree = ""; }; - 9DD88FF253F88E46B3A40188EDBAACE2 /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; - 9E1F13A0B58663397E7B78C79133380F /* ARTGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTGroup.h; path = ios/ARTGroup.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 = ""; }; - 9E4BD6C211C3F0AF847800BD795959BB /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; - 9E4BF9C67629DC5F1B0CB9BB20C4ABBC /* Fontisto.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Fontisto.ttf; path = Fonts/Fontisto.ttf; sourceTree = ""; }; - 9E6C3C99A1D38B82EF4DDB61CDC11034 /* Benchmarks.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Benchmarks.cpp; path = rsocket/benchmarks/Benchmarks.cpp; sourceTree = ""; }; - 9E86AC096AB6CC88DDF277B55B8C3F82 /* jsilib-windows.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "jsilib-windows.cpp"; sourceTree = ""; }; - 9E99D2B6AD96EA867AE4102C088F48B4 /* REABlockNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABlockNode.h; sourceTree = ""; }; - 9EB1366EDF5DCD7D5AB8D7B9B00858E3 /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; - 9ED75F07D45B6554A7AB38F7F793AE80 /* SocketFileDescriptorMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketFileDescriptorMap.h; path = folly/net/detail/SocketFileDescriptorMap.h; sourceTree = ""; }; - 9ED90501EB569E1A47BB903D55D9AA89 /* RNCMaskedView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNCMaskedView.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9EEF744F1D97A8543D77FA24ED5FFEB0 /* Subscription.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Subscription.cpp; path = yarpl/flowable/Subscription.cpp; sourceTree = ""; }; - 9EFB03AA13CF5DA48A8F7A22216934DC /* ocsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ocsp.h; path = ios/include/openssl/ocsp.h; sourceTree = ""; }; - 9F02C65BF34DA40860710D3B63EFBDC5 /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; 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 = ""; }; - 9F42E8E90C5FA5FA3F4C73E0B5286BAF /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = jsi.cpp; sourceTree = ""; }; - 9F73C23ECDDE43C880DE92DD8B4559A7 /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; - 9F97AB0D01237B3ACB62A1BB4D0DEA98 /* REATransitionAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionAnimation.h; 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 = ""; }; - 9FA53F3D1A5F9A49C757666DD13EC997 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; 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 = ""; }; - 9FDEB946B69A353CE68F3C6A0A08EA98 /* EXSessionTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionTaskDelegate.m; sourceTree = ""; }; + 9D9E26D53BF47C7BCA948F33C94C72EE /* FIRCLSUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserDefaults.h; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.h; sourceTree = ""; }; + 9DA16AD18302E8075280694433E36E21 /* FrameFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameFlags.h; path = rsocket/framing/FrameFlags.h; sourceTree = ""; }; + 9DA56218E5E487AF59D0618EB9A6396D /* RCTHmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHmac.h; path = ios/RCTCrypto/RCTHmac.h; sourceTree = ""; }; + 9DC53847376D1A531759A4BC820362A8 /* TOActivityCroppedImageProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOActivityCroppedImageProvider.m; path = "Objective-C/TOCropViewController/Models/TOActivityCroppedImageProvider.m"; sourceTree = ""; }; + 9DC7AAD63FD0F4C1972D217A927CBCBD /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; + 9DD1F263E8C1FD6D6FE04CCA5C7A38C9 /* EXSessionTaskDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionTaskDispatcher.m; sourceTree = ""; }; + 9DE4AAC3B33328F2B2C1A8173441996C /* REACallFuncNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACallFuncNode.h; sourceTree = ""; }; + 9DE671772BA36FAD4723E87860CA405D /* RCTRsa.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTRsa.m; path = ios/RCTCrypto/RCTRsa.m; sourceTree = ""; }; + 9DEE3ACDDC48B4758CD2A2AE4845FD51 /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; + 9DF33FBCD4C8A93D9A4A27C4619E7F44 /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; + 9DFAB4BEBF85CD2B16CC1CE72CCB4461 /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; + 9E0956FC80885C80E9398E1AD924051E /* RNLongPressHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNLongPressHandler.m; sourceTree = ""; }; + 9E1FEE085D8111B66ABFDD6A5C6A7621 /* FIRCLSURLBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLBuilder.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.m; sourceTree = ""; }; + 9E22C054D56114A7457C93AAC39299DC /* QBVideoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIconView.h; path = ios/QBImagePicker/QBImagePicker/QBVideoIconView.h; sourceTree = ""; }; + 9E333EB146FF8736C4DD1140D140CDE9 /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; + 9E3D7AC2DF7B7DC83F52770E17B57B6E /* React-RCTNetwork.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.debug.xcconfig"; sourceTree = ""; }; + 9E4B1567BBF75266EACED272544C3413 /* EXLocalAuthentication.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXLocalAuthentication.debug.xcconfig; sourceTree = ""; }; + 9E4D86E89D0726A9BB924C6DF01EA9BA /* ThreadCachedArena.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedArena.h; path = folly/memory/ThreadCachedArena.h; sourceTree = ""; }; + 9E5F897A44F4F7DE1C6C9A9AC2AF35F0 /* FIRFirebaseUserAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRFirebaseUserAgent.h; path = FirebaseCore/Sources/FIRFirebaseUserAgent.h; sourceTree = ""; }; + 9E6A738B8523F2E5651ABC1B9A07FD2F /* FIRCLSCompactUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompactUnwind.h; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.h; sourceTree = ""; }; + 9E74F791E964ADAAE4DFB5DB696DFC08 /* Core.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Core.h; path = folly/futures/detail/Core.h; sourceTree = ""; }; + 9E79829F27C5F77097A3233A2BA5F2CE /* AsyncTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTrace.h; path = folly/detail/AsyncTrace.h; sourceTree = ""; }; + 9E837E7DFC3907E39DD1D190944C8FCC /* evhttp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evhttp.h; path = src/evhttp.h; sourceTree = ""; }; + 9E88D61293F52C6E38385D1880F6B394 /* Executor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Executor.cpp; path = folly/Executor.cpp; sourceTree = ""; }; + 9EAC21858C78B7809594AC558048A279 /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; + 9EBD11BCB7B02DCD5C58E18FFEC1E5EB /* react-native-cameraroll-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-cameraroll-dummy.m"; sourceTree = ""; }; + 9ECF7BEE7A0FF0B41CC3F12D0C2E28B6 /* RNFlingHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFlingHandler.m; sourceTree = ""; }; + 9EDB303C51506B8BE5DAC2C57648152E /* FileUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FileUtil.cpp; path = folly/FileUtil.cpp; sourceTree = ""; }; + 9EEC3FEABE2CE4343C41143498F63130 /* EXImageLoader-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXImageLoader-prefix.pch"; sourceTree = ""; }; + 9EEF1F35349D59FBDEF10DA1EB32D72E /* React-RCTLinking.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.debug.xcconfig"; sourceTree = ""; }; + 9F24838CF9F79BAC96C96ADA2A3CF9EA /* TimedDrivableExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimedDrivableExecutor.cpp; path = folly/executors/TimedDrivableExecutor.cpp; sourceTree = ""; }; + 9F32434D8CB46C9C01C5D2C4687332CA /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h; sourceTree = ""; }; + 9F3A7279970E6BBA654093D977E66113 /* EXFileSystemAssetLibraryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemAssetLibraryHandler.h; path = EXFileSystem/EXFileSystemAssetLibraryHandler.h; sourceTree = ""; }; + 9F3C7903A4D4436BB36CAC09004CA6A8 /* SKHighlightOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKHighlightOverlay.h; path = iOS/Plugins/FlipperKitPluginUtils/FlipperKitHighlightOverlay/SKHighlightOverlay.h; sourceTree = ""; }; + 9F3D2227EA6345246B39F61D58AD0163 /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; + 9F41A52883F68F7E21952BC98AFB3A0B /* RCTView+SafeAreaCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTView+SafeAreaCompat.h"; path = "ios/SafeAreaView/RCTView+SafeAreaCompat.h"; sourceTree = ""; }; + 9F5EE044DF7876887189130B037E7988 /* GLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GLog.h; path = folly/GLog.h; sourceTree = ""; }; + 9F6FC5D58C48707941987439AFC3B4E6 /* FIRInstallationsErrorUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsErrorUtil.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m; sourceTree = ""; }; + 9F76FD1E7CC4AD6B6A0D4B9AECBE5B53 /* RNConfigReader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNConfigReader.debug.xcconfig; sourceTree = ""; }; + 9F7B4FAB5D8B4A72F31AD5397E3BAE65 /* RNCSafeAreaViewMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewMode.h; path = ios/SafeAreaView/RNCSafeAreaViewMode.h; sourceTree = ""; }; + 9F85F95E9953E21688305437A1311813 /* dec_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_neon.c; path = src/dsp/dec_neon.c; sourceTree = ""; }; + 9F9D22B6D686CF214B17E4B562073347 /* OpenSSLPtrTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLPtrTypes.h; path = folly/ssl/OpenSSLPtrTypes.h; sourceTree = ""; }; + 9F9E370B5E3191AAB1EDF77F5748732D /* 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 = ""; }; + 9FBA6BF6D643FA438DADD5C539DFFFC7 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; + 9FD8BEDF5404442E0DED7086F290D6A4 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; + 9FE505EB38E4A71416D7DF5EE2EEC50F /* ResumeIdentificationToken.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ResumeIdentificationToken.cpp; path = rsocket/framing/ResumeIdentificationToken.cpp; sourceTree = ""; }; + 9FE824C064034F42E5D3379D77F83CE7 /* TupleOps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TupleOps.h; path = folly/experimental/TupleOps.h; sourceTree = ""; }; + 9FEA231CA07B2FE1155F710B652A7896 /* lossless.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless.h; path = src/dsp/lossless.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 = ""; }; - 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 = ""; }; - 9FFA058CA3E1841ED42F1D92D497A947 /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevMenu.h; path = React/CoreModules/RCTDevMenu.h; sourceTree = ""; }; - 9FFE4690CEFB463730801C84B53525AA /* huffman_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = huffman_utils.h; path = src/utils/huffman_utils.h; sourceTree = ""; }; - A0077650C448900810F7C4E2ADBFF903 /* REATransitionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionManager.h; sourceTree = ""; }; - A007AF2122C1D21BCE338FE6B0AEEFEB /* UMAppLoaderProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppLoaderProvider.m; path = UMAppLoader/UMAppLoaderProvider.m; sourceTree = ""; }; - A00FB85FFDA8E7FCA6C77FE41A6CD301 /* BSG_KSBacktrace.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSBacktrace.c; sourceTree = ""; }; - A018667154B9A43244B18AE2A8EEEE50 /* picture_psnr_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_psnr_enc.c; path = src/enc/picture_psnr_enc.c; sourceTree = ""; }; - A037DDE6A1479B1025B99C33D1220EE7 /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; 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 = ""; }; - A040406EC613B47233E19491BCB0617E /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; - A0706297548FF144E15DB834FEB67D50 /* UMKernelService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMKernelService.h; sourceTree = ""; }; - A07471281BC16C7C9DEED86EA36D78A1 /* IStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IStream.h; path = folly/gen/IStream.h; sourceTree = ""; }; - A07D22C93179825B426F8DE9E6DCCD5C /* EventBaseManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseManager.cpp; path = folly/io/async/EventBaseManager.cpp; sourceTree = ""; }; - A0A3947DEFD953FD2E99B7D8A4957D34 /* REAJSCallNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAJSCallNode.h; sourceTree = ""; }; - A0A93EF280C196E4F6F75AF00F89E8E2 /* RNGestureHandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNGestureHandler.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - A0C2DEDBA5953545A170A141190DE222 /* Select64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Select64.h; path = folly/experimental/Select64.h; sourceTree = ""; }; - A0D0961B63383D6FF30DB44A38279A18 /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; 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 = ""; }; - A120F36785A71D7E318FE4929ACB51C4 /* UTF8String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UTF8String.h; path = folly/UTF8String.h; sourceTree = ""; }; - A122A6638C7DCAE92DD3D8A7B3A11FAE /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; - A12799C046CCF8B1D11822A427B1C1BD /* ARTTextFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTTextFrame.h; path = ios/ARTTextFrame.h; sourceTree = ""; }; - A142A31D82C511803517201F7CD8F142 /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = turbomodule/core/LongLivedObject.h; sourceTree = ""; }; - A14547941C5CA0131625FFC5A003A02C /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; - A155010FCFF248CB6C00E0C4BD186F9E /* SSLSessionImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLSessionImpl.h; path = folly/ssl/detail/SSLSessionImpl.h; sourceTree = ""; }; - A169CB9CE630D396C0DA979237A2B49C /* UMTaskManagerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMTaskManagerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - A1710475B8A305FA5A95864DC0007416 /* FIRCLSByteUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSByteUtility.m; path = Crashlytics/Shared/FIRCLSByteUtility.m; sourceTree = ""; }; - A18DFC6068147B01B3F5B450A8A9C450 /* RCTConvert+RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+RNNotifications.h"; path = "RNNotifications/RCTConvert+RNNotifications.h"; sourceTree = ""; }; - A1A9D0886694BEBC82A9ED7EC9D1249E /* 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; }; - A1B1E9FD44F86147BC309712FAF9CE43 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; - A1B282ACDEF5F19EDF9B1EB1EF215EEA /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - A1B5D2470AD108B97A818456DA5D4E32 /* advancedIos.md */ = {isa = PBXFileReference; includeInIndex = 1; name = advancedIos.md; path = docs/advancedIos.md; 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 = ""; }; - A1BCEFC5838D146DC63AFB4DB936C6AE /* UMModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistry.h; sourceTree = ""; }; - A1D6068C65657ECDF63C88BE035F77B2 /* RNRootView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNRootView-prefix.pch"; sourceTree = ""; }; - A1D637A84289AB1FFB61A5C9FE9BC2A8 /* RNFBCrashlytics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFBCrashlytics-prefix.pch"; 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 = ""; }; - A21BA0836608702D1E04DBBED5D8B75D /* BugsnagSessionFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionFileStore.h; sourceTree = ""; }; - A21D77E05FC995A0CC6E19C3FB1AC504 /* EXImageLoader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXImageLoader-dummy.m"; 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 = ""; }; - A25AF838FAEBC2BFD69CEF9B87203B7E /* Memory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Memory.h; path = folly/Memory.h; sourceTree = ""; }; - A26C2474FCF5B72838FD3D4EF32692B3 /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.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 = ""; }; - A27416C0EC99308F3E1032BD091407AC /* RNBootSplash-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNBootSplash-prefix.pch"; sourceTree = ""; }; - A28A0F339ABFDA7FFB26976393C34362 /* RNFlingHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFlingHandler.m; sourceTree = ""; }; - A29209D347D51D64D72258C0DA6FF1EC /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; 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 = ""; }; - A2DABA687CF53000AB7418A2FCD04E6A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - A2E28E35907E65D5E47FC72DBB2A41F1 /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBigString.cpp; 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 = ""; }; - A2FD64877B73AF1FCE01E62915E88A51 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CxxNativeModule.cpp; 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 = ""; }; - A32DEAD5C6F4C51922D080954CB487B7 /* RNFBAnalytics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFBAnalytics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - A33DF342329DF975E7F021C08A0CA8A1 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - A3467B72043412FA3C85B3095E914FEE /* SDWebImageWebPCoder.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageWebPCoder.debug.xcconfig; sourceTree = ""; }; - A3479D68C2D5FE1B14858B168F51AA29 /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; 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 = ""; }; - A3B1FB6EBEDC2668F935B6F13532FBBC /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactMarker.cpp; sourceTree = ""; }; - A3D235BF3C0B9D085A8364F7006B8E60 /* lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc.c; path = src/dsp/lossless_enc.c; sourceTree = ""; }; - A41FF385F58591270ED5B0C665F20415 /* RNSScreenStack.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStack.m; path = ios/RNSScreenStack.m; sourceTree = ""; }; - A440563A25AB5E178D964C400ACF075F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - A45B461A4FE695C969788ADEE366619E /* FiberIOExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FiberIOExecutor.h; path = folly/executors/FiberIOExecutor.h; sourceTree = ""; }; - A46EF52C7F71218D09C6FA2DF8D1DFEF /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = FirebaseCore/Sources/FIRApp.m; sourceTree = ""; }; - A470587ABA820F0E830C9FCA65046C44 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; - A4794B89231D7C1F18DD4822AA994023 /* UMImageLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMImageLoaderInterface.h; path = UMImageLoaderInterface/UMImageLoaderInterface.h; sourceTree = ""; }; - A48E4B129496AC71F39FB835C1E2F62D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - A48F2D5F47033AFB0C8134FAEF65F7F5 /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.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 = ""; }; - A4C9C032A6E5E6D52715906BD71077E2 /* 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; }; - 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 = ""; }; - A4EDB1D1FB2C362FD1A7AE6B607992E9 /* ARTTextManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTTextManager.m; sourceTree = ""; }; - A4FD4A71EC7FC1E992B0898DAE1256AE /* RNBootSplash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBootSplash.m; path = ios/RNBootSplash.m; sourceTree = ""; }; - A50473E5C0CADB88DBD1D68963C2EC74 /* UMFaceDetectorInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.release.xcconfig; 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 = ""; }; - 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 = ""; }; - A55FFF19ADDE869F65C41B42ED697086 /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; - A57B0C8EDF6FBB964A10F06E5D40272B /* BSG_KSCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashDoctor.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 = ""; }; - A5D07D52EB2576F36BEF07DD231D7A74 /* RNNotificationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationUtils.h; path = RNNotifications/RNNotificationUtils.h; 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 = ""; }; - A5E0D6E3977FCC0A91EE437CFB155D6E /* react-native-restart.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-restart.release.xcconfig"; sourceTree = ""; }; - A5E9DC172AD34A4713A751188C64DC86 /* MPMCPipelineDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCPipelineDetail.h; path = folly/detail/MPMCPipelineDetail.h; sourceTree = ""; }; - A5EAE2BF70DF5AB5A71EF748D0976776 /* StorageIndexer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StorageIndexer.m; path = ios/StorageIndexer.m; sourceTree = ""; }; - A5F68EBB960BB85D6CC58B2AA12C9D76 /* MemoryFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryFile.h; path = Core/MemoryFile.h; sourceTree = ""; }; - A5F8094D8D59C6144100912C6FCF525B /* 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; }; - 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 = ""; }; - A623B8325690A96565F874CB605E9C15 /* TcpConnectionAcceptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpConnectionAcceptor.h; path = rsocket/transports/tcp/TcpConnectionAcceptor.h; sourceTree = ""; }; - A62EBA3CF3C5C5609938AC5C96B7673F /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; - A63ED3B0402BF840A112BBA7281776FA /* cost.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost.c; path = src/dsp/cost.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 = ""; }; - A6678CC1CBCEE8A33CAECB64471FA9E4 /* GoogleAppMeasurement.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.release.xcconfig; sourceTree = ""; }; - A6697302FAF9741540C3B063B8BB9345 /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; - A6746951849D20BDFD53DDB77767315D /* FrameFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameFlags.h; path = rsocket/framing/FrameFlags.h; sourceTree = ""; }; - A678B51D58684911B1FB52F1BDF20F1D /* EXAVPlayerData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVPlayerData.h; path = EXAV/EXAVPlayerData.h; sourceTree = ""; }; - A68A17A699632B273698F8CD377ACA7B /* RCTAccessibilityManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAccessibilityManager.mm; sourceTree = ""; }; + 9FF93840EC0E205969C313C6B29347BA /* Hash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hash.h; path = folly/Hash.h; sourceTree = ""; }; + A00C331259FD72F30E7BA001B16017A2 /* quant_levels_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_utils.c; path = src/utils/quant_levels_utils.c; sourceTree = ""; }; + A017A6CEC87716361500857A628DF9B4 /* event_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = event_compat.h; path = src/event2/event_compat.h; sourceTree = ""; }; + A01CB284D1C0895CDB870BCE981AB32D /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; + A063DBFF3EEC2C52223E87B0D8B456BF /* picture_psnr_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_psnr_enc.c; path = src/enc/picture_psnr_enc.c; sourceTree = ""; }; + A083CA2CC593160FAB841E5078DB5022 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; + A0883F765FD35EE32D170D2515F99DEF /* Assume.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Assume.h; path = folly/lang/Assume.h; sourceTree = ""; }; + A08BA69B10871F181009FB374DA96CFB /* UIImage+WebP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+WebP.h"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.h"; sourceTree = ""; }; + A0985F1257BD1206759F148FB2C5F282 /* FIRAppAssociationRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAppAssociationRegistration.m; path = FirebaseCore/Sources/FIRAppAssociationRegistration.m; sourceTree = ""; }; + A09C1737021D5858280C43C1AB09BA30 /* react-native-notifications.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.release.xcconfig"; sourceTree = ""; }; + A0B3976F446D5B9885181D8C1EC21F0B /* 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 = ""; }; + A0CF2F96B544C8F4527ED2B0FDF9DDB0 /* Libgen.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Libgen.cpp; path = folly/portability/Libgen.cpp; sourceTree = ""; }; + A0D7F2D1AE1B6A7A7251F0AE98931EEC /* bit_writer_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_writer_utils.c; path = src/utils/bit_writer_utils.c; sourceTree = ""; }; + A0DE0FEE03229A05D91693E7C28AF784 /* BSG_KSCrashIdentifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashIdentifier.m; sourceTree = ""; }; + A0F89BC45B9120877E1A24C224DC5C92 /* upsampling_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse2.c; path = src/dsp/upsampling_sse2.c; sourceTree = ""; }; + A1109A66106F80653B4A296CCDECD69C /* TOCropViewConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropViewConstants.h; path = "Objective-C/TOCropViewController/Constants/TOCropViewConstants.h"; sourceTree = ""; }; + A1209A794AB44CB6EF3C4A98B3D8D26B /* Format.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Format.h; path = folly/Format.h; sourceTree = ""; }; + A12DB8E8810002BA835B88EAB0BF2D2F /* UMCameraInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCameraInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + A16327E3E28647B02D661B6247F93243 /* EXPermissions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPermissions.h; path = EXPermissions/EXPermissions.h; sourceTree = ""; }; + A16D42E72E7E713D27F703123DBA08D4 /* RNLocalize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNLocalize.h; path = ios/RNLocalize.h; sourceTree = ""; }; + A1810D069E500957BB0BA157A5AF00A1 /* KeepaliveTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeepaliveTimer.h; path = rsocket/internal/KeepaliveTimer.h; sourceTree = ""; }; + A19FE51D8894E3401C88477CE1C7F7BC /* RCTUIImageViewAnimated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTUIImageViewAnimated.h; path = Libraries/Image/RCTUIImageViewAnimated.h; sourceTree = ""; }; + A1B00A80E6FA5EC0A51A59A670A98461 /* AtomicReadMostlyMainPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicReadMostlyMainPtr.h; path = folly/experimental/AtomicReadMostlyMainPtr.h; sourceTree = ""; }; + A1C7493781C489141C7705E21D5A43C6 /* UMUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMUtilities.m; path = UMCore/UMUtilities.m; sourceTree = ""; }; + A1EA903002E5E70C831C7C1530C59CF0 /* EventBaseBackendBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseBackendBase.h; path = folly/io/async/EventBaseBackendBase.h; sourceTree = ""; }; + A1EC97CE3C7B21B75D1C63FE3D1AC8A5 /* UMFaceDetectorInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFaceDetectorInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + A209804E81534EE651327ECFA1478070 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; + A20E30A001F1DEB120E0F6927602C2FE /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkConstants.h; sourceTree = ""; }; + A2125B76FB32F87F586C7E21E1BD40A1 /* BugsnagFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagFileStore.h; sourceTree = ""; }; + A22F80E27D32975038B462D0C0D8B74C /* Flowables.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Flowables.cpp; path = yarpl/flowable/Flowables.cpp; sourceTree = ""; }; + A243B6778BE1B5AD290943DAFD2F1B8A /* FileUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FileUtil.cpp; path = folly/FileUtil.cpp; sourceTree = ""; }; + A26C8249B1B9BB351766015EFE248B76 /* JitsiMeetSDK.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JitsiMeetSDK.release.xcconfig; sourceTree = ""; }; + A272424B0218AAC68D202A39B9F384A2 /* FIRCLSLaunchMarkerModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSLaunchMarkerModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSLaunchMarkerModel.h; sourceTree = ""; }; + A28C21D74654C096DA7A461769266A22 /* FIRStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRStackFrame.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRStackFrame.h; sourceTree = ""; }; + A2A5635ABF4A486F6B62194D8687C262 /* SysUio.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysUio.cpp; path = folly/portability/SysUio.cpp; sourceTree = ""; }; + A2AC24A2FEA3566FC054042C6866ED9B /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; + A2CD26E34CD82FB1683480360649DA56 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + A2E373B2B47F30FD11F4D0F7360E098B /* AtomicHashMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashMap.h; path = folly/AtomicHashMap.h; sourceTree = ""; }; + A3499D64E35248D63EF3D1344B2E7EFE /* WarmResumeManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WarmResumeManager.cpp; path = rsocket/internal/WarmResumeManager.cpp; sourceTree = ""; }; + A3829A947BADFE7A474B52C731E88EC6 /* PublisherBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PublisherBase.h; path = rsocket/statemachine/PublisherBase.h; sourceTree = ""; }; + A3C488B1F8F045D1D12451A465BB2E55 /* Poly-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Poly-inl.h"; path = "folly/Poly-inl.h"; sourceTree = ""; }; + A3C5623B802ADDC4AD77C9F9901F4DF7 /* Observable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Observable.h; path = yarpl/observable/Observable.h; sourceTree = ""; }; + A3DD22F938A1660DED1DCC1EF87F3CCF /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = ios/QBImagePicker/QBImagePicker/pl.lproj; sourceTree = ""; }; + A3E7E2A6B7A95EF68D0C44BB708B47BB /* React-CoreModules.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.debug.xcconfig"; sourceTree = ""; }; + A3EA3A3AD324BA55F4EB746CF5620A3D /* react-native-simple-crypto.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "react-native-simple-crypto.modulemap"; sourceTree = ""; }; + A3EAE3DEB152597C3ECE6A7F2E38E072 /* RangeSse42.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RangeSse42.cpp; path = folly/detail/RangeSse42.cpp; sourceTree = ""; }; + A3F7443F5C79DF80D930B4B934880A06 /* BSG_KSCrashSentry_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_User.h; sourceTree = ""; }; + A400F0258DDD68C773AFB7A034FEE35D /* RNFBApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBApp.release.xcconfig; sourceTree = ""; }; + A409DFBEA3069016A4F14C62E51C22C8 /* RNCCameraRollManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCCameraRollManager.m; path = ios/RNCCameraRollManager.m; sourceTree = ""; }; + A428EACC4DD9E0E197A79EED0D873085 /* RSocketClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketClient.h; path = rsocket/RSocketClient.h; sourceTree = ""; }; + A4367D3B14B572CA386D7BBF5A696A62 /* FBLPromise+Validate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Validate.m"; path = "Sources/FBLPromises/FBLPromise+Validate.m"; sourceTree = ""; }; + A44B5A8C84F3EACB17875034522026DF /* RCTTypedModuleConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTypedModuleConstants.h; sourceTree = ""; }; + A4561C0F7E20E7F226231B173BD2DA2C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + A4604DD37F55EFC257D4E38E2CB959D3 /* RCTI18nManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTI18nManager.mm; sourceTree = ""; }; + A473B5FF841E39F0B4A1D5ABB8081EDA /* EXWebBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.release.xcconfig; sourceTree = ""; }; + A4AA8263DA41CAC17EBF39B31DEF3F10 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + A4B073A36066A06538CDB71A67ABEE0E /* SSLContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLContext.h; path = folly/io/async/SSLContext.h; sourceTree = ""; }; + A4C1333B82AF8E9A714E5AE3DF64D5AF /* react-native-restart-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-restart-dummy.m"; sourceTree = ""; }; + A4DF83D0CC781D89DEF8DBE91C6E48B3 /* HazptrObjLinked.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrObjLinked.h; path = folly/synchronization/HazptrObjLinked.h; sourceTree = ""; }; + A4EFB556D977A69B30C8543661F8D2C1 /* ConcurrentSkipList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentSkipList.h; path = folly/ConcurrentSkipList.h; sourceTree = ""; }; + A4F55510B7F60F42845E5DE2AFBF2E61 /* String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = String.h; path = folly/gen/String.h; sourceTree = ""; }; + A4F7C3294AA209D7F52327DC9A8B4E19 /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; + A504EE141D1D7531A65252DD99BB39FF /* Sched.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sched.h; path = folly/portability/Sched.h; sourceTree = ""; }; + A50AB575A2B84E24402B127ECF6D2FF4 /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; + A50EEA2327122C01A8B678B949FAB509 /* react-native-jitsi-meet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-jitsi-meet-prefix.pch"; sourceTree = ""; }; + A52512410C25E6112D2AF03B99BC1515 /* FIRInstallationsItem+RegisterInstallationAPI.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstallationsItem+RegisterInstallationAPI.m"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.m"; sourceTree = ""; }; + A52B4E1B3AEC1E5875821912E2F9341F /* UMReactNativeAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeAdapter.m; sourceTree = ""; }; + A54F6EA79BAF5363AD6EEE81AEC9CA7C /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; + A55096EBDA491A195862E56A82367BBC /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "SDWebImage/Core/UIImage+Transform.m"; sourceTree = ""; }; + A55D7DC4EAF1C333DCCA86B376DCAD09 /* Barrier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Barrier.h; path = folly/futures/Barrier.h; sourceTree = ""; }; + A5A6E7ADB89A1734E34E6174419A6DE5 /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = ios/QBImagePicker/QBImagePicker/es.lproj; sourceTree = ""; }; + A5B7ED6AFE8E722E08634E1DB2CD0EEA /* Cast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Cast.h; path = folly/lang/Cast.h; sourceTree = ""; }; + A5BD72D77DBB0B11C9101BE3593C23DD /* SKSwizzle.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKSwizzle.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKSwizzle.mm; sourceTree = ""; }; + A5CBF5589E5871C7BCBF1440302FDC49 /* RNFetchBlobProgress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobProgress.m; path = ios/RNFetchBlobProgress.m; sourceTree = ""; }; + A5F09E3E8B4D9A1DFE546903F1220DF7 /* FIRCLSNetworkResponseHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNetworkResponseHandler.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.h; sourceTree = ""; }; + A60F11BF9CF3FFFC67986BC979D6A6C8 /* Flipper-DoubleConversion.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-DoubleConversion.release.xcconfig"; sourceTree = ""; }; + A643E734CC8D08462F89A2E74142C004 /* RCTDisplayWeakRefreshable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayWeakRefreshable.m; sourceTree = ""; }; + A64C80047C20AE9B7E8E1D6258107058 /* Pbkdf2.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Pbkdf2.m; sourceTree = ""; }; + A65EDDA56A487EA0CA73EA1826E69D9F /* vp8i_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_enc.h; path = src/enc/vp8i_enc.h; sourceTree = ""; }; + A6638487FEAD33A18F9D46965E2D9EB1 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; + A66DCE34207E30A635F1B328502122B7 /* lossless_enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_mips32.c; path = src/dsp/lossless_enc_mips32.c; sourceTree = ""; }; + A6819DDE7A8610D86EBAAB4563D4ECD5 /* mux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux.h; path = src/webp/mux.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; }; - A6937F452C41571B4B8DDF0F1EF5C399 /* io_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = io_dec.c; path = src/dec/io_dec.c; sourceTree = ""; }; - A69BBD8D595A78FF5464133B3122ECA8 /* FBReactNativeSpec.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.release.xcconfig; sourceTree = ""; }; - A6A2CF4E96AB0D7852EE8C1DED3C6C2F /* RNBridgeModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBridgeModule.m; path = RNNotifications/RNBridgeModule.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 = ""; }; - A6DDDF10517DFF827CFEB805309B1BCC /* FIRCLSRecordBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordBase.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.m; sourceTree = ""; }; + A6A79BF2E25D10DB6396799F9E57A446 /* ScheduledFrameTransport.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledFrameTransport.cpp; path = rsocket/framing/ScheduledFrameTransport.cpp; sourceTree = ""; }; + A6BFCDB1FED70B284B34560196F59D70 /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; + A6D3406765B05A3F7C61BE5C07117AD2 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; A6EB796E6E9E63CB8E30B650EF1BB98B /* Pods-NotificationService.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-NotificationService.release.xcconfig"; sourceTree = ""; }; - A6ECB223182FFCA5E8A6899CF67D8700 /* RCTCustomKeyboardViewControllerTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomKeyboardViewControllerTemp.m; sourceTree = ""; }; - A6EF3A1EC6525D12FB79C2416BB7BEC8 /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; - A6FDCE37FC8470156F2FB0FEE2BCD4AA /* FIRCLSSymbolicationOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSymbolicationOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.m; sourceTree = ""; }; - A7021F11EA33595879CC931C2D3721B5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - A70B113B8E9F620F75BFEB1B1CF0D76D /* UMConstantsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMConstantsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - A72869F7BC38F2B2B36D6735E635803F /* Pbkdf2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Pbkdf2.h; 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 = ""; }; - A773A0CD3E06C7157A536DED6F312C6B /* REACondNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACondNode.m; sourceTree = ""; }; - A776D0406DCD6D0C178FBB9083C6A8BD /* SKDispatchQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKDispatchQueue.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKDispatchQueue.h; sourceTree = ""; }; - A7BD3B30897587FE277B25EC9B9C31F8 /* alpha_processing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing.c; path = src/dsp/alpha_processing.c; 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 = ""; }; - A8286CCE197F3465EE67A8E32C7C5082 /* AsyncTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTrace.h; path = folly/detail/AsyncTrace.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 = ""; }; - 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 = ""; }; - A8C1C570692131859AA03DBE336FF35C /* EXAppleAuthenticationMappings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthenticationMappings.h; path = EXAppleAuthentication/EXAppleAuthenticationMappings.h; sourceTree = ""; }; - A8FA2F1A50F8786C4B3623A8302163E9 /* SafeAssert.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SafeAssert.cpp; path = folly/lang/SafeAssert.cpp; sourceTree = ""; }; - A903DFA0EFB55D70B261D55D48CB0E12 /* FIRErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrors.h; path = FirebaseCore/Sources/Private/FIRErrors.h; sourceTree = ""; }; - A939824C707F9D242993E93013930A06 /* LifoSemMPMCQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LifoSemMPMCQueue.h; path = folly/executors/task_queue/LifoSemMPMCQueue.h; sourceTree = ""; }; - A93ABF4C4C5E4ABA14C34080C891D277 /* RNFetchBlobProgress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobProgress.h; path = ios/RNFetchBlobProgress.h; sourceTree = ""; }; - A94B5D19FB546DD5A4E90CF6F03A75DB /* FirebaseCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCrashlytics.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics.h; sourceTree = ""; }; - A94F47AE6735F51649DB64C414E3777F /* RCTWebSocketModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTWebSocketModule.mm; sourceTree = ""; }; - A9585A0BAB4F7A57ACB9079DE5066C53 /* Futex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Futex.h; path = folly/detail/Futex.h; sourceTree = ""; }; - A960E85AB06FD76C8D48B57128F95948 /* FramedDuplexConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FramedDuplexConnection.h; path = rsocket/framing/FramedDuplexConnection.h; sourceTree = ""; }; - A96C9D624CE41913C45DAC707A95C7AE /* EXImageLoader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXImageLoader.debug.xcconfig; sourceTree = ""; }; - A9925D58E7E397E105C34CD3160A4889 /* QBAssetCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetCell.m; path = ios/QBImagePicker/QBImagePicker/QBAssetCell.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 = ""; }; - A9CFBCC864EA970F281B4991D8E99422 /* EXVideoThumbnails-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXVideoThumbnails-prefix.pch"; sourceTree = ""; }; - A9D94D7CB1C26BEA4F82541AC879099A /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Private/GULReachabilityChecker.h; sourceTree = ""; }; - A9D99854C2DBB2BA2D2FB61C07EF545D /* React-callinvoker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-callinvoker.release.xcconfig"; sourceTree = ""; }; - A9F294CB93352BCF987354459B8AAA7A /* BSG_KSCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashReport.c; sourceTree = ""; }; - AA1332A395B581C0AD8CAC8508ACB572 /* SDWebImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.release.xcconfig; sourceTree = ""; }; - AA35111132816A863452C1C1D5502FF7 /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; - AA400B23F080CA1CFFA5798ED5753351 /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; - AA505C902FBDC9EE272C85C224154D44 /* RNCWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebView.m; path = apple/RNCWebView.m; sourceTree = ""; }; - AA6E5802A99B16C26B084997703C96B5 /* FIRCLSPackageReportOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSPackageReportOperation.h; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSPackageReportOperation.h; sourceTree = ""; }; - AA9C281D30EADE038E3BB203DB26D2A6 /* REASetNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REASetNode.m; sourceTree = ""; }; - AAB720F76BE144E61D9A479E2C8A516B /* IPAddressV6.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressV6.h; path = folly/IPAddressV6.h; sourceTree = ""; }; - AAB7C3A2EEF8348A527A39B43B3A4DD4 /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; - AADD60F401282A7F534AB3246C375EA3 /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; 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 = ""; }; - AB036A82F46A9310AAE2DDA867C9B66A /* RNConfigReader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNConfigReader.release.xcconfig; sourceTree = ""; }; - AB0DAE018B8010BE35067987C331B718 /* EXFilePermissionModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFilePermissionModule.m; path = EXFileSystem/EXFilePermissionModule.m; sourceTree = ""; }; - AB3B994D0C87CF11D38862DA72EE2BBF /* AsyncUDPServerSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncUDPServerSocket.h; path = folly/io/async/AsyncUDPServerSocket.h; 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 = ""; }; - AB7CA7C82E554C97E312AA1DE078E964 /* BugsnagPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagPlugin.h; sourceTree = ""; }; - 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 = ""; }; - ABBE2AAD312F76A076E06905020AC172 /* picture_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_enc.c; path = src/enc/picture_enc.c; sourceTree = ""; }; + A71926B15E1C91C5CA7A5D945C6E87A3 /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; + A73CEE2CD190B1162121D5E09D090E19 /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkMessageCode.h; sourceTree = ""; }; + A74062065B2EC414FDE004DD2B3F4E77 /* UMModuleRegistryAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryAdapter.h; sourceTree = ""; }; + A75488842308DC0D472920427FEB7AF4 /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; + A762B8EB91B9E39ED5D45EB16A873793 /* Ordering.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Ordering.h; path = folly/lang/Ordering.h; sourceTree = ""; }; + A76C333545D12009A6E55DC9C9A48EDF /* UMModuleRegistryConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryConsumer.h; sourceTree = ""; }; + A77265C3FA32A6120EA343E3B39006D9 /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTStatusBarManager.h; path = React/CoreModules/RCTStatusBarManager.h; sourceTree = ""; }; + A7726F564CEE8652F53A7B9078261FC4 /* BugsnagReactNative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BugsnagReactNative.h; path = cocoa/BugsnagReactNative.h; sourceTree = ""; }; + A79154449870727485AF5931EEB81B77 /* FIRCLSFABHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABHost.m; path = Crashlytics/Shared/FIRCLSFABHost.m; sourceTree = ""; }; + A7AC37E212D95BC76D0208D19DB8DD0B /* react-native-simple-crypto.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-simple-crypto.debug.xcconfig"; sourceTree = ""; }; + A7C668FBFB75CDD373EFED7B8A512B4E /* GDTCORTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer.h; sourceTree = ""; }; + A7C9419A94B57C70109F280F459DCD7D /* RCTKeyCommandsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandsManager.m; path = ios/KeyCommands/RCTKeyCommandsManager.m; sourceTree = ""; }; + A7D26B772B54425CA6EEF60C88351A70 /* AtomicSharedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicSharedPtr.h; path = folly/concurrency/AtomicSharedPtr.h; sourceTree = ""; }; + A7E0F7C855EA162434F67C327CFFF515 /* RCTConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConstants.m; sourceTree = ""; }; + A7E255BEFCCF766CED0A66A441133E69 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; + A7FA8EF1ED118AF38B80393C5313A700 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; + A8096E26A502DC153676BF1802188FF9 /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; + A818E9D7D84816AA7D03AAEF4CCB68B9 /* Flipper-DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-DoubleConversion-dummy.m"; sourceTree = ""; }; + A82BC19ADFC5D3BBADC8AAEDD8D37CF8 /* ARTText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTText.h; path = ios/ARTText.h; sourceTree = ""; }; + A84B6014FB2235587276BF9806710D45 /* TimekeeperScheduledExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimekeeperScheduledExecutor.cpp; path = folly/executors/TimekeeperScheduledExecutor.cpp; sourceTree = ""; }; + A877D3D30DEB6BA4AEE446EB5D4B29FC /* UMEventEmitterService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitterService.h; sourceTree = ""; }; + A87DD740B17AE847D47651B671629DEC /* 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; }; + A8826E5919F6401D26B46CF77492E857 /* ExceptionWrapper-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ExceptionWrapper-inl.h"; path = "folly/ExceptionWrapper-inl.h"; sourceTree = ""; }; + A88D935F8F252FCDD43ED86C32A72835 /* BSG_RFC3339DateTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_RFC3339DateTool.m; sourceTree = ""; }; + A891673F678E98FCD3FEF21059E42F58 /* RNFastImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.release.xcconfig; sourceTree = ""; }; + A899E52D640773A00C3D351C61F17E13 /* NSError+BSG_SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSError+BSG_SimpleConstructor.m"; sourceTree = ""; }; + A89D4B70D5B06071561155FAE1EB8906 /* StorageSetters.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StorageSetters.m; path = ios/StorageSetters.m; sourceTree = ""; }; + A8AA4DCA8E6C74B71167215B6FF0FBA4 /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; + A8B605980B43EB8C26FBBA0DA3CE2423 /* PublishProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PublishProcessor.h; path = yarpl/flowable/PublishProcessor.h; sourceTree = ""; }; + A8C3E61220FDEB01E5EB37CEFEC80B91 /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; + A8CB003D4143E6F3CD3BCBF9A274D254 /* RNEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNEventEmitter.m; path = lib/ios/RNEventEmitter.m; sourceTree = ""; }; + A8CE4AAF7B34952C3782A5E1FC709586 /* GDTCORReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORReachability.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORReachability.h; sourceTree = ""; }; + A8D5896549F739727FEB335F583B64A1 /* Tearable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Tearable.h; path = folly/synchronization/Tearable.h; sourceTree = ""; }; + A8D68659DA49FA07E815AA49A45E3ACF /* UMLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogHandler.h; sourceTree = ""; }; + A8DBA8CE70BA32B7596AB8BEFCC1AF32 /* Firebase.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.debug.xcconfig; sourceTree = ""; }; + A8DDD97DDA14EF4701F740FC488B9C76 /* react-native-safe-area-context-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-safe-area-context-dummy.m"; sourceTree = ""; }; + A8DF7FD3425988F2B044F33112B940D6 /* FBLPromise+Timeout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Timeout.h"; path = "Sources/FBLPromises/include/FBLPromise+Timeout.h"; sourceTree = ""; }; + A8FBAAE916E1A82D846830EBFB8DF5CD /* IDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IDStore.h; path = ios/IDStore.h; sourceTree = ""; }; + A8FEBC65D72A6735A46CC107DAB45B2B /* ClockGettimeWrappers.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ClockGettimeWrappers.cpp; path = folly/ClockGettimeWrappers.cpp; sourceTree = ""; }; + A8FF88C3347818B2F71DAA3FC69645A0 /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; + A9031035681E5443A1F9D367C5EBB49F /* SafeAreaSpacerViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerViewLocalData.m; sourceTree = ""; }; + A907A457A61E3BB0B84ACE3B402A137C /* UMAppLoader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMAppLoader.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + A911CFD8893E52B629DE49206D2DF69C /* krb5_asn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = krb5_asn.h; path = ios/include/openssl/krb5_asn.h; sourceTree = ""; }; + A9183FF4539DB5A2A55A0E60C0B227C5 /* GDTCORAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORAssert.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORAssert.h; sourceTree = ""; }; + A9303B47AFB061FADC57BA2837F6C57B /* OpenSSLThreading.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLThreading.h; path = folly/ssl/detail/OpenSSLThreading.h; sourceTree = ""; }; + A9404AECE4D2B1FF59CBCDA68C8326ED /* REACallFuncNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACallFuncNode.m; sourceTree = ""; }; + A94CD51A37D820FFA66F396ADBC09B4E /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; + A95100B913BC6BD922F320981E940D7A /* BSG_KSMach_Arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm64.c; sourceTree = ""; }; + A95643A0F1F8BB8460EDDDABE5073E97 /* react-native-blur.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-blur.debug.xcconfig"; sourceTree = ""; }; + A97451817B6FD58824A7F96F89A05282 /* GFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GFlags.h; path = folly/portability/GFlags.h; sourceTree = ""; }; + A97F48510E042A8154C1E8D063F06038 /* REATransitionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionManager.m; sourceTree = ""; }; + A984BCBEBB244CB48505278C138497B4 /* RCTFileRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFileRequestHandler.mm; sourceTree = ""; }; + A99A9E9354154770EB7D0E35DD3FC2DB /* EXAVPlayerData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAVPlayerData.m; path = EXAV/EXAVPlayerData.m; sourceTree = ""; }; + A9A44E2BF0CB7F6E85DC843B5B2371B6 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; + A9AE502EC8ADAD1155EE4B628FD91D93 /* RNGestureHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandler.h; path = ios/RNGestureHandler.h; sourceTree = ""; }; + A9E433557CBDCC3219885DCB3FACF636 /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; + A9FB50C2F57023482D1E23B157687876 /* EXSessionDownloadTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionDownloadTaskDelegate.h; sourceTree = ""; }; + AA361E307F0FFF96FB78D54E1426C0D7 /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; + AA4BAC3B2E542E9FAB2F528FE3FE3375 /* Cursor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Cursor.h; path = folly/io/Cursor.h; sourceTree = ""; }; + AA9259C567DF55F8BD41D1C1F07E55FF /* react-native-background-timer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-background-timer-dummy.m"; sourceTree = ""; }; + AA960263563B639FF5C845EB38459952 /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; + AAE0244E63716A0A145D9C20C7BF5294 /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAsyncLocalStorage.h; path = React/CoreModules/RCTAsyncLocalStorage.h; sourceTree = ""; }; + AAE5DC32481961F2D67D14EDBDA13864 /* SKStateUpdateCPPWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKStateUpdateCPPWrapper.h; path = iOS/FlipperKit/SKStateUpdateCPPWrapper.h; sourceTree = ""; }; + AAE660E51306396A593CF6A11E6208F8 /* EXSessionTaskDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionTaskDispatcher.h; sourceTree = ""; }; + AB0407F572B405B4CB787EA1DD5F0513 /* quant_levels_dec_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_dec_utils.c; path = src/utils/quant_levels_dec_utils.c; sourceTree = ""; }; + AB1F43DF9FFB65E29F83524B800A104B /* RNCAppearanceProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProvider.h; path = ios/Appearance/RNCAppearanceProvider.h; sourceTree = ""; }; + AB6986F3DFF45E0217332B7F7B23B1EE /* CacheLocality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CacheLocality.h; path = folly/concurrency/CacheLocality.h; sourceTree = ""; }; + AB8B1613B9F8174C252C8F52DDC40226 /* RNFBAnalytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBAnalytics.release.xcconfig; sourceTree = ""; }; + ABAA911B19E78DF370146B19D104E3E6 /* FIRInstallationsIIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDTokenStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.h; sourceTree = ""; }; + ABC28CF8150E7953B238E5A7BD297702 /* GMock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMock.h; path = folly/portability/GMock.h; sourceTree = ""; }; + ABC4755E7F3888D38E8549887D3BFA1D /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.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; }; - ABCAFFB8CC2775928E7B5903D4213CF9 /* GoogleUtilities.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.release.xcconfig; sourceTree = ""; }; + ABEA8B73D57041C2E02E0C800EF4EDFA /* F14Set-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "F14Set-fwd.h"; path = "folly/container/F14Set-fwd.h"; sourceTree = ""; }; + ABF81CF2238B825B159C558EE16CC42F /* RCTImagePlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImagePlugins.mm; sourceTree = ""; }; ABFEEA82A6C346B22843FBE0B0582182 /* libFBReactNativeSpec.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFBReactNativeSpec.a; path = libFBReactNativeSpec.a; sourceTree = BUILT_PRODUCTS_DIR; }; - ABFF6CB4D979CD08744161F080075D88 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + AC0A9C4286124029D88493469BD316E9 /* LifoSemMPMCQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LifoSemMPMCQueue.h; path = folly/executors/task_queue/LifoSemMPMCQueue.h; sourceTree = ""; }; + AC1069D54926EA7624C69DDA5228DF54 /* GoogleUtilities.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.release.xcconfig; sourceTree = ""; }; AC12C7E29555A7CFDDEF1EDB5BC2F3DA /* libFlipper-DoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libFlipper-DoubleConversion.a"; path = "libFlipper-DoubleConversion.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 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 = ""; }; - AC454F94B6FC7F49F4E13C2A03DD7543 /* BSG_KSCrashSentry_CPPException.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_CPPException.mm; sourceTree = ""; }; - AC9330D6E7AF59C17C85AF391A815D27 /* RCTImageDataDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageDataDecoder.h; path = Libraries/Image/RCTImageDataDecoder.h; sourceTree = ""; }; - ACADC6F13687922FC2AC6436B9E0E00C /* React-CoreModules.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.debug.xcconfig"; sourceTree = ""; }; - ACB28382ECA9B6D4C49AFD8F967D97C9 /* rn-extensions-share.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.release.xcconfig"; sourceTree = ""; }; + AC170B1F7C656641ED40F779FE295278 /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; + AC651C8B9B5EB09307833DE0241BDA01 /* StorageIndexer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StorageIndexer.m; path = ios/StorageIndexer.m; sourceTree = ""; }; + AC6543FAA1AB9AB818DF16AD85E60D09 /* SDImageHEICCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageHEICCoder.m; path = SDWebImage/Core/SDImageHEICCoder.m; sourceTree = ""; }; + AC7F1F069282A9BD85504D5DD5EDC623 /* cost_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips_dsp_r2.c; path = src/dsp/cost_mips_dsp_r2.c; sourceTree = ""; }; + AC80CBC5076CC76E01DBD02A8925B72D /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAppState.h; path = React/CoreModules/RCTAppState.h; sourceTree = ""; }; + ACAA329921DF2A5D6E42582FDB345272 /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/Core/UIImage+ForceDecode.h"; sourceTree = ""; }; ACBB7F62B267CC7C9BBBAE41DE94743B /* libFlipper-PeerTalk.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libFlipper-PeerTalk.a"; path = "libFlipper-PeerTalk.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - ACD809314A722E482FF42ACDDD05C231 /* EXFileSystemAssetLibraryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemAssetLibraryHandler.m; path = EXFileSystem/EXFileSystemAssetLibraryHandler.m; sourceTree = ""; }; - ACDAE3FDCBE8B87C8DA53D9389D4DCA8 /* RootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RootView.m; path = ios/RootView.m; 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 = ""; }; - AD0BF0F37145766BDB0D22AFA6D61A2A /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; - AD1778FD3E5D90F0FE3020D2BD16D6C4 /* RNDateTimePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePicker.h; path = ios/RNDateTimePicker.h; sourceTree = ""; }; - AD226BCBC490946ED36E90350AA3C0C1 /* FIRCLSURLBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLBuilder.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.m; sourceTree = ""; }; - AD3632113FBFE68C2A159B2067E2CA06 /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; + ACBD5408014ABDA9EF090654A412AABB /* histogram_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = histogram_enc.h; path = src/enc/histogram_enc.h; sourceTree = ""; }; + ACD570AB3194B3349F12EDC69830BB18 /* FlipperConnectionManagerImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnectionManagerImpl.h; path = xplat/Flipper/FlipperConnectionManagerImpl.h; sourceTree = ""; }; + ACE02716DF6DF43D0BCC6BC4AD075019 /* UMReactNativeAdapter.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMReactNativeAdapter.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + ACE3751A9595B2F7FAA097997F33D741 /* ReactNativeUiLib-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactNativeUiLib-dummy.m"; sourceTree = ""; }; + ACED5C2A23EC8875F9E45F83BBEEFE62 /* libssl.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libssl.a; path = ios/lib/libssl.a; sourceTree = ""; }; + ACF7C1E9E9BC4F676F54D58B6A7420B6 /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; + AD0D911F3F9B9E5B7A33802D22F91CF0 /* FIRCLSApplicationIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSApplicationIdentifierModel.m; path = Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.m; sourceTree = ""; }; + AD12A7EB26A32064DE2F03066D193EF5 /* EventBaseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseManager.h; path = folly/io/async/EventBaseManager.h; sourceTree = ""; }; + AD16E074F084D4612CC2C7CC6125AAE1 /* REAModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REAModule.h; path = ios/REAModule.h; sourceTree = ""; }; + AD37A6E392896F4220C0F65AEB391947 /* YogaKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YogaKit-dummy.m"; sourceTree = ""; }; + AD3EE7DFD2DD1E00DE06441719CC8E68 /* 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; }; AD40A94AE1ADFA1CDF9602BA3B04C90E /* libEXAV.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXAV.a; path = libEXAV.a; sourceTree = BUILT_PRODUCTS_DIR; }; - AD429B97FD98CD0D2FC8387D13798842 /* MMBuffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMBuffer.h; path = Core/MMBuffer.h; sourceTree = ""; }; - AD6F60CA348191920460C22BAC441857 /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-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 = ""; }; - AD8C703D6777CEC8E6E1667162D3E5EB /* UMLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMLogManager.m; sourceTree = ""; }; - AD8FD54B11A8FD22729D131CA3137355 /* 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; }; - ADB15F72939073D2C73A916C689A48F7 /* FlipperKitLayoutPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperKitLayoutPlugin.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.h; sourceTree = ""; }; - ADC2CF3BE37DF8988471D943A33113C8 /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; - ADD650387C1E7CEF9B37C0B2673F90A0 /* RNImageCropPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.release.xcconfig; sourceTree = ""; }; - AE028F42EBE69BCCE56A98AB36991E33 /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; - AE0955F767E899B4290FBBC6F39E6D1B /* FBLPromise+Validate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Validate.m"; path = "Sources/FBLPromises/FBLPromise+Validate.m"; 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 = ""; }; - AE26E153923822E3300C60591B5F4B4B /* EXConstants.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.debug.xcconfig; sourceTree = ""; }; - AE4F5AA0FEC57B34196A8D762E3FE66D /* EXAppleAuthentication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthentication.m; path = EXAppleAuthentication/EXAppleAuthentication.m; sourceTree = ""; }; - AE65C434DCC88F549EB6F81D23740EE9 /* ThreadLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLocal.h; path = folly/ThreadLocal.h; sourceTree = ""; }; - AE87731426EB95CE450A0EC09F0D9730 /* SecureStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SecureStorage.h; path = ios/SecureStorage.h; sourceTree = ""; }; - AE93DFADEB709B24F6E4E38728BC3A80 /* SKResponseInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKResponseInfo.m; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKResponseInfo.m; sourceTree = ""; }; - AE993C4191BF7709E618665625737396 /* RNScreens-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNScreens-prefix.pch"; sourceTree = ""; }; - AE9F542C76CD1FB2BBA2796D87CB5361 /* RNRootView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNRootView.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - AEABEACD11000BF5D2A8D95BED6191CD /* BlurEffectWithAmount.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BlurEffectWithAmount.m; path = ios/BlurEffectWithAmount.m; sourceTree = ""; }; - AEC1DA196392E6A4C52AE27E7F00CB4F /* RNCSafeAreaViewMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewMode.h; path = ios/SafeAreaView/RNCSafeAreaViewMode.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 = ""; }; - AEC640FB42BB3D36EB6FEF541630696A /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.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 = ""; }; - AED82BC6A3AEF2071ACEF81994215B49 /* GDTCOREventTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCOREventTransformer.h; sourceTree = ""; }; - AEE04C59A4EE11BEA24A614B481678E9 /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Text.m"; sourceTree = ""; }; - AEF2B1327E3A0E910859DB1FAA873EEB /* RNCSafeAreaProviderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaProviderManager.h; path = ios/SafeAreaView/RNCSafeAreaProviderManager.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 = ""; }; - AEFDDEB1893FB8B111582FBE8BD153BC /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Regular.ttf; path = Fonts/FontAwesome5_Regular.ttf; sourceTree = ""; }; - AF03B1770DB65B8C5B84BE3507A80FED /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; - AF08755BDB50FC6722339FE21C107748 /* EnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EnvironmentUtil.m; path = ios/RNDeviceInfo/EnvironmentUtil.m; sourceTree = ""; }; - AF0E2BA96CC946CD263588759AB4B7C8 /* RNCSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewLocalData.m; path = ios/SafeAreaView/RNCSafeAreaViewLocalData.m; sourceTree = ""; }; - AF18ACD03871919E8F02A60B489C6CAD /* GDTCORFlatFileStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORFlatFileStorage.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage.m; sourceTree = ""; }; - AF2736D6198517BC7B94300A5E9594FD /* BlurView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlurView.h; path = ios/BlurView.h; sourceTree = ""; }; - AF298FD38354E783CFB7FC2B4FF02934 /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; + AD4C430CB3068D9F9EAA8617220C5FF0 /* LongLivedObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LongLivedObject.cpp; path = turbomodule/core/LongLivedObject.cpp; sourceTree = ""; }; + AD4D57C40FC3425227F72C3C324C53C7 /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; + AD5DA04E6E4EEABF36B5DAAE283177D4 /* TimekeeperScheduledExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimekeeperScheduledExecutor.h; path = folly/executors/TimekeeperScheduledExecutor.h; sourceTree = ""; }; + AD5E68E8C79129237EFE12F7F60F3DF4 /* GoogleDataTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GoogleDataTransport.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GoogleDataTransport.h; sourceTree = ""; }; + AD73C53C06E1A7E7AABB86017D44E9B1 /* picture_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_enc.c; path = src/enc/picture_enc.c; sourceTree = ""; }; + AD83A0C5A0983765D5B95A624ECD7560 /* RNFetchBlobNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobNetwork.m; path = ios/RNFetchBlobNetwork.m; sourceTree = ""; }; + AD8FA15C5E44AD8C73178115CB2F7E3D /* TOCropOverlayView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropOverlayView.h; path = "Objective-C/TOCropViewController/Views/TOCropOverlayView.h"; sourceTree = ""; }; + ADD2A2AD14A0A3F6DE663B09C3625F30 /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; + ADF0653163C8B2255C0DAA30E09E4DF3 /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; + ADF2E8CA0A1FFDC0E9DE25E3087C06D5 /* UIColor+SDHexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+SDHexString.h"; path = "SDWebImage/Private/UIColor+SDHexString.h"; sourceTree = ""; }; + ADF8849DB86AD727B69B12795DBE414C /* SingletonThreadLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingletonThreadLocal.h; path = folly/SingletonThreadLocal.h; sourceTree = ""; }; + ADFA08FF13E30CF251D31A1223975B43 /* random_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = random_utils.h; path = src/utils/random_utils.h; sourceTree = ""; }; + AE0167476297622AE05F775D5346E24C /* md4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = md4.h; path = ios/include/openssl/md4.h; sourceTree = ""; }; + AE3B1B7FCECEA3F36A7C9E3D9D5CA4AB /* thread_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thread_utils.h; path = src/utils/thread_utils.h; sourceTree = ""; }; + AE4340E97271D88995093DC8C29216A0 /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKProcessPoolManager.h; path = apple/RNCWKProcessPoolManager.h; sourceTree = ""; }; + AE48A28FF42C3B48DAD5F9E1CEFC40F2 /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; + AE7AED38A1FFAF1FA07BCDF1046CCAB1 /* MicroSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroSpinLock.h; path = folly/synchronization/MicroSpinLock.h; sourceTree = ""; }; + AE8BBFFF11AC3BC3BC2B3180F937455E /* BSG_KSCrashState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashState.m; sourceTree = ""; }; + AE930B93FB31B3DE63C74F7790149814 /* QuotientMultiSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QuotientMultiSet.h; path = folly/experimental/QuotientMultiSet.h; sourceTree = ""; }; + AE99E3936A9D286EBE3323DE0E3B6862 /* react-native-slider.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.debug.xcconfig"; sourceTree = ""; }; + AEA4F7827C065CE4A4A089C8D3FC0CC6 /* filter_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filter_enc.c; path = src/enc/filter_enc.c; sourceTree = ""; }; + AEB0FFCD355D133067D8FD840BFB0622 /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; + AEB12F390152569C7BE3DBE288BC0856 /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; + AEC1495AE3D9F8C37F92991F1590069C /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; + AEC5B4F01153CCC908C4F9D9E2344438 /* FIRCLSFABAsyncOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABAsyncOperation.m; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.m; sourceTree = ""; }; + AED36131FC91E80D086DF7DC51C702F4 /* SpookyHashV2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpookyHashV2.h; path = folly/hash/SpookyHashV2.h; sourceTree = ""; }; + AEE42EAA9A539EC41EB82B1C700C5B5F /* FIRCLSConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSConstants.h; path = Crashlytics/Shared/FIRCLSConstants.h; sourceTree = ""; }; + AEEAC3932D367EEA3C7C22F04096FB6F /* 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; }; + AEEFB6CB2D1EB2EF03A968B7863C1B8A /* PBUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PBUtility.h; path = Core/PBUtility.h; sourceTree = ""; }; + AF0053C02A58B5E7E91640F59707DC9E /* SDWebImageDownloaderResponseModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderResponseModifier.h; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.h; sourceTree = ""; }; + AF06FF1EF1B9E032F438A7635BF0CC1D /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; + AF0A57B1AB2C7E2B53BE49D33C246174 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + AF175A655545C96671A0F62727846AD7 /* RNBootSplash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBootSplash.h; path = ios/RNBootSplash.h; sourceTree = ""; }; + AF693D9765F98E82A1E6883947B6C94B /* RNBootSplash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBootSplash.m; path = ios/RNBootSplash.m; sourceTree = ""; }; + AF72CB2DE19AD866B2296FC68DC1531B /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; AF72FD600DE7E2D330BA50F877993E05 /* libUMCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMCore.a; path = libUMCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; - AF93EF623473920C4DBD6F224219204C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - AF9F02B25046132FEC9FBAE647F023C6 /* FlipperCertificateExchangeMedium.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCertificateExchangeMedium.h; path = xplat/Flipper/FlipperCertificateExchangeMedium.h; sourceTree = ""; }; - AFA7E68548067A02E57E94A56CD12540 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; - AFD0C84B95E0A7B2E662AB5EE7E7FD05 /* UMBarCodeScannerInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.release.xcconfig; 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 = ""; }; - B02B73C78B4879112B832545A7EDAF0F /* UMFaceDetectorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManager.h; path = UMFaceDetectorInterface/UMFaceDetectorManager.h; sourceTree = ""; }; - B02B9E07D304CFDDFE574E43762A26CD /* react-native-notifications-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-notifications-dummy.m"; 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 = ""; }; - B051C5240FDA0EE6B638A9AE1F7904AA /* RCTImageView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageView.mm; sourceTree = ""; }; - B064A25D821B41DB96D44C41CCC4CC6D /* 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; }; - B066DDF192303ACD9CB7C9DDA0DB9BB7 /* RCTAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedImage.m; sourceTree = ""; }; - B08AAD3B7E5E9191BF8641CE3DBCD731 /* whrlpool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = whrlpool.h; path = ios/include/openssl/whrlpool.h; sourceTree = ""; }; + AF739FFF6DC778CE48A489B2FA01C83C /* glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "glog-dummy.m"; sourceTree = ""; }; + AF73E25609408D40FDD5F81AA5CB1EFE /* dec_clip_tables.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_clip_tables.c; path = src/dsp/dec_clip_tables.c; sourceTree = ""; }; + AF8FE035C9D06E6E7963B12E62F0E590 /* BSG_KSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSLogger.h; sourceTree = ""; }; + AF9925E083DD986D961052911CECEECC /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; + AF9B48931F5D624F4F0D3A415C225349 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; + AF9D3A87C108DE0F7AC6D608AAC82D5A /* 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; }; + AF9E4FA7340F394469317FB9C8C59F1A /* react-native-mmkv-storage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-mmkv-storage.debug.xcconfig"; sourceTree = ""; }; + AFADAB0D82C69361667AD181502E8115 /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageBlurUtils.m; sourceTree = ""; }; + AFB179655D1B6D38FB4F07246A992AD5 /* FIRCLSRecordHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordHost.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.h; sourceTree = ""; }; + AFB9BA5841BD6CC61B34BFD53D20BA66 /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; + AFC95B5DA1F58487093E2CB2DE1D17D6 /* FBLPromise+Reduce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Reduce.h"; path = "Sources/FBLPromises/include/FBLPromise+Reduce.h"; sourceTree = ""; }; + AFDBD5393320F94DEDD530350D37E687 /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; + AFE38FDD2BEE0BB4ED3CDF93A3CA86B4 /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkLoggerProtocol.h; sourceTree = ""; }; + AFF19217DE03F24F5D5D3E68B4284F8D /* RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotifications.m; path = lib/ios/RNNotifications.m; sourceTree = ""; }; + AFF3C73F819AFE031E26C86FEDCE8EAD /* RNLocalize.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNLocalize.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B00512626555EF053A4A7654EAA35178 /* RNCommandsHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCommandsHandler.h; path = lib/ios/RNCommandsHandler.h; sourceTree = ""; }; + B010DE3181C2CD1908E72FD2BC1C02C9 /* Init.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Init.h; path = folly/ssl/Init.h; sourceTree = ""; }; + B022C550A3BB37E44344BD79C5877264 /* mux_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux_types.h; path = src/webp/mux_types.h; sourceTree = ""; }; + B044C71E4E03C5A8EB4E234396333804 /* QBAssetCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetCell.h; path = ios/QBImagePicker/QBImagePicker/QBAssetCell.h; sourceTree = ""; }; + B049A21BD47582806D5A8F29D5E36EAB /* EXAppleAuthentication.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAppleAuthentication.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B04D13C784237CA4DA6134EB54F5848A /* SwappableEventBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwappableEventBase.h; path = rsocket/internal/SwappableEventBase.h; sourceTree = ""; }; + B05411C6E464A6EA149DF73B0DA0EF9D /* REATransitionAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionAnimation.m; sourceTree = ""; }; + B0674671F71DE904B3C47D23F568EE4D /* ARTContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTContainer.h; path = ios/ARTContainer.h; sourceTree = ""; }; + B06DF741302F4650E43CF8DB09E261A1 /* RNConfigReader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNConfigReader.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B06E78F05C7AFBF00238DCABC0D37944 /* UMFilePermissionModuleInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFilePermissionModuleInterface.h; path = UMFileSystemInterface/UMFilePermissionModuleInterface.h; sourceTree = ""; }; + B06E9DA1B1418D462548DB2CCC4E95B3 /* PublisherBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PublisherBase.cpp; path = rsocket/statemachine/PublisherBase.cpp; sourceTree = ""; }; + B072CEDC9B02F8D00678EC5199400F4D /* GULHeartbeatDateStorageUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorageUserDefaults.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorageUserDefaults.m; sourceTree = ""; }; + B07ECDFA9074CAFA21B2F276DEA274A8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + B08E4931F533EA97B7A94BAA94EC9396 /* predictor_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = predictor_enc.c; path = src/enc/predictor_enc.c; sourceTree = ""; }; + B09A9D3278C6A277440C793C6FB2183A /* Futex-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Futex-inl.h"; path = "folly/detail/Futex-inl.h"; sourceTree = ""; }; B0B214D775196BA7CA8E17E53048A493 /* libSDWebImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImage.a; path = libSDWebImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 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 = ""; }; - B0D522684E5033511C436FEC61BD1B02 /* CancellationToken-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CancellationToken-inl.h"; path = "folly/CancellationToken-inl.h"; sourceTree = ""; }; - B0EBF11DB8BBC6C5E3C8142117E8D50E /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; - B1006CC3FF5A10FB5A05F900A58F1702 /* tree_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_dec.c; path = src/dec/tree_dec.c; sourceTree = ""; }; - B102A2907DA3737A3BBCC1EBA9CA511B /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; - B1118A7106888A184A27F645E70888EE /* BugsnagHandledState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagHandledState.h; 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 = ""; }; - B149E8996665054A245D40DAC8A6C7AF /* UMReactLogHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactLogHandler.m; sourceTree = ""; }; - B15D556A48222A425B74D3C5069391AB /* InlineExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InlineExecutor.h; path = folly/executors/InlineExecutor.h; sourceTree = ""; }; - B160C9B52B85D957BB2AEFF55E1B9A9E /* UMPermissionsMethodsDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMPermissionsMethodsDelegate.m; path = UMPermissionsInterface/UMPermissionsMethodsDelegate.m; sourceTree = ""; }; - B1638A4AE6B897DDCBE313B7E302D203 /* Sse.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Sse.cpp; path = folly/detail/Sse.cpp; sourceTree = ""; }; - B164B1E0BD2E400B0244B5827CACF3C1 /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageShadowView.m; sourceTree = ""; }; - B16A6B2C6D3CA184F415E6F10CC698EA /* GoogleDataTransport.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.release.xcconfig; sourceTree = ""; }; - B16A958D434B31B80BB5D2F6C890DF50 /* BSG_KSCrashSentry_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Private.h; sourceTree = ""; }; - B16F9C4D959BC6A3ABFDA91E26288020 /* EXFileSystem.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.debug.xcconfig; 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 = ""; }; - B1A63FD5A4CBC2FCC66FCAA7AA9B116D /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; - B1ABB43BA9192904AE0DD609F785AEFE /* PriorityLifoSemMPMCQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityLifoSemMPMCQueue.h; path = folly/executors/task_queue/PriorityLifoSemMPMCQueue.h; sourceTree = ""; }; - B1B166C24A44A16E0A20B31FAC0952ED /* RNFBMeta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBMeta.m; path = ios/RNFBApp/RNFBMeta.m; 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 = ""; }; - B1DBB3A2BF66FD615F87F6F75014597F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - B1E674E484AB09CB391C9B9F18369415 /* EXSessionTaskDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionTaskDispatcher.h; sourceTree = ""; }; - B1F4DB0DE3C68BC8D3845B502352AB49 /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.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 = ""; }; - B215F19F866ABC96CE13417B43CD18F8 /* RCTRefreshableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshableProtocol.h; sourceTree = ""; }; - B253C5ED50377419E33CC82502A7377D /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; - B264731F64DE20802561E20CA2CB9693 /* EXHapticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXHapticsModule.m; path = EXHaptics/EXHapticsModule.m; sourceTree = ""; }; - B2740FDA0914AF404D49919706DCC445 /* openssl_aes-armv4.S */ = {isa = PBXFileReference; includeInIndex = 1; name = "openssl_aes-armv4.S"; path = "Core/aes/openssl/openssl_aes-armv4.S"; sourceTree = ""; }; - B287D67A5996DC27902E3104516EC672 /* react-native-orientation-locker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-orientation-locker-prefix.pch"; 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 = ""; }; - B2D64E30A810C688B1470B4F408DE193 /* rescaler_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rescaler_utils.h; path = src/utils/rescaler_utils.h; sourceTree = ""; }; - B2E4FD40E640DF37E83F588BD7BFCC4E /* FIRCLSUUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUUID.h; path = Crashlytics/Shared/FIRCLSUUID.h; sourceTree = ""; }; - B3135DD08D8F8477774D97E46A17FBA1 /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; - B31A938BA57C97018F16609A23751B50 /* RCTSha.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSha.m; path = ios/RCTCrypto/RCTSha.m; sourceTree = ""; }; - B3368B080248F6BDF4F5EF7C647F896E /* react-native-simple-crypto.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-simple-crypto.debug.xcconfig"; sourceTree = ""; }; - B34A4B374608A43CF5D2FF72ECFB36B2 /* BugsnagApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagApiClient.h; sourceTree = ""; }; + B0B234FB101DAB30CA6EE38BB5D528A9 /* RNPushKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKit.m; path = lib/ios/RNPushKit.m; sourceTree = ""; }; + B0BBCA17D6A33C0A76BF35BF3CBB32E1 /* 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; }; + B0D637527F21B1B04E42D0AD7748A07E /* MMKVLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKVLog.h; path = Core/MMKVLog.h; sourceTree = ""; }; + B0D79D280EB7223B30101F625162CB26 /* RSocketConnectionEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketConnectionEvents.h; path = rsocket/RSocketConnectionEvents.h; sourceTree = ""; }; + B0DB7F783BCED4DC41F61891EB4D7E1F /* ARTRenderable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTRenderable.m; path = ios/ARTRenderable.m; sourceTree = ""; }; + B0E5E36982F351D603AE73CF4D689895 /* Dirent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Dirent.cpp; path = folly/portability/Dirent.cpp; sourceTree = ""; }; + B1219F82BAF2978E32DC0D56EF308AC6 /* UIColor+SDHexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+SDHexString.m"; path = "SDWebImage/Private/UIColor+SDHexString.m"; sourceTree = ""; }; + B125DA78A2A3E8F031A2199574199908 /* SysMman.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysMman.h; path = folly/portability/SysMman.h; sourceTree = ""; }; + B12C307859FDACE4EA8C1151DB9F45A2 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; + B14692EC2E16C44E9ED3787F31E20FB9 /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; + B14854FC1B2DB98BDAAC0859B1A6B99A /* MMKV.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKV.cpp; path = Core/MMKV.cpp; sourceTree = ""; }; + B1606CEA8D2517494406DE0155EE42BE /* Time.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Time.cpp; path = folly/portability/Time.cpp; sourceTree = ""; }; + B16E786BAF9F8C7CE41E145CA834AE18 /* dns_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dns_compat.h; path = src/event2/dns_compat.h; sourceTree = ""; }; + B1700C46579BE542FCE524DC2E246B09 /* FBLPromise+Race.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Race.h"; path = "Sources/FBLPromises/include/FBLPromise+Race.h"; sourceTree = ""; }; + B1800E53CEE26CD81EB06D0498361F19 /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; + B194CEDABAFB458ED8660DF7E3E3A76B /* F14Map-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "F14Map-fwd.h"; path = "folly/container/F14Map-fwd.h"; sourceTree = ""; }; + B1A2A11C2D2DE93DB2C9658A6394E5EF /* Unicode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unicode.h; path = folly/Unicode.h; sourceTree = ""; }; + B1AA94DE46EB920A4C459E55CDBA819D /* Core.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Core.h; path = folly/gen/Core.h; sourceTree = ""; }; + B1B985BCFA74E17C498670F5667E14E4 /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; + B1BB82E0B1DAD1F6272BE3BA3A13BC46 /* stack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stack.h; path = ios/include/openssl/stack.h; sourceTree = ""; }; + B1D27B645D96BCFB51A1B03CBC342CA7 /* SharedPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedPromise.h; path = folly/futures/SharedPromise.h; sourceTree = ""; }; + B1D2AD5A814178CABFADA8C5A6FC1C6C /* RNReanimated.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNReanimated.debug.xcconfig; sourceTree = ""; }; + B1D2D077A72C2CA68290ACDD38E29525 /* HighlighterView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HighlighterView.h; sourceTree = ""; }; + B1D4CE350B714B232941BC1D71937D32 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; + B1E66ACE585D98CC84FB6B6F4CCAA53A /* FIRInteropEventNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropEventNames.h; path = Interop/Analytics/Public/FIRInteropEventNames.h; sourceTree = ""; }; + B1F7FBB2E6DF508358EDBBDBCD51DE9B /* ReactNativeShareExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReactNativeShareExtension.m; path = ios/ReactNativeShareExtension.m; sourceTree = ""; }; + B20FA816DE7964E639D418AD057F3DFD /* picture_csp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_csp_enc.c; path = src/enc/picture_csp_enc.c; sourceTree = ""; }; + B21D612EFC377BF0CB71303E62A08DD3 /* 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 = ""; }; + B2404C2ED8ADC34914DD3B51C5C01051 /* lossless_enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_neon.c; path = src/dsp/lossless_enc_neon.c; sourceTree = ""; }; + B265919126C5F0C930C8FDC30A8B3082 /* x509v3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509v3.h; path = ios/include/openssl/x509v3.h; sourceTree = ""; }; + B2AB23AB9832DC675653464E9B48E0DB /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; + B2B1545EAF7DF69704EEF2519DC4F0F4 /* UIImage+ExtendedCacheData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ExtendedCacheData.h"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.h"; sourceTree = ""; }; + B2B2F74BBACCDA5974E37DA098F42A62 /* ARTNodeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTNodeManager.h; sourceTree = ""; }; + B2B856F8D924A50EA9DF6D5F1C17617B /* Log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Log.cpp; path = xplat/Flipper/Log.cpp; sourceTree = ""; }; + B2BBAF3C29EEA81E9F27D62F0A602A3B /* FIRInstallationsIDController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIDController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.m; sourceTree = ""; }; + B2BC068A0FF1D66031E26A14E37A09BB /* EXReactNativeUserNotificationCenterProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXReactNativeUserNotificationCenterProxy.m; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.m; sourceTree = ""; }; + B2BE78258913F2941F573118BE0412E7 /* CodedInputDataCrypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodedInputDataCrypt.h; path = Core/CodedInputDataCrypt.h; sourceTree = ""; }; + B2CE6532B5DAD83D11A8A92E2B042674 /* upsampling_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_mips_dsp_r2.c; path = src/dsp/upsampling_mips_dsp_r2.c; sourceTree = ""; }; + B2E88726AA5C0471C9B554A4594C15B0 /* React-RCTActionSheet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.release.xcconfig"; sourceTree = ""; }; + B2EC7D6DD3A4F0E7BDB0E99F841BAA96 /* EXAppleAuthentication-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAppleAuthentication-dummy.m"; sourceTree = ""; }; + B2EEEFB7F285C1B78A52367785120A68 /* RNDateTimePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePickerManager.m; path = ios/RNDateTimePickerManager.m; sourceTree = ""; }; + B310DF7D707C779BA7557D06CAE9AFAD /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTiming.h; path = React/CoreModules/RCTTiming.h; sourceTree = ""; }; + B3230576CBD76A9A47CD9B151E068ADD /* e_os2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = e_os2.h; path = ios/include/openssl/e_os2.h; sourceTree = ""; }; + B3388479A1C30F071725C7BA5C7AF9C3 /* EXImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXImageLoader.m; path = EXImageLoader/EXImageLoader.m; sourceTree = ""; }; + B344043F53DCF02D7FC7C4B38983B133 /* FIRCLSInternalLogging.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSInternalLogging.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.c; sourceTree = ""; }; B34D7AD717D6773326F1B507DC17B4FE /* Pods-NotificationService-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-NotificationService-acknowledgements.markdown"; sourceTree = ""; }; - B34F5C86B6A3E71BE142CB494B7F79AD /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; - B36491838C46C22A87B55F00288280FF /* react-native-simple-crypto-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-simple-crypto-dummy.m"; sourceTree = ""; }; - B36FDB0493FB8627604E5C4E9B7D7D74 /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSCRuntime.cpp; sourceTree = ""; }; - B3715D5F7F6AED006E5A39655C79B76E /* BSG_KSString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSString.h; sourceTree = ""; }; - B3826070DF750B29EC717636E7716BD2 /* EvictingCacheMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EvictingCacheMap.h; path = folly/container/EvictingCacheMap.h; sourceTree = ""; }; - B39BCF779082FAD154F8F5B9EFC3AA3B /* SafeAreaSpacerViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerViewLocalData.h; sourceTree = ""; }; - B3AB578942D50350CA6DD1A2C4CE6851 /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = SDWebImage/Core/SDWebImageOptionsProcessor.h; 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 = ""; }; - B4172EE788CB8A6212F63F3B1999B3F3 /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; - B419D240DAE4C1E98C4EE6D19998C3E1 /* Demangle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Demangle.h; path = folly/detail/Demangle.h; sourceTree = ""; }; - B41ECA188F6A116468490BB663DFEFED /* ObservingInputAccessoryViewTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ObservingInputAccessoryViewTemp.m; 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 = ""; }; - B42CEE0B91A84A3B741D8FD3495E04FB /* RCTNativeAnimatedModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeAnimatedModule.mm; sourceTree = ""; }; + B36AB5103093361503A0CADE80CA387F /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; + B36C70692800D9381762635E2B536FB7 /* react-native-webview.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.debug.xcconfig"; sourceTree = ""; }; + B38D8CE9B4AA695D1C13E4B2D8C97D1C /* KeyCommands-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeyCommands-prefix.pch"; sourceTree = ""; }; + B392F1E2F65347597436E35637EC3336 /* String-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "String-inl.h"; path = "folly/gen/String-inl.h"; sourceTree = ""; }; + B393CE13D6111D9E728F6C3D7D88CBC7 /* EXReactNativeUserNotificationCenterProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXReactNativeUserNotificationCenterProxy.h; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.h; sourceTree = ""; }; + B3D38591465C7525F56F5E717059678F /* BugsnagSessionTrackingApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingApiClient.h; sourceTree = ""; }; + B3DBB08538B1BF6A9313834651A6A50D /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; + B3EC0898520B19FFC8DAA14D066B2A02 /* react-native-background-timer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-background-timer.debug.xcconfig"; sourceTree = ""; }; + B400F96C7C5634A9A0AF2F3B354D0184 /* md5.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = md5.h; path = ios/include/openssl/md5.h; sourceTree = ""; }; + B409D1F3FE7EF39986AFE0FF23AEE265 /* RNCWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebView.m; path = apple/RNCWebView.m; sourceTree = ""; }; + B416F58001729E2636E0FE3CF51655AC /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Sources/Private/FIRDependency.h; sourceTree = ""; }; + B41D1E984FC5E1068BF697829E458556 /* StorageGetters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StorageGetters.h; path = ios/StorageGetters.h; sourceTree = ""; }; B43874C6CBB50E7134FBEC24BABFE14F /* libGoogleUtilities.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleUtilities.a; path = libGoogleUtilities.a; sourceTree = BUILT_PRODUCTS_DIR; }; - B45068D688FB76D72FBC5BA439BEA65A /* FIRCLSDataParsing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDataParsing.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.c; sourceTree = ""; }; - B45F3AFAF65A38E2B72799E1ADD868E6 /* EXAVObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVObject.h; path = EXAV/EXAVObject.h; sourceTree = ""; }; - B46B9000485EA36C8993212CB89A82F1 /* PBEncodeItem.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = PBEncodeItem.hpp; path = Core/PBEncodeItem.hpp; sourceTree = ""; }; - B49D822CC2C3E7960EF5E399C6ED45F7 /* RNNotificationEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationEventHandler.h; path = RNNotifications/RNNotificationEventHandler.h; sourceTree = ""; }; - B4A52FB076CB98185EE0AC3D52201967 /* SocketOptionMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketOptionMap.h; path = folly/io/SocketOptionMap.h; sourceTree = ""; }; - B4AD7A59972CEDDDC5C7CF762B8EBA39 /* FIRCLSUnwind_arm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind_arm.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arm.c; sourceTree = ""; }; - B4B06C80ADD010F278A3D7BD0716838F /* RNFBCrashlytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBCrashlytics.release.xcconfig; sourceTree = ""; }; - B4BB84C0E1EA1C9A6F91AB210E31DCF8 /* react-native-safe-area-context.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-safe-area-context.release.xcconfig"; sourceTree = ""; }; - B4C5139E31E1D2FA1BF3A566B2DE06BE /* FIRCoreDiagnosticsConnector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnosticsConnector.m; path = FirebaseCore/Sources/FIRCoreDiagnosticsConnector.m; sourceTree = ""; }; - B50A142A2F9470B80F4DAEFAEC74C7FF /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; - B53638AB050888EBA66B8FE7F5532578 /* QBAssetsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetsViewController.h; path = ios/QBImagePicker/QBImagePicker/QBAssetsViewController.h; sourceTree = ""; }; - B56F6F11BC9FBECB9231097934BAEC53 /* SysMembarrier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysMembarrier.h; path = folly/portability/SysMembarrier.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 = ""; }; - B5B6CD824B49316E41DD8111445998F7 /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; 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 = ""; }; - B5C7B18D6D3F30663747A4FBD5B89021 /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; - B5D64DB44760B189A0293EBE8B788BD4 /* UniqueInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UniqueInstance.cpp; path = folly/detail/UniqueInstance.cpp; sourceTree = ""; }; - B5DD166F71A834E423B429AF84345863 /* UMExportedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMExportedModule.h; path = UMCore/UMExportedModule.h; sourceTree = ""; }; - B5E6A6D6887D8249F4587D1264CEC00A /* GoogleDataTransport.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.debug.xcconfig; 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 = ""; }; - B62F5C806823C05490ED12599ADB95B7 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; - B64737F9F0007168BA3BD79390674734 /* EXFileSystemAssetLibraryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemAssetLibraryHandler.h; path = EXFileSystem/EXFileSystemAssetLibraryHandler.h; sourceTree = ""; }; - B67A605E981E8B10428EEE7557111895 /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Private/GULLogger.h; 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 = ""; }; - B6B357694D22794CC8510AA6EF980B89 /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; - B6B6A672610F67995E4F13D33640D278 /* BugsnagReactNative.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.release.xcconfig; 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 = ""; }; - B6D6762D4F47EAE3B6DB809AD00D3640 /* BSG_KSJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodec.h; 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 = ""; }; - 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 = ""; }; - B74DCA1E479BBC083FD52F94A88CED48 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTI18nManager.h; path = React/CoreModules/RCTI18nManager.h; sourceTree = ""; }; - B750C2B8A6CBCCC9086F940CAD81C89F /* ARTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTSurfaceView.h; path = ios/ARTSurfaceView.h; sourceTree = ""; }; - B759F4D9726D6DA533F4DCA05607D766 /* upsampling_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse2.c; path = src/dsp/upsampling_sse2.c; sourceTree = ""; }; + B447192682657AB74EE32A9AD64944D0 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Sources/Private/FIRDependency.h; sourceTree = ""; }; + B44743590BAC4A10D9BD7A070AFABDFD /* TOCroppedImageAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCroppedImageAttributes.m; path = "Objective-C/TOCropViewController/Models/TOCroppedImageAttributes.m"; sourceTree = ""; }; + B47676482F61D08B17424116B3C6B339 /* RNLocalize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNLocalize.m; path = ios/RNLocalize.m; sourceTree = ""; }; + B48CF714D4A54550DAACB22A6431C9EA /* FIRCLSDemangleOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDemangleOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.h; sourceTree = ""; }; + B4D124FB5FF82B119EEDB15A7CD4FB56 /* RNFBAnalytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFBAnalytics-dummy.m"; sourceTree = ""; }; + B4F15A3F6F6D6EBFB507E547F0611F0C /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; + B4F1FAD9B62E04C2A09B31560173F214 /* BSG_KSSystemInfoC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfoC.h; sourceTree = ""; }; + B4FB06E2BE4FFE3B38810942EAADF267 /* rn-extensions-share.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.debug.xcconfig"; sourceTree = ""; }; + B514D47A040B9DF18984AF6F722533E7 /* UMCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMCore-dummy.m"; sourceTree = ""; }; + B520C7495F75FA0E7D75B9829E4A4024 /* FIRCLSUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUtility.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSUtility.m; sourceTree = ""; }; + B5244B70B4AE0558868A58E004970940 /* CancelingSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CancelingSubscriber.h; path = yarpl/flowable/CancelingSubscriber.h; sourceTree = ""; }; + B53E1D755C128BA8C579805F69287EF6 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; + B54816BC2D720F090D033D578D5959B0 /* Select64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Select64.h; path = folly/experimental/Select64.h; sourceTree = ""; }; + B56288144B4A2718B505FD31CBF68824 /* ssim_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim_sse2.c; path = src/dsp/ssim_sse2.c; sourceTree = ""; }; + B563A5CD680E8AC17440D0E666128203 /* StorageIndexer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StorageIndexer.h; path = ios/StorageIndexer.h; sourceTree = ""; }; + B56A61A0EF8E5CE9EA10B605B416FE12 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + B58B3E420EF47BBBED5E9845E901FEA4 /* RSocketStateMachine.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketStateMachine.cpp; path = rsocket/statemachine/RSocketStateMachine.cpp; sourceTree = ""; }; + B5946021C14A534D5FEFF829C38336AE /* BugsnagApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagApiClient.h; sourceTree = ""; }; + B5990CC88635718B175F6887455BCC02 /* jsilib-windows.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "jsilib-windows.cpp"; sourceTree = ""; }; + B5B721C0B4205A09BDB7917A9CD0BF5E /* FlipperPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperPlugin.h; path = iOS/FlipperKit/FlipperPlugin.h; sourceTree = ""; }; + B5BBE8E9DF61CBB5D75B68A66A4F4E34 /* AutoTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AutoTimer.h; path = folly/experimental/AutoTimer.h; sourceTree = ""; }; + B5D8C6D08301FB18DECACFBF1E81D757 /* GoogleUtilities.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.debug.xcconfig; sourceTree = ""; }; + B5E66FCC46EF5C87502C4164AAA1BB16 /* asn1t.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1t.h; path = ios/include/openssl/asn1t.h; sourceTree = ""; }; + B6135B48E4C99ABB7EE790503CD59273 /* RSocketResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketResponder.h; path = rsocket/RSocketResponder.h; sourceTree = ""; }; + B6275E20E229188AE4D58A528E2BFA90 /* PTUSBHub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PTUSBHub.m; path = peertalk/PTUSBHub.m; sourceTree = ""; }; + B62F8A4065C644EB76B9871568B38E04 /* ScheduledRSocketResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledRSocketResponder.h; path = rsocket/internal/ScheduledRSocketResponder.h; sourceTree = ""; }; + B632E053BAFE0CB20B75669E649D17DA /* CocoaAsyncSocket-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CocoaAsyncSocket-dummy.m"; sourceTree = ""; }; + B653FEE7A87FE9376DDBAC7AE95B86B5 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; + B6589BC3F0A7E143805027636455DDEA /* UMImageLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMImageLoaderInterface.h; path = UMImageLoaderInterface/UMImageLoaderInterface.h; sourceTree = ""; }; + B663636A32F30E1156ACCAF51C5CB9F2 /* glog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.release.xcconfig; sourceTree = ""; }; + B66E83F3E581BE720852FB7FDB338995 /* bufferevent_ssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bufferevent_ssl.h; path = src/event2/bufferevent_ssl.h; sourceTree = ""; }; + B6708CAA7E3A8129918503B1B94210C3 /* GDTCOREventTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventTransformer.h; sourceTree = ""; }; + B67A002D93EDF8F480DA3EC8678AF015 /* FBDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBDefines.h; path = iOS/FBDefines/FBDefines.h; sourceTree = ""; }; + B699BA17600CEB93EE8F0C39EFF2A221 /* FlipperResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperResponder.h; path = iOS/FlipperKit/FlipperResponder.h; sourceTree = ""; }; + B6BA3051550A048886D13A197D408A54 /* EvilIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = EvilIcons.ttf; path = Fonts/EvilIcons.ttf; sourceTree = ""; }; + B6D8E053F636E42BCF1C1B58D8D37F16 /* StaticTracepoint-ELFx86.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "StaticTracepoint-ELFx86.h"; path = "folly/tracing/StaticTracepoint-ELFx86.h"; sourceTree = ""; }; + B7127496769C64C8D86C16527CFEF388 /* ssl3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl3.h; path = ios/include/openssl/ssl3.h; sourceTree = ""; }; + B73289079357BF5858FD55C0497466AA /* ReactNativeVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeVersion.h; sourceTree = ""; }; + B73EDCBF7CCB49F05F3E6DCC9C028F7E /* SDWebImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.release.xcconfig; sourceTree = ""; }; + B74908AC5422FF1DBD8526242EF02DED /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; + B74B45145E357D358ECD98AB3E04CC5B /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; + B75666DB36E05C91A4C900655EB9F4A4 /* BugsnagKSCrashSysInfoParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKSCrashSysInfoParser.h; 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; }; - B7612B75AFD48607234185EB579D616F /* IOS7Polyfill.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOS7Polyfill.h; path = ios/IOS7Polyfill.h; sourceTree = ""; }; - B77B348E5A8A8BD1FF58FEC2F322A14C /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/Core/UIImageView+WebCache.m"; sourceTree = ""; }; - B78A759076798F00B49F1F89673C92E0 /* RCTKeyboardObserver.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTKeyboardObserver.mm; sourceTree = ""; }; - B7A545FE1BEB02ED05CEFD4A59D377DF /* Varint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Varint.h; path = folly/Varint.h; sourceTree = ""; }; - B7A7C2483BFE17780191C9BC970A6950 /* react-native-safe-area-context-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-safe-area-context-prefix.pch"; sourceTree = ""; }; - B7BA02089E700F7576047F3C314F8B53 /* FlipperConnectionManagerImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperConnectionManagerImpl.cpp; path = xplat/Flipper/FlipperConnectionManagerImpl.cpp; sourceTree = ""; }; - B7D05EA74A85451A510B688295FD30EB /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; - B7D402B25CA9CF5536A10956564084AC /* RNCSafeAreaViewEdges.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewEdges.h; path = ios/SafeAreaView/RNCSafeAreaViewEdges.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 = ""; }; - B83053500F79E12FCDA0FE995A7E28E7 /* FIRAnalyticsInteropListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInteropListener.h; path = Interop/Analytics/Public/FIRAnalyticsInteropListener.h; sourceTree = ""; }; - B83676BEAFD0D5E2F0C71448D0859A3B /* RNRandomBytes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRandomBytes.h; path = ios/RCTCrypto/RNRandomBytes.h; sourceTree = ""; }; - B83E6F934C634C4408B9B5CBD3711AD8 /* EliasFanoCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EliasFanoCoding.h; path = folly/experimental/EliasFanoCoding.h; sourceTree = ""; }; - B84AAB78BC33F569CA338F94B7208C43 /* RNDocumentPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDocumentPicker.h; path = ios/RNDocumentPicker/RNDocumentPicker.h; sourceTree = ""; }; - B853CF6AB29CB7E35175B7FEEF6183B0 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; - B857025220ECC7CA074BF255C1604751 /* ConcurrentSkipList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentSkipList.h; path = folly/ConcurrentSkipList.h; sourceTree = ""; }; - B87983F3BE186E9A8B843655CEF7C65C /* filters_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_utils.c; path = src/utils/filters_utils.c; sourceTree = ""; }; - B87A45CD2ED7B38E80A1422EDFF792F7 /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; - B881E13AB9D0330C2D4B16DE752C6B0D /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; + B76D537791F1CB23F39A8BF3D9F5AC94 /* BSG_KSCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashReport.c; sourceTree = ""; }; + B770C35A13C149FE50773C8BFEF0B2F1 /* UMCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.release.xcconfig; sourceTree = ""; }; + B779D01CDDA06546D7D354C67C7DF8A5 /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; + B7F064BF62A8C05088AD25393EF9BC5E /* fa.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fa.lproj; path = "Objective-C/TOCropViewController/Resources/fa.lproj"; sourceTree = ""; }; + B7FC529D76652116C50F745256CE274D /* UMFontScalerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalerInterface.h; path = UMFontInterface/UMFontScalerInterface.h; sourceTree = ""; }; + B82DCAC498F62A0190CAEB95C8965B4C /* FIRVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRVersion.m; path = FirebaseCore/Sources/FIRVersion.m; sourceTree = ""; }; + B839D84FFCBDDDA5970A85C42C2A1751 /* RCTConvertHelpers.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTConvertHelpers.mm; sourceTree = ""; }; + B84B892D7D4050D0B1CFD953DD95DD9A /* RNCAssetsLibraryRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAssetsLibraryRequestHandler.m; path = ios/RNCAssetsLibraryRequestHandler.m; sourceTree = ""; }; + B8541D8043367B57E34F2727CD87F7A4 /* Sockets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sockets.h; path = folly/portability/Sockets.h; sourceTree = ""; }; + B863A0E93E2658BF6C903A8D4212B850 /* ReadMostlySharedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReadMostlySharedPtr.h; path = folly/experimental/ReadMostlySharedPtr.h; sourceTree = ""; }; + B86E7E72640F2082A42D26A8E3B7CCA4 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; + B8853D912F56C1E4415B4B221EFE6658 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; + B887EA7FE143CC97EB0C4C1F14165623 /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; B88A54159B245E727A6D16DEFE105A09 /* libMMKV.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libMMKV.a; path = libMMKV.a; sourceTree = BUILT_PRODUCTS_DIR; }; - B8C153636514DB0BFC849F54543B230A /* TcpConnectionFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpConnectionFactory.h; path = rsocket/transports/tcp/TcpConnectionFactory.h; sourceTree = ""; }; + B8931339F89CEB9861616D62E8BB658C /* ScheduledSingleObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledSingleObserver.h; path = rsocket/internal/ScheduledSingleObserver.h; sourceTree = ""; }; + B8970E302DF1A7D70C4C942A7DC914B3 /* YogaKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YogaKit-prefix.pch"; sourceTree = ""; }; + B8A0B9C2F4381F951424F0153AC3979C /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = src/utils/utils.h; sourceTree = ""; }; + B8B5DF31370231886E46124753A6B444 /* MallctlHelper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MallctlHelper.cpp; path = folly/memory/MallctlHelper.cpp; sourceTree = ""; }; + B8BC891BE7CB7C4759DBE1D3D7014F7D /* FBLPromise+Reduce.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Reduce.m"; path = "Sources/FBLPromises/FBLPromise+Reduce.m"; sourceTree = ""; }; B8CD4B9B578CE9FA38114B638C9CAA78 /* libRNCMaskedView.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNCMaskedView.a; path = libRNCMaskedView.a; sourceTree = BUILT_PRODUCTS_DIR; }; - B8DC384EBF5E2B8C551DDD0AF858BC20 /* RNNotificationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationUtils.m; path = RNNotifications/RNNotificationUtils.m; sourceTree = ""; }; - B8EA8D96E4377DED7E1F19B93FF39B76 /* UIImage+Extension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Extension.h"; path = "ios/src/UIImage+Extension.h"; sourceTree = ""; }; - B8FEB1C9F8CC4C30834CD811545EC34F /* GTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTest.h; path = folly/portability/GTest.h; sourceTree = ""; }; - B901BDBD09C8AB7C614C52CDE54EFBC3 /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; 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 = ""; }; - B95AA44763006917C0F3A1B513CFD886 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - B95D6B2B77DC9944A070034A19062705 /* RCTRedBox.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRedBox.mm; sourceTree = ""; }; - B988CD58F53196855229737C1A67D9D5 /* EXWebBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXWebBrowser-dummy.m"; sourceTree = ""; }; - B98F98841CC7FAEB021F21AC2BDBB0FE /* UMModuleRegistryProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryProvider.h; sourceTree = ""; }; - B9A091BD7D5A323180FF20D4D4B49FAF /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; - B9A80B8593DD902649B6F1210386EFD2 /* buffer_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = buffer_dec.c; path = src/dec/buffer_dec.c; sourceTree = ""; }; - B9B56AA0A56ABCE1A3F9FB4961729C97 /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Private/GULNetworkURLSession.h; sourceTree = ""; }; - B9C80626BE820D0E016F060FDFB812DA /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; - B9C8917DFAABD1CCADF4FEDE29515BA3 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; - B9D4251E7593440D5ED7EDD41BC85A4A /* BSG_KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFields.h; sourceTree = ""; }; - B9E517E84C2861BFB5685F7DC1C4CE59 /* NSValue+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSValue+Interpolation.h"; sourceTree = ""; }; - BA1C96FAD65091D5B825D5949523D6F3 /* UMReactNativeEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeEventEmitter.m; 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 = ""; }; - BA5771BBD2E4D868410A983C2E62BBA9 /* dec_clip_tables.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_clip_tables.c; path = src/dsp/dec_clip_tables.c; sourceTree = ""; }; - BA7E9FC4132922B5FCCA8DDA0CEDE546 /* EXAudioSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioSessionManager.h; path = EXAV/EXAudioSessionManager.h; sourceTree = ""; }; - BAAE5D90061D1504B908ACDD9265C876 /* UnboundedQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnboundedQueue.h; path = folly/concurrency/UnboundedQueue.h; sourceTree = ""; }; - BAB6CF65493D83DEF448745FD3F8BE63 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; - BAD2210ED551317279ECE251AEA647FB /* EXVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoPlayerViewController.m; sourceTree = ""; }; - BAD59DB5F614DC53C6468BB52CCDF276 /* RCTConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConstants.h; sourceTree = ""; }; - BADC2117C47762E9A5618200C9170DBD /* KeepaliveTimer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = KeepaliveTimer.cpp; path = rsocket/internal/KeepaliveTimer.cpp; sourceTree = ""; }; - BAE158547CD7C1EE52E1B138FA21D73E /* RCTWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWeakProxy.h; sourceTree = ""; }; + B8E1FAB73073F812E54D93A9E14CD2D3 /* DynamicBoundedQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicBoundedQueue.h; path = folly/concurrency/DynamicBoundedQueue.h; sourceTree = ""; }; + B8E2639C4F266441D092062232C090C7 /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; + B8EF7BF69599A0112AAECECE258EE999 /* near_lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = near_lossless_enc.c; path = src/enc/near_lossless_enc.c; sourceTree = ""; }; + B8FA71C5878CCD64C2B28AF01BE87986 /* ocsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ocsp.h; path = ios/include/openssl/ocsp.h; sourceTree = ""; }; + B903E45A9A907CC25C8B36AE1C292C47 /* REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransition.h; sourceTree = ""; }; + B91C6354CEA961233F654AF88D13700D /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; + B92F71D19C0156B1696A8189C3511EE1 /* GDTCORDirectorySizeTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORDirectorySizeTracker.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORDirectorySizeTracker.h; sourceTree = ""; }; + B974E8F380DB16892FBEB5558F871A99 /* SDWebImageWebPCoder-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImageWebPCoder-dummy.m"; sourceTree = ""; }; + B983F834ABCCC976E999A95F26DAB6E3 /* cast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cast.h; path = ios/include/openssl/cast.h; sourceTree = ""; }; + B9847C0465F18EEF9E4443115F5C978C /* BugsnagReactNative.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.debug.xcconfig; sourceTree = ""; }; + B98C2552B4E40D371C5AE563ED3CF84A /* FrameSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameSerializer.h; path = rsocket/framing/FrameSerializer.h; sourceTree = ""; }; + B9CF1DDCE6B1D398BDCC608902B91AD2 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; + B9D6A68021EE4D3101A3CC8C284F68E9 /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Regular.ttf; path = Fonts/FontAwesome5_Regular.ttf; sourceTree = ""; }; + B9D8D574C622B1FBF8AE12E9225155CD /* rescaler_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips_dsp_r2.c; path = src/dsp/rescaler_mips_dsp_r2.c; sourceTree = ""; }; + B9DE926154FE7BE7746C3FFAC88DAC08 /* FrameType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameType.h; path = rsocket/framing/FrameType.h; sourceTree = ""; }; + B9F5C222D7595F51ADCCC51504E1D413 /* UMImageLoaderInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.debug.xcconfig; sourceTree = ""; }; + B9FF7F138AB76F942022A194076EF0E7 /* ScheduledFrameTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledFrameTransport.h; path = rsocket/framing/ScheduledFrameTransport.h; sourceTree = ""; }; + BA035B32D0E72A95C238F67A40B1CD61 /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyboardObserver.h; path = React/CoreModules/RCTKeyboardObserver.h; sourceTree = ""; }; + BA0AF44901659DB142245B064CBD1417 /* muxedit.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxedit.c; path = src/mux/muxedit.c; sourceTree = ""; }; + BA1F84C4FF73FB3698C6F22EAE4A1ABD /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; + BA36A213CE3E2F100AFDCFB0C83F5329 /* FIRCLSCompoundOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompoundOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.h; sourceTree = ""; }; + BA63034BF9427E54D8EB3BF89CCC5C66 /* obj_mac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = obj_mac.h; path = ios/include/openssl/obj_mac.h; sourceTree = ""; }; + BA7DD602C3BAD1D6956BE02E0B9FF9F3 /* FIRCLSMultipartMimeStreamEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMultipartMimeStreamEncoder.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.h; sourceTree = ""; }; + BA812A4C7C82B7752D7BE877AD4C09B5 /* RNFBCrashlytics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFBCrashlytics-prefix.pch"; sourceTree = ""; }; + BA8F7571CF82387A9D63E21F8C44C3E3 /* UMFontProcessorInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontProcessorInterface.h; path = UMFontInterface/UMFontProcessorInterface.h; sourceTree = ""; }; + BA9F4CB1155670F151147B6AE19B980E /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; + BAA5B1CE699FEA2F89B68908EBFF9AA2 /* TypeInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypeInfo.h; path = folly/lang/TypeInfo.h; sourceTree = ""; }; + BAA66C5DF0D692D590268D70D0C24299 /* AsyncSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncSocket.cpp; path = folly/io/async/AsyncSocket.cpp; sourceTree = ""; }; + BACD57BFE42D86E081541F0778F2B10F /* CocoaAsyncSocket-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaAsyncSocket-prefix.pch"; sourceTree = ""; }; + BAD1696C02A5167A4FB836306A736704 /* GDTCORUploadBatch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadBatch.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadBatch.h; sourceTree = ""; }; + BAE1B06A53F8E495F430207109452EE3 /* frame_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_dec.c; path = src/dec/frame_dec.c; sourceTree = ""; }; BAED847E8A22919EDDB894F3B4C38BFF /* Pods-ShareRocketChatRN-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ShareRocketChatRN-umbrella.h"; 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 = ""; }; - BB12E9E2D34F4D7BAF21B04BA844937E /* krb5_asn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = krb5_asn.h; path = ios/include/openssl/krb5_asn.h; sourceTree = ""; }; - BB15336F39A847D9E56CF9A10569148E /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAccessibilityManager.h; path = React/CoreModules/RCTAccessibilityManager.h; sourceTree = ""; }; - BB1F737AC4244403FEC41330BB58416F /* React-RCTText.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.release.xcconfig"; sourceTree = ""; }; - BB20ECCAB628D6D02BCBC58A56A3AB6D /* TurboModuleUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModuleUtils.cpp; path = turbomodule/core/TurboModuleUtils.cpp; sourceTree = ""; }; - BB3001BDED9376568E287AC56D4A43B9 /* 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; }; - 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 = ""; }; - BB4309970289554AEBFBCF59553D45F9 /* libwebp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "libwebp-dummy.m"; sourceTree = ""; }; - BB47EDF57E9361B1F43D8EADB3FDAD15 /* Payload.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Payload.cpp; path = rsocket/Payload.cpp; sourceTree = ""; }; - BB774C547F99C5370951A3B6F9570295 /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; - BB9F9260AB105CD83A06EDFABDB69666 /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; - BBBE3FE7C8F19DC9A17E4E9E43A19989 /* engine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = engine.h; path = ios/include/openssl/engine.h; sourceTree = ""; }; - BBC4E3825AC2EB48CE8CF375E1509999 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; - BBD321CFDABB82D36DC920949639DE54 /* react-native-cookies-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-cookies-prefix.pch"; sourceTree = ""; }; - BBE105E04EFB35760107A45C0187E62D /* BSG_KSFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSFileUtils.c; sourceTree = ""; }; - BBEF54EB10C45EE0F6D3EC0EB4CCA459 /* RNDeviceInfo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.release.xcconfig; sourceTree = ""; }; + BAF9E935CF4C79E96DE51F3016D55C24 /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; + BB0232CA1E140B6BFA0CFD7AF837D160 /* crashlytics.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = crashlytics.nanopb.c; path = Crashlytics/Protogen/nanopb/crashlytics.nanopb.c; sourceTree = ""; }; + BB09F185072FFBFE6FB96BC0224D49B9 /* Libgen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Libgen.h; path = folly/portability/Libgen.h; sourceTree = ""; }; + BB0DF519F47F58E9B0870A2ED270F8FD /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; + BB186B501B9B153400CBFE4099365D21 /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; + BB2FE78D3BD793CF39DCD294FCF000C6 /* FIRCoreDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsData.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h; sourceTree = ""; }; + BB30A1431C94F42FCFFF3C3B33DDB5CE /* RCTAes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTAes.m; path = ios/RCTCrypto/RCTAes.m; sourceTree = ""; }; + BB32CDFE191FEF1EBAD119FB10CA49BF /* FIRCLSUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.c; sourceTree = ""; }; + BB65DD9F66914041B0F1955A9D82DF13 /* RNFetchBlobReqBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobReqBuilder.h; path = ios/RNFetchBlobReqBuilder.h; sourceTree = ""; }; + BB9697D381A6B302F78A0A9255BC0388 /* react-native-orientation-locker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-orientation-locker-dummy.m"; sourceTree = ""; }; + BBAE5312FFCA88D55B373D18196977CA /* FlipperKitCertificateProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperKitCertificateProvider.h; path = iOS/FlipperKit/FlipperKitCertificateProvider.h; sourceTree = ""; }; + BBB13939C27BF43617E5B0462155F37B /* 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 = ""; }; + BBD6354F9D65210A85A8CD2945D09B1B /* Uri.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Uri.h; path = folly/Uri.h; sourceTree = ""; }; + BBF975DEE3337F0DD75193C501F15B55 /* RNNativeViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNNativeViewHandler.h; sourceTree = ""; }; + BC12B21FD3909231970AE5BFC90E6268 /* Flowables.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Flowables.h; path = yarpl/flowable/Flowables.h; sourceTree = ""; }; + BC1FC5901C6D1AFD1233C5E381C2F1D2 /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; + BC2B8951E6A9BDF99FD292ECD53DD396 /* RNReanimated-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNReanimated-dummy.m"; sourceTree = ""; }; + BC3747A9B6973F544CF5D8289FF276BA /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; + BC3A40641092C5FF6FC53F2334EA858D /* ShutdownSocketSet.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShutdownSocketSet.cpp; path = folly/io/ShutdownSocketSet.cpp; sourceTree = ""; }; + BC3D743290102F9FED3EE5BBDED00FCB /* RNCAssetsLibraryRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAssetsLibraryRequestHandler.h; path = ios/RNCAssetsLibraryRequestHandler.h; sourceTree = ""; }; + BC3DD4791B7992F11173B48D031DC6DE /* react-native-safe-area-context.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-safe-area-context.release.xcconfig"; sourceTree = ""; }; BC41F4BEFC115303267857B135A144AE /* libUMPermissionsInterface.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMPermissionsInterface.a; path = libUMPermissionsInterface.a; sourceTree = BUILT_PRODUCTS_DIR; }; - BC5985BED0D370AB99C1D5EA769584D2 /* anim_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_encode.c; path = src/mux/anim_encode.c; sourceTree = ""; }; - BC679498FD672C36DBB537E23CDE4D0B /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimationUtils.m; sourceTree = ""; }; - BC692AC1CDC21E2E1E0C6FB07E1D8014 /* BugsnagSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSession.m; sourceTree = ""; }; - BC7E48F69E87B647894582346A4CBA45 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Sources/Private/FIRComponent.h; sourceTree = ""; }; - BC85C9106C5E0E948F1AFC4E8C5A528A /* Ionicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Ionicons.ttf; path = Fonts/Ionicons.ttf; sourceTree = ""; }; - BC88C5514E8AC771285E1AA6D60E86B1 /* RNPushKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKit.h; path = RNNotifications/RNPushKit.h; sourceTree = ""; }; - BCA2B6EAAA74F3BAD64BBA6612B7291F /* react-native-appearance.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-appearance.debug.xcconfig"; 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 = ""; }; - BCBD1647946B4F61F88A67AC770D296C /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; - BCC134039F247A8AA98A4ED0395DB4DC /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.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 = ""; }; - BCC8FE7ED896B53A66E8FB2DDDF76023 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - BCFB39DA6BFF23700B03984AEF4DEE2C /* BitVectorCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitVectorCoding.h; path = folly/experimental/BitVectorCoding.h; sourceTree = ""; }; - BD1C3CEC460FD7FAF8C7739B284D00B3 /* REATransitionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionManager.m; sourceTree = ""; }; - BD30CF3EAED3EB92B072DBD0F03EAA33 /* RNFBAnalytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBAnalytics.debug.xcconfig; sourceTree = ""; }; - BD3AA8B9FD7BC13E46F6041D7AD28193 /* BSG_KSCrashSentry_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_NSException.m; sourceTree = ""; }; - BD524A23A00372445FD8C168B40E19B0 /* FIRInstallationsHTTPError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsHTTPError.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.m; sourceTree = ""; }; - BD6E560F8A3A9A5DED62B5D952DF111A /* CancellationToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CancellationToken.h; path = folly/CancellationToken.h; sourceTree = ""; }; + BC53D046BBF012147DA7FA0199273B9C /* EXKeepAwake.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXKeepAwake.h; path = EXKeepAwake/EXKeepAwake.h; sourceTree = ""; }; + BC5ED0F001314CE484B36F1BFEEAF937 /* format_constants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = format_constants.h; path = src/webp/format_constants.h; sourceTree = ""; }; + BC6578EAE7F1AA20938B9B8B87BC1FF4 /* MoveWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MoveWrapper.h; path = folly/MoveWrapper.h; sourceTree = ""; }; + BC677B4DE7007632E047E7E2ACB125AE /* IDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IDStore.m; path = ios/IDStore.m; sourceTree = ""; }; + BC744500DAC390669C60FA8ADA356EEE /* dh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dh.h; path = ios/include/openssl/dh.h; sourceTree = ""; }; + BC78B3318C49A41719AD2D24BA36C3C7 /* EXVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoManager.m; sourceTree = ""; }; + BCACA6BE1B16D8AA8023E7EF15F82E76 /* UMFontInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFontInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + BCB79315E37629A5403B6F066072DC30 /* NetOps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = NetOps.cpp; path = folly/net/NetOps.cpp; sourceTree = ""; }; + BCB9D4432C9B876A62167DA482B5BE25 /* Fcntl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Fcntl.cpp; path = folly/portability/Fcntl.cpp; sourceTree = ""; }; + BCDBEE5107B1FE4771D72F9054DC0007 /* dns_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dns_struct.h; path = src/event2/dns_struct.h; sourceTree = ""; }; + BCDC9A78C29CBC58B1878C96899DD4C4 /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; + BCFC3A8AF496A593E985BC03F82204A0 /* FBLPromise+Do.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Do.m"; path = "Sources/FBLPromises/FBLPromise+Do.m"; sourceTree = ""; }; + BD080FF677408AD54679860424822FDC /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; + BD0C1BC26B913BA4C7C5E92D815F6309 /* mips_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mips_macro.h; path = src/dsp/mips_macro.h; sourceTree = ""; }; + BD1FEEE12A2EED246A02767735FCAD9B /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; + BD211C6F2AF0106177C154A7BC7E0E03 /* pt.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pt.lproj; path = "Objective-C/TOCropViewController/Resources/pt.lproj"; sourceTree = ""; }; + BD3A07FC43CBE9F9D76E7C2B35568A00 /* KeyValueHolder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeyValueHolder.h; path = Core/KeyValueHolder.h; sourceTree = ""; }; + BD403B16D41D5E42441241065C003FD9 /* AtomicIntrusiveLinkedList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicIntrusiveLinkedList.h; path = folly/AtomicIntrusiveLinkedList.h; sourceTree = ""; }; + BD4FE4B8249F44FD4F45232014B937D8 /* AsyncSocketBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncSocketBase.h; path = folly/io/async/AsyncSocketBase.h; sourceTree = ""; }; + BD53828ABC4516CEEA7F1CC1DA2E8CCB /* 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; }; BD71E2539823621820F84384064C253A /* libReact-Core.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-Core.a"; path = "libReact-Core.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - BD73DC860B5755AB4C6439F8F315E10E /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = ""; }; - BD7AE8B0D546DE3624AFC0EDEAE2C4F0 /* Config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Config.h; path = folly/portability/Config.h; sourceTree = ""; }; - BD968A4D94E9A746F7ABEF6C09A3151E /* EXLocalAuthentication-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXLocalAuthentication-dummy.m"; sourceTree = ""; }; - BD9B7F46F6CB52CA4159BC14439297E0 /* RNLocalize-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNLocalize-dummy.m"; sourceTree = ""; }; - BD9E036A3E01F874F629F485D741DDC2 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; - BDA53F3D924FAEE87B13686E90B2E1D4 /* RCTView+SafeAreaCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTView+SafeAreaCompat.m"; path = "ios/SafeAreaView/RCTView+SafeAreaCompat.m"; sourceTree = ""; }; - BDC7C88FDA27EB9250710F78D858A8D2 /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; - BDC86A26B7E64211B3697CA1DC02A3B8 /* RNFBJSON.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBJSON.m; path = ios/RNFBApp/RNFBJSON.m; 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 = ""; }; - BDFF56B500F62AFA61E4035044F1EAF9 /* OpenSSLHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLHash.h; path = folly/ssl/OpenSSLHash.h; sourceTree = ""; }; - BE04A2EAFD50B0BA9CEC2B8542451A41 /* RCTPlatform.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatform.mm; sourceTree = ""; }; - BE12DCF35841427D90897AED0993855E /* EventHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventHandler.cpp; path = folly/io/async/EventHandler.cpp; sourceTree = ""; }; - BE1351BCCF762D6FA5CE54E8855075DE /* react-native-blur.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-blur.release.xcconfig"; sourceTree = ""; }; - BE1DD6BEB5772073CB1B497EE3EFACAD /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; 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 = ""; }; - BE3B777FE31D6BD712B367A08F0687D3 /* log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log.h; path = yoga/log.h; sourceTree = ""; }; + BDA1082574364F3D168FEB148C4805D1 /* React-RCTBlob.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.release.xcconfig"; sourceTree = ""; }; + BDA6EFCD3F045BD3D2AE7795920E4881 /* ScheduledFrameProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledFrameProcessor.h; path = rsocket/framing/ScheduledFrameProcessor.h; sourceTree = ""; }; + BDAB63541EDB16BF92B45DD3F15FE620 /* react-native-document-picker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.debug.xcconfig"; sourceTree = ""; }; + BDAB9A6AF56BD02B7DC3570B29C3CE29 /* GCDAsyncUdpSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GCDAsyncUdpSocket.h; path = Source/GCD/GCDAsyncUdpSocket.h; sourceTree = ""; }; + BDCB89D5D1AE0423509BA996728AFAC0 /* RNFBSharedUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBSharedUtils.h; path = ios/RNFBApp/RNFBSharedUtils.h; sourceTree = ""; }; + BDCC0AFCB3852FBCD8A2762F296CFD48 /* UMSensorsInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.release.xcconfig; sourceTree = ""; }; + BDEBB801EA7713D3098499CE207A22FB /* FlipperUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FlipperUtil.m; path = iOS/FlipperKit/FlipperUtil.m; sourceTree = ""; }; + BE0CDC1B2841130DA7DEBA0219FEAE5F /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; + BE1114588F1AD397771A83F5738ED26F /* FormatArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FormatArg.h; path = folly/FormatArg.h; sourceTree = ""; }; + BE25034A9A0FC646A6AAAAB8C7691514 /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRConfiguration.h; sourceTree = ""; }; + BE3D64DD01C658D2F93D217E023A17C5 /* RCTConvert+ART.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+ART.m"; path = "ios/RCTConvert+ART.m"; sourceTree = ""; }; BE44CBCE6C75B26E95A4555F9D976298 /* Pods-defaults-RocketChatRN-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-defaults-RocketChatRN-umbrella.h"; sourceTree = ""; }; - BE62E00AF68D114019A8363B3D9312ED /* BSG_KSCrashCallCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashCallCompletion.h; sourceTree = ""; }; - BE65CAB0DB1BEB44C68B52C7C4D7E033 /* DistributedMutex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = DistributedMutex.cpp; path = folly/synchronization/DistributedMutex.cpp; 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 = ""; }; - BEC3066DC9C5D09CB3034384AFBBD902 /* Observables.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Observables.h; path = yarpl/observable/Observables.h; sourceTree = ""; }; - BED902D1202ECE791F272D99BB412BA3 /* RCTAlertController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertController.m; 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 = ""; }; - BF17BE0FB290A92D8674D950529E0C80 /* ClockGettimeWrappers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ClockGettimeWrappers.h; path = folly/ClockGettimeWrappers.h; sourceTree = ""; }; + BE4D1C7E833F4D96FB3E8DD73ABC1ECF /* cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_enc.c; path = src/enc/cost_enc.c; sourceTree = ""; }; + BE6BDED6D96AFCD0BDC1DC97F1A5A2AB /* GlobalShutdownSocketSet.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = GlobalShutdownSocketSet.cpp; path = folly/io/GlobalShutdownSocketSet.cpp; sourceTree = ""; }; + BE70B3EB18E7DAEEC63946BE0041C8D1 /* vp8l_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_enc.c; path = src/enc/vp8l_enc.c; sourceTree = ""; }; + BE8583E0DA7C020CFF550C7FA9A64F77 /* FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptions.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h; sourceTree = ""; }; + BE89582E28B879D55032549BA3AA1553 /* RCTWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWeakProxy.m; sourceTree = ""; }; + BE8DD3B0C845C4A7DE3E2362AD4FE1BA /* BSG_KSCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportStore.h; sourceTree = ""; }; + BE924EE3A725FF476E86F8EBB83F6847 /* rn-fetch-blob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-fetch-blob-prefix.pch"; sourceTree = ""; }; + BEA0E0DDA4F92DCC56BB4274CAF70AA8 /* 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 = ""; }; + BEAE2C366C32586AD20F1912434FD7F7 /* FIRCLSReportAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportAdapter.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.h; sourceTree = ""; }; + BED6A9CBF1A6F620EC47DB7F3701146A /* SKRequestInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKRequestInfo.m; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKRequestInfo.m; sourceTree = ""; }; + BED800B6B516C07C02BC7D8314A5905B /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; + BEDBED46C9744D625482EFAC355D3ED5 /* FirebaseCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.release.xcconfig; sourceTree = ""; }; + BEDFF6FCFC41BCE1C24802CA593F6030 /* FLEXNetworkObserver.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FLEXNetworkObserver.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkObserver.mm; sourceTree = ""; }; + BEF9526D51131EEA0FDFDF66E52CCEFD /* ARTShadow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTShadow.h; path = ios/ARTShadow.h; sourceTree = ""; }; + BF008F11234CFE2D4A77FF3A1B30A025 /* FBLPromise+All.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+All.m"; path = "Sources/FBLPromises/FBLPromise+All.m"; 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; }; - BF387147E8A1949860B37D5F2831AB43 /* ARTRenderableManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRenderableManager.m; sourceTree = ""; }; - BF3AB2AF8C3245233CA9BD2973C44369 /* RNSScreenStackHeaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStackHeaderConfig.m; path = ios/RNSScreenStackHeaderConfig.m; sourceTree = ""; }; - BF40B4DD4D1F04FE796D486E30C2BB21 /* ManualTimekeeper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ManualTimekeeper.cpp; path = folly/futures/ManualTimekeeper.cpp; sourceTree = ""; }; - BF8E84814157F6E8772D4FFD1848934B /* SKRequestInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKRequestInfo.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKRequestInfo.h; sourceTree = ""; }; - BFA7F279FB92FB35BDE6B83AFF944E2C /* EXConstants-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXConstants-dummy.m"; sourceTree = ""; }; - BFD0FB58C66F9A584E98457B16C4A8E9 /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; - BFD2D7E5402F0DC5E6AC7F9FD78781AD /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; - BFD8C6F5EB5947B1247107C8F99E2C45 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; - BFE7E33DD4E7A0D74E5D8A90EDF02D08 /* EXSessionDownloadTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionDownloadTaskDelegate.m; sourceTree = ""; }; - C009656349BBFE7CB97649ED1DE75267 /* Atomic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Atomic.h; path = folly/portability/Atomic.h; sourceTree = ""; }; - C03AF905A026425800797ED5D836C253 /* RNDateTimePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePicker.m; path = ios/RNDateTimePicker.m; sourceTree = ""; }; - C05BF2F189EE14100FC2ED80DC30B4B6 /* EXLocalAuthentication-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXLocalAuthentication-prefix.pch"; sourceTree = ""; }; - C065423E7B19916572D938E1977291DC /* TOCropViewController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TOCropViewController-dummy.m"; sourceTree = ""; }; - C079B8255AECC872743267DDD47200C8 /* RNNotificationCenter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenter.m; path = RNNotifications/RNNotificationCenter.m; sourceTree = ""; }; - C08A1AC35E3F93F94D42AE14D3CC98BD /* BSG_KSCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashC.h; 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 = ""; }; - C0DC6FC0CDC9DC9BF80FB9318C9D715D /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextAttributes.m; sourceTree = ""; }; - C11AFE9E0317ADCCFA15A7008D924172 /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = event.cpp; sourceTree = ""; }; - C11CC0DA5D4925CE4831B70BCF2C8541 /* BSGSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGSerialization.m; 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 = ""; }; - C138B322F2D4E5452FBBA7A7084C7E87 /* Instructions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Instructions.h; path = folly/experimental/Instructions.h; sourceTree = ""; }; - C157976D0315D3243173E456620503C2 /* RCTHmac.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTHmac.m; path = ios/RCTCrypto/RCTHmac.m; 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 = ""; }; - C19E947615CDB50A244AF0D79689F024 /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; - C19FF67B91D7167D7A000E68E588E40F /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; + BF336D0FCAFDF529D351CEC402EDFA23 /* react-native-mmkv-storage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-mmkv-storage-dummy.m"; sourceTree = ""; }; + BF3E442C2832BAD995EC715D99A29EA9 /* UMLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogManager.h; sourceTree = ""; }; + BF51A6B78043FBEA05F93C011AA64380 /* RNGestureHandlerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerRegistry.h; path = ios/RNGestureHandlerRegistry.h; sourceTree = ""; }; + BF73580CF2F7A5529FBC99630BF5B4DA /* filters_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = filters_utils.h; path = src/utils/filters_utils.h; sourceTree = ""; }; + BF956A0A3CAE67DD43C4725EBFA66A0B /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; + BFC11D81B869CA4D57A994993202C4A7 /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; + BFC8D00170C3FB37B9D57243B8F997ED /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; + BFD9B6E5EA7D0469539E739CAFBD5AEB /* RNCSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSlider.m; path = ios/RNCSlider.m; sourceTree = ""; }; + BFF42F41648DB6344EF0737F5B0E263A /* cost_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips32.c; path = src/dsp/cost_mips32.c; sourceTree = ""; }; + BFFCBF9E443244665BE0D467E1D4C23F /* FBReactNativeSpec.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.release.xcconfig; sourceTree = ""; }; + C004582AAC112DBA36E1B4F0127DCCB7 /* RNJitsiMeetViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetViewManager.m; path = ios/RNJitsiMeetViewManager.m; sourceTree = ""; }; + C00BE7B862669B19B80756579ADD28D0 /* FIRExceptionModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRExceptionModel.m; path = Crashlytics/Crashlytics/FIRExceptionModel.m; sourceTree = ""; }; + C01FD939F9D60ACE8B276793C78C58DF /* BSG_KSDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSDynamicLinker.c; sourceTree = ""; }; + C028A8DC0297A0DAFB89668CDDAABE97 /* IOBuf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOBuf.h; path = folly/io/IOBuf.h; sourceTree = ""; }; + C02AACC3DA51FBE29DC4050915556FAE /* FIRCLSCodeMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCodeMapping.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.h; sourceTree = ""; }; + C03B5B9B409484676EED3AF21AA15D0D /* SSLSessionImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SSLSessionImpl.cpp; path = folly/ssl/detail/SSLSessionImpl.cpp; sourceTree = ""; }; + C03FAA716F907FF6297A78F5198765F6 /* BugsnagCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCollections.m; sourceTree = ""; }; + C040DB538D3F55B4CA7591678E7E40DB /* GULSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzler.m; path = GoogleUtilities/MethodSwizzler/GULSwizzler.m; sourceTree = ""; }; + C048A051312372BB276A01ADB2CB0456 /* ScheduledSingleSubscription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledSingleSubscription.h; path = rsocket/internal/ScheduledSingleSubscription.h; sourceTree = ""; }; + C04B9DD0B3FBDDC29D7016B57E6AFE3E /* RNConfigReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNConfigReader.h; path = ios/RNConfigReader.h; sourceTree = ""; }; + C066D3C13A8D85323B87D8FFA7BA68E9 /* SSLSessionImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLSessionImpl.h; path = folly/ssl/detail/SSLSessionImpl.h; sourceTree = ""; }; + C06CFC5F188042BEC4D6D5C1E193FA10 /* NetOps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetOps.h; path = folly/net/NetOps.h; sourceTree = ""; }; + C0773CD3E29C8581A971E3CA3C0B0B86 /* REANodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REANodesManager.m; path = ios/REANodesManager.m; sourceTree = ""; }; + C0796D3F2348750F2C23C4768E789A57 /* DiscriminatedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DiscriminatedPtr.h; path = folly/DiscriminatedPtr.h; sourceTree = ""; }; + C0884F526D5234A12B7974117BAAF022 /* FIRCLSAnalyticsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAnalyticsManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.h; sourceTree = ""; }; + C09661A682DB450673597E3A7B0FD712 /* Enumerate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Enumerate.h; path = folly/container/Enumerate.h; sourceTree = ""; }; + C0B126527186CAD37B5B18927A9707E8 /* UMJavaScriptContextProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMJavaScriptContextProvider.h; sourceTree = ""; }; + C0DFF8CAE5F028F785335686BDD62B55 /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; + C0E320CB7BD727A620B5E39B347AEADC /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkURLSession.h; sourceTree = ""; }; + C0EC09FCCC9B40A4DEA81D4698A5438F /* RNFetchBlob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFetchBlob.h; sourceTree = ""; }; + C0FA62A074F803FC43A4434CC3CB287E /* RNCookieManagerIOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCookieManagerIOS.h; path = ios/RNCookieManagerIOS/RNCookieManagerIOS.h; sourceTree = ""; }; + C107E2C9F4E45921FE97791D4D736397 /* RCTImageURLLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoader.h; path = Libraries/Image/RCTImageURLLoader.h; sourceTree = ""; }; + C113843DF4AE193FB46CE0CAA6E6E43B /* EXConstants.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.release.xcconfig; sourceTree = ""; }; + C1214E3ED40817FFD0BB10E04CBE196E /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Solid.ttf; path = Fonts/FontAwesome5_Solid.ttf; sourceTree = ""; }; + C125C8772FA3913522294457EF82F87D /* TOCropViewController.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TOCropViewController.release.xcconfig; sourceTree = ""; }; + C134F1B8F99887D8069D04B2B4AD1AFE /* FBLPromise+Race.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Race.m"; path = "Sources/FBLPromises/FBLPromise+Race.m"; sourceTree = ""; }; + C1350BF980A5D9F35921343E49ADEEBA /* FIRAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsConfiguration.h; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.h; sourceTree = ""; }; + C1459759F9889A9BEA6ED067C3DF2E87 /* DeferFlowable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeferFlowable.h; path = yarpl/flowable/DeferFlowable.h; sourceTree = ""; }; + C14CD269D55F3BED23B3965D0AE47580 /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; + C165BF5B161204069B7FE5BC1551FDDB /* FLEXUtility.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FLEXUtility.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXUtility.mm; sourceTree = ""; }; + C18757B157C75B79D1CF3B989E6A43A3 /* react-native-safe-area-context-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-safe-area-context-prefix.pch"; sourceTree = ""; }; + C1902D739F61AADA5CBEA5012D417437 /* RSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocket.cpp; path = rsocket/RSocket.cpp; sourceTree = ""; }; C1A919103EAC9813D236486C34FC0A21 /* libReact-RCTVibration.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTVibration.a"; path = "libReact-RCTVibration.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - C1C85BA612BBB6143955D2D584E3AA56 /* AsyncSocketException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncSocketException.h; path = folly/io/async/AsyncSocketException.h; sourceTree = ""; }; - C1D81A9074D504712C829F448867952A /* RNCCameraRollManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCCameraRollManager.m; path = ios/RNCCameraRollManager.m; 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 = ""; }; - C1ED8C7FDE03CC7DF66080B0FA3490EE /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; - C20F6A05F762286B608B5B3A769EBBE5 /* SKEnvironmentVariables.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKEnvironmentVariables.h; path = iOS/FlipperKit/SKEnvironmentVariables.h; sourceTree = ""; }; - C21A1B77E15FEDFF005DA5AA3A043E6E /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; - C220CD5C7823B71A8122034A20263F53 /* RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotifications.m; path = RNNotifications/RNNotifications.m; sourceTree = ""; }; - C2370F91A8EE6131A95B496B4A9F63ED /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; - C24D123087E40CBDCC7D0F62F306F583 /* UMPermissionsInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.release.xcconfig; sourceTree = ""; }; - C261E8F51125BCE63B3E4EB7007370D5 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.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 = ""; }; - C280ADAF2D454B2568A0C956F40217E8 /* RNLocalize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNLocalize.h; path = ios/RNLocalize.h; sourceTree = ""; }; - C28AC0140929CEA0609A6EA15CF44008 /* BugsnagSessionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTracker.h; sourceTree = ""; }; - C2BB1817A7568009DFA8666726DB2C09 /* UMAppDelegateWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppDelegateWrapper.h; path = UMCore/UMAppDelegateWrapper.h; sourceTree = ""; }; - C2D72A88FB01D49AFEFE11A05C051A11 /* Future.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Future.h; path = folly/futures/Future.h; sourceTree = ""; }; - C3057285D89CD9A3A8F3B341A57A5E2F /* GULSecureCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSecureCoding.m; path = GoogleUtilities/Environment/GULSecureCoding.m; 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 = ""; }; - C3360CC02F884F73246268FF2F604D66 /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.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 = ""; }; - C387577200F132152437D77B0DE6127A /* RCTConvert+FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FIROptions.m"; path = "ios/RNFBApp/RCTConvert+FIROptions.m"; sourceTree = ""; }; - C388F39666BB99F63B54F888E6B42A46 /* REAClockNodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAClockNodes.m; 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 = ""; }; - C3AAB40D0C5122B9D6B4852186CF60C2 /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsManager.h; path = Libraries/Settings/RCTSettingsManager.h; sourceTree = ""; }; - C3ACE169CF70A427BCE35183CC9FA16F /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; 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 = ""; }; - C3CADB32AF0CA8E75BD3FF9DF8AB818A /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; - C3CB9B609B84FD7A32AD1A901850A82F /* EXLocalAuthentication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXLocalAuthentication.h; path = EXLocalAuthentication/EXLocalAuthentication.h; sourceTree = ""; }; - C3DEDD16BC98750F12AF65BB762532A0 /* RSocketException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketException.h; path = rsocket/RSocketException.h; sourceTree = ""; }; - C3F4A5A780162CAF961D642454C89730 /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; - C3FA49BE753681695F9F076991631EA7 /* RNCWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebViewManager.h; path = apple/RNCWebViewManager.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 = ""; }; - C408294883E3AC52287FEF9E18D54ADD /* QBImagePickerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBImagePickerController.h; path = ios/QBImagePicker/QBImagePicker/QBImagePickerController.h; sourceTree = ""; }; - C40ABB1F6C64D36CD91AAB06CD591B0A /* UIImage+WebP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+WebP.h"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.h"; 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 = ""; }; - C479C917194F0B17DD7E4E5DECBDB54B /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.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 = ""; }; - C49906100567C76827B0EBBCDC49A6B0 /* UMReactLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactLogHandler.h; sourceTree = ""; }; - C4A663D153E0F28D47A96BF7B5C52DF1 /* EmitterFlowable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EmitterFlowable.h; path = yarpl/flowable/EmitterFlowable.h; sourceTree = ""; }; - C4B66CF4533FD27ADDF65300B3F875B7 /* react-native-restart-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-restart-prefix.pch"; 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 = ""; }; - C4EFF7A09673AAF21AD5AE3B716D2F5F /* react-native-orientation-locker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.debug.xcconfig"; sourceTree = ""; }; - C51E5D849192A64306731DE3BD9AEABA /* UMImageLoaderInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.debug.xcconfig; 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 = ""; }; - C539B5CC0F60FEC25673DB8D9FFA2C66 /* RNCPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCPicker.debug.xcconfig; sourceTree = ""; }; - C53D17BDB7B7EC565F1FDD68F1D365E9 /* FlipperDiagnosticsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FlipperDiagnosticsViewController.m; path = iOS/FlipperKit/FlipperDiagnosticsViewController.m; sourceTree = ""; }; - C53D2288944A0367C7B722B1D495A483 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - C53F9C211DE6924D23B1763F088E829E /* fa.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fa.lproj; path = "Objective-C/TOCropViewController/Resources/fa.lproj"; sourceTree = ""; }; - C5617F2FC998D480C862C4A4CDDC4B51 /* FlowableDoOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableDoOperator.h; path = yarpl/flowable/FlowableDoOperator.h; sourceTree = ""; }; - C56E753DF2E940A7A5674D5655BB20CE /* SDImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageWebPCoder.h; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.h; sourceTree = ""; }; - C56F4FBA8454587CEF4B2EABB6A7A6AC /* UMImageLoaderInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.release.xcconfig; sourceTree = ""; }; - C577B154D3157924324E6D839DADAE9C /* SKResponseInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKResponseInfo.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKResponseInfo.h; sourceTree = ""; }; - C57A271DD77D03B3D65015B5FF4FAFB6 /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; - C588A882F60E3AF9CE2AFC43053858F1 /* EXImageLoader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXImageLoader.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - C59312940D5C2000A2013B02A2AF8650 /* ko.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ko.lproj; path = "Objective-C/TOCropViewController/Resources/ko.lproj"; sourceTree = ""; }; - C5B7AAFA713729F9C5BB9A62BE4646F7 /* FIRCLSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSLogger.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSLogger.m; sourceTree = ""; }; - C5BE3FAA76D61C918E1969E10A1D3D8F /* EXAVPlayerData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAVPlayerData.m; path = EXAV/EXAVPlayerData.m; sourceTree = ""; }; - C5DB5F72BB46E070775C36779EB107FD /* RCTWebSocketExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTWebSocketExecutor.mm; 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 = ""; }; - C6273D51238E7841BF9D88DFEF87CC65 /* MoveWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MoveWrapper.h; path = folly/MoveWrapper.h; sourceTree = ""; }; - C63973463770DD60DEDCCF09DF20C477 /* UMAppLoader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMAppLoader.debug.xcconfig; sourceTree = ""; }; - C642183D6DAB81C8548C7408E9B05C38 /* TcpDuplexConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpDuplexConnection.h; path = rsocket/transports/tcp/TcpDuplexConnection.h; sourceTree = ""; }; - C669CC34E605D6C4FEE5421C25BF3BEE /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; - C6757BF4FF3F7B936770150A4C07F8D7 /* React-RCTVibration.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.release.xcconfig"; sourceTree = ""; }; - C6871F8960AF533D13FAB144243B5C14 /* ssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl.h; path = ios/include/openssl/ssl.h; sourceTree = ""; }; - C69C9EEC3493FC2E54FDD7786C6843C3 /* EXSessionUploadTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionUploadTaskDelegate.m; sourceTree = ""; }; - C6D4C1D1E00C37EAF35F200B04D165CC /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/Core/SDWebImageCacheKeyFilter.h; 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 = ""; }; - C6E81B3C38A90FE2F7DE20D2B42A47E5 /* BSG_KSCrashSentry_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_MachException.c; sourceTree = ""; }; - C6F4A8050990EA72A50D3093D7F18E33 /* enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_neon.c; path = src/dsp/enc_neon.c; sourceTree = ""; }; - C710C0DEB2E14936669D130E486EC49C /* EXLocalAuthentication.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXLocalAuthentication.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - C734EA9B27E68E23F2959BADCD475545 /* FBLPromise+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Testing.h"; path = "Sources/FBLPromises/include/FBLPromise+Testing.h"; sourceTree = ""; }; - C749E46276AFD492AF5492E8CCE5B640 /* Feather.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Feather.ttf; path = Fonts/Feather.ttf; sourceTree = ""; }; - C74F1403727AB3EC02EA01887CFA5016 /* Firebase.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.release.xcconfig; sourceTree = ""; }; - C750F391529617C96A088D5517B9F651 /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; + C1AEB927CE2313BC63532B5147AAAC50 /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; + C1F9043EC48EA159C734534F3D888B52 /* DoubleConversion.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.release.xcconfig; sourceTree = ""; }; + C20F2DC4CC6182ECD0FED6F7EBAE66F3 /* CallstackHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallstackHelper.h; path = xplat/Flipper/utils/CallstackHelper.h; sourceTree = ""; }; + C212C2AEFC8FAA24E156E7355186F84D /* CMakeLists.txt */ = {isa = PBXFileReference; includeInIndex = 1; name = CMakeLists.txt; path = rsocket/benchmarks/CMakeLists.txt; sourceTree = ""; }; + C24FE4A59B7E7210427ACF5A20B65ADA /* buffer_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = buffer_dec.c; path = src/dec/buffer_dec.c; sourceTree = ""; }; + C25371B7912123B39623D4212E631C0A /* RCTSha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSha.h; path = ios/RCTCrypto/RCTSha.h; sourceTree = ""; }; + C25B95A2624415FBB4658D0B793A80E0 /* RCTVibration.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVibration.mm; sourceTree = ""; }; + C2632E308BDE66D3D12A32F3514AFFA4 /* ExceptionWrapper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ExceptionWrapper.cpp; path = folly/ExceptionWrapper.cpp; sourceTree = ""; }; + C29C15AA1947DF525D6854B3C6EC2796 /* RNVectorIcons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNVectorIcons-prefix.pch"; sourceTree = ""; }; + C2A1612CC5413B3786549087ABB6B801 /* RCTSettingsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSettingsManager.mm; sourceTree = ""; }; + C2B352E12294D3CBAB1F744E13396A48 /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; + C2B562D88D399EC2897A3D3414F72096 /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = FirebaseCore/Sources/FIRDependency.m; sourceTree = ""; }; + C2B995E34CDF5722DC9B2751A783BF23 /* UMReactNativeEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeEventEmitter.m; sourceTree = ""; }; + C2DC9285382261870B8B3868FDB7E48E /* Parallel-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Parallel-inl.h"; path = "folly/gen/Parallel-inl.h"; sourceTree = ""; }; + C2EAD018C0959FEB45BB060A526F2C8C /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; + C3106E4F47524711B49C154E4D6E7651 /* String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = String.h; path = folly/portability/String.h; sourceTree = ""; }; + C32009E37815BB73FA00A5F381B6177D /* Range.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Range.h; path = folly/Range.h; sourceTree = ""; }; + C344EE6F10CB8BC1D141143B9D28E3B6 /* OpenSSLThreading.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSLThreading.cpp; path = folly/ssl/detail/OpenSSLThreading.cpp; sourceTree = ""; }; + C348EBBBF96FCA3B872AB6E4BF72D8D3 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; + C349520BB327B1EE4FF307956C575074 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAccessibilityManager.h; path = React/CoreModules/RCTAccessibilityManager.h; sourceTree = ""; }; + C3612B46C021CADCFEC047C29E9A7C59 /* AESCrypt.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AESCrypt.cpp; path = Core/aes/AESCrypt.cpp; sourceTree = ""; }; + C366BB4C8B9FE19ECF8414B1E969C662 /* QBCheckmarkView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBCheckmarkView.m; path = ios/QBImagePicker/QBImagePicker/QBCheckmarkView.m; sourceTree = ""; }; + C36E75087875F8F645C88044142983C8 /* ConnectionAcceptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConnectionAcceptor.h; path = rsocket/ConnectionAcceptor.h; sourceTree = ""; }; + C380E03600EE8882C398BF68517316FE /* MicroLock.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MicroLock.cpp; path = folly/MicroLock.cpp; sourceTree = ""; }; + C38EF1F5470C311BF58ABD2A7E216EA8 /* FIRCLSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSLogger.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h; sourceTree = ""; }; + C38FFD61FA3D7AE9AC60F9D4002CB8B5 /* Futex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Futex.cpp; path = folly/detail/Futex.cpp; sourceTree = ""; }; + C3A33036A09CE67333BB788D99ACD9C9 /* RSocketServer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketServer.h; path = rsocket/RSocketServer.h; sourceTree = ""; }; + C3BA6B2A5273993615F971998ECBE75F /* RNCookieManagerIOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCookieManagerIOS.m; path = ios/RNCookieManagerIOS/RNCookieManagerIOS.m; sourceTree = ""; }; + C3BB66542C83462E74A669C6D50FB0DA /* FIRCLSProcessReportOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSProcessReportOperation.m; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.m; sourceTree = ""; }; + C3BE7DCD302DD0ED3A92CCF65368255C /* GDTCOREndpoints.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREndpoints.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREndpoints.h; sourceTree = ""; }; + C3D01C2802E267488AEA806BDF73C00E /* enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc.c; path = src/dsp/enc.c; sourceTree = ""; }; + C3DB51305291EAC28F02981C66FAC711 /* SKMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKMacros.h; path = iOS/FlipperKit/SKMacros.h; sourceTree = ""; }; + C3DCC469C029594C5E4894E2ACE01466 /* Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Folly-dummy.m"; sourceTree = ""; }; + C3E36024B0994FD7A0ACA52444B963B1 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; + C3F390EDC65C3478F2665DB2878AE021 /* ReentrantAllocator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ReentrantAllocator.cpp; path = folly/memory/ReentrantAllocator.cpp; sourceTree = ""; }; + C425CECE57163ECED09CB4212839EDD6 /* CodedInputData_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedInputData_OSX.cpp; path = Core/CodedInputData_OSX.cpp; sourceTree = ""; }; + C43AFA233B7ED6454A24F66C3FBBD1FD /* buffer_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = buffer_compat.h; path = src/event2/buffer_compat.h; sourceTree = ""; }; + C43FCC9C075735D60B8EA4BE51455BE6 /* RCTKeyboardObserver.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTKeyboardObserver.mm; sourceTree = ""; }; + C44477533C5C77CDBBD8D9FEB4F8E5AE /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; + C465F6865A29DEAA6F07991AFAAA3EA7 /* SysFile.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysFile.cpp; path = folly/portability/SysFile.cpp; sourceTree = ""; }; + C482ED298EE79BE6D4E4103ED0A0A1A8 /* BSG_KSSingleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSingleton.h; sourceTree = ""; }; + C4A7A6600223D43314D7369806F572D7 /* react-native-appearance-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-appearance-dummy.m"; sourceTree = ""; }; + C4B932655D78971B513A6D350F07F5BB /* React-RCTAnimation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.release.xcconfig"; sourceTree = ""; }; + C4CBD1DCD184FC63831E94EF44572A9A /* FIRInstallationsIIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.h; sourceTree = ""; }; + C4D022C3A75FBFD9F416861EA23E303E /* RNFBCrashlytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBCrashlytics.debug.xcconfig; sourceTree = ""; }; + C4DE21A4954E2E09733363F37A06A946 /* RNRootView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNRootView-prefix.pch"; sourceTree = ""; }; + C4E94CC1219D645655AB7EF06D6AB197 /* FIRCLSInstallIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInstallIdentifierModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.h; sourceTree = ""; }; + C4FE4F378D05DE5B514B79BD2150C810 /* MMKVLog.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKVLog.cpp; path = Core/MMKVLog.cpp; sourceTree = ""; }; + C4FE8D24D71852DAA0A8F4AFDB72C145 /* RCTNetworkPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworkPlugins.mm; sourceTree = ""; }; + C50741044673C5C0B834973B93224AD7 /* ecdh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ecdh.h; path = ios/include/openssl/ecdh.h; sourceTree = ""; }; + C5136D99304C443FFE4293B4ED9051D2 /* React-Core-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-umbrella.h"; sourceTree = ""; }; + C533BDE9546A8AB5403D9F733000E3B1 /* RNCMaskedView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCMaskedView-prefix.pch"; sourceTree = ""; }; + C541EA9F3BBE4B638BB90BDA52B49B39 /* QBVideoIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIndicatorView.h; path = ios/QBImagePicker/QBImagePicker/QBVideoIndicatorView.h; sourceTree = ""; }; + C549F2CE54534A74F9B1F67BE6E0DCD5 /* GDTCORFlatFileStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORFlatFileStorage.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage.h; sourceTree = ""; }; + C56400F063ABC94E9D3AFF87559E7538 /* DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DoubleConversion-dummy.m"; sourceTree = ""; }; + C5677B6C2E6EAB808D5F1D97E92F9D37 /* RNVectorIcons.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.release.xcconfig; sourceTree = ""; }; + C57E22AF8E4E54FB0C2E7353C24070F5 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; + C583B48651A6AE5F3C49037E2E4F4570 /* PTChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PTChannel.m; path = peertalk/PTChannel.m; sourceTree = ""; }; + C5B716A33BB716EB4FD069534AB29352 /* Shared.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Shared.h; sourceTree = ""; }; + C5BA29567E5C9F55BC9BAD251874B9A6 /* FirebaseInstallations-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstallations-dummy.m"; sourceTree = ""; }; + C5F018D67BBF0866FE0823B6EDEB7903 /* QueuedImmediateExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QueuedImmediateExecutor.h; path = folly/executors/QueuedImmediateExecutor.h; sourceTree = ""; }; + C61D4BE431DD16660A6E34A70B5722BB /* RNVectorIcons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNVectorIcons-dummy.m"; sourceTree = ""; }; + C620346BEF5BEBC939F5FFEA68AFB555 /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; + C620D94B7BB6B1240276D6A3232DDBEA /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; sourceTree = ""; }; + C6351DD3C57B2DD3B30AE3BBA9EE2F0A /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; + C66AE1AA7E71D21E0CA149B88B312C1D /* SKIOSNetworkAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKIOSNetworkAdapter.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/SKIOSNetworkAdapter.h; sourceTree = ""; }; + C68C5F126D0B5077975943436F0DB70E /* ThreadCachedArena.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadCachedArena.cpp; path = folly/memory/ThreadCachedArena.cpp; sourceTree = ""; }; + C691F13B32FEA0596F8CCA08A995C1AA /* RNCSafeAreaViewEdges.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewEdges.h; path = ios/SafeAreaView/RNCSafeAreaViewEdges.h; sourceTree = ""; }; + C69F6129BD9CE21D06D186978EA6DC27 /* thread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thread.h; path = src/event2/thread.h; sourceTree = ""; }; + C6BEEB314BDDD121CDC786BE56F8D9C7 /* zh-Hant.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hant.lproj"; path = "Objective-C/TOCropViewController/Resources/zh-Hant.lproj"; sourceTree = ""; }; + C6DC2821E1F2CD73B1EF1B38D05CE9B3 /* RNNotificationCenter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenter.m; path = lib/ios/RNNotificationCenter.m; sourceTree = ""; }; + C6FC9526AF54A6D754DB34C9A313745F /* FlipperConnectionManagerImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperConnectionManagerImpl.cpp; path = xplat/Flipper/FlipperConnectionManagerImpl.cpp; sourceTree = ""; }; + C71F10FE21C04318D5840528C12D9C43 /* alpha_processing_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse2.c; path = src/dsp/alpha_processing_sse2.c; sourceTree = ""; }; + C728F804CB10D81B4445E9F1C9CC2F84 /* 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 = ""; }; + C74792AADCB0E11B173A993811908DE3 /* BSG_KSCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportVersion.h; sourceTree = ""; }; + C765599507B76FBAC7C9103CF2DC7176 /* libwebp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "libwebp-prefix.pch"; sourceTree = ""; }; C777CF2FB1E39A45CBBDB54E8693F471 /* libRNReanimated.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNReanimated.a; path = libRNReanimated.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C77A9238355B60A38400CFC72757F592 /* BSG_KSCrashSentry_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_NSException.h; sourceTree = ""; }; - C7832C7B8B02B87718AAB2CED6F0DBB5 /* SysStat.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysStat.cpp; path = folly/portability/SysStat.cpp; sourceTree = ""; }; - C79F5EDD9360ECB197D9A7E2C9480351 /* RCTAsyncLocalStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAsyncLocalStorage.mm; 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 = ""; }; - C7E40E9D0012DD1776BCFFA15A6F6877 /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; - C7F7F8421E6E5DA5609346BFB41A8E91 /* lossless_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless_common.h; path = src/dsp/lossless_common.h; sourceTree = ""; }; - C83370E06D16AE7EB5DCB13E72BFF6E8 /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; - C84D6F063C1E712C35B33FF5E16205A6 /* jsilib-posix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "jsilib-posix.cpp"; 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 = ""; }; - 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 = ""; }; - 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 = ""; }; - C8B089B2FCA2AA2A0D55BB5E4AF03F52 /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorInterfaces.cpp; sourceTree = ""; }; - C8B7FC5B83398550068B791D5B65E13A /* BSG_KSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSLogger.m; sourceTree = ""; }; - C8DCC22E5A5537C1844FFDC1F2E3088D /* RNNativeViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNNativeViewHandler.m; 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 = ""; }; - C923A3AD8B2C26416239292029D4C657 /* FIRCLSDwarfUnwindRegisters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfUnwindRegisters.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwindRegisters.h; sourceTree = ""; }; - C93209A3FFE1DE9AD00B55FD1C1DABF3 /* EXSessionTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionTaskDelegate.h; 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 = ""; }; - C9711548EF21004BAFFFBCFFBBE553BA /* RNFBApp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFBApp-dummy.m"; sourceTree = ""; }; - C979A288B8251D060F281A31B7D9EE47 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Instance.cpp; sourceTree = ""; }; - C9864B33465FDFD1F3223F3D1F619467 /* dec_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse41.c; path = src/dsp/dec_sse41.c; sourceTree = ""; }; - C98E38E179C02B604FFEC4B9C845F551 /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; - C99314A9107DD8148B765FBEDAFE75BA /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; - C99CF0C4007AD06E66B80DD65B6A7886 /* ReactNativeUiLib-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactNativeUiLib-prefix.pch"; sourceTree = ""; }; - C9B652AA84F09172D6E3DFE22EDDBD1C /* QBAlbumsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumsViewController.m; path = ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.m; sourceTree = ""; }; - C9B931CA344AD2F9AB3D5223A302A42F /* SDWebImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageWebPCoder.h; path = SDWebImageWebPCoder/Module/SDWebImageWebPCoder.h; sourceTree = ""; }; - C9C85AA18121D7AB9AD524E166C2D2FA /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Private/GULNetworkMessageCode.h; sourceTree = ""; }; - C9CDF231FE44D02D1AA70496A34ADEE2 /* React-jsiexecutor.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.release.xcconfig"; 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 = ""; }; - CA08E5EC9B6113E78AAEE14C49B42475 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = ios/QBImagePicker/QBImagePicker/en.lproj; 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 = ""; }; - CA3D4FB370B70B7AB684C84749F52D28 /* RCTNetworkTask.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworkTask.mm; sourceTree = ""; }; - CA3E5B0FBA7FA325BE464311187698AE /* CoreCachedSharedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreCachedSharedPtr.h; path = folly/concurrency/CoreCachedSharedPtr.h; sourceTree = ""; }; - CA3ED29CC4624D69A1C3222DCDF1D042 /* UMBarometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarometerInterface.h; path = UMSensorsInterface/UMBarometerInterface.h; sourceTree = ""; }; - CA44D980D6067D1D118521AB93AEE0D2 /* REAClockNodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAClockNodes.h; sourceTree = ""; }; - CA48EE782498FBE88392EBE3C79E011A /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; - CA723F22F144E89FB5485F584AB16F21 /* StorageSetters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StorageSetters.h; path = ios/StorageSetters.h; sourceTree = ""; }; - CA73F6A73A0AECC3E81A4132BAAF53D5 /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; - CA811C5A50CFE8DF8F679660C400B857 /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; - CA9905361A2E8A9DB890316087034C7F /* EXConstantsService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstantsService.h; path = EXConstants/EXConstantsService.h; sourceTree = ""; }; - CAA214D35A73D103363CD9902FF12287 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; - CAB2E0F668BEB860C3B3C180EEDB2E9A /* RNRootView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNRootView.debug.xcconfig; sourceTree = ""; }; - 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 = ""; }; - CB057D304B1A3EF9D734142853940164 /* Sha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Sha.h; sourceTree = ""; }; - CB06FEEBA52568C57A3AFA8234C85870 /* ARTSurfaceViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSurfaceViewManager.m; sourceTree = ""; }; - CB0EE219CB12F41B68CCEA5EBE7460B5 /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; - CB2BADB97801039FDB7ECF5877B45D82 /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Private/GULNetwork.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 = ""; }; - CB485F43E4B0FB7A2EE0A0B61E3DD06D /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; - CB4EC245C665F9DD601B8E280FAC84EA /* common_sse2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse2.h; path = src/dsp/common_sse2.h; sourceTree = ""; }; - CB5083709AC11651261360021B88DE51 /* VibrancyView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VibrancyView.m; path = ios/VibrancyView.m; sourceTree = ""; }; - CB50A81FDAF07016023B6C4D1EB650F7 /* vp8i_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_dec.h; path = src/dec/vp8i_dec.h; sourceTree = ""; }; - CB542A759C26591F57DB8FBBE8DDF8BD /* GULOriginalIMPConvenienceMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULOriginalIMPConvenienceMacros.h; path = GoogleUtilities/MethodSwizzler/Private/GULOriginalIMPConvenienceMacros.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 = ""; }; - CBB68EE9871285130B9EC70E27E0482F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - CBBD72536AFB76290F4D62026D4754AE /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; 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 = ""; }; - CBE5BE860880C234182E9D2CAA5ACA7F /* BSG_KSMachHeaders.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachHeaders.h; sourceTree = ""; }; - CBF17D8B18C07D001A2A6430326B6940 /* react-native-webview.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.release.xcconfig"; sourceTree = ""; }; - CBF279547224E391A6D61AF6BA8D8B30 /* RNFetchBlobConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobConst.m; path = ios/RNFetchBlobConst.m; sourceTree = ""; }; - CC0CCF96750438521470C888081E0105 /* EXImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXImageLoader.m; path = EXImageLoader/EXImageLoader.m; 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 = ""; }; - CC29B86EACE55229B00A3A67A3C7FBF9 /* EXReactNativeUserNotificationCenterProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXReactNativeUserNotificationCenterProxy.h; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.h; sourceTree = ""; }; - CC628C18D877309B49DDC77037C3EE08 /* GlobalExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = GlobalExecutor.cpp; path = folly/executors/GlobalExecutor.cpp; sourceTree = ""; }; - CC67CD0833B291438946B76BE5EEAE87 /* IPAddress.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IPAddress.cpp; path = folly/detail/IPAddress.cpp; sourceTree = ""; }; - CC7610A8B4E1349D5E1E52E14A214435 /* StringKeyedMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedMap.h; path = folly/experimental/StringKeyedMap.h; sourceTree = ""; }; - CC87199330E998B7286A65A1F091A2ED /* RNDeviceInfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDeviceInfo-prefix.pch"; 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 = ""; }; - CCB42F034BE002872CC0C573D6B76ED2 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; - CCD023D12981BF77FBA2A8CC13B997D1 /* GDTCORLifecycle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORLifecycle.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORLifecycle.m; sourceTree = ""; }; - CCE23A23A23DEE66E3C3CBFB0D9F721D /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; 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 = ""; }; - 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 = ""; }; - CD715A86FB2F7BB0788591940C27B2E9 /* react-native-cookies.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cookies.release.xcconfig"; sourceTree = ""; }; - CD7949D5C48340C825D94397FB112210 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAppState.h; path = React/CoreModules/RCTAppState.h; sourceTree = ""; }; - CD7DE1FEAA8A955F1E9575B575193290 /* RNCAsyncStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAsyncStorage.m; path = ios/RNCAsyncStorage.m; sourceTree = ""; }; - CD8756361046D986BE3B405CEFCAA42A /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; 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 = ""; }; - CDB6638400EB6A1CE0ECD189FBE7FA54 /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; - CDBAE5A32403D19D56D2EDAA4B4DCE6B /* ReactNativeART-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactNativeART-prefix.pch"; sourceTree = ""; }; - CDBB37A01075172885F036A06A92ECF6 /* React-RCTSettings.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.release.xcconfig"; 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 = ""; }; - CDF0444A1FD7F32A204BDBD7C83D1CB8 /* GDTCORUploadPackage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadPackage.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORUploadPackage.h; sourceTree = ""; }; - CDF29150B960F867E149D1019DAA1032 /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; 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 = ""; }; - CE3FE07C83064C94F01205DD2FA8DF14 /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; 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 = ""; }; - CEC293269075727CBDCE70ADD6FBB5E6 /* FBLPromise+Race.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Race.m"; path = "Sources/FBLPromises/FBLPromise+Race.m"; 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 = ""; }; - CF27DCB465B63190E961717A2E5DDF58 /* safestack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = safestack.h; path = ios/include/openssl/safestack.h; sourceTree = ""; }; - CF34CA98A452F6EE9AB2D343E02D77BF /* EXAV-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAV-prefix.pch"; sourceTree = ""; }; - CF38A01D66A713ED598EAA96B037CD77 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; - CF40ECAEB67102C3CDC527D205AA66C4 /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; 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 = ""; }; - CF8DF605F00E7D24B3A604B58840FFEA /* RNFetchBlob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFetchBlob.m; sourceTree = ""; }; - CF95B3E44F176B0AE79820249F6D0953 /* RWSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RWSpinLock.h; path = folly/synchronization/RWSpinLock.h; 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 = ""; }; - CFE8A5A6388CE21AE11D6DB7A35DFF68 /* UMNativeModulesProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMNativeModulesProxy.m; sourceTree = ""; }; - CFF1D4468767DD130C963C87F6F86013 /* libevent.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libevent.a; path = lib/libevent.a; sourceTree = ""; }; - CFFFB099BB2DD29327225BA32393491D /* ARTTextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTTextManager.h; sourceTree = ""; }; - D01435233BFD6B4032AA7A8061219C2F /* PTUSBHub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PTUSBHub.h; path = peertalk/PTUSBHub.h; sourceTree = ""; }; - D0403206ABC5F20A5DEB9DF01C48BA6B /* QBSlomoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBSlomoIconView.h; path = ios/QBImagePicker/QBImagePicker/QBSlomoIconView.h; sourceTree = ""; }; - D0519A3FD1A7B438B36072CDFA46DDA3 /* RNCAssetsLibraryRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAssetsLibraryRequestHandler.m; path = ios/RNCAssetsLibraryRequestHandler.m; sourceTree = ""; }; - D059D9D96C006AE2094D516F0312A529 /* react-native-cameraroll-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-cameraroll-prefix.pch"; 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 = ""; }; - D0738EC1551A2F7F2FAA287E62719FAA /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; - D07F12B264879BA33FA83D742F3280B4 /* RNConfigReader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNConfigReader.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D08244154F64899D3BBB3FB9466179B8 /* 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; }; - 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 = ""; }; - D0CBE90A8446989A2186ED407F7A97A9 /* RNReanimated-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNReanimated-prefix.pch"; sourceTree = ""; }; - D0EB308016D91F960F30C69A74CC4F45 /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; 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 = ""; }; - D11AE2721EFA26C656E0FBC6CFAA9B93 /* EXAppleAuthenticationRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationRequest.m; path = EXAppleAuthentication/EXAppleAuthenticationRequest.m; sourceTree = ""; }; - D125084F9F245889C9DE6B2FC0E99AAC /* FIRCLSThreadState.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSThreadState.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.c; sourceTree = ""; }; - D1378ABD55DBA8CFE62685C3B7939158 /* EXAppleAuthentication.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAppleAuthentication.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D16BFFD22F999D938BAA467F88610339 /* RCTRequired.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTRequired.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 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 = ""; }; - D19A8E2FA782CCACDB29883688F1A95A /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; 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 = ""; }; - D1B95922FF019F9EA3539F421A90F46B /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; - D1BB36CA5147C0FAC569CCDFDB26FE27 /* RNLongPressHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNLongPressHandler.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 = ""; }; - D1C77F467A192B20FD3205B0089B8A76 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; - D1CE59B3F021DBE594656E3929E1D086 /* String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = String.h; path = folly/String.h; sourceTree = ""; }; - D1E25CB6ECAE73AE1A9C7B9DEB526FE9 /* RCTImagePlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImagePlugins.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 = ""; }; - D226ED76D4D79AAE1A9518D31EEB43E2 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; 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 = ""; }; - D2798B68083BB16B362E131DDD4726B2 /* SDWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOperation.m; path = SDWebImage/Core/SDWebImageOperation.m; sourceTree = ""; }; - D28850D1E95D6F27209F77B2AC1BDD10 /* RNFBCrashlyticsInitProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBCrashlyticsInitProvider.h; path = ios/RNFBCrashlytics/RNFBCrashlyticsInitProvider.h; sourceTree = ""; }; - D2E76BF7E23D9FFD65921C1FD67AD917 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Sources/Private/FIRComponent.h; sourceTree = ""; }; - D2EEBE4D28122A45923BEB587CE57C45 /* RCTTypeSafety.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.release.xcconfig; sourceTree = ""; }; - D303DCAD2F5022F37C67AF20747AC07F /* Color+Interpolation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Color+Interpolation.m"; sourceTree = ""; }; - D30892A958E08F4A143EBC9D6CC29DD4 /* ARTPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTPattern.h; sourceTree = ""; }; - D30D15335EED70F99B0D65FFEE80235C /* UMModuleRegistryAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryAdapter.m; 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 = ""; }; - D36E2401F7A0BD712568D3B95CD4A697 /* RNVectorIcons.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNVectorIcons.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D36E70401864585368ABB2D383EE25A2 /* 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 = ""; }; - 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 = ""; }; - D37DDA3D6B96219E4EB54E70B4808AE8 /* SafeAreaManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaManager.h; sourceTree = ""; }; - D3841AFD60F4974A2520050892F57AE2 /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; - D39D80814222F9CD6B1810877698E632 /* RNCConnectionStateWatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCConnectionStateWatcher.m; path = ios/RNCConnectionStateWatcher.m; sourceTree = ""; }; - D3BE08D3C37BD9C009CA59C5A58D8FC1 /* TLRefCount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TLRefCount.h; path = folly/experimental/TLRefCount.h; sourceTree = ""; }; - D3C292F1957A2F4E62A64E2B3D218CBB /* React-RCTBlob.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.release.xcconfig"; sourceTree = ""; }; - D3CD9CFBFD73D6EDE3EABC95D8E6058D /* BSG_KSArchSpecific.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSArchSpecific.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 = ""; }; - 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 = ""; }; - D3F88878F250121674000FC355D567B5 /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; 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 = ""; }; - D451CDE36D4FE5E0418D8AB770C36C56 /* FlowableTimeoutOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableTimeoutOperator.h; path = yarpl/flowable/FlowableTimeoutOperator.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 = ""; }; - D46CF97CA636DBF879FE3A150552D2FC /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; 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 = ""; }; - 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 = ""; }; - D4A947E4DB9056EBA486B2A60BBE4286 /* UMTaskManagerInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.release.xcconfig; sourceTree = ""; }; - D4ACA15826FD16148E3EEB4215D53AB8 /* RNReanimated-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNReanimated-dummy.m"; sourceTree = ""; }; - D4BC717772F9D1AFEDD0851D58EBD317 /* CodingDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodingDetail.h; path = folly/experimental/CodingDetail.h; sourceTree = ""; }; - D4C3039E1251E2B702DFD7C941A1A2A8 /* RCTTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModule.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 = ""; }; - D51410543F7CDAB600147C0472E52EAB /* RNDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDeviceInfo.m; path = ios/RNDeviceInfo/RNDeviceInfo.m; sourceTree = ""; }; - D53631B5BB7B40F7A40B7A2C362BCBE4 /* FIRCLSThreadArrayOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSThreadArrayOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.h; sourceTree = ""; }; - D57BE38341C3A57608272B9CFC6E9368 /* FIRCLSURLSessionConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionConfiguration.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionConfiguration.h; sourceTree = ""; }; - D596272B69E2BF970FAD77801A872212 /* FIRCLSUnwind_x86.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind_x86.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.c; sourceTree = ""; }; - D59C67DF8D547C81FC16BA20B3CBC2C6 /* BSG_KSMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMach.h; sourceTree = ""; }; - D5AA6CC3446F52A3264FD1497B56F12D /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; - D5AA719B9026599D4A9CB2E4A7E27350 /* RNBootSplash-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNBootSplash-dummy.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 = ""; }; + C78D3B8B07B6BFCFD2FE0EB654AF70E1 /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = ios/QBImagePicker/QBImagePicker/fr.lproj; sourceTree = ""; }; + C79EBD2CCA081C9A3532F975AF2987BB /* RNFBAnalytics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFBAnalytics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + C7B082220AE9532692E040294856AD04 /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; + C7B4FD661CFE0105A5B6313F87E22A35 /* FBLPromise+Catch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Catch.m"; path = "Sources/FBLPromises/FBLPromise+Catch.m"; sourceTree = ""; }; + C7C1CC5E855469BCE1170A078E4A5EC0 /* Baton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Baton.h; path = folly/synchronization/Baton.h; sourceTree = ""; }; + C7E33305C8D969B7C60FE5DC78E21F6E /* RWSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RWSpinLock.h; path = folly/synchronization/RWSpinLock.h; sourceTree = ""; }; + C7F75DD571307378DEB955233A3DDB1D /* AtomicUnorderedMapUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUnorderedMapUtils.h; path = folly/detail/AtomicUnorderedMapUtils.h; sourceTree = ""; }; + C8074E27ADAEE508F02EB4B22C44EC91 /* ARTShapeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTShapeManager.m; sourceTree = ""; }; + C80C13E589C3FC778128230DF17E73FA /* Future.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Future.cpp; path = folly/futures/Future.cpp; sourceTree = ""; }; + C81D53311C3D5BDA006D183ED5B0540D /* react-native-appearance.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-appearance.release.xcconfig"; sourceTree = ""; }; + C82E99FC7D9A4C48D097ADA2AFF701A7 /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; + C8368353617C61E8E3EBA0112F1A26CE /* ThriftStreamShim.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThriftStreamShim.h; path = yarpl/flowable/ThriftStreamShim.h; sourceTree = ""; }; + C8397B0A9210C788CCED73E7AA58A172 /* FIRCLSDataCollectionArbiter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDataCollectionArbiter.m; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.m; sourceTree = ""; }; + C86765A19DFC2F79ACDAA79972284025 /* ossl_typ.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ossl_typ.h; path = ios/include/openssl/ossl_typ.h; sourceTree = ""; }; + C87B192D60953F616CE93DF8D7538DE3 /* FIRCLSFABNetworkClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABNetworkClient.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.m; sourceTree = ""; }; + C87E06808A4209104365841BE37D770C /* react-native-cookies.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cookies.debug.xcconfig"; sourceTree = ""; }; + C88480E9CC36CEAD5D73394BE39DEADD /* RecordIO.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RecordIO.h; path = folly/io/RecordIO.h; sourceTree = ""; }; + C88665FCA55A9EE7539D1DC43722ED34 /* TOCropViewController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TOCropViewController-dummy.m"; sourceTree = ""; }; + C88ADF7F525FB8A5A5EE2A0C019737C7 /* EXConstants.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXConstants.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + C88FD29C33A961AE72C49F9ABCA10503 /* BSG_KSCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReport.h; sourceTree = ""; }; + C8B07AF7A932A411144921B3DE91102E /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; + C8BF08ED5F05F9660323924C3ADCD97D /* RNRootView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNRootView.release.xcconfig; sourceTree = ""; }; + C8CB2FB7A4269EB780BEC5B95D1E47BA /* EXAudioSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioSessionManager.m; path = EXAV/EXAudioSessionManager.m; sourceTree = ""; }; + C8ED84448B8683AE06C03889B5D252A2 /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; + C905EFFD9079A8707668395DE88D2240 /* ARTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTSurfaceView.h; path = ios/ARTSurfaceView.h; sourceTree = ""; }; + C923A43914ACDD9796CE76ACDB837C79 /* Dirent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Dirent.h; path = folly/portability/Dirent.h; sourceTree = ""; }; + C92C5FE46B40AC0D666D2353EE5ADFBB /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/Core/UIView+WebCacheOperation.m"; sourceTree = ""; }; + C9772337BE67AB3E8934D23F3BFDA7C1 /* AsymmetricMemoryBarrier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsymmetricMemoryBarrier.h; path = folly/synchronization/AsymmetricMemoryBarrier.h; sourceTree = ""; }; + C98FEE97A5C40B06A8CD61B6E9FA132C /* UMUtilitiesInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUtilitiesInterface.h; sourceTree = ""; }; + C9A76332691D92790846AC099FFECCE3 /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; + C9BD035227025ADBE91F989FA8AD8C67 /* GDTCORRegistrar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORRegistrar.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORRegistrar.m; sourceTree = ""; }; + C9CAF681D3CAE0CEBD75C7E5DAF5B745 /* Malloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Malloc.h; path = folly/memory/Malloc.h; sourceTree = ""; }; + C9E9417458E5553CABCA1252D856C983 /* Utility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utility.h; path = folly/Utility.h; sourceTree = ""; }; + CA01659BC96B7113D0A9F8782A1BA57C /* whrlpool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = whrlpool.h; path = ios/include/openssl/whrlpool.h; sourceTree = ""; }; + CA0AEB7623DAD1A7FCDE69D2A5A2D52B /* FIRBundleUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRBundleUtil.h; path = FirebaseCore/Sources/FIRBundleUtil.h; sourceTree = ""; }; + CA19C7E1C8B2027281711797BD1CFEBE /* RSocketClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketClient.cpp; path = rsocket/RSocketClient.cpp; sourceTree = ""; }; + CA1FC73D519F940B2E5D6DAACD9E8993 /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; + CA24A004FA38BBEC541DF7DF6A65E62F /* TOCropViewController.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TOCropViewController.debug.xcconfig; sourceTree = ""; }; + CA25790781A64721E35CB0C793923A6B /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; + CA45F76BF1656391B6CF2A69ABC77DF4 /* EXFileSystemLocalFileHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemLocalFileHandler.m; path = EXFileSystem/EXFileSystemLocalFileHandler.m; sourceTree = ""; }; + CA4F1207129E49A9496EDEC5BE5AA1A0 /* RCTTVNavigationEventEmitter.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTVNavigationEventEmitter.mm; sourceTree = ""; }; + CA54218AFF3053BC4D4F201DA53294AB /* FKTextSearchable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKTextSearchable.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutTextSearchable/FKTextSearchable.h; sourceTree = ""; }; + CA617F041B616ADA1843AD48969BCAFF /* BitUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitUtils.h; path = yoga/BitUtils.h; sourceTree = ""; }; + CA84310614F67EF95A0265F1CB91EBD7 /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; + CAA3EA53145199156AD26BB9F9B682AE /* enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse2.c; path = src/dsp/enc_sse2.c; sourceTree = ""; }; + CAB1A0F91ACF901F8ECE6D1B8E77B00F /* RCTConvert+REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+REATransition.m"; sourceTree = ""; }; + CACAC9488BBBDAE6AD967DCECA4BCB52 /* RNReanimated.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNReanimated.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + CAED899E612EF106DDE3006AFE36FD77 /* BSG_KSCrashSentry_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_MachException.h; sourceTree = ""; }; + CAF3CB32D13AFD592C2BA578BC2AF896 /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = event.h; path = src/event2/event.h; sourceTree = ""; }; + CB23AA6296B73127412A1E1AC134A5D7 /* SysMembarrier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysMembarrier.h; path = folly/portability/SysMembarrier.h; sourceTree = ""; }; + CB279D51E819B10119A1B0C366D297D1 /* ThreadLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLocal.h; path = folly/ThreadLocal.h; sourceTree = ""; }; + CB287ECCE29223BB404EC4606F10EBEF /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; + CB395BE5FC8BF685FD166CB90DCBBD1F /* bufferevent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bufferevent.h; path = src/event2/bufferevent.h; sourceTree = ""; }; + CB3DF30B0A4311AEF9E0DB413B8A5B95 /* pem2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pem2.h; path = ios/include/openssl/pem2.h; sourceTree = ""; }; + CB4E7C591E9D0EA681263B9519F6F803 /* TOCropViewController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TOCropViewController-prefix.pch"; sourceTree = ""; }; + CB9E26B9CB28EFB6BD262A21E180DE3B /* IOBufQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IOBufQueue.cpp; path = folly/io/IOBufQueue.cpp; sourceTree = ""; }; + CBB0609C3A479080E60A786ADCE6E206 /* TcpDuplexConnection.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpDuplexConnection.cpp; path = rsocket/transports/tcp/TcpDuplexConnection.cpp; sourceTree = ""; }; + CBBDBFE04A7E10FB52B5773EE0A07328 /* UMAppDelegateWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppDelegateWrapper.m; path = UMCore/UMAppDelegateWrapper.m; sourceTree = ""; }; + CBC52A4C65557E179C52E104EEA5BC88 /* STTimerFDTimeoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STTimerFDTimeoutManager.h; path = folly/experimental/STTimerFDTimeoutManager.h; sourceTree = ""; }; + CBCC9FA3A3C62CB1281474A856ED0190 /* FIRInstallationsErrorUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrorUtil.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h; sourceTree = ""; }; + CBDB6F64071941691C4D0D296EFD78A0 /* ResourceBundle-AccessibilityResources-React-Core-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-AccessibilityResources-React-Core-Info.plist"; sourceTree = ""; }; + CBDCF2EC0F3CFA1E96003F6D723F0B7D /* FIRCLSProcess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSProcess.h; path = Crashlytics/Crashlytics/Components/FIRCLSProcess.h; sourceTree = ""; }; + CBDDC561EB19918E20C6354BC35D1CFE /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; + CBE70CE5D98E92D9E9695021E3860DE8 /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; + CBED2F08B593981CE1A22713A660A169 /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Public/GoogleUtilities/GULUserDefaults.h; sourceTree = ""; }; + CC08AF7AFD1661A4C8368E505593A921 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Sources/Private/FIRComponentType.h; sourceTree = ""; }; + CC17D0860C5A0DB787C799CCD88FF85E /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; + CC34329504E87909C54F9A441F340297 /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; + CC3483B58A8046223ECBF864733BFE5A /* REAValueNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAValueNode.m; sourceTree = ""; }; + CC36471AF2F758AC54DCA87859000DEE /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; + CC37117B31BAEA77537F28D2776B7B96 /* MMKV_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKV_OSX.cpp; path = Core/MMKV_OSX.cpp; sourceTree = ""; }; + CC38E386518534B25C29F83D706BD1E5 /* react-native-notifications-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-notifications-dummy.m"; sourceTree = ""; }; + CC5D72A8D6B7BBE28C64B1BFF87F735D /* FIRCLSInternalReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSInternalReport.m; path = Crashlytics/Crashlytics/Models/FIRCLSInternalReport.m; sourceTree = ""; }; + CC6B3552462A6A03980790C45BAF6425 /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; + CC6CF62D1907DC595957F3F43CF33C38 /* UMInternalModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMInternalModule.h; sourceTree = ""; }; + CCA19445D086157021C2C0AE605524FE /* FutureDAG.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FutureDAG.h; path = folly/experimental/FutureDAG.h; sourceTree = ""; }; + CCA38A32652DAA3BFB4EDC081A3AAA1A /* RNFBCrashlyticsNativeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBCrashlyticsNativeHelper.h; path = ios/RNFBCrashlytics/RNFBCrashlyticsNativeHelper.h; sourceTree = ""; }; + CCB11AC63BCBA50CCA6455C00451BF4A /* UMReactLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactLogHandler.h; sourceTree = ""; }; + CCBEBDF2006D6A9672B9F5E6FAD1CDC8 /* GDTCCTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploader.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploader.h; sourceTree = ""; }; + CCC62DA4C026B30D8F8584B2C5C8DF80 /* UTF8String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UTF8String.h; path = folly/UTF8String.h; sourceTree = ""; }; + CCD2D2D370B971CBCD4BEACC3450BFEB /* EXFileSystemLocalFileHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemLocalFileHandler.h; path = EXFileSystem/EXFileSystemLocalFileHandler.h; sourceTree = ""; }; + CCD54953A1951FA60E426B85224127A7 /* Bugsnag.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Bugsnag.m; sourceTree = ""; }; + CCE4B1541F3C0E1F0030CD5FE872CA7A /* ARTBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTBrush.m; sourceTree = ""; }; + CCF0E17279E507486B3D690D3349EDF3 /* GDTCORTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORTransport.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORTransport.m; sourceTree = ""; }; + CCF923D1FCAC30955E47F33E8DA11AFE /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; + CD2127891A6B18A6BD04307AA5226AC4 /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; + CD402FBAD5F7B8C881DF8CE180DA701C /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; + CD4A61A0CD9A6B9582B23CEDD0517C46 /* GDTCORUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploader.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORUploader.h; sourceTree = ""; }; + CD5BE202770554B2075D80EABB3C0F46 /* MMKV_IO.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKV_IO.cpp; path = Core/MMKV_IO.cpp; sourceTree = ""; }; + CD66227FC3061CE1F9D284DAADE29104 /* FIRCLSContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSContext.h; path = Crashlytics/Crashlytics/Components/FIRCLSContext.h; sourceTree = ""; }; + CD6837F39A06251A8DC338892D05B898 /* RCTTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModule.h; sourceTree = ""; }; + CD8E533F584E8FD4DFB6ADBA6DF45C6D /* FIRCLSMachOBinary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachOBinary.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.m; sourceTree = ""; }; + CD97E0A339FACB226EC706C3CFCCB73D /* UMReactNativeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeAdapter.h; sourceTree = ""; }; + CD9A98EB8B8510ADE6B9A67FB15D6A53 /* RCTCustomInputControllerTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomInputControllerTemp.m; sourceTree = ""; }; + CDB8C02F28E74233031A4B1F8B08EAB3 /* UMModuleRegistryHolderReactModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryHolderReactModule.m; sourceTree = ""; }; + CDBAF11EE0AB54F7455DCDF6312FB50C /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; + CDBB6FACB5CC8D7AFFE746A4087C69C7 /* LNAnimatorTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNAnimatorTemp.h; sourceTree = ""; }; + CDC3C7F1896DF9C67DC00143E61F0DDE /* FIRCLSSymbolResolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSymbolResolver.h; path = Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.h; sourceTree = ""; }; + CDC4DA6CAEDD0487B14E88EBB9A52F10 /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; + CDC8837981F49F083D62E294A80130C5 /* Malloc.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Malloc.cpp; path = folly/portability/Malloc.cpp; sourceTree = ""; }; + CDDC732B31E8068BA5DE4DAD01D5699D /* HHWheelTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HHWheelTimer.h; path = folly/io/async/HHWheelTimer.h; sourceTree = ""; }; + CDEF2F8951A3D9ABF871ABDF28009438 /* FIRCLSUnwind_x86.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind_x86.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.h; sourceTree = ""; }; + CDFEF2FDA83D6FD1E8081A567FBB3E77 /* cms.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cms.h; path = ios/include/openssl/cms.h; sourceTree = ""; }; + CE2533913ABF8A8D9FCFB91C040ADF0B /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; + CE27A8013438FCC115B3FD377D97EC88 /* FireAndForgetResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FireAndForgetResponder.h; path = rsocket/statemachine/FireAndForgetResponder.h; sourceTree = ""; }; + CE304F7D6CD6F7D1D1BBE184ECBA33C6 /* UIView+SKInvalidation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "UIView+SKInvalidation.mm"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.mm"; sourceTree = ""; }; + CE47C3677AB29E19510581F910E0E939 /* REANodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REANodesManager.h; path = ios/REANodesManager.h; sourceTree = ""; }; + CE4B436DBBDA9A46B021E499714E96ED /* react-native-appearance.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-appearance.debug.xcconfig"; sourceTree = ""; }; + CE58A915794FE35F0657D40693E62016 /* DelayedDestructionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DelayedDestructionBase.h; path = folly/io/async/DelayedDestructionBase.h; sourceTree = ""; }; + CE6D16A90036C29C21D3FA2171D36083 /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; + CE89C0979179A271A46D86E9264E24DF /* IOBufQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOBufQueue.h; path = folly/io/IOBufQueue.h; sourceTree = ""; }; + CE8BA9F4107603F842200C72ADCF000B /* REAEventNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAEventNode.m; sourceTree = ""; }; + CE9A979FD53B29203A818D9429042DB5 /* VibrancyViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VibrancyViewManager.h; path = ios/VibrancyViewManager.h; sourceTree = ""; }; + CEAB84D48076C968CC8664C7614601B1 /* FBCxxFollyDynamicConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBCxxFollyDynamicConvert.h; path = iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.h; sourceTree = ""; }; + CEB25B5B6A171032B2D0F3EB28AEC257 /* ecdsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ecdsa.h; path = ios/include/openssl/ecdsa.h; sourceTree = ""; }; + CEB399094F9DD2454CAB2B7632818A34 /* 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 = ""; }; + CEC014F4D96CD662CAEB3A019EAC5866 /* SafeAreaSpacerViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerViewLocalData.h; sourceTree = ""; }; + CEC78756C9554D03CE38EF1B72577E42 /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; + CED9C450AB3A62AEB5981BD2A1CF223D /* ScheduledExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledExecutor.h; path = folly/executors/ScheduledExecutor.h; sourceTree = ""; }; + CEDF7925D1E2B3EA5767468F277C8713 /* FBString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBString.h; path = folly/FBString.h; sourceTree = ""; }; + CEF0A897182F38E4711068015BF383E9 /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTClipboard.h; path = React/CoreModules/RCTClipboard.h; sourceTree = ""; }; + CF01344FF638651B4CACA92B49284D86 /* SKNodeDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKNodeDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.h; sourceTree = ""; }; + CF02DFFDAC04F596E7F75F86CBDAFD6E /* ThreadWheelTimekeeper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadWheelTimekeeper.cpp; path = folly/futures/ThreadWheelTimekeeper.cpp; sourceTree = ""; }; + CF0EE8A29705509564168AE40F403D1A /* BSG_KSCrashType.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashType.c; sourceTree = ""; }; + CF14BACEAFC0BAC740BAD02585A1DC13 /* VibrancyView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VibrancyView.h; path = ios/VibrancyView.h; sourceTree = ""; }; + CF1A178BE38C058B70955C2AA669BFB9 /* EventHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventHandler.cpp; path = folly/io/async/EventHandler.cpp; sourceTree = ""; }; + CF37C619EB8A52CAD5DF440942A9BB3D /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; + CF387E159917855D6811C0753A93ADD1 /* RCTScrollEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollEvent.h; sourceTree = ""; }; + CF3DC7182E083F7B4599E10807459B05 /* FIRInstallationsSingleOperationPromiseCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsSingleOperationPromiseCache.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.m; sourceTree = ""; }; + CF46C28C74C29E9E8789EAE9667A703E /* FIRCLSExistingReportManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSExistingReportManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSExistingReportManager.m; sourceTree = ""; }; + CF47AC5ACD9C134EBC33B8925384997F /* react-native-webview-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-webview-prefix.pch"; sourceTree = ""; }; + CF4BF5461D92835E25DB5DBD18DE9063 /* Instructions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Instructions.h; path = folly/experimental/Instructions.h; sourceTree = ""; }; + CF4C8143FAFCE9F197E12ABE9617FFFD /* IOObjectCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOObjectCache.h; path = folly/executors/IOObjectCache.h; sourceTree = ""; }; + CF4D79AF932F3B049E9D072D339CB68B /* HHWheelTimer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HHWheelTimer.cpp; path = folly/io/async/HHWheelTimer.cpp; sourceTree = ""; }; + CF4EFD4A8AA02059A7C09356548411C4 /* huffman_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = huffman_utils.h; path = src/utils/huffman_utils.h; sourceTree = ""; }; + CF71C4DF6A83B9333D32F0A02888D48B /* RCTConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConstants.h; sourceTree = ""; }; + CF7D2D47BF6546825A8731D14EEB403F /* ARTRenderableManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRenderableManager.h; sourceTree = ""; }; + CF8562E7519FCF6109779D3838B9EE10 /* RecordIO-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RecordIO-inl.h"; path = "folly/io/RecordIO-inl.h"; sourceTree = ""; }; + CF9EE741F5AE32353A5EEB7AAB72B23E /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; + CF9F3054E2151C2EE2FA0EF717530EFF /* CertificateUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CertificateUtils.cpp; path = xplat/Flipper/CertificateUtils.cpp; sourceTree = ""; }; + CFB38AD0EBB4B04F140697386A04E52B /* FlipperClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperClient.cpp; path = xplat/Flipper/FlipperClient.cpp; sourceTree = ""; }; + CFB4BACD00912951B629A8983EF88B45 /* ReactNativeShareExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeShareExtension.h; path = ios/ReactNativeShareExtension.h; sourceTree = ""; }; + CFB50372BED5D529A5403846C461FF74 /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; + CFBC6FA56F6587A0DB9E528B624C4C7C /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; + CFD7E5EAB25887A2EE18AFD76FDDCCFD /* GoogleAppMeasurement.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.debug.xcconfig; sourceTree = ""; }; + CFFA0F8853DA122625647C49E7169DB2 /* RNDeviceInfo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.debug.xcconfig; sourceTree = ""; }; + D03F2EC168FEB870AFBE439718CD2B7F /* RNRootView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNRootView.debug.xcconfig; sourceTree = ""; }; + D0457911617BE78059FAB3EF5E0DFDF8 /* UMFaceDetectorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManager.h; path = UMFaceDetectorInterface/UMFaceDetectorManager.h; sourceTree = ""; }; + D054BF5B709BD96C0B254538CD9583D6 /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; + D06EFCE9B6D2F6B88481D8C3F1FA4A17 /* RNDeviceInfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDeviceInfo-dummy.m"; sourceTree = ""; }; + D075AF38C3EA5616027F7C0EB0EF8335 /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; + D07D67FF330DB15AF49024D811A8B350 /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; + D09A25907619C6C8A793F3C41FCC0AC5 /* RNConfigReader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNConfigReader-dummy.m"; sourceTree = ""; }; + D0AD466693FF21176B0FAEFBE200BD1A /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; + D0ADAA89C0DD43923F2FEE7F2C374598 /* BSG_KSCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashC.c; sourceTree = ""; }; + D0B055CB6CA0FE9B801ED084464E67DF /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; + D0B7D9CBA59E87B955A937BD36D35F6B /* FIRCLSUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.h; sourceTree = ""; }; + D0CE425B6C2AAAE435676267EAD5F89B /* RNNotificationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationUtils.m; path = lib/ios/RNNotificationUtils.m; sourceTree = ""; }; + D0F0A466D58BAAE783C5A2C4ED9F0573 /* RNCSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSliderManager.h; path = ios/RNCSliderManager.h; sourceTree = ""; }; + D10BE1197ECE56A34DBA5ACF9EDF41AE /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; + D115A0BD0D038EDBB6E92F194CEE608E /* Promise-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Promise-inl.h"; path = "folly/futures/Promise-inl.h"; sourceTree = ""; }; + D11C90B172DBE1F145CE61C8A7C561EC /* FIRCLSUnwind_arch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind_arch.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arch.h; sourceTree = ""; }; + D11E66BEBF2DA2783AF8434F3F866B4C /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; + D11F83DFED7746C5A53572C813488C33 /* FlipperCppBridgingResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCppBridgingResponder.h; path = iOS/FlipperKit/CppBridge/FlipperCppBridgingResponder.h; sourceTree = ""; }; + D13D01B486CA1E35734C12F6B1AB833B /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; + D141E6BDF018931E032A844277A5C2B1 /* RNCAsyncStorageDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAsyncStorageDelegate.h; path = ios/RNCAsyncStorageDelegate.h; sourceTree = ""; }; + D14845D5689EDC711D9680E0A4BD878A /* backward_references_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_enc.c; path = src/enc/backward_references_enc.c; sourceTree = ""; }; + D163EB839638B81E0423C776B98B4E0C /* RNPushKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKit.h; path = lib/ios/RNPushKit.h; sourceTree = ""; }; + D1CF8507446B266FB033CD00A86B58E6 /* ARTSurfaceViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSurfaceViewManager.h; sourceTree = ""; }; + D1E19E07A541543469FC8FF8DC386DF7 /* RNGestureHandlerModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerModule.m; path = ios/RNGestureHandlerModule.m; sourceTree = ""; }; + D1EAD3E6D4140808D154EF585E83D52E /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = "Objective-C/TOCropViewController/Resources/de.lproj"; sourceTree = ""; }; + D1F2F389635537E51819CBED62C5B593 /* FIRInstallationsItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsItem.m; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.m; sourceTree = ""; }; + D1FFE71451B7E045750CAED66966C082 /* RCTSourceCode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSourceCode.mm; sourceTree = ""; }; + D20C2D472A3E874E0BAA9A968DC959EF /* REAClockNodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAClockNodes.h; sourceTree = ""; }; + D216956D2B2EAED16C09745CF8B1B73A /* RNCAsyncStorage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNCAsyncStorage-dummy.m"; sourceTree = ""; }; + D257924AA0412A1E330909C331771D64 /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; + D2A55B780774E681D3A33AE85F640433 /* ErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ErrorCode.h; path = rsocket/framing/ErrorCode.h; sourceTree = ""; }; + D2BDB1088A70F74E98A3165BF3966C41 /* Flipper.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Flipper.debug.xcconfig; sourceTree = ""; }; + D2C57C570879924C7F6A10A037E8D0A0 /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; + D3021DDCE500D070A5F61EACEA02173B /* FlipperConnectionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnectionManager.h; path = xplat/Flipper/FlipperConnectionManager.h; sourceTree = ""; }; + D30BC1E5B8C4BAFEED4E0F756093A6E8 /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; + D30F8635C0D30D8FABC84C9490B9DB32 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + D3123555C9438913E21E5CED460DA6FB /* RNGestureHandler.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.debug.xcconfig; sourceTree = ""; }; + D316997E6EA8C814B260DDABDD2CA8E5 /* RNScreens.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.debug.xcconfig; sourceTree = ""; }; + D319C528E8B21CFAEF3F75E339E92405 /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; + D31D3FB7A234CCEDB1D79C9C0D98D32F /* EXAudioRecordingPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioRecordingPermissionRequester.m; path = EXAV/EXAudioRecordingPermissionRequester.m; sourceTree = ""; }; + D327A4E6353A46D97988DC58C9ED18FE /* GDTCORStorageEventSelector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorageEventSelector.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageEventSelector.h; sourceTree = ""; }; + D332EE66AE64D823DE07E1DEB552530F /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; + D3409BBAC31AA828C98A07EA2EA5557D /* File.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = File.cpp; path = folly/File.cpp; sourceTree = ""; }; + D3464B305639A6EFC14F624C0D29B624 /* UMViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMViewManager.h; path = UMCore/UMViewManager.h; sourceTree = ""; }; + D34A567C50347ED38F5A01F8CA69EA30 /* FIRCLSdSYM.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSdSYM.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.m; sourceTree = ""; }; + D364AF2B7DC1E93D481F46758C852B0D /* Yoga.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.release.xcconfig; sourceTree = ""; }; + D3A3E6E7004AA22F925E277F5163E404 /* SDAnimatedImagePlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImagePlayer.h; path = SDWebImage/Core/SDAnimatedImagePlayer.h; sourceTree = ""; }; + D3AC8E3889E1F9C6AEB1134B85EA1AA0 /* GlobalThreadPoolList.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = GlobalThreadPoolList.cpp; path = folly/executors/GlobalThreadPoolList.cpp; sourceTree = ""; }; + D3B5B6E5BD97A18C50E56BBC90C944EB /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; + D3CBFA5AAA3659B805AE0130A4FF6188 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; + D3D87A180B67A8B974060E098EBBB24C /* RNCMaskedView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNCMaskedView-dummy.m"; sourceTree = ""; }; + D3E1BE65379385871BE23BB1A4EACA3C /* asn1_mac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1_mac.h; path = ios/include/openssl/asn1_mac.h; sourceTree = ""; }; + D3F3878032B5E8F237A244E2D5E91955 /* react-native-cameraroll.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cameraroll.release.xcconfig"; sourceTree = ""; }; + D3FCB3BF5C5AACDB195C09CC08C55083 /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; + D40120CF2171641AFAD11CE389255002 /* UMReactNativeAdapter.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.release.xcconfig; sourceTree = ""; }; + D40AFF5B4EB569D96B723295A25C3E6E /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; + D40B28F107BD04F7C8261B0F62B3939C /* GULSceneDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSceneDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULSceneDelegateSwizzler.m; sourceTree = ""; }; + D415639F29361C8078F9BFD47CD165CE /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageShadowView.m; sourceTree = ""; }; + D41E2C801E35071B5F7B2A189C8EE5AF /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Brands.ttf; path = Fonts/FontAwesome5_Brands.ttf; sourceTree = ""; }; + D43BE4D0DC668941D9EAB6BB39B1C126 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; + D4419DB95D20EB18F7D647B2AB05E192 /* FirebaseCrashlytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCrashlytics.release.xcconfig; sourceTree = ""; }; + D457E01D3E7734C7C3BE3DB17FA6B1B0 /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; + D46E392CEB7B9DCA7F19C31E822E1B7C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + D46EC66166FD33E9173A473F5619882C /* UMConstantsInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.debug.xcconfig; sourceTree = ""; }; + D48315274B3D6F750CB92B4A95A80275 /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; + D48C24C3F0AC4667C764CC5A7C758C01 /* Format-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Format-inl.h"; path = "folly/Format-inl.h"; sourceTree = ""; }; + D4AB494351FA11BED6A184737D23BB4E /* BSG_KSBacktrace.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSBacktrace.c; sourceTree = ""; }; + D4B7D0C70CE11A5E2299A9DFDCC40022 /* RNSScreenStack.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStack.m; path = ios/RNSScreenStack.m; sourceTree = ""; }; + D4C489D27437C4BC3FD8D7D6E1EB9C71 /* SDGraphicsImageRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDGraphicsImageRenderer.h; path = SDWebImage/Core/SDGraphicsImageRenderer.h; sourceTree = ""; }; + D4C635131E5C7E88CDD1513CCF3039E7 /* GDTCORAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORAssert.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORAssert.m; sourceTree = ""; }; + D4D4556163BC664DB4670903B754898B /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; + D4DB63F114F68E8AADFA158C575B6FBC /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; + D4F745B674101EBE5C4567F06484E32C /* FIRCLSThreadArrayOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSThreadArrayOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.m; sourceTree = ""; }; + D502AF3D3FEC8B9CB7AE0BE0ED18F544 /* ShutdownSocketSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShutdownSocketSet.h; path = folly/io/ShutdownSocketSet.h; sourceTree = ""; }; + D507F944D3101FBA78D566B828596886 /* Latch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Latch.h; path = rsocket/benchmarks/Latch.h; sourceTree = ""; }; + D53898C49BB6CB4409EE7EE7730C53BC /* openssl_aesv8-armx.S */ = {isa = PBXFileReference; includeInIndex = 1; name = "openssl_aesv8-armx.S"; path = "Core/aes/openssl/openssl_aesv8-armx.S"; sourceTree = ""; }; + D541A379CC226941493E09CDF4971B2E /* MemoryFile_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryFile_OSX.cpp; path = Core/MemoryFile_OSX.cpp; sourceTree = ""; }; + D5453ADA05294881C74FB64BC21F19E8 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPlatform.h; path = React/CoreModules/RCTPlatform.h; sourceTree = ""; }; + D54EC4C629F063DC36EF408C2A99B92A /* rn-extensions-share-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-extensions-share-prefix.pch"; sourceTree = ""; }; + D552E7D8F565776C421AFD03A5849A2A /* RNGestureHandlerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerState.h; path = ios/RNGestureHandlerState.h; sourceTree = ""; }; + D55637ADB53A238913EB175EC7474E61 /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = FirebaseCore/Sources/FIRComponentType.m; sourceTree = ""; }; + D586887D0900992E98AB4FB234C34796 /* EXAppleAuthenticationMappings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthenticationMappings.h; path = EXAppleAuthentication/EXAppleAuthenticationMappings.h; sourceTree = ""; }; + D58B72BA8C02D8408CD9F1A2B2036614 /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; + D5957806A015D3FCBC3E4111A67D9A25 /* ObservableDoOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservableDoOperator.h; path = yarpl/observable/ObservableDoOperator.h; sourceTree = ""; }; + D5ABA9B7A24E0D11DC8CC7A5A0495C96 /* UMFileSystemInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFileSystemInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; D5C775614AC76D44CECB6BE08B022F1F /* libReactCommon.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReactCommon.a; path = libReactCommon.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D5D3BA46E5493BAC7A0A6A5790529468 /* RNFetchBlobConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobConst.h; path = ios/RNFetchBlobConst.h; sourceTree = ""; }; - D5EBCB210CB63B044A5754806B1D222E /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; - D62DD51668862D6A2333CAE56192CB2F /* GULHeartbeatDateStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorage.h; path = GoogleUtilities/Environment/Private/GULHeartbeatDateStorage.h; sourceTree = ""; }; - D630ED9CD40A69BE01717C93F4A97F18 /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.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 = ""; }; - D6523E54B8ABFBDA4090211EC24C645F /* Shared.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Shared.m; sourceTree = ""; }; - D65D77DC29F3282B6F08334F5C3C20BD /* util.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = util.h; path = src/event2/util.h; sourceTree = ""; }; - D664F7E060F2D1C89F9CD2B8BF4F5420 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; - 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 = ""; }; + D5D86BE45BF5E18948E9CFC15A749C2E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + D5E0EC314644FE8DBD5B33004DEAB06A /* RNCSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaView.h; path = ios/SafeAreaView/RNCSafeAreaView.h; sourceTree = ""; }; + D602A1585F0E088635EEC8C8BC9C7658 /* SKObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKObject.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKObject.h; sourceTree = ""; }; + D6174A69249978BC41F8E46E1EC0F7C7 /* FIRCLSFABAsyncOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABAsyncOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.h; sourceTree = ""; }; + D61D9248AFAFBFF5D2D3EB2127594B5F /* UMExportedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMExportedModule.h; path = UMCore/UMExportedModule.h; sourceTree = ""; }; + D64C68D41D5C3D9349DFA1471331F403 /* RCTCustomKeyboardViewControllerTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomKeyboardViewControllerTemp.h; sourceTree = ""; }; + D65CEE4E2A7C0E4CBB4BFA5ED27C3215 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + D669D7480929B2D9899A4916A2B1B2BD /* Frame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Frame.h; path = rsocket/framing/Frame.h; sourceTree = ""; }; + D6775893F9926AC87B1C03021E5E18AA /* RNBootSplash.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNBootSplash.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 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 = ""; }; - D6A04700A631597CD7BDF8A0C9E537B0 /* StorageGetters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StorageGetters.h; path = ios/StorageGetters.h; sourceTree = ""; }; - D6AC15B7970C923714994B059DE314DB /* react-native-webview-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-webview-prefix.pch"; sourceTree = ""; }; - D6C2C42FC90E4716F2703375A788A8B3 /* UMModuleRegistryHolderReactModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryHolderReactModule.h; sourceTree = ""; }; - D6C5BE6BBEBB097B4E52F63671852B51 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.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 = ""; }; - D6E36611DA2E311934E91A9E5E1FE7B4 /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Private/GULMutableDictionary.h; sourceTree = ""; }; - D700EAA8012BAE9F7269BE45A66531D6 /* TimekeeperScheduledExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimekeeperScheduledExecutor.cpp; path = folly/executors/TimekeeperScheduledExecutor.cpp; sourceTree = ""; }; - D70432DB51DDF6E45A834FCB41859FC2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - D705E346C0D7E0D485B5C54148BEBDCF /* FlowableConcatOperators.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableConcatOperators.h; path = yarpl/flowable/FlowableConcatOperators.h; sourceTree = ""; }; - D71B4E163DBFB18645450BF72433EB9C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - D72F7AA0404E64DD55CFA8471C835757 /* RNBootSplash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBootSplash.h; path = ios/RNBootSplash.h; sourceTree = ""; }; - D7434932DF03CFC23CA62FD0F6363C13 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; - D758D91E02C797161FAD55D10B377760 /* contents.xcworkspacedata */ = {isa = PBXFileReference; includeInIndex = 1; path = contents.xcworkspacedata; sourceTree = ""; }; - D765CEAF6F6ACDDDE28F2B36828DC6BB /* SKTapListenerImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKTapListenerImpl.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListenerImpl.h; sourceTree = ""; }; - D781CAE260BCE42C143152CA3C5A9B0A /* RCTRsaUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTRsaUtils.m; path = ios/RCTCrypto/RCTRsaUtils.m; sourceTree = ""; }; - D79246F43FF128325BB130468790D747 /* RNNotificationCenterListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterListener.m; path = RNNotifications/RNNotificationCenterListener.m; 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 = ""; }; - D7B4402BB41860A4C9052FD22D07DE73 /* RNCMaskedView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCMaskedView.release.xcconfig; sourceTree = ""; }; - D7BB667CBF23AEB10205AD5FBE1F58B8 /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevLoadingView.h; path = React/CoreModules/RCTDevLoadingView.h; sourceTree = ""; }; - D7BEA8A3A6B124B4E9B0C722EAFA7FC8 /* ChecksumDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ChecksumDetail.h; path = folly/hash/detail/ChecksumDetail.h; sourceTree = ""; }; - D7D68A0EDFD0515C6CB045FF4A591F18 /* evdns.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evdns.h; path = src/evdns.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 = ""; }; - D834F04109B56714D495E6FC5BE70744 /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; - D84CDB7A2F06D0D2C482FDA830EFABAA /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = event.h; path = src/event.h; sourceTree = ""; }; - D859FC8A485A1DE809FF4969A35B5408 /* ReactNativeUiLib.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeUiLib.release.xcconfig; sourceTree = ""; }; - D8664ECAECF7CD24B05966ED09256805 /* BSG_KSDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSDynamicLinker.c; sourceTree = ""; }; - D86CB57594FF51DE4AA7F40C26D548DD /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; - D88060D15E7A18B73EC29B47F590191A /* UMConstantsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMConstantsInterface.h; path = UMConstantsInterface/UMConstantsInterface.h; 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 = ""; }; - D8CED9C46CFAA843DA8B96EE65EBF6A4 /* BSG_KSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSLogger.h; sourceTree = ""; }; - D8D2B14A48976AB1B733441A619B3210 /* ShutdownSocketSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShutdownSocketSet.h; path = folly/io/ShutdownSocketSet.h; sourceTree = ""; }; - D8E90D4CA0309B2495D73C9AF3D51045 /* InterProcessLock_Win32.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InterProcessLock_Win32.cpp; path = Core/InterProcessLock_Win32.cpp; sourceTree = ""; }; - D8EEECDA055519119A8EB2E5A2461414 /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; - D8EFE96587D80C168D1E8F4D6B4F659D /* 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; }; - D907C1006822AE7E5DBCBC9C43F0A34A /* react-native-notifications-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-notifications-prefix.pch"; sourceTree = ""; }; - D91054BD48855264655E4EE35E836014 /* UIImage+ExtendedCacheData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ExtendedCacheData.h"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.h"; sourceTree = ""; }; - D91412672410E333027A19E4C5A22573 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - D92A8D072A13AFB818280124E6E65319 /* SysUio.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysUio.cpp; path = folly/portability/SysUio.cpp; sourceTree = ""; }; - D92E023773E4D45C62791204E1A10E9C /* RNFBCrashlytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBCrashlytics.debug.xcconfig; sourceTree = ""; }; - D92E3F1C18F6D1D5D7C60D21F9329D57 /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; - D93F63F5CC32EB673EDCE49317E7742C /* RNScreens.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.debug.xcconfig; sourceTree = ""; }; - D949F5AFC3E735B0C1C2A9B0B6A70DA2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - D95D360F74444B084B1C4B40E2496E00 /* ARTRenderable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTRenderable.h; path = ios/ARTRenderable.h; 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 = ""; }; - D971B7BAF45BCFEB7017C3AF6A8E4623 /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; - D98ED616906FF2FF846BD8E450D8492E /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; - D9973CB60DA879282801C4B02A956687 /* TimerFD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimerFD.h; path = folly/experimental/TimerFD.h; sourceTree = ""; }; - D997B92F8D20664BC53C00438086C891 /* BSGConnectivity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGConnectivity.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 = ""; }; - D9B0551A03A9169E8731435D764C35DE /* react-native-document-picker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.debug.xcconfig"; sourceTree = ""; }; - D9B63DDAC26D9672FEC5F3375F677083 /* RCTImageViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageViewManager.mm; sourceTree = ""; }; - D9D914B855E28EA3599609190B4D9D40 /* FileUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FileUtil.cpp; path = folly/FileUtil.cpp; sourceTree = ""; }; - D9E345074035B90595A726BFD456F22D /* RCTWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWeakProxy.m; sourceTree = ""; }; + D68BABF1D6A7C32E0655EDE5E6011F69 /* Traits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Traits.h; path = folly/Traits.h; sourceTree = ""; }; + D6DCE7B0DA4DDC060686233C047F7F78 /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; sourceTree = ""; }; + D6E7B717360E3AE38C6A87A10EEF6441 /* PThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PThread.h; path = folly/portability/PThread.h; sourceTree = ""; }; + D6F4BFED76AAC426EDE10DCE79F2AF67 /* SwappableEventBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SwappableEventBase.cpp; path = rsocket/internal/SwappableEventBase.cpp; sourceTree = ""; }; + D70235CD3768D9AAE80FB0DA5F7695EB /* RNCMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCMaskedView.m; path = ios/RNCMaskedView.m; sourceTree = ""; }; + D70768F77354761708D44D5488179C4D /* BSG_KSSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSignalInfo.h; sourceTree = ""; }; + D708783BFF635EA4278FB07BECC80C7D /* ExceptionString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExceptionString.h; path = folly/ExceptionString.h; sourceTree = ""; }; + D7187E3A4308DF518E76CB565579DA6F /* REATransformNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransformNode.m; sourceTree = ""; }; + D7316745CFBAC3D2A93A5D17A0090555 /* thread_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = thread_utils.c; path = src/utils/thread_utils.c; sourceTree = ""; }; + D7359394562CD65A356687793C28EFAC /* RCTVibrationPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibrationPlugins.h; path = Libraries/Vibration/RCTVibrationPlugins.h; sourceTree = ""; }; + D737557FEA0872325AE5F5D7A1CD098F /* GDTCORLifecycle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORLifecycle.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORLifecycle.h; sourceTree = ""; }; + D73B5BD1795FA6B08D47B29568DD119A /* RNDeviceInfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDeviceInfo.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D769B10529CD820E6D6D7DE6E807B79F /* Benchmark.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Benchmark.h; path = folly/Benchmark.h; sourceTree = ""; }; + D77668D07CDD37E904E715A4AB987F23 /* FIRCLSAsyncOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAsyncOperation.h; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.h; sourceTree = ""; }; + D7962827B0FE6EDFDC27E1DA09500D2A /* UIImage+Extension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Extension.h"; path = "ios/src/UIImage+Extension.h"; sourceTree = ""; }; + D7993BC764FADC03E5D1830F7A761EA4 /* ReactNativeART.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeART.debug.xcconfig; sourceTree = ""; }; + D7AE191235972C4F8D2D14317996A2CA /* FlipperState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperState.cpp; path = xplat/Flipper/FlipperState.cpp; sourceTree = ""; }; + D7B406789C6B7ED2CB7499A4AB53F22A /* FIRCLSDemangleOperation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDemangleOperation.mm; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.mm; sourceTree = ""; }; + D7B58D635198088340281B0D435774A9 /* lhash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lhash.h; path = ios/include/openssl/lhash.h; sourceTree = ""; }; + D7B8485B3437F04E2D851B236D713917 /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; sourceTree = ""; }; + D7CA9D1684FEDB8B367B1745837081EE /* AtomicHashArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashArray.h; path = folly/AtomicHashArray.h; sourceTree = ""; }; + D7CD27C45143076AF356FDAAD660C29F /* Shell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Shell.h; path = folly/system/Shell.h; sourceTree = ""; }; + D7FE48547CF5432B78D7A17B55D8D192 /* Types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Types.h; path = folly/futures/detail/Types.h; sourceTree = ""; }; + D802B713448382FB0F497387B29E647F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + D80573F8F8662493F4F6250CAAECCE40 /* CoreModulesPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = CoreModulesPlugins.mm; sourceTree = ""; }; + D8247C7F7FC6774341DFFA7AB47291AD /* FBLPromise+All.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+All.h"; path = "Sources/FBLPromises/include/FBLPromise+All.h"; sourceTree = ""; }; + D863CB94A6118E91AF85313B2BBE9DE0 /* UMBarCodeScannerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMBarCodeScannerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D868C867DCBC09BB7C4A6031DF3B1546 /* Access.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Access.h; path = folly/container/Access.h; sourceTree = ""; }; + D88A4A00998081FCAB9D0DFE17E73A35 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + D8B40AD00EBEB2AB8658D96C3BEEEAF7 /* RCTRefreshableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshableProtocol.h; sourceTree = ""; }; + D8DA0C06D58720F40346EF3BE67FA288 /* MallctlHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MallctlHelper.h; path = folly/memory/MallctlHelper.h; sourceTree = ""; }; + D8E141E43A5F7F16E236DB182C294E97 /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; + D8EA726E3874E7D7DB82C52783A4165F /* FlipperKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FlipperKit.debug.xcconfig; sourceTree = ""; }; + D8EAB3CBB173E842F9EBEAA201755B80 /* FlipperCppWrapperPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCppWrapperPlugin.h; path = iOS/FlipperKit/CppBridge/FlipperCppWrapperPlugin.h; sourceTree = ""; }; + D9029F6592AF4E3E726856F080C3378C /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; + D91BF9F148B3ED5BA842B10A29D6CA38 /* SDWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOperation.m; path = SDWebImage/Core/SDWebImageOperation.m; sourceTree = ""; }; + D924CABB9DE82E28B271EE5FDDC68DEF /* BSG_KSCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashC.h; sourceTree = ""; }; + D935F9054B7CC577C3D5CE2CEC526869 /* ReactNativeUiLib.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactNativeUiLib.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D93B3D4B3E9BE1E83ADFF374015FEE11 /* TurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModule.h; path = turbomodule/core/TurboModule.h; sourceTree = ""; }; + D947E4D7AF002E46D028D9D0D0D0B482 /* react-native-cookies-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-cookies-prefix.pch"; sourceTree = ""; }; + D95B0EB920164F1A2A45A1B472ED99FC /* Asm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Asm.h; path = folly/portability/Asm.h; sourceTree = ""; }; + D95C4671F9C4C23215482D111A2BEF3E /* FirebaseInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FirebaseInstallations.h; sourceTree = ""; }; + D9A25021CD442E3F8F6528CCD6055101 /* RNFBUtilsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBUtilsModule.h; path = ios/RNFBApp/RNFBUtilsModule.h; sourceTree = ""; }; + D9A5D043A027E3D9A5514A4FB13C050E /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/Core/UIView+WebCache.h"; sourceTree = ""; }; + D9AEC6977E8E3BB2E2D1E4BDF23D408E /* AtFork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtFork.h; path = folly/detail/AtFork.h; sourceTree = ""; }; + D9C3B994E482E21FDB88CABA53998880 /* RootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RootView.m; path = ios/RootView.m; sourceTree = ""; }; + D9CA7AE6DF56C54555D24CE3CFDCEF12 /* HazptrDomain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrDomain.h; path = folly/synchronization/HazptrDomain.h; sourceTree = ""; }; + D9CCA827C5C25020AA6B383EA3869E6F /* WaitOptions.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WaitOptions.cpp; path = folly/synchronization/WaitOptions.cpp; sourceTree = ""; }; + D9E681530523A2E1AF2D7DB8188013E5 /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; + D9EA23DB20F54BA8BD70F8A783996FAE /* safestack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = safestack.h; path = ios/include/openssl/safestack.h; sourceTree = ""; }; D9F334F2E90E3EE462FC4192AF5C03BD /* libReact-jsi.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsi.a"; path = "libReact-jsi.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - DA0D661203A8A84EF529349B34FC2530 /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; - DA162A95EDFC329A11018E75AFDF3C9D /* EnableSharedFromThis.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EnableSharedFromThis.h; path = folly/memory/EnableSharedFromThis.h; sourceTree = ""; }; - DA227E2C37D1F9D07F1F8E8C6B43B481 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - DA30428E97DA023F80743B8F36FA4BD4 /* BSG_KSMach_Arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm64.c; sourceTree = ""; }; - DA3C406D277BFC9C784175E0127DCA0E /* BugsnagSessionTrackingPayload.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingPayload.m; sourceTree = ""; }; + DA21801DA4177C2CDC8D490E412EF775 /* RNCMaskedView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCMaskedView.release.xcconfig; sourceTree = ""; }; + DA21931635FECC353CB99D32E85778F6 /* RCTDevLoadingViewSetEnabled.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingViewSetEnabled.h; sourceTree = ""; }; + DA3246BD748701D6A5DA49618726812D /* UMConstantsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMConstantsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + DA3738B741EE36D60FC21428BA1A7B1E /* libevent.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libevent.a; path = lib/libevent.a; sourceTree = ""; }; + DA3D40B1949687543BD774F35A09DF1C /* BSG_KSSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSysCtl.c; sourceTree = ""; }; + DA4A7A196885281ACED01FFEAA936A66 /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = folly/lang/Exception.h; sourceTree = ""; }; DA4B7547743BC6FDE8E00424A6906467 /* Pods-defaults-RocketChatRN.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-defaults-RocketChatRN.modulemap"; sourceTree = ""; }; - DA6D90B3DA59E907CF1250BEAAC5BED8 /* FBLazyVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyVector.h; path = FBLazyVector/FBLazyVector.h; sourceTree = ""; }; - DA7A0345CEE571D775C118AC43FE62C7 /* BSG_KSCrashAdvanced.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashAdvanced.h; sourceTree = ""; }; - DA89DEBC03B6F228672E577BA297FCFF /* REAOperatorNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAOperatorNode.m; sourceTree = ""; }; - DA9EAA29B7BB35FAB2FA7C1BEABF9808 /* LNInterpolable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNInterpolable.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 = ""; }; - DAD4DCD3C7DE0DAF075CC2392CDD7424 /* RCTTypeSafety-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-prefix.pch"; 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 = ""; }; - DB1C529992AF10BE152A307AB6767ED0 /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSExecutor.cpp; sourceTree = ""; }; - DB1EF934CD3A7A062729617F262B80DF /* REAJSCallNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAJSCallNode.m; sourceTree = ""; }; - DB3DB262F3C261C1AE2482312A04464F /* RCTUIImageViewAnimated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTUIImageViewAnimated.h; path = Libraries/Image/RCTUIImageViewAnimated.h; sourceTree = ""; }; - DB3DB92015BAB536E4F2AA36E7D213E1 /* StaticSingletonManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StaticSingletonManager.cpp; path = folly/detail/StaticSingletonManager.cpp; sourceTree = ""; }; - DB4CF2F52473AB2B8E9BD13D2F37A4B6 /* MemoryFile_Win32.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryFile_Win32.cpp; path = Core/MemoryFile_Win32.cpp; sourceTree = ""; }; - DB784AE533C7FA1470E9783AD47C9700 /* SetupResumeAcceptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SetupResumeAcceptor.h; path = rsocket/internal/SetupResumeAcceptor.h; sourceTree = ""; }; - DB92A844E489E0367D76A99164A7929E /* FIRCLSGlobals.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSGlobals.h; path = Crashlytics/Crashlytics/Components/FIRCLSGlobals.h; sourceTree = ""; }; - DB9B17ECF8D9619BDF58E51646D2C756 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; - DB9E73D6085CB50A1C3BE47FC4DA6073 /* GCDAsyncSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GCDAsyncSocket.h; path = Source/GCD/GCDAsyncSocket.h; sourceTree = ""; }; - DBCEDBD438AC01B965E7C1BC06B01148 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - DBD16B175A961DE0817008020B2216B7 /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; - DBDC883473C0A5DB96AAAB90B5713CD5 /* RCTTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModule.mm; 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 = ""; }; - DBFCACC1E926CDEA523D11CF30A04E15 /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; - DC0A94B503D64D2EE2799369A75B46ED /* FramedDuplexConnection.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FramedDuplexConnection.cpp; path = rsocket/framing/FramedDuplexConnection.cpp; sourceTree = ""; }; - DC151DFB1532CBD2D43022C321CF63A7 /* REATransitionValues.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionValues.h; sourceTree = ""; }; - DC27A8FD931353C70923568E9F9DDF34 /* 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; }; - DC30BE353A6FBEF3ABF7CAF8002CAB1E /* KeyValueHolder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = KeyValueHolder.cpp; path = Core/KeyValueHolder.cpp; sourceTree = ""; }; - DC365534295E44C28979C302D671A947 /* UMExportedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMExportedModule.m; path = UMCore/UMExportedModule.m; 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 = ""; }; - DC447FC789B013D6C0D511133D0D0AF8 /* QBAlbumCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumCell.h; path = ios/QBImagePicker/QBImagePicker/QBAlbumCell.h; sourceTree = ""; }; - DC59DB45B5F071F16E4E86F2AAD8DDFE /* RNConfigReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNConfigReader.h; path = ios/RNConfigReader.h; sourceTree = ""; }; - DC896A0A5484F552162E3CCD6B83F43E /* GULSceneDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSceneDelegateSwizzler.m; path = GoogleUtilities/SceneDelegateSwizzler/GULSceneDelegateSwizzler.m; sourceTree = ""; }; - DC97FBF934575C77F92D439DDD68C175 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - DC9C5154F9732F66707C878DD464A834 /* RNCWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebView.h; path = apple/RNCWebView.h; sourceTree = ""; }; - DCB09A0C1EE7D3ED5287C05CB717B015 /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAsyncLocalStorage.h; path = React/CoreModules/RCTAsyncLocalStorage.h; sourceTree = ""; }; - DCB2FAEDCFA9AE033A588336919A41DF /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.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 = ""; }; - DCD86C5BA59E667A6A2761750E485595 /* EXAppleAuthentication-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAppleAuthentication-prefix.pch"; sourceTree = ""; }; - DCDBCBD7E33107D7E0A9AE7A65BC6243 /* FrameTransportImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameTransportImpl.h; path = rsocket/framing/FrameTransportImpl.h; sourceTree = ""; }; - DCEC66766E1005FFD85761A373BAE553 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; - DCF0F90DAFFB2A76D50DDBEB241E8897 /* Futex-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Futex-inl.h"; path = "folly/detail/Futex-inl.h"; 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 = ""; }; - DD52C485ABF20B7BDC22370FB40C7050 /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; - DD5597CB438FE8BA116AB03F1DB438D6 /* ReactCommon.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.release.xcconfig; sourceTree = ""; }; - DD61A9687DAC055A541F15BDBA8CEC0D /* pt.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pt.lproj; path = "Objective-C/TOCropViewController/Resources/pt.lproj"; sourceTree = ""; }; - DD7B8AF7042DBF661ABA479A1D8A8157 /* EXAppleAuthentication-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAppleAuthentication-dummy.m"; sourceTree = ""; }; - DD8069EF15FA3E2332D66229065F935B /* RNConfigReader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNConfigReader.debug.xcconfig; sourceTree = ""; }; - DDA584E9D391DAA2AB9E91FFC565D793 /* ObservableConcatOperators.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservableConcatOperators.h; path = yarpl/observable/ObservableConcatOperators.h; sourceTree = ""; }; - DDB1481585DD67DAAE7FDEFC82C66283 /* ReactCommon.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.debug.xcconfig; 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 = ""; }; - DDD4E25845285369D3F0E45F1DAA3AC7 /* SafeAreaSpacerViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerViewManager.m; sourceTree = ""; }; - DDE0012587A6A72FBAF0CB64F053850B /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; - DE0E9932838B57C197008B449EA055F5 /* UMSensorsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMSensorsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 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 = ""; }; - DE3792C0CB732F1665EA52B6A87CC774 /* HighlighterViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HighlighterViewManager.h; sourceTree = ""; }; - DE37E91110B2DB1F2E5D311908F43B7F /* QBAlbumCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumCell.m; path = ios/QBImagePicker/QBImagePicker/QBAlbumCell.m; sourceTree = ""; }; - DE38D84F9D80B2B450E8CE964B06EE98 /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; - DE3B5D1E43D3FE530CB383A136852596 /* F14Policy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Policy.h; path = folly/container/detail/F14Policy.h; 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 = ""; }; - DE9BC8AE9F401FB575160339FDA33F2C /* RNNotificationParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationParser.h; path = RNNotifications/RNNotificationParser.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 = ""; }; - DEE8F7720304D5B21A882A9852835B5A /* EXAV.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAV.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - DEFFAC9B47503A331DAEE8DC2D876A8C /* BugsnagKeys.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKeys.h; sourceTree = ""; }; - DF0418ADF8603382877BA5B7EC60EE44 /* UMCore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCore.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 = ""; }; - DF30314220FF7C4C3E020C4FD9BD53A2 /* BSGOutOfMemoryWatchdog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGOutOfMemoryWatchdog.m; 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 = ""; }; - DF4ADDD34E5A2E3973EF17E85B448F62 /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; - DF69CE3746862703D411272E0A4E919E /* React-callinvoker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-callinvoker.debug.xcconfig"; sourceTree = ""; }; - DF6F5825C179293170C5C51470B5455D /* Subprocess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Subprocess.h; path = folly/Subprocess.h; sourceTree = ""; }; - DF7046EC071537E6C0BF1D5B6F483F01 /* BSG_KSCrashSentry_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_CPPException.h; sourceTree = ""; }; - DF76C6897EA0C33AC1F484372098DDF1 /* SocketOptionMap.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SocketOptionMap.cpp; path = folly/io/SocketOptionMap.cpp; sourceTree = ""; }; - DF7F12EEDE9AEFC27E7626DB7B5C7628 /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; - DF90C191B05C993E8C4ABFC951118D36 /* EXResumablesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXResumablesManager.h; 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 = ""; }; + DA5ABD2D9C0BD533690B8F697DF8B413 /* RCTKeyCommandConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandConstants.h; path = ios/KeyCommands/RCTKeyCommandConstants.h; sourceTree = ""; }; + DA71C0BE23C83F6D8F3BB74764AB18E3 /* quant.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant.h; path = src/dsp/quant.h; sourceTree = ""; }; + DA7D0D5AD4634C7B349563FA7FD685A1 /* FIRAnalyticsInteropListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInteropListener.h; path = Interop/Analytics/Public/FIRAnalyticsInteropListener.h; sourceTree = ""; }; + DA85F70D686D57745C27D2F151BAF1BF /* SDFileAttributeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDFileAttributeHelper.h; path = SDWebImage/Private/SDFileAttributeHelper.h; sourceTree = ""; }; + DA8CE404A2E22F57C8E1DC7AEE829DA3 /* EXVideoThumbnails-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXVideoThumbnails-dummy.m"; sourceTree = ""; }; + DA95F53BF18A88A8B829E11D0A732173 /* FIRCLSByteUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSByteUtility.m; path = Crashlytics/Shared/FIRCLSByteUtility.m; sourceTree = ""; }; + DA9B8CD3CA2CC7889F54A9CC81F363C8 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; + DAA4F3598D4CEFC7DA8CB98D494D646D /* RCTScrollEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollEvent.m; sourceTree = ""; }; + DAA56EC35D99DAD7CE9B9744CFC6AAF2 /* ARTTextFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTTextFrame.h; path = ios/ARTTextFrame.h; sourceTree = ""; }; + DAB0F3C39296AD0BA2D8DA97722484D1 /* Util.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Util.h; path = folly/container/detail/Util.h; sourceTree = ""; }; + DACDE9121C319E3522F63C9F696F4594 /* RNFBMeta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBMeta.m; path = ios/RNFBApp/RNFBMeta.m; sourceTree = ""; }; + DAE145DFF633070599C1A545C014D2CF /* SDImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageWebPCoder.h; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.h; sourceTree = ""; }; + DB16457A200DF6C31A59DA1ACD66E698 /* dec_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips32.c; path = src/dsp/dec_mips32.c; sourceTree = ""; }; + DB1D48FB3D299AA6F69A0960DA8D7611 /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; + DB32BA937D481065AA55D792825D9867 /* BSG_KSMachHeaders.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachHeaders.h; sourceTree = ""; }; + DB46B3E742955B24A371A5850DB2C471 /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; + DB4E27D6DA145C11A06FFA7FFB2F675F /* SDWebImageDownloaderDecryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderDecryptor.m; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.m; sourceTree = ""; }; + DB55457239C515DCE919D8A74F8CB221 /* TimeoutQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimeoutQueue.h; path = folly/TimeoutQueue.h; sourceTree = ""; }; + DB806EAF11BC2942FAC5AC636EE207B1 /* RCTRsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRsa.h; path = ios/RCTCrypto/RCTRsa.h; sourceTree = ""; }; + DB862FBC353CA9AD245984C056820890 /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Public/GoogleUtilities/GULReachabilityChecker.h; sourceTree = ""; }; + DBAA3D18901F8853811C9F9ABB0E3677 /* NSBezierPath+SDRoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+SDRoundedCorners.h"; path = "SDWebImage/Private/NSBezierPath+SDRoundedCorners.h"; sourceTree = ""; }; + DBACA91975B018570496AA78FF3F9B71 /* BSGOutOfMemoryWatchdog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGOutOfMemoryWatchdog.m; sourceTree = ""; }; + DBB4C3224F819C4749FED653E57C6536 /* FIRLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLogger.m; path = FirebaseCore/Sources/FIRLogger.m; sourceTree = ""; }; + DBE8A7219B3FF8EDD1B13D60F6EFFE90 /* FlipperKitLayoutPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperKitLayoutPlugin.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.h; sourceTree = ""; }; + DC0A581F1D31FE9AF560059BE948DACD /* GDTCCTUploadOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploadOperation.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploadOperation.h; sourceTree = ""; }; + DC0AE895DC540EF9F958FFF794C27FCA /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; + DC3616690A5A5533F1829689FF58531D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + DC5677AA92E28C6616E5B7EF787FEDE0 /* 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; }; + DC6BDE177A87B06DFD35EFC64534C08B /* TOCropView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropView.m; path = "Objective-C/TOCropViewController/Views/TOCropView.m"; sourceTree = ""; }; + DC6D05CE6356F21C110A6B99F11C9391 /* EXResumablesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXResumablesManager.h; sourceTree = ""; }; + DC74804A1A98452AC40E0B829D25FCCB /* Unistd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unistd.h; path = folly/portability/Unistd.h; sourceTree = ""; }; + DCB903C4BBD38B26BFB3097BC1BFD519 /* alpha_processing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing.c; path = src/dsp/alpha_processing.c; sourceTree = ""; }; + DCEC9CDE5B422EDE6434C48E0ECEBD8C /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; + DCF3C107A2439CD745987CAC7BFBD857 /* RCTAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedImage.m; sourceTree = ""; }; + DD29145D06C761DF65AF6145185BB0CD /* Lazy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Lazy.h; path = folly/Lazy.h; sourceTree = ""; }; + DD407605F56E4667DB542A2581DCB129 /* RNFBVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBVersion.m; path = ios/RNFBApp/RNFBVersion.m; sourceTree = ""; }; + DD610438F87D45ECB4EFA81B9EC8E5FD /* RSocketRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketRequester.h; path = rsocket/RSocketRequester.h; sourceTree = ""; }; + DD6EBD9A626ECCD1C4B3B4A123BE2124 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; + DD8D954AD3826EDF9CEE6AF1594BB803 /* MiniPBCoder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MiniPBCoder.cpp; path = Core/MiniPBCoder.cpp; sourceTree = ""; }; + DDAB9A689C9DB58BACAEA4A4384D6C24 /* PriorityThreadFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityThreadFactory.h; path = folly/executors/thread_factory/PriorityThreadFactory.h; sourceTree = ""; }; + DDB7BB674A3CD69F9DD76AE136CD4619 /* FBLPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromise.m; path = Sources/FBLPromises/FBLPromise.m; sourceTree = ""; }; + DDEA6F0E9133347DB9B66EC2D4E9DCCA /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + DE0305C32E94D5576EE77AFF1247614F /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; + DE132DCE87A7DD7DAA92DFAE1DB503B6 /* ChannelResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ChannelResponder.h; path = rsocket/statemachine/ChannelResponder.h; sourceTree = ""; }; + DE1F629FFDCCD91772A51230EB08CA81 /* SSLOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLOptions.h; path = folly/io/async/SSLOptions.h; sourceTree = ""; }; + DE424FD46517937C2DC7AF0F48D7E9DA /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; + DE4F1AF381C5D22AB19E24667A19CEF0 /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; + DE533240428EE8AF23370C438C7B50A0 /* FIRCLSReportManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.h; sourceTree = ""; }; + DE62D5BBA5BAF2C1A9B561FBDDB5C9FD /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/Core/UIImageView+WebCache.m"; sourceTree = ""; }; + DE97ABAE1836EB28F3639EA5E2EC36F3 /* ARTShape.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTShape.m; path = ios/ARTShape.m; sourceTree = ""; }; + DE9AEF92B8107A2D4C99F4F509E5717F /* PasswordInFile.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PasswordInFile.cpp; path = folly/io/async/PasswordInFile.cpp; sourceTree = ""; }; + DE9DE87F7EB0ADE6080FB6AE7D027C0D /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; + DE9DF804123B0BDFDC4BCF704660169A /* FIRInstallationsLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsLogger.h; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.h; sourceTree = ""; }; + DEA10A2761E9037C0315616B2434F301 /* bit_reader_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_reader_utils.c; path = src/utils/bit_reader_utils.c; sourceTree = ""; }; + DEB65D1DF3FA40E31275A3487D9C1CCA /* FIRCLSAsyncOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSAsyncOperation.m; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.m; sourceTree = ""; }; + DEBD3AFBE3C14240F4357D3E839E117F /* buffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = buffer.h; path = ios/include/openssl/buffer.h; sourceTree = ""; }; + DEC211A00C1542A8D4CB638C2501FFF7 /* UMFaceDetectorManagerProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManagerProvider.h; path = UMFaceDetectorInterface/UMFaceDetectorManagerProvider.h; sourceTree = ""; }; + DEE4EB9CDBC78003436D4AE8907EF83A /* IPAddressV4.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IPAddressV4.cpp; path = folly/IPAddressV4.cpp; sourceTree = ""; }; + DF0DFE4FB0340981FBE66A7900287DD3 /* MMKV_OSX.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKV_OSX.h; path = Core/MMKV_OSX.h; sourceTree = ""; }; + DF21905BAA8F1A6E3B2AAFA3ED1E0E57 /* BugsnagCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashReport.h; sourceTree = ""; }; + DF32F718C0C1A147DF3ACA1426424A16 /* BSGSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGSerialization.h; sourceTree = ""; }; + DF4B783BBE9242BA49341AEEAFF331C8 /* AsyncSSLSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncSSLSocket.h; path = folly/io/async/AsyncSSLSocket.h; sourceTree = ""; }; + DF504E68E0611ACCDEB2AAFD59F9C7EA /* 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 = ""; }; + DF5052F5F710CD554E1DE8F5EDF32AF5 /* FKPortForwardingServer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FKPortForwardingServer.m; path = iOS/FlipperKit/FKPortForwarding/FKPortForwardingServer.m; sourceTree = ""; }; + DF809B8243E77B299694C6B94C8461FA /* blowfish.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = blowfish.h; path = ios/include/openssl/blowfish.h; sourceTree = ""; }; + DF95469EA7E14BC4CB09CEAAF0BCF59C /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; + DF987384F38FD1AAFFA337BDF2A02A0A /* RCTKeyCommandConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandConstants.m; path = ios/KeyCommands/RCTKeyCommandConstants.m; sourceTree = ""; }; + DFB2F94880241C132AF680442BF031BE /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; + DFF881C6F81943FBAA5B3F9A4B579C45 /* UMTaskManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskManagerInterface.h; path = UMTaskManagerInterface/UMTaskManagerInterface.h; sourceTree = ""; }; + E000581FD3F15D63E370ABFFA66C205F /* FIRCLSDataCollectionToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataCollectionToken.h; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.h; sourceTree = ""; }; + E00298D9782B34D5694E8F35A5959DF4 /* React-Core.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.release.xcconfig"; sourceTree = ""; }; + E00816DA80C1DDBEBE2ECD7BA2D124FC /* Demangle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Demangle.h; path = folly/detail/Demangle.h; sourceTree = ""; }; E00BE2A3146698E81A8F9D00E8F93A6C /* libFlipper-Glog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libFlipper-Glog.a"; path = "libFlipper-Glog.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E02807CD75675EDB87849FAFB4DAFD1A /* UMAppLifecycleService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleService.h; sourceTree = ""; }; - E029A544EE801E141985023CAEFD9441 /* PublisherBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PublisherBase.h; path = rsocket/statemachine/PublisherBase.h; sourceTree = ""; }; - E03D2077A6AB041E630A71B03504F20C /* JSONSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSONSchema.h; path = folly/experimental/JSONSchema.h; sourceTree = ""; }; - E05F6332F76470F6461EF88F07160B35 /* react-native-slider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-slider-prefix.pch"; sourceTree = ""; }; - 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 = ""; }; - E073131591CCE82B643BF8FC8877E559 /* RNFetchBlobRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobRequest.h; path = ios/RNFetchBlobRequest.h; sourceTree = ""; }; - E074A13E25D9C327654648EE711D7231 /* FIRCLSCompoundOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSCompoundOperation.m; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.m; sourceTree = ""; }; - E0770BD4F5009A47D8421CDE7D6771AA /* UMMagnetometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerInterface.h; path = UMSensorsInterface/UMMagnetometerInterface.h; sourceTree = ""; }; - E08DEED2EA317654849F7253AEEE6992 /* FlipperConnectionImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnectionImpl.h; path = xplat/Flipper/FlipperConnectionImpl.h; 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 = ""; }; - E0AA6C6BEE67B4F2D580258481D6F536 /* UMViewManagerAdapterClassesRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapterClassesRegistry.h; sourceTree = ""; }; + E01605C2640FD3EC31E18F2F680170DA /* FIRInstallationsAPIService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAPIService.h; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.h; sourceTree = ""; }; + E02CC4E4D8FFA6E16E1B286324866075 /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; + E03942AAB217D4BE303F8D1866D4CADA /* Benchmark.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Benchmark.cpp; path = folly/Benchmark.cpp; sourceTree = ""; }; + E03D8489D6509477F560DABEF05B4F87 /* Windows.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Windows.h; path = folly/portability/Windows.h; sourceTree = ""; }; + E03F3058F42083A0B3BC4AE5878A93DE /* FlipperCertificateExchangeMedium.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCertificateExchangeMedium.h; path = xplat/Flipper/FlipperCertificateExchangeMedium.h; sourceTree = ""; }; + E0461E6ADADEB1BF4B941A969636B273 /* Fingerprint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Fingerprint.cpp; path = folly/Fingerprint.cpp; sourceTree = ""; }; + E05015B41FF385E060CB9A752B425776 /* FIRStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRStackFrame.m; path = Crashlytics/Crashlytics/FIRStackFrame.m; sourceTree = ""; }; + E07E2F052375BEFF9178DCE138B37C2C /* enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips32.c; path = src/dsp/enc_mips32.c; sourceTree = ""; }; + E090F6F61DFE293415D6695656F1B950 /* WTCallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WTCallback.h; path = folly/futures/WTCallback.h; sourceTree = ""; }; + E0913DDCA847B223126944A3847A1A8A /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; + E09D796D0E170331240162493686BE2D /* common_sse2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse2.h; path = src/dsp/common_sse2.h; sourceTree = ""; }; + E0AC30952363653557C87CB9EFF0A798 /* ProducerConsumerQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProducerConsumerQueue.h; path = folly/ProducerConsumerQueue.h; sourceTree = ""; }; + E0B4CFAA28EA8C6D97508123E0EAC22F /* RSocketTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketTransport.h; path = rsocket/transports/RSocketTransport.h; sourceTree = ""; }; E0B603F54009DAEF6C3BAAE621E5F180 /* libMMKVCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libMMKVCore.a; path = libMMKVCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E0C27166D9B6D61425E0011299C36F87 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "ios/QBImagePicker/QBImagePicker/zh-Hans.lproj"; sourceTree = ""; }; - E0D71E2AEBE9BC83CDCC013D9129718F /* BSG_KSMach_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_64.c; sourceTree = ""; }; - E0E88D3615D1947243F451458FF0A7A8 /* 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; }; - E0F17946B6353D26948E39E93F43A09F /* react-native-jitsi-meet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-jitsi-meet-dummy.m"; sourceTree = ""; }; - E0FD1386231D308B387A5083625852B9 /* EXAppleAuthenticationButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationButton.m; path = EXAppleAuthentication/EXAppleAuthenticationButton.m; sourceTree = ""; }; - E0FDB3F46331D35BF6121BC84A7E3616 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; + E0BDB28AED96FE610BE6E780858E796C /* RNFetchBlobRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobRequest.h; path = ios/RNFetchBlobRequest.h; sourceTree = ""; }; + E0C6B923CACC0C2C99274895993E98E5 /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; + E0DDAA4DAD1578AB7996E52507695115 /* RSocketServer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketServer.cpp; path = rsocket/RSocketServer.cpp; sourceTree = ""; }; + E0E4B9AB3ABA7853CB8EA2256954B36E /* EXFilePermissionModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFilePermissionModule.m; path = EXFileSystem/EXFilePermissionModule.m; sourceTree = ""; }; + E0E9EC73E2AAA9AFF4742C67D7961E03 /* BSG_KSCrashIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashIdentifier.h; sourceTree = ""; }; 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 = ""; }; - E11703CE14044F70D5A537BC6B0AB8BE /* EXAppleAuthenticationButtonViewManagers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationButtonViewManagers.m; path = EXAppleAuthentication/EXAppleAuthenticationButtonViewManagers.m; sourceTree = ""; }; - E13F08F3FC80CB63641CD83E6F9B1954 /* StreamFragmentAccumulator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamFragmentAccumulator.cpp; path = rsocket/statemachine/StreamFragmentAccumulator.cpp; sourceTree = ""; }; - E159762701812846BF3F808A7E577825 /* RNConfigReader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNConfigReader-dummy.m"; sourceTree = ""; }; - E15C10406146409F3D34CDCF117873BE /* bufferevent_ssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bufferevent_ssl.h; path = src/event2/bufferevent_ssl.h; sourceTree = ""; }; - E15F1AF3F7D7F26ECA47C3B816CAC5A7 /* RCTVibrationPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVibrationPlugins.mm; sourceTree = ""; }; - E16E9F88550EBEDD9B52E00F05CD9495 /* EXHaptics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXHaptics-dummy.m"; 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 = ""; }; - E1829829DB5AED6E8CC468AEA3033127 /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; - E18ADD3C2D04496B7EE28ABCB39A4B0C /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; - E1B5B2C8F0E86A64B86283912A73536B /* libwebp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "libwebp-prefix.pch"; 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 = ""; }; - E1F943A1DEBF77DA582B4E517C4B3370 /* React.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.release.xcconfig; sourceTree = ""; }; - E226F00A2E75798E4CF7908126D1DA4F /* StreamStateMachineBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamStateMachineBase.h; path = rsocket/statemachine/StreamStateMachineBase.h; sourceTree = ""; }; - E23C440F2D3F1573DFBEF07FEEBCD6A5 /* FileUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FileUtil.h; path = folly/FileUtil.h; sourceTree = ""; }; - E241BF94F52AD7C6766EE972911A71B1 /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.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 = ""; }; - E27347C5ABEF924C3FC852C0453FB537 /* MemoryMapping.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryMapping.cpp; path = folly/system/MemoryMapping.cpp; sourceTree = ""; }; - E286A7FBBA67AA030243EA9CC0BAA564 /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = FirebaseCore/Sources/FIRVersion.h; sourceTree = ""; }; - E296AF16E0E10D7994FEBD984644D001 /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = Libraries/Image/RCTImageStoreManager.h; sourceTree = ""; }; - E2AEBDE2BFA6F4BD26C6F1EF52DAB040 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Sources/Private/FIRDependency.h; sourceTree = ""; }; + E10D24A8D08CB16A248385C4D8E26721 /* BSG_KSJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSJSONCodec.c; sourceTree = ""; }; + E10E762D5AEF78B29FCAF7789C3455B6 /* RNGestureHandlerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerModule.h; path = ios/RNGestureHandlerModule.h; sourceTree = ""; }; + E110329BA0A9C9523D9AB5E59BB6258F /* SKRequestInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKRequestInfo.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKRequestInfo.h; sourceTree = ""; }; + E1165DDF4AD86E070E493F45393F5C31 /* RNFBRCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBRCTEventEmitter.h; path = ios/RNFBApp/RNFBRCTEventEmitter.h; sourceTree = ""; }; + E1332B68E4B42EFA4BB046A052233FBE /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; + E13E7BE1E222A555D00E73A5535DB4ED /* BSG_KSArchSpecific.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSArchSpecific.h; sourceTree = ""; }; + E166E5F4A2FAA4855CCC6BD23B6051AA /* ssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl.h; path = ios/include/openssl/ssl.h; sourceTree = ""; }; + E16A58EC7342B1950514D2F0413D4D93 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + E174A7483129947DA61508929C74FBE8 /* React-cxxreact.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.debug.xcconfig"; sourceTree = ""; }; + E185D18AB5E6BD90CAD513FF4D542BC6 /* BugsnagNotifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagNotifier.m; sourceTree = ""; }; + E186F54F90C3EAEEC06A08FC02C29176 /* InitThreadFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InitThreadFactory.h; path = folly/executors/thread_factory/InitThreadFactory.h; sourceTree = ""; }; + E189BF77D0331A3A86A1503B5B3FD58C /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; + E18C5EB0C1CE9593EBFE9057D9330160 /* RNFBJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBJSON.h; path = ios/RNFBApp/RNFBJSON.h; sourceTree = ""; }; + E19FC86429BF59C50AA1910FC781B3D9 /* FIRCLSFileManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFileManager.h; path = Crashlytics/Crashlytics/Models/FIRCLSFileManager.h; sourceTree = ""; }; + E1A993C63CDA46543019A024F2CEBC78 /* TestUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TestUtil.h; path = folly/experimental/TestUtil.h; sourceTree = ""; }; + E1BB7899DF22913380BBFFADE9660E63 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/Core/UIImage+MultiFormat.m"; sourceTree = ""; }; + E1C05339112DEC6D756BC1444D9FB586 /* TOCropScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropScrollView.m; path = "Objective-C/TOCropViewController/Views/TOCropScrollView.m"; sourceTree = ""; }; + E1C320E8901BD5D4D87FC6C5DEB4F119 /* StorageGetters.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StorageGetters.m; path = ios/StorageGetters.m; sourceTree = ""; }; + E1DFC889F43FCB4BD033E177DF1888E9 /* FrameTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameTransport.h; path = rsocket/framing/FrameTransport.h; sourceTree = ""; }; + E204EB55C97E629FD95C62727268AFBD /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = FirebaseCore/Sources/FIRConfigurationInternal.h; sourceTree = ""; }; + E20AACF233948E1AC26074E105E33BF2 /* UIResponder+FirstResponderTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIResponder+FirstResponderTemp.m"; sourceTree = ""; }; + E20D88BC2433B006F7AB18E7CEB0E7C8 /* RNTapHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNTapHandler.m; sourceTree = ""; }; + E21F3A38E62F3B05B98B31168E2D7AB5 /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; + E22F60FD715C2D0CE2390DF43B9F926A /* SKSwizzle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKSwizzle.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKSwizzle.h; sourceTree = ""; }; + E2312031200F117FBAA12F62C9235335 /* react-native-cookies-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-cookies-dummy.m"; sourceTree = ""; }; + E24DB9E8BC509CF097138492C39B06D0 /* StreamsWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamsWriter.h; path = rsocket/statemachine/StreamsWriter.h; sourceTree = ""; }; + E25C81D845C7388F2A73A70B0EA6D81E /* FormatTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FormatTraits.h; path = folly/FormatTraits.h; sourceTree = ""; }; + E274BAF4389599AFB583669365BC1BEB /* shim.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = shim.h; path = ios/include/openssl/shim.h; sourceTree = ""; }; + E29C8C96029C7A73DE9E7B32647D1216 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + E2A4AFD6511FD644A9479F271B82F90C /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; E2B63D462DB7F827C4B11FD51E4F8E2D /* libFirebaseCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCore.a; path = libFirebaseCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E2C8A03A930F5D8B3C67D1DB66AAC22D /* TOCropView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropView.m; path = "Objective-C/TOCropViewController/Views/TOCropView.m"; sourceTree = ""; }; - E2CA89CF78F49C782B483102DE0C45F4 /* RNBootSplash.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNBootSplash.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 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 = ""; }; - E332E8F4EBFB4F8CC94BCF4BABC65F07 /* encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = encode.h; path = src/webp/encode.h; sourceTree = ""; }; - E35D40C1E135E835213372E4D78832FA /* RCTNetworkPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworkPlugins.mm; 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 = ""; }; - E37F856CFA9CFDC0E7D1635DA07D82F3 /* 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; }; - 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 = ""; }; - E3D4928ECEBE6FC9757B2AC7BDF99FF1 /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; - E3DE5B6D184688077D706560DAE74BE2 /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.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 = ""; }; - E43DBA2E5405EA3827B5CE77E2B7F522 /* RNConfigReader-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNConfigReader-prefix.pch"; sourceTree = ""; }; - E43FA867245FF02B3E3D6F4B9385F385 /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; - E44E84C86228E251FE0B31D0C4A6AD72 /* SKEnvironmentVariables.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKEnvironmentVariables.m; path = iOS/FlipperKit/SKEnvironmentVariables.m; sourceTree = ""; }; - E467E2EC818E1F4A9CD8893CBC67AA3E /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; - E46C69DAF03E7CAFEF3053BE74ED0CA6 /* ARTRenderable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTRenderable.m; path = ios/ARTRenderable.m; sourceTree = ""; }; - E4705916CD3930EAA96410D467103F84 /* BugsnagCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCollections.h; sourceTree = ""; }; - E4792433FD3FA7B39FC56EA7179BD1E3 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - E47D88210895FAD3A56E40908CE93EDE /* BSG_RFC3339DateTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_RFC3339DateTool.m; sourceTree = ""; }; - E4855FF120EF13027032B42296F75276 /* TimerFDTimeoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimerFDTimeoutManager.h; path = folly/experimental/TimerFDTimeoutManager.h; sourceTree = ""; }; + E2D6B78CB0901DA03698D742FBE3FF40 /* BSGSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGSerialization.m; sourceTree = ""; }; + E2D9215A8BFA511565ED74F59A07B490 /* FIRCurrentDateProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCurrentDateProvider.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.m; sourceTree = ""; }; + E2FD622F32C44CDE82F8C8CC9F013443 /* decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = decode.h; path = src/webp/decode.h; sourceTree = ""; }; + E312532D45E380DF333A2F0E35F0048F /* RWSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RWSpinLock.h; path = folly/RWSpinLock.h; sourceTree = ""; }; + E31E078C674C9A2F6B233A25B20A9CEA /* TOActivityCroppedImageProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOActivityCroppedImageProvider.h; path = "Objective-C/TOCropViewController/Models/TOActivityCroppedImageProvider.h"; sourceTree = ""; }; + E34CA25EFC0268FA212DD51351397377 /* Subprocess.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Subprocess.cpp; path = folly/Subprocess.cpp; sourceTree = ""; }; + E3531851DB77FA42B21E7A9449694EA6 /* REATransitionValues.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionValues.h; sourceTree = ""; }; + E36FF71F05E914D12514BB65DFA13690 /* UIView+Yoga.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+Yoga.m"; path = "YogaKit/Source/UIView+Yoga.m"; sourceTree = ""; }; + E3819308E0129E776697BE5E2CDBF134 /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GoogleUtilities/GULLoggerLevel.h; sourceTree = ""; }; + E38BAEA8FACC00289615266CA41A6131 /* SecureStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SecureStorage.h; path = ios/SecureStorage.h; sourceTree = ""; }; + E39478FA6E5BB824DD1A0A2852D258B5 /* RNFBApp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFBApp-dummy.m"; sourceTree = ""; }; + E39A30B808444B5386A3B75E3B6B1839 /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; + E3A052CB0E641F6E5E3B2D393D421DD0 /* TimerFD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimerFD.h; path = folly/experimental/TimerFD.h; sourceTree = ""; }; + E3A5A18407BC20C28B3972A69C622D05 /* InlineFunctionRef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InlineFunctionRef.h; path = folly/synchronization/detail/InlineFunctionRef.h; sourceTree = ""; }; + E3C82B9C403695069773B59919870426 /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; + E3C83A5ACE2A3A1A4A257C052670EA0E /* ARTGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTGroup.m; path = ios/ARTGroup.m; sourceTree = ""; }; + E3F82BBCAB3802D113F8208A9AA4B732 /* GDTCORUploadCoordinator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadCoordinator.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadCoordinator.m; sourceTree = ""; }; + E402EAD67CB0207F453CA26E21201AB9 /* 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 = ""; }; + E41DF94B264D3B3BB62EE8F16BD43852 /* BugsnagSessionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTracker.m; sourceTree = ""; }; + E41F207ACD07DBC20883F75EB0E1EE62 /* REAParamNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAParamNode.m; sourceTree = ""; }; + E425D7EEF26C48977D9B06BB267E4DB6 /* AsyncServerSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncServerSocket.cpp; path = folly/io/async/AsyncServerSocket.cpp; sourceTree = ""; }; + E4291A57441A471A5A053761094F165A /* RCTImagePlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImagePlugins.h; path = Libraries/Image/RCTImagePlugins.h; sourceTree = ""; }; + E4361661D096DA2D2A406A964264840E /* HazptrThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrThreadPoolExecutor.h; path = folly/synchronization/HazptrThreadPoolExecutor.h; sourceTree = ""; }; + E467A8B50B58168036F19E2B114B2596 /* FlowableDoOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableDoOperator.h; path = yarpl/flowable/FlowableDoOperator.h; sourceTree = ""; }; + E46EDB60A6C400F0115D1EB7513D54AA /* cost_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_sse2.c; path = src/dsp/cost_sse2.c; sourceTree = ""; }; + E4760CAE75BB567EEA7319E4176A3EDE /* MaterialIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialIcons.ttf; path = Fonts/MaterialIcons.ttf; sourceTree = ""; }; + E476AB85371E644CD9D5DAFD7404E93B /* FIRCLSAnalyticsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSAnalyticsManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.m; sourceTree = ""; }; + E4797829479E9D64409C41EBDBA392C1 /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = turbomodule/core/LongLivedObject.h; sourceTree = ""; }; + E47D011EA9AA1E48A77317612C488D4F /* EXAVObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVObject.h; path = EXAV/EXAVObject.h; sourceTree = ""; }; + E495302147CFE5C096C2B1A009F78361 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; E496A53A92B4E464B5C30DC5B1E4E257 /* libRNRootView.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNRootView.a; path = libRNRootView.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E49C7E436E39CC12D669688F90457390 /* Malloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Malloc.h; path = folly/portability/Malloc.h; sourceTree = ""; }; - E4CFD4F947B7442B6CE61B50C0DAB2EE /* FIRCLSDwarfExpressionMachine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfExpressionMachine.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.h; sourceTree = ""; }; - E4DA18B7793FF207ABB4D77CC6256B8D /* UMErrorCodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMErrorCodes.m; path = UMCore/UMErrorCodes.m; sourceTree = ""; }; - E4EBD6B7F10B9ADAA0160EDB2C25C19B /* RNCSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSlider.h; path = ios/RNCSlider.h; sourceTree = ""; }; - E4EC28420A8DAB4A8E3E95CD98B28287 /* SerialExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SerialExecutor.h; path = folly/executors/SerialExecutor.h; sourceTree = ""; }; - E4EDC844B935E417B08F6DD2F53A5230 /* react-native-safe-area-context.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-safe-area-context.debug.xcconfig"; sourceTree = ""; }; - E4F3425E6A9D83560E3706B7E2F7DAB8 /* StackTraceUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StackTraceUtils.h; path = rsocket/internal/StackTraceUtils.h; sourceTree = ""; }; - E504BA6F212794F6EB3AE557A9A61422 /* react-native-appearance-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-appearance-prefix.pch"; 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 = ""; }; - E5281BBA790B80D320CBC049D9901968 /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; - E53C8C998DF0E97815AC0901993D3741 /* DynamicParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicParser.h; path = folly/experimental/DynamicParser.h; sourceTree = ""; }; - E55922B43EE76F56450B6097D7308A83 /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; - E55953D37F0BF415FD5F0436D77B74D8 /* RSocketRequester.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketRequester.cpp; path = rsocket/RSocketRequester.cpp; sourceTree = ""; }; + E4B51B43365959C0F5D81181C60F4A5E /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; + E4C971447F6CF808FA082209941E79B2 /* 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 = ""; }; + E4CD5216CB8412F1C736E85AEDB8EBA1 /* FIRCLSMachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachException.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSMachException.h; sourceTree = ""; }; + E4E15596EC0D8EBE618E9DDB954C9816 /* TurnSequencer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurnSequencer.h; path = folly/detail/TurnSequencer.h; sourceTree = ""; }; + E50C2537FC7C92ACC53FE2DF81BCECBC /* RNCSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaView.m; path = ios/SafeAreaView/RNCSafeAreaView.m; sourceTree = ""; }; + E5128EAE8715A27271F34B1B71660518 /* UMImageLoaderInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMImageLoaderInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E515F4C37884FDA9BCF0BDADA1A240B6 /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSExecutor.cpp; sourceTree = ""; }; + E51A2085E9C03053AF3546477D507D01 /* EXVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoPlayerViewController.m; sourceTree = ""; }; + E51B776E30E9CCEC5BBC4EEFA1BEB0D8 /* UMExportedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMExportedModule.m; path = UMCore/UMExportedModule.m; sourceTree = ""; }; + E530166D1821FC33C463277917BB8AFE /* ScheduledSingleSubscription.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledSingleSubscription.cpp; path = rsocket/internal/ScheduledSingleSubscription.cpp; sourceTree = ""; }; E55EA3C6F285F6FA8067C5C8A428FA64 /* libRNFastImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFastImage.a; path = libRNFastImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E56ECB9056F1EFEE79BD9D221DD47684 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; - E5829883783F778ADA8007BB600B4958 /* GULHeartbeatDateStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorage.h; path = GoogleUtilities/Environment/Private/GULHeartbeatDateStorage.h; sourceTree = ""; }; - E5902898DE8BF6080BA3BDD1BC6035AA /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSourceCode.h; path = React/CoreModules/RCTSourceCode.h; sourceTree = ""; }; - E59272CC51D5D5A77E4CC65C6040210E /* FlipperKitLayoutPlugin.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperKitLayoutPlugin.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.mm; sourceTree = ""; }; - E5B8E98722DF82B4FCF72C564273E7F5 /* CodedInputData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodedInputData.h; path = Core/CodedInputData.h; sourceTree = ""; }; - E5C4CFEACF732A83AE7FA0CFABA4E409 /* QBVideoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIconView.m; path = ios/QBImagePicker/QBImagePicker/QBVideoIconView.m; sourceTree = ""; }; - E5DBB3E00F5073F2F08B0412494739D7 /* EXWebBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXWebBrowser.h; path = EXWebBrowser/EXWebBrowser.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 = ""; }; - E5EB69501DE9F10DFE6568529C7A8C86 /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; - E5FA0BDBDDBAF3DFE88E9A0B038D8A72 /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; - E61EE900F6D0A47E25F3EA00BD4999B9 /* Base.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Base.h; path = folly/gen/Base.h; sourceTree = ""; }; - E63AC6689BAECF85EC957D00EC94D2D0 /* EXFileSystem.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXFileSystem.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - E63CB4CAA28B2541855BDB5A5A38FA24 /* GDTCORTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORTransport.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORTransport.m; sourceTree = ""; }; - E64431EDFC5EFEE5B9D8937D8E468B58 /* BugsnagLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagLogger.h; sourceTree = ""; }; - E667D8F6F62F23020B2C6A1DD4A1E95F /* DeferFlowable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeferFlowable.h; path = yarpl/flowable/DeferFlowable.h; sourceTree = ""; }; - E6888C29059DBD52EA90C9361F9A2C09 /* CodedInputDataCrypt_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedInputDataCrypt_OSX.cpp; path = Core/CodedInputDataCrypt_OSX.cpp; sourceTree = ""; }; - E696A73B42BC15EF6E5CF1B943C0E8B9 /* SmallLocks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SmallLocks.h; path = folly/synchronization/SmallLocks.h; sourceTree = ""; }; + E5679BAC27750C8711A97E3A409F92AE /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; + E57240B90298E881904A72EA03679B7E /* React-RCTText.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.debug.xcconfig"; sourceTree = ""; }; + E594E2C2EE14484B523FBA90C1F0DB06 /* SKNamed.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKNamed.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNamed.mm; sourceTree = ""; }; + E59AD4C9354D0F101FA7AD6EA710EADC /* RCTPerfMonitor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPerfMonitor.mm; sourceTree = ""; }; + E5A5AC279A21A621EBA41728DBB9C81E /* REAStyleNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAStyleNode.m; sourceTree = ""; }; + E5A9C2CCBB64EBA1E493AD1E9D300EF3 /* ARTNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTNode.h; path = ios/ARTNode.h; sourceTree = ""; }; + E5B3C96FED6BFCDD40D22EAE37BB6247 /* yuv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv.c; path = src/dsp/yuv.c; sourceTree = ""; }; + E5BBA465B232DD25F631BC7C87B89011 /* ARTRenderableManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRenderableManager.m; sourceTree = ""; }; + E5DA3731632288D500BBDBA19642DC64 /* GDTCORFlatFileStorage+Promises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GDTCORFlatFileStorage+Promises.h"; path = "GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage+Promises.h"; sourceTree = ""; }; + E5DB796F5014B648C8FA2862E6263FB9 /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; + E5E69DF2A32FB0C1231AD88609E96CF2 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; + E5EA1C0358739B63D1522597D8BEF615 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; + E5F00E055FB37B5F64CF20FB0D400FA4 /* BSG_KSCrashCallCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashCallCompletion.h; sourceTree = ""; }; + E5F9055192BAF876BB8423BB5EF721E5 /* cost.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost.c; path = src/dsp/cost.c; sourceTree = ""; }; + E631D9EF723F3E270EB23D42F07A4E3F /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; + E645B76C753FA507F4BCD7E7491FB8CE /* BSG_KSSystemInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfo.h; sourceTree = ""; }; + E64CEE3ACCFA26EFC91025B99BE767BD /* BlurView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BlurView.m; path = ios/BlurView.m; sourceTree = ""; }; + E65606057B2992A85B42A62E8F6424EF /* asn1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1.h; path = ios/include/openssl/asn1.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; }; - E6A6A96D3F79698DDE35DC7E7FA79706 /* Restart.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Restart.h; path = ios/Restart.h; sourceTree = ""; }; - E6DD1890317E743382C733ED792796D8 /* ResumeIdentificationToken.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ResumeIdentificationToken.cpp; path = rsocket/framing/ResumeIdentificationToken.cpp; sourceTree = ""; }; - E6DE548C5795D7D033313CD81C742686 /* UMFontScalerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalerInterface.h; path = UMFontInterface/UMFontScalerInterface.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 = ""; }; - E7324BBA7023ED83B4F4001C479EE2E0 /* react-native-notifications.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.release.xcconfig"; sourceTree = ""; }; - E74D8BC54194A28692BCC1662600FD43 /* Array.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Array.h; path = folly/container/Array.h; sourceTree = ""; }; - E75A5FD13FEC87456DB3FCCDB1348445 /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; - E762AF3395A686DC1035D995DF01BD0E /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; - E76947DFC349285E9FF32A1D630AB6CE /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIDynamic.h; sourceTree = ""; }; - E775CA350C7B0129801AC5B1B87CB7AD /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; - E787DADE1B10686C7F11F78152091938 /* Flipper-PeerTalk-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-PeerTalk-dummy.m"; sourceTree = ""; }; - E78A6AAF2C48D6D121C5B3F92489213F /* RNCAsyncStorage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCAsyncStorage.debug.xcconfig; 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 = ""; }; - E7B65584DEF65AA87721CD32FD894663 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; - E7B66A3E12C0D708F2B5CE6CA6E37B0B /* Latch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Latch.h; path = rsocket/benchmarks/Latch.h; sourceTree = ""; }; - E7C60AF07EF19BB35D82B97203A33BF9 /* UMCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.debug.xcconfig; sourceTree = ""; }; - E7C7B1F7607C2A882AD64C9FD064CD7A /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.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 = ""; }; - E817EBEA4BF20924B4F1B083B32C5585 /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RAMBundleRegistry.cpp; sourceTree = ""; }; - E8271F376F3D1D9DE71971B44300F19A /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGStyle.cpp; path = yoga/YGStyle.cpp; 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 = ""; }; - E8725C6876515E4D0ABF7BF76D04202E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - E879CDC510FC2B74BBB86215E85C2FE8 /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; - E88052E39AB9DD9261B56504BF2E8306 /* FIRCLSHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSHost.m; path = Crashlytics/Crashlytics/Components/FIRCLSHost.m; sourceTree = ""; }; - E88DC1CDEEFF9E363DF90D1212367891 /* 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; }; - E8AA02414E01ECDE302B32B780A6530E /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; - E8CC3C456DB5FF2AED5C045F1A35A14F /* Zocial.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Zocial.ttf; path = Fonts/Zocial.ttf; sourceTree = ""; }; - E8CDDD044BEA108A384C4BE3D0ABF65D /* UIColor+SDHexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+SDHexString.m"; path = "SDWebImage/Private/UIColor+SDHexString.m"; sourceTree = ""; }; - E8D07A313A27D7081E7A40BA634D31D3 /* RNCAsyncStorage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNCAsyncStorage-dummy.m"; sourceTree = ""; }; - E8D6AE9F7160518549E67BCC853058D0 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; - E9119C26835D7EEACED67B6187C0353D /* evrpc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evrpc.h; path = src/evrpc.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 = ""; }; - E92E3E507BB876CA8A5555763137C711 /* BSG_KSCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportVersion.h; sourceTree = ""; }; - E93CB529750F7312F79C67EB3513778E /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; + E6BCBD32921582C205D488FD802C309B /* SysTime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysTime.cpp; path = folly/portability/SysTime.cpp; sourceTree = ""; }; + E6CCADDB3CE0BFB0AC3ACC446F192C8B /* RNReanimated.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNReanimated.release.xcconfig; sourceTree = ""; }; + E6E55B08A7ABFDD88934A691F4F60359 /* lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc.c; path = src/dsp/lossless_enc.c; sourceTree = ""; }; + E6E64B13FDF1C2F9D78DAFC6CEAC5C6C /* EXVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; + E6E96A0F75D8446024FD9848C4D112DA /* FIRCLSFileManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFileManager.m; path = Crashlytics/Crashlytics/Models/FIRCLSFileManager.m; sourceTree = ""; }; + E70A5EDE391508C66143C12781820AE4 /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevLoadingView.h; path = React/CoreModules/RCTDevLoadingView.h; sourceTree = ""; }; + E70D94F5654C61204C6B34C17178B21C /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; + E7101C0DD56DA413B0E2D73AC435E847 /* RelaxedConcurrentPriorityQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RelaxedConcurrentPriorityQueue.h; path = folly/experimental/RelaxedConcurrentPriorityQueue.h; sourceTree = ""; }; + E72898F8E08BD298D5CC667385F74A75 /* FlipperDiagnosticsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FlipperDiagnosticsViewController.m; path = iOS/FlipperKit/FlipperDiagnosticsViewController.m; sourceTree = ""; }; + E72D89D14C2BAED02F64D4C321005503 /* SSLOptions.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SSLOptions.cpp; path = folly/io/async/SSLOptions.cpp; sourceTree = ""; }; + E74A4DBA7C133AA437F9C794146056A8 /* MMKV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKV.h; path = iOS/MMKV/MMKV/MMKV.h; sourceTree = ""; }; + E74F1D1383DE84F268E56B2B99D7AA70 /* Aligned.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Aligned.h; path = folly/lang/Aligned.h; sourceTree = ""; }; + E7585DCC9DC1002F11CCFA41EE93289B /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; + E7740D62E0EFB9FD9F3B2BA16F16C8A3 /* RCTAppearance.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppearance.mm; sourceTree = ""; }; + E788D6D3A28FFF6FDC7E75213C11EE2E /* FIRInstallationsHTTPError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsHTTPError.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.m; sourceTree = ""; }; + E793418ADD4EE442243ABB6AA5765B1A /* WaitOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WaitOptions.h; path = folly/synchronization/WaitOptions.h; sourceTree = ""; }; + E7D88ED06E017D01D33B696DCB883BA4 /* ko.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ko.lproj; path = "Objective-C/TOCropViewController/Resources/ko.lproj"; sourceTree = ""; }; + E7DB78A469EAC23B31ED7B8BA8079489 /* FireForgetThroughputTcp.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FireForgetThroughputTcp.cpp; path = rsocket/benchmarks/FireForgetThroughputTcp.cpp; sourceTree = ""; }; + E7DF3ABD9357441CC26EE45967E7CF0B /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; + E7F46DC86E552016B305258B8F8E47BD /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = FirebaseCore/Sources/FIRComponentContainerInternal.h; sourceTree = ""; }; + E808A27834D76C03E14DA3C1AB4590A8 /* TcpConnectionFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpConnectionFactory.cpp; path = rsocket/transports/tcp/TcpConnectionFactory.cpp; sourceTree = ""; }; + E8124F9252A7ED8D36EE05DBF5A5A6D9 /* Combine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Combine.h; path = folly/gen/Combine.h; sourceTree = ""; }; + E817F88D6C44CDC7FAC1CA635192327A /* BugsnagCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCollections.h; sourceTree = ""; }; + E81BE916D4B8C700E50A1D78ABE3D95A /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; + E822DFDA712B35B69E4076790D99BD83 /* SKViewControllerDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKViewControllerDescriptor.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewControllerDescriptor.m; sourceTree = ""; }; + E836174FF753825CDE833E8ADFE00731 /* EXLocalAuthentication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXLocalAuthentication.h; path = EXLocalAuthentication/EXLocalAuthentication.h; sourceTree = ""; }; + E869BEBEEB670AC6F6F243D7E2C529CA /* Memory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Memory.h; path = folly/Memory.h; sourceTree = ""; }; + E874CBA5AC908AD0DF99B0033FC0CC7B /* UniqueInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UniqueInstance.cpp; path = folly/detail/UniqueInstance.cpp; sourceTree = ""; }; + E8780F0642F5044450727153FDA75A11 /* UICollectionView+SKInvalidation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionView+SKInvalidation.h"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UICollectionView+SKInvalidation.h"; sourceTree = ""; }; + E8858CDF6C497DBE965036FCE99ABC16 /* SKResponseInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKResponseInfo.m; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKResponseInfo.m; sourceTree = ""; }; + E8C5931845A55393B0924E8002D8F4F0 /* SafeAssert.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SafeAssert.cpp; path = folly/lang/SafeAssert.cpp; sourceTree = ""; }; + E8C8982054DC659E090281B23A9147AE /* conf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conf.h; path = ios/include/openssl/conf.h; sourceTree = ""; }; + E8FA3542EC1B2F4115B2273F60B83905 /* BSG_KSCrashSentry_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_NSException.m; sourceTree = ""; }; + E8FFE8EB9E51A0FE6CC0F9A61B84492F /* IOVec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOVec.h; path = folly/portability/IOVec.h; sourceTree = ""; }; + E9042F6B0F65C5F1FECD7B526D5E3245 /* ApplyTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ApplyTuple.h; path = folly/functional/ApplyTuple.h; sourceTree = ""; }; + E92FEF4809C2042D4B543F91220E7FEE /* RNCSafeAreaViewEdges.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewEdges.m; path = ios/SafeAreaView/RNCSafeAreaViewEdges.m; sourceTree = ""; }; + E930CD5C359AAD0C122930EE68D5FB3B /* EXAV.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.release.xcconfig; sourceTree = ""; }; E93F701CA8EB196D77AE99E094D873E4 /* libFlipper.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFlipper.a; path = libFlipper.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E956A10067E1590EF6B4525C3A796E23 /* filters_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = filters_utils.h; path = src/utils/filters_utils.h; sourceTree = ""; }; - E97D1C5E641482AFA9E8EB43BCD89F42 /* RNGestureHandlerDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerDirection.h; path = ios/RNGestureHandlerDirection.h; sourceTree = ""; }; - E97D3F9F717A4289F8237860D373850B /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; - E97FD4D6B95EB74DCE303680BC647B92 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; - E980F887F39D57FCA2F6C6A99312EE47 /* REAAlwaysNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAlwaysNode.h; 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 = ""; }; - E9A89AA23DAD78AEAC79B028C07219B5 /* RNVectorIcons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNVectorIcons-dummy.m"; sourceTree = ""; }; - E9B10F25B170C13EBAC1A23D4D52AE1B /* des.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = des.h; path = ios/include/openssl/des.h; sourceTree = ""; }; - E9ECB6EC03C675437652991121F55F52 /* EventBaseThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseThread.h; path = folly/io/async/EventBaseThread.h; sourceTree = ""; }; - E9FFDD1FE526B79C6D4C9001C1870AED /* UMTaskConsumerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskConsumerInterface.h; path = UMTaskManagerInterface/UMTaskConsumerInterface.h; sourceTree = ""; }; - EA4D931911FE1734B4AF41A9D8549E72 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; - EA7B92F68FF1968CD8C87F3F8FF672E5 /* RNCConnectionState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCConnectionState.h; path = ios/RNCConnectionState.h; sourceTree = ""; }; - EA7D5C838CF1FF5F9E117E16BE1BEA79 /* TcpConnectionAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpConnectionAcceptor.cpp; path = rsocket/transports/tcp/TcpConnectionAcceptor.cpp; sourceTree = ""; }; - EAA0E0E22ACDF382515BC02C72F4C180 /* UIImage+Extension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Extension.m"; path = "ios/src/UIImage+Extension.m"; sourceTree = ""; }; - EAB597EB360FA8FED3A3077AFBED6554 /* ui.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ui.h; path = ios/include/openssl/ui.h; sourceTree = ""; }; - EABBACC64894D7DA547D485CE34126D7 /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; - EABF5485690E188714D9848D23361650 /* RCTImageLoaderWithAttributionProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderWithAttributionProtocol.h; path = Libraries/Image/RCTImageLoaderWithAttributionProtocol.h; sourceTree = ""; }; - EADE5576E6213234C21845B187C04751 /* AsyncServerSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncServerSocket.h; path = folly/io/async/AsyncServerSocket.h; sourceTree = ""; }; - EB0E4FAC9708F6B27596A9DA5C0E4D5D /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = ios/QBImagePicker/QBImagePicker/ja.lproj; sourceTree = ""; }; - EB15FA58DABA03A2E737CDAE8944FF4B /* React-jsi.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.debug.xcconfig"; sourceTree = ""; }; - EB2E89A22A0BA3376E14B7B02EEB8C74 /* EXVideoThumbnailsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXVideoThumbnailsModule.h; path = EXVideoThumbnails/EXVideoThumbnailsModule.h; sourceTree = ""; }; - EB33B4A9520DEDA3CCD3E49CCA5FF4F4 /* ThreadCachedArena.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedArena.h; path = folly/memory/ThreadCachedArena.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 = ""; }; - EBB1C7FB2727F0D85F869834390E9D5E /* json_patch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json_patch.cpp; path = folly/json_patch.cpp; sourceTree = ""; }; - EBBA86DDF93A6E8A790251CD3C2DD489 /* ReactCommon-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactCommon-dummy.m"; sourceTree = ""; }; - EBCCB25A90FD8D7B204A76004BA49AC0 /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; - EBF822593AB0C7B5D454FF8587FFB605 /* FIRCLSInternalLogging.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSInternalLogging.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.c; sourceTree = ""; }; - EC1C9B822559D0FDF6697E13C613AF9F /* React-RCTAnimation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.debug.xcconfig"; sourceTree = ""; }; - EC219E2FACBE9683563E1C58A5DB61C3 /* rn-extensions-share.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.debug.xcconfig"; sourceTree = ""; }; - EC22763B2410C58280F020F636D3BA61 /* Sse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sse.h; path = folly/detail/Sse.h; sourceTree = ""; }; - EC3719987B806E0BA2761436AADA629C /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; - EC4C038A02AA1B751273815092A8DDDA /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; - EC675C6D18399C142A6B540EEFF17992 /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = CoreOnly/Sources/Firebase.h; sourceTree = ""; }; - EC6B0254EB41274976F100BE22ED8421 /* REACallFuncNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACallFuncNode.m; sourceTree = ""; }; - EC6DADC1E9560F75280889A0B2B3D8F1 /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; - EC82B223C5448E501FA85823F92DB28F /* GlobalThreadPoolList.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = GlobalThreadPoolList.cpp; path = folly/executors/GlobalThreadPoolList.cpp; sourceTree = ""; }; - EC89D9ADE465DD4095779743A07CD76E /* EXAV.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.debug.xcconfig; sourceTree = ""; }; - EC92F724C98861820C4C08C58DC8787C /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; - ECB80CC471E023A0439B3707DB66D560 /* UMAppLoaderProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppLoaderProvider.h; path = UMAppLoader/UMAppLoaderProvider.h; sourceTree = ""; }; - ECC48F775A418713B34729AB41EF64BE /* OpenSSLLockTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLLockTypes.h; path = folly/ssl/OpenSSLLockTypes.h; sourceTree = ""; }; - ECDBD277DE704ECE0CDF3ECD9DF7CD10 /* RNLocalize-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNLocalize-prefix.pch"; sourceTree = ""; }; - ECE8C980337ACD444219FD25A98E35CE /* Orientation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Orientation.h; path = iOS/RCTOrientation/Orientation.h; 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 = ""; }; + E9425E27E1946745053C4CE3104A78CE /* frame_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_enc.c; path = src/enc/frame_enc.c; sourceTree = ""; }; + E951E50368B41F541C94AEFA8CFD3DAA /* FIRInstallationsItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsItem.h; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.h; sourceTree = ""; }; + E95615A5590E8DDADA1985B999C0F0E0 /* ru.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ru.lproj; path = "Objective-C/TOCropViewController/Resources/ru.lproj"; sourceTree = ""; }; + E96C124B36A840A3E60842F9C9EA4637 /* FIRCLSRecordApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordApplication.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.h; sourceTree = ""; }; + E9754DA6E35E1BD84A36CBA255F72D5C /* Flowable_FromObservable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Flowable_FromObservable.h; path = yarpl/flowable/Flowable_FromObservable.h; sourceTree = ""; }; + E992AAD283F574CB5D997ECB6B3C0AA3 /* RNFBUtilsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBUtilsModule.m; path = ios/RNFBApp/RNFBUtilsModule.m; sourceTree = ""; }; + E99FA1F507AF68D41CF44CB105FEE8CA /* RNSScreenStack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStack.h; path = ios/RNSScreenStack.h; sourceTree = ""; }; + E9B477A8524B6BA461A3A2A3C79CBCBD /* GULKeychainUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainUtils.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainUtils.h; sourceTree = ""; }; + E9B62DB6FE8AA1AF872D1C50930F4FF9 /* UMTaskManagerInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.debug.xcconfig; sourceTree = ""; }; + E9D078DE28E1B7F0DBBFDC00C2530A1A /* Payload.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Payload.cpp; path = rsocket/Payload.cpp; sourceTree = ""; }; + E9FC98F50D16F9BF546ACA93B1C2EE0F /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; + EA0B42F8AA9E3FCD5D307C1F4781E0A9 /* SocketFileDescriptorMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketFileDescriptorMap.h; path = folly/net/detail/SocketFileDescriptorMap.h; sourceTree = ""; }; + EA0DA29696C5B2B44A886C4D3C36F7BC /* PThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PThread.cpp; path = folly/portability/PThread.cpp; sourceTree = ""; }; + EA1A21A800D5ECCE6B7F6372B29A2A43 /* Array.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Array.h; path = folly/container/Array.h; sourceTree = ""; }; + EA1B689156D274FDC4130FE3A3B70C29 /* EXKeepAwake.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXKeepAwake.debug.xcconfig; sourceTree = ""; }; + EA26E00157B6EF1C8A616DF3A514D128 /* RNFBVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBVersion.h; path = ios/RNFBApp/RNFBVersion.h; sourceTree = ""; }; + EA45E30E4E43320F25A04D609C8041B9 /* react-native-orientation-locker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.release.xcconfig"; sourceTree = ""; }; + EA4B39CC830AE49DFFED1473341A03F3 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; + EA5581E0B46CD7A8772ABC9929BAE600 /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; + EA5FEDCD6B613FC44A192C45CE43AAC3 /* ThreadedExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadedExecutor.cpp; path = folly/executors/ThreadedExecutor.cpp; sourceTree = ""; }; + EA650F4031F3F6053ADC185140730C0D /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; + EA6F275854F9F971FE9519E5F6BC28DA /* EXConstants-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXConstants-prefix.pch"; sourceTree = ""; }; + EA846955DFD456DFB1784C9A72CB62F4 /* KeyCommands.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeyCommands.release.xcconfig; sourceTree = ""; }; + EA885C5760DCDB146970178DB69E9505 /* ScopedEventBaseThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScopedEventBaseThread.cpp; path = folly/io/async/ScopedEventBaseThread.cpp; sourceTree = ""; }; + EA8AA4027FE82B537FA5FEB2A97BAB6B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + EABE0DC8FA938D2889DA73DD261A8678 /* UMCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.debug.xcconfig; sourceTree = ""; }; + EABED39F74111F95FDE9538A87750855 /* SKViewDescriptor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKViewDescriptor.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewDescriptor.mm; sourceTree = ""; }; + EAD8E144481BF378B1F1C4CC431895CB /* SKDispatchQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKDispatchQueue.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKDispatchQueue.h; sourceTree = ""; }; + EADF7D811B7433724F62DCE7246BB8C5 /* BSG_KSCrashSentry_CPPException.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_CPPException.mm; sourceTree = ""; }; + EAF38DF6A2C68513ACA1A3513B96B2E9 /* UMModuleRegistryProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryProvider.m; sourceTree = ""; }; + EB067AEEE905325EA6DDB97C81C42828 /* FIRCLSByteUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSByteUtility.h; path = Crashlytics/Shared/FIRCLSByteUtility.h; sourceTree = ""; }; + EB11DCA58C19B85349D312858BA0C7A3 /* TurboCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboCxxModule.h; path = turbomodule/core/TurboCxxModule.h; sourceTree = ""; }; + EB605B328749F7ED4B45BEBCCF77CC4C /* FIRCLSThreadState.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSThreadState.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.c; sourceTree = ""; }; + EB66E04CCA69DDD61504664AE88C5D8D /* SKButtonDescriptor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKButtonDescriptor.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKButtonDescriptor.mm; sourceTree = ""; }; + EB6A17615DBA90CFD759BB72416F366A /* react-native-document-picker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-document-picker-prefix.pch"; sourceTree = ""; }; + EB763B0732EC9CD3214681F7EBBFF6F0 /* lossless_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_neon.c; path = src/dsp/lossless_neon.c; sourceTree = ""; }; + EBA72FED2C88175E859F6F9AA7FB5960 /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; + EBC5798AA66B03E95C8203F33D6B1F8F /* SDWebImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.debug.xcconfig; sourceTree = ""; }; + EBC68DF1037271B512D312888BB94BE1 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; + EBEC369E4EDD3F2739A7206C46D8FEA9 /* WriteChainAsyncTransportWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WriteChainAsyncTransportWrapper.h; path = folly/io/async/WriteChainAsyncTransportWrapper.h; sourceTree = ""; }; + EBEC63AA0C19EFA4078F57A0DC8FCE22 /* glog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.debug.xcconfig; sourceTree = ""; }; + EBFE649D8DEC2BB3723681DF1316D6B0 /* MMBuffer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMBuffer.cpp; path = Core/MMBuffer.cpp; sourceTree = ""; }; + EC2499B70526B5E9C0E5522B6B504BA0 /* FlipperPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperPlugin.h; path = xplat/Flipper/FlipperPlugin.h; sourceTree = ""; }; + EC36EEFB8C641072CBB6452D96D2E08C /* QBAlbumsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumsViewController.m; path = ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.m; sourceTree = ""; }; + EC6705380BB2FFEF1A711FBBFE22B26F /* DynamicConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicConverter.h; path = folly/DynamicConverter.h; sourceTree = ""; }; + EC6780D7111B6D2E4D0410D474BD520B /* REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransition.m; sourceTree = ""; }; + EC6877456AAAAB846059A7FC5EBAD7A3 /* PTUSBHub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PTUSBHub.h; path = peertalk/PTUSBHub.h; sourceTree = ""; }; + EC901E8D72B00833DB038CFB16B48DFE /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + EC9D40B8132B301F9434ABAE19D14415 /* ThreadLocalDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLocalDetail.h; path = folly/detail/ThreadLocalDetail.h; sourceTree = ""; }; + ECA0D9486FC6C8123A4341B121321F90 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; + ECAC2C81C8F751EE5A471C1943F936A6 /* Async.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Async.h; path = folly/executors/Async.h; sourceTree = ""; }; + ECBA6949FCB258015A7DAC8FF65AC8B5 /* BSG_KSCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilter.h; sourceTree = ""; }; + ECBB21CE0D1AC0BA1BC1757001BA0860 /* MMKVStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKVStorage.h; path = ios/MMKVStorage.h; sourceTree = ""; }; + ECC4109BF7390B8D835C8791A019B664 /* RNBridgeModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBridgeModule.m; path = lib/ios/RNBridgeModule.m; sourceTree = ""; }; + ECCB2582434A600C44EC4D0B19ACF0C2 /* UMDeviceMotionInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDeviceMotionInterface.h; path = UMSensorsInterface/UMDeviceMotionInterface.h; sourceTree = ""; }; + ECCF5356D64036369B31C7ABD714D598 /* AtomicUtil-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicUtil-inl.h"; path = "folly/synchronization/AtomicUtil-inl.h"; sourceTree = ""; }; + ECD27E9F7D7A80E1BDC406D2660AD2E0 /* react-native-jitsi-meet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-jitsi-meet.release.xcconfig"; sourceTree = ""; }; + ECF12AA490AA3E537E36F36DA82E5688 /* ExceptionWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExceptionWrapper.h; path = folly/ExceptionWrapper.h; sourceTree = ""; }; + ECF79D177016C331BCC78946D26F3688 /* SysResource.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysResource.cpp; path = folly/portability/SysResource.cpp; sourceTree = ""; }; + ED09FD0EA3EAC06AFAA6D65FDCDC69E2 /* Feather.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Feather.ttf; path = Fonts/Feather.ttf; sourceTree = ""; }; ED1E3FC0DC90F4A787472917BFB6B235 /* libEXFileSystem.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXFileSystem.a; path = libEXFileSystem.a; sourceTree = BUILT_PRODUCTS_DIR; }; - ED2C2EF7BB42734BA9C75E158B0DF54A /* ARTText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTText.m; path = ios/ARTText.m; sourceTree = ""; }; - ED309F648CBC016259600F3635F43F78 /* TimekeeperScheduledExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimekeeperScheduledExecutor.h; path = folly/executors/TimekeeperScheduledExecutor.h; sourceTree = ""; }; - ED31B614152D4C110D18D15D337884D7 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.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 = ""; }; - ED993629E29E211AE8B3C71C50F1033B /* FIRCLSdSYM.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSdSYM.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.h; sourceTree = ""; }; - ED9BF1A0470230BBDB4D3335A4261D9C /* LNInterpolable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolable.h; sourceTree = ""; }; - EDA059C8D0C08F0EDF72D6845373DFBF /* RCTAppearance.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppearance.mm; sourceTree = ""; }; - EDB0D28EB0682A9EA4BD4325F89DFB06 /* MMKV.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MMKV.release.xcconfig; sourceTree = ""; }; - EDD9953DD5FBE912757976A20FFE162D /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Solid.ttf; path = Fonts/FontAwesome5_Solid.ttf; sourceTree = ""; }; - EDEE1E377EE914E8675DBD7DEA1970A9 /* TypeList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypeList.h; path = folly/detail/TypeList.h; sourceTree = ""; }; - EDF04A6DEB6E7FB2FECAC57C8E0C9DA2 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; - EE0555599F439902A577EC867693A5E4 /* react-native-netinfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-netinfo-prefix.pch"; 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 = ""; }; - EE12C4CE13B6DBA6BB9D500952290DC8 /* Entypo.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Entypo.ttf; path = Fonts/Entypo.ttf; sourceTree = ""; }; - EE41D7CD16C719E00A09BDF4FBF5BF76 /* enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_msa.c; path = src/dsp/enc_msa.c; sourceTree = ""; }; - EE4969740D6CA887667E03C37EBEBE70 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; + ED1F1453BA0F5F31F7DC3863D3DA4346 /* CheckedMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CheckedMath.h; path = folly/lang/CheckedMath.h; sourceTree = ""; }; + ED3D6378F5BD5C29621422B0438B5934 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; + ED574FED06CE85DFD626C938C03BE5EC /* CppAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CppAttributes.h; path = folly/CppAttributes.h; sourceTree = ""; }; + ED5D5B0F8FA5BC80A7A5D2584D4BE8BB /* Constexpr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Constexpr.h; path = folly/portability/Constexpr.h; sourceTree = ""; }; + ED63488C39AFB5550BC0E807A81E5978 /* RCTWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWeakProxy.h; sourceTree = ""; }; + ED8889CB93D2642CC9FD3D9A12D93651 /* React.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.release.xcconfig; sourceTree = ""; }; + ED959F45E1304BCCC620995FC2276E02 /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; + ED95A19766356EB3927E7093174CA3F3 /* OpenSSLVersionFinder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLVersionFinder.h; path = folly/ssl/OpenSSLVersionFinder.h; sourceTree = ""; }; + EDA04D31E513CB6F43DBB2F0C561A9CB /* quant_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_dec.c; path = src/dec/quant_dec.c; sourceTree = ""; }; + EDBDFCEE95EB122EBA1508AA730A6C07 /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; + EDCD4AE64BC3FC647793F136F829E995 /* EXAppleAuthenticationMappings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationMappings.m; path = EXAppleAuthentication/EXAppleAuthenticationMappings.m; sourceTree = ""; }; + EDE64F2C21350DAD06322729ACDD8041 /* AsyncSocketException.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncSocketException.cpp; path = folly/io/async/AsyncSocketException.cpp; sourceTree = ""; }; + EDEAC6BF49F654A5A9A95DEB8DCCE681 /* cost_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_neon.c; path = src/dsp/cost_neon.c; sourceTree = ""; }; + EDEC15E0C9D46C33569E397684D55D8A /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; + EE0D818880E1802CBAF5874CF81F9961 /* FIRCLSUserLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserLogging.h; path = Crashlytics/Crashlytics/Components/FIRCLSUserLogging.h; sourceTree = ""; }; + EE2A78341A5E3F614C53BE783365DC6E /* FIRCLSFABNetworkClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABNetworkClient.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.h; sourceTree = ""; }; + EE315D55C5CEAE9817048E7AFA9E9729 /* MMKVCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MMKVCore-prefix.pch"; sourceTree = ""; }; + EE3D347574E9CB1DC0DC1F4D07912D5F /* react-native-webview-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-webview-dummy.m"; sourceTree = ""; }; + EE3F79D3D292D596118A2C4C1B15E6A8 /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; + EE4517BE04C4913E6CFA1288B7F87021 /* FIRCLSReportUploader_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportUploader_Private.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader_Private.h; sourceTree = ""; }; + EE4532929E2CAF4D3B4AD764065ADA55 /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; EE4AEFEACE275DDCFB42B9400BF6B218 /* libRNFBCrashlytics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFBCrashlytics.a; path = libRNFBCrashlytics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - EE4D0819A7E5A094BECB0D2498F64D45 /* RNPushKitEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventHandler.m; path = RNNotifications/RNPushKitEventHandler.m; sourceTree = ""; }; - EE5D996815FD3F190A1035E514B18EF0 /* CocoaLibEvent.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLibEvent.release.xcconfig; sourceTree = ""; }; - EE641B75A35A8E37BF9098E0A95B2F1F /* YGLayoutExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = YGLayoutExtensions.swift; path = YogaKit/Source/YGLayoutExtensions.swift; sourceTree = ""; }; - EE685BE0257B2B859A19AAC6A68263C6 /* UMCameraInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.release.xcconfig; sourceTree = ""; }; - EE6A4A7DE6B3751C822497BE2C904C1D /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; - EE721DAC5A489632630DA59157D9042F /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; + EE642789C85A72672D076E01BD5F6D2B /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; + EE6AEB7540125A5E3086F11072B225A5 /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; + EE6E404607F9E16D56BF06CB01829B3E /* REAPropsNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAPropsNode.h; sourceTree = ""; }; + EE7ED1A3C2177AF79FF931493C4D6126 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; + EE8F19E369152C7A30E2EAFC3B3F0EB2 /* react-native-netinfo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-netinfo.release.xcconfig"; sourceTree = ""; }; + EE95BBFA2BAB9385C931EA76C0FBB84B /* 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; }; + EE96CE37142480C5158FC4BE77AD60D4 /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorInterfaces.cpp; sourceTree = ""; }; + EE9711DB265746F33A96C4348690304D /* EXPermissions.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.debug.xcconfig; sourceTree = ""; }; EEA4CC9B97D8B1DF863F7448D02747DE /* Pods-ShareRocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ShareRocketChatRN.debug.xcconfig"; sourceTree = ""; }; - EEB995B2D730D162A54F93D035725392 /* react-native-restart-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-restart-dummy.m"; sourceTree = ""; }; - EEC8A30F19D7B41B310351E188DA4BA2 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; - EED848017F4965B145BF315674CC8C0E /* GroupVarintDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GroupVarintDetail.h; path = folly/detail/GroupVarintDetail.h; sourceTree = ""; }; + EEA895D5067AE3A23A6570066310B1A8 /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; EEDBF403E8E0B3885E65C2741B536BC5 /* libReact-RCTImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTImage.a"; path = "libReact-RCTImage.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - EEE1ACE1C3A74E7882B72B062BB9C20F /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; - EEE83844D0186F126C5698814953E76F /* RCTLinkingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLinkingManager.mm; sourceTree = ""; }; - EF1074726BB5D4DB69C6542C0D3CB716 /* GDTCORClock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORClock.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORClock.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 = ""; }; - EF242F24657FD12E185B61FF7BD77A31 /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = threadsafe.h; 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 = ""; }; - EF42D26B5FE68CC054D1033C8E2E6BBD /* UMFileSystemInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.debug.xcconfig; sourceTree = ""; }; + EF1291240449E1935AA8240147EE61FF /* UMFaceDetectorInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.debug.xcconfig; sourceTree = ""; }; + EF1ACF9CCA7D0DB09BDF8B20978B5671 /* Stdio.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Stdio.cpp; path = folly/portability/Stdio.cpp; sourceTree = ""; }; + EF2022C891D98D406B2B7C78C8C03B57 /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; + EF28D3FEA012AC84CDD1E09C530A6B7D /* txt_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = txt_db.h; path = ios/include/openssl/txt_db.h; sourceTree = ""; }; + EF352D0A030E3CE2B2578A48A0987F1A /* RCTActionSheetManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTActionSheetManager.mm; sourceTree = ""; }; + EF3C6D680B2633DB12B59782FE43A18C /* FirebaseCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCore.h; path = FirebaseCore/Sources/Public/FirebaseCore/FirebaseCore.h; sourceTree = ""; }; + EF3D88E885D862029FFCD3B02AF4ED71 /* CodedOutputData.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedOutputData.cpp; path = Core/CodedOutputData.cpp; 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 = ""; }; - EF8C9A1D332C26FB7016863406A0AD14 /* Foundation.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Foundation.ttf; path = Fonts/Foundation.ttf; sourceTree = ""; }; - EF9B588884B0BBE909D594520AA1C0B4 /* QBVideoIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIndicatorView.m; path = ios/QBImagePicker/QBImagePicker/QBVideoIndicatorView.m; 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 = ""; }; - EFC72CC4AF4628B57C56E96992E108C7 /* VibrancyViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VibrancyViewManager.m; path = ios/VibrancyViewManager.m; sourceTree = ""; }; - EFCB0C390BC727840992A96B9B2BB830 /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSRWebSocket.m; path = Libraries/WebSocket/RCTSRWebSocket.m; sourceTree = ""; }; - EFD53C553DDA104D0D32DC69AD5F7178 /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; - EFD67C8F93928B71B45FD6C452C39126 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; - EFDB6D76614428E8C4AEEB10621F6913 /* VirtualEventBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VirtualEventBase.h; path = folly/io/async/VirtualEventBase.h; sourceTree = ""; }; - EFDFCDE94CDF746209CBEB2B7BC91572 /* BugsnagKSCrashSysInfoParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagKSCrashSysInfoParser.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 = ""; }; - F0199BBAC2939E26C55302161E4019C3 /* vp8l_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_dec.c; path = src/dec/vp8l_dec.c; sourceTree = ""; }; - F0270B1A8B459049FEFAE071386F9CB2 /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; - F02745D688CCB9049128803B08E5EA1A /* camellia.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = camellia.h; path = ios/include/openssl/camellia.h; sourceTree = ""; }; - F04AC3BC7422F37BE3379AC4B5772E21 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Sources/Private/FirebaseCoreInternal.h; sourceTree = ""; }; - F05645666B2447D7BAC62CF563861918 /* EXAppleAuthenticationMappings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationMappings.m; path = EXAppleAuthentication/EXAppleAuthenticationMappings.m; sourceTree = ""; }; - F05EFD574327948F52E132578A38CEEB /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; - F066E1FE8B4101BD32F67BF9BA317CD7 /* UICollectionView+SKInvalidation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "UICollectionView+SKInvalidation.mm"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UICollectionView+SKInvalidation.mm"; sourceTree = ""; }; - F06ABA86411AA9DA1553E7F739FB3C7E /* RCTDevLoadingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevLoadingView.mm; 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 = ""; }; - F083BA0ECB509B12708448800BC783CC /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; - F084779A88B74FB8825E34867B363A5B /* SanitizeThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SanitizeThread.h; path = folly/synchronization/SanitizeThread.h; sourceTree = ""; }; - F0991F3A74DB93D2DC98D156CE1009CF /* REAValueNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAValueNode.h; sourceTree = ""; }; - F0A20D400112D927779240123592213E /* cct.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cct.nanopb.c; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c; sourceTree = ""; }; - F0DC7D458F2B90DEA91C6524ABE02B13 /* FIRCLSNetworkOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNetworkOperation.m; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.m; sourceTree = ""; }; - F0E4F5008EBA4E42EC2A4A87826904E1 /* UMTaskManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskManagerInterface.h; path = UMTaskManagerInterface/UMTaskManagerInterface.h; sourceTree = ""; }; - F0F273C931BC70BA2351D434AB2538C2 /* FBLazyVector.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.release.xcconfig; sourceTree = ""; }; - F103531629CE681801F01C363FF0D7B1 /* EXWebBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.debug.xcconfig; sourceTree = ""; }; - F10717AF4D1A8461A189B7BBD1A43591 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; - F10E18E2238734089DC0BF6B38C63078 /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKProcessPoolManager.h; path = apple/RNCWKProcessPoolManager.h; sourceTree = ""; }; - F1672770B59B32AB4D74F101CD2A589B /* RNFBCrashlyticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBCrashlyticsModule.m; path = ios/RNFBCrashlytics/RNFBCrashlyticsModule.m; sourceTree = ""; }; - F16E7E99266A021A64D3251AB5546CF5 /* RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotifications.h; path = RNNotifications/RNNotifications.h; sourceTree = ""; }; - F17C4194B1A43E875EA204400DCCB452 /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; - F18356903CA7057EECAD19368DABADED /* UMErrorCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMErrorCodes.h; path = UMCore/UMErrorCodes.h; sourceTree = ""; }; - F1B9071C2F7DF7D3D3F0DC7619FB146F /* EXConstants.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.release.xcconfig; 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 = ""; }; - F1C5AA97A31457358CDB34979DAE5921 /* ResourceBundle-TOCropViewControllerBundle-TOCropViewController-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-TOCropViewControllerBundle-TOCropViewController-Info.plist"; sourceTree = ""; }; - F1CBC87DC7CF5FFF626054A8F7844EC4 /* VibrancyViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VibrancyViewManager.h; path = ios/VibrancyViewManager.h; sourceTree = ""; }; - F1CEC8454C926A51B469E5DF6DE7062B /* FBLPromise+Any.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Any.m"; path = "Sources/FBLPromises/FBLPromise+Any.m"; sourceTree = ""; }; - F1E14F978985115E946394071F172EC1 /* FrameType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameType.cpp; path = rsocket/framing/FrameType.cpp; sourceTree = ""; }; + EF88DE04B99E0470AE2994C4B842C093 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; + EF89E98219A03FC5F7E99E3BAD73EA1F /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; + EF985844DADFB930A2DFED6B1178CBBF /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; + EFBDBF4B4A2D3BF27E92FD31702E9E11 /* YogaKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YogaKit.modulemap; sourceTree = ""; }; + EFC2818260CD9683486A15725A9A8261 /* FlipperStateUpdateListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperStateUpdateListener.h; path = iOS/FlipperKit/FlipperStateUpdateListener.h; sourceTree = ""; }; + EFE04621758B7D5386F98E8CE285588A /* MasterPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MasterPtr.h; path = folly/experimental/MasterPtr.h; sourceTree = ""; }; + F00E4B2340C9A3B7D39FE8B00EE556E4 /* F14Map.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Map.h; path = folly/container/F14Map.h; sourceTree = ""; }; + F02874B2F1845E133C97EDF43E7D3BC5 /* GULHeartbeatDateStorageUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorageUserDefaults.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h; sourceTree = ""; }; + F0319263C96B118DC130C422AFDDA317 /* dso.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dso.h; path = ios/include/openssl/dso.h; sourceTree = ""; }; + F03ADB01617EDE9BCC87D62845FF3283 /* GDTCOREvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCOREvent.m; path = GoogleDataTransport/GDTCORLibrary/GDTCOREvent.m; sourceTree = ""; }; + F0447AA15E88D7F8CEB3BE5F27A23673 /* TOCroppedImageAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCroppedImageAttributes.h; path = "Objective-C/TOCropViewController/Models/TOCroppedImageAttributes.h"; sourceTree = ""; }; + F04E92904E80D8BE551A083F1BF682F4 /* FirebaseCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.debug.xcconfig; sourceTree = ""; }; + F052E0389266E45535BEEE32865797DD /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; + F080EF237570E950EE9DC8963E577004 /* yuv_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse41.c; path = src/dsp/yuv_sse41.c; sourceTree = ""; }; + F095BAA886C074EA14CCD6EA6FA74CB5 /* Portability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Portability.h; path = folly/futures/Portability.h; sourceTree = ""; }; + F097D2E594A029BA815DA497F895457E /* kssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = kssl.h; path = ios/include/openssl/kssl.h; sourceTree = ""; }; + F0A212B22A78F249006BEF8AD24268D4 /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = folly/Exception.h; sourceTree = ""; }; + F0B3EB7937D1E3E6786104A5843E1BAC /* opensslconf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = opensslconf.h; path = ios/include/openssl/opensslconf.h; sourceTree = ""; }; + F0CB9260D7E04E336DD3241946AC70FA /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageCache.m; sourceTree = ""; }; + F0D92452642E2F8A719AA67BF5CDF509 /* UMBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBridgeModule.h; path = UMReactNativeAdapter/UMBridgeModule.h; sourceTree = ""; }; + F0E34845366B28F41FE9BE680D98AE81 /* Retrying.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Retrying.h; path = folly/futures/Retrying.h; sourceTree = ""; }; + F0EA4FE9C47F16DA6B45F8993E5EE6A3 /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; + F0FADEFAB5C88FF56A835C1336268C61 /* Flipper-Glog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-Glog.release.xcconfig"; sourceTree = ""; }; + F109543FB53FFB5D65A64AE083115947 /* ThreadCachedInts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedInts.h; path = folly/synchronization/detail/ThreadCachedInts.h; sourceTree = ""; }; + F116A89B4D919B11DEB5D4D37E516551 /* openssl_opensslconf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_opensslconf.h; path = Core/aes/openssl/openssl_opensslconf.h; sourceTree = ""; }; + F11FE81C84E744F2D08316835AED3395 /* UMReactFontManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactFontManager.m; sourceTree = ""; }; + F12A38323B63EE4B401618B699FEB85B /* RNCSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSlider.h; path = ios/RNCSlider.h; sourceTree = ""; }; + F12E2CB31477C190B6C2F49F9455E893 /* BugsnagReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = BugsnagReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + F14F0A91E85391B19F147DB7F371E15F /* RNFetchBlobProgress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobProgress.h; path = ios/RNFetchBlobProgress.h; sourceTree = ""; }; + F169801D74BF2F7DF1682E5000A968E1 /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; + F193373EE41176CDAAEAD430F32E2CA9 /* RNDateTimePicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDateTimePicker.release.xcconfig; sourceTree = ""; }; + F19F7570FD3F66E7B5C7E301F35F368E /* FIRCLSMultipartMimeStreamEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMultipartMimeStreamEncoder.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.m; sourceTree = ""; }; + F1BB717E459505BDE807FACF64283992 /* BSG_KSCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry.h; sourceTree = ""; }; + F1BD105A53F28931D3A575BF27F9BF19 /* RNLongPressHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNLongPressHandler.h; sourceTree = ""; }; + F21C5DF9D8B9A04C0865DDB03FC4F574 /* react-native-netinfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-netinfo-dummy.m"; sourceTree = ""; }; + F21C7F8C02C316554FC041B6CC0F60D0 /* MMKV.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MMKV.debug.xcconfig; sourceTree = ""; }; F21CCAF47107D491C484F4743F565B80 /* Pods-defaults-RocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-defaults-RocketChatRN-dummy.m"; sourceTree = ""; }; - F22EB5E9D9AF14B732F142E39A2B20D2 /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; 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 = ""; }; + F21E872AAB1925D7EC85492A1DADE0C2 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; + F21F9A90C1FDFEE50A904E19B1DD59EC /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; + F231A1BA3BFD6465F7B42C9E7985E7B1 /* UMPermissionsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsInterface.h; path = UMPermissionsInterface/UMPermissionsInterface.h; sourceTree = ""; }; + F2472818C64EE672E590316DC60FED2E /* UIImage+ExtendedCacheData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ExtendedCacheData.m"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.m"; 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 = ""; }; - F266F72242850B33D15ECC1F00DEAA57 /* BSG_KSCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReport.h; sourceTree = ""; }; - F26B1C082DD4EEC193B7FA7CFD8196DD /* RNDocumentPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDocumentPicker.m; path = ios/RNDocumentPicker/RNDocumentPicker.m; sourceTree = ""; }; - F26D9D3CD1FDB6B1F573CC6ADB59CDB6 /* HighlighterViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = HighlighterViewManager.m; sourceTree = ""; }; - F2762814A7587F19202BFB07EF984BCB /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; - F2803B32CD03D0764CA45200B582E87A /* EXKeepAwake.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXKeepAwake.h; path = EXKeepAwake/EXKeepAwake.h; sourceTree = ""; }; - F2A072DAD06828D908B0B35346A48E71 /* BugsnagCrashReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashReport.m; sourceTree = ""; }; - F2A52CBE2AF719EC96CEC5AF71BFF66E /* StreamsWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamsWriter.h; path = rsocket/statemachine/StreamsWriter.h; sourceTree = ""; }; - F2C4DA622BEA8FA1B5C5FE77EA51780C /* Yoga.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.release.xcconfig; sourceTree = ""; }; - F2C4DD8F7E693DDCB52615BF91AADFB3 /* AtomicNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicNotification.h; path = folly/synchronization/AtomicNotification.h; sourceTree = ""; }; - F2C5BA22BE754695CF24BF006C42654F /* react-native-simple-crypto-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-simple-crypto-umbrella.h"; sourceTree = ""; }; - F2C743BEBB9E434F0B74F5D246EC3F0E /* RNNotificationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationsStore.h; path = RNNotifications/RNNotificationsStore.h; sourceTree = ""; }; - F2C763042E0E3AE69195FEC504AD50CA /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.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 = ""; }; - F2D82F5B5F445C31F9250E7A54AFB35B /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; + F260D40C67B6C43E338486544A2DB942 /* UMNativeModulesProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMNativeModulesProxy.h; sourceTree = ""; }; + F2A1E5A6A9087E9A6A0A061F0FD8BA1A /* RNSScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreen.m; path = ios/RNSScreen.m; sourceTree = ""; }; + F2ABA0EC6DD27A758C9B450D18626FDA /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; + F2B396E53C011D5E54D1CFDAC69E9D1C /* StampedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StampedPtr.h; path = folly/experimental/StampedPtr.h; sourceTree = ""; }; + F2BDD2B7D1D8369CE393B440F6BFA2A2 /* webpi_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = webpi_dec.h; path = src/dec/webpi_dec.h; sourceTree = ""; }; + F2C2BB0DB993AA46BDE31C6480F8D0BE /* RNNativeViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNNativeViewHandler.m; sourceTree = ""; }; + F2C2D9FDC8636D5A363D58D8A447865E /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; + F2C868FEEAE6E9F5B32A1321FCDEB7D9 /* React-RCTNetwork.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.release.xcconfig"; sourceTree = ""; }; + F2CC53EAC77535E93AE3897A89D2CFD9 /* GoogleAppMeasurement.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.release.xcconfig; sourceTree = ""; }; + F2D47A82A7F3AA9E113D651AE7113737 /* RCTTypeSafety.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.debug.xcconfig; sourceTree = ""; }; + F2DD07835459A9D6F1FF5F37F4B6EC0B /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; + F2E278565445CA941506BA7674691D36 /* REAJSCallNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAJSCallNode.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; }; - F30830DE00CD54485522E327CE1C96EB /* RNCAppearanceProviderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProviderManager.h; path = ios/Appearance/RNCAppearanceProviderManager.h; sourceTree = ""; }; + F2F6B185C96E26F4C4A46FCB8224FFA6 /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; + F2FA626FC5B11259CB0E2AABB5CA7286 /* BSG_KSMach_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_64.c; sourceTree = ""; }; + F2FC2B41C67F4CF2B488D917FED71204 /* SKBufferingPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKBufferingPlugin.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin.h; sourceTree = ""; }; F30FCE3AC19A17A706E00638A3116BEF /* Pods-defaults-RocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-defaults-RocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; - F31409B1E003E1A81B593C55B1EC27E6 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; - F31506299E3D96346DAF9B5E7C636E67 /* MMKVStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MMKVStorage.m; path = ios/MMKVStorage.m; sourceTree = ""; }; - F31AA4C1F8E0C33F3A2C42126EC9F514 /* QBAssetsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetsViewController.m; path = ios/QBImagePicker/QBImagePicker/QBAssetsViewController.m; sourceTree = ""; }; - F31AEDA77B250886BAE9F22BC386C370 /* dns_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dns_compat.h; path = src/event2/dns_compat.h; sourceTree = ""; }; - F32788FF4C72EAC8F2A4172E2B21B048 /* ru.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ru.lproj; path = "Objective-C/TOCropViewController/Resources/ru.lproj"; sourceTree = ""; }; + F31840965883EECBEC12CEE78559CB40 /* RNCAppearance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearance.m; path = ios/Appearance/RNCAppearance.m; sourceTree = ""; }; + F31D51E8C7909AA1C6D2152AA84B7B2A /* DuplexConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DuplexConnection.h; path = rsocket/DuplexConnection.h; sourceTree = ""; }; + F31FF9EB75D8FD46BF7C1FABA1BDEE65 /* StreamResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamResponder.cpp; path = rsocket/statemachine/StreamResponder.cpp; sourceTree = ""; }; F32A0F7045702BDFBAB9059CAD1938C9 /* Pods-ShareRocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ShareRocketChatRN-acknowledgements.plist"; sourceTree = ""; }; - F32A45959D3AF5405D68E92CA1BFD497 /* RNFetchBlob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFetchBlob.h; sourceTree = ""; }; - F33A8BB2F0560B24EA69F8E08E8AB281 /* RNFBApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBApp.debug.xcconfig; sourceTree = ""; }; - F34594A83A4070F814BCA781477A48EE /* RNGestureHandler.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.debug.xcconfig; sourceTree = ""; }; - F355430BCEB2E3A6F3DEFD275DA5CDBD /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; - F35B8C8FF2AA9B98404FED996E3F9493 /* RCTConvertHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvertHelpers.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 = ""; }; - F394992E816A4233E71524E8EA6F5235 /* FIRCLSURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLSession.m; path = Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSession.m; 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 = ""; }; - F3D9947B7637DFBA6E3F2645FC8B2E11 /* GULHeartbeatDateStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorage.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorage.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 = ""; }; - F42A3E6D85625C30655B009397B6CD77 /* RNFetchBlobNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobNetwork.m; path = ios/RNFetchBlobNetwork.m; sourceTree = ""; }; - F42AAA355A3F7E38C3EE5BDA345DF384 /* BSG_KSSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemCapabilities.h; sourceTree = ""; }; - F42DE8EAA42C9C6FB9C7D7A7422E8D0B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - F4361B8AE1DA7B22DE9AE590810825ED /* RNLongPressHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNLongPressHandler.m; sourceTree = ""; }; - F4563D2A2BF4C54C00CE10513E7ECB95 /* IPAddressSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressSource.h; path = folly/detail/IPAddressSource.h; sourceTree = ""; }; - F45D1F594B80F58238D4157D74265F87 /* rn-fetch-blob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-fetch-blob-dummy.m"; 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 = ""; }; - F4ED5D2AB68AC9DC3AFC7FFE6A02978E /* SSLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLSession.h; path = folly/ssl/SSLSession.h; sourceTree = ""; }; - F4EE9DA4AF87D552760151E5FE58830D /* RNDateTimePicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDateTimePicker.debug.xcconfig; sourceTree = ""; }; - F4F07B53F4A0B9B4DA4112D117AE7567 /* Hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Hmac.h; sourceTree = ""; }; - F4F0884BFE243B92759B5D2C4916D522 /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; - F51EBD7D1E38C1BF4D25338DB69E8B16 /* RCTAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAppearance.h; path = React/CoreModules/RCTAppearance.h; sourceTree = ""; }; - F54E91B2A8A2DAF5DA0ADBC12123D9C6 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - F5719F203A8CF13493A18C6B83A42B0B /* ParallelMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParallelMap.h; path = folly/gen/ParallelMap.h; sourceTree = ""; }; + F33D3EE3DB4D9C87E1A54204A7C250A1 /* RNNotificationCenterListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterListener.h; path = lib/ios/RNNotificationCenterListener.h; sourceTree = ""; }; + F3A406E11DF1BB4D2A03CA238D3B1282 /* GULSceneDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULSceneDelegateSwizzler.h; sourceTree = ""; }; + F3C8F000171AEA51BDF23AEBBF2CBD05 /* GULURLSessionDataResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULURLSessionDataResponse.m; path = GoogleUtilities/Environment/URLSessionPromiseWrapper/GULURLSessionDataResponse.m; sourceTree = ""; }; + F3EFE1742BA233A5E54A632041170899 /* GCDAsyncUdpSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GCDAsyncUdpSocket.m; path = Source/GCD/GCDAsyncUdpSocket.m; sourceTree = ""; }; + F3FC79BCF499038F27529FA9A1788008 /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; + F3FCC23C8CFA46473EDCC0DD374257AC /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + F4032834F64D10DD661B51BBFA81651F /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + F40FF1BFB461211BE6FE4E151A34C19F /* FIRCLSInternalLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInternalLogging.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.h; sourceTree = ""; }; + F4189D70C0EC786866424A5EDFA21221 /* NSURLSession+GULPromises.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLSession+GULPromises.m"; path = "GoogleUtilities/Environment/URLSessionPromiseWrapper/NSURLSession+GULPromises.m"; sourceTree = ""; }; + F4348D53948584E587C5449D63AA7DE1 /* Merge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Merge.h; path = folly/container/Merge.h; sourceTree = ""; }; + F43A2CF805CF7BE5E1EB45F7811A99D2 /* EnableSharedFromThis.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EnableSharedFromThis.h; path = folly/memory/EnableSharedFromThis.h; sourceTree = ""; }; + F44DCF6DF81C9BEB2EC520A0261ED0D1 /* StaticSingletonManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StaticSingletonManager.h; path = folly/detail/StaticSingletonManager.h; sourceTree = ""; }; + F45095C2157523B25E996AD8A3A5A817 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; + F4528F6A62290DD19BEB89B1276CF901 /* libMMKV.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = libMMKV.mm; path = iOS/MMKV/MMKV/libMMKV.mm; sourceTree = ""; }; + F45CF0F2AFB05EAC2A3A44D0A72C79E0 /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; + F45F7A6C29A461BB59EDB46E1868C204 /* UMModuleRegistryAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryAdapter.m; sourceTree = ""; }; + F4B427F115318E7796D116F726F56BE4 /* lossless_enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse2.c; path = src/dsp/lossless_enc_sse2.c; sourceTree = ""; }; + F4B7F43D92F517D479CC9A28E333C65C /* IOThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOThreadPoolExecutor.h; path = folly/executors/IOThreadPoolExecutor.h; sourceTree = ""; }; + F4BD6B5345E2846397417812A9592B01 /* UMBarCodeScannerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerInterface.h; sourceTree = ""; }; + F4D8261765BB6EFE0A638F7D3466A8F4 /* FKUserDefaultsPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKUserDefaultsPlugin.h; path = iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsPlugin.h; sourceTree = ""; }; + F4EA7CACF285CEBABE589DEC47AFFF74 /* CacheLocality.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CacheLocality.cpp; path = folly/concurrency/CacheLocality.cpp; sourceTree = ""; }; + F4EC378341B62280BF5BF05EFDE242D9 /* FIRCLSMachOSlice.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachOSlice.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.h; sourceTree = ""; }; + F4F661F075F44F73F29CE608C045841A /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = FirebaseCore/Sources/FIRApp.m; sourceTree = ""; }; + F4FCF538DE7DC716C6101B94BF793324 /* MMKV_Android.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKV_Android.cpp; path = Core/MMKV_Android.cpp; sourceTree = ""; }; + F50A8885B9A2B41A6DBA27B0E58562C9 /* EXConstantsService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstantsService.m; path = EXConstants/EXConstantsService.m; sourceTree = ""; }; + F50EF7FB6A4D65E0A9F605CE864C7810 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = NativeToJsBridge.cpp; sourceTree = ""; }; + F51242A385AB1B2032B7269E1F652A53 /* ro.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ro.lproj; path = "Objective-C/TOCropViewController/Resources/ro.lproj"; sourceTree = ""; }; + F513E22C75A5E4DD32C7EF6DC01496EB /* MMKV-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MMKV-dummy.m"; sourceTree = ""; }; + F521417F4CF055538C727BA4F5C75E75 /* FIRCLSProcessReportOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSProcessReportOperation.h; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.h; sourceTree = ""; }; + F5316DFC67801402B27BDD23DCE8A4CF /* FirebaseCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCrashlytics.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FirebaseCrashlytics.h; sourceTree = ""; }; + F5442DD33054B362F63E0B4247B93F54 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = YogaKit/Source/YGLayout.h; sourceTree = ""; }; + F5451DB906023A272CCE76C7E9D8390F /* FIRCLSMachOBinary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachOBinary.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.h; sourceTree = ""; }; + F54E9462DA58C21148AECC7482DD3FEB /* RCTImageLoaderWithAttributionProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderWithAttributionProtocol.h; path = Libraries/Image/RCTImageLoaderWithAttributionProtocol.h; sourceTree = ""; }; + F54F62AA909644A836BEC59811521616 /* BugsnagCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashSentry.h; sourceTree = ""; }; + F5555B4EBC29F68FDB73CEEF962BAAE6 /* FIRCLSRecordBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordBase.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.m; sourceTree = ""; }; + F56C7D4811CB497A132E49926268B968 /* Subscription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Subscription.h; path = yarpl/observable/Subscription.h; sourceTree = ""; }; + F57144E00CBD21BD8BCC6ED1A99ADC2A /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; + F57E017371A13295C341DDCBD5070614 /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; + F57E9E1AF5760F448961091BEED0638E /* GDTCORConsoleLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORConsoleLogger.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORConsoleLogger.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 = ""; }; - F5919FFDB76878199818BE35674B13D3 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; - F5A97C7E23F67F99D8CA55896B4FD8D6 /* http_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = http_struct.h; path = src/event2/http_struct.h; sourceTree = ""; }; - F5BCC5E7683F64AFB800E6E22E9A71AB /* RNDateTimePicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDateTimePicker.release.xcconfig; sourceTree = ""; }; - F5DAD26D386B7F01E15310A004C76843 /* x509.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509.h; path = ios/include/openssl/x509.h; sourceTree = ""; }; + F58062F35BB0A17C10E996942C4C09A4 /* RCTConvert+FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FIROptions.m"; path = "ios/RNFBApp/RCTConvert+FIROptions.m"; sourceTree = ""; }; + F58EECF110960C015F74E77422624DA5 /* RNFBCrashlyticsNativeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBCrashlyticsNativeHelper.m; path = ios/RNFBCrashlytics/RNFBCrashlyticsNativeHelper.m; sourceTree = ""; }; + F5B96C529C1483CA2DE3670961635939 /* upsampling_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_neon.c; path = src/dsp/upsampling_neon.c; sourceTree = ""; }; + F5BF487491AFFB4F8F5B67E05F4700AF /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; + F5D062B7CFC72F00AD43C2AADB6AF286 /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.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 = ""; }; - 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 = ""; }; - F632A767D36CA96430D21AAC35EAE443 /* RNCSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaShadowView.h; path = ios/SafeAreaView/RNCSafeAreaShadowView.h; sourceTree = ""; }; - F6418834A7363EC7A8C7BFDFBF33CCD9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - F655C1597FD17DA9BB414230A62B1466 /* CertificateUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CertificateUtils.h; path = xplat/Flipper/CertificateUtils.h; sourceTree = ""; }; - F669828832BD25B48E7F4FC5F15424FE /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; - F682780033159E45107B4D98B702A331 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; - F68CBBCD9EBB3603407F3147FE23D5E8 /* UMFontInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.release.xcconfig; sourceTree = ""; }; - F69CB8D9F93323555C90E0798AC08B12 /* FKUserDefaultsPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKUserDefaultsPlugin.h; path = iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsPlugin.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 = ""; }; - F6CA04B2526A8B12D45C7D0D4ED8834A /* 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; }; - F6CB89DCD2375D78BABAB8F932A02843 /* FIRStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRStackFrame.m; path = Crashlytics/Crashlytics/FIRStackFrame.m; sourceTree = ""; }; - F6DAE140949D3190B198267DA959FD9A /* RNForceTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNForceTouchHandler.m; sourceTree = ""; }; - F6DDA5F37439A7C0B0507640DAC13F3F /* BSG_KSCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportStore.h; sourceTree = ""; }; - F6EF54B35B03735C999E9A9225B3CDAF /* FlowableObserveOnOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableObserveOnOperator.h; path = yarpl/flowable/FlowableObserveOnOperator.h; sourceTree = ""; }; + F5E320E3CF5409E15B28F32BBDD745A1 /* AtomicUnorderedMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUnorderedMap.h; path = folly/AtomicUnorderedMap.h; sourceTree = ""; }; + F5E56FAC2648A7780ED257D253C8EE87 /* FIRInstallationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStore.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.m; sourceTree = ""; }; + F5E8F15C642CD10B38D0C188B978B322 /* HHWheelTimer-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "HHWheelTimer-fwd.h"; path = "folly/io/async/HHWheelTimer-fwd.h"; sourceTree = ""; }; + F5EADD739BCFD870697BDA421A4D6BB4 /* BSG_KSMachHeaders.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSMachHeaders.m; sourceTree = ""; }; + F5EB9D3965B477E8F2DE43A97C8EB46A /* evrpc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evrpc.h; path = src/evrpc.h; sourceTree = ""; }; + F5F505BC9160BE4457CBFA549AE53ED6 /* config_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = config_enc.c; path = src/enc/config_enc.c; sourceTree = ""; }; + F603A5DB1812F632C190E914E3DBE757 /* FIRComponentContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentContainer.m; path = FirebaseCore/Sources/FIRComponentContainer.m; sourceTree = ""; }; + F6087E36CC19BD2CDFF137F2FCCDD4E8 /* Foreach-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Foreach-inl.h"; path = "folly/container/Foreach-inl.h"; sourceTree = ""; }; + F61838FBFA9DC1EA8FE6C1BF737338DE /* RNImageCropPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.debug.xcconfig; sourceTree = ""; }; + F624F5B94C4B4DE1A481C4CF45D05D74 /* Flipper-RSocket.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-RSocket.debug.xcconfig"; sourceTree = ""; }; + F625610D000EF1065D9CE20E7D216A9A /* EXKeepAwake.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXKeepAwake.m; path = EXKeepAwake/EXKeepAwake.m; sourceTree = ""; }; + F62A97D6CA22517B27362DE7E3634D02 /* RNFBAppModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBAppModule.h; path = ios/RNFBApp/RNFBAppModule.h; sourceTree = ""; }; + F62C15DDDBB5223C5813CC7A54612249 /* TurboModuleBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModuleBinding.cpp; path = turbomodule/core/TurboModuleBinding.cpp; sourceTree = ""; }; + F63AE79BFD695A1F10284D8B26E24B09 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; + F63B67BED1FE1EA0C646CB6BE2105AEA /* BugsnagSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSink.m; sourceTree = ""; }; + F644C4FAC23A5012F62293F0F01AEF36 /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; + F645941FFCF6AB09BB12FEF19CFE33AC /* lossless_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_msa.c; path = src/dsp/lossless_msa.c; sourceTree = ""; }; + F657B737E4B7769752E2A7221611ACDE /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; + F687608F03CB8359C7A22F7CA36D034F /* RNDocumentPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDocumentPicker.m; path = ios/RNDocumentPicker/RNDocumentPicker.m; sourceTree = ""; }; + F6904D78DB9094098E6C65587921E5B9 /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; + F69281AA9D5246E85FB21CEA44251355 /* LNInterpolable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolable.h; sourceTree = ""; }; + F69A50A794CF8A77DEEEF106F9518851 /* BugsnagApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagApiClient.m; sourceTree = ""; }; + F6C68634E9756F10B6575CA2A6A83248 /* 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; }; + F6CF0BE281F3E23B7AE87DEE83CA8934 /* RNFetchBlobConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobConst.h; path = ios/RNFetchBlobConst.h; sourceTree = ""; }; + F6E0B90B11B44FA8B6E34DE2BC412888 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Sources/Private/FIROptionsInternal.h; sourceTree = ""; }; + F6E75DC7C207B578E3238965976E5B33 /* RCTImageView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageView.mm; sourceTree = ""; }; + F71988989C29651C01187C3A19D5F74B /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; + F71A0355690210AB7B4967596B631FCF /* FirebaseCrashlytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCrashlytics.debug.xcconfig; sourceTree = ""; }; F71EBF73F354B475D465FF6DE9A66707 /* libReact-RCTBlob.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTBlob.a"; path = "libReact-RCTBlob.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F753091973CA7BB1B741C889CF200EC4 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = Libraries/Image/RCTImageLoader.h; sourceTree = ""; }; - F75A5D5238E86595CED89365021A2AC0 /* FIRInstallationsErrorUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsErrorUtil.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m; sourceTree = ""; }; - F7737B852E1DE2C4464E50CF2222FA4F /* FlipperConnectionManagerImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnectionManagerImpl.h; path = xplat/Flipper/FlipperConnectionManagerImpl.h; sourceTree = ""; }; - F780E07458725370847BBBBE826CC2C6 /* FIRInstallationsAuthTokenResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResultInternal.h; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResultInternal.h; sourceTree = ""; }; - F7841F0B03E0370234E86BA0FC68CB1B /* RCTScrollEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollEvent.h; sourceTree = ""; }; - F788EA36EEE91148D450B5F7EAC1D8EA /* RSocketClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketClient.cpp; path = rsocket/RSocketClient.cpp; sourceTree = ""; }; - F7AB5908A1F99A8F355AE51852EE3194 /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; - F7BA1E6DC21CDC2028F8774C5C4070CB /* UninitializedMemoryHacks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UninitializedMemoryHacks.h; path = folly/memory/UninitializedMemoryHacks.h; sourceTree = ""; }; - F7F5D3A71E806D9439B38F5E1859D219 /* RNPanHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPanHandler.m; sourceTree = ""; }; - F8157CC4F2CF42743A73C3C7FF0A2A1B /* Promise-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Promise-inl.h"; path = "folly/futures/Promise-inl.h"; 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 = ""; }; - F83DAAAD8731F1350CCEE0258743071D /* FunctionScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FunctionScheduler.h; path = folly/experimental/FunctionScheduler.h; sourceTree = ""; }; - F85202F838C190B6BE8034346BEAFCB8 /* SDWebImageTransitionInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransitionInternal.h; path = SDWebImage/Private/SDWebImageTransitionInternal.h; 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 = ""; }; - F8A5CE8F5B69BF8BD920AF70555786C8 /* SysMembarrier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysMembarrier.cpp; path = folly/portability/SysMembarrier.cpp; sourceTree = ""; }; - F8CD2D78D6537177AE3BBD623C45E256 /* UMReactFontManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactFontManager.m; sourceTree = ""; }; - F8DE4697E4B5DFB8BE55C350C2668976 /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; - F8E0FE2BD94D21126C475F2C228156DF /* Padded.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Padded.h; path = folly/Padded.h; 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 = ""; }; - F9544B2054D53E5D3651EB063F430664 /* GFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GFlags.h; path = folly/portability/GFlags.h; sourceTree = ""; }; + F722727B203F0E6D3A584AF979C40820 /* RNCSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSliderManager.m; path = ios/RNCSliderManager.m; sourceTree = ""; }; + F7293F6C407EB613957A15A670E3F507 /* glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-prefix.pch"; sourceTree = ""; }; + F72963F52FD496879703188F65A99526 /* ColdResumeHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ColdResumeHandler.cpp; path = rsocket/ColdResumeHandler.cpp; sourceTree = ""; }; + F72B13613BB8419F04F6AE6397C13097 /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m; sourceTree = ""; }; + F72E8E6136B42C6ECA5689A9D0EB455C /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; + F7343FCA006EA480EC3675A9011D61AE /* NSData+EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+EXFileSystem.m"; path = "EXFileSystem/NSData+EXFileSystem.m"; sourceTree = ""; }; + F73547CCBF9B2A6E5CD5875CC521034C /* cost_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cost_enc.h; path = src/enc/cost_enc.h; sourceTree = ""; }; + F7354B71205383ABEE882621E768F870 /* StaticTracepoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StaticTracepoint.h; path = folly/tracing/StaticTracepoint.h; sourceTree = ""; }; + F73711DF2F0CE3BC8092AC65CF302B9B /* KeyboardTrackingViewTempManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = KeyboardTrackingViewTempManager.m; sourceTree = ""; }; + F740A2A5FFB8A074E2B07D79875C093C /* tree_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_dec.c; path = src/dec/tree_dec.c; sourceTree = ""; }; + F7724D327E786A1292F6A69F341AD291 /* PromisesObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.debug.xcconfig; sourceTree = ""; }; + F789195EB68154A2898E9DB1C135FE3F /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; + F79558F91EDD62F88387299E7E1EEC11 /* 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 = ""; }; + F79B406AB7791D2F6977E27A2D6A3D9E /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; + F7C8AE4CAE168377AAA864FCD5097C82 /* SKTouch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKTouch.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.m; sourceTree = ""; }; + F7D288299E78ADA9FAB182A92F4C0A0B /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; + F7D2DCB15D0F542D6FD2AF5F99AEC1A9 /* vp8_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8_dec.c; path = src/dec/vp8_dec.c; sourceTree = ""; }; + F7DB9E2B9E098CFE7769390F10991574 /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; + F7DE9F2E6AB122579861FB5FE076D6F5 /* Fixture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fixture.h; path = rsocket/benchmarks/Fixture.h; sourceTree = ""; }; + F7E9A5968F003BD0399745237710D8B8 /* webp_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_dec.c; path = src/dec/webp_dec.c; sourceTree = ""; }; + F7F5084851887092EA0A41311A86F0BA /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; + F7F7394BA8B8FBE6CD5155280A12AE7A /* RNFBCrashlytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFBCrashlytics-dummy.m"; sourceTree = ""; }; + F802C2DA01616E16499E2F18A399D76B /* RNFetchBlobConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobConst.m; path = ios/RNFetchBlobConst.m; sourceTree = ""; }; + F80DCB0FBB2B4693848B7858B0600A1F /* EXSessionDownloadTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionDownloadTaskDelegate.m; sourceTree = ""; }; + F80DD0120E3B4962FE5AF4B9D35C2548 /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; + F810D3080C03F5B9427FD37AF1BC3F58 /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRedBox.h; path = React/CoreModules/RCTRedBox.h; sourceTree = ""; }; + F811242D0CE314D919360EA5B0C854FC /* react-native-simple-crypto.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-simple-crypto.release.xcconfig"; sourceTree = ""; }; + F815DD49D22A0D332EB058F71B8905CC /* EventBaseThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseThread.h; path = folly/io/async/EventBaseThread.h; sourceTree = ""; }; + F828B8649620DEF1DE49477491A42A2F /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; + F82DDEE4EF918571216B826F13B9117E /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; + F833390A582A5A14D4C7CD59E468B00C /* crc32_armv8.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = crc32_armv8.cpp; path = Core/crc32/crc32_armv8.cpp; sourceTree = ""; }; + F843269D950856FE92618D85014D52E2 /* BugsnagConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagConfiguration.m; sourceTree = ""; }; + F868D8CE3EA5EFF1FD5BCBBB985B06BD /* Padded.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Padded.h; path = folly/Padded.h; sourceTree = ""; }; + F88DBC55EEE3C7F5AD8FA5CDC63B078C /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; + F8966AB8B2CD404A9B4687AAA7C1EB5A /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; + F8CE02C655942EBB953BCE6793255712 /* Random-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Random-inl.h"; path = "folly/Random-inl.h"; sourceTree = ""; }; + F8D22B8363FF7080ED8A1A9137E71A9D /* rescaler_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_sse2.c; path = src/dsp/rescaler_sse2.c; sourceTree = ""; }; + F8F1CF9120A05BB603582807E4331BA1 /* Combine-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Combine-inl.h"; path = "folly/gen/Combine-inl.h"; sourceTree = ""; }; + F900F29D0A3BC3992C96E0EDB67A174D /* SysStat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysStat.h; path = folly/portability/SysStat.h; sourceTree = ""; }; + F914107AD36D3211057C50C73CDD5C61 /* EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystem.h; path = EXFileSystem/EXFileSystem.h; sourceTree = ""; }; + F9207B263353B75894B87E61C29D207A /* UMViewManagerAdapterClassesRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapterClassesRegistry.h; sourceTree = ""; }; + F92B9175B05D33B91C212532378AC42D /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; F958876A082BF810B342435CE3FB5AF6 /* libRCTTypeSafety.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRCTTypeSafety.a; path = libRCTTypeSafety.a; sourceTree = BUILT_PRODUCTS_DIR; }; - F95BC68138A531DEC3F8934B08A59C4E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; 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 = ""; }; - F99A2A0EFB2F546CA443915DDB1BB9EE /* BSG_RFC3339DateTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_RFC3339DateTool.h; sourceTree = ""; }; - F9B2F44D1FBF8A3BFE971151FCD3EA16 /* RCTConvert+ART.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+ART.h"; path = "ios/RCTConvert+ART.h"; sourceTree = ""; }; - F9B8BC982B216B1EDB4C854371A2BAB1 /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; - F9BD1D975B23D7001EA9B37025AA94A3 /* RootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootView.h; path = ios/RootView.h; sourceTree = ""; }; - F9C83C94C5A033DE5FC5256781BFDC51 /* RNRootView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNRootView-dummy.m"; sourceTree = ""; }; - F9CE521AFAECCB738BA0B5EFFDE56158 /* BSG_KSCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrash.h; sourceTree = ""; }; - F9ED12E7077B274BE0BC4E830189C39F /* RSocketStateMachine.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketStateMachine.cpp; path = rsocket/statemachine/RSocketStateMachine.cpp; sourceTree = ""; }; - F9F17229D01CC29A7EF2AEF9A4E366C9 /* Init.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Init.h; path = folly/init/Init.h; sourceTree = ""; }; - FA0FEA8E607E301D5F2373D7D4D6A299 /* TOActivityCroppedImageProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOActivityCroppedImageProvider.m; path = "Objective-C/TOCropViewController/Models/TOActivityCroppedImageProvider.m"; sourceTree = ""; }; - FA2F6ED5027AAA26EA743798C2086445 /* UMPermissionsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsInterface.h; path = UMPermissionsInterface/UMPermissionsInterface.h; sourceTree = ""; }; - FA335C576325181DFCD0D9B8E1541E7A /* FIRCLSUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.h; sourceTree = ""; }; - FA700A1128BEF46A73E29BC782C59350 /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; - FA914E3E87FF644009EDE538093FCFC0 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; - FAB821B01BD1C2FA92D45FB59DD2F103 /* RNFastImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFastImage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - FAC2C83F16311FCBBB047B9E5621A92E /* CallOnce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallOnce.h; path = folly/synchronization/CallOnce.h; sourceTree = ""; }; - FACC24861EAB5D7A2A9E5BD0C24CBBAB /* FlipperConnectionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnectionManager.h; path = xplat/Flipper/FlipperConnectionManager.h; sourceTree = ""; }; - FACD07E41A4ED52B18C4E3C2C4BED837 /* REABlockNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABlockNode.m; sourceTree = ""; }; - FAD871AA491F3FC189067A35BB1A4AB9 /* RNFBPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBPreferences.m; path = ios/RNFBApp/RNFBPreferences.m; sourceTree = ""; }; - FAF3ACA5184AE224B438E2FABBD5D7F5 /* SingletonStackTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingletonStackTrace.h; path = folly/detail/SingletonStackTrace.h; sourceTree = ""; }; - FAF5E90534587955F75F0BA1B47586A0 /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.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 = ""; }; - FB205347D6F99BB9304F49B652D078BD /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; - FB3A0F719A601D38C1750976D56549FA /* RNGestureHandlerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerManager.h; path = ios/RNGestureHandlerManager.h; sourceTree = ""; }; - FB437819C3CB763687BA72A5AAA2A4EA /* CodedInputData.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedInputData.cpp; path = Core/CodedInputData.cpp; sourceTree = ""; }; - FB487C1EC517E34306ED0D2F6E1BCB95 /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; 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 = ""; }; - FB7F8C30830E4AF654D2E0123BFD96CB /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; 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 = ""; }; - FBE21C8DD59B78D45E19D2FC6DB0EC93 /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; - FBE5B1C5E12A78C9F3C9668513067AD8 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; - FC09B797AFBDA594749FFECCC24635D4 /* Log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Log.h; path = xplat/Flipper/Log.h; sourceTree = ""; }; - FC220B6E38C914562BCAEED83DE32B2E /* BSG_KSCrashSentry.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry.c; 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 = ""; }; - 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 = ""; }; - FC5656AD94E10FCEBE95890817CBFDFB /* BugsnagReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BugsnagReactNative-prefix.pch"; 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 = ""; }; - FCA3E59BF46D2A480D2F0E668E8F8DA2 /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.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 = ""; }; - FCB9ECE1948D8CECB7AB5CC98DF399F2 /* BlurViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlurViewManager.h; path = ios/BlurViewManager.h; sourceTree = ""; }; - FCC5804A7718ED767C13AA3060F91D5E /* dynamic-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "dynamic-inl.h"; path = "folly/dynamic-inl.h"; sourceTree = ""; }; - FCD3D4FF6492F93FBFAFA52CEB8A6ECA /* RNCMaskedView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNCMaskedView-dummy.m"; sourceTree = ""; }; - FCDFDD4C5914D4E4C5E79180704E909F /* AntDesign.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = AntDesign.ttf; path = Fonts/AntDesign.ttf; sourceTree = ""; }; + F95D2F9F0BA791E763C76A93F145B0AC /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; + F9863355C469976967D7EBD7172970A8 /* ConnectionContextStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConnectionContextStore.h; path = xplat/Flipper/ConnectionContextStore.h; sourceTree = ""; }; + F98AED75F8111231240948648CF0C18C /* UMAppLoader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMAppLoader.release.xcconfig; sourceTree = ""; }; + F9B9B25C6B4DBDEB21C1A46EB7A7AD7D /* opensslconf-arm64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-arm64.h"; path = "ios/include/openssl/opensslconf-arm64.h"; sourceTree = ""; }; + F9BDF5263B9D9A6CF8FB783F8CABFE49 /* BSG_KSCrashSentry_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Signal.h; sourceTree = ""; }; + F9D3A919AD132D4C775E656BC8C9DE37 /* SocketOptionMap.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SocketOptionMap.cpp; path = folly/io/SocketOptionMap.cpp; sourceTree = ""; }; + F9D5C6E7B3812600E6897DB49A626917 /* Expected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Expected.h; path = folly/Expected.h; sourceTree = ""; }; + F9DE584754347DFBED8F7EAD5C268373 /* UMFileSystemInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.debug.xcconfig; sourceTree = ""; }; + FA441F0AC016E63BBA4AE0BD5A3D482A /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Sources/Private/FIRComponentType.h; sourceTree = ""; }; + FA5BD5C80CBC2DDE835BC275BF4CBBDC /* UMFontInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.release.xcconfig; sourceTree = ""; }; + FA6B3C349713AABB32DF41A57CAB881E /* RNLocalize.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.release.xcconfig; sourceTree = ""; }; + FA8DEB74B7BC6D1F35BBF7D2E2E5E789 /* FIRInstallationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStore.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.h; sourceTree = ""; }; + FAA93EABB3182583D7143D7471CFA2B3 /* SocketFastOpen.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SocketFastOpen.cpp; path = folly/detail/SocketFastOpen.cpp; sourceTree = ""; }; + FAE5EDEB4924E7738A7928F2B3DEF500 /* DecoratedAsyncTransportWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DecoratedAsyncTransportWrapper.h; path = folly/io/async/DecoratedAsyncTransportWrapper.h; sourceTree = ""; }; + FB04458AA54B79DC2A37E28D967A59B8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + FB8C7B1D98FD3CBE0695AC472CBD2E9E /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; + FB9456ABBD0373B1D5EB68A086E91376 /* FBLPromise+Retry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Retry.h"; path = "Sources/FBLPromises/include/FBLPromise+Retry.h"; sourceTree = ""; }; + FB99CDF35D38EF6ECD60769F0988A086 /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; + FBB29CFF96EC1E535059194D62EAC9C2 /* RSocketResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketResponder.cpp; path = rsocket/RSocketResponder.cpp; sourceTree = ""; }; + FBD0F432BD530E6E696BB84BCD7176DC /* REAOperatorNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAOperatorNode.m; sourceTree = ""; }; + FBD839991AE42823658E2598D306E87E /* UMEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitter.h; sourceTree = ""; }; + FBDAF0D8A885FA4AEF06E09221840EDC /* FlipperClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperClient.h; path = xplat/Flipper/FlipperClient.h; sourceTree = ""; }; + FBDD9203EDEEA17AD534A447228D559C /* ARTSolidColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSolidColor.m; sourceTree = ""; }; + FBE3CDDEB08ADCB60EFB843E2EE7555E /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = ""; }; + FBE8F98C3928641726A5DBFC8DB8FB8A /* RNDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDeviceInfo.h; path = ios/RNDeviceInfo/RNDeviceInfo.h; sourceTree = ""; }; + FBF0CD13E83198CAA245A9F2138D7CB9 /* react-native-cameraroll-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-cameraroll-prefix.pch"; sourceTree = ""; }; + FBFFC26E4BD7753EE4F5DB86F692B68C /* RCTNetworkTask.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworkTask.mm; sourceTree = ""; }; + FC0F4E6149A46461F4FB0AC7B070391C /* RNBackgroundTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBackgroundTimer.h; path = ios/RNBackgroundTimer.h; sourceTree = ""; }; + FC24A82EEB290E7DC5801F6A3AE7C99E /* MapUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MapUtil.h; path = folly/MapUtil.h; sourceTree = ""; }; + FC2B4605322202EFDAC57811B80DF842 /* React-RCTImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.debug.xcconfig"; sourceTree = ""; }; + FC3C70C065164865D7281583448C134C /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; + FC5C29C4E420C1453F29F1C2D6D83892 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; + FC75744FADD6E0527433A3023B316B0C /* FIRCLSDwarfUnwindRegisters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfUnwindRegisters.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwindRegisters.h; sourceTree = ""; }; + FC77EB12AE59D417A705071D907EE928 /* QuotientMultiSet-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QuotientMultiSet-inl.h"; path = "folly/experimental/QuotientMultiSet-inl.h"; sourceTree = ""; }; + FC863E1E269A724F121B3E26431A142D /* SingletonStackTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingletonStackTrace.h; path = folly/detail/SingletonStackTrace.h; sourceTree = ""; }; + FC8FFF3214454A7DBF0CA3095B0D8149 /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = "Objective-C/TOCropViewController/Resources/ja.lproj"; sourceTree = ""; }; + FCC1811666148D0BAD00D21412AB731F /* Sha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Sha.h; sourceTree = ""; }; + FCC4EDED4821290AF6F5B6B98C7015CC /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; + FCE0EEE6E7323F92AD1E20ADA1BC7051 /* FIRCLSUUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUUID.m; path = Crashlytics/Shared/FIRCLSUUID.m; sourceTree = ""; }; + FCE7E56F9A25F9242B34D98A399553C7 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; FCF61D9B2B75054A9A3185DDC609B7FF /* libSDWebImageWebPCoder.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImageWebPCoder.a; path = libSDWebImageWebPCoder.a; sourceTree = BUILT_PRODUCTS_DIR; }; - FCF8ACAF97A58556468490129AB66C7E /* GMock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMock.h; path = folly/portability/GMock.h; sourceTree = ""; }; - FD0BCC437B794608BC6F769E75028B3C /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.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 = ""; }; - 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 = ""; }; - FD63E0CBA6494F78296FE7F399E47ADA /* BugsnagReactNative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BugsnagReactNative.h; path = cocoa/BugsnagReactNative.h; sourceTree = ""; }; - FD79E4DA9AD74E14A844C181B79BF3A6 /* RCTConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConstants.m; sourceTree = ""; }; - FD80C234AF63FA9ADD17337BB61D112E /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; - FD83A6388F4FE63CA6DA9E4046756797 /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m; sourceTree = ""; }; - FD9BFA378B9130F5941F86983ECB365A /* ssl3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl3.h; path = ios/include/openssl/ssl3.h; sourceTree = ""; }; - FDAB5BF4506D047BDD67E82FA31DC7AE /* ARTBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTBrush.m; 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 = ""; }; - FDC827CAD098494CE93C8DB6B5AFDFB2 /* RCTAlertManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAlertManager.mm; sourceTree = ""; }; - FDD2669FF620AD3D9655C24645C460BD /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; - FDE462179675AFD4DCD749537003DF93 /* React-RCTActionSheet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.debug.xcconfig"; sourceTree = ""; }; - FDE6D57DF32434292A79560DF32CF5AF /* BSG_KSMach_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_32.c; sourceTree = ""; }; - FDF1189A67952C4C26C5E735109AB2A1 /* Launder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Launder.h; path = folly/lang/Launder.h; sourceTree = ""; }; - FDFF32B37C4CBEC8DFE59CB632EF429A /* ARTSurfaceViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSurfaceViewManager.h; sourceTree = ""; }; + FD288B4EF9D0BC1E0CE449C2576ADA7C /* SKEnvironmentVariables.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKEnvironmentVariables.m; path = iOS/FlipperKit/SKEnvironmentVariables.m; sourceTree = ""; }; + FD33DBD8EB8D7CBD948A483B52CC6ABD /* RNLocalize-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNLocalize-dummy.m"; sourceTree = ""; }; + FD4AE4627BD4C9E8A02A21297C90C52F /* EXWebBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXWebBrowser.m; path = EXWebBrowser/EXWebBrowser.m; sourceTree = ""; }; + FD5505AC5727C7238826571C67C60892 /* RecordIO.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RecordIO.cpp; path = folly/io/RecordIO.cpp; sourceTree = ""; }; + FD6038BF022EBBCCC68893AA0DB59E3C /* RSocketErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketErrors.h; path = rsocket/RSocketErrors.h; sourceTree = ""; }; + FD67CE7412B05944617E6C3442F9A818 /* openssl_aes-armv4.S */ = {isa = PBXFileReference; includeInIndex = 1; name = "openssl_aes-armv4.S"; path = "Core/aes/openssl/openssl_aes-armv4.S"; sourceTree = ""; }; + FD711498F7331E333A9BE18DCC96A3E1 /* GULSceneDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h; sourceTree = ""; }; + FD76A315239DDAFC96C03C2854D65F05 /* FIRCLSHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSHandler.m; path = Crashlytics/Crashlytics/Handlers/FIRCLSHandler.m; sourceTree = ""; }; + FD821F115264CC54A315E735233061F7 /* REAFunctionNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAFunctionNode.h; sourceTree = ""; }; + FD8E74963B402CDD4CF270B0865E4619 /* Rsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Rsa.h; sourceTree = ""; }; + FDBCED039448872CFFE7F5E807027B85 /* lossless_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_sse2.c; path = src/dsp/lossless_sse2.c; sourceTree = ""; }; + FDBE6CBF99C99C690F3642797BCFAF14 /* ProtocolVersion.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ProtocolVersion.cpp; path = rsocket/framing/ProtocolVersion.cpp; sourceTree = ""; }; + FE06A191D1E84AEFE49EF1CF9ACD1A41 /* PriorityUnboundedQueueSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityUnboundedQueueSet.h; path = folly/concurrency/PriorityUnboundedQueueSet.h; sourceTree = ""; }; + FE0CE0ADB1974BEAAC3A64384E173D7E /* EXLocalAuthentication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXLocalAuthentication.m; path = EXLocalAuthentication/EXLocalAuthentication.m; sourceTree = ""; }; + FE1161B4FEB584383EDD3958C5CDA311 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; + FE1B62870D71E82F4730CA55A7BA39E4 /* RCTLogBox.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLogBox.mm; sourceTree = ""; }; FE1E812071397E31AE21DFF368B781B1 /* TOCropViewControllerBundle.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = TOCropViewControllerBundle.bundle; path = "TOCropViewController-TOCropViewControllerBundle.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; - FE23E5C406FBDCBC8188911D92E06F7D /* RCTUIImageViewAnimated.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIImageViewAnimated.m; sourceTree = ""; }; - FE64EE6D45DE3F8D05F979363551CAB8 /* react-native-document-picker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-document-picker-prefix.pch"; sourceTree = ""; }; - FE68BC776645C31628068CA7AB863816 /* lossless_enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_neon.c; path = src/dsp/lossless_enc_neon.c; sourceTree = ""; }; + FE2FBB6C1BA250619A8130C0EB39DC23 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; + FE303ABE11B2C0228DA84ED0AF7EB609 /* RSocketParameters.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketParameters.cpp; path = rsocket/RSocketParameters.cpp; sourceTree = ""; }; + FE432BAC99FECF59C14085728281865A /* react-native-mmkv-storage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-mmkv-storage.release.xcconfig"; sourceTree = ""; }; FE6D792B6328AAF68E46924D7F466631 /* AccessibilityResources.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = AccessibilityResources.bundle; path = "React-Core-AccessibilityResources.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; - FE744CAC3A6905A845B778B55117814A /* ReactNativeUiLib.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactNativeUiLib.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - FE74A323793E31346DD5F32CCD956491 /* ThreadCachedLists.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedLists.h; path = folly/synchronization/detail/ThreadCachedLists.h; sourceTree = ""; }; + FE771CFB2B79AB91A1ACB871EC6DBB69 /* EventBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBase.h; path = folly/io/async/EventBase.h; sourceTree = ""; }; + FE79B7DCEE8A30838E4F1648109C6F55 /* BSG_KSCrashSentry_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_MachException.c; sourceTree = ""; }; FE7B9294FF05AAFD1653E2104E10844A /* libReact-RCTAnimation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTAnimation.a"; path = "libReact-RCTAnimation.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - FE8F2233EDDB14A8B4B142BCB0E4E62D /* RNVectorIcons.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.release.xcconfig; 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 = ""; }; - FEC2394175883BA0D3E261637A561463 /* Foreach-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Foreach-inl.h"; path = "folly/container/Foreach-inl.h"; sourceTree = ""; }; - FEF0C3857E0CBA7EDDB9A38A20F83930 /* Utility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utility.h; path = folly/Utility.h; sourceTree = ""; }; - FF01D9DC2BEE0CBCECCE73397F244361 /* GULKeychainUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainUtils.h; path = GoogleUtilities/Environment/Private/GULKeychainUtils.h; sourceTree = ""; }; - FF0A2D2EDE293DF2F4DF68BF73363CA0 /* FIRCLSDataCollectionArbiter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataCollectionArbiter.h; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.h; 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 = ""; }; - FF9AAF6D0934571333C0F124E2D69D95 /* 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; }; - FFAC79140682CC7850C1244E689A1DC4 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; - FFB076EAEDFEC6D6E5FF038959E67F9A /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; 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 = ""; }; - FFD6BF55DC9F3C6A30BDF776A04891C8 /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; + FE8C7C98D7CC8DA9BB54C4F58A4DB9F6 /* IPAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddress.h; path = folly/detail/IPAddress.h; sourceTree = ""; }; + FE93F419D44BC73EED248B890512D9B3 /* Sockets.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Sockets.cpp; path = folly/portability/Sockets.cpp; sourceTree = ""; }; + FE9F1C366D6948A28C711BE96ED60B58 /* openssl_md5.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_md5.h; path = Core/aes/openssl/openssl_md5.h; sourceTree = ""; }; + FEA176BE979AF817772B9FDACEFAF73A /* Futex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Futex.h; path = folly/detail/Futex.h; sourceTree = ""; }; + FEC7B38A0713487482E848DD4B01B67B /* LNInterpolable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNInterpolable.m; sourceTree = ""; }; + FED0701444F195889C22A3501F2636DA /* React-jsiexecutor.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.release.xcconfig"; sourceTree = ""; }; + FEDBC83AE461A2428D00CB766CBC809E /* EDFThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EDFThreadPoolExecutor.cpp; path = folly/executors/EDFThreadPoolExecutor.cpp; sourceTree = ""; }; + FF1A61BD0235E82BABA187500E6AD16C /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; + FF21100C8454B9D90D039764291E41AE /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAlertManager.h; path = React/CoreModules/RCTAlertManager.h; sourceTree = ""; }; + FF3A4852F2925CC57B27F37838BC54B7 /* FIRInstallationsIIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.m; sourceTree = ""; }; + FF4A51E2EC7C561BC97E816C59335A2A /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; + FF54AF83464A04194D4707DFBBF64E42 /* ObservableOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservableOperator.h; path = yarpl/observable/ObservableOperator.h; sourceTree = ""; }; + FF75BF9E696E19E0A58730A3F898145B /* GULHeartbeatDateStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorage.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorage.h; sourceTree = ""; }; + FF89857D279B86DDBCF11CA49B50872C /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; + FFA9006456C94D8C5302E65469C2A1BF /* rsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rsa.h; path = ios/include/openssl/rsa.h; sourceTree = ""; }; + FFAEE9BA007556F5185BF86818AB13A1 /* BugsnagUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagUser.h; sourceTree = ""; }; FFDC7746794AB17CFB7150820479DF40 /* libFlipper-RSocket.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libFlipper-RSocket.a"; path = "libFlipper-RSocket.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 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 */ - 01905F831A7C833C22F10009B284DD9F /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0253A804B6FB0B27175DED0DF32E6FC6 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0327F162802448991B0A434D4CF5A393 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 056CFBBDCE4CE13F557A90E15A3F26A5 /* Frameworks */ = { + 00E3C7B9C7D9FA728FCF1CCC06E6A3F1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12282,20 +12204,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 090E4C0458E0B66CE34F7D4572670E50 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0A39A480C8681DBACD5FFF8127DB1027 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 0B2351201886A582A4987397C9CCFC27 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12310,20 +12218,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0C240251BF3A13E3DAD32755DC698599 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0FEC85AEA4833F5482B00CD286D465BF /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 104CADF9830A7F3EE4AE9A75F54A98A4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12331,13 +12225,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 107305289528BE85C49448DBBDE5FC56 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 1090E6E398C4709F8683CC0A9C77085E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12345,7 +12232,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 14931FDEA9D62B36C1CD49743D35D07E /* Frameworks */ = { + 13FEE54D8B9671D888F84626C3242859 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12366,13 +12253,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 18A314E525F481665908AACF3D55FDD0 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 19E8945C1E855C6EA0DB5AF332075DE7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12394,6 +12274,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 1F932C01FE0E9E1B9C298915F857849F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 1FF01C95C80EF7429196A49E6D3E0E18 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12408,7 +12295,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 21B6FA09C81EF877BF8FA4E81EF0FFA9 /* Frameworks */ = { + 22D9F4A8CD71A733356A9EDDE32439CA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12422,21 +12309,28 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 26C05172D73F2711A035E1AFCFB7C6C9 /* Frameworks */ = { + 2840219A5CEED9CAB208FC22B02F636E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 27502B193E10C41F84D4D33BFF58317D /* Frameworks */ = { + 2913EB72EB72F7180E1512550739AAC9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2A88DCDB2A27880E8BA5AD272C4FAEE8 /* Frameworks */ = { + 2A59363411D695F07766203539D749A2 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2BEC4E81C0DE5CA44F59306585A1C428 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12450,14 +12344,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 30793C45B7B3F6F9DCF4A681FB46404C /* Frameworks */ = { + 30E3918AE84084D603854F0E1F86097F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 30E3918AE84084D603854F0E1F86097F /* Frameworks */ = { + 355963F29EF7512A9B180C263428B5BE /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 36428A86524A9E35877FC315E56E7E4F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12478,20 +12379,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 388E400298503AF2A882E57345CDBC47 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 38C62E38814348B026229F047B311BEC /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3EB0C66C05E3A89D7387D6A31F40A5F9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12499,6 +12386,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 3F20D5EFD1D5E7A16DF6D2B0CDAACA6B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 40D5469A4E4A6A48CCFFF1586CAB038E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 4379CAF1DB03818BA27AF9C46364DEAC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12506,14 +12407,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 45DE0E46676F8DA0160E0E8BC44846A7 /* Frameworks */ = { + 44017752268ED2BBEF62F26FD3401258 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 466CB752C1E132B7EBAF5CD29195D4FB /* Frameworks */ = { + 459151C5D835B3E1DA182A62754ACA8C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 45DE0E46676F8DA0160E0E8BC44846A7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12527,14 +12435,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 4908CD824E73BB903C21CBF4F1267639 /* Frameworks */ = { + 484D9926FACACAD6A60BD775EC8539B0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 492B35FBE1C93DDE295D44C8B1E50149 /* Frameworks */ = { + 4EEFC6EFD91E61CF1657281A33087931 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12548,6 +12456,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 52FB038CBF35426E74FCD47450520773 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 5600FF2636F70E74A5931C35672BC8BB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12562,21 +12477,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5923E3FD13B3E39A56F3C0CF826D6747 /* Frameworks */ = { + 5A74CF43CC6EBF491B6666157F1A0D72 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 59F38F235D0D1B8E65F9869228814557 /* Frameworks */ = { + 636E5E831620D91BAFBF5674BC63B9C8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 66A354C6B78E47663A2F634A8A281072 /* Frameworks */ = { + 67F185E879935C088D67E9DC803ED1C1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12590,20 +12505,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6B25F3BD1F8A5960612209449EF255EF /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6D226EF8E64FBD813303F6B1A3ACE52C /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 6D3F3F360FA5C616E90D10D7023B96E8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12611,6 +12512,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 6FF17F9B9102FDF493F122A9DDEB1295 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 71D808423B6C6B4ECD6EDF236D09D893 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12618,21 +12526,28 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7608EA2E574F04A4EFFFBF71CAD996C3 /* Frameworks */ = { + 723612DF68A6ADF46298B90739970E6C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 76262678306B695908517427F3277AAA /* Frameworks */ = { + 77E20A8930CA3D15825822D276943C66 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 7E18D3B8801F2B2AAD3B9A91F1B01991 /* Frameworks */ = { + 7936A0570007A9AA3393913774680566 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7E3107E829D6A64423B788B01EE925DC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12646,14 +12561,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8102EDA9AE541DEFE08793B6F89F64D5 /* Frameworks */ = { + 8022ECB18AF11CCE76A4E6C8564715BF /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 849348596BF7A91154E742079C2F33E1 /* Frameworks */ = { + 8454D8ED28F7F7C1749065CA880557DA /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 847B351B41AA5B2B356C3A1492645940 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12667,27 +12589,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8B09D297005EFA31FDF8C21B881F42B1 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8B8B4D9CC9C59997D9ECE869C918567D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8E12C0F8EFD5498CE0A7634D2FBFFA87 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 91646EA234AC3FEF04B7249DA6452096 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12695,6 +12596,34 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 9317F2851C22CB4629B416B810C28BC8 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 947E0852744F15ED0FBCDAB080EB4C18 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 965A4DB22FCDE0CF3785B1EAB7F637BF /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 98CF1D05282FCEDC7D5409389DF618E2 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 98E6577849DCF5C402CD4DC8F61093FA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12702,7 +12631,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9D3086269F5FEF0B41E3EE6CCB384D15 /* Frameworks */ = { + 9D9505AF19B4F6A2339B4C8D10059BD3 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9F2809902C310630A6F144A0A7851067 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12716,14 +12652,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A0632783826BAE019E2F13432C982562 /* Frameworks */ = { + A26373F9258E4E32B1A16C08EF8E880E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - A26B591712AD223C14E56726C5514AF6 /* Frameworks */ = { + A374B92FE7AA6D12490F59B4DFF72BF8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12737,7 +12673,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A9E0A89527F0A317E57B4FD3B867FE00 /* Frameworks */ = { + A70BF45D07A515C8AD56EAFCE6D38EF5 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A8D195D12FC59C29EAB51AF2E35E1436 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + AA7ABC7CD26B6D33A94FEFB0062DAFB6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12751,13 +12701,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - AC553FD4C888410F4D47D4195A000BF3 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; AE01ECF4CFA9660A0D54E0B36CDC2F49 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12793,6 +12736,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + B39F78B54B728B8C701AE8F54AEE16D3 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; B458B587EAFB173EBB3886C36D6C5861 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12807,13 +12757,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B5D365BA9FE9622D5D3CC87B480282FA /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; B957C43085298A49DA950F909D0AC37C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12821,34 +12764,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B9F15CC4E7A790B8CB98BD8F59D38587 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - 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; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; C037ADB9F54151561ADB329B98703A06 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12856,28 +12771,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C4FFA7D0D6DCBE143A02449EBDC33D56 /* Frameworks */ = { + C8E2CB3E95615FFB40514FCB114458F2 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C521FC2555BD592B6E7A8B27ECB0511D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C5FF60F6BE285F9D106FEF0794594E6E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C9704626858AA54A37D091FCEC5825FF /* Frameworks */ = { + CAF682AF7B384937BD501723111C8F77 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12891,6 +12792,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + D4820EA77C45664528314E857F89B70E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D4CB512E5E5DC6662EE9AC4173216AA5 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; D9EE26D75106C7040260AD59BA022F32 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12919,6 +12834,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + E0A079BCB5ED24C784892F5C05F5824E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; E3E13ACB021F25C010579EFC639E312A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12933,6 +12855,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + E9FCB2079D76D1E32392586717220BB0 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EC34FE857631CFA9506DBEDF6DBDD3E1 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; ED0B1D946D62FDBBC4994CCAA74F8F3D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12940,14 +12876,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F560CAC8AFA8EEB77435002416274232 /* Frameworks */ = { + F16774798676F4B2C0ED8A28EE1FAA8F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F5AC57FAB52D8ED9399E375611AE091D /* Frameworks */ = { + F4D1F314C9FC07460E5074661F954F71 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12968,13 +12904,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F8E8A7C9A49CB13FD1E91B784BBDE608 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; F9B6DF70C03BE39D7942DFCC8A8FC533 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12982,13 +12911,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FBBFEE9B64E98877FF10CF47A2C3E763 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; FDA40E51F35E0E1F493A6265B9591810 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12996,705 +12918,483 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + FE48F1B24384908BB6EFC06ED7516C93 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + FF21FD15676AF24CB2697E086FEC508C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 00225F6BABE93118B861FE9158F5CF0D /* UMImageLoaderInterface */ = { + 004B7FDA999CDE9D0C65FE1196562793 /* Support Files */ = { isa = PBXGroup; children = ( - A4794B89231D7C1F18DD4822AA994023 /* UMImageLoaderInterface.h */, - C4B5E8799A523EAADE7519DAFD09C8B5 /* Pod */, - 873FFCCA70C26D7E3D2C800C8A2193DF /* Support Files */, + 6D2174DFB01928E494FD3C704E670020 /* RCTRequired.debug.xcconfig */, + 98472AD2244C41B3000A94F7B68F937E /* RCTRequired.release.xcconfig */, ); - name = UMImageLoaderInterface; - path = "../../node_modules/unimodules-image-loader-interface/ios"; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/RCTRequired"; sourceTree = ""; }; - 002BFACE7AFFDF199F3E0CB5B419439F /* Pod */ = { + 012F70E81A0D908236E23EB3F697EC8E /* react-native-safe-area-context */ = { isa = PBXGroup; children = ( - D226ED76D4D79AAE1A9518D31EEB43E2 /* LICENSE.md */, - 2C184B20B4DF950BEB0E00721CEAEACC /* react-native-document-picker.podspec */, - 6D913233CA553C6595CADEC9AEE553A5 /* README.md */, + 9F41A52883F68F7E21952BC98AFB3A0B /* RCTView+SafeAreaCompat.h */, + 86F544EC74427270DF1FA19B47B05CFB /* RCTView+SafeAreaCompat.m */, + 5F79D7A18B6FE3944900F8C11D79B9D5 /* RNCSafeAreaProvider.h */, + 8A9437F4D6800A54D61BDAA7B5427B78 /* RNCSafeAreaProvider.m */, + 6B7B127CD0CC22934D717962130613ED /* RNCSafeAreaProviderManager.h */, + 7E9BB884E96EEF4181E0702FB7D91C54 /* RNCSafeAreaProviderManager.m */, + 3440301C8829615406439BD980BDD3F8 /* RNCSafeAreaShadowView.h */, + 9D8B896D56E00A4AB605469EBB063798 /* RNCSafeAreaShadowView.m */, + D5E0EC314644FE8DBD5B33004DEAB06A /* RNCSafeAreaView.h */, + E50C2537FC7C92ACC53FE2DF81BCECBC /* RNCSafeAreaView.m */, + C691F13B32FEA0596F8CCA08A995C1AA /* RNCSafeAreaViewEdges.h */, + E92FEF4809C2042D4B543F91220E7FEE /* RNCSafeAreaViewEdges.m */, + 4E03D10085845859037FDE557D955492 /* RNCSafeAreaViewLocalData.h */, + 1DEEC492D389AD6FACD6DDE07FEFACCD /* RNCSafeAreaViewLocalData.m */, + 96A718DCDE6F21A19C33C18EF4B03075 /* RNCSafeAreaViewManager.h */, + 0E5B020D70BBCC98AB44D73AC08FE19F /* RNCSafeAreaViewManager.m */, + 9F7B4FAB5D8B4A72F31AD5397E3BAE65 /* RNCSafeAreaViewMode.h */, + 2A85ED273CDA8E3BCBA7ABAAD155398B /* RNCSafeAreaViewMode.m */, + 2B45206B85D04FDF1D06530F6D939D4B /* Pod */, + A54616D234E90D6E91902EB99BD461C8 /* Support Files */, + ); + name = "react-native-safe-area-context"; + path = "../../node_modules/react-native-safe-area-context"; + sourceTree = ""; + }; + 0140D0860A8AABB8C618861DF29B41A8 /* RCTTypeSafety */ = { + isa = PBXGroup; + children = ( + 1D2869ABB09173414FC4EAA77E761049 /* RCTConvertHelpers.h */, + B839D84FFCBDDDA5970A85C42C2A1751 /* RCTConvertHelpers.mm */, + A44B5A8C84F3EACB17875034522026DF /* RCTTypedModuleConstants.h */, + 1CB5E16C50474D6B6A1F130B3779C301 /* RCTTypedModuleConstants.mm */, + 3C8FB7491C093678727650B96AE91DA5 /* Pod */, + 8188828775729EFA9DCD2015FE4F0C15 /* Support Files */, + ); + name = RCTTypeSafety; + path = "../../node_modules/react-native/Libraries/TypeSafety"; + sourceTree = ""; + }; + 01EF8D3D0E90B0B2308C0F565FC347ED /* UMFontInterface */ = { + isa = PBXGroup; + children = ( + 770732A3912A8AF3AAD542E5DD2DD4BC /* UMFontManagerInterface.h */, + BA8F7571CF82387A9D63E21F8C44C3E3 /* UMFontProcessorInterface.h */, + B7FC529D76652116C50F745256CE274D /* UMFontScalerInterface.h */, + 6B87A8D90C14EE22ADCBC7559911D624 /* UMFontScalersManagerInterface.h */, + 91319EE19F0090EDAEADFB0FF8DF2780 /* Pod */, + C4F95212F6BF1A950D9D9A931278E405 /* Support Files */, + ); + name = UMFontInterface; + path = "../../node_modules/unimodules-font-interface/ios"; + sourceTree = ""; + }; + 02481BB4569AB18FE21C5AD218A6B88D /* Support Files */ = { + isa = PBXGroup; + children = ( + 462574C31A5FDA3FEACADF122F5E949C /* EXWebBrowser-dummy.m */, + 70FF1F7C29A15985F25074E738E16C36 /* EXWebBrowser-prefix.pch */, + 14B2A2C968E840931F7144E18FB4F79F /* EXWebBrowser.debug.xcconfig */, + A473B5FF841E39F0B4A1D5ABB8081EDA /* EXWebBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXWebBrowser"; + sourceTree = ""; + }; + 02893642C243CD47A2B7AA3C85E892AD /* Pod */ = { + isa = PBXGroup; + children = ( + 9234A67C6694CABA10FD5F7B8E0DAB09 /* Yoga.podspec */, ); name = Pod; sourceTree = ""; }; - 01659A65638AB67D765623B717873E5B /* Brushes */ = { + 032CCCF2E8BE978FE62933F8CD802094 /* Support Files */ = { isa = PBXGroup; children = ( - 6FCBCE0FA44548A2DC2AD1E0078B8545 /* ARTBrush.h */, - FDAB5BF4506D047BDD67E82FA31DC7AE /* ARTBrush.m */, - 97D429A0DC87C570D3DE0C94A2634198 /* ARTLinearGradient.h */, - 6BAE7F56805F725EFF7115471934620C /* ARTLinearGradient.m */, - D30892A958E08F4A143EBC9D6CC29DD4 /* ARTPattern.h */, - 1FCF861487A5F554EE8FD85692644D40 /* ARTPattern.m */, - 45B9FA661C62868A2E317E69372832DC /* ARTRadialGradient.h */, - 478AF017883BC4BA7C1D9DA48C3C62E9 /* ARTRadialGradient.m */, - 6518CB92B2D22982D552B61B30511838 /* ARTSolidColor.h */, - 6E8DE5EF3FC71BF3CA5C46D5A3684B81 /* ARTSolidColor.m */, + A8DBA8CE70BA32B7596AB8BEFCC1AF32 /* Firebase.debug.xcconfig */, + 3C5C2BF940996CA9CE35D5B3EEDF837B /* Firebase.release.xcconfig */, ); - name = Brushes; - path = ios/Brushes; + name = "Support Files"; + path = "../Target Support Files/Firebase"; sourceTree = ""; }; - 023E77559281DF72A3705D48103A6C15 /* Profiler */ = { + 0379901AD0F0160141AA92274531E525 /* FirebaseInstallations */ = { isa = PBXGroup; children = ( - 9847DCFA343B907C7BC3C612317AD77C /* RCTMacros.h */, - D19A8E2FA782CCACDB29883688F1A95A /* RCTProfile.h */, - 724222916FDF729109D5383D15A87522 /* RCTProfile.m */, - 5006F8D0A06BEDCAF383C60E1F4C88EE /* RCTProfileTrampoline-arm.S */, - 6B6E5D6932C0D562DB4009B77A904FF8 /* RCTProfileTrampoline-arm64.S */, - 4C8BA563AAD4D007D0C21A8233A542A7 /* RCTProfileTrampoline-i386.S */, - 5D9ABF5C54A8DD30EC48CEAFF26F8C49 /* RCTProfileTrampoline-x86_64.S */, + 2B0940B7DD959F0113717C4EE42CCD37 /* FIRAppInternal.h */, + 4483BF2F6D40F8927C4C212929EA1313 /* FIRComponent.h */, + 48293D420F04A20E45363524A1F82CCB /* FIRComponentContainer.h */, + FA441F0AC016E63BBA4AE0BD5A3D482A /* FIRComponentType.h */, + D0B055CB6CA0FE9B801ED084464E67DF /* FIRCoreDiagnosticsConnector.h */, + 65B28858844D53B3BC8E572EE414E11A /* FIRCurrentDateProvider.h */, + E2D9215A8BFA511565ED74F59A07B490 /* FIRCurrentDateProvider.m */, + B447192682657AB74EE32A9AD64944D0 /* FIRDependency.h */, + 1ACCC6C25B3A6A9E8F5197353BC8A242 /* FirebaseCoreInternal.h */, + D95C4671F9C4C23215482D111A2BEF3E /* FirebaseInstallations.h */, + 07927080F9D5179F42DC34A3460E423D /* FirebaseInstallationsInternal.h */, + 97CC3215985E29B22680A37BED2BF677 /* FIRHeartbeatInfo.h */, + 011E91FD9EA8314136E0DD3269C46FCA /* FIRInstallations.h */, + 5D006A023784CDF211C7DED2C9EE7995 /* FIRInstallations.m */, + E01605C2640FD3EC31E18F2F680170DA /* FIRInstallationsAPIService.h */, + 9521EE93AA416FB6ECD30DFB35604FD1 /* FIRInstallationsAPIService.m */, + 08CCE8BD8278DB2522CC65ABB4F6D950 /* FIRInstallationsAuthTokenResult.h */, + 6D65A9444FD252B43F5EF4AF99291021 /* FIRInstallationsAuthTokenResult.m */, + 0486C663C190FA81EBE065496F08EAA9 /* FIRInstallationsAuthTokenResultInternal.h */, + 0FE81FA2662864C72B81B5B015786B32 /* FIRInstallationsBackoffController.h */, + 32FFE39EE791BADCE6BA571FB4C9DCDD /* FIRInstallationsBackoffController.m */, + 872332CDB729D2E36F2B6818BDE383C9 /* FIRInstallationsErrors.h */, + CBCC9FA3A3C62CB1281474A856ED0190 /* FIRInstallationsErrorUtil.h */, + 9F6FC5D58C48707941987439AFC3B4E6 /* FIRInstallationsErrorUtil.m */, + 35E31EF46A716DE0696E9623DCD94D30 /* FIRInstallationsHTTPError.h */, + E788D6D3A28FFF6FDC7E75213C11EE2E /* FIRInstallationsHTTPError.m */, + 1D8103D5B5A75541FFD111330FAF8E80 /* FIRInstallationsIDController.h */, + B2BBAF3C29EEA81E9F27D62F0A602A3B /* FIRInstallationsIDController.m */, + C4CBD1DCD184FC63831E94EF44572A9A /* FIRInstallationsIIDStore.h */, + FF3A4852F2925CC57B27F37838BC54B7 /* FIRInstallationsIIDStore.m */, + ABAA911B19E78DF370146B19D104E3E6 /* FIRInstallationsIIDTokenStore.h */, + 05CC68169419D036AAD6899AD7FE5EA6 /* FIRInstallationsIIDTokenStore.m */, + E951E50368B41F541C94AEFA8CFD3DAA /* FIRInstallationsItem.h */, + D1F2F389635537E51819CBED62C5B593 /* FIRInstallationsItem.m */, + 8D73945204DD7E8B47C608FF9D7B23F1 /* FIRInstallationsItem+RegisterInstallationAPI.h */, + A52512410C25E6112D2AF03B99BC1515 /* FIRInstallationsItem+RegisterInstallationAPI.m */, + DE9DF804123B0BDFDC4BCF704660169A /* FIRInstallationsLogger.h */, + 099CF98919DA36BBBD2A6A4F2675187F /* FIRInstallationsLogger.m */, + 5A64AACA0A09880726E94A97561D259D /* FIRInstallationsSingleOperationPromiseCache.h */, + CF3DC7182E083F7B4599E10807459B05 /* FIRInstallationsSingleOperationPromiseCache.m */, + 320A224BFC78F5E95A76E0A4CDD2A81A /* FIRInstallationsStatus.h */, + FA8DEB74B7BC6D1F35BBF7D2E2E5E789 /* FIRInstallationsStore.h */, + F5E56FAC2648A7780ED257D253C8EE87 /* FIRInstallationsStore.m */, + 3C7B3E88C4319A2CCA58A8824FDC918C /* FIRInstallationsStoredAuthToken.h */, + 1FFC1104F3E207A7B409E9F5832B3593 /* FIRInstallationsStoredAuthToken.m */, + 6C1B99AAD1A8D3DAF2E60CF6382BA5F9 /* FIRInstallationsStoredItem.h */, + 82191CCA49890A15A360D81DDA814CC8 /* FIRInstallationsStoredItem.m */, + 360BFBFA6CF1DE1F9971657D0A854C78 /* FIRLibrary.h */, + 9A505701CC24A4A635F2DBDE28417455 /* FIRLogger.h */, + F6E0B90B11B44FA8B6E34DE2BC412888 /* FIROptionsInternal.h */, + E4E055A3E1BAE70626900B0B62141BB6 /* Support Files */, ); - name = Profiler; - path = React/Profiler; + name = FirebaseInstallations; + path = FirebaseInstallations; sourceTree = ""; }; - 02610624286909BD68B5A0C8D8F06CF2 /* Base */ = { + 05DDDB878CAC3FDF1386ACB47AEB0831 /* FKPortForwarding */ = { isa = PBXGroup; children = ( - 65B48B5DAB3EC03C82F6BD4F18C78282 /* RCTAssert.h */, - 063FB6432991BDA2FA3DD7554075C06A /* RCTAssert.m */, - E97D3F9F717A4289F8237860D373850B /* RCTBridge.h */, - 32CB6BEDA8BC4CAD578305F10AC47765 /* RCTBridge.m */, - C83370E06D16AE7EB5DCB13E72BFF6E8 /* RCTBridge+Private.h */, - F2D82F5B5F445C31F9250E7A54AFB35B /* RCTBridgeDelegate.h */, - CCB42F034BE002872CC0C573D6B76ED2 /* RCTBridgeMethod.h */, - 40C654EE67FEC6F7BE40DD1A7498724E /* RCTBridgeModule.h */, - 7FACE3C2325D6510CB07FF735209CC3B /* RCTBundleURLProvider.h */, - 9987B45EAA6E1CF4AD776CABDAEBFE22 /* RCTBundleURLProvider.m */, - 6676D414A7FB5337B369D2C147358958 /* RCTComponentEvent.h */, - 1C7848D0A5E7F37F891CA23E1B886D30 /* RCTComponentEvent.m */, - BAD59DB5F614DC53C6468BB52CCDF276 /* RCTConstants.h */, - FD79E4DA9AD74E14A844C181B79BF3A6 /* RCTConstants.m */, - 2ED52C21DAADC82C77FE97C4C70C886A /* RCTConvert.h */, - 3D42023E5F43B4599506F87C1B3BFE17 /* RCTConvert.m */, - EEC8A30F19D7B41B310351E188DA4BA2 /* RCTCxxConvert.h */, - EFD67C8F93928B71B45FD6C452C39126 /* RCTCxxConvert.m */, - D6C5BE6BBEBB097B4E52F63671852B51 /* RCTDefines.h */, - 0D0D2EF40E777AE37531808F700DBE43 /* RCTDisplayLink.h */, - 532A009B4AC1DAA401B9EE15DEA0601E /* RCTDisplayLink.m */, - FFAC79140682CC7850C1244E689A1DC4 /* RCTErrorCustomizer.h */, - 6C92C0FB93D9A6B5BB756369756BC9A7 /* RCTErrorInfo.h */, - 589ECE73E12C7A1058C936216698C83A /* RCTErrorInfo.m */, - BBC4E3825AC2EB48CE8CF375E1509999 /* RCTEventDispatcher.h */, - DA0D661203A8A84EF529349B34FC2530 /* RCTEventDispatcher.m */, - FFB076EAEDFEC6D6E5FF038959E67F9A /* RCTFrameUpdate.h */, - 33C43361E83136C7EF1E4C2FEA350674 /* RCTFrameUpdate.m */, - 81C40D278F3EF87DCE6314ADDD4E47C0 /* RCTImageSource.h */, - 43187CAF197077A5C4B673F37BFB1852 /* RCTImageSource.m */, - C3CADB32AF0CA8E75BD3FF9DF8AB818A /* RCTInvalidating.h */, - 74168BBA4DD66DB5067462EF1B20A4B5 /* RCTJavaScriptExecutor.h */, - DCB2FAEDCFA9AE033A588336919A41DF /* RCTJavaScriptLoader.h */, - 60C9DFC7E71712B35D52C219F492A93D /* RCTJavaScriptLoader.mm */, - 94A148098B71F86814EB394F746CF6EC /* RCTJSInvokerModule.h */, - E56ECB9056F1EFEE79BD9D221DD47684 /* RCTJSStackFrame.h */, - AE028F42EBE69BCCE56A98AB36991E33 /* RCTJSStackFrame.m */, - 0B15086349DE1CE660650C904C4A0EEE /* RCTKeyCommands.h */, - 6CB38D7DC1AEC588A1FA3151A4635163 /* RCTKeyCommands.m */, - 4A510575A1FC9FAEEED1371909C3F2C3 /* RCTLog.h */, - 498AA41092D76A6D93B4B41B32CEAFA8 /* RCTLog.mm */, - 3FBB161FD82BB24953757512EC393A33 /* RCTManagedPointer.h */, - 9ADBAECE98BE75CD10B20DFA4C9CD1E9 /* RCTManagedPointer.mm */, - 883B7B026E5A91F9F91476A1D2E560F2 /* RCTModuleData.h */, - 5B4266FCA84A2445259F2B0B36632E54 /* RCTModuleData.mm */, - 49C5CA68FF485885AA477908B6AC9139 /* RCTModuleMethod.h */, - B87A45CD2ED7B38E80A1422EDFF792F7 /* RCTModuleMethod.mm */, - 77020B5DF9FF25FDF9E2208D2E674B9C /* RCTMultipartDataTask.h */, - 2F1E55309552FF6C6980AA08C72DA424 /* RCTMultipartDataTask.m */, - C261E8F51125BCE63B3E4EB7007370D5 /* RCTMultipartStreamReader.h */, - C99314A9107DD8148B765FBEDAFE75BA /* RCTMultipartStreamReader.m */, - 9BD2F9C1F4F0AFD2F074F0274E34486F /* RCTNullability.h */, - 21613A9630310FC52EDDD9F7BCB3D56F /* RCTParserUtils.h */, - 43A4726FD9588A0C067B8FB77668F53A /* RCTParserUtils.m */, - 70A8C6FDEE4DE08A84413668A69499FF /* RCTPerformanceLogger.h */, - E75A5FD13FEC87456DB3FCCDB1348445 /* RCTPerformanceLogger.m */, - 696976E4000AD7BF3D88E4167FD3AEE7 /* RCTRedBoxSetEnabled.h */, - 0B83C36B4806E5F74CFD0C7B517B1C96 /* RCTRedBoxSetEnabled.m */, - 0386086EE68EF47607DDB6824CED64CA /* RCTReloadCommand.h */, - 79CB455F34EE0243417E474527E3A498 /* RCTReloadCommand.m */, - F9B8BC982B216B1EDB4C854371A2BAB1 /* RCTRootContentView.h */, - 80CF9ED18A0B8D1D6C37036BFE67F792 /* RCTRootContentView.m */, - 6D634AA8C41A67EFE129EE9611809BDB /* RCTRootView.h */, - F17C4194B1A43E875EA204400DCCB452 /* RCTRootView.m */, - F4F0884BFE243B92759B5D2C4916D522 /* RCTRootViewDelegate.h */, - 344C0EF17F751B76C5C7BA5CD3A081CA /* RCTRootViewInternal.h */, - ED31B614152D4C110D18D15D337884D7 /* RCTTouchEvent.h */, - BB774C547F99C5370951A3B6F9570295 /* RCTTouchEvent.m */, - D8EEECDA055519119A8EB2E5A2461414 /* RCTTouchHandler.h */, - D1B95922FF019F9EA3539F421A90F46B /* RCTTouchHandler.m */, - EC4C038A02AA1B751273815092A8DDDA /* RCTURLRequestDelegate.h */, - 1285EE3D3420EFD950A561662E741975 /* RCTURLRequestHandler.h */, - 2EBB0E12A56B65FFDD15E5892CC4B9D1 /* RCTUtils.h */, - 076188746E63669482F47637CC7DD001 /* RCTUtils.m */, - 511AF6AECA2F2EB4E0635E59E65E8768 /* RCTUtilsUIOverride.h */, - 20761182073E23D3650FE3E7868253F4 /* RCTUtilsUIOverride.m */, - CA48EE782498FBE88392EBE3C79E011A /* RCTVersion.h */, - BCBD1647946B4F61F88A67AC770D296C /* RCTVersion.m */, - BAE158547CD7C1EE52E1B138FA21D73E /* RCTWeakProxy.h */, - D9E345074035B90595A726BFD456F22D /* RCTWeakProxy.m */, - E45D8360BC3792832646C865AD895E35 /* Surface */, + 1C5D3184C697DE11F739D6B26DB76935 /* FKPortForwardingCommon.h */, + 40899034150B1A4420C761C3DA19384F /* FKPortForwardingServer.h */, + DF5052F5F710CD554E1DE8F5EDF32AF5 /* FKPortForwardingServer.m */, ); - name = Base; - path = React/Base; + name = FKPortForwarding; sourceTree = ""; }; - 0265D9C56661EAB459EB017DF527B847 /* SDWebImageWebPCoder */ = { + 065B830EB1FD42B5B28A177A91CE87C4 /* Pod */ = { isa = PBXGroup; children = ( - C56E753DF2E940A7A5674D5655BB20CE /* SDImageWebPCoder.h */, - A7DF825727EF0FA3C86BC0FED128F216 /* SDImageWebPCoder.m */, - C9B931CA344AD2F9AB3D5223A302A42F /* SDWebImageWebPCoder.h */, - C40ABB1F6C64D36CD91AAB06CD591B0A /* UIImage+WebP.h */, - 906A7119807C1AB50E631EDF48DB7703 /* UIImage+WebP.m */, - F3618D98E1F8B61C15E17D0934E43478 /* Support Files */, - ); - name = SDWebImageWebPCoder; - path = SDWebImageWebPCoder; - sourceTree = ""; - }; - 02B03984C01D95901ED11CBFF07530E8 /* ViewManagers */ = { - isa = PBXGroup; - children = ( - 0605AA88EBE8392B70857FBC86423EF9 /* ARTGroupManager.h */, - 34C305F6DB4200EC8160CE013BE96BBC /* ARTGroupManager.m */, - 5674180BF7BE2C9F68EBD9667326F07C /* ARTNodeManager.h */, - 47388D870B31EC84D32F128B832D77AB /* ARTNodeManager.m */, - 2161993A98713AC85976D83449407458 /* ARTRenderableManager.h */, - BF387147E8A1949860B37D5F2831AB43 /* ARTRenderableManager.m */, - 3A647A4A5C0B5DEAFF810E0A1C0E8DA8 /* ARTShapeManager.h */, - 3789240F49EA349195FE80E69BE3E726 /* ARTShapeManager.m */, - FDFF32B37C4CBEC8DFE59CB632EF429A /* ARTSurfaceViewManager.h */, - CB06FEEBA52568C57A3AFA8234C85870 /* ARTSurfaceViewManager.m */, - CFFFB099BB2DD29327225BA32393491D /* ARTTextManager.h */, - A4EDB1D1FB2C362FD1A7AE6B607992E9 /* ARTTextManager.m */, - ); - name = ViewManagers; - path = ios/ViewManagers; - sourceTree = ""; - }; - 033E8DBBE28F0B4B4FB820CB8C87F755 /* RNCPicker */ = { - isa = PBXGroup; - children = ( - 6D72A8280E73677F19925808B3EB71C7 /* RNCPicker.h */, - 57027E043D1505381C2C32DC3603AEF1 /* RNCPicker.m */, - 97B42B968D26C833EF3EA155B3FCC757 /* RNCPickerManager.h */, - 15D2DE204B96BF039F373E4E73D6767F /* RNCPickerManager.m */, - E375DAA4977543A3DCD0A03DB0900EB3 /* Pod */, - 9B79243474AD696D0B4D4B8D26413A1F /* Support Files */, - ); - name = RNCPicker; - path = "../../node_modules/@react-native-community/picker"; - sourceTree = ""; - }; - 03725345D5942D2028E0C03B279B895A /* Pod */ = { - isa = PBXGroup; - children = ( - 549CD2A4AC6C55C8F0AC80D5AA42DE6D /* LICENSE */, - D08244154F64899D3BBB3FB9466179B8 /* react-native-restart.podspec */, - 6C074AEC2218765735370728CE63E128 /* README.md */, + A87DD740B17AE847D47651B671629DEC /* React-cxxreact.podspec */, ); name = Pod; sourceTree = ""; }; - 03B90CF0FF7CD417D464EB03047C2998 /* Pod */ = { + 06B3B133AE13E4FB7BA22AB656042722 /* Support Files */ = { isa = PBXGroup; children = ( - A70B113B8E9F620F75BFEB1B1CF0D76D /* UMConstantsInterface.podspec */, + B9F5C222D7595F51ADCCC51504E1D413 /* UMImageLoaderInterface.debug.xcconfig */, + 3C58FAAB9D24B9BAA23D3B42DC517E36 /* UMImageLoaderInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMImageLoaderInterface"; + sourceTree = ""; + }; + 07EC5F9BBA7C1BAC8E6541C9EB6D87B9 /* EXLocalAuthentication */ = { + isa = PBXGroup; + children = ( + E836174FF753825CDE833E8ADFE00731 /* EXLocalAuthentication.h */, + FE0CE0ADB1974BEAAC3A64384E173D7E /* EXLocalAuthentication.m */, + D0E722C3D7B7C070D8DB9F41870FF8A1 /* Pod */, + 57734399C62A51763E1E2174CD396C7E /* Support Files */, + ); + name = EXLocalAuthentication; + path = "../../node_modules/expo-local-authentication/ios"; + sourceTree = ""; + }; + 08147C1F4B89B03A97A519F0092DFD1E /* Interfaces */ = { + isa = PBXGroup; + children = ( + 06793EA59B2717FDE75F173E16F08FEB /* UMAppLoaderInterface.h */, + 8018AA3DE9FC6791B2CCD390DFAC8748 /* UMAppRecordInterface.h */, + ); + name = Interfaces; + path = UMAppLoader/Interfaces; + sourceTree = ""; + }; + 08AB77E7C6E0F14550056DAA5CB80154 /* Source */ = { + isa = PBXGroup; + children = ( + F15327A38EE9CA7544EF62DC9162A6B2 /* KSCrash */, + ); + name = Source; + path = Source; + sourceTree = ""; + }; + 08BC3D5359755580128736A58ECAE5B3 /* Pod */ = { + isa = PBXGroup; + children = ( + 11393FF33D9AEA95A375CE2C9041901E /* UMSensorsInterface.podspec */, ); name = Pod; sourceTree = ""; }; - 03D51B2EF85F88C9B787A9F05B1485DF /* react-native-document-picker */ = { + 09D0641CD235914B1777887802912B3B /* ios */ = { isa = PBXGroup; children = ( - B84AAB78BC33F569CA338F94B7208C43 /* RNDocumentPicker.h */, - F26B1C082DD4EEC193B7FA7CFD8196DD /* RNDocumentPicker.m */, - 002BFACE7AFFDF199F3E0CB5B419439F /* Pod */, - 468C2E935A7445D5E8B5D10F10FD9CC0 /* Support Files */, - ); - name = "react-native-document-picker"; - path = "../../node_modules/react-native-document-picker"; - sourceTree = ""; - }; - 03F233951DE26C69D9871F75A60780DF /* SDWebImage */ = { - isa = PBXGroup; - children = ( - 728835A18132D8C096CA6029A2D9D4AF /* Core */, - 0ADACBC49E351BBC0209AFE4C9778EAF /* Support Files */, - ); - name = SDWebImage; - path = SDWebImage; - sourceTree = ""; - }; - 050E522F48CCDA369A9475C8EBBB6FDC /* Services */ = { - isa = PBXGroup; - children = ( - 853FD54F82E2CA1CC3856A93C0A71EE0 /* UMReactFontManager.h */, - F8CD2D78D6537177AE3BBD623C45E256 /* UMReactFontManager.m */, - C49906100567C76827B0EBBCDC49A6B0 /* UMReactLogHandler.h */, - B149E8996665054A245D40DAC8A6C7AF /* UMReactLogHandler.m */, - 8DDB32CCE32A6CCA0EA43A31D58BF6AF /* UMReactNativeAdapter.h */, - 7ABCAEFC7D15A90961B2F0FE7C6BEFA0 /* UMReactNativeAdapter.m */, - 5AEB0880D7E0ECE6A3DC4323891EB09C /* UMReactNativeEventEmitter.h */, - BA1C96FAD65091D5B825D5949523D6F3 /* UMReactNativeEventEmitter.m */, - ); - name = Services; - path = UMReactNativeAdapter/Services; - 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 = "../Target Support Files/Flipper-Glog"; - sourceTree = ""; - }; - 07AB152643FD2A305E9B8F1A70903808 /* Support Files */ = { - isa = PBXGroup; - children = ( - 025456DD4CC7928CA3E0331F6A4FFA18 /* UMSensorsInterface.debug.xcconfig */, - 3D514A95468C3971D27D58E6E178E1D2 /* UMSensorsInterface.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMSensorsInterface"; - 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 = ""; - }; - 09965D7B1CFBD4868DDF478D22ACA1ED /* RawText */ = { - isa = PBXGroup; - children = ( - 5A924364FE1D4408C293325EB3A358A4 /* RCTRawTextShadowView.h */, - B901BDBD09C8AB7C614C52CDE54EFBC3 /* RCTRawTextViewManager.h */, - ); - name = RawText; - path = Libraries/Text/RawText; - sourceTree = ""; - }; - 099AF29DEB3BB65F8D614DC5EA0F180A /* Support Files */ = { - isa = PBXGroup; - children = ( - 0750C8F835835729E5F25ED089A7AC4D /* React-RCTAnimation-dummy.m */, - DBD16B175A961DE0817008020B2216B7 /* React-RCTAnimation-prefix.pch */, - EC1C9B822559D0FDF6697E13C613AF9F /* React-RCTAnimation.debug.xcconfig */, - 211EB030992454A91CF18D3C476C3ED6 /* React-RCTAnimation.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTAnimation"; - sourceTree = ""; - }; - 09A15C97E797CBC083562771CC3C0F69 /* react-native-mmkv-storage */ = { - isa = PBXGroup; - children = ( - 07043E4C9E68DFB1E81D043ABFDF115F /* IDStore.h */, - 23164B612A30606F6920BCB3D2DBD0D5 /* IDStore.m */, - 97C1E5C36690688F68F9F6C6F5B223F9 /* MMKVStorage.h */, - F31506299E3D96346DAF9B5E7C636E67 /* MMKVStorage.m */, - AE87731426EB95CE450A0EC09F0D9730 /* SecureStorage.h */, - 636C36253F531B1BC912411449FA2D46 /* SecureStorage.m */, - D6A04700A631597CD7BDF8A0C9E537B0 /* StorageGetters.h */, - 1C83AA4F50DCC85655AE803A2E5581EF /* StorageGetters.m */, - 1A16E74D2C944D9003FAA6A0463B53F8 /* StorageIndexer.h */, - A5EAE2BF70DF5AB5A71EF748D0976776 /* StorageIndexer.m */, - CA723F22F144E89FB5485F584AB16F21 /* StorageSetters.h */, - 8348F82FE33C4411414DD0A5DC912B41 /* StorageSetters.m */, - ADAE746BA70FBFE66B269483479BE288 /* Pod */, - 09DC817EC6C2568D9B495174EC6BB2AB /* Support Files */, - ); - name = "react-native-mmkv-storage"; - path = "../../node_modules/react-native-mmkv-storage"; - sourceTree = ""; - }; - 09D590385C4F3B96E799BD28F1B40DAF /* Pod */ = { - isa = PBXGroup; - children = ( - 71C4F8A509858F0EEF216A83E95038B7 /* UMFaceDetectorInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 09DC817EC6C2568D9B495174EC6BB2AB /* Support Files */ = { - isa = PBXGroup; - children = ( - 5D5C87AA247A19BECE55A79376F1C31E /* react-native-mmkv-storage-dummy.m */, - 30C762A2548796D9A5225E796D2B23CF /* react-native-mmkv-storage-prefix.pch */, - 6B5047C3DD1E42EF9ECDF97AEA354546 /* react-native-mmkv-storage.debug.xcconfig */, - 13FB2379AA885D159107AA3154DE6A21 /* react-native-mmkv-storage.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-mmkv-storage"; - sourceTree = ""; - }; - 0AB2F95A2259C106C3D7793F8DC63062 /* Text */ = { - isa = PBXGroup; - children = ( - C19E947615CDB50A244AF0D79689F024 /* NSTextStorage+FontScaling.h */, - E7B65584DEF65AA87721CD32FD894663 /* RCTTextShadowView.h */, - 563B185528F355B6C3C807EC41AC3EFB /* RCTTextView.h */, - 2048D347CE9EDBB07FA607B7211FFEA4 /* RCTTextViewManager.h */, - ); - name = Text; - path = Libraries/Text/Text; - sourceTree = ""; - }; - 0ACDAC2E3143EEE154FA75372A82D827 /* bugsnag-cocoa */ = { - isa = PBXGroup; - children = ( - 772DF446F3587FC40F43A9F1891C021A /* Source */, - ); - name = "bugsnag-cocoa"; - path = "bugsnag-cocoa"; - sourceTree = ""; - }; - 0ADACBC49E351BBC0209AFE4C9778EAF /* Support Files */ = { - isa = PBXGroup; - children = ( - 4936BE198CA4CA50809965673E8AA0C2 /* SDWebImage-dummy.m */, - 5EFA3227D27951DBA39BDA3975E5EC56 /* SDWebImage-prefix.pch */, - 59C4AF2D4F1DA2588C8EC94898F2D084 /* SDWebImage.debug.xcconfig */, - AA1332A395B581C0AD8CAC8508ACB572 /* SDWebImage.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SDWebImage"; - sourceTree = ""; - }; - 0B0048D3F52D131DDF0333C7F3A20DD2 /* Pod */ = { - isa = PBXGroup; - children = ( - B95AA44763006917C0F3A1B513CFD886 /* LICENSE */, - 38358A77E8A4DEB33F1E91E964CA09B1 /* react-native-simple-crypto.podspec */, - 65D5B121E9DB993E0B4F70E856D83190 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 0B3D0C82043740C2455327CE23EEA5A9 /* Support Files */ = { - isa = PBXGroup; - children = ( - E0F17946B6353D26948E39E93F43A09F /* react-native-jitsi-meet-dummy.m */, - 622B62EB0AD63393D0F346EBA35BE156 /* react-native-jitsi-meet-prefix.pch */, - 0D7B3D155511D245A98DF92E2FADACEC /* react-native-jitsi-meet.debug.xcconfig */, - 83AE4EC069B39AC53A6C620802BDE092 /* react-native-jitsi-meet.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-jitsi-meet"; - sourceTree = ""; - }; - 0BE357D21501992E81629BCF2FB5C92F /* ios */ = { - isa = PBXGroup; - children = ( - D4C3039E1251E2B702DFD7C941A1A2A8 /* RCTTurboModule.h */, - DBDC883473C0A5DB96AAAB90B5713CD5 /* RCTTurboModule.mm */, - 5E0EA0978AFB2318DDD2B4BEE06CB654 /* RCTTurboModuleManager.h */, - 5D7F017A6BB0A3FAA89EF3DCCE6515CF /* RCTTurboModuleManager.mm */, + CD6837F39A06251A8DC338892D05B898 /* RCTTurboModule.h */, + 04A1A7C80305D14C15305434E103D007 /* RCTTurboModule.mm */, + 951B1D4EA7CBF8055CEAAD1972BB357D /* RCTTurboModuleManager.h */, + 50C276F53425760E8A9E86B1B27E0C78 /* RCTTurboModuleManager.mm */, ); name = ios; path = ios; sourceTree = ""; }; - 0CCD1821C0489635A6BBDD6BC7739A3D /* Support Files */ = { + 0A0935C5121329B2E360379C6D5C69D4 /* YogaKit */ = { isa = PBXGroup; children = ( - 06575402F69BAA264DDB56499D310347 /* BugsnagReactNative-dummy.m */, - FC5656AD94E10FCEBE95890817CBFDFB /* BugsnagReactNative-prefix.pch */, - 01909B7DDF257968495FBC40CF5795D9 /* BugsnagReactNative.debug.xcconfig */, - B6B6A672610F67995E4F13D33640D278 /* BugsnagReactNative.release.xcconfig */, + 367FF71B73E6316AD4AE2D8098E3F2DC /* UIView+Yoga.h */, + E36FF71F05E914D12514BB65DFA13690 /* UIView+Yoga.m */, + F5442DD33054B362F63E0B4247B93F54 /* YGLayout.h */, + 521B79119F49CF89C807978AED1A01F5 /* YGLayout.m */, + 99A4523C798E71B16B3E8690CD60A8A7 /* YGLayout+Private.h */, + 3449059948D682FAAD3A84179B1D6E43 /* YGLayoutExtensions.swift */, + FA2E861AD0DB46B8145A71C49CBF703A /* Support Files */, + ); + name = YogaKit; + path = YogaKit; + sourceTree = ""; + }; + 0AA668B7386B6A7ED6FE27B0BE8A347B /* Support Files */ = { + isa = PBXGroup; + children = ( + CC38E386518534B25C29F83D706BD1E5 /* react-native-notifications-dummy.m */, + 662DA6980AEDB5CBCE69500D263A8797 /* react-native-notifications-prefix.pch */, + 5AB47BCDA61EB94EFF3A04C994088BB2 /* react-native-notifications.debug.xcconfig */, + A09C1737021D5858280C43C1AB09BA30 /* react-native-notifications.release.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/BugsnagReactNative"; + path = "../../ios/Pods/Target Support Files/react-native-notifications"; sourceTree = ""; }; - 0CD1C6EC238851AFAC3FE93CFE280267 /* react-native-background-timer */ = { + 0B067243E2100EC6E8226B2DC5C6C80D /* react-native-blur */ = { isa = PBXGroup; children = ( - 58A48FA096C1159596361A13404417A4 /* RNBackgroundTimer.h */, - 413641259FBBF2278013FF359B8C4FDD /* RNBackgroundTimer.m */, - A6120AE76BBF43959B41B7119CFAA6CE /* Pod */, - 6870CF378B9BA7786CF0F15A5CD9FCF1 /* Support Files */, + 90ABB0B942BE3171243A5490AAFD010C /* BlurEffectWithAmount.h */, + 8AC82C89729C596F2FE6A1BC64E901BE /* BlurEffectWithAmount.m */, + 36210AB02FA0E973C66A3759707D9E1A /* BlurView.h */, + E64CEE3ACCFA26EFC91025B99BE767BD /* BlurView.m */, + 13FF2DB777611F41DD5B5E5A8F6CA794 /* BlurViewManager.h */, + 839F1F84064D3C630DAF2B4AA4259560 /* BlurViewManager.m */, + CF14BACEAFC0BAC740BAD02585A1DC13 /* VibrancyView.h */, + 22F3A722C0C8641C14449A66DA290BBF /* VibrancyView.m */, + CE9A979FD53B29203A818D9429042DB5 /* VibrancyViewManager.h */, + 04D47F7ED0FFB0504C86EAA882C9CCCB /* VibrancyViewManager.m */, + 4857AAED1D19157EAF6AA713F5C2B9BB /* Pod */, + 7CF694331B8C9208ADF841B77D27F2B8 /* Support Files */, ); - name = "react-native-background-timer"; - path = "../../node_modules/react-native-background-timer"; + name = "react-native-blur"; + path = "../../node_modules/@react-native-community/blur"; sourceTree = ""; }; - 0CE083F7AD5B7E6E718F4CE0C9431524 /* Pod */ = { + 0CD92EE78FC64ACD4ADE741B1F883E0D /* Support Files */ = { isa = PBXGroup; children = ( - ABFF6CB4D979CD08744161F080075D88 /* LICENSE */, - 72D1ACE1042EF3C61A172B76FC474520 /* react-native-webview.podspec */, - 359DA6459B033219810D20519F599289 /* README.md */, + 9C52D176F8CDB9CCD3A49D1262F3A3AB /* React-RCTBlob-dummy.m */, + AE48A28FF42C3B48DAD5F9E1CEFC40F2 /* React-RCTBlob-prefix.pch */, + 8994D66C8DE1ABE96FCF40E0C16BB2FB /* React-RCTBlob.debug.xcconfig */, + BDA1082574364F3D168FEB148C4805D1 /* React-RCTBlob.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTBlob"; + sourceTree = ""; + }; + 0CFDB3FF67A69C4B05C9A6DFF81CFAC0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 0BFA3D83554E9C2267755D6B57E14059 /* RNBootSplash-dummy.m */, + 30B2365B86FDF88986B464ABA6FB81B9 /* RNBootSplash-prefix.pch */, + 43DC3D669ACA2BAF23F2586BCEE2997F /* RNBootSplash.debug.xcconfig */, + 43560B7B46D449B5339DF2CEAC96D5B9 /* RNBootSplash.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNBootSplash"; + sourceTree = ""; + }; + 0D59C7B2C4B7BF32BF9AE1359FB80EB9 /* Support Files */ = { + isa = PBXGroup; + children = ( + E9B62DB6FE8AA1AF872D1C50930F4FF9 /* UMTaskManagerInterface.debug.xcconfig */, + 3ADDF63AA3A8AAAB170DF34CF266F112 /* UMTaskManagerInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMTaskManagerInterface"; + sourceTree = ""; + }; + 0D8C74D882C353C24118C8DE1ED11776 /* Video */ = { + isa = PBXGroup; + children = ( + 4DEA09DC601E3CAE3B61BF2434BC24CB /* EXVideoManager.h */, + BC78B3318C49A41719AD2D24BA36C3C7 /* EXVideoManager.m */, + 435B2730638A99D8E5A16F9A10B6BD79 /* EXVideoPlayerViewController.h */, + E51A2085E9C03053AF3546477D507D01 /* EXVideoPlayerViewController.m */, + E6E64B13FDF1C2F9D78DAFC6CEAC5C6C /* EXVideoPlayerViewControllerDelegate.h */, + 4FB745DB7A9735872356E5FCEDA28C58 /* EXVideoView.h */, + 9BCE8E19D661B02E49EC6D80247DA093 /* EXVideoView.m */, + ); + name = Video; + path = EXAV/Video; + sourceTree = ""; + }; + 0F358FBAE17A8510825B0600739D01CD /* platform */ = { + isa = PBXGroup; + children = ( + 09D0641CD235914B1777887802912B3B /* ios */, + ); + name = platform; + path = turbomodule/core/platform; + sourceTree = ""; + }; + 0FE0EF1EABE03549F4FC39B2D3DB5BF7 /* Pod */ = { + isa = PBXGroup; + children = ( + 699BCA75357262EC2D426C3A6655BC94 /* LICENSE */, + 9894D7CFE2A287555C841EC6B3342AB7 /* README.md */, + 66E5BCE5A1E88727B650DB356C047801 /* RNFBCrashlytics.podspec */, ); name = Pod; sourceTree = ""; }; - 0D232830BFD4C627570CFE486935D880 /* Support Files */ = { + 101563D8B57B7FB08BF0B35B77244E84 /* CocoaAsyncSocket */ = { isa = PBXGroup; children = ( - 807C7BBCE9A41B574AA9EA2596B791FE /* React-RCTText-dummy.m */, - DDE0012587A6A72FBAF0CB64F053850B /* React-RCTText-prefix.pch */, - 6806B6D0BEAF4BD1FEB70ED0340C5662 /* React-RCTText.debug.xcconfig */, - BB1F737AC4244403FEC41330BB58416F /* React-RCTText.release.xcconfig */, + 38F286DA461D38CB759EC3ABB798F4B5 /* GCDAsyncSocket.h */, + 9791DB7729CD59B0E0FAD72FAD2DB460 /* GCDAsyncSocket.m */, + BDAB9A6AF56BD02B7DC3570B29C3CE29 /* GCDAsyncUdpSocket.h */, + F3EFE1742BA233A5E54A632041170899 /* GCDAsyncUdpSocket.m */, + 747F186F1BEC981D57F62D9FA9263954 /* Support Files */, + ); + name = CocoaAsyncSocket; + path = CocoaAsyncSocket; + sourceTree = ""; + }; + 10558556974A50522F76D56FBB2F7EF6 /* UMAppLoader */ = { + isa = PBXGroup; + children = ( + 281D56A402492653A0CFD2F4FD92FBEC /* UMAppLoaderProvider.h */, + 9A422F9D874AA6C0AF7BF89F27BC643D /* UMAppLoaderProvider.m */, + 08147C1F4B89B03A97A519F0092DFD1E /* Interfaces */, + FBB779AA2A9D4719541BD283B4B75C0F /* Pod */, + 2248E06012DB35E2E3021CC5735424B2 /* Support Files */, + ); + name = UMAppLoader; + path = "../../node_modules/unimodules-app-loader/ios"; + sourceTree = ""; + }; + 1093FB0118AF4113386BAF55D1D5E989 /* React-RCTAnimation */ = { + isa = PBXGroup; + children = ( + 1315C6496E8ADBEE7F8F97344CD062A5 /* RCTAnimationPlugins.mm */, + 4C7EE5F384EE4C79B0F1CEE93A21FC3B /* RCTAnimationUtils.m */, + 5E8E0522E4892BF2719D426BB8E694AA /* RCTNativeAnimatedModule.mm */, + 1AE56758B133E4E7506AD4851A28D969 /* RCTNativeAnimatedNodesManager.m */, + 9129A94182AD73672FB4A9E01C965748 /* Drivers */, + 9F3B28B815CEBDC2A957993074E72330 /* Nodes */, + 45D97AD153D3380EFB4DA0EBD7ECE5EA /* Pod */, + C66E45E6277B0F9EF2D19347CE98FEFB /* Support Files */, + ); + name = "React-RCTAnimation"; + path = "../../node_modules/react-native/Libraries/NativeAnimation"; + sourceTree = ""; + }; + 11EB9E29E87E9C5CF7FC7E8C20F14778 /* react-native-restart */ = { + isa = PBXGroup; + children = ( + 730610C4B61A4BDCA0C5E7649948C6CA /* Restart.h */, + 06BBB3D62021BFE3FED478B5448C9797 /* Restart.m */, + FA1F267B8F6BFA511B6DA37D44576515 /* Pod */, + 1837B8B46237B4BEDF34E441A7012899 /* Support Files */, + ); + name = "react-native-restart"; + path = "../../node_modules/react-native-restart"; + sourceTree = ""; + }; + 11F2FF7BD4E29597D4DCBBFBE968FBF6 /* react-native-simple-crypto */ = { + isa = PBXGroup; + children = ( + 10A6E60F7509F12AD017B0BA24C28948 /* RCTAes.h */, + BB30A1431C94F42FCFFF3C3B33DDB5CE /* RCTAes.m */, + 181A616A07D13EABD3B83378D14809F3 /* RCTCrypto-Bridging-Header.h */, + 9DA56218E5E487AF59D0618EB9A6396D /* RCTHmac.h */, + 47F1CDB62A1F57780097ECCE63F03FD1 /* RCTHmac.m */, + 0654C11945A7FDE6D018DC4D59C6569A /* RCTPbkdf2.h */, + 611E825C840B06CC8D4B0437A4C5E6E7 /* RCTPbkdf2.m */, + DB806EAF11BC2942FAC5AC636EE207B1 /* RCTRsa.h */, + 9DE671772BA36FAD4723E87860CA405D /* RCTRsa.m */, + 63250EAE7D2B9CC3E65B75BFAC2F0B24 /* RCTRsaUtils.m */, + 02A9D5254942E2AC9EA6ED1D53023E1C /* RCTRsaUtils.swift */, + C25371B7912123B39623D4212E631C0A /* RCTSha.h */, + 7C520D12C404780F490E254369684B2F /* RCTSha.m */, + 60D3AF74A14EE23615AE5200CF0EECE1 /* RNRandomBytes.h */, + 8F705C4A668D63BA088613777A646CF0 /* RNRandomBytes.m */, + A6CB4D8AA523A98F090F0C426AA3C2A0 /* lib */, + 9B6DA46941B18512A3226E35A474A95A /* Pod */, + 5C1A2B29A6B08A6355740325CF13DDF9 /* Support Files */, + ); + name = "react-native-simple-crypto"; + path = "../../node_modules/react-native-simple-crypto"; + sourceTree = ""; + }; + 12E4F262BEFD5C8BA595FD2554396AEC /* Support Files */ = { + isa = PBXGroup; + children = ( + 888D55E72D8BA588776354CBE1DB45CA /* Flipper-PeerTalk-dummy.m */, + 0A311CD55F96640C066D0CD342BD057D /* Flipper-PeerTalk-prefix.pch */, + 7A5C2E6F340166ED4726B51434A26B02 /* Flipper-PeerTalk.debug.xcconfig */, + 4BF9478E3032525B79A09A7FA0444A5D /* Flipper-PeerTalk.release.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTText"; + path = "../Target Support Files/Flipper-PeerTalk"; sourceTree = ""; }; - 0E33B20DAA3FB48554E846EF1DF4CDE5 /* highlighterview */ = { + 12FF784A8857C51154B0A8E44CF06D47 /* Support Files */ = { isa = PBXGroup; children = ( - 76DCA31225F0F536320F9DCD363F7B05 /* HighlighterView.h */, - 6AE5861144A94B7EE168C8AAB3D8A4C6 /* HighlighterView.m */, - DE3792C0CB732F1665EA52B6A87CC774 /* HighlighterViewManager.h */, - F26D9D3CD1FDB6B1F573CC6ADB59CDB6 /* HighlighterViewManager.m */, - ); - name = highlighterview; - path = ios/reactnativeuilib/highlighterview; - sourceTree = ""; - }; - 0F2007AEAC9457A10122F83E9552E031 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 7647854FBFB397F83ED8C01851904487 /* libcrypto.a */, - FFB271349FA26FC45F50F0797B57D3D3 /* libssl.a */, - ); - name = Frameworks; - sourceTree = ""; - }; - 0F664FC5F130F6AE195CD9E4682724D5 /* TextInput */ = { - isa = PBXGroup; - children = ( - 2DEF6547A6AF4B39B08762539C87ED13 /* RCTBackedTextInputDelegateAdapter.m */, - 1FC253DD7FF0DBA34C7CE3559E8CE978 /* RCTBaseTextInputShadowView.m */, - 32D42D52342E37F190875F202B2A91E8 /* RCTBaseTextInputView.m */, - DF7F12EEDE9AEFC27E7626DB7B5C7628 /* RCTBaseTextInputViewManager.m */, - 1999077747FBD16E39EC0BC723FD65CD /* RCTInputAccessoryShadowView.m */, - 640D9DF9EEE03BFF61953180951E78E4 /* RCTInputAccessoryView.m */, - 8E6EDFA9F1E540E79FB74DF851671243 /* RCTInputAccessoryViewContent.m */, - 823781DFAB249366D3C2D50991FFF716 /* RCTInputAccessoryViewManager.m */, - 9B853F08CC4E879B61D88374F75008F5 /* RCTTextSelection.m */, - 56DD98C3AE95D8204AE239509EC2BD76 /* Multiline */, - DFC8D2E5FDE169E70CBD66B4E7E881BB /* Singleline */, - ); - name = TextInput; - path = TextInput; - 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 = ""; - }; - 108163ACE9CFF8206B6F347E0E61612C /* Pod */ = { - isa = PBXGroup; - children = ( - 8C981A37A563DDE44E27929784AC7C61 /* RCTTypeSafety.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 10B1ED777FBD09E6AD77D12C95887953 /* react-native-notifications */ = { - isa = PBXGroup; - children = ( - A18DFC6068147B01B3F5B450A8A9C450 /* RCTConvert+RNNotifications.h */, - 4665CA6C0F25FFEDEA9AC367C8CC8CFC /* RCTConvert+RNNotifications.m */, - 005860F4C353E505CD7C44B63908EAD1 /* RNBridgeModule.h */, - A6A2CF4E96AB0D7852EE8C1DED3C6C2F /* RNBridgeModule.m */, - 49ED8CFF6DB840F41A88C5F2BF784A49 /* RNCommandsHandler.h */, - 48DCA2987E2ED2187E279195F1A9396A /* RNCommandsHandler.m */, - 6712B7E40E44B8AD653AA2385F921B98 /* RNEventEmitter.h */, - 6969E347C0953CDABD5F3E728ABF9344 /* RNEventEmitter.m */, - 59564793F1412D4D0BA8A0F1C6BF0CDA /* RNNotificationCenter.h */, - C079B8255AECC872743267DDD47200C8 /* RNNotificationCenter.m */, - 32030FB0782D84838DFD8B9B48D8DFED /* RNNotificationCenterListener.h */, - D79246F43FF128325BB130468790D747 /* RNNotificationCenterListener.m */, - 8DE88AD42F76BE32942904C9EEE6EEE4 /* RNNotificationCenterMulticast.h */, - 6D7346CAF21F91D83105D5120265D77E /* RNNotificationCenterMulticast.m */, - B49D822CC2C3E7960EF5E399C6ED45F7 /* RNNotificationEventHandler.h */, - 45E877008035D68D5DFE8525B645A3A5 /* RNNotificationEventHandler.m */, - DE9BC8AE9F401FB575160339FDA33F2C /* RNNotificationParser.h */, - 7CDA568B2D288275E97B27215362C132 /* RNNotificationParser.m */, - F16E7E99266A021A64D3251AB5546CF5 /* RNNotifications.h */, - C220CD5C7823B71A8122034A20263F53 /* RNNotifications.m */, - F2C743BEBB9E434F0B74F5D246EC3F0E /* RNNotificationsStore.h */, - 377E7BBDD325400C4BE1F37B91485657 /* RNNotificationsStore.m */, - A5D07D52EB2576F36BEF07DD231D7A74 /* RNNotificationUtils.h */, - B8DC384EBF5E2B8C551DDD0AF858BC20 /* RNNotificationUtils.m */, - BC88C5514E8AC771285E1AA6D60E86B1 /* RNPushKit.h */, - 8627E4B27D49B07426C05D0FE8CBE9DE /* RNPushKit.m */, - 4417DC84BB1ECB385F6D5A2E88C9EB34 /* RNPushKitEventHandler.h */, - EE4D0819A7E5A094BECB0D2498F64D45 /* RNPushKitEventHandler.m */, - 3EA214B50379F47B600E96568880DEAB /* RNPushKitEventListener.h */, - 07C04C51D2D9A9CE34840B41C1E68A60 /* RNPushKitEventListener.m */, - 7163C485E4F2027E58B93D1E06752826 /* Pod */, - 37301CF505F3E0B528A4CC0F8D24C925 /* Support Files */, - ); - name = "react-native-notifications"; - path = "../../node_modules/react-native-notifications"; - sourceTree = ""; - }; - 10D8ADBC7A02640D4094543944B8B355 /* SafeAreaView */ = { - isa = PBXGroup; - children = ( - E775CA350C7B0129801AC5B1B87CB7AD /* RCTSafeAreaShadowView.h */, - 6BC73CE652A7E8C25A44A531191AD001 /* RCTSafeAreaShadowView.m */, - 6FCD5C3CD84CF6CA617B88C41DCED67F /* RCTSafeAreaView.h */, - 80B2F2275A1915CF3E7B74592AB21E2F /* RCTSafeAreaView.m */, - 378B98CAC2A39BEE994614C16D6646A7 /* RCTSafeAreaViewLocalData.h */, - E8D6AE9F7160518549E67BCC853058D0 /* RCTSafeAreaViewLocalData.m */, - 9E4BD6C211C3F0AF847800BD795959BB /* RCTSafeAreaViewManager.h */, - EE721DAC5A489632630DA59157D9042F /* RCTSafeAreaViewManager.m */, - ); - name = SafeAreaView; - path = SafeAreaView; - sourceTree = ""; - }; - 1107E8549053095DCF9A6921DF4E7787 /* FBDefines */ = { - isa = PBXGroup; - children = ( - A8582BEBE81543C7ABE35AC5D3E95BAD /* FBDefines.h */, - ); - name = FBDefines; - sourceTree = ""; - }; - 111B308665853B02264E5B625DE4DE9D /* MethodSwizzler */ = { - isa = PBXGroup; - children = ( - CB542A759C26591F57DB8FBBE8DDF8BD /* GULOriginalIMPConvenienceMacros.h */, - 16796F247BD5E397418931BD0FC32B24 /* GULSwizzler.h */, - 4C16BD68EF92FE185D310285C51204B3 /* GULSwizzler.m */, - ); - name = MethodSwizzler; - sourceTree = ""; - }; - 11228059D778F0294E876D7EB1740096 /* RNRootView */ = { - isa = PBXGroup; - children = ( - F9BD1D975B23D7001EA9B37025AA94A3 /* RootView.h */, - ACDAE3FDCBE8B87C8DA53D9389D4DCA8 /* RootView.m */, - 39B2951E15AA33E6062F3F1680CDA3C6 /* Pod */, - E1BCF73F3CA3C58744D3BE03DE5F4EEF /* Support Files */, - ); - name = RNRootView; - path = "../../node_modules/rn-root-view"; - sourceTree = ""; - }; - 117802F5D406DE18A28CF74B43C37B6E /* Transitioning */ = { - isa = PBXGroup; - children = ( - 1D4D631DFC321F19D726F4229F4587DC /* RCTConvert+REATransition.h */, - 63CD1F5EA7E04CD917A59514F416AC8E /* RCTConvert+REATransition.m */, - 21BE480D4031EEA250DD0C2C1EF4A8F3 /* REAAllTransitions.h */, - 27BFB45F10C5ED540AEFD1EC86E366A1 /* REAAllTransitions.m */, - 3BE5F6D1FD17DAFB939DE95A5439BC7E /* REATransition.h */, - 87F038E9A41D8DE9E08573FFF73B31A2 /* REATransition.m */, - 9F97AB0D01237B3ACB62A1BB4D0DEA98 /* REATransitionAnimation.h */, - 427F8A4FDA7C74319978BEF13D333788 /* REATransitionAnimation.m */, - A0077650C448900810F7C4E2ADBFF903 /* REATransitionManager.h */, - BD1C3CEC460FD7FAF8C7739B284D00B3 /* REATransitionManager.m */, - DC151DFB1532CBD2D43022C321CF63A7 /* REATransitionValues.h */, - 897F3AE774C215BE283DE39D632F960A /* REATransitionValues.m */, - ); - name = Transitioning; - path = ios/Transitioning; - sourceTree = ""; - }; - 1270566909CA668F7738C7DD3BE6B7A9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8BAB4F64F36FA871EE139DF6F1BA1078 /* CocoaAsyncSocket-dummy.m */, - 2066598D4CA3CEB1837EB6812A0434D8 /* CocoaAsyncSocket-prefix.pch */, - 2F80CD194F85D900365658F4B5E47468 /* CocoaAsyncSocket.debug.xcconfig */, - CB3DDB4876F896E8B1AE447F6B120FA5 /* CocoaAsyncSocket.release.xcconfig */, + D11E66BEBF2DA2783AF8434F3F866B4C /* React-RCTImage-dummy.m */, + 83C1FE53241AA7A8594C78DE6BFDF605 /* React-RCTImage-prefix.pch */, + FC2B4605322202EFDAC57811B80DF842 /* React-RCTImage.debug.xcconfig */, + 8E529A85772839C1339B706558803556 /* React-RCTImage.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/CocoaAsyncSocket"; + path = "../../../../ios/Pods/Target Support Files/React-RCTImage"; sourceTree = ""; }; - 127C36B8DBC30F741B35394EBA27B4A5 /* CxxUtils */ = { + 13A68FCBC83D2BA2C4932632AFC454C3 /* FlipperKitHighlightOverlay */ = { isa = PBXGroup; children = ( - D1C77F467A192B20FD3205B0089B8A76 /* RCTFollyConvert.h */, - CDB6638400EB6A1CE0ECD189FBE7FA54 /* RCTFollyConvert.mm */, + 9F3C7903A4D4436BB36CAC09004CA6A8 /* SKHighlightOverlay.h */, + 8C423B85C94F6C91AA028F3CE55CF32D /* SKHighlightOverlay.mm */, ); - name = CxxUtils; - path = React/CxxUtils; - sourceTree = ""; - }; - 12CE75EE35EF751003121DB4FDDCF212 /* Support Files */ = { - isa = PBXGroup; - children = ( - 12B0789AEB598E09E5751C3F1D291A25 /* FBLazyVector.debug.xcconfig */, - F0F273C931BC70BA2351D434AB2538C2 /* FBLazyVector.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/FBLazyVector"; + name = FlipperKitHighlightOverlay; sourceTree = ""; }; 14365716044418A82E6DD14AA8D16049 /* Pods-defaults-RocketChatRN */ = { @@ -13714,1799 +13414,2400 @@ path = "Target Support Files/Pods-defaults-RocketChatRN"; sourceTree = ""; }; - 14A162EF2EF28509D8B66B50DBBDC399 /* GoogleUtilities */ = { + 14FF748D12ABDA00B9082A5EBDC537B1 /* Pod */ = { isa = PBXGroup; children = ( - 2AF79C93DEA4561B0D8C5D5301A8EAEC /* AppDelegateSwizzler */, - 741926EC4FD0C96BFFBD6052268FD0EA /* Environment */, - 8EE3E6397795D21F12B782F899B2E9EC /* Logger */, - 111B308665853B02264E5B625DE4DE9D /* MethodSwizzler */, - 360490E5844BA0B5C37AE203F137E336 /* Network */, - 22D37EA90C09BEC3A1B60670E043823C /* NSData+zlib */, - F4B521CE23119457BE35B160E1184076 /* Reachability */, - 8212641908E9E3F5A512FC315CB2E748 /* Support Files */, - E9D821B24C6B46F294FAFE0B9E4B4B07 /* UserDefaults */, - ); - name = GoogleUtilities; - path = GoogleUtilities; - sourceTree = ""; - }; - 14ECD6E01580995435BBEAA174B467CD /* Support Files */ = { - isa = PBXGroup; - children = ( - 1F97800ABD4B7E0E20A45EEFDC4CD621 /* React-jsiexecutor-dummy.m */, - 8845587EA0A4284D635986626DDD1275 /* React-jsiexecutor-prefix.pch */, - 9129A60C49590EF63A8BFE19F541D797 /* React-jsiexecutor.debug.xcconfig */, - C9CDF231FE44D02D1AA70496A34ADEE2 /* React-jsiexecutor.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsiexecutor"; - sourceTree = ""; - }; - 157B5C658FC9536023EF8C6BF407B5C4 /* Pod */ = { - isa = PBXGroup; - children = ( - FE744CAC3A6905A845B778B55117814A /* ReactNativeUiLib.podspec */, + 02F3033B864B2A949CD8AA7B28BE182C /* LICENSE */, + 303CF904E7DDB1BCA374A10E18EE0A62 /* react-native-mmkv-storage.podspec */, + 51BE11DDCCEA1DE531DC315E8CD03704 /* README.md */, ); name = Pod; sourceTree = ""; }; - 15ACD26D232C5A744426CAE628BC0E9B /* RCTWebSocket */ = { + 15392A7F72243EA4F68B4AAC0A20D8B5 /* RCTTextHeaders */ = { isa = PBXGroup; children = ( - 5099F86C58FF72563ED8A25073BF7255 /* RCTReconnectingWebSocket.h */, - 63048474F940B84B0B7D3571BB19E0AB /* RCTReconnectingWebSocket.m */, - 76F2F45582CA602BD319E894FC221BB6 /* RCTSRWebSocket.h */, - EFCB0C390BC727840992A96B9B2BB830 /* RCTSRWebSocket.m */, + A8AA4DCA8E6C74B71167215B6FF0FBA4 /* RCTConvert+Text.h */, + ADD2A2AD14A0A3F6DE663B09C3625F30 /* RCTTextAttributes.h */, + 2312B7782C14ACB4C8E0477114BC1527 /* RCTTextTransform.h */, + 5326443D3510CA34A1CF5F4E6428E21D /* BaseText */, + ED788B26F2CB61BF90C19256B8826963 /* RawText */, + 6630D43ED7A96CA4791B7F1B3F88A161 /* Text */, + A5F12467A41E42892F52B9077B223C2E /* TextInput */, + 4223ED9A85C5D41AD3EA6B4CB7D3062E /* VirtualText */, ); - name = RCTWebSocket; + name = RCTTextHeaders; sourceTree = ""; }; - 1775124EE3F0FDA5EEB5885E881E54EB /* Support Files */ = { + 1641240FFE72FD5F7F665704EAC37474 /* GoogleDataTransport */ = { isa = PBXGroup; children = ( - BD968A4D94E9A746F7ABEF6C09A3151E /* EXLocalAuthentication-dummy.m */, - C05BF2F189EE14100FC2ED80DC30B4B6 /* EXLocalAuthentication-prefix.pch */, - 10A07E6001A83CEC9DF53CC50DDD02C2 /* EXLocalAuthentication.debug.xcconfig */, - 67243E8672F7F52A57F2E014771277F4 /* EXLocalAuthentication.release.xcconfig */, + 6891FD5DCC1F4C9552A9E9CE6F99D07A /* cct.nanopb.c */, + 94B81596C88624BE2A6E88A230DA76E5 /* cct.nanopb.h */, + 79A9E5058B5540846CAA9789766F0146 /* GDTCCTCompressionHelper.h */, + 704E344D9356139FEC160C45ED305C6D /* GDTCCTCompressionHelper.m */, + 8F94E3752FE7FCC3CD0145E0CB9C7A5C /* GDTCCTNanopbHelpers.h */, + 3B7E6C8E0CBB15B961F2BD8685F9FE28 /* GDTCCTNanopbHelpers.m */, + CCBEBDF2006D6A9672B9F5E6FAD1CDC8 /* GDTCCTUploader.h */, + 78A1052611D927D9329CA9DDA4E33E0B /* GDTCCTUploader.m */, + DC0A581F1D31FE9AF560059BE948DACD /* GDTCCTUploadOperation.h */, + 5B93A3F4E242504C036ED37C4ED24013 /* GDTCCTUploadOperation.m */, + A9183FF4539DB5A2A55A0E60C0B227C5 /* GDTCORAssert.h */, + D4C635131E5C7E88CDD1513CCF3039E7 /* GDTCORAssert.m */, + 2A7F2ECC3730780B365527FC592760E6 /* GDTCORClock.h */, + 76773683CF74B81FDE92FF175E0E9981 /* GDTCORClock.m */, + 3DEBD17DEDD5AFE9F1206187B4596B98 /* GDTCORConsoleLogger.h */, + F57E9E1AF5760F448961091BEED0638E /* GDTCORConsoleLogger.m */, + B92F71D19C0156B1696A8189C3511EE1 /* GDTCORDirectorySizeTracker.h */, + 09A89DA040C80D9FE8F816A8C4C8275B /* GDTCORDirectorySizeTracker.m */, + C3BE7DCD302DD0ED3A92CCF65368255C /* GDTCOREndpoints.h */, + 4D83148696C479B66E9F4271D8E9935F /* GDTCOREndpoints.m */, + 84DA8EA64791C81A4CD613740F9D9BFD /* GDTCOREndpoints_Private.h */, + 401BDF6362940B3D12758B9FB59EA128 /* GDTCOREvent.h */, + F03ADB01617EDE9BCC87D62845FF3283 /* GDTCOREvent.m */, + 6AADD715A472E1499DC8CA6E057502DE /* GDTCOREvent+GDTCCTSupport.h */, + 46D4010C77D21230B3434162A48AC3D9 /* GDTCOREvent+GDTCCTSupport.m */, + 7F0417B50C65332266BB13C964CD7231 /* GDTCOREvent_Private.h */, + 6690B979C216261A371823A65004CAC6 /* GDTCOREventDataObject.h */, + B6708CAA7E3A8129918503B1B94210C3 /* GDTCOREventTransformer.h */, + C549F2CE54534A74F9B1F67BE6E0DCD5 /* GDTCORFlatFileStorage.h */, + 4BECAC2B71E0CDF1591C8EDA51355D51 /* GDTCORFlatFileStorage.m */, + E5DA3731632288D500BBDBA19642DC64 /* GDTCORFlatFileStorage+Promises.h */, + 7817001B67DAFD95CDD5C449BF6DE55C /* GDTCORFlatFileStorage+Promises.m */, + D737557FEA0872325AE5F5D7A1CD098F /* GDTCORLifecycle.h */, + 87E905D4CE59E0F4A3F83E16C9DD4539 /* GDTCORLifecycle.m */, + 622BC572F8685B52549F6FBF5985E509 /* GDTCORPlatform.h */, + 5358714EED6573439B4CBAEE8DAB2C77 /* GDTCORPlatform.m */, + A8CE4AAF7B34952C3782A5E1FC709586 /* GDTCORReachability.h */, + 0FE8FF6E66F63C353C8ABB1DD4A94CDA /* GDTCORReachability.m */, + 285A13E6C95DE2AE2267DC1197D93D1D /* GDTCORReachability_Private.h */, + 6FA5A9572C5DCEF279CDBED53426CB00 /* GDTCORRegistrar.h */, + C9BD035227025ADBE91F989FA8AD8C67 /* GDTCORRegistrar.m */, + 8877CB98B3C1006224305F511160D9C0 /* GDTCORRegistrar_Private.h */, + D327A4E6353A46D97988DC58C9ED18FE /* GDTCORStorageEventSelector.h */, + 47BA5AD6659DE47082EB11BC42CBE5BF /* GDTCORStorageEventSelector.m */, + 629328949A23C018DC1843EF3FB58CEB /* GDTCORStorageProtocol.h */, + 0F4E0D00C727275FDB478F9E7946E8CF /* GDTCORTargets.h */, + A7C668FBFB75CDD373EFED7B8A512B4E /* GDTCORTransformer.h */, + 7D44ACEBFF418BE6B0AFBB311DD90E3E /* GDTCORTransformer.m */, + 2E32470CF954B2D2E67C22501ADD1D59 /* GDTCORTransformer_Private.h */, + 53C2E03E9D781EC50332D777FDFEFE7D /* GDTCORTransport.h */, + CCF0E17279E507486B3D690D3349EDF3 /* GDTCORTransport.m */, + 4555B3731BAF50E7ADDD4980C093F054 /* GDTCORTransport_Private.h */, + BAD1696C02A5167A4FB836306A736704 /* GDTCORUploadBatch.h */, + 93DBA208A5245B3A7AB1CE1E0FE00BFD /* GDTCORUploadBatch.m */, + 15FF7B9CD3F301A4ADE968A8625E1CA8 /* GDTCORUploadCoordinator.h */, + E3F82BBCAB3802D113F8208A9AA4B732 /* GDTCORUploadCoordinator.m */, + CD4A61A0CD9A6B9582B23CEDD0517C46 /* GDTCORUploader.h */, + AD5E68E8C79129237EFE12F7F60F3DF4 /* GoogleDataTransport.h */, + ECE8C536A38AC1AC1E17F8D998E8526C /* Support Files */, + ); + name = GoogleDataTransport; + path = GoogleDataTransport; + sourceTree = ""; + }; + 16AC952D1991BE13F2D08945459E86D4 /* Support Files */ = { + isa = PBXGroup; + children = ( + 160F19E03D107A54EE184E9730C12A70 /* RNGestureHandler-dummy.m */, + 8555EF8127825BDD72E5AA7B108B6F11 /* RNGestureHandler-prefix.pch */, + D3123555C9438913E21E5CED460DA6FB /* RNGestureHandler.debug.xcconfig */, + 3BC3C904458814464705FE530F2FA4C0 /* RNGestureHandler.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXLocalAuthentication"; + path = "../../ios/Pods/Target Support Files/RNGestureHandler"; sourceTree = ""; }; - 17A6B5FE1AED6303C7FDFE9FD64AEF3F /* react-native-cameraroll */ = { + 16D7F484236BC62A28F8201AA1FCED28 /* MMKV */ = { isa = PBXGroup; children = ( - 5956DFE371CCFFBC27917B3263F7B443 /* RNCAssetsLibraryRequestHandler.h */, - D0519A3FD1A7B438B36072CDFA46DDA3 /* RNCAssetsLibraryRequestHandler.m */, - 01D4684FA3974731D182727D4E7D7F5F /* RNCCameraRollManager.h */, - C1D81A9074D504712C829F448867952A /* RNCCameraRollManager.m */, - 7B7F8D607F041C3A8D171CD1445189D8 /* Pod */, - B5142A693E43034B5D43242A1BF49EE4 /* Support Files */, + F4528F6A62290DD19BEB89B1276CF901 /* libMMKV.mm */, + E74A4DBA7C133AA437F9C794146056A8 /* MMKV.h */, + 43B11C76545368DAA68E22FE6B5DD484 /* MMKVHandler.h */, + 8BD918420ADDEA37CBC985B156FBF6DA /* Support Files */, ); - name = "react-native-cameraroll"; - path = "../../node_modules/@react-native-community/cameraroll"; + name = MMKV; + path = MMKV; sourceTree = ""; }; - 17F7AA7217B1CC557CC7EA5B55F43B33 /* safearea */ = { + 17049E45B955BBF19494BB8A321A9D57 /* GoogleAppMeasurement */ = { isa = PBXGroup; children = ( - D37DDA3D6B96219E4EB54E70B4808AE8 /* SafeAreaManager.h */, - 047C33B176F12C3B7BCB936A7C67EEE8 /* SafeAreaManager.m */, - 58EADB53A24890CDEFFD895AA61F56EB /* SafeAreaSpacerShadowView.h */, - 5E77003245A61B9D97059A50342287DF /* SafeAreaSpacerShadowView.m */, - 351F464F361CCBD73E433FDD65060176 /* SafeAreaSpacerView.h */, - 69B92BA5B1D83F4B05228CA675EFEDFB /* SafeAreaSpacerView.m */, - B39BCF779082FAD154F8F5B9EFC3AA3B /* SafeAreaSpacerViewLocalData.h */, - 24BDB052E02B4D7010E17DB94DDDA4ED /* SafeAreaSpacerViewLocalData.m */, - 889E44E4B23B82FADB36A06A1629F8E5 /* SafeAreaSpacerViewManager.h */, - DDD4E25845285369D3F0E45F1DAA3AC7 /* SafeAreaSpacerViewManager.m */, + 582AC6A7F0F03CE7C22E0E38188DFFB2 /* Support Files */, + 2F743CD86E1E442AD9CAC8DD55C047B6 /* WithoutAdIdSupport */, ); - name = safearea; - path = ios/reactnativeuilib/safearea; + name = GoogleAppMeasurement; + path = GoogleAppMeasurement; sourceTree = ""; }; - 195BCD4E6EF4B72CE77CD3136ED77F72 /* OpenSSL-Universal */ = { + 17A338BC4C57D09830487C8C3872EBF6 /* mux */ = { isa = PBXGroup; children = ( - 313C7B5E349087164929BEAC6335F1CC /* Static */, - AD0013D23A044C4893495081222A3321 /* Support Files */, + 53FA91FAE403E4706D61BD152F58B206 /* anim_encode.c */, + 2FEF46EFA4BC48F9EAFDC2F87E759879 /* animi.h */, + A6819DDE7A8610D86EBAAB4563D4ECD5 /* mux.h */, + BA0AF44901659DB142245B064CBD1417 /* muxedit.c */, + 3CBC9337A3B90DDCE83AEB5328B44D00 /* muxi.h */, + 298424DD629B61A6333BFDB8F18DC772 /* muxinternal.c */, + 63D2AD7731B49E11565C68B586AEE39F /* muxread.c */, ); - name = "OpenSSL-Universal"; - path = "OpenSSL-Universal"; + name = mux; sourceTree = ""; }; - 19D1DA3070F152BEA9908CC0C5B54094 /* Support Files */ = { + 1837B8B46237B4BEDF34E441A7012899 /* Support Files */ = { isa = PBXGroup; children = ( - C9711548EF21004BAFFFBCFFBBE553BA /* RNFBApp-dummy.m */, - 7979174E199C74B76A7458BAF5D73202 /* RNFBApp-prefix.pch */, - F33A8BB2F0560B24EA69F8E08E8AB281 /* RNFBApp.debug.xcconfig */, - 919FBBB5A634BB55B40C453D604C862C /* RNFBApp.release.xcconfig */, + A4C1333B82AF8E9A714E5AE3DF64D5AF /* react-native-restart-dummy.m */, + 6D260EFAC1479383463B84B25ADCD043 /* react-native-restart-prefix.pch */, + 7B3F59658E57482C1200E46EC0892F6B /* react-native-restart.debug.xcconfig */, + 2DB56F672CA32B0ED88CD910D9BA344B /* react-native-restart.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNFBApp"; + path = "../../ios/Pods/Target Support Files/react-native-restart"; sourceTree = ""; }; - 1A5D0202DB3F4FF11E6F47D60F77EE9B /* React-RCTNetwork */ = { + 188005B4571FBDAB8714ADC10197EAB8 /* React-Core */ = { isa = PBXGroup; children = ( - 2DCF0082C3FF73E29091651F57ACEDF2 /* RCTDataRequestHandler.mm */, - 80100D95B5AC4D8030EDAD3D90420632 /* RCTFileRequestHandler.mm */, - C3ACE169CF70A427BCE35183CC9FA16F /* RCTHTTPRequestHandler.mm */, - D0EB308016D91F960F30C69A74CC4F45 /* RCTNetworking.mm */, - E35D40C1E135E835213372E4D78832FA /* RCTNetworkPlugins.mm */, - CA3D4FB370B70B7AB684C84749F52D28 /* RCTNetworkTask.mm */, - ECFA294F6B754E6E0D1E59BCD893C3F0 /* Pod */, - 9EA1BF541D202E58A573F01959335055 /* Support Files */, + 83DEDC4EF0050E9EE150352B3427B0A5 /* en.lproj */, + CC820EDA245D8942F122B536D0CD6F3E /* CoreModulesHeaders */, + EEFD531D4302D31229322FB42EA1A1FA /* Default */, + 37FB0930C21107442D7BDEC0E8040CBB /* DevSupport */, + 81E73E774349F8F46F7D8BEDCE42FEE0 /* Pod */, + 4CD32A37BD0855DFE0B2332E529E3D0D /* RCTAnimationHeaders */, + 335F81444261C2DB41D94DD569760C5F /* RCTBlobHeaders */, + 4EE2C427F18CF5BBC881FDD174270FC5 /* RCTImageHeaders */, + 7D1D9AE8BF42A765F594857904DEE56E /* RCTLinkingHeaders */, + F0D5B4D7F57EDA7993C8D04B06C27273 /* RCTNetworkHeaders */, + 441DD723AB2C8375560620EA49D7B7C3 /* RCTSettingsHeaders */, + 15392A7F72243EA4F68B4AAC0A20D8B5 /* RCTTextHeaders */, + B5761E1BEEDCFAA5E84EAE93D481C270 /* RCTVibrationHeaders */, + FD17E3CA19A1D4202D4C6EC9D6240E54 /* RCTWebSocket */, + C11C2068C88F34FD46ECD67ADBB6EBDD /* Support Files */, ); - name = "React-RCTNetwork"; - path = "../../node_modules/react-native/Libraries/Network"; + name = "React-Core"; + path = "../../node_modules/react-native"; sourceTree = ""; }; - 1A801D8EAB6F55CDFD2DACA124E77719 /* Pod */ = { + 1A87B248AD7CF880B60846B826AB1DF2 /* PromisesObjC */ = { isa = PBXGroup; children = ( - B064A25D821B41DB96D44C41CCC4CC6D /* React-RCTText.podspec */, + 5D2EFF1C477F2F6600BE395AB2F1365E /* FBLPromise.h */, + DDB7BB674A3CD69F9DD76AE136CD4619 /* FBLPromise.m */, + D8247C7F7FC6774341DFFA7AB47291AD /* FBLPromise+All.h */, + BF008F11234CFE2D4A77FF3A1B30A025 /* FBLPromise+All.m */, + 50ABCE17504CBB6C95517AC5BE0F5CDE /* FBLPromise+Always.h */, + 73344FF0A55AADB18BC8309D96284B42 /* FBLPromise+Always.m */, + 6EDB836E7CBA54FC81599008896D740A /* FBLPromise+Any.h */, + 7AC97DAAEBD3CE727673123E0FBD5B35 /* FBLPromise+Any.m */, + 121503515315D5B2DD62D9C7DEAC628E /* FBLPromise+Async.h */, + 33152BD674B0C24B4FD4C23D691D87B2 /* FBLPromise+Async.m */, + 80FCB2AA8B95693CDDFE206E3AA51080 /* FBLPromise+Await.h */, + 5D42C0203FFC5E876B0B5165B3A8BE3F /* FBLPromise+Await.m */, + 223809348B8CBB41D813F609B98AAB6A /* FBLPromise+Catch.h */, + C7B4FD661CFE0105A5B6313F87E22A35 /* FBLPromise+Catch.m */, + 34B1BA625CBDA3E6220D616CD779EA6C /* FBLPromise+Delay.h */, + 8329C24DB5A165E35DD541F86C330A49 /* FBLPromise+Delay.m */, + 0CF95E9ED6ED681B6C4E51AC2FDDEC12 /* FBLPromise+Do.h */, + BCFC3A8AF496A593E985BC03F82204A0 /* FBLPromise+Do.m */, + B1700C46579BE542FCE524DC2E246B09 /* FBLPromise+Race.h */, + C134F1B8F99887D8069D04B2B4AD1AFE /* FBLPromise+Race.m */, + 74CB5145F26CC00822C74F39B21A627B /* FBLPromise+Recover.h */, + 2DFDCF5484343D945D88B6D838AB491F /* FBLPromise+Recover.m */, + AFC95B5DA1F58487093E2CB2DE1D17D6 /* FBLPromise+Reduce.h */, + B8BC891BE7CB7C4759DBE1D3D7014F7D /* FBLPromise+Reduce.m */, + FB9456ABBD0373B1D5EB68A086E91376 /* FBLPromise+Retry.h */, + 5BD457CCFB3630DF3DC4BFA60C51CA9D /* FBLPromise+Retry.m */, + 2DA00E753DD47632238844C0463E7689 /* FBLPromise+Testing.h */, + 222483B6FEAB4D2FA6B30881EC148C6A /* FBLPromise+Testing.m */, + 0C1E587317E1B8E1D6F29B7EE756D1B9 /* FBLPromise+Then.h */, + 953C396ED4F1CBCE7BA8F451A54F4E3A /* FBLPromise+Then.m */, + A8DF7FD3425988F2B044F33112B940D6 /* FBLPromise+Timeout.h */, + 3436B4AF65BC6077067BDED3C8A06437 /* FBLPromise+Timeout.m */, + 896671DD1E210A8B2997D194587A459D /* FBLPromise+Validate.h */, + A4367D3B14B572CA386D7BBF5A696A62 /* FBLPromise+Validate.m */, + 5B158329F4AAA8F4B7203566901E73AE /* FBLPromise+Wrap.h */, + 975382333964F7979D0CBDC121FFE541 /* FBLPromise+Wrap.m */, + 1151FBF1BEA12FA7D5F885DE3D3648B3 /* FBLPromiseError.h */, + 2834FA224F3415F7E5F954AC1438361E /* FBLPromiseError.m */, + 5B67A853F875389E17C251E0AA3FEA4E /* FBLPromisePrivate.h */, + 4C1E3DA9275CD83B9B766723B8E59C78 /* FBLPromises.h */, + B4601712F1E115DCEC545ADFFC965751 /* Support Files */, ); - name = Pod; + name = PromisesObjC; + path = PromisesObjC; sourceTree = ""; }; - 1ACD07E359E5108535CAC5BE16ECF86C /* Support Files */ = { + 1A93E397FA671A7727273362E730C899 /* EXAV */ = { 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 = ""; - }; - 1ADFDFFA98BFD7229BD56B0D292D3A29 /* RNFBCrashlytics */ = { - isa = PBXGroup; - children = ( - D28850D1E95D6F27209F77B2AC1BDD10 /* RNFBCrashlyticsInitProvider.h */, - 2B9219CC00559308A8946F5EAB9D3291 /* RNFBCrashlyticsInitProvider.m */, - 37109495CC36F77A55D9CC593CF5309C /* RNFBCrashlyticsModule.h */, - F1672770B59B32AB4D74F101CD2A589B /* RNFBCrashlyticsModule.m */, - 5CF496F37A2143BB4AD3F65267F2FA9B /* Pod */, - 81ED4DD99893AB565DB50610BFEFF8AD /* Support Files */, - ); - name = RNFBCrashlytics; - path = "../../node_modules/@react-native-firebase/crashlytics"; - sourceTree = ""; - }; - 1B4F7002F8BD388AA39FD2495AD653B3 /* ReactNativeUiLib */ = { - isa = PBXGroup; - children = ( - 0E33B20DAA3FB48554E846EF1DF4CDE5 /* highlighterview */, - C7B4CC00B1231582DFF2F39271AEF24E /* keyboardinput */, - 997FE1F1EF8476C6C3B0F7F608876B37 /* keyboardtrackingview */, - 157B5C658FC9536023EF8C6BF407B5C4 /* Pod */, - 17F7AA7217B1CC557CC7EA5B55F43B33 /* safearea */, - 6596F0377779F44DA1EA67CE6603AD5B /* Support Files */, - ); - name = ReactNativeUiLib; - path = "../../node_modules/react-native-ui-lib/lib"; - sourceTree = ""; - }; - 1B78AC0FC50B135E69888C394959A8B7 /* Pod */ = { - isa = PBXGroup; - children = ( - 395FAAC745397A762FAEE4C6266BF43F /* UMReactNativeAdapter.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 1C3E1251C9BF6F651E2C8B593E75C9F8 /* Support Files */ = { - isa = PBXGroup; - children = ( - 60465ABCC8D9209F7379AE4D67F2C7B3 /* UMAppLoader-dummy.m */, - 1EDF10267C98F8AFF3F94D18AD3783A6 /* UMAppLoader-prefix.pch */, - C63973463770DD60DEDCCF09DF20C477 /* UMAppLoader.debug.xcconfig */, - 89E7660DE07683C487344F742C558180 /* UMAppLoader.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMAppLoader"; - sourceTree = ""; - }; - 1CFB0AC666052A9834763AEE51C5D295 /* Pod */ = { - isa = PBXGroup; - children = ( - 8987C0823F10B8D50338DDBB894D4638 /* LICENSE */, - A7021F11EA33595879CC931C2D3721B5 /* README.md */, - E2CA89CF78F49C782B483102DE0C45F4 /* RNBootSplash.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 1DAF61B13392D6BD41B109E4842ED5B9 /* EXAV */ = { - isa = PBXGroup; - children = ( - 88A91365EFC55AD4C59B467273F60B32 /* EXAudioRecordingPermissionRequester.h */, - 7E7ED1B43B43459C24F2DA0285726785 /* EXAudioRecordingPermissionRequester.m */, - BA7E9FC4132922B5FCCA8DDA0CEDE546 /* EXAudioSessionManager.h */, - 2BA0B7DE44C1908CAE127188924717FA /* EXAudioSessionManager.m */, - 0AD6553E78F718AF5A52917E0D45CDCE /* EXAV.h */, - 4271B9D8266CB8734D54D29E24C01C1C /* EXAV.m */, - B45F3AFAF65A38E2B72799E1ADD868E6 /* EXAVObject.h */, - A678B51D58684911B1FB52F1BDF20F1D /* EXAVPlayerData.h */, - C5BE3FAA76D61C918E1969E10A1D3D8F /* EXAVPlayerData.m */, - 929AE609E2E2740EF852EF43FCD9DC29 /* Pod */, - EF4407238A70161089788703471E06D2 /* Support Files */, - 2229BF5E866BE274791CF9EE3C3EDCE9 /* Video */, + 8DE7B0305CBB2440796B4596AE03C284 /* EXAudioRecordingPermissionRequester.h */, + D31D3FB7A234CCEDB1D79C9C0D98D32F /* EXAudioRecordingPermissionRequester.m */, + 38DA87FCC44AF5BA7CB6A7C75DFF4702 /* EXAudioSessionManager.h */, + C8CB2FB7A4269EB780BEC5B95D1E47BA /* EXAudioSessionManager.m */, + 509EE9CF71D7CF9B97B3B9C884C3C2E9 /* EXAV.h */, + 2B9346FF304AC5B80C47E6914D91DFE4 /* EXAV.m */, + E47D011EA9AA1E48A77317612C488D4F /* EXAVObject.h */, + 64729687BD0DDAA887B81978EB045960 /* EXAVPlayerData.h */, + A99A9E9354154770EB7D0E35DD3FC2DB /* EXAVPlayerData.m */, + A1DBF5E3FD27F0D8083D489F848E4A7F /* Pod */, + 22A48A8D2CBBC7E167FD94289CF5F346 /* Support Files */, + 0D8C74D882C353C24118C8DE1ED11776 /* Video */, ); name = EXAV; path = "../../node_modules/expo-av/ios"; sourceTree = ""; }; - 1EC018A45E44809318AAB283AD2D441A /* lib */ = { + 1D01E014F509D0F2F32000C3D3495FA6 /* Support Files */ = { isa = PBXGroup; children = ( - 4F30A6ABE78EE663FF6B398028C9B912 /* Aes.h */, - 781D24F33E0BF67A5185B7C17D587155 /* Aes.m */, - F4F07B53F4A0B9B4DA4112D117AE7567 /* Hmac.h */, - 227965686C208135CA7B141FC9D25B67 /* Hmac.m */, - A72869F7BC38F2B2B36D6735E635803F /* Pbkdf2.h */, - 35D059578C746B656D92BE16F6752821 /* Pbkdf2.m */, - 6E6B04CE670087DDF474FBCF2BB45B59 /* Rsa.h */, - 8D07A3084F02111B4D644D30642D7104 /* Rsa.m */, - 1A16BEFA0732A311A7437BD837F0A716 /* RsaFormatter.h */, - 3C7B447D61CDB8516CBE28BA6279B419 /* RsaFormatter.m */, - CB057D304B1A3EF9D734142853940164 /* Sha.h */, - 402D9A6E20DB74BB3698B7B5BBC9E5F4 /* Sha.m */, - 88B9E4FCBCC8FACB837BE5125C7374CD /* Shared.h */, - D6523E54B8ABFBDA4090211EC24C645F /* Shared.m */, - ); - name = lib; - path = ios/RCTCrypto/lib; - sourceTree = ""; - }; - 1FFF2EEA86CA2C8778E881ED760DE472 /* Pod */ = { - isa = PBXGroup; - children = ( - 7031C0DD93E45837895C68A0E654A945 /* EXVideoThumbnails.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 20D6C3BAF784D07775639CE9FF00868E /* Pod */ = { - isa = PBXGroup; - children = ( - 009D2D2F1EDF69DD6C82155F208A6AEB /* LICENSE.md */, - 973CB3B495A9D8ED34F30741C73A4CEF /* README.md */, - 779F6D300A2185073CA6AA56EDB08BB3 /* RNDateTimePicker.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 211504D5F653896F7D802765A0C9345E /* Nodes */ = { - isa = PBXGroup; - children = ( - 89925DE89D1EC8BC9334EAA0D4ED42AC /* RCTAdditionAnimatedNode.m */, - B1F4DB0DE3C68BC8D3845B502352AB49 /* RCTAnimatedNode.m */, - 0627E205614405DF99E6875036C998F1 /* RCTDiffClampAnimatedNode.m */, - 17EDB224AC57F978880C3FC4F79BEE9B /* RCTDivisionAnimatedNode.m */, - AF03B1770DB65B8C5B84BE3507A80FED /* RCTInterpolationAnimatedNode.m */, - 47CDFFC550D404BAAB0ACB009517E428 /* RCTModuloAnimatedNode.m */, - 40806705B42988314598905FEC93C887 /* RCTMultiplicationAnimatedNode.m */, - 6692B75A4BF8DC5DE25F309C65AB403B /* RCTPropsAnimatedNode.m */, - 79D188D46EDAA009DD1CDFE99D575D09 /* RCTStyleAnimatedNode.m */, - 9DD88FF253F88E46B3A40188EDBAACE2 /* RCTSubtractionAnimatedNode.m */, - 5E4E574F1AE9580C36C3981145889A39 /* RCTTrackingAnimatedNode.m */, - 73FBE46C3F16D233E2242553C597F349 /* RCTTransformAnimatedNode.m */, - 6B56E9BC2C11577B9B00522D19EA4CE7 /* RCTValueAnimatedNode.m */, - ); - name = Nodes; - path = Nodes; - sourceTree = ""; - }; - 21C7727BD47C6D83A710E5BCFEC5EBAB /* RCTSettingsHeaders */ = { - isa = PBXGroup; - children = ( - C3AAB40D0C5122B9D6B4852186CF60C2 /* RCTSettingsManager.h */, - 997EBC8BE604034B46AD0C9F61326E38 /* RCTSettingsPlugins.h */, - ); - name = RCTSettingsHeaders; - sourceTree = ""; - }; - 2229BF5E866BE274791CF9EE3C3EDCE9 /* Video */ = { - isa = PBXGroup; - children = ( - 3B948334868E259BE1A9008922D6D075 /* EXVideoManager.h */, - 9384C4052D4B5330FE667A0F8070EB64 /* EXVideoManager.m */, - 707120DD0B50E19FE10F2FB2F46CE503 /* EXVideoPlayerViewController.h */, - BAD2210ED551317279ECE251AEA647FB /* EXVideoPlayerViewController.m */, - 80408B1DDA857F570FB00621E45166AD /* EXVideoPlayerViewControllerDelegate.h */, - 1B23DBA576F51516A1F42C9CBB24CA04 /* EXVideoView.h */, - 48A989EAF58E78C4714DACAAA7B3ACF9 /* EXVideoView.m */, - ); - name = Video; - path = EXAV/Video; - 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 */, + 2A733C2923941DF6BF0FF33C98705A80 /* JitsiMeetSDK.debug.xcconfig */, + A26C8249B1B9BB351766015EFE248B76 /* JitsiMeetSDK.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/FlipperKit"; + path = "../Target Support Files/JitsiMeetSDK"; sourceTree = ""; }; - 22D37EA90C09BEC3A1B60670E043823C /* NSData+zlib */ = { + 1D16CD6D994D64324CEA0BE26BD3B396 /* Support Files */ = { isa = PBXGroup; children = ( - 78B01E7FC2B1FC5F82A3EBBC435810B0 /* GULNSData+zlib.h */, - 599C2EF884B2282529A1B2A20B6991D2 /* GULNSData+zlib.m */, - 5ACA806F5D0FAD98FD9CC812638D0A97 /* GULNSDataInternal.h */, - ); - name = "NSData+zlib"; - sourceTree = ""; - }; - 231D5C59CD0861F500697C0604EEBC9F /* Pod */ = { - isa = PBXGroup; - children = ( - DA227E2C37D1F9D07F1F8E8C6B43B481 /* LICENSE */, - DC97FBF934575C77F92D439DDD68C175 /* README.md */, - D07F12B264879BA33FA83D742F3280B4 /* RNConfigReader.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 23542D6744393B07E7488DF31F54A658 /* Pod */ = { - isa = PBXGroup; - children = ( - 73B1FD340D0E31781AB2DDD52ED94003 /* EXConstants.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 23A3D473B477B88CE703DC33214E5729 /* Pod */ = { - isa = PBXGroup; - children = ( - 45DA8AFCAFB4CDA8B9E0578867B71E55 /* FBLazyVector.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 24F2AE8168BB3C3E7927C0EF5DEEB282 /* Support Files */ = { - isa = PBXGroup; - children = ( - 04DA95BC4E0C47C6135DB1B2875BABAC /* EXVideoThumbnails-dummy.m */, - A9CFBCC864EA970F281B4991D8E99422 /* EXVideoThumbnails-prefix.pch */, - 81834A7D0A5FEFE6786990A379A44991 /* EXVideoThumbnails.debug.xcconfig */, - 0986669E69C41DF562CD7BFB7F72901A /* EXVideoThumbnails.release.xcconfig */, + 442B5A7C508614E90967495F66DE7EBF /* RNScreens-dummy.m */, + 7399498A6DEE8A33B485D75E69760D75 /* RNScreens-prefix.pch */, + D316997E6EA8C814B260DDABDD2CA8E5 /* RNScreens.debug.xcconfig */, + 6156DFC967BA34C1F52F4C9FC186C386 /* RNScreens.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXVideoThumbnails"; + path = "../../ios/Pods/Target Support Files/RNScreens"; sourceTree = ""; }; - 252AD2056C6277F6DC6F5A73311785B3 /* React-jsiexecutor */ = { + 1D182045262D28F74539D0A6D2DC80A5 /* Flipper-DoubleConversion */ = { isa = PBXGroup; children = ( - 9F02C65BF34DA40860710D3B63EFBDC5 /* JSIExecutor.cpp */, - 2F374797252465FF2D7A549419007F6D /* JSIExecutor.h */, - 2021F8A8A32E47DF952B0456909EEEE2 /* JSINativeModules.cpp */, - 8C5B82EC457F4CE9ED938DA3C255EAAF /* JSINativeModules.h */, - F91924AC2CF6AD9510F437ABD0B47FAA /* Pod */, - 14ECD6E01580995435BBEAA174B467CD /* Support Files */, + 6C190027BECC64F345D87BD68569F56F /* bignum.cc */, + E3C82B9C403695069773B59919870426 /* bignum.h */, + EBC68DF1037271B512D312888BB94BE1 /* bignum-dtoa.cc */, + 5DFE45F2F850A83CA043CA0EC24BF51F /* bignum-dtoa.h */, + 5913FCAE340ABF943F90349C0CFD1F00 /* cached-powers.cc */, + D9029F6592AF4E3E726856F080C3378C /* cached-powers.h */, + 30198678A9934FFF746DD357A933E0BE /* diy-fp.cc */, + 66E56B8B69418198A313482C8C66A67E /* diy-fp.h */, + F0EA4FE9C47F16DA6B45F8993E5EE6A3 /* double-conversion.cc */, + 5200F8A8415627A674C9D180A1BCA735 /* double-conversion.h */, + 26DDB6E2DD786A51614C2D3DC463AD6A /* fast-dtoa.cc */, + A50AB575A2B84E24402B127ECF6D2FF4 /* fast-dtoa.h */, + 79110F1A05747D50C1203036E907E396 /* fixed-dtoa.cc */, + F92B9175B05D33B91C212532378AC42D /* fixed-dtoa.h */, + 4E16C7A1AEDF78F030CD036401AF3AD4 /* ieee.h */, + 2E22D99734D996DADDEE6909BE79131C /* strtod.cc */, + 0F0786E111C380A4F5F4194B27AA55FE /* strtod.h */, + ABC4755E7F3888D38E8549887D3BFA1D /* utils.h */, + E4B64A88937109B8B1513F5A0161FC1D /* Support Files */, ); - name = "React-jsiexecutor"; - path = "../../node_modules/react-native/ReactCommon/jsiexecutor"; + name = "Flipper-DoubleConversion"; + path = "Flipper-DoubleConversion"; sourceTree = ""; }; - 25B2F6FD897BAB8F772BE6A84443893F /* UMCameraInterface */ = { + 1D8E322A18F6E96CDA42283F5B86DCCA /* Flipper-Folly */ = { isa = PBXGroup; children = ( - 527A64E2F5621C4158685235D2F4BC46 /* UMCameraInterface.h */, - 48C81FA859F7C5ABFC3263BADE19BAB5 /* Pod */, - 28531EF10B2421216858D23AF4E87146 /* Support Files */, + D868C867DCBC09BB7C4A6031DF3B1546 /* Access.h */, + 643088D775AC6DA08BDD71C22C9BB97D /* Align.h */, + E74F1D1383DE84F268E56B2B99D7AA70 /* Aligned.h */, + E9042F6B0F65C5F1FECD7B526D5E3245 /* ApplyTuple.h */, + 096B37AB778309E97E942678021BC8A8 /* Arena.h */, + 0CF30BA15C171997C7D405B0568C9483 /* Arena-inl.h */, + EA1A21A800D5ECCE6B7F6372B29A2A43 /* Array.h */, + D95B0EB920164F1A2A45A1B472ED99FC /* Asm.h */, + D332EE66AE64D823DE07E1DEB552530F /* Assume.cpp */, + A0883F765FD35EE32D170D2515F99DEF /* Assume.h */, + 704CC31C169BCD0285AEBE1C54B0438F /* Assume-inl.h */, + 80ADFEA344220A34B87118BFED8227E6 /* AsymmetricMemoryBarrier.cpp */, + C9772337BE67AB3E8934D23F3BFDA7C1 /* AsymmetricMemoryBarrier.h */, + ECAC2C81C8F751EE5A471C1943F936A6 /* Async.h */, + 9886429D220763B3C4C2B9AB826C341B /* AsyncPipe.cpp */, + 15C0641BE3F6A1C7FD931C87A69EBECF /* AsyncPipe.h */, + E425D7EEF26C48977D9B06BB267E4DB6 /* AsyncServerSocket.cpp */, + 2E18E0A6DA6CF9FDD535A4927A7321D9 /* AsyncServerSocket.h */, + 763F27FFC78F573D79BDCCD4C65D39FB /* AsyncSignalHandler.cpp */, + 47766921FF987607582CD1AE92F7567C /* AsyncSignalHandler.h */, + BAA66C5DF0D692D590268D70D0C24299 /* AsyncSocket.cpp */, + 0F003A6D93B0E0ED039543DF9ACDE067 /* AsyncSocket.h */, + BD4FE4B8249F44FD4F45232014B937D8 /* AsyncSocketBase.h */, + EDE64F2C21350DAD06322729ACDD8041 /* AsyncSocketException.cpp */, + 71605BD2BC2B824D4F0CFE73271360CA /* AsyncSocketException.h */, + 102CE19DC05E96A0886FD83C62392D67 /* AsyncSSLSocket.cpp */, + DF4B783BBE9242BA49341AEEAFF331C8 /* AsyncSSLSocket.h */, + 227D4E4E28679AC02664FA44564C9F8A /* AsyncTimeout.cpp */, + 2B9DBD5A6FFC3A2C7ADF125CE36D55F3 /* AsyncTimeout.h */, + 1F52FEA29300B13CE9DA93F3217D8566 /* AsyncTrace.cpp */, + 9E79829F27C5F77097A3233A2BA5F2CE /* AsyncTrace.h */, + 09E7312E63CAA862B55661C0014E2A5F /* AsyncTransport.h */, + 9467FD812482E84675E8E0461A507D76 /* AsyncTransportCertificate.h */, + 8B6CD38D724F5745BF134B3FE3946B04 /* AsyncUDPServerSocket.h */, + 9C066E3E2CD3616C764CFBC61FA401A3 /* AsyncUDPSocket.cpp */, + 231EA9958810D97A6F2294AF89FC5937 /* AsyncUDPSocket.h */, + 3A3FA15236C77A649C0389B8D33DA7A8 /* AtFork.cpp */, + D9AEC6977E8E3BB2E2D1E4BDF23D408E /* AtFork.h */, + 86BD2E8713105A2746F1C9455F02D7C3 /* Atomic.h */, + D7CA9D1684FEDB8B367B1745837081EE /* AtomicHashArray.h */, + 40A3584F626E36415A9F4932FAEC3856 /* AtomicHashArray-inl.h */, + A2E373B2B47F30FD11F4D0F7360E098B /* AtomicHashMap.h */, + 2D6DD29193A51FBCAEE2BF43D57F1D5C /* AtomicHashMap-inl.h */, + 87D71719543E9393B85DEBA2F5CFDEED /* AtomicHashUtils.h */, + BD403B16D41D5E42441241065C003FD9 /* AtomicIntrusiveLinkedList.h */, + 0F58090DC51FAAD914CDD1E48EFD5CEE /* AtomicLinkedList.h */, + 6904C64FA65B275945977F0208DCB98B /* AtomicNotification.cpp */, + 800296D8586E18D11444F3E2FAF2E1DC /* AtomicNotification.h */, + 6A741951B6ECF080D830380D67E782C4 /* AtomicNotification-inl.h */, + A1B00A80E6FA5EC0A51A59A670A98461 /* AtomicReadMostlyMainPtr.h */, + 30D9073BFB28D69B94F2479E8D08D840 /* AtomicRef.h */, + A7D26B772B54425CA6EEF60C88351A70 /* AtomicSharedPtr.h */, + 3D96670F46B0076F73EB374FB61ABB74 /* AtomicStruct.h */, + F5E320E3CF5409E15B28F32BBDD745A1 /* AtomicUnorderedMap.h */, + C7F75DD571307378DEB955233A3DDB1D /* AtomicUnorderedMapUtils.h */, + 624B34029A48D10FB7E6615C7436C43A /* AtomicUtil.h */, + ECCF5356D64036369B31C7ABD714D598 /* AtomicUtil-inl.h */, + 248A694A9252727395A6A5B82DEE6DAE /* AtomicUtils.h */, + B5BBE8E9DF61CBB5D75B68A66A4F4E34 /* AutoTimer.h */, + 80F25178302A6278016FA160273286CA /* Barrier.cpp */, + A55D7DC4EAF1C333DCCA86B376DCAD09 /* Barrier.h */, + 7EFC624E63166FB123052E3ECC6DD609 /* Base.h */, + 5B4391F9618DA6D4B4B70EBF3B50F40E /* Base-inl.h */, + 2B5FE1D5B16155EFF88EC10CBE37FB96 /* BasicTransportCertificate.h */, + C7C1CC5E855469BCE1170A078E4A5EC0 /* Baton.h */, + E03942AAB217D4BE303F8D1866D4CADA /* Benchmark.cpp */, + D769B10529CD820E6D6D7DE6E807B79F /* Benchmark.h */, + 2CC4F11112DD3FC5F127FD9543A00E42 /* BitIterator.h */, + 75B59667BA7AF6927D96B5187A19BDAE /* BitIteratorDetail.h */, + 1FD1232C295BEC8B3C5C46CF9C88EB99 /* Bits.h */, + 088B1035D378F2BD1538F053CC4EC591 /* Bits.h */, + 4020CE5C01493E8067F574743A01D2F9 /* Bits.h */, + 65BE007AAADBE2BF451A502B333290AB /* BitVectorCoding.h */, + 706BDF96E08540D48AA9FE0DB0AE6A1D /* BlockingQueue.h */, + 0E2656161B5156568AC42711D1BD7850 /* Builtins.cpp */, + 35D4503CF7BEBBF9F34B7D3E65FD601F /* Builtins.h */, + F4EA7CACF285CEBABE589DEC47AFFF74 /* CacheLocality.cpp */, + AB6986F3DFF45E0217332B7F7B23B1EE /* CacheLocality.h */, + 7EFA52B2D89651F14E513E63DFBA9E01 /* CallOnce.h */, + 45CBEAD5BEE39AD29C3DA24D63BC9BA6 /* CancellationToken.cpp */, + 16338B5E24C51934F40EE02354D24EA6 /* CancellationToken.h */, + 1BC6839B56D074BCDA6B2E14771B5A40 /* CancellationToken-inl.h */, + A5B7ED6AFE8E722E08634E1DB2CD0EEA /* Cast.h */, + ED1F1453BA0F5F31F7DC3863D3DA4346 /* CheckedMath.h */, + 861B312CDF97FFD856A744E2E43A8927 /* Checksum.cpp */, + 13AEEBC4669F04B2CBB6882B1142FC59 /* Checksum.h */, + 2933A580606C3592A27CE3F9C9563C1D /* ChecksumDetail.h */, + 8C70A5D385851D79720D6247A58DE8D4 /* Chrono.h */, + A8FEBC65D72A6735A46CC107DAB45B2B /* ClockGettimeWrappers.cpp */, + 06EC0093D8FB9088CB7ABF02D97E8992 /* ClockGettimeWrappers.h */, + 61FEC4E61E01CDAD2A15D256DD196A8F /* Codel.cpp */, + 4D73C3C2CD1CEC49F8E65A231F43201D /* Codel.h */, + 35B679912408D25991F778F4FAA62D20 /* CodingDetail.h */, + E8124F9252A7ED8D36EE05DBF5A5A6D9 /* Combine.h */, + F8F1CF9120A05BB603582807E4331BA1 /* Combine-inl.h */, + 2DEA376E24B10D77703358B5CAAABC98 /* ConcurrentBitSet.h */, + 1FFA44FAF4E84A638FF650FB9A1E83E4 /* ConcurrentHashMap.h */, + A4EFB556D977A69B30C8543661F8D2C1 /* ConcurrentSkipList.h */, + 26F861AFA8F841A13826722BAF81EB50 /* ConcurrentSkipList-inl.h */, + 7F765BA7A650888CB31A4267CB72EE4D /* Config.h */, + ED5D5B0F8FA5BC80A7A5D2584D4BE8BB /* Constexpr.h */, + 7D5F986EFD2EF87648A8243E61637C91 /* ConstexprMath.h */, + CD402FBAD5F7B8C881DF8CE180DA701C /* Conv.cpp */, + 0844475E8AA1BBD38F25F4FDAC2C97EE /* Conv.h */, + 1942B13958E056020B29B8184AB242BC /* Conv.h */, + 9E74F791E964ADAAE4DFB5DB696DFC08 /* Core.h */, + B1AA94DE46EB920A4C459E55CDBA819D /* Core.h */, + 0608E6082959ED34A329ACDF7C544972 /* Core-inl.h */, + 66374B95656594C4D010D397E93770BD /* CoreCachedSharedPtr.h */, + 806A5B0C6F992FE817F61C540A1D18A4 /* CPortability.h */, + ED574FED06CE85DFD626C938C03BE5EC /* CppAttributes.h */, + 1D8D19B90ECAFC3B18ACB96D04F1B67F /* CpuId.h */, + 79AB545304B4813854743596E1CAD7F0 /* CPUThreadPoolExecutor.cpp */, + 3E468AC5E810728CF83B52D1C93617F0 /* CPUThreadPoolExecutor.h */, + 2A7D89454AF2A9FF445EF28A3F418B71 /* CString.cpp */, + 0F728EB98472F531B681459B9BD6532A /* CString.h */, + 14342B4F71E89C4901F8417A69F91DEE /* Cursor.cpp */, + AA4BAC3B2E542E9FAB2F528FE3FE3375 /* Cursor.h */, + 87C41BB5D62A1A7695BFBB18E674A2D4 /* Cursor-inl.h */, + 2CA19C8FD5E7B3B963C0D52194954D0F /* CustomizationPoint.h */, + FAE5EDEB4924E7738A7928F2B3DEF500 /* DecoratedAsyncTransportWrapper.h */, + 7FB16B79A0F0B780DBFB96D9E33101F2 /* DefaultKeepAliveExecutor.h */, + 5975F367006A30C06F42CBB4E483B666 /* DelayedDestruction.h */, + CE58A915794FE35F0657D40693E62016 /* DelayedDestructionBase.h */, + 5DCA01BB6DD76871C36C1DD40D81A77C /* Demangle.cpp */, + 9DC7AAD63FD0F4C1972D217A927CBCBD /* Demangle.cpp */, + 617331958F139EF1DE3597E5A06A0990 /* Demangle.h */, + E00816DA80C1DDBEBE2ECD7BA2D124FC /* Demangle.h */, + 457E1D9D3C5F10C35BE263F1EE16D800 /* DestructorCheck.h */, + B0E5E36982F351D603AE73CF4D689895 /* Dirent.cpp */, + C923A43914ACDD9796CE76ACDB837C79 /* Dirent.h */, + C0796D3F2348750F2C23C4768E789A57 /* DiscriminatedPtr.h */, + 58A960F02EA48308561805CE1E2E6946 /* DiscriminatedPtrDetail.h */, + 5F75673457DE31D68EA722593EDE6A50 /* DistributedMutex.cpp */, + 39F1A109A1680C51E6671B2B897B4331 /* DistributedMutex.h */, + 65990D5EC0BA081DB71D25C89EDD62F5 /* DistributedMutex-inl.h */, + 9D45936E5F0E7836DE79BE2842C88B53 /* DistributedMutexSpecializations.h */, + 70E466B7FE4F205EEEB3791DE5EDEE2E /* DrivableExecutor.h */, + 75EC21AD55371A75A2B009697C35CD13 /* dynamic.cpp */, + 44886483E46E64C1DFAAE9536C6350AF /* dynamic.h */, + 3C04B2E838089F67C16B5CE12B24D2B6 /* dynamic-inl.h */, + B8E1FAB73073F812E54D93A9E14CD2D3 /* DynamicBoundedQueue.h */, + EC6705380BB2FFEF1A711FBBFE22B26F /* DynamicConverter.h */, + 6FDA54B2E5B3CA9A7CC222E4CC1A40FC /* DynamicParser.h */, + 612D3FEA8CE44E025F01175D66F0D107 /* DynamicParser-inl.h */, + FEDBC83AE461A2428D00CB766CBC809E /* EDFThreadPoolExecutor.cpp */, + 8409A32B3E814656531517CADFA74B17 /* EDFThreadPoolExecutor.h */, + 9A3FA4E2E75A68D6EA31FED67356AA85 /* EliasFanoCoding.h */, + F43A2CF805CF7BE5E1EB45F7811A99D2 /* EnableSharedFromThis.h */, + C09661A682DB450673597E3A7B0FD712 /* Enumerate.h */, + 2B4F623AB4A54193A16FE0A9FAF807FE /* EnvUtil.h */, + 07ED20A5D648AB116467BD8E3EA25954 /* Event.h */, + 61204A9EBB892185885F576395E75AE8 /* EventBase.cpp */, + FE771CFB2B79AB91A1ACB871EC6DBB69 /* EventBase.h */, + 1B2D33A82BD64DF0CA4F73CA79134EF1 /* EventBaseBackendBase.cpp */, + A1EA903002E5E70C831C7C1530C59CF0 /* EventBaseBackendBase.h */, + 28DC8F2D29619F49492C32ADC08EA4DE /* EventBaseLocal.cpp */, + 9B8C26F97AAF2E2596F6610A4E90BAC1 /* EventBaseLocal.h */, + 2E55A773A8F444E19D2494CC62EECA6B /* EventBaseManager.cpp */, + AD12A7EB26A32064DE2F03066D193EF5 /* EventBaseManager.h */, + 6478945D5BF52C260927E88F7562A34C /* EventBaseThread.cpp */, + F815DD49D22A0D332EB058F71B8905CC /* EventBaseThread.h */, + 68D9E370F745E0D41FD9A7491FE468C8 /* EventCount.h */, + 1C851CFB69AC8DBA050AA8AA8731BC52 /* EventFDWrapper.h */, + CF1A178BE38C058B70955C2AA669BFB9 /* EventHandler.cpp */, + 5BCBD2FF066D54F3653BABC5BDC2BC01 /* EventHandler.h */, + 8DDB7F61BEBD83C07CC8456B48F4953A /* EventUtil.h */, + 87EEE0CF405F8557BB92263094670367 /* EvictingCacheMap.h */, + F0A212B22A78F249006BEF8AD24268D4 /* Exception.h */, + DA4A7A196885281ACED01FFEAA936A66 /* Exception.h */, + D708783BFF635EA4278FB07BECC80C7D /* ExceptionString.h */, + C2632E308BDE66D3D12A32F3514AFFA4 /* ExceptionWrapper.cpp */, + ECF12AA490AA3E537E36F36DA82E5688 /* ExceptionWrapper.h */, + A8826E5919F6401D26B46CF77492E857 /* ExceptionWrapper-inl.h */, + 83B82A172947B28E833F15658F395BFC /* ExecutionObserver.h */, + 9E88D61293F52C6E38385D1880F6B394 /* Executor.cpp */, + 836FC92384BCFE3EF72ED478B61A3127 /* Executor.h */, + 2BAAD26C79EFFDC188D3EA6DB532FBFD /* ExecutorWithPriority.cpp */, + 5609F9BF50AA5FE534AD0AA65688EFC5 /* ExecutorWithPriority.h */, + 29530D545C2E0B059CAA20ED2CE27E64 /* ExecutorWithPriority-inl.h */, + F9D5C6E7B3812600E6897DB49A626917 /* Expected.h */, + 79A5D7C88EB142CE157DAD4B7295FA93 /* F14Defaults.h */, + 18ED7DD67EB1FB1EDCAED0DC336C1BF3 /* F14IntrinsicsAvailability.h */, + F00E4B2340C9A3B7D39FE8B00EE556E4 /* F14Map.h */, + B194CEDABAFB458ED8660DF7E3E3A76B /* F14Map-fwd.h */, + 8B8F0565F05FD1EE639061FC467D5BDF /* F14MapFallback.h */, + 773DCF23A218211E3AF1F1E775907154 /* F14Mask.h */, + 673A95EC43CEABB7D632C9FCD9D6D206 /* F14Policy.h */, + 1F580AB1E7A15DA2F251BB1964DB2F1B /* F14Set.h */, + ABEA8B73D57041C2E02E0C800EF4EDFA /* F14Set-fwd.h */, + 57B3D76C10B39127D752CB67A0651617 /* F14SetFallback.h */, + 5E8DCE3378E4AA6F59CC11D9F8EB651E /* F14Table.cpp */, + 7BBF4837768C27B29BC733EB24632F2D /* F14Table.h */, + 5FB430B91E2D9D5729BBA8F3A42792E2 /* FarmHash.h */, + CEDF7925D1E2B3EA5767468F277C8713 /* FBString.h */, + 872F393D8CCA46BB40AE72568C737B9F /* FBVector.h */, + BCB9D4432C9B876A62167DA482B5BE25 /* Fcntl.cpp */, + 1196E66E13A7C54883444A433B02CD20 /* Fcntl.h */, + 446FAFF28EE67DF2F0D2A1B53F8C2826 /* FiberIOExecutor.h */, + D3409BBAC31AA828C98A07EA2EA5557D /* File.cpp */, + 04493A8B4AAFB4081B13B4213928434A /* File.h */, + 19A8239CC1188701F4EF849D6636EC80 /* File.h */, + 2ED14BA39782099E300B4C19BB899132 /* File-inl.h */, + A243B6778BE1B5AD290943DAFD2F1B8A /* FileUtil.cpp */, + 7AA9C4FFE6A6F756B8989D2E67936A86 /* FileUtil.h */, + 6C60B25ACC11C7AFE2CA48818243B3E7 /* FileUtilDetail.h */, + E0461E6ADADEB1BF4B941A969636B273 /* Fingerprint.cpp */, + 3E004E5F12ECB26DB273042C328FFD64 /* Fingerprint.h */, + 7BE6D725CE6D39E54A5F1C6C2F6EA9F5 /* FingerprintPolynomial.h */, + 7638DCC670E05ECD9C34C60F91AFD1DF /* FixedString.h */, + 1B14B9CFA3780DF6B2265B098100C7BE /* FlatCombiningPriorityQueue.h */, + 6333B2991967B7D76C905723786289B0 /* Foreach.h */, + F6087E36CC19BD2CDFF137F2FCCDD4E8 /* Foreach-inl.h */, + 9F3D2227EA6345246B39F61D58AD0163 /* Format.cpp */, + A1209A794AB44CB6EF3C4A98B3D8D26B /* Format.h */, + D48C24C3F0AC4667C764CC5A7C758C01 /* Format-inl.h */, + BE1114588F1AD397771A83F5738ED26F /* FormatArg.h */, + E25C81D845C7388F2A73A70B0EA6D81E /* FormatTraits.h */, + 19B021E56E537B6DAAAC1E202D01FAA4 /* Function.h */, + 80E0F1FDC9AD81C8CB7EFCBC680CD604 /* FunctionScheduler.h */, + C38FFD61FA3D7AE9AC60F9D4002CB8B5 /* Futex.cpp */, + FEA176BE979AF817772B9FDACEFAF73A /* Futex.h */, + B09A9D3278C6A277440C793C6FB2183A /* Futex-inl.h */, + C80C13E589C3FC778128230DF17E73FA /* Future.cpp */, + 783EB190626A6C74E95830419408F572 /* Future.h */, + 7229382BD8C866150717FB3223A02293 /* Future-inl.h */, + 6054C9BD250BB03CF23090385E39D6E2 /* Future-pre.h */, + CCA19445D086157021C2C0AE605524FE /* FutureDAG.h */, + 8A1C8B5178AFBBE0111F8592F835E03A /* FutureExecutor.h */, + 7D5F3B9E18881FA2AFB6231C048D9499 /* FutureSplitter.h */, + A97451817B6FD58824A7F96F89A05282 /* GFlags.h */, + 555F74C9FBB269FA6DC8B09A60A4ECE4 /* GlobalExecutor.cpp */, + 0910BA704346437769539FFD10B6E7A5 /* GlobalExecutor.h */, + BE6BDED6D96AFCD0BDC1DC97F1A5A2AB /* GlobalShutdownSocketSet.cpp */, + 98778755E828E9A448C9C880B80685BD /* GlobalShutdownSocketSet.h */, + D3AC8E3889E1F9C6AEB1134B85EA1AA0 /* GlobalThreadPoolList.cpp */, + 007064DCF69022392922D8FC9D2450CA /* GlobalThreadPoolList.h */, + 9F5EE044DF7876887189130B037E7988 /* GLog.h */, + ABC28CF8150E7953B238E5A7BD297702 /* GMock.h */, + 83C1EF9B2AF4493C1F3CD8E9833FD0E2 /* GroupVarint.cpp */, + 9B10FEB694F42D8715B852E801020853 /* GroupVarint.h */, + 091511E3493AE68845DBF84ECD2ACA49 /* GroupVarintDetail.h */, + 9BD6BAA94E4D91169EC822D2E0120BC6 /* GTest.h */, + 86E48096D79B8F1618C29927902BC99E /* Hardware.h */, + 9B2BEFFEBC0A3E48AF84A04172376E05 /* Hardware.h */, + 340E405E3118B429C180D7DCB69299BE /* HardwareConcurrency.cpp */, + 045E387DCB39154DD0ECEA05D5BBAA8F /* HardwareConcurrency.h */, + 92098CB15938719E1D7376A2E7836A70 /* Hash.h */, + 9FF93840EC0E205969C313C6B29347BA /* Hash.h */, + 8F0AE08E0BB3AFBF9A426F5E5CD56D7B /* Hazptr.cpp */, + 513A2E0A62A4B90B0C492BA4829606B4 /* Hazptr.h */, + 16162EC325ADC5BC38F383E42B386B97 /* Hazptr-fwd.h */, + D9CA7AE6DF56C54555D24CE3CFDCEF12 /* HazptrDomain.h */, + 73028C74616B13EE27DB0B625009D8F6 /* HazptrHolder.h */, + 69CB5DE22D48168B058BC8229BCBAEE3 /* HazptrObj.h */, + A4DF83D0CC781D89DEF8DBE91C6E48B3 /* HazptrObjLinked.h */, + 233D6A82937B9C6D79C5F8BBFDF56E10 /* HazptrRec.h */, + 64425BE29421F6D32C377C7E4DE998CD /* HazptrThreadPoolExecutor.cpp */, + E4361661D096DA2D2A406A964264840E /* HazptrThreadPoolExecutor.h */, + 41A13F73D41E960A04C1926FC1D5F821 /* HazptrThrLocal.h */, + 33052D5B10FB009C9E8E9AB438486AA1 /* HazptrUtils.h */, + 7D83D7BB406A334F590F2B690DF14A90 /* HeterogeneousAccess.h */, + 84D0F8F4415C5C97B6BB3945DA8F8F12 /* HeterogeneousAccess-fwd.h */, + CF4D79AF932F3B049E9D072D339CB68B /* HHWheelTimer.cpp */, + CDDC732B31E8068BA5DE4DAD01D5699D /* HHWheelTimer.h */, + F5E8F15C642CD10B38D0C188B978B322 /* HHWheelTimer-fwd.h */, + 7CB80AFB30DC5A4B590D1F6B6BE20F3B /* Indestructible.h */, + 1876EE575134D19A49EE2A8923E387AD /* IndexedMemPool.h */, + 1FA625B145964C34D6B58E72CB6B1827 /* Init.cpp */, + 919C3B5C509ACEA0B7DC3D4330B22A6C /* Init.h */, + B010DE3181C2CD1908E72FD2BC1C02C9 /* Init.h */, + E186F54F90C3EAEEC06A08FC02C29176 /* InitThreadFactory.h */, + 94D7301B84971820DC525069D380562B /* InlineExecutor.cpp */, + 09ADFAA96E88C5EFA39FB9EF84CA7D11 /* InlineExecutor.h */, + E3A5A18407BC20C28B3972A69C622D05 /* InlineFunctionRef.h */, + CF4BF5461D92835E25DB5DBD18DE9063 /* Instructions.h */, + 47040F4AD86A4F072733F9A91B427D32 /* IntrusiveList.h */, + 2831B1C9C14125815E5CD7EF830CAE24 /* Invoke.h */, + 3AB3AE25AA615AFA21A65FABE986973F /* IOBuf.cpp */, + C028A8DC0297A0DAFB89668CDDAABE97 /* IOBuf.h */, + CB9E26B9CB28EFB6BD262A21E180DE3B /* IOBufQueue.cpp */, + CE89C0979179A271A46D86E9264E24DF /* IOBufQueue.h */, + 693D330D9BB9ACF34E30F84DFB595DFE /* IOExecutor.h */, + CF4C8143FAFCE9F197E12ABE9617FFFD /* IOObjectCache.h */, + 1104A5620759C4B69DA15AC04EADC98C /* IOThreadPoolExecutor.cpp */, + F4B7F43D92F517D479CC9A28E333C65C /* IOThreadPoolExecutor.h */, + E8FFE8EB9E51A0FE6CC0F9A61B84492F /* IOVec.h */, + 1E8BA7D36AF6D65D2349E2C0E8BB4033 /* IPAddress.cpp */, + 2CEDF68A085099A784CD53668835A508 /* IPAddress.cpp */, + FE8C7C98D7CC8DA9BB54C4F58A4DB9F6 /* IPAddress.h */, + 2274C6FF4F90EF264D6F55F7BB4F739A /* IPAddress.h */, + 4C68C68C97CFCBDD11D14E81911AFB98 /* IPAddressException.h */, + 72186BE069602CF8CB12BEE27AF9A3FA /* IPAddressSource.h */, + DEE4EB9CDBC78003436D4AE8907EF83A /* IPAddressV4.cpp */, + 062EE551C4F88A33FEFD22213AAAF0A6 /* IPAddressV4.h */, + 21FDAF3609A8D3181BAE206F56244266 /* IPAddressV6.cpp */, + 1E3F59488AFBDB3D08591181D5919F0D /* IPAddressV6.h */, + 1E9D6B2D5724558B5D37231ED3A17712 /* IStream.h */, + 7CA6CAF6258D35E563F183346A6E0839 /* Iterator.h */, + 22EFC1D6BC557DD62AEE1EDE57312E96 /* Iterators.h */, + 2A2B6B7E94695A91DAC232DC9948DBDA /* JemallocHugePageAllocator.h */, + 52FD8B2E32FFD0D9A7DE08697077CF31 /* JemallocNodumpAllocator.h */, + CC36471AF2F758AC54DCA87859000DEE /* json.cpp */, + 0FF82F18C5904F6187EB86721419729E /* json.h */, + 4F22D39C12405DB3F308FD45D27A78AB /* json_patch.cpp */, + 29E4EFF58F50549805022DC58237A9B6 /* json_patch.h */, + 9DF33FBCD4C8A93D9A4A27C4619E7F44 /* json_pointer.cpp */, + 1FA86EE2B7B119ECBE3551CC5592C748 /* json_pointer.h */, + 5DEE2A6B22C73ABD934F26E880381583 /* JSONSchema.h */, + 0C774D1644E5E44C793E5D6D82C033EB /* Launder.h */, + DD29145D06C761DF65AF6145185BB0CD /* Lazy.h */, + A0CF2F96B544C8F4527ED2B0FDF9DDB0 /* Libgen.cpp */, + BB09F185072FFBFE6FB96BC0224D49B9 /* Libgen.h */, + 04E5E089705ABD2D138D2AEF11825FAA /* LifoSem.h */, + AC0A9C4286124029D88493469BD316E9 /* LifoSemMPMCQueue.h */, + 3850A6671D8A1F4B1E70B04A9404B75E /* Likely.h */, + 09EA990271AFD881AF33D7EBED0DD408 /* LockFreeRingBuffer.h */, + 92D044E921C76E6B1D66BFFF716E05E3 /* LockTraits.h */, + 4C4FD7CB9E2E90443DCC9D3CE6CEBB64 /* MacAddress.cpp */, + 43DBCE5736F8FBC4954FA17D0F315339 /* MacAddress.h */, + B8B5DF31370231886E46124753A6B444 /* MallctlHelper.cpp */, + D8DA0C06D58720F40346EF3BE67FA288 /* MallctlHelper.h */, + CDC8837981F49F083D62E294A80130C5 /* Malloc.cpp */, + C9CAF681D3CAE0CEBD75C7E5DAF5B745 /* Malloc.h */, + 14EFA88886369C2051AEFBD905463ED2 /* Malloc.h */, + E02CC4E4D8FFA6E16E1B286324866075 /* MallocImpl.cpp */, + 88A085010B27E3FB10C066A8ADECC521 /* MallocImpl.h */, + 7BD435C4CCCE9DEF511BAE22A43C7A3C /* ManualExecutor.cpp */, + 7F893A17E2C71EAA90E2570E14EFAB30 /* ManualExecutor.h */, + 33622B2B42E2A071140B6AE97CB88F38 /* ManualTimekeeper.cpp */, + 17C9D6F81C836D62A95FF4F354D89356 /* ManualTimekeeper.h */, + FC24A82EEB290E7DC5801F6A3AE7C99E /* MapUtil.h */, + EFE04621758B7D5386F98E8CE285588A /* MasterPtr.h */, + 7798C4BC7CAF4188A56C2956DD12AB7C /* Math.h */, + 65D24245A76547D1651B5612D9DD3FE2 /* Math.h */, + E869BEBEEB670AC6F6F243D7E2C529CA /* Memory.h */, + 91DB9B7C812958F3E96BEEBE32F45A08 /* Memory.h */, + 37EB57FB829E9E0229485760A0F43F8D /* MemoryIdler.cpp */, + 4955907F79199885E1B5373A796564DE /* MemoryIdler.h */, + 41CAAEB224C37C4168C9D01E368648AD /* MemoryMapping.cpp */, + 0269DC4238B8FFC5973FABE06EB154F1 /* MemoryMapping.h */, + 85879E74052F2CBEE05118CBB605721F /* MemoryResource.h */, + F4348D53948584E587C5449D63AA7DE1 /* Merge.h */, + C380E03600EE8882C398BF68517316FE /* MicroLock.cpp */, + 3CC07B7563CFA27DF8457F170D2082E0 /* MicroLock.h */, + AE7AED38A1FFAF1FA07BCDF1046CCAB1 /* MicroSpinLock.h */, + 374752886BE805A56E6BDB9D79127D73 /* MicroSpinLock.h */, + BC6578EAE7F1AA20938B9B8B87BC1FF4 /* MoveWrapper.h */, + 0CB61DDAACEB898CC9FD329AED09A468 /* MPMCPipeline.h */, + 7D6CA51829D0685D5E5243880ECB416B /* MPMCPipelineDetail.h */, + 3E76F97EA2FF6F9EE6BD5C22B194AB34 /* MPMCQueue.h */, + 1AEB8F37FA749050D79277ABB41E3687 /* NamedThreadFactory.h */, + 99E30F3302F1C26B23C77583AF4D4B7E /* NestedCommandLineApp.h */, + 58D6BB6F88D06E8FA330482C392CA8C4 /* NetOps.cpp */, + C06CFC5F188042BEC4D6D5C1E193FA10 /* NetOps.h */, + 2BCB0EBB1FA5480DAACD30141BA37CAE /* NetworkSocket.h */, + 0F8FDA141E667089422B636A35EAD295 /* NotificationQueue.h */, + 672E5E25479BD42171960CF1DC295860 /* OpenSSL.cpp */, + 0A47A8D815F184981BBC78C336521A26 /* OpenSSL.h */, + 269BC71A433BF89DF9C6FAFEE0E7BDE9 /* OpenSSLCertUtils.cpp */, + 3F4AB59D8C8D0702FA72C7668B6528EC /* OpenSSLCertUtils.h */, + 63D6C3342BE9EFA8608B3FC83C04BFA4 /* OpenSSLHash.cpp */, + 0F81099637057B3C0C81C9EF959627E1 /* OpenSSLHash.h */, + 08471685D70C3898572850DA400531AC /* OpenSSLLockTypes.h */, + 9F9D22B6D686CF214B17E4B562073347 /* OpenSSLPtrTypes.h */, + C344EE6F10CB8BC1D141143B9D28E3B6 /* OpenSSLThreading.cpp */, + A9303B47AFB061FADC57BA2837F6C57B /* OpenSSLThreading.h */, + 275587A1E4EF5E8B5AF5AEED41DBF627 /* OpenSSLUtils.cpp */, + 75ECD86DE81FA5D6B575D75068874F63 /* OpenSSLUtils.h */, + ED95A19766356EB3927E7093174CA3F3 /* OpenSSLVersionFinder.h */, + 960588EEE95A7545DFD0E1CD3459F4FB /* Optional.h */, + A762B8EB91B9E39ED5D45EB16A873793 /* Ordering.h */, + 4FC46956A0821088D013C62EAAFF2480 /* Overload.h */, + 87B20D59FE053710D785C7FC96DFCCAF /* PackedSyncPtr.h */, + F868D8CE3EA5EFF1FD5BCBBB985B06BD /* Padded.h */, + 31A0F5A5B6EBC288425841C622449FF8 /* Parallel.h */, + C2DC9285382261870B8B3868FDB7E48E /* Parallel-inl.h */, + 5CFAB809AA015A5251EAE8A4889FC76B /* ParallelMap.h */, + 27081BAA2E11A3BEBE87626985414562 /* ParallelMap-inl.h */, + 850C803CFD92E9E3D26ECD064049702F /* ParkingLot.cpp */, + 3CC2DF6B05A0C41BB906DF1109F53A26 /* ParkingLot.h */, + 3CC405F66BFAC51766DBC4BD2D3B9A5D /* Partial.h */, + DE9AEF92B8107A2D4C99F4F509E5717F /* PasswordInFile.cpp */, + 0DEE24D962CECA7BD41B0DE4BDF96B9A /* PasswordInFile.h */, + 4548CAB6A69C5BCDE30EF4E734113A69 /* Phase.h */, + 29B4C8DC2F459CD4DDFA7B9D695CD1B3 /* PicoSpinLock.h */, + 1A4E7A8A283A4CB779BDF863D8EFC743 /* Poly.h */, + A3C488B1F8F045D1D12451A465BB2E55 /* Poly-inl.h */, + 3588F59925D24414B8F5CB14083F6948 /* PolyDetail.h */, + 10C7C8D1B0FB1D69624CC98E0A667041 /* PolyException.h */, + F095BAA886C074EA14CCD6EA6FA74CB5 /* Portability.h */, + 08CF80F147FB9FD06B6D30AB2D8C5867 /* Portability.h */, + 88ACCE8F38357CEDB256919C63891F31 /* Preprocessor.h */, + 1BB4CDCED7D5DC97B867A6F1AAD05F54 /* Pretty.h */, + 01DDFFDB38BC0879FB23E69FCAFB21CD /* PriorityLifoSemMPMCQueue.h */, + DDAB9A689C9DB58BACAEA4A4384D6C24 /* PriorityThreadFactory.h */, + 2C73F642FA4A40C8D8B428BB2BF71EF8 /* PriorityUnboundedBlockingQueue.h */, + FE06A191D1E84AEFE49EF1CF9ACD1A41 /* PriorityUnboundedQueueSet.h */, + E0AC30952363653557C87CB9EFF0A798 /* ProducerConsumerQueue.h */, + 3D0EC65C3A5D9FB1906072DB1AF72718 /* ProgramOptions.h */, + 23FF5C670CB4428EFA8A34F10E4BB30F /* Promise.h */, + D115A0BD0D038EDBB6E92F194CEE608E /* Promise-inl.h */, + 49CE737D56D9D485721870164CF971C2 /* PropagateConst.h */, + 1F5175D11625A9FB70BE4E83D05BCBE3 /* ProxyLockable.h */, + 84BF4226856779C099C504D4E37E14E1 /* ProxyLockable-inl.h */, + EA0DA29696C5B2B44A886C4D3C36F7BC /* PThread.cpp */, + D6E7B717360E3AE38C6A87A10EEF6441 /* PThread.h */, + 5152E3D9B7969A475D1C1204BAA484F2 /* QueuedImmediateExecutor.cpp */, + C5F018D67BBF0866FE0823B6EDEB7903 /* QueuedImmediateExecutor.h */, + AE930B93FB31B3DE63C74F7790149814 /* QuotientMultiSet.h */, + FC77EB12AE59D417A705071D907EE928 /* QuotientMultiSet-inl.h */, + 5EB862CE3D073120218920BD78901267 /* Random.cpp */, + 0BEC95433D6269C7C773CB16C8A7CCBD /* Random.h */, + F8CE02C655942EBB953BCE6793255712 /* Random-inl.h */, + C32009E37815BB73FA00A5F381B6177D /* Range.h */, + 5894F1F8BC827FAA81ADAAE121498AF2 /* RangeCommon.cpp */, + 40BBFC0036F4ABB5A63FE92468F0BEE9 /* RangeCommon.h */, + A3EAE3DEB152597C3ECE6A7F2E38E072 /* RangeSse42.cpp */, + 9B3482FD6755E462FDE806EED8CE4316 /* RangeSse42.h */, + 10802804646F4F6525253A05CE77C201 /* Rcu-inl.h */, + B863A0E93E2658BF6C903A8D4212B850 /* ReadMostlySharedPtr.h */, + FD5505AC5727C7238826571C67C60892 /* RecordIO.cpp */, + C88480E9CC36CEAD5D73394BE39DEADD /* RecordIO.h */, + CF8562E7519FCF6109779D3838B9EE10 /* RecordIO-inl.h */, + C3F390EDC65C3478F2665DB2878AE021 /* ReentrantAllocator.cpp */, + 34552841937CF69A9B9EFC3F18DD6AA2 /* ReentrantAllocator.h */, + E7101C0DD56DA413B0E2D73AC435E847 /* RelaxedConcurrentPriorityQueue.h */, + 8C3C5F2D798BE06C7C3BF99E9CB8DB6B /* Replaceable.h */, + 59E54C475A9F5740B4B30CB1A54B05ED /* Request.cpp */, + 1331BAD4B377542986CA368F07352E13 /* Request.h */, + F0E34845366B28F41FE9BE680D98AE81 /* Retrying.h */, + 76B870C06BC82C9802AD6082D5F9B79A /* RValueReferenceWrapper.h */, + C7E33305C8D969B7C60FE5DC78E21F6E /* RWSpinLock.h */, + E312532D45E380DF333A2F0E35F0048F /* RWSpinLock.h */, + E8C5931845A55393B0924E8002D8F4F0 /* SafeAssert.cpp */, + 15FC16221E5DFCBAC94D24DD9A879820 /* SafeAssert.h */, + 0F5AF65C272F58653DA3F5EB4334A25D /* SanitizeLeak.cpp */, + 663BEDBC20ECE602F54115FB6A2B9080 /* SanitizeLeak.h */, + 5B791BC70DAE052A2770C4488ACEE280 /* SanitizeThread.cpp */, + 7E1134205368856653878DB267243C2E /* SanitizeThread.h */, + 0BE1A7940FC56B221D23F57BC987BAC7 /* SaturatingSemaphore.h */, + 52E834A7A87B2BBDFA94D7DF44FDF465 /* Sched.cpp */, + A504EE141D1D7531A65252DD99BB39FF /* Sched.h */, + CED9C450AB3A62AEB5981BD2A1CF223D /* ScheduledExecutor.h */, + EA885C5760DCDB146970178DB69E9505 /* ScopedEventBaseThread.cpp */, + 9503488FCFF5AEF5A660501A865FF5EB /* ScopedEventBaseThread.h */, + 5A6038B6EE5826255CDC88861AE64389 /* ScopedTraceSection.h */, + 5422F1CBBAE8DE38D7F720232E88A64C /* ScopeGuard.cpp */, + 262DDB84057A7FEBB1F3E190F4F857E8 /* ScopeGuard.h */, + B54816BC2D720F090D033D578D5959B0 /* Select64.h */, + 4D4F62D4D5AF7AD49F88805568A094A3 /* Semaphore.cpp */, + 7522EB36175A9015ACBCA778B9DF328A /* Semaphore.h */, + 2B84A207C7A6915B621F9DED020AEE64 /* SequencedExecutor.h */, + 941CB5FB80B44AF77439CF141E2C7FC1 /* SerialExecutor.cpp */, + 519412AEF227CD8398778773F8725827 /* SerialExecutor.h */, + 662D569193245F129C8512F24F7662A2 /* SharedMutex.cpp */, + 2697DD24AE529AC6067F29B43018C287 /* SharedMutex.h */, + B1D27B645D96BCFB51A1B03CBC342CA7 /* SharedPromise.h */, + 55AF02E8C0D7DE4CFE46DA57FC294E1A /* SharedPromise-inl.h */, + 7970653771118F0492B9CE3C342BAC75 /* Shell.cpp */, + D7CD27C45143076AF356FDAAD660C29F /* Shell.h */, + BC3A40641092C5FF6FC53F2334EA858D /* ShutdownSocketSet.cpp */, + D502AF3D3FEC8B9CB7AE0BE0ED18F544 /* ShutdownSocketSet.h */, + 74996EFADABC5F6087FBA2DF76CD9D10 /* Singleton.cpp */, + 59572E27074AE25CDAADF6BAED91A9B5 /* Singleton.h */, + 958C7A0A98C434089B195472124D2061 /* Singleton.h */, + 2A817D121C58CD567293B3680B49A6CA /* Singleton-inl.h */, + 7BEDD9C1AE67DE2C25A976536B88850A /* SingletonRelaxedCounter.h */, + 25724DD860C8854ED7A1BC962CC7D02A /* SingletonStackTrace.cpp */, + FC863E1E269A724F121B3E26431A142D /* SingletonStackTrace.h */, + ADF8849DB86AD727B69B12795DBE414C /* SingletonThreadLocal.h */, + 6E88B4B4F665986ED91502FE1EBFB899 /* SingleWriterFixedHashMap.h */, + 51667BC1C496A1ECF6D8D3487725C846 /* Sleeper.h */, + 72DEDA9434070E025CEB325851F0C683 /* SlowFingerprint.h */, + 8EE2DE85420E7E2CCA1976D9496614AE /* small_vector.h */, + 94177FD8666CD121A191A5370DF2A3FC /* SmallLocks.h */, + 7E114B91E058E14F5FE1CDD059653829 /* SocketAddress.cpp */, + 200BF94921A2A5BBC567D88B80B12439 /* SocketAddress.h */, + FAA93EABB3182583D7143D7471CFA2B3 /* SocketFastOpen.cpp */, + 07F063583D1E47E9065A5835795F5053 /* SocketFastOpen.h */, + EA0B42F8AA9E3FCD5D307C1F4781E0A9 /* SocketFileDescriptorMap.h */, + F9D3A919AD132D4C775E656BC8C9DE37 /* SocketOptionMap.cpp */, + 56C0A80DDF08729F7F451EDFD5906063 /* SocketOptionMap.h */, + FE93F419D44BC73EED248B890512D9B3 /* Sockets.cpp */, + B8541D8043367B57E34F2727CD87F7A4 /* Sockets.h */, + 3C0D6F8512BB71956140E7C30A28A7CE /* SoftRealTimeExecutor.h */, + 06E26F4E95700B7CD04F060923B39BB4 /* sorted_vector_types.h */, + 7C5991D61FF809ABA8DE7A6A230C0349 /* SparseByteSet.h */, + 4FA64FB8C00F2F60C2EAFB88878DA6EA /* Spin.h */, + 034932F24CE09CDE67578BFCDA1FCC54 /* SpinLock.h */, + 3B65943EFAD9CDA2EF170368FFF7F419 /* SpookyHashV1.cpp */, + 08F28275DBE5D47B10613D08900EB7F3 /* SpookyHashV1.h */, + 082A6E42AD3DEDB6DD6A18C108362924 /* SpookyHashV2.cpp */, + AED36131FC91E80D086DF7DC51C702F4 /* SpookyHashV2.h */, + 2DFEA90283A41C18E6C440B154607947 /* Sse.cpp */, + 2BC9928ED1F24AF29E5052F32917981B /* Sse.h */, + 39F9B77B98BE1421F3E73A4F56572B9B /* SSLContext.cpp */, + A4B073A36066A06538CDB71A67ABEE0E /* SSLContext.h */, + 881830C4D9D6EE804D88B261F90E6125 /* SSLErrors.cpp */, + 1A1493512AC01D7F91E06B1A79387134 /* SSLErrors.h */, + E72D89D14C2BAED02F64D4C321005503 /* SSLOptions.cpp */, + DE1F629FFDCCD91772A51230EB08CA81 /* SSLOptions.h */, + 3DEA908F6D162426D0CFBFED8EF28CDB /* SSLSession.h */, + C03B5B9B409484676EED3AF21AA15D0D /* SSLSessionImpl.cpp */, + C066D3C13A8D85323B87D8FFA7BA68E9 /* SSLSessionImpl.h */, + F2B396E53C011D5E54D1CFDAC69E9D1C /* StampedPtr.h */, + 29036D59554C5697F641FEBD32978695 /* StaticConst.h */, + 279C30CED538D05237BF1E3D1BBE2DF7 /* StaticSingletonManager.cpp */, + F44DCF6DF81C9BEB2EC520A0261ED0D1 /* StaticSingletonManager.h */, + F7354B71205383ABEE882621E768F870 /* StaticTracepoint.h */, + B6D8E053F636E42BCF1C1B58D8D37F16 /* StaticTracepoint-ELFx86.h */, + EF1ACF9CCA7D0DB09BDF8B20978B5671 /* Stdio.cpp */, + 8A1FA69744A0F84AF7799081699DDB09 /* Stdio.h */, + 84395DB49613E3B536055FF97E4C682A /* Stdlib.cpp */, + 7B54DDF3174E4B5DDE890B372079491A /* Stdlib.h */, + 64E5F49EDFBC0CA6A28A16D370C1CE94 /* stop_watch.h */, + E9FC98F50D16F9BF546ACA93B1C2EE0F /* String.cpp */, + 132DB415F089B86140AF38A05E3A4B5D /* String.cpp */, + A4F55510B7F60F42845E5DE2AFBF2E61 /* String.h */, + 6877379A67CD59C145DEC021E81831C8 /* String.h */, + C3106E4F47524711B49C154E4D6E7651 /* String.h */, + 832445EE0F33F19BA21304118BA18B56 /* String-inl.h */, + B392F1E2F65347597436E35637EC3336 /* String-inl.h */, + 00F357B6A8DE15AE874225C5E761D472 /* StringKeyedCommon.h */, + 96D07ED60474179DBAC26F50A11EAF64 /* StringKeyedMap.h */, + 506FBA44DF63C7CC05F8BC17FAF4E082 /* StringKeyedSet.h */, + 43BE4321F2789345237C581724D9A7BD /* StringKeyedUnorderedMap.h */, + 76577F4E493A13129A0A5ECC1C43B190 /* StringKeyedUnorderedSet.h */, + CBC52A4C65557E179C52E104EEA5BC88 /* STTimerFDTimeoutManager.h */, + E34CA25EFC0268FA212DD51351397377 /* Subprocess.cpp */, + 71C3A3EBFDB121BA35117840A4D9B84A /* Subprocess.h */, + 8004BC866A6FE395EE462382D1018E18 /* Synchronized.h */, + 5391F1FF10A4E469B9131753DAF60B15 /* SynchronizedPtr.h */, + C465F6865A29DEAA6F07991AFAAA3EA7 /* SysFile.cpp */, + 512F5F232D5EED1637AE8F94EFB143DE /* SysFile.h */, + 0A8F21189BAB2C58B2806E5EF7AEFB7D /* Syslog.h */, + 031F311F6845F92D81BCDE1675553C4C /* SysMembarrier.cpp */, + CB23AA6296B73127412A1E1AC134A5D7 /* SysMembarrier.h */, + 499AC24A6B9BB61FA6F442AA9BA70E5A /* SysMman.cpp */, + B125DA78A2A3E8F031A2199574199908 /* SysMman.h */, + ECF79D177016C331BCC78946D26F3688 /* SysResource.cpp */, + 5D7B005C8CCA8489F3604DCA1DC58F83 /* SysResource.h */, + 701A440548772DC4457C2E216D7E6C2A /* SysStat.cpp */, + F900F29D0A3BC3992C96E0EDB67A174D /* SysStat.h */, + 1D15F502CDC940C879DB4C9D41B88D14 /* SysSyscall.h */, + E6BCBD32921582C205D488FD802C309B /* SysTime.cpp */, + 7F390881F9264F6618A6BC14D5276D11 /* SysTime.h */, + 185C5D7CA847A75556C96F029E44C1D3 /* SysTypes.h */, + A2A5635ABF4A486F6B62194D8687C262 /* SysUio.cpp */, + 8AEA9E7ABA09B430331FD69C335824FC /* SysUio.h */, + A8D5896549F739727FEB335F583B64A1 /* Tearable.h */, + E1A993C63CDA46543019A024F2CEBC78 /* TestUtil.h */, + C68C5F126D0B5077975943436F0DB70E /* ThreadCachedArena.cpp */, + 9E4D86E89D0726A9BB924C6DF01EA9BA /* ThreadCachedArena.h */, + 082AA3915BE8B98CA081CB1A3C6CF18C /* ThreadCachedInt.h */, + F109543FB53FFB5D65A64AE083115947 /* ThreadCachedInts.h */, + 0FAA6051D64BF55C55CEA0093ED844DF /* ThreadCachedLists.h */, + EA5FEDCD6B613FC44A192C45CE43AAC3 /* ThreadedExecutor.cpp */, + 7F78ED630A7B8680A0755E3C134EC839 /* ThreadedExecutor.h */, + 71F6EF0370B4E4A3D1BED16FBB8072C7 /* ThreadedRepeatingFunctionRunner.h */, + 20F8FDFDA0DB20A6D35F500ADFD5C1FA /* ThreadFactory.h */, + 321CFBAADF052AA58BC6D73DCAD70F50 /* ThreadId.h */, + CB279D51E819B10119A1B0C366D297D1 /* ThreadLocal.h */, + 874F5EF8880B420362131F043070D4EE /* ThreadLocalDetail.cpp */, + EC9D40B8132B301F9434ABAE19D14415 /* ThreadLocalDetail.h */, + 743D61B261CD833127B0F72F1E8AAAE7 /* ThreadName.cpp */, + 24E86545356D7AF0A81825D570B81149 /* ThreadName.h */, + 7342DB8A7219D40BF6F5C8A05BD43FAD /* ThreadPoolExecutor.cpp */, + 399F86EB62A535EBD5828E3B580DE1FF /* ThreadPoolExecutor.h */, + CF02DFFDAC04F596E7F75F86CBDAFD6E /* ThreadWheelTimekeeper.cpp */, + 13991EFFD152D2FFC86AC52F4623547E /* ThreadWheelTimekeeper.h */, + 8459636562B92E92FB9365AFF4815C47 /* ThreadWheelTimekeeperHighRes.h */, + B1606CEA8D2517494406DE0155EE42BE /* Time.cpp */, + 39281D52FBADCB6C4341D9A660EF3B3C /* Time.h */, + 9F24838CF9F79BAC96C96ADA2A3CF9EA /* TimedDrivableExecutor.cpp */, + 4340F0DA3360643835ADC6B605C773D2 /* TimedDrivableExecutor.h */, + A84B6014FB2235587276BF9806710D45 /* TimekeeperScheduledExecutor.cpp */, + AD5DA04E6E4EEABF36B5DAAE283177D4 /* TimekeeperScheduledExecutor.h */, + 78B3F3DFAD6E4AEC3801350698BF0762 /* TimeoutManager.cpp */, + 887BCCBC56230FB64FF608EC72B8269F /* TimeoutManager.h */, + 6E03C6EE3C251B116B7E379C416116EC /* TimeoutQueue.cpp */, + DB55457239C515DCE919D8A74F8CB221 /* TimeoutQueue.h */, + E3A052CB0E641F6E5E3B2D393D421DD0 /* TimerFD.h */, + 64BC8AA4139C48A5518EE2159B82B0D6 /* TimerFDTimeoutManager.h */, + 613465A64672164E2C57461E84CE750D /* TLRefCount.h */, + 8FD4CC727F9FE1930DAB25FC33B8A4CA /* TLSDefinitions.h */, + 701D1EC62EE0555F1B3B989727DA3BD7 /* TokenBucket.h */, + D68BABF1D6A7C32E0655EDE5E6011F69 /* Traits.h */, + 275D7435337E7091498E630064CCA84B /* Try.h */, + 79483DF963C623E5FE9ACC998C39A0EA /* Try-inl.h */, + 9FE824C064034F42E5D3379D77F83CE7 /* TupleOps.h */, + E4E15596EC0D8EBE618E9DDB954C9816 /* TurnSequencer.h */, + 253ED86E48FDF8B42F35207CF8196ED4 /* TypedIOBuf.h */, + BAA5B1CE699FEA2F89B68908EBFF9AA2 /* TypeInfo.h */, + 41E985352108FC439E82894004EDF074 /* TypeList.h */, + D7FE48547CF5432B78D7A17B55D8D192 /* Types.h */, + 4A19D60BAF5C3C5127062010BA0C3F81 /* UnboundedBlockingQueue.h */, + 1F597559BFF3F53E2410FF4B27ED516F /* UnboundedQueue.h */, + 8E8EE360FEE22B7357850CAC803B839B /* UncaughtExceptions.h */, + 3FA0F9F5FB505B62F7493658B9E394F3 /* Unicode.cpp */, + B1A2A11C2D2DE93DB2C9658A6394E5EF /* Unicode.h */, + 1B0AE174C075FD60AB89D59E1EE04D67 /* UninitializedMemoryHacks.h */, + 325622B9D38FE47BC0609E1F0E769C95 /* UniqueInstance.cpp */, + 85C84BCBF328D715D1AA829495176E73 /* UniqueInstance.h */, + 502F11701B41B0DB7CE1AC4D14C0FE7C /* Unistd.cpp */, + DC74804A1A98452AC40E0B829D25FCCB /* Unistd.h */, + 00E709A37A0673CA56A1C9D7BB2CCF88 /* Unit.h */, + 4D2E99ECE5C91C73881B3C7F43D6F3D7 /* Uri.cpp */, + BBD6354F9D65210A85A8CD2945D09B1B /* Uri.h */, + 4EB2F40A9810CC08EC5DB9C909061577 /* Uri-inl.h */, + CCC62DA4C026B30D8F8584B2C5C8DF80 /* UTF8String.h */, + DAB0F3C39296AD0BA2D8DA97722484D1 /* Util.h */, + 22123C830E033524E2D4B78D6AD5147F /* Utility.h */, + C9E9417458E5553CABCA1252D856C983 /* Utility.h */, + 33CBC8C18A70760B3D2931861C4BE915 /* Varint.h */, + 032606F57BD92CB739650F7976E716F5 /* VirtualEventBase.cpp */, + 807602A05F5EF9431C771C53BD1DEE39 /* VirtualEventBase.h */, + 7FF3104C2CAAD5694F312CDB1ED73E5E /* VirtualExecutor.h */, + D9CCA827C5C25020AA6B383EA3869E6F /* WaitOptions.cpp */, + E793418ADD4EE442243ABB6AA5765B1A /* WaitOptions.h */, + E03D8489D6509477F560DABEF05B4F87 /* Windows.h */, + EBEC369E4EDD3F2739A7206C46D8FEA9 /* WriteChainAsyncTransportWrapper.h */, + E090F6F61DFE293415D6695656F1B950 /* WTCallback.h */, + CCE24E9969D89016A68457FB6F64A100 /* Support Files */, ); - name = UMCameraInterface; - path = "../../node_modules/unimodules-camera-interface/ios"; + name = "Flipper-Folly"; + path = "Flipper-Folly"; sourceTree = ""; }; - 25ECBA693700E776FF141B59873FA61C /* Support Files */ = { + 1E3CB6F4C79AF594919B153FD66E80B4 /* Support Files */ = { isa = PBXGroup; children = ( - AD6F60CA348191920460C22BAC441857 /* React-RCTSettings-dummy.m */, - 34DB29D4AE143B49B7ACE4BC38ABB4FF /* React-RCTSettings-prefix.pch */, - 11B69FFD7AB91D6B73E56B5E279B6794 /* React-RCTSettings.debug.xcconfig */, - CDBB37A01075172885F036A06A92ECF6 /* React-RCTSettings.release.xcconfig */, + 7D35E5FC16524C794DFC1DD6B41B8C5C /* boost-for-react-native.debug.xcconfig */, + 7AD5BFB07650E19A0E80836E426CFB00 /* boost-for-react-native.release.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTSettings"; + path = "../Target Support Files/boost-for-react-native"; sourceTree = ""; }; - 263B45FA3CDB20D514BCE842C7051513 /* UMFaceDetectorInterface */ = { + 1E8441D040A2BAB0BE7BEAADB6A6DAA2 /* Support Files */ = { isa = PBXGroup; children = ( - B02B73C78B4879112B832545A7EDAF0F /* UMFaceDetectorManager.h */, - 550CD245E0C3AE2583D0D5F6FB47FD5D /* UMFaceDetectorManagerProvider.h */, - 09D590385C4F3B96E799BD28F1B40DAF /* Pod */, - AEFB8D927AE690F1123962A8F90E6BC3 /* Support Files */, + 832ED3B04A4BA00E2B947D460EE3AB4F /* UMBarCodeScannerInterface.debug.xcconfig */, + 4595B0AE48A3F5F5599F11429A9F46BB /* UMBarCodeScannerInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMBarCodeScannerInterface"; + sourceTree = ""; + }; + 1F451791A2E648FC2CD396A1628975C6 /* FlipperKitNetworkPlugin */ = { + isa = PBXGroup; + children = ( + 264B8A6B9FAC60699A27FF0C98C78248 /* FlipperKitNetworkPlugin.h */, + 8A81AFFD86A43C0BAC3C4E1551A0AE8C /* FlipperKitNetworkPlugin.mm */, + F2FC2B41C67F4CF2B488D917FED71204 /* SKBufferingPlugin.h */, + 518221FEE2CE701EB47B9F889930888F /* SKBufferingPlugin.mm */, + 1D0D9670EB2D5BA22A4530223199AB3C /* SKBufferingPlugin+CPPInitialization.h */, + EAD8E144481BF378B1F1C4CC431895CB /* SKDispatchQueue.h */, + 1E7F3302282AD73412A5DA4EC6C7D90F /* SKNetworkReporter.h */, + E110329BA0A9C9523D9AB5E59BB6258F /* SKRequestInfo.h */, + BED6A9CBF1A6F620EC47DB7F3701146A /* SKRequestInfo.m */, + 555A3D2CF566CD899F9B4781E7CEC7F2 /* SKResponseInfo.h */, + E8858CDF6C497DBE965036FCE99ABC16 /* SKResponseInfo.m */, + 9041FE644CAE9E17BD6BE256369D9C41 /* SonarKitNetworkPlugin+CPPInitialization.h */, + ); + name = FlipperKitNetworkPlugin; + sourceTree = ""; + }; + 1FB6E02C23013344BF2B8FBE035571F9 /* SurfaceHostingView */ = { + isa = PBXGroup; + children = ( + CBE70CE5D98E92D9E9695021E3860DE8 /* RCTSurfaceHostingProxyRootView.h */, + E1332B68E4B42EFA4BB046A052233FBE /* RCTSurfaceHostingProxyRootView.mm */, + 1E02F5D1B143FA66FAD155A4AA674A1D /* RCTSurfaceHostingView.h */, + A54F6EA79BAF5363AD6EEE81AEC9CA7C /* RCTSurfaceHostingView.mm */, + CE2533913ABF8A8D9FCFB91C040ADF0B /* RCTSurfaceSizeMeasureMode.h */, + BA1F84C4FF73FB3698C6F22EAE4A1ABD /* RCTSurfaceSizeMeasureMode.mm */, + ); + name = SurfaceHostingView; + path = SurfaceHostingView; + sourceTree = ""; + }; + 20000974A34130FF7573DEB555426D5F /* react-native-cameraroll */ = { + isa = PBXGroup; + children = ( + BC3D743290102F9FED3EE5BBDED00FCB /* RNCAssetsLibraryRequestHandler.h */, + B84B892D7D4050D0B1CFD953DD95DD9A /* RNCAssetsLibraryRequestHandler.m */, + 59E14464C4E1FE32699A3FA92F91372D /* RNCCameraRollManager.h */, + A409DFBEA3069016A4F14C62E51C22C8 /* RNCCameraRollManager.m */, + 51493F9E69993316D192B21AA353AB62 /* Pod */, + CDE058C4301DAD0270358AFCAD118AB2 /* Support Files */, + ); + name = "react-native-cameraroll"; + path = "../../node_modules/@react-native-community/cameraroll"; + sourceTree = ""; + }; + 21DFAC344F8F3CD8A54576610B7EDB4D /* UIUtils */ = { + isa = PBXGroup; + children = ( + C348EBBBF96FCA3B872AB6E4BF72D8D3 /* RCTUIUtils.h */, + F57E017371A13295C341DDCBD5070614 /* RCTUIUtils.m */, + ); + name = UIUtils; + path = React/UIUtils; + sourceTree = ""; + }; + 2248E06012DB35E2E3021CC5735424B2 /* Support Files */ = { + isa = PBXGroup; + children = ( + 6E148D540D14F581DAABE8F4A99F035A /* UMAppLoader-dummy.m */, + 3466C520928DB334A88E621377A5588F /* UMAppLoader-prefix.pch */, + 225781FF47C297361440E8C032539F8F /* UMAppLoader.debug.xcconfig */, + F98AED75F8111231240948648CF0C18C /* UMAppLoader.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMAppLoader"; + sourceTree = ""; + }; + 22A48A8D2CBBC7E167FD94289CF5F346 /* Support Files */ = { + isa = PBXGroup; + children = ( + 53CDE464659BD71412FB00E04ACE9622 /* EXAV-dummy.m */, + 8948CBC1C1C86508F50B524F6FE6E326 /* EXAV-prefix.pch */, + 51557B438EB2E9ADE3BBFF90A6B0F97F /* EXAV.debug.xcconfig */, + E930CD5C359AAD0C122930EE68D5FB3B /* EXAV.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXAV"; + sourceTree = ""; + }; + 22E5C20A9BC2A279F68A9FB554A678F7 /* CocoaLibEvent */ = { + isa = PBXGroup; + children = ( + 4840C9AB3A0A0797E4B39E3717CB0FFD /* buffer.h */, + C43AFA233B7ED6454A24F66C3FBBD1FD /* buffer_compat.h */, + CB395BE5FC8BF685FD166CB90DCBBD1F /* bufferevent.h */, + 6E4ED63826BB56DE060C4BF5CE84F50C /* bufferevent_compat.h */, + B66E83F3E581BE720852FB7FDB338995 /* bufferevent_ssl.h */, + 86214845D3EDB4ED2BA05FC49FF72D15 /* bufferevent_struct.h */, + 992D32E6B594959042A3FDCAE73192A3 /* dns.h */, + B16E786BAF9F8C7CE41E145CA834AE18 /* dns_compat.h */, + BCDBEE5107B1FE4771D72F9054DC0007 /* dns_struct.h */, + 4B8A6BF36BB3D1B262C7A4B1BE52F4EF /* evdns.h */, + CAF3CB32D13AFD592C2BA578BC2AF896 /* event.h */, + 332CF0938932C0B2747AD346F6C14208 /* event.h */, + 991A5A4BC6C9449FCCF44952846E915D /* event-config.h */, + A017A6CEC87716361500857A628DF9B4 /* event_compat.h */, + 5F055BB7F04D544437DCA0C3E7DC8F6F /* event_struct.h */, + 9E837E7DFC3907E39DD1D190944C8FCC /* evhttp.h */, + F5EB9D3965B477E8F2DE43A97C8EB46A /* evrpc.h */, + 19E6679B1AF9AECBCBC694DFBF733BAF /* evutil.h */, + 9C09D5802F0688D4C0E8F5F7C845CE10 /* http.h */, + 1158DFBEB721AC37BE38FDAA49DDD115 /* http_compat.h */, + 8206345FC2F7855482A017FC366ADEE7 /* http_struct.h */, + 703F3EDBA1506BEA39E7828715FA9056 /* keyvalq_struct.h */, + 7FC6E02F406E9874BB6CDB1FCF608AEC /* listener.h */, + 7A6564ED90374B60F6C2009DB220CF42 /* rpc.h */, + 6A32D3A7512740E08AC07D28C89C1F10 /* rpc_compat.h */, + 143E8A9D0189BD981AC07A296B6F3398 /* rpc_struct.h */, + 8269B1998A32E8E86053CC05985E70CF /* tag.h */, + 666FA5FD44B798AE8A4E7A20451ED081 /* tag_compat.h */, + C69F6129BD9CE21D06D186978EA6DC27 /* thread.h */, + 57996A165B87C0B351A2A5C993F26594 /* util.h */, + 5E8914259A90641B0120C796F986A7D0 /* visibility.h */, + D00C095F192FD45A558BB7532451FBD8 /* Frameworks */, + 7E29FD05D1A03633C78E55F9BFDED98A /* Support Files */, + ); + name = CocoaLibEvent; + path = CocoaLibEvent; + sourceTree = ""; + }; + 2343C1AF10CE1DF6866AC58D1784957B /* Pod */ = { + isa = PBXGroup; + children = ( + 3057EF5685F029FACA76A409FFE980A6 /* FBLazyVector.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 23A271B72B5095F8E17638EB1EB59059 /* Support Files */ = { + isa = PBXGroup; + children = ( + FD33DBD8EB8D7CBD948A483B52CC6ABD /* RNLocalize-dummy.m */, + 7DE4AB1F7B6FD870960E3337AC438B8B /* RNLocalize-prefix.pch */, + 595E6273549FEF1B6AE41CE9CD64B2C0 /* RNLocalize.debug.xcconfig */, + FA6B3C349713AABB32DF41A57CAB881E /* RNLocalize.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNLocalize"; + sourceTree = ""; + }; + 28146FCA91F0F14BFD90F1A1745B3377 /* Support Files */ = { + isa = PBXGroup; + children = ( + 3708CE20968AF50A519A65538B5D2FFA /* EXConstants-dummy.m */, + EA6F275854F9F971FE9519E5F6BC28DA /* EXConstants-prefix.pch */, + 5BFCD2F6238787EE5A720E044BF3F469 /* EXConstants.debug.xcconfig */, + C113843DF4AE193FB46CE0CAA6E6E43B /* EXConstants.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXConstants"; + sourceTree = ""; + }; + 2891B2448E1B0D82C2EB926E5EDE526C /* RNScreens */ = { + isa = PBXGroup; + children = ( + 182AF556CA5B4B3D8F2DB4955B204F5D /* RNSScreen.h */, + F2A1E5A6A9087E9A6A0A061F0FD8BA1A /* RNSScreen.m */, + 3D9EB17B39BC29029FA0B5B3E38E8716 /* RNSScreenContainer.h */, + 04F1174EFB7879A3DABD94F90A635288 /* RNSScreenContainer.m */, + E99FA1F507AF68D41CF44CB105FEE8CA /* RNSScreenStack.h */, + D4B7D0C70CE11A5E2299A9DFDCC40022 /* RNSScreenStack.m */, + 2141E2A3E697F9393BDC9E9C72784317 /* RNSScreenStackHeaderConfig.h */, + 3100EAC6BF96C04B0B36EC2394BB4B0E /* RNSScreenStackHeaderConfig.m */, + D0592767FB49BE09D97D11246EC7A599 /* Pod */, + 1D16CD6D994D64324CEA0BE26BD3B396 /* Support Files */, + ); + name = RNScreens; + path = "../../node_modules/react-native-screens"; + sourceTree = ""; + }; + 289E119D5D98D46BB18CAAAD92951633 /* RNConfigReader.xcodeproj */ = { + isa = PBXGroup; + children = ( + 2CC8C796401D31868296BA657EBE919A /* project.pbxproj */, + ); + name = RNConfigReader.xcodeproj; + path = ios/RNConfigReader.xcodeproj; + sourceTree = ""; + }; + 294EAC57FC3D4414988874C6281C75F4 /* Pod */ = { + isa = PBXGroup; + children = ( + A4AA8263DA41CAC17EBF39B31DEF3F10 /* LICENSE */, + AEEAC3932D367EEA3C7C22F04096FB6F /* react-native-webview.podspec */, + AF0A57B1AB2C7E2B53BE49D33C246174 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 2A38240BDF794E9DBFB4DDCE9FA4A9D3 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 730DC4802E7FA58C36C36228B5809C99 /* JitsiMeet.framework */, + 1010E1E6623891B1FD82014AFCF1B5C0 /* WebRTC.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 2B1A52B8CA22E9FE592C85F1846610C5 /* FlipperKitLayoutTextSearchable */ = { + isa = PBXGroup; + children = ( + CA54218AFF3053BC4D4F201DA53294AB /* FKTextSearchable.h */, + ); + name = FlipperKitLayoutTextSearchable; + sourceTree = ""; + }; + 2B434860AB72EB226BAB4B8BC82372E7 /* OpenSSL-Universal */ = { + isa = PBXGroup; + children = ( + EC1731B7E6AEB24E9F7BD4BB93869C28 /* Static */, + E4AD31726F3141D3211A8C7D0F1DCF51 /* Support Files */, + ); + name = "OpenSSL-Universal"; + path = "OpenSSL-Universal"; + sourceTree = ""; + }; + 2B45206B85D04FDF1D06530F6D939D4B /* Pod */ = { + isa = PBXGroup; + children = ( + B56A61A0EF8E5CE9EA10B605B416FE12 /* LICENSE */, + 2D49144CED62BB8A5A358718C9374724 /* react-native-safe-area-context.podspec */, + 316E4B260188D5A1248606C07D653FA4 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 2B95AE6215589BC96FE310B536ECB7EE /* DevSupport */ = { + isa = PBXGroup; + children = ( + 6F57D27774E462602607E43C8332E70A /* RCTDevLoadingViewProtocol.h */, + DA21931635FECC353CB99D32E85778F6 /* RCTDevLoadingViewSetEnabled.h */, + 76038CBE4149FB84C0C5DD7F880DE469 /* RCTDevLoadingViewSetEnabled.m */, + 9BCD248F655BF38EFC795A5DBAF8E359 /* RCTInspectorDevServerHelper.h */, + 2F236612249EC8576AAE442D775A0A2A /* RCTInspectorDevServerHelper.mm */, + 4FC1B52ECAFEB02F8382C89900223FAA /* RCTPackagerClient.h */, + 6A39B8C9A4F57CB592D8FD4A970303C1 /* RCTPackagerClient.m */, + 52B03C024FE3B10BC6AC0BDE31AFBEB4 /* RCTPackagerConnection.h */, + F2C2D9FDC8636D5A363D58D8A447865E /* RCTPackagerConnection.mm */, + ); + name = DevSupport; + path = React/DevSupport; + sourceTree = ""; + }; + 2CF09A03B04D66AB40987223B0683170 /* Support Files */ = { + isa = PBXGroup; + children = ( + 852DDAFBDD6FD739BD7F14EC75E42D89 /* React-RCTNetwork-dummy.m */, + 5E495E73D849D242F411DFA9139392FA /* React-RCTNetwork-prefix.pch */, + 9E3D7AC2DF7B7DC83F52770E17B57B6E /* React-RCTNetwork.debug.xcconfig */, + F2C868FEEAE6E9F5B32A1321FCDEB7D9 /* React-RCTNetwork.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTNetwork"; + sourceTree = ""; + }; + 2D6A823689BD3FE7C4904DF51DDC3132 /* core */ = { + isa = PBXGroup; + children = ( + AD4C430CB3068D9F9EAA8617220C5FF0 /* LongLivedObject.cpp */, + E4797829479E9D64409C41EBDBA392C1 /* LongLivedObject.h */, + 7BBEF497BA8CB94665039748CE64DE34 /* TurboCxxModule.cpp */, + EB11DCA58C19B85349D312858BA0C7A3 /* TurboCxxModule.h */, + 4C56B55A30B22B2999A77847FB9D81B7 /* TurboModule.cpp */, + D93B3D4B3E9BE1E83ADFF374015FEE11 /* TurboModule.h */, + F62C15DDDBB5223C5813CC7A54612249 /* TurboModuleBinding.cpp */, + 75090E4ED475EC634081C026E2BB60A5 /* TurboModuleBinding.h */, + 92DF40AB91ACF98C76E0D74D413B0405 /* TurboModuleUtils.cpp */, + 5383D983DD20D2F88835E1BFF0B59750 /* TurboModuleUtils.h */, + 0F358FBAE17A8510825B0600739D01CD /* platform */, + ); + name = core; + sourceTree = ""; + }; + 2D88F52373404C78B00DF6C8E5CE7B14 /* Profiler */ = { + isa = PBXGroup; + children = ( + 809474D5B65B9F9C5FAF6F5B57B17C70 /* RCTMacros.h */, + 2537503694AFA784AF0C0A681C3F44CC /* RCTProfile.h */, + 67730B27FF520EF76BDD8DA2E7D2C313 /* RCTProfile.m */, + 7F0886803B038B23D57EA55481F1E369 /* RCTProfileTrampoline-arm.S */, + 78FCEFEBB18D4FA0E223D5394338B249 /* RCTProfileTrampoline-arm64.S */, + E5E69DF2A32FB0C1231AD88609E96CF2 /* RCTProfileTrampoline-i386.S */, + F7F5084851887092EA0A41311A86F0BA /* RCTProfileTrampoline-x86_64.S */, + ); + name = Profiler; + path = React/Profiler; + sourceTree = ""; + }; + 2E3C7CE6DACB7B6A9EDF7D84AF49BE89 /* Pod */ = { + isa = PBXGroup; + children = ( + 2B3147F8BD6D23C888E52D3C5B1C8AB9 /* LICENSE */, + 20CACFF17F6381F3554657B276133FE3 /* react-native-background-timer.podspec */, + 0B6CACFB4B7842B8E6D1069B3F30DB7A /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 2EAB62F039F5AD5DEDE7AFE193947EBA /* Multiline */ = { + isa = PBXGroup; + children = ( + 790843EE5110EF3026CAAD7777A5330C /* RCTMultilineTextInputView.m */, + 0508A448A1CE1F770F4293B9EA7B67FE /* RCTMultilineTextInputViewManager.m */, + 31DE3A1EF769234029EF4FFA08E22570 /* RCTUITextView.m */, + ); + name = Multiline; + path = Multiline; + sourceTree = ""; + }; + 2F7133933557D4A564D12D0E26A1C12E /* FirebaseCoreDiagnostics */ = { + isa = PBXGroup; + children = ( + 7D5A9E6505E77A0784E2144DF8097BA9 /* FIRCoreDiagnostics.h */, + 8A5FC1C3012766C81A4FDE0D978A6D23 /* FIRCoreDiagnostics.m */, + 571E1EAA856C653ACF6944D909133267 /* FIRCoreDiagnosticsData.h */, + C2B352E12294D3CBAB1F744E13396A48 /* FIRCoreDiagnosticsInterop.h */, + 07A025DBDCD7D39D563AC5776BE1BCFB /* firebasecore.nanopb.c */, + 3CBA51F06CBB989EDC7684C0A3389C0A /* firebasecore.nanopb.h */, + FE70C34D46EEAB64E0B84711BF3CFAD0 /* Support Files */, + ); + name = FirebaseCoreDiagnostics; + path = FirebaseCoreDiagnostics; + sourceTree = ""; + }; + 2F743CD86E1E442AD9CAC8DD55C047B6 /* WithoutAdIdSupport */ = { + isa = PBXGroup; + children = ( + B8846B8615E0223E20F84819212200DA /* Frameworks */, + ); + name = WithoutAdIdSupport; + sourceTree = ""; + }; + 2F89728564811AD85D08E621A2301867 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B5EDAFEF496D118DE987527839D4D9D /* UMReactNativeAdapter-dummy.m */, + 331A211BFF22199FF038F4A4FF318E23 /* UMReactNativeAdapter-prefix.pch */, + 21522FA91FBED0B4D7F540BE31B9B235 /* UMReactNativeAdapter.debug.xcconfig */, + D40120CF2171641AFAD11CE389255002 /* UMReactNativeAdapter.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/UMReactNativeAdapter"; + sourceTree = ""; + }; + 2FB79003DDD7CA1875A0EF307AD2ADE1 /* Pod */ = { + isa = PBXGroup; + children = ( + 2A936997B09A4CE60C4086325BD51058 /* FBReactNativeSpec.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 30E9747B77BB45D1EE7BAB516EB56F0E /* Support Files */ = { + isa = PBXGroup; + children = ( + 959ACC6C8F0BB5A1FD92318F3673DAE5 /* React-jsiexecutor-dummy.m */, + 52201C46AE462DA106C9455B05BBD7EC /* React-jsiexecutor-prefix.pch */, + 8E1E10B221D81EAA8DBDBD8AC1EA1AA4 /* React-jsiexecutor.debug.xcconfig */, + FED0701444F195889C22A3501F2636DA /* React-jsiexecutor.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsiexecutor"; + sourceTree = ""; + }; + 30F75CB5D9A115EDCEEE4C2929714BF6 /* Pod */ = { + isa = PBXGroup; + children = ( + 5EC236F8FFF5D37A7270EC7B8CA1324F /* RCTRequired.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 316AA87BEF42714315AD90B5D09D954A /* react-native-jitsi-meet */ = { + isa = PBXGroup; + children = ( + 03A273437E8D370C10870C6FE639084D /* RNJitsiMeetView.h */, + 176BED56194EBFD9BD6F0EAA67E7D2E3 /* RNJitsiMeetView.m */, + 85C572668A3DF60D2534FD9B896F1D6B /* RNJitsiMeetViewManager.h */, + C004582AAC112DBA36E1B4F0127DCCB7 /* RNJitsiMeetViewManager.m */, + 64B875B6B69968F7B37D75BA9D4E287C /* Pod */, + 354794C1A273D9130A172E22F0539EA0 /* Support Files */, + ); + name = "react-native-jitsi-meet"; + path = "../../node_modules/react-native-jitsi-meet"; + sourceTree = ""; + }; + 3205C4959CDEE2AB369EE76F490A32EF /* RNConfigReader */ = { + isa = PBXGroup; + children = ( + C04B9DD0B3FBDDC29D7016B57E6AFE3E /* RNConfigReader.h */, + 7C317D703BB783C555A10C862B8C27F7 /* RNConfigReader.m */, + 62527D5269D4ACAF4309AC01BB8C3EA9 /* Pod */, + 289E119D5D98D46BB18CAAAD92951633 /* RNConfigReader.xcodeproj */, + C0F361794CA5F787DFCCFA5BDEFAF7CF /* RNConfigReader.xcworkspace */, + D9F4C3EE338D6417115B6FFE6837C3A8 /* Support Files */, + ); + name = RNConfigReader; + path = "../../node_modules/react-native-config-reader"; + sourceTree = ""; + }; + 32B84CF6262396172C7F34D5F83ACE49 /* react-native-cookies */ = { + isa = PBXGroup; + children = ( + C0FA62A074F803FC43A4434CC3CB287E /* RNCookieManagerIOS.h */, + C3BA6B2A5273993615F971998ECBE75F /* RNCookieManagerIOS.m */, + D49FF1DECFFBD6FE5E75D51055130F1B /* Pod */, + 7A3C1EB62666F7AC3BA6FA3AF67E4707 /* Support Files */, + ); + name = "react-native-cookies"; + path = "../../node_modules/@react-native-cookies/cookies"; + sourceTree = ""; + }; + 335F81444261C2DB41D94DD569760C5F /* RCTBlobHeaders */ = { + isa = PBXGroup; + children = ( + 463B3EDE02AAD4F98F195C07A1B3D941 /* RCTBlobManager.h */, + 9038208008F8878B629ED2527489F181 /* RCTFileReaderModule.h */, + ); + name = RCTBlobHeaders; + sourceTree = ""; + }; + 33D18BDD61207EBBA5E1E6BA0D349AD1 /* Support Files */ = { + isa = PBXGroup; + children = ( + 12EFB25A2673B425521D6E2534AD97B9 /* Flipper-RSocket-dummy.m */, + 7B570DDDD63F657F02E595192893E809 /* Flipper-RSocket-prefix.pch */, + F624F5B94C4B4DE1A481C4CF45D05D74 /* Flipper-RSocket.debug.xcconfig */, + 4A165E8C512BD78F8E37CA494558605A /* Flipper-RSocket.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Flipper-RSocket"; + sourceTree = ""; + }; + 34410E9A1226E7AB656D5C8D0AEA6E26 /* Support Files */ = { + isa = PBXGroup; + children = ( + 02797CA362E63F96FA28455F45286A90 /* FirebaseCrashlytics-dummy.m */, + F71A0355690210AB7B4967596B631FCF /* FirebaseCrashlytics.debug.xcconfig */, + D4419DB95D20EB18F7D647B2AB05E192 /* FirebaseCrashlytics.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FirebaseCrashlytics"; + sourceTree = ""; + }; + 348039D78C914C7062F5B4FA52437ED2 /* UMBarCodeScannerInterface */ = { + isa = PBXGroup; + children = ( + F4BD6B5345E2846397417812A9592B01 /* UMBarCodeScannerInterface.h */, + 8119950495617CC178696EEAAA8EE11C /* UMBarCodeScannerProviderInterface.h */, + 3D54B9E6C5222E61F9F14BB6F0390EE7 /* Pod */, + 1E8441D040A2BAB0BE7BEAADB6A6DAA2 /* Support Files */, + ); + name = UMBarCodeScannerInterface; + path = "../../node_modules/unimodules-barcode-scanner-interface/ios"; + sourceTree = ""; + }; + 354794C1A273D9130A172E22F0539EA0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 917B7DE9EFC85D2F63F2AE68F2C1AC5E /* react-native-jitsi-meet-dummy.m */, + A50EEA2327122C01A8B678B949FAB509 /* react-native-jitsi-meet-prefix.pch */, + 6E6CD8C8D5D961C2A32A92C9641D5670 /* react-native-jitsi-meet.debug.xcconfig */, + ECD27E9F7D7A80E1BDC406D2660AD2E0 /* react-native-jitsi-meet.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-jitsi-meet"; + sourceTree = ""; + }; + 3616FED4D03447F62AB42B1BA7706F37 /* Environment */ = { + isa = PBXGroup; + children = ( + 31D2BA54DD4AB7F117CDC8DE19507C9A /* GULAppEnvironmentUtil.h */, + F72B13613BB8419F04F6AE6397C13097 /* GULAppEnvironmentUtil.m */, + 50814D94537EFC9EF03AD8D60AB4CA44 /* GULHeartbeatDateStorable.h */, + FF75BF9E696E19E0A58730A3F898145B /* GULHeartbeatDateStorage.h */, + 67868346E522020D1D6613EFF98D2851 /* GULHeartbeatDateStorage.m */, + F02874B2F1845E133C97EDF43E7D3BC5 /* GULHeartbeatDateStorageUserDefaults.h */, + B072CEDC9B02F8D00678EC5199400F4D /* GULHeartbeatDateStorageUserDefaults.m */, + 89CDCA5F82B96C1550A3463F34E8D727 /* GULKeychainStorage.h */, + 7AB0FA8583801C6725F1DB67E10883C0 /* GULKeychainStorage.m */, + E9B477A8524B6BA461A3A2A3C79CBCBD /* GULKeychainUtils.h */, + 6220542DF0C8D4FE82046711767950C5 /* GULKeychainUtils.m */, + 27492F5F27A1D35D4945766378BD7A8D /* GULSecureCoding.h */, + 89D4B88DF9711AE830DFC66427A76474 /* GULSecureCoding.m */, + 0B5316415E74133E6B0C7FB8F4BE86CD /* GULURLSessionDataResponse.h */, + F3C8F000171AEA51BDF23AEBBF2CBD05 /* GULURLSessionDataResponse.m */, + 63123D05EBEAEC4D88993A004D1BF80A /* NSURLSession+GULPromises.h */, + F4189D70C0EC786866424A5EDFA21221 /* NSURLSession+GULPromises.m */, + ); + name = Environment; + sourceTree = ""; + }; + 362B5020BAA38A9115F77E958AA818AA /* Frameworks */ = { + isa = PBXGroup; + children = ( + 0C55FE1D69F85EF1F8A9981CE080883F /* FirebaseAnalytics.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 374394A65EEE16F6E1B2C73EB6B8BFFD /* React-RCTNetwork */ = { + isa = PBXGroup; + children = ( + 6AF1A5A8CE228D1CF64CD266AA641DE6 /* RCTDataRequestHandler.mm */, + A984BCBEBB244CB48505278C138497B4 /* RCTFileRequestHandler.mm */, + 6B7350D4D0CEE517FE6D69E1BE62D92D /* RCTHTTPRequestHandler.mm */, + ACF7C1E9E9BC4F676F54D58B6A7420B6 /* RCTNetworking.mm */, + C4FE8D24D71852DAA0A8F4AFDB72C145 /* RCTNetworkPlugins.mm */, + FBFFC26E4BD7753EE4F5DB86F692B68C /* RCTNetworkTask.mm */, + FE53374E96E50BC211E13A3B11E9E624 /* Pod */, + 2CF09A03B04D66AB40987223B0683170 /* Support Files */, + ); + name = "React-RCTNetwork"; + path = "../../node_modules/react-native/Libraries/Network"; + sourceTree = ""; + }; + 37FB0930C21107442D7BDEC0E8040CBB /* DevSupport */ = { + isa = PBXGroup; + children = ( + 2B95AE6215589BC96FE310B536ECB7EE /* DevSupport */, + FAE621B5C0769A709EA2E3FA7F66ACA3 /* Inspector */, + ); + name = DevSupport; + sourceTree = ""; + }; + 38A596F5527B74CF91FFF10922670CDA /* react-native-netinfo */ = { + isa = PBXGroup; + children = ( + 289FC721F2A5067524C1A1E19F98C131 /* RNCConnectionState.h */, + 4591B9C3537E338DAAC2D0BF386D7E03 /* RNCConnectionState.m */, + 587AD6FD9BE72F0BC98AFE4209668AA2 /* RNCConnectionStateWatcher.h */, + 6DE33F7B472946868C2C42C82B4E291F /* RNCConnectionStateWatcher.m */, + 3793FC0019C81496E04CB48A44415F82 /* RNCNetInfo.h */, + 0468BDCC13CE8B1D9F71EEEA0C1036D5 /* RNCNetInfo.m */, + 7ADD988DF8D1418C40C6E4BE0A0F7C18 /* Pod */, + D6DB7ECC8BE41EC3E7CF052A1AAE8747 /* Support Files */, + ); + name = "react-native-netinfo"; + path = "../../node_modules/@react-native-community/netinfo"; + sourceTree = ""; + }; + 38C3D27A36D797FFA044A46C96B670B3 /* Brushes */ = { + isa = PBXGroup; + children = ( + 1514AF293BD700EA9B69407A85C288E5 /* ARTBrush.h */, + CCE4B1541F3C0E1F0030CD5FE872CA7A /* ARTBrush.m */, + 06369FBA08FEC45C416382726654950D /* ARTLinearGradient.h */, + 4D53600BACC1014496F29F41F4495AEE /* ARTLinearGradient.m */, + 8BEB0296F43DAF966C998C264742E893 /* ARTPattern.h */, + 1CF71C92967549E8338B17872FC750D3 /* ARTPattern.m */, + 7A31CEF1C90E3634B793E265F58A6EB3 /* ARTRadialGradient.h */, + 19979254E1B71D7ED041F2EEE1C6F5DA /* ARTRadialGradient.m */, + 1830233F42852A7524DFDB7A162BF168 /* ARTSolidColor.h */, + FBDD9203EDEEA17AD534A447228D559C /* ARTSolidColor.m */, + ); + name = Brushes; + path = ios/Brushes; + sourceTree = ""; + }; + 38CBD81CB26349CC7F7B82DF2453CD73 /* UMFaceDetectorInterface */ = { + isa = PBXGroup; + children = ( + D0457911617BE78059FAB3EF5E0DFDF8 /* UMFaceDetectorManager.h */, + DEC211A00C1542A8D4CB638C2501FFF7 /* UMFaceDetectorManagerProvider.h */, + E00DFA4F5718EC43CCA50D240B607ED5 /* Pod */, + 3BE7BABDA899F17A07D77E5A1937B5D3 /* Support Files */, ); name = UMFaceDetectorInterface; path = "../../node_modules/unimodules-face-detector-interface/ios"; sourceTree = ""; }; - 27E53A8FFC5507BBDA219B18BC91D117 /* Support Files */ = { + 39FB52FAB818ED782B7CDC2BDD5CD623 /* Pod */ = { isa = PBXGroup; children = ( - EF42D26B5FE68CC054D1033C8E2E6BBD /* UMFileSystemInterface.debug.xcconfig */, - 794413679EF9D4E33E909FEEE391632C /* UMFileSystemInterface.release.xcconfig */, + 04822FFDE132D0F90BB3D7FB0734781C /* EXHaptics.podspec */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFileSystemInterface"; + name = Pod; sourceTree = ""; }; - 28531EF10B2421216858D23AF4E87146 /* Support Files */ = { + 3A633A4B78D3D098A390BC5F7EC1552F /* Support Files */ = { isa = PBXGroup; children = ( - 922934DAA3CE50B0BDB5D030664AC7B2 /* UMCameraInterface.debug.xcconfig */, - EE685BE0257B2B859A19AAC6A68263C6 /* UMCameraInterface.release.xcconfig */, + 5766D56053EC7DD3B963B17382BC9257 /* React-jsinspector-dummy.m */, + 0045459A1999A00C3808F9597C0D58BA /* React-jsinspector-prefix.pch */, + 45E87CE0FE7FBCAFC6C80926A961A95A /* React-jsinspector.debug.xcconfig */, + 8CBAB7A1CE9B90E8C95F94B3B8C9110B /* React-jsinspector.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsinspector"; + sourceTree = ""; + }; + 3BE7BABDA899F17A07D77E5A1937B5D3 /* Support Files */ = { + isa = PBXGroup; + children = ( + EF1291240449E1935AA8240147EE61FF /* UMFaceDetectorInterface.debug.xcconfig */, + 337A23B34C727D7B4F8B2DE60C7FC96F /* UMFaceDetectorInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFaceDetectorInterface"; + sourceTree = ""; + }; + 3C6847ADCE8EE5EFD7F17DD7C5930073 /* react-native-slider */ = { + isa = PBXGroup; + children = ( + F12A38323B63EE4B401618B699FEB85B /* RNCSlider.h */, + BFD9B6E5EA7D0469539E739CAFBD5AEB /* RNCSlider.m */, + D0F0A466D58BAAE783C5A2C4ED9F0573 /* RNCSliderManager.h */, + F722727B203F0E6D3A584AF979C40820 /* RNCSliderManager.m */, + 9486CE47A43130407F98D66E4A019AB6 /* Pod */, + 92CE834DF5794388AFBAE1CCB589CF7C /* Support Files */, + ); + name = "react-native-slider"; + path = "../../node_modules/@react-native-community/slider"; + sourceTree = ""; + }; + 3C8FB7491C093678727650B96AE91DA5 /* Pod */ = { + isa = PBXGroup; + children = ( + 840B2B40FE2E62F0378F0D1654C32920 /* RCTTypeSafety.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 3C9064BBD6B41727AB1F7C366063CE5F /* Pod */ = { + isa = PBXGroup; + children = ( + 9C422D70E6FF163F0B103125830BDFAF /* LICENSE */, + A4561C0F7E20E7F226231B173BD2DA2C /* README.md */, + 63E7AB4D04C41B52F18031BB852ABDF6 /* RNCAsyncStorage.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 3D54B9E6C5222E61F9F14BB6F0390EE7 /* Pod */ = { + isa = PBXGroup; + children = ( + D863CB94A6118E91AF85313B2BBE9DE0 /* UMBarCodeScannerInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 3DF976172247388B31160A0B7DDDD5EA /* FBLazyVector */ = { + isa = PBXGroup; + children = ( + 969A63EA1BD24D172AFD60AB79A657FF /* FBLazyIterator.h */, + 2F132D863EEEBF7159DEC980AB767175 /* FBLazyVector.h */, + 2343C1AF10CE1DF6866AC58D1784957B /* Pod */, + DFB169EDD2D4F53C440152FC617AADF1 /* Support Files */, + ); + name = FBLazyVector; + path = "../../node_modules/react-native/Libraries/FBLazyVector"; + sourceTree = ""; + }; + 3EFF64CAD18FFCCCDA091EBCA4123E33 /* safearea */ = { + isa = PBXGroup; + children = ( + 8875DF1A855D0713DC1D1AEFC27103A8 /* SafeAreaManager.h */, + 10107B749131AF959DF1061EC5CD92C4 /* SafeAreaManager.m */, + 550BC66AA1705E260ACD93948058776A /* SafeAreaSpacerShadowView.h */, + 5489F2D2C0012F57C6DBEFE75F2140C8 /* SafeAreaSpacerShadowView.m */, + 83AB9E30AFDEE9E7E9FA45BB81FE3E87 /* SafeAreaSpacerView.h */, + 008C4C228ECC9530DCD0CD14C585B839 /* SafeAreaSpacerView.m */, + CEC014F4D96CD662CAEB3A019EAC5866 /* SafeAreaSpacerViewLocalData.h */, + A9031035681E5443A1F9D367C5EBB49F /* SafeAreaSpacerViewLocalData.m */, + 96B5978FF2E4C4BDE555DD16FD3A1882 /* SafeAreaSpacerViewManager.h */, + 0BFACE9364C963CB7F12EA4DE8886AC2 /* SafeAreaSpacerViewManager.m */, + ); + name = safearea; + path = ios/reactnativeuilib/safearea; + sourceTree = ""; + }; + 3F50D8217982D806DE6F8FE72D1E27F3 /* RNRootView */ = { + isa = PBXGroup; + children = ( + 751A0948A94853886BB09B11B02165E1 /* RootView.h */, + D9C3B994E482E21FDB88CABA53998880 /* RootView.m */, + 5691160A7D61D547C396E4617D3A6172 /* Pod */, + 7B12E3AA2D598B62E7F783569FCAA798 /* Support Files */, + ); + name = RNRootView; + path = "../../node_modules/rn-root-view"; + sourceTree = ""; + }; + 3F5475656E00524F3C2977180087E0FC /* Pod */ = { + isa = PBXGroup; + children = ( + 99635AD28530F54F75FCDCDD490FC9F2 /* LICENSE */, + 65B83A96B6CE6E545DA7D13402DB45D4 /* README.md */, + EC901E8D72B00833DB038CFB16B48DFE /* RNImageCropPicker.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 4030F7EBCD81D95B3A10F9B589DDCC32 /* Support Files */ = { + isa = PBXGroup; + children = ( + E39478FA6E5BB824DD1A0A2852D258B5 /* RNFBApp-dummy.m */, + 379632EEE6E323FC8EF8407EFD4A33C1 /* RNFBApp-prefix.pch */, + 7BC7C20A82545EF6315557F7AA7D849A /* RNFBApp.debug.xcconfig */, + A400F0258DDD68C773AFB7A034FEE35D /* RNFBApp.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNFBApp"; + sourceTree = ""; + }; + 4075E2B3230A7E4DA19A695A63C66378 /* CoreOnly */ = { + isa = PBXGroup; + children = ( + 9D7C1448517BE17F890A0E0BA3B16D0D /* Firebase.h */, + ); + name = CoreOnly; + sourceTree = ""; + }; + 40946B0DD793DCEFCCBC3B11FC536941 /* Pod */ = { + isa = PBXGroup; + children = ( + 111308F0B3099D519494EA362C9E2339 /* React.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 41BAA5E4FA719A568BABF9695B94A995 /* JitsiMeetSDK */ = { + isa = PBXGroup; + children = ( + 2A38240BDF794E9DBFB4DDCE9FA4A9D3 /* Frameworks */, + 1D01E014F509D0F2F32000C3D3495FA6 /* Support Files */, + ); + name = JitsiMeetSDK; + path = JitsiMeetSDK; + sourceTree = ""; + }; + 4223ED9A85C5D41AD3EA6B4CB7D3062E /* VirtualText */ = { + isa = PBXGroup; + children = ( + 5A1A754ECD9D9FD4087389C70A2BDF33 /* RCTVirtualTextShadowView.h */, + 7AA6D1E7414C8C0DCCCCDEB361A9BFD4 /* RCTVirtualTextViewManager.h */, + ); + name = VirtualText; + path = Libraries/Text/VirtualText; + sourceTree = ""; + }; + 4244F449BF80A73F6011CCB129843C0E /* Support Files */ = { + isa = PBXGroup; + children = ( + 21BC2DCEE53F7DF6503A3E1DA230F791 /* EXPermissions-dummy.m */, + 6E4F519335F53BE995FC4155B5EC9837 /* EXPermissions-prefix.pch */, + EE9711DB265746F33A96C4348690304D /* EXPermissions.debug.xcconfig */, + 8ECCD019CBB337F093825F9B42F9415F /* EXPermissions.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXPermissions"; + sourceTree = ""; + }; + 42D59AA994C4BBAFEEF967EA1A5AEA1A /* react-native-notifications */ = { + isa = PBXGroup; + children = ( + 42FB106DDAAB57D219B8500A1871B45F /* RCTConvert+RNNotifications.h */, + 30097E2199EF132F4916E0866AF609C2 /* RCTConvert+RNNotifications.m */, + 4E01D6419F008DA3DB81C161E2822A3B /* RNBridgeModule.h */, + ECC4109BF7390B8D835C8791A019B664 /* RNBridgeModule.m */, + B00512626555EF053A4A7654EAA35178 /* RNCommandsHandler.h */, + 34E4F322613D97AE8B78AED9126E80F8 /* RNCommandsHandler.m */, + 6508DF9C739D54914272EB9E217EECAB /* RNEventEmitter.h */, + A8CB003D4143E6F3CD3BCBF9A274D254 /* RNEventEmitter.m */, + 35C9BDF495B06DCBAD61AEAC8B30EC2B /* RNNotificationCenter.h */, + C6DC2821E1F2CD73B1EF1B38D05CE9B3 /* RNNotificationCenter.m */, + F33D3EE3DB4D9C87E1A54204A7C250A1 /* RNNotificationCenterListener.h */, + 10B1DEFA5008DCCBA8CE0F710941E0B4 /* RNNotificationCenterListener.m */, + 744C668A06B341AFF05286BB9E32A1FF /* RNNotificationCenterMulticast.h */, + 1A721F060C171DB51491D76DD7970AD2 /* RNNotificationCenterMulticast.m */, + 16668DFBC731D8B960B5CED49E45EA5A /* RNNotificationEventHandler.h */, + 49F952E1F264890DEE368BD7C231EC36 /* RNNotificationEventHandler.m */, + 95FE0FE1F65F6ACEF87FC4B775372AFB /* RNNotificationParser.h */, + 64B15EB6202BBF29928609442F6F5698 /* RNNotificationParser.m */, + 7D00BC8175D6A9DAE312423F8163A315 /* RNNotifications.h */, + AFF19217DE03F24F5D5D3E68B4284F8D /* RNNotifications.m */, + 6CE936FD6DB0B250001CD69610EC0CE5 /* RNNotificationsStore.h */, + 53C024C5546C5BCC3825C20A99FD5F9E /* RNNotificationsStore.m */, + 4AA3D7E58BD0860440C28CCCBEB20C27 /* RNNotificationUtils.h */, + D0CE425B6C2AAAE435676267EAD5F89B /* RNNotificationUtils.m */, + D163EB839638B81E0423C776B98B4E0C /* RNPushKit.h */, + B0B234FB101DAB30CA6EE38BB5D528A9 /* RNPushKit.m */, + 190CCDCC30474D7A510DE18DF2783A91 /* RNPushKitEventHandler.h */, + 35176EF83F5BF16D0D4C38C2AEAEB43E /* RNPushKitEventHandler.m */, + 124A7125AE051195715D11902A8C99FB /* RNPushKitEventListener.h */, + 441B63E1128647B8E5D0187172AB7D03 /* RNPushKitEventListener.m */, + F6D0F156EB7F5D5AAE72D360D87D26A8 /* Pod */, + 0AA668B7386B6A7ED6FE27B0BE8A347B /* Support Files */, + ); + name = "react-native-notifications"; + path = "../../node_modules/react-native-notifications"; + sourceTree = ""; + }; + 43062B65C2E7F13F3FC208D10FF0536F /* Support Files */ = { + isa = PBXGroup; + children = ( + 432334A5DB28B315D15D36B738BF2094 /* UMCameraInterface.debug.xcconfig */, + 338B91B094B3A4928392ED8F99B67C7F /* UMCameraInterface.release.xcconfig */, ); name = "Support Files"; path = "../../../ios/Pods/Target Support Files/UMCameraInterface"; sourceTree = ""; }; - 29BD17BB413C1CE02D075B1D43FDBB1E /* glog */ = { + 43C0B22714BB73E9D1D85CC65796AAAC /* Pod */ = { 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 */, + 45F304018A5107BBAB241B32BE8FB339 /* React-RCTActionSheet.podspec */, ); - name = glog; - path = glog; + name = Pod; sourceTree = ""; }; - 2A860F1277FFE1318979EB61A3B2A5B2 /* Support Files */ = { + 440239B169A50E45072CB3F99202319D /* Pod */ = { isa = PBXGroup; children = ( - A6C362498D6B6FC89890828C59E39A34 /* GoogleDataTransport-dummy.m */, - B5E6A6D6887D8249F4587D1264CEC00A /* GoogleDataTransport.debug.xcconfig */, - B16A6B2C6D3CA184F415E6F10CC698EA /* GoogleDataTransport.release.xcconfig */, + 7DA2F19F78C56AD06B5D536D5E004568 /* React-jsi.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 441DD723AB2C8375560620EA49D7B7C3 /* RCTSettingsHeaders */ = { + isa = PBXGroup; + children = ( + 537F7FB7974ADDABAE5F40430A059001 /* RCTSettingsManager.h */, + 2D0D097FE29081B6800E33F9BF862870 /* RCTSettingsPlugins.h */, + ); + name = RCTSettingsHeaders; + sourceTree = ""; + }; + 445338CF8B8845AEC347ACA9553CD180 /* Pod */ = { + isa = PBXGroup; + children = ( + 4C1F02C762AC81CEF45ED7EBF421D43D /* React-callinvoker.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 45D97AD153D3380EFB4DA0EBD7ECE5EA /* Pod */ = { + isa = PBXGroup; + children = ( + 0AF43D9D24AE3BE6CEAD858067A9015A /* React-RCTAnimation.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 45DA2012D4BEE9DC95ABC8CF543EDBAD /* Support Files */ = { + isa = PBXGroup; + children = ( + 26E14D7B4CB2C494ABECECF3898B3C52 /* ReactNativeART-dummy.m */, + 1E7C449EE3901BE7989E974189023D41 /* ReactNativeART-prefix.pch */, + D7993BC764FADC03E5D1830F7A761EA4 /* ReactNativeART.debug.xcconfig */, + 4AADB7D800B05BDF25C9C275A69158BD /* ReactNativeART.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/GoogleDataTransport"; + path = "../../../ios/Pods/Target Support Files/ReactNativeART"; sourceTree = ""; }; - 2AB561B57E45F2521857981DC8CBF6C0 /* jsi */ = { + 46759B359137E07A45867CE7E4DBB99B /* UMReactNativeAdapter */ = { isa = PBXGroup; children = ( - 7CBB7394104549553638DD49E110C941 /* decorator.h */, - 7FD743AAC47D3BB75DFD59BB9FF83334 /* instrumentation.h */, - 9F42E8E90C5FA5FA3F4C73E0B5286BAF /* jsi.cpp */, - FCA3E59BF46D2A480D2F0E668E8F8DA2 /* jsi.h */, - 9B0F6829CA2FFBEA075E170CCE607D4E /* jsi-inl.h */, - 220BA5CF766557292D8AE559EFCA7234 /* JSIDynamic.cpp */, - E76947DFC349285E9FF32A1D630AB6CE /* JSIDynamic.h */, - 7101DBFB47A3DACE072B4BCBF4D3A2E7 /* jsilib.h */, - C84D6F063C1E712C35B33FF5E16205A6 /* jsilib-posix.cpp */, - 9E86AC096AB6CC88DDF277B55B8C3F82 /* jsilib-windows.cpp */, - EF242F24657FD12E185B61FF7BD77A31 /* threadsafe.h */, + F0D92452642E2F8A719AA67BF5CDF509 /* UMBridgeModule.h */, + 9C1A18D2C5A06E9ED59E9883E3CFCBBC /* Pod */, + F98A25245E629AD1401703CC39EEFCD9 /* Services */, + 2F89728564811AD85D08E621A2301867 /* Support Files */, + 47413518693EA311DF042EA765543C80 /* UMModuleRegistryAdapter */, + A588DA06924D7D6C748964C97B70232E /* UMNativeModulesProxy */, + 521D5AFD3A748F7330349C3CAF532E1B /* UMViewManagerAdapter */, ); - name = jsi; - path = jsi; + name = UMReactNativeAdapter; + path = "../../node_modules/@unimodules/react-native-adapter/ios"; sourceTree = ""; }; - 2AF79C93DEA4561B0D8C5D5301A8EAEC /* AppDelegateSwizzler */ = { + 46C5BDFDD1ABCCBD145149130CF328AA /* React-RCTText */ = { isa = PBXGroup; children = ( - FAF5E90534587955F75F0BA1B47586A0 /* GULAppDelegateSwizzler.h */, - FA700A1128BEF46A73E29BC782C59350 /* GULAppDelegateSwizzler.m */, - A6EF3A1EC6525D12FB79C2416BB7BEC8 /* GULAppDelegateSwizzler_Private.h */, - 207D033924BC89A9D825571017000E61 /* GULApplication.h */, - B5C7B18D6D3F30663747A4FBD5B89021 /* GULLoggerCodes.h */, - 40568C7D34C220B7EB13022AAAAD478E /* GULSceneDelegateSwizzler.h */, - DC896A0A5484F552162E3CCD6B83F43E /* GULSceneDelegateSwizzler.m */, - 995E4F74CBEB09358653A53C28BF5EF9 /* GULSceneDelegateSwizzler_Private.h */, + 031BC6362EF3CFCF431C11F7A6757084 /* RCTConvert+Text.m */, + 342452571AF936C5784571DB9CEE8352 /* RCTTextAttributes.m */, + B0688132760B7F5A4D8204230546B2F7 /* BaseText */, + E12D64AB46E5EE61E6100AE8E08890DC /* Pod */, + B42098307770435B1E2CF9BF8E897183 /* RawText */, + F21E9CCE4F987A4EE57739CCDEBF2195 /* Support Files */, + 8F71AC8678CE942D8776087A85404276 /* Text */, + DADCFDD570749ACF3ED9581D4E186900 /* TextInput */, + E23EF1D677EB158CA357D867E97FEB75 /* VirtualText */, ); - name = AppDelegateSwizzler; + name = "React-RCTText"; + path = "../../node_modules/react-native/Libraries/Text"; sourceTree = ""; }; - 2B06A36780285DD10B0647020D9DB649 /* React-CoreModules */ = { + 470C94ACBD892F20545802D55585D590 /* BugsnagReactNative */ = { isa = PBXGroup; children = ( - 8B92853E9C57FF063AE4B47212E2D2FB /* CoreModulesPlugins.mm */, - A68A17A699632B273698F8CD377ACA7B /* RCTAccessibilityManager.mm */, - 5E6EFEC31D5E2FB23539FE0FE37AC18B /* RCTActionSheetManager.mm */, - BED902D1202ECE791F272D99BB412BA3 /* RCTAlertController.m */, - FDC827CAD098494CE93C8DB6B5AFDFB2 /* RCTAlertManager.mm */, - EDA059C8D0C08F0EDF72D6845373DFBF /* RCTAppearance.mm */, - 5263E84C40285397FD6310C7E318BB12 /* RCTAppState.mm */, - C79F5EDD9360ECB197D9A7E2C9480351 /* RCTAsyncLocalStorage.mm */, - 4B6671414FC214F495EA6F07218F7E62 /* RCTClipboard.mm */, - 3A2D6CFFD5F0D212F96007DCF42BA0C7 /* RCTDeviceInfo.mm */, - F06ABA86411AA9DA1553E7F739FB3C7E /* RCTDevLoadingView.mm */, - 601078D028F968B09B4769C7FBFF3CF7 /* RCTDevMenu.mm */, - 4E6FF22C06B9D44F6AFC5A859221A14F /* RCTDevSettings.mm */, - 86646EFFAFE0A6D80E888C470B7B02BF /* RCTExceptionsManager.mm */, - BAB6CF65493D83DEF448745FD3F8BE63 /* RCTFPSGraph.m */, - 737D309F650EAA414F379B6BEB0950A3 /* RCTI18nManager.mm */, - B78A759076798F00B49F1F89673C92E0 /* RCTKeyboardObserver.mm */, - 3CC918D1F2AEA3EB227977B3BC03F83E /* RCTLogBox.mm */, - 858D6D85E9777ED85C5B545307C7C700 /* RCTPerfMonitor.mm */, - BE04A2EAFD50B0BA9CEC2B8542451A41 /* RCTPlatform.mm */, - B95D6B2B77DC9944A070034A19062705 /* RCTRedBox.mm */, - 46BDDC37C63D93E2A045F7060F65E2FB /* RCTSourceCode.mm */, - 8CD5F6BFE6C11EEA4F4DF313B108C57D /* RCTStatusBarManager.mm */, - 41D4722EED57CD29A826B7F1B09DCDDD /* RCTTiming.mm */, - 18CEE7717F1C1646B51177AF763B9B4B /* RCTTVNavigationEventEmitter.mm */, - C5DB5F72BB46E070775C36779EB107FD /* RCTWebSocketExecutor.mm */, - A94F47AE6735F51649DB64C414E3777F /* RCTWebSocketModule.mm */, - 410BCCB30EA19BBFB5AF583FCF1B00E0 /* Pod */, - 94612447ED3B26A65E6E694A133CAC17 /* Support Files */, + A7726F564CEE8652F53A7B9078261FC4 /* BugsnagReactNative.h */, + 680AC8B689572F58FD571D9F6AFA6392 /* BugsnagReactNative.m */, + 52FDA63BFC1F3C1B75E5A1DB04F948E8 /* Core */, + 9552384D234D8FB6029A0D94EDD725DE /* Pod */, + 54B0E819101E7EDF47AF5978BD68BFEA /* Support Files */, + F0A27D52C781CD75DA74D85D4C2F8D9E /* vendor */, ); - name = "React-CoreModules"; - path = "../../node_modules/react-native/React/CoreModules"; + name = BugsnagReactNative; + path = "../../node_modules/bugsnag-react-native"; sourceTree = ""; }; - 2B7B159B24C9D392F68B0CBC8D93E2F9 /* FlipperKit */ = { + 47413518693EA311DF042EA765543C80 /* UMModuleRegistryAdapter */ = { 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 */, + A74062065B2EC414FDE004DD2B3F4E77 /* UMModuleRegistryAdapter.h */, + F45F7A6C29A461BB59EDB46E1868C204 /* UMModuleRegistryAdapter.m */, + 1E405B7DD9CA9DBBD735B001312787C0 /* UMModuleRegistryHolderReactModule.h */, + CDB8C02F28E74233031A4B1F8B08EAB3 /* UMModuleRegistryHolderReactModule.m */, + F9207B263353B75894B87E61C29D207A /* UMViewManagerAdapterClassesRegistry.h */, + 7D0F44E8AF7032C979014A817047B6CD /* UMViewManagerAdapterClassesRegistry.m */, ); - name = FlipperKit; - path = FlipperKit; + name = UMModuleRegistryAdapter; + path = UMReactNativeAdapter/UMModuleRegistryAdapter; sourceTree = ""; }; - 2B7BC64FCD0937DAB40EA1CA2A56BEB2 /* Pod */ = { + 4857AAED1D19157EAF6AA713F5C2B9BB /* Pod */ = { isa = PBXGroup; children = ( - BCC8FE7ED896B53A66E8FB2DDDF76023 /* LICENSE */, - 0B21D504201F6AC4EC9734890EC1499E /* README.md */, - A32DEAD5C6F4C51922D080954CB487B7 /* RNFBAnalytics.podspec */, + 7979CDFE3E75D067893C6C91402E21C6 /* LICENSE */, + 5938E7B0C754CB414516F761AA4427C7 /* react-native-blur.podspec */, + 516C47BF2935C6AA64A06708EA6810E0 /* README.md */, ); name = Pod; sourceTree = ""; }; - 2BD39DF9A8A335EAD527442F067D64F5 /* Pod */ = { + 4887F25EF5499D1FBCD0407D7AF30E56 /* react-native-mmkv-storage */ = { isa = PBXGroup; children = ( - 3574E0551F9C83727E5CA4C1402AE59E /* FBReactNativeSpec.podspec */, + A8FBAAE916E1A82D846830EBFB8DF5CD /* IDStore.h */, + BC677B4DE7007632E047E7E2ACB125AE /* IDStore.m */, + ECBB21CE0D1AC0BA1BC1757001BA0860 /* MMKVStorage.h */, + 9CDED2152341750620A02C833AABBF94 /* MMKVStorage.m */, + E38BAEA8FACC00289615266CA41A6131 /* SecureStorage.h */, + 428B609B1E1B5717F9482D6C9BA8D0BD /* SecureStorage.m */, + B41D1E984FC5E1068BF697829E458556 /* StorageGetters.h */, + E1C320E8901BD5D4D87FC6C5DEB4F119 /* StorageGetters.m */, + B563A5CD680E8AC17440D0E666128203 /* StorageIndexer.h */, + AC651C8B9B5EB09307833DE0241BDA01 /* StorageIndexer.m */, + 845A43334FC5F5354C12C8F592407440 /* StorageSetters.h */, + A89D4B70D5B06071561155FAE1EB8906 /* StorageSetters.m */, + 14FF748D12ABDA00B9082A5EBDC537B1 /* Pod */, + F395B9DD526D49E7A4BE1A20B6D04614 /* Support Files */, + ); + name = "react-native-mmkv-storage"; + path = "../../node_modules/react-native-mmkv-storage"; + sourceTree = ""; + }; + 48A67F4B293074EB21FF6BF7A253F020 /* react-native-orientation-locker */ = { + isa = PBXGroup; + children = ( + 35093616CF6234C30D29BB83A7B79024 /* Orientation.h */, + 7380A0311BEB2E8A86522B2BDC9001A1 /* Orientation.m */, + 7967F47D95A6B801592B43B0EDCA1349 /* Pod */, + 807FEFDA39BDF62793F45484B3DBE088 /* Support Files */, + ); + name = "react-native-orientation-locker"; + path = "../../node_modules/react-native-orientation-locker"; + sourceTree = ""; + }; + 48EFC3CC878E6C883751988AD943898A /* EXPermissions */ = { + isa = PBXGroup; + children = ( + A16327E3E28647B02D661B6247F93243 /* EXPermissions.h */, + 133A1949B25BCDDAAA955B87DB272A40 /* EXPermissions.m */, + B393CE13D6111D9E728F6C3D7D88CBC7 /* EXReactNativeUserNotificationCenterProxy.h */, + B2BC068A0FF1D66031E26A14E37A09BB /* EXReactNativeUserNotificationCenterProxy.m */, + C54050619C03AA020E69EC8548A27CD2 /* Pod */, + 4244F449BF80A73F6011CCB129843C0E /* Support Files */, + ); + name = EXPermissions; + path = "../../node_modules/expo-permissions/ios"; + sourceTree = ""; + }; + 4A2EF378BA31E9626744531C5DFD8150 /* EXSessionTasks */ = { + isa = PBXGroup; + children = ( + DC6D05CE6356F21C110A6B99F11C9391 /* EXResumablesManager.h */, + 7F774D634084D7A1B7147248A3B21062 /* EXResumablesManager.m */, + A9FB50C2F57023482D1E23B157687876 /* EXSessionDownloadTaskDelegate.h */, + F80DCB0FBB2B4693848B7858B0600A1F /* EXSessionDownloadTaskDelegate.m */, + 45C8B72F339F758B09800B1C01FAF208 /* EXSessionResumableDownloadTaskDelegate.h */, + 1F015BE014ED308255235BF0F53539D9 /* EXSessionResumableDownloadTaskDelegate.m */, + 7C31594E3671DA06DB3BFB367BD0D205 /* EXSessionTaskDelegate.h */, + 6FF6E74830E41F29D402AF660B81536F /* EXSessionTaskDelegate.m */, + AAE660E51306396A593CF6A11E6208F8 /* EXSessionTaskDispatcher.h */, + 9DD1F263E8C1FD6D6FE04CCA5C7A38C9 /* EXSessionTaskDispatcher.m */, + 7C999929CD1D97C1F4203C58C056DA0E /* EXSessionUploadTaskDelegate.h */, + 4EF749C161B52CEBD5A92D13698F973A /* EXSessionUploadTaskDelegate.m */, + ); + name = EXSessionTasks; + path = EXFileSystem/EXSessionTasks; + sourceTree = ""; + }; + 4A7E2F107049304F9A93514040E6F038 /* SDWebImage */ = { + isa = PBXGroup; + children = ( + EEA51B3D70143A87F27EFBFF26BB438A /* Core */, + DB8C27C1B8628BAB042FF710DCBE6404 /* Support Files */, + ); + name = SDWebImage; + path = SDWebImage; + sourceTree = ""; + }; + 4BC3C755A1BA33A191A5D2643A32D179 /* libwebp */ = { + isa = PBXGroup; + children = ( + 923C90275AEE5B946A6AB87EA8EF4904 /* demux */, + 17A338BC4C57D09830487C8C3872EBF6 /* mux */, + 9A6AABE767B6D97DAB6BFE1E8DD46DB5 /* Support Files */, + B8A50DBF2491FAE6BC639C27A3E7E5BD /* webp */, + ); + name = libwebp; + path = libwebp; + sourceTree = ""; + }; + 4BF279E8D15BB128DA28539F6C02E089 /* FirebaseAnalytics */ = { + isa = PBXGroup; + children = ( + 79B994DB192412F790F5A66B27FBEE5B /* Base */, + 9CFCFADF2247029E91BE00A482B1587F /* Support Files */, + ); + name = FirebaseAnalytics; + path = FirebaseAnalytics; + sourceTree = ""; + }; + 4C3A5CAC688E6673F9489B895DBA3C09 /* RNCMaskedView */ = { + isa = PBXGroup; + children = ( + 2C9B93EBB20F8B3A737072D4FF1F6409 /* RNCMaskedView.h */, + D70235CD3768D9AAE80FB0DA5F7695EB /* RNCMaskedView.m */, + 871A91F7EB989EC77D92DFD6DAEB4CD4 /* RNCMaskedViewManager.h */, + 49F4E401B7F9AA2BA51BB7ECD25C26EE /* RNCMaskedViewManager.m */, + F3A157A9A9AEECCD185FC14755300427 /* Pod */, + A0B6C9D96CC9C67DC79B8DA744708DEC /* Support Files */, + ); + name = RNCMaskedView; + path = "../../node_modules/@react-native-community/masked-view"; + sourceTree = ""; + }; + 4CA0F2BA7FF4BD3F5602E524E597E520 /* Support Files */ = { + isa = PBXGroup; + children = ( + ACE3751A9595B2F7FAA097997F33D741 /* ReactNativeUiLib-dummy.m */, + 3E4AC1EB196A6363704028300D4F164B /* ReactNativeUiLib-prefix.pch */, + 5E7F86B07F68DD7EB3AFAAC41197DBA5 /* ReactNativeUiLib.debug.xcconfig */, + 4848B44E6C25D74DC7522F7F435BE2A2 /* ReactNativeUiLib.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/ReactNativeUiLib"; + sourceTree = ""; + }; + 4CD32A37BD0855DFE0B2332E529E3D0D /* RCTAnimationHeaders */ = { + isa = PBXGroup; + children = ( + 341E3974DD3304A6536C6DEDB8B66B3E /* RCTAnimationPlugins.h */, + EF985844DADFB930A2DFED6B1178CBBF /* RCTAnimationUtils.h */, + 697305061596E4E09F6BACA84404D5D3 /* RCTNativeAnimatedModule.h */, + C1AEB927CE2313BC63532B5147AAAC50 /* RCTNativeAnimatedNodesManager.h */, + F3F2D901535AD95F866C485B7E18C02A /* Drivers */, + 7EB41AAFBBBA789CFD6C87FA941EBB67 /* Nodes */, + ); + name = RCTAnimationHeaders; + sourceTree = ""; + }; + 4DDC9F202358F3ED4B4EF5A3525DBC2A /* Support Files */ = { + isa = PBXGroup; + children = ( + 5C1FD7C375D842573ABF0BD09CAB74D5 /* React.debug.xcconfig */, + ED8889CB93D2642CC9FD3D9A12D93651 /* React.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/React"; + sourceTree = ""; + }; + 4DEDF9522C07B6440130C5C0E999CEC0 /* SafeAreaView */ = { + isa = PBXGroup; + children = ( + 37DF5B827058B16271570CEB13619ABF /* RCTSafeAreaShadowView.h */, + 95C869FC9DA04B217946DC3C46D80C28 /* RCTSafeAreaShadowView.m */, + C6351DD3C57B2DD3B30AE3BBA9EE2F0A /* RCTSafeAreaView.h */, + 18295E400782C940BE3022E492D295C9 /* RCTSafeAreaView.m */, + FE2FBB6C1BA250619A8130C0EB39DC23 /* RCTSafeAreaViewLocalData.h */, + DE0305C32E94D5576EE77AFF1247614F /* RCTSafeAreaViewLocalData.m */, + 54E99D192EAD3E286E980053FCB61410 /* RCTSafeAreaViewManager.h */, + BFC8D00170C3FB37B9D57243B8F997ED /* RCTSafeAreaViewManager.m */, + ); + name = SafeAreaView; + path = SafeAreaView; + sourceTree = ""; + }; + 4E5D5A587EB10A5E448A2719696DFE7A /* boost-for-react-native */ = { + isa = PBXGroup; + children = ( + 1E3CB6F4C79AF594919B153FD66E80B4 /* Support Files */, + ); + name = "boost-for-react-native"; + path = "boost-for-react-native"; + sourceTree = ""; + }; + 4E7D733A977F2C3B49F58C4F490868B1 /* Pod */ = { + isa = PBXGroup; + children = ( + 48A7E90252DA5108575A9224430B8A15 /* UMCore.podspec */, ); name = Pod; sourceTree = ""; }; - 2BDA909F91266F7AB4E5779420761E63 /* Pod */ = { + 4EE2C427F18CF5BBC881FDD174270FC5 /* RCTImageHeaders */ = { isa = PBXGroup; children = ( - 2025175E39E86B8209C62683AC874368 /* api.md */, - 9FA53F3D1A5F9A49C757666DD13EC997 /* LICENSE */, - 278C31EDA2F0A247C4E58F2B148366A5 /* ReactNativeART.podspec */, - 2B15A37AAA4CCCEC5D4969478F907960 /* README.md */, + 24C8070FACECA148DDE577C3EADD6384 /* RCTAnimatedImage.h */, + 68748F72A33748DD012E03336A035867 /* RCTDisplayWeakRefreshable.h */, + 066BBAFED24D16F17CE3415219E6420A /* RCTGIFImageDecoder.h */, + EF88DE04B99E0470AE2994C4B842C093 /* RCTImageBlurUtils.h */, + 1536F7D449DF0BA7F0457D9C86A569CC /* RCTImageCache.h */, + 8308BE91007ACB219ACB7B6EA984124E /* RCTImageDataDecoder.h */, + 0BA5F6BFE513E40AC900EADFDE78E43D /* RCTImageEditingManager.h */, + 848270D527561A4FE81CF037A032728D /* RCTImageLoader.h */, + 9B0B93307205F5F86E3A7BE07E1D6C40 /* RCTImageLoaderProtocol.h */, + F54E9462DA58C21148AECC7482DD3FEB /* RCTImageLoaderWithAttributionProtocol.h */, + E4291A57441A471A5A053761094F165A /* RCTImagePlugins.h */, + 90B0CA74E33FC52E454DBB7AC75EDF53 /* RCTImageShadowView.h */, + 32089BA121136F9E8D2E65C0A2D687A2 /* RCTImageStoreManager.h */, + C107E2C9F4E45921FE97791D4D736397 /* RCTImageURLLoader.h */, + 358039DB4E01AFADBDBB562D90F63BEA /* RCTImageURLLoaderWithAttribution.h */, + F82DDEE4EF918571216B826F13B9117E /* RCTImageUtils.h */, + 678B7C0BCB4535758B5D27814FB77024 /* RCTImageView.h */, + 6198E4AE47BF83DB8CF6EE777D0ABEF3 /* RCTImageViewManager.h */, + B91C6354CEA961233F654AF88D13700D /* RCTLocalAssetImageLoader.h */, + C57E22AF8E4E54FB0C2E7353C24070F5 /* RCTResizeMode.h */, + A19FE51D8894E3401C88477CE1C7F7BC /* RCTUIImageViewAnimated.h */, + ); + name = RCTImageHeaders; + sourceTree = ""; + }; + 4F41B312FEDFE30E362371271B0354C1 /* FirebaseCore */ = { + isa = PBXGroup; + children = ( + C1350BF980A5D9F35921343E49ADEEBA /* FIRAnalyticsConfiguration.h */, + 6A188AEFA41018856A18B4EFCC908A99 /* FIRAnalyticsConfiguration.m */, + 83F960985BC1C93A227BDB8326B332CE /* FIRApp.h */, + F4F661F075F44F73F29CE608C045841A /* FIRApp.m */, + 867C597299D55EE401ABEFB230AAEE6C /* FIRAppAssociationRegistration.h */, + A0985F1257BD1206759F148FB2C5F282 /* FIRAppAssociationRegistration.m */, + C620D94B7BB6B1240276D6A3232DDBEA /* FIRAppInternal.h */, + CA0AEB7623DAD1A7FCDE69D2A5A2D52B /* FIRBundleUtil.h */, + 02CC66E4769545BFDC14B9EF6845DECC /* FIRBundleUtil.m */, + 0C7A4ECA0A27AE5F6F76C7A24910CC4F /* FIRComponent.h */, + 64035F894FA80B29A712C50DB70BD741 /* FIRComponent.m */, + 40450F695BA97BC57312DB43E675B509 /* FIRComponentContainer.h */, + F603A5DB1812F632C190E914E3DBE757 /* FIRComponentContainer.m */, + E7F46DC86E552016B305258B8F8E47BD /* FIRComponentContainerInternal.h */, + 895787D58387A89EEA14CB8472D799D1 /* FIRComponentType.h */, + D55637ADB53A238913EB175EC7474E61 /* FIRComponentType.m */, + BE25034A9A0FC646A6AAAAB8C7691514 /* FIRConfiguration.h */, + 646A130A413169F24EC712B3F7A1D5BD /* FIRConfiguration.m */, + E204EB55C97E629FD95C62727268AFBD /* FIRConfigurationInternal.h */, + 63A65F811C4F20DB6DC2001F750A4AB8 /* FIRCoreDiagnosticsConnector.h */, + 12B876192CC8C38014964DB9801EE3FC /* FIRCoreDiagnosticsConnector.m */, + BB2FE78D3BD793CF39DCD294FCF000C6 /* FIRCoreDiagnosticsData.h */, + 1822C3C0AFCE57A8DBF5A2A03F58F42A /* FIRCoreDiagnosticsInterop.h */, + 63B85DA77E859FF2CB23BC609E857F39 /* FIRDependency.h */, + C2B562D88D399EC2897A3D3414F72096 /* FIRDependency.m */, + 24571006E25220BFC30DC08484183BCC /* FIRDiagnosticsData.h */, + 6C5B664F20280223B7B6FC45CA79CF93 /* FIRDiagnosticsData.m */, + EF3C6D680B2633DB12B59782FE43A18C /* FirebaseCore.h */, + 5441C3D63C3FDFCB929274AAC9869BCC /* FirebaseCoreInternal.h */, + 9E5F897A44F4F7DE1C6C9A9AC2AF35F0 /* FIRFirebaseUserAgent.h */, + 25E90E2C407478494847267108A62C6B /* FIRFirebaseUserAgent.m */, + FB8C7B1D98FD3CBE0695AC472CBD2E9E /* FIRHeartbeatInfo.h */, + 8828D58D93CAE697F66DFA2F7A796B00 /* FIRHeartbeatInfo.m */, + F2DD07835459A9D6F1FF5F37F4B6EC0B /* FIRLibrary.h */, + 57B4C3F3A53DE54BC0DF24491E945711 /* FIRLogger.h */, + DBB4C3224F819C4749FED653E57C6536 /* FIRLogger.m */, + 481775C3E00A0638F486A38FC9AE3EFA /* FIRLoggerLevel.h */, + BE8583E0DA7C020CFF550C7FA9A64F77 /* FIROptions.h */, + 218B00C0D06AC7450E6653E5961FBB71 /* FIROptions.m */, + 3575A91A667D220742ED7C912B15AD57 /* FIROptionsInternal.h */, + 64ED8F32D399BB8F30832691441FE968 /* FIRVersion.h */, + B82DCAC498F62A0190CAEB95C8965B4C /* FIRVersion.m */, + 8E95081FE805F874CF0B9DF0B856AF84 /* Support Files */, + ); + name = FirebaseCore; + path = FirebaseCore; + sourceTree = ""; + }; + 4F82B6185B3664F5E5CEABB4514DBC35 /* Support Files */ = { + isa = PBXGroup; + children = ( + B2EC7D6DD3A4F0E7BDB0E99F841BAA96 /* EXAppleAuthentication-dummy.m */, + 5C380FAB35A1E450F01D81B73B0E6B76 /* EXAppleAuthentication-prefix.pch */, + 7D662423968EB9DAC7B3F8BBA6888E61 /* EXAppleAuthentication.debug.xcconfig */, + 451EB76C5DC055C0AB841D52026AA329 /* EXAppleAuthentication.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXAppleAuthentication"; + sourceTree = ""; + }; + 508152718894BA864559CFA8EFCEF1A9 /* Recording */ = { + isa = PBXGroup; + children = ( + 85EB79060D81D7C22B7788667E8ACD1D /* BSG_KSCrash.h */, + 1AC60AE4E8CB2E416D73B614F182D003 /* BSG_KSCrash.m */, + 6E82B78EA0A9D2C8CEB476E353BEF062 /* BSG_KSCrashAdvanced.h */, + D0ADAA89C0DD43923F2FEE7F2C374598 /* BSG_KSCrashC.c */, + D924CABB9DE82E28B271EE5FDDC68DEF /* BSG_KSCrashC.h */, + 09CF9AEDB2D67CF2BA257F239D7B69FB /* BSG_KSCrashContext.h */, + 46C2A3E78853F919453F9FF66AAFA9C1 /* BSG_KSCrashDoctor.h */, + 54BBC9F9055560F11E455799D5E71343 /* BSG_KSCrashDoctor.m */, + E0E9EC73E2AAA9AFF4742C67D7961E03 /* BSG_KSCrashIdentifier.h */, + A0DE0FEE03229A05D91693E7C28AF784 /* BSG_KSCrashIdentifier.m */, + B76D537791F1CB23F39A8BF3D9F5AC94 /* BSG_KSCrashReport.c */, + C88FD29C33A961AE72C49F9ABCA10503 /* BSG_KSCrashReport.h */, + 414C0A0C214B89ED8A5697B806FAE0B3 /* BSG_KSCrashReportFields.h */, + BE8DD3B0C845C4A7DE3E2362AD4FE1BA /* BSG_KSCrashReportStore.h */, + 729FBC5CAEB9D890E56D954DDCF77722 /* BSG_KSCrashReportStore.m */, + C74792AADCB0E11B173A993811908DE3 /* BSG_KSCrashReportVersion.h */, + 4769DC1ECE1CF08FDB0612E5DA21FA1B /* BSG_KSCrashState.h */, + AE8BBFFF11AC3BC3BC2B3180F937455E /* BSG_KSCrashState.m */, + CF0EE8A29705509564168AE40F403D1A /* BSG_KSCrashType.c */, + 7A46A776655F75530A99FEFA4A3B9844 /* BSG_KSCrashType.h */, + 89574252073067053E8DC5890D2420CD /* BSG_KSSystemCapabilities.h */, + E645B76C753FA507F4BCD7E7491FB8CE /* BSG_KSSystemInfo.h */, + 787C805D558E8E6000335296D249C82F /* BSG_KSSystemInfo.m */, + B4F1FAD9B62E04C2A09B31560173F214 /* BSG_KSSystemInfoC.h */, + 87B6440CD7D0CF41DE2DDD684CF6D0B2 /* Sentry */, + AF50E0433DED14267C58CDE770DC8666 /* Tools */, + ); + name = Recording; + path = Recording; + sourceTree = ""; + }; + 50BDD28AC6F256BBA899F7C5723B53BC /* RNImageCropPicker */ = { + isa = PBXGroup; + children = ( + A71926B15E1C91C5CA7A5D945C6E87A3 /* Compression.h */, + 1AC90634D48B18C5119A0327C495D7F7 /* Compression.m */, + 9A5676840117F59DFB7E2AC7B7971F37 /* ImageCropPicker.h */, + 99D8453D424965A230F9531CEF43632D /* ImageCropPicker.m */, + D7962827B0FE6EDFDC27E1DA09500D2A /* UIImage+Extension.h */, + 9826A6E37D2FE63402199F9D57602A4E /* UIImage+Extension.m */, + 3E4D85950559F0D0AE709B8639CC22C5 /* UIImage+Resize.h */, + FC3C70C065164865D7281583448C134C /* UIImage+Resize.m */, + 3F5475656E00524F3C2977180087E0FC /* Pod */, + A534078A868E909B522199411DEE3F10 /* QBImagePickerController */, + 7378F9A8564E0794985099A97EC5BCCE /* Support Files */, + ); + name = RNImageCropPicker; + path = "../../node_modules/react-native-image-crop-picker"; + sourceTree = ""; + }; + 51493F9E69993316D192B21AA353AB62 /* Pod */ = { + isa = PBXGroup; + children = ( + 5E87A537BFC7F1ED5FCB260F539DE315 /* LICENCE */, + 52A5B82891A766CA5D8378010A97C923 /* react-native-cameraroll.podspec */, + FB04458AA54B79DC2A37E28D967A59B8 /* README.md */, ); name = Pod; sourceTree = ""; }; - 2BE1679999D3D126D460AD847DC609E1 /* RNVectorIcons */ = { + 516D9512AE4368FE585D799BD249EF53 /* Pod */ = { isa = PBXGroup; children = ( - FCDFDD4C5914D4E4C5E79180704E909F /* AntDesign.ttf */, - EE12C4CE13B6DBA6BB9D500952290DC8 /* Entypo.ttf */, - 56EC2898397BEB75E80A051F26933906 /* EvilIcons.ttf */, - C749E46276AFD492AF5492E8CCE5B640 /* Feather.ttf */, - 3FA335B3751BDFAA929F8A4361E31BEB /* FontAwesome.ttf */, - 4131C7052C97779C5A8A7488A2C5FCFD /* FontAwesome5_Brands.ttf */, - AEFDDEB1893FB8B111582FBE8BD153BC /* FontAwesome5_Regular.ttf */, - EDD9953DD5FBE912757976A20FFE162D /* FontAwesome5_Solid.ttf */, - 9E4BF9C67629DC5F1B0CB9BB20C4ABBC /* Fontisto.ttf */, - EF8C9A1D332C26FB7016863406A0AD14 /* Foundation.ttf */, - BC85C9106C5E0E948F1AFC4E8C5A528A /* Ionicons.ttf */, - 1CDADFE52D8132B836697A89215195E9 /* MaterialCommunityIcons.ttf */, - 3ED941B828C516B3B5799603EE5B48BF /* MaterialIcons.ttf */, - 24E417940EB3F7CF50B275AED41E5588 /* Octicons.ttf */, - 6177E489BCF343D6A1ACA22EE8A9BD44 /* RNVectorIconsManager.h */, - 575A6B272A7DE9656C90B10A6F6C34DB /* RNVectorIconsManager.m */, - 4EE73CF59C4C4C08E252F61FC28F1DEA /* SimpleLineIcons.ttf */, - E8CC3C456DB5FF2AED5C045F1A35A14F /* Zocial.ttf */, - E0C5369AB8CAFF1FD93F8FFBECAF7C89 /* Pod */, - 7D5C80CC295F2B78C4F233A002F845FA /* Support Files */, + 22FB5CFD20AC9817B1473F3B94C5EED4 /* LICENSE */, + D30F8635C0D30D8FABC84C9490B9DB32 /* README.md */, + 9B00CBB62B7ECD3817EDA8A68A7FD42E /* RNGestureHandler.podspec */, ); - name = RNVectorIcons; - path = "../../node_modules/react-native-vector-icons"; + name = Pod; sourceTree = ""; }; - 2CAA4B6E5BF67839F0DC08C39A53EF30 /* Core */ = { + 521D5AFD3A748F7330349C3CAF532E1B /* UMViewManagerAdapter */ = { + isa = PBXGroup; + children = ( + 73F27E971B9C935605AFBD8647298068 /* UMViewManagerAdapter.h */, + 41EC98FEFD68D286F2186371496F20F8 /* UMViewManagerAdapter.m */, + ); + name = UMViewManagerAdapter; + path = UMReactNativeAdapter/UMViewManagerAdapter; + sourceTree = ""; + }; + 5225147A2EFB7117C806598CE2C97FA1 /* EXFileSystem */ = { + isa = PBXGroup; + children = ( + 173ECCAF5BD1275693A8D58B255B35D5 /* EXFilePermissionModule.h */, + E0E4B9AB3ABA7853CB8EA2256954B36E /* EXFilePermissionModule.m */, + F914107AD36D3211057C50C73CDD5C61 /* EXFileSystem.h */, + 4015A1D57AD9C2AAE91C3AB0F3675B14 /* EXFileSystem.m */, + 9F3A7279970E6BBA654093D977E66113 /* EXFileSystemAssetLibraryHandler.h */, + 22934CAE7BBDDC415D76CC75994E9FAD /* EXFileSystemAssetLibraryHandler.m */, + CCD2D2D370B971CBCD4BEACC3450BFEB /* EXFileSystemLocalFileHandler.h */, + CA45F76BF1656391B6CF2A69ABC77DF4 /* EXFileSystemLocalFileHandler.m */, + 6C44BF34729863F62113A6862C039433 /* NSData+EXFileSystem.h */, + F7343FCA006EA480EC3675A9011D61AE /* NSData+EXFileSystem.m */, + 4A2EF378BA31E9626744531C5DFD8150 /* EXSessionTasks */, + F96A04422AEE2FB3B13AA7EE5D5C8DB0 /* Pod */, + AA418D13ECD0AB6688540CE83D3D8B40 /* Support Files */, + ); + name = EXFileSystem; + path = "../../node_modules/expo-file-system/ios"; + sourceTree = ""; + }; + 52BECD2740939689D835F60A85017B6A /* KSCrash */ = { + isa = PBXGroup; + children = ( + 08AB77E7C6E0F14550056DAA5CB80154 /* Source */, + ); + name = KSCrash; + path = KSCrash; + sourceTree = ""; + }; + 52FDA63BFC1F3C1B75E5A1DB04F948E8 /* Core */ = { isa = PBXGroup; children = ( ); name = Core; sourceTree = ""; }; - 2D2E77B20873856B040ECEBDB9109809 /* Support Files */ = { + 5326443D3510CA34A1CF5F4E6428E21D /* BaseText */ = { isa = PBXGroup; children = ( - 7543099DFCF3098C6A1B696B827EECE3 /* GoogleAppMeasurement.debug.xcconfig */, - A6678CC1CBCEE8A33CAECB64471FA9E4 /* GoogleAppMeasurement.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/GoogleAppMeasurement"; - sourceTree = ""; - }; - 2E4FFEABB3CBD817DC681B9CB0AE2122 /* Pod */ = { - isa = PBXGroup; - children = ( - 12573D449D8D46379E847CC3051DA33F /* LICENSE */, - AF93EF623473920C4DBD6F224219204C /* README.md */, - 03BE0CA9E1B1C0EEC8540A68C813E549 /* rn-fetch-blob.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 = ""; - }; - 3076ACDAB03EE90D6D2AE245EF7BCE01 /* RNConfigReader.xcodeproj */ = { - isa = PBXGroup; - children = ( - 5F8207A4A9D37575E823E4740ADB11B0 /* project.pbxproj */, - ); - name = RNConfigReader.xcodeproj; - path = ios/RNConfigReader.xcodeproj; - 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 = ""; - }; - 31B69FBEBF42401877656B063420CC9E /* Frameworks */ = { - isa = PBXGroup; - children = ( - 75B8541BBD1052972DCA5E0811DA58C5 /* FIRAnalyticsConnector.framework */, - 56C05ECD2D97266A5FA32C86606F1767 /* FirebaseAnalytics.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 32C8DC8BDE75A71BB2F933F75B0F61DE /* Pod */ = { - isa = PBXGroup; - children = ( - 5F950526D55E178E8D27241A20260909 /* EXWebBrowser.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 33E809EEA755F6287A92F4FB1952AD22 /* RCTNetworkHeaders */ = { - isa = PBXGroup; - children = ( - DF4ADDD34E5A2E3973EF17E85B448F62 /* RCTDataRequestHandler.h */, - 26712389B6E9E5B92816FA2DC68C0A82 /* RCTFileRequestHandler.h */, - 70D3842005D4B48F1A7A26D832E4D45C /* RCTHTTPRequestHandler.h */, - FFD6BF55DC9F3C6A30BDF776A04891C8 /* RCTNetworking.h */, - 3781EE523E30E0F27639A014809DB2C3 /* RCTNetworkPlugins.h */, - 9C04596974E6A0A67E3DBD0891538191 /* RCTNetworkTask.h */, - ); - name = RCTNetworkHeaders; - sourceTree = ""; - }; - 3421576FD15C2F141422B619A9A9143A /* core */ = { - isa = PBXGroup; - children = ( - 2EA10F1C8ECE1F7E3461D17EC0B448E0 /* LongLivedObject.cpp */, - A142A31D82C511803517201F7CD8F142 /* LongLivedObject.h */, - 518175D8F6F583ABC1295D62EF0836B2 /* TurboCxxModule.cpp */, - 85EC91F040C9022FF485ECF4C4141A1B /* TurboCxxModule.h */, - 760FBA164CE4D40C5152C8A412EB67A7 /* TurboModule.cpp */, - 13CF0886E23BD22512D418EF7C1A6934 /* TurboModule.h */, - 6E2D6371FFB2B8CE65ECCDF87A3A3820 /* TurboModuleBinding.cpp */, - 6C4F65716B45CCF4C00C7331F05251F3 /* TurboModuleBinding.h */, - BB20ECCAB628D6D02BCBC58A56A3AB6D /* TurboModuleUtils.cpp */, - 47562016F7B969946C3B1FB7D447DDB0 /* TurboModuleUtils.h */, - EC0B17B8932BBF72D9E1DF53558F13D6 /* platform */, - ); - name = core; - sourceTree = ""; - }; - 360490E5844BA0B5C37AE203F137E336 /* Network */ = { - isa = PBXGroup; - children = ( - D6E36611DA2E311934E91A9E5E1FE7B4 /* GULMutableDictionary.h */, - E241BF94F52AD7C6766EE972911A71B1 /* GULMutableDictionary.m */, - CB2BADB97801039FDB7ECF5877B45D82 /* GULNetwork.h */, - 704C525C1E2E631E369793D288EDC211 /* GULNetwork.m */, - 23959EB04031C567DA4ECA2473F11B8C /* GULNetworkConstants.h */, - C3360CC02F884F73246268FF2F604D66 /* GULNetworkConstants.m */, - 19DCE5754EE946E76B80323EDBE27078 /* GULNetworkLoggerProtocol.h */, - C9C85AA18121D7AB9AD524E166C2D2FA /* GULNetworkMessageCode.h */, - B9B56AA0A56ABCE1A3F9FB4961729C97 /* GULNetworkURLSession.h */, - C669CC34E605D6C4FEE5421C25BF3BEE /* GULNetworkURLSession.m */, - ); - name = Network; - sourceTree = ""; - }; - 37301CF505F3E0B528A4CC0F8D24C925 /* Support Files */ = { - isa = PBXGroup; - children = ( - B02B9E07D304CFDDFE574E43762A26CD /* react-native-notifications-dummy.m */, - D907C1006822AE7E5DBCBC9C43F0A34A /* react-native-notifications-prefix.pch */, - 75142469360160A29114C49BE60A9BA9 /* react-native-notifications.debug.xcconfig */, - E7324BBA7023ED83B4F4001C479EE2E0 /* react-native-notifications.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-notifications"; - sourceTree = ""; - }; - 386BE596A7262A24FB5F16EA0798A18A /* react-native-safe-area-context */ = { - isa = PBXGroup; - children = ( - 4C0548C7E6BD8D4DEEE329129FC0DD93 /* RCTView+SafeAreaCompat.h */, - BDA53F3D924FAEE87B13686E90B2E1D4 /* RCTView+SafeAreaCompat.m */, - 77A4905AA8F9B58112D16BD1AE111439 /* RNCSafeAreaProvider.h */, - 079F421CEBAA5714D5242D10FE096383 /* RNCSafeAreaProvider.m */, - AEF2B1327E3A0E910859DB1FAA873EEB /* RNCSafeAreaProviderManager.h */, - 7AA1A1F30D6D425B686F5BE9F4157F1C /* RNCSafeAreaProviderManager.m */, - F632A767D36CA96430D21AAC35EAE443 /* RNCSafeAreaShadowView.h */, - 805787D0D109B2B72EA530123559E82D /* RNCSafeAreaShadowView.m */, - 42BB9627879954CA248160C80B018C2B /* RNCSafeAreaView.h */, - 6282CC5CA9C8EC688117C809E2F105DB /* RNCSafeAreaView.m */, - B7D402B25CA9CF5536A10956564084AC /* RNCSafeAreaViewEdges.h */, - 7AC980CE9E0C93ACED4762B5E0445292 /* RNCSafeAreaViewEdges.m */, - 02535C8D2F06FA1A20031E1754A28A37 /* RNCSafeAreaViewLocalData.h */, - AF0E2BA96CC946CD263588759AB4B7C8 /* RNCSafeAreaViewLocalData.m */, - 57CAE1D04BB2A83386D041BBC7960073 /* RNCSafeAreaViewManager.h */, - 95B600BE9BE3B22A5CF3182E1D85F85C /* RNCSafeAreaViewManager.m */, - AEC1DA196392E6A4C52AE27E7F00CB4F /* RNCSafeAreaViewMode.h */, - 417D1AEB7BB707D73EEE2591C6E16F7B /* RNCSafeAreaViewMode.m */, - 65A1D69955965C1373E9D9F31C795424 /* Pod */, - 6D4C1F7C4569B55713670CB93A776C36 /* Support Files */, - ); - name = "react-native-safe-area-context"; - path = "../../node_modules/react-native-safe-area-context"; - sourceTree = ""; - }; - 38D89F260805471CA4B654525874D11E /* Support Files */ = { - isa = PBXGroup; - children = ( - 6DAA07F9B18F488404697C02CC478BA1 /* RCTTypeSafety-dummy.m */, - DAD4DCD3C7DE0DAF075CC2392CDD7424 /* RCTTypeSafety-prefix.pch */, - 0F71D086ECFD2FF7404774056F25DE2A /* RCTTypeSafety.debug.xcconfig */, - D2EEBE4D28122A45923BEB587CE57C45 /* RCTTypeSafety.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/RCTTypeSafety"; - sourceTree = ""; - }; - 398CA28BE84A9F7172E2358C35AFD384 /* Pod */ = { - isa = PBXGroup; - children = ( - 6455C6744C39E87229926DDC2534A21E /* react-native-slider.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 39B2951E15AA33E6062F3F1680CDA3C6 /* Pod */ = { - isa = PBXGroup; - children = ( - 189F11D81A75938F1C6BB1D705FEF05D /* README.md */, - AE9F542C76CD1FB2BBA2796D87CB5361 /* RNRootView.podspec */, - ); - name = Pod; - 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 = ""; - }; - 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 = ""; - }; - 3B39636971E39D44323205483A207F74 /* Text */ = { - isa = PBXGroup; - children = ( - AD3632113FBFE68C2A159B2067E2CA06 /* NSTextStorage+FontScaling.m */, - 0992F82E7E2FFD18D2C741E7CA2E4C81 /* RCTTextShadowView.m */, - E5EB69501DE9F10DFE6568529C7A8C86 /* RCTTextView.m */, - 0E38039B927CE80BA31B053506CAA7F3 /* RCTTextViewManager.m */, - ); - name = Text; - path = Text; - sourceTree = ""; - }; - 3B8D756084C0EA6999D49C3C83D10852 /* UMConstantsInterface */ = { - isa = PBXGroup; - children = ( - D88060D15E7A18B73EC29B47F590191A /* UMConstantsInterface.h */, - 03B90CF0FF7CD417D464EB03047C2998 /* Pod */, - D2108204D1FDBA162683B881306A9D97 /* Support Files */, - ); - name = UMConstantsInterface; - path = "../../node_modules/unimodules-constants-interface/ios"; - sourceTree = ""; - }; - 3BDA16BD07FACD706076DCED63613B4D /* RNCAsyncStorage */ = { - isa = PBXGroup; - children = ( - 5E99FDDE1E5E120B58C1843F89107A71 /* RNCAsyncStorage.h */, - CD7DE1FEAA8A955F1E9575B575193290 /* RNCAsyncStorage.m */, - 0BC6A23335D83B5648318863DBB377E4 /* RNCAsyncStorageDelegate.h */, - 7D2ECF9D277BD82D7559018E5EF24CB0 /* Pod */, - 8E884EA541ABAF13D29FCEC0CBE1DB47 /* Support Files */, - ); - name = RNCAsyncStorage; - path = "../../node_modules/@react-native-community/async-storage"; - sourceTree = ""; - }; - 3CBC736B8724F7757DB871E00599665F /* UMNativeModulesProxy */ = { - isa = PBXGroup; - children = ( - 9A71C319454DCE5467EDD03E023C9784 /* UMNativeModulesProxy.h */, - CFE8A5A6388CE21AE11D6DB7A35DFF68 /* UMNativeModulesProxy.m */, - ); - name = UMNativeModulesProxy; - path = UMReactNativeAdapter/UMNativeModulesProxy; - sourceTree = ""; - }; - 3CC268CD03829B8DE97159A60290360D /* Pod */ = { - isa = PBXGroup; - children = ( - 88F28F55AB3860FEACA0E1DCC712F48B /* LICENSE */, - 2B814C5BA1ED3C6A24B9AA023B0400ED /* react-native-blur.podspec */, - 499990A976C3D01717915B5843F3F1EF /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 3CE0E57E674EEB4472D313372E386AB3 /* VirtualText */ = { - isa = PBXGroup; - children = ( - FD80C234AF63FA9ADD17337BB61D112E /* RCTVirtualTextShadowView.h */, - 632FD78A10C32BEEBC23447194D2EBA4 /* RCTVirtualTextViewManager.h */, - ); - name = VirtualText; - path = Libraries/Text/VirtualText; - sourceTree = ""; - }; - 3D9D92E7D93E0077C08C8BA59E936EA3 /* UMFileSystemInterface */ = { - isa = PBXGroup; - children = ( - 3348B6D4D7BC15703250557A1B94FFCA /* UMFilePermissionModuleInterface.h */, - 7A7F87151631B92B061118C6ECE90E71 /* UMFileSystemInterface.h */, - 6BE43052CEA180324C02CE2FF826C21F /* Pod */, - 27E53A8FFC5507BBDA219B18BC91D117 /* Support Files */, - ); - name = UMFileSystemInterface; - path = "../../node_modules/unimodules-file-system-interface/ios"; - sourceTree = ""; - }; - 3E18B329993F93A8FF9CCCD63DB37096 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8865CD2C51AF956D4A1E7517DCF3DEC4 /* React.debug.xcconfig */, - E1F943A1DEBF77DA582B4E517C4B3370 /* React.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/React"; - sourceTree = ""; - }; - 3EF65C6520D16FF0A7D1BA2A128BABF1 /* KSCrash */ = { - isa = PBXGroup; - children = ( - EB5731507873438688846D082570DF13 /* Source */, - ); - name = KSCrash; - path = KSCrash; - 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 = ""; - }; - 3F29F11294CF4F71DA0F257E5DE79099 /* Nodes */ = { - isa = PBXGroup; - children = ( - B253C5ED50377419E33CC82502A7377D /* RCTAdditionAnimatedNode.h */, - 9BE12006D782F3B7CD458D7C675C7F15 /* RCTAnimatedNode.h */, - 798282BDC68E3ED3CB38359E36D07972 /* RCTDiffClampAnimatedNode.h */, - 7499AE1CD6FA7917C23F8264BF6D1615 /* RCTDivisionAnimatedNode.h */, - C2370F91A8EE6131A95B496B4A9F63ED /* RCTInterpolationAnimatedNode.h */, - 6AD7645BEA588D368E6D5DEA2E21E028 /* RCTModuloAnimatedNode.h */, - CDF29150B960F867E149D1019DAA1032 /* RCTMultiplicationAnimatedNode.h */, - EDF04A6DEB6E7FB2FECAC57C8E0C9DA2 /* RCTPropsAnimatedNode.h */, - 9BF52CBE311A99F83D1CA130B0E19A34 /* RCTStyleAnimatedNode.h */, - 5805286F42B19FA46551737B10ED4168 /* RCTSubtractionAnimatedNode.h */, - C3F4A5A780162CAF961D642454C89730 /* RCTTrackingAnimatedNode.h */, - 8F2B1439CC1E646C2F05803F82208C55 /* RCTTransformAnimatedNode.h */, - 393BD87E23105F5AFD8767897194DF68 /* RCTValueAnimatedNode.h */, - ); - name = Nodes; - path = Libraries/NativeAnimation/Nodes; - sourceTree = ""; - }; - 3F3B5B8A65FCBC56B699F86211B42C3A /* Pod */ = { - isa = PBXGroup; - children = ( - 0170AD439547B4E6772FC6631F4FD716 /* LICENSE */, - D949F5AFC3E735B0C1C2A9B0B6A70DA2 /* README.md */, - 28B83198195A71FCA377116A829E2513 /* RNDeviceInfo.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 3F52D7BA0183FD2E7DFE88D2CF32184B /* Pod */ = { - isa = PBXGroup; - children = ( - F6CA04B2526A8B12D45C7D0D4ED8834A /* React-RCTBlob.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 3F779B2FADAF2C05E6C17E618B47B582 /* Support Files */ = { - isa = PBXGroup; - children = ( - 976BFFE7AC8FD146C65E3EB148DEF57F /* React-RCTBlob-dummy.m */, - CF40ECAEB67102C3CDC527D205AA66C4 /* React-RCTBlob-prefix.pch */, - 1AFC84AA13D2920C0C58887B51153A68 /* React-RCTBlob.debug.xcconfig */, - D3C292F1957A2F4E62A64E2B3D218CBB /* React-RCTBlob.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTBlob"; - sourceTree = ""; - }; - 3FEA46D0FB0C72648E7197112211284E /* demux */ = { - isa = PBXGroup; - children = ( - 3B30C7DEADFABC231C99CEBC43B5640D /* anim_decode.c */, - 98090DEBEE0A484DCB283999B3C4FE16 /* demux.c */, - 6C5E670C42AF99BE0F73E19F2BB1A2E9 /* demux.h */, - ); - name = demux; - sourceTree = ""; - }; - 410BCCB30EA19BBFB5AF583FCF1B00E0 /* Pod */ = { - isa = PBXGroup; - children = ( - 2CE6BE73F6634949010D8693C9C70C6A /* React-CoreModules.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 = ""; - }; - 4239BCC9E74F3A06463E4C46F92D23AB /* EXPermissions */ = { - isa = PBXGroup; - children = ( - 602EC4EBADB80DCEC11B16D9569F929A /* EXPermissions.h */, - 6626BD636A07096AC56C06DB2E7C6654 /* EXPermissions.m */, - CC29B86EACE55229B00A3A67A3C7FBF9 /* EXReactNativeUserNotificationCenterProxy.h */, - 01AA0D79896726E59FB3DCDD18985E41 /* EXReactNativeUserNotificationCenterProxy.m */, - 932FCA356DA2A25FDB8A912B2491D35E /* Pod */, - BA765879311A51D46557EE60134550F4 /* Support Files */, - ); - name = EXPermissions; - path = "../../node_modules/expo-permissions/ios"; - sourceTree = ""; - }; - 42866ACD46DEB6E3133EB0D0BA990ABE /* EXAppleAuthentication */ = { - isa = PBXGroup; - children = ( - 5B06C4FD243A37851BD3EA81C9846C6A /* EXAppleAuthentication.h */, - AE4F5AA0FEC57B34196A8D762E3FE66D /* EXAppleAuthentication.m */, - 773A296DC9FC5A6BC8636133EE686724 /* EXAppleAuthenticationButton.h */, - E0FD1386231D308B387A5083625852B9 /* EXAppleAuthenticationButton.m */, - E11703CE14044F70D5A537BC6B0AB8BE /* EXAppleAuthenticationButtonViewManagers.m */, - A8C1C570692131859AA03DBE336FF35C /* EXAppleAuthenticationMappings.h */, - F05645666B2447D7BAC62CF563861918 /* EXAppleAuthenticationMappings.m */, - 45166936E7B906D7B2EAB1308CEA864B /* EXAppleAuthenticationRequest.h */, - D11AE2721EFA26C656E0FBC6CFAA9B93 /* EXAppleAuthenticationRequest.m */, - 98733FCA4670831F9E2DAA622D90F694 /* Pod */, - CF559F532D7188C30FA9BC213DC9320A /* Support Files */, - ); - name = EXAppleAuthentication; - path = "../../node_modules/expo-apple-authentication/ios"; - sourceTree = ""; - }; - 42B7F6598A1534D07453DC12CA49A015 /* Pod */ = { - isa = PBXGroup; - children = ( - 0C534DF722A43BED395BA0CE2456D564 /* UMAppLoader.podspec */, - ); - name = Pod; - 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 = ""; - }; - 45117F0A2967BA944BAB219B6B2A7A21 /* EXLocalAuthentication */ = { - isa = PBXGroup; - children = ( - C3CB9B609B84FD7A32AD1A901850A82F /* EXLocalAuthentication.h */, - 42F29C2DFDA8492D6B56BF09386848AC /* EXLocalAuthentication.m */, - F9A310C37BAEC741D434B4232A0151AB /* Pod */, - 1775124EE3F0FDA5EEB5885E881E54EB /* Support Files */, - ); - name = EXLocalAuthentication; - path = "../../node_modules/expo-local-authentication/ios"; - sourceTree = ""; - }; - 4533DB34F36F28B124AA3466BBCC78B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 176536175921F595772994F329CF39A1 /* React-RCTLinking-dummy.m */, - 006DC44206E598FEBCC781C17D3CC27C /* React-RCTLinking-prefix.pch */, - 5C53978173B8706FDCF4C6DCA87CEC71 /* React-RCTLinking.debug.xcconfig */, - 803CFA33F7A53897B79DCBDECED047B3 /* React-RCTLinking.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTLinking"; - sourceTree = ""; - }; - 455618E7372EFC16C6165472E4F6928B /* Support Files */ = { - isa = PBXGroup; - children = ( - 1D4B68BE55E884C09A6A711D02E08A60 /* UMReactNativeAdapter-dummy.m */, - 588622E2CA91C75B29B38DE8A3277875 /* UMReactNativeAdapter-prefix.pch */, - 940FC5034C5012B724903EE9C30582D3 /* UMReactNativeAdapter.debug.xcconfig */, - 5B9A37A3A93264498A95F6800B8A24D6 /* UMReactNativeAdapter.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/UMReactNativeAdapter"; - sourceTree = ""; - }; - 45AE37A7B27CE76F6B88F7FFBD585870 /* React-jsi */ = { - isa = PBXGroup; - children = ( - B36FDB0493FB8627604E5C4E9B7D7D74 /* JSCRuntime.cpp */, - 3352857D588699245FDF8509E5508852 /* JSCRuntime.h */, - 2AB561B57E45F2521857981DC8CBF6C0 /* jsi */, - 48244397BC0775175B98CB57FA8F87A2 /* Pod */, - 950C93CE9C7F0FD8B6CF42349C61B560 /* Support Files */, - ); - name = "React-jsi"; - path = "../../node_modules/react-native/ReactCommon/jsi"; - sourceTree = ""; - }; - 45B28EAF4958AB10A47777491F83317C /* CxxModule */ = { - isa = PBXGroup; - children = ( - AFA7E68548067A02E57E94A56CD12540 /* DispatchMessageQueueThread.h */, - F10717AF4D1A8461A189B7BBD1A43591 /* RCTCxxMethod.h */, - 1DBD802564E5D14EEA33B89437B51001 /* RCTCxxMethod.mm */, - 7BA05F55B989FF710AE258AFDEE5988E /* RCTCxxModule.h */, - A037DDE6A1479B1025B99C33D1220EE7 /* RCTCxxModule.mm */, - 89B97A916FFB4B398057E8E163E018DA /* RCTCxxUtils.h */, - 13D043217137541667C41FB6D14144EB /* RCTCxxUtils.mm */, - 11258F550F688ABD2141B52EA0B88871 /* RCTNativeModule.h */, - 61F70FCC9F853A17C17C2C64825AACC8 /* RCTNativeModule.mm */, - ); - name = CxxModule; - path = React/CxxModule; - sourceTree = ""; - }; - 45DBCB8408C6E11F41065A5559052B12 /* Support Files */ = { - isa = PBXGroup; - children = ( - 916E0C7450E83E0B4367C5BD19DA079E /* react-native-webview-dummy.m */, - D6AC15B7970C923714994B059DE314DB /* react-native-webview-prefix.pch */, - 849CA04AF4F1E72F93DAE01EEA2ADDF3 /* react-native-webview.debug.xcconfig */, - CBF17D8B18C07D001A2A6430326B6940 /* react-native-webview.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-webview"; - sourceTree = ""; - }; - 468C2E935A7445D5E8B5D10F10FD9CC0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6BC84C16D83F95A0157AEA5424A09F8E /* react-native-document-picker-dummy.m */, - FE64EE6D45DE3F8D05F979363551CAB8 /* react-native-document-picker-prefix.pch */, - D9B0551A03A9169E8731435D764C35DE /* react-native-document-picker.debug.xcconfig */, - 33F3DF7F42A945FE3B27508C5C5C45E5 /* react-native-document-picker.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-document-picker"; - sourceTree = ""; - }; - 48244397BC0775175B98CB57FA8F87A2 /* Pod */ = { - isa = PBXGroup; - children = ( - E88DC1CDEEFF9E363DF90D1212367891 /* React-jsi.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 486913F8B8157B7E869F66E08FCCD77A /* Frameworks */ = { - isa = PBXGroup; - children = ( - 1C52934A70A9FE7DAB947507EF03C317 /* GoogleAppMeasurement.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 48C81FA859F7C5ABFC3263BADE19BAB5 /* Pod */ = { - isa = PBXGroup; - children = ( - 4C3122BF4985BC294B4D43EC006726F6 /* UMCameraInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 4A253A72360BD28D1221B08D917D0004 /* KSCrash */ = { - isa = PBXGroup; - children = ( - 5A70539D794201B2B85E504A30795B85 /* Recording */, - 4E359CECB372570402B582EF9A6C6989 /* Reporting */, - ); - name = KSCrash; - path = KSCrash; - sourceTree = ""; - }; - 4B74FCF94945FFD9E65E34AA300283D3 /* Support Files */ = { - isa = PBXGroup; - children = ( - 262DF7FF5E44B533B6553D6A5278ACD4 /* react-native-simple-crypto.modulemap */, - B36491838C46C22A87B55F00288280FF /* react-native-simple-crypto-dummy.m */, - 72F0BC3464E6528FEF45F552EE41C0AC /* react-native-simple-crypto-prefix.pch */, - F2C5BA22BE754695CF24BF006C42654F /* react-native-simple-crypto-umbrella.h */, - B3368B080248F6BDF4F5EF7C647F896E /* react-native-simple-crypto.debug.xcconfig */, - 34CB4921243A458C6638E4EE2C7191CF /* react-native-simple-crypto.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-simple-crypto"; - sourceTree = ""; - }; - 4B9E2899544B381ED0E98D3CBB8D5408 /* ScrollView */ = { - isa = PBXGroup; - children = ( - B881E13AB9D0330C2D4B16DE752C6B0D /* RCTScrollableProtocol.h */, - 48EE99986773093D8FF8F6648319A0EB /* RCTScrollContentShadowView.h */, - A29209D347D51D64D72258C0DA6FF1EC /* RCTScrollContentShadowView.m */, - FD0BCC437B794608BC6F769E75028B3C /* RCTScrollContentView.h */, - F05EFD574327948F52E132578A38CEEB /* RCTScrollContentView.m */, - 01F84E1744F5723C79C0B7DF89CC5509 /* RCTScrollContentViewManager.h */, - 05084B9EC787EEC5B98CFDB9F9D48617 /* RCTScrollContentViewManager.m */, - F7841F0B03E0370234E86BA0FC68CB1B /* RCTScrollEvent.h */, - 231DEF6C1E65C7D344E0656EC1EEC981 /* RCTScrollEvent.m */, - 0F158319B1111071BF1274803D018CCB /* RCTScrollView.h */, - 4AA158AF14D9A26EA6C73569EAD629C2 /* RCTScrollView.m */, - D5AA6CC3446F52A3264FD1497B56F12D /* RCTScrollViewManager.h */, - EE4969740D6CA887667E03C37EBEBE70 /* RCTScrollViewManager.m */, - ); - name = ScrollView; - path = ScrollView; - sourceTree = ""; - }; - 4C4AE8EF05A34167A69D5263F0150E08 /* react-native-slider */ = { - isa = PBXGroup; - children = ( - E4EBD6B7F10B9ADAA0160EDB2C25C19B /* RNCSlider.h */, - 88E930434EA93FC7C3C269D998B0F73C /* RNCSlider.m */, - 9D2E742A97EED1208CA8E77377B2608A /* RNCSliderManager.h */, - 4A6A579B44826F2E5B0F6EF458D1E7B7 /* RNCSliderManager.m */, - 398CA28BE84A9F7172E2358C35AFD384 /* Pod */, - B74DB3C4A9C8D81FA009A03014B45B6D /* Support Files */, - ); - name = "react-native-slider"; - path = "../../node_modules/@react-native-community/slider"; - sourceTree = ""; - }; - 4C6A1C5DBCEB0F08101321495ECE2FF5 /* RNConfigReader */ = { - isa = PBXGroup; - children = ( - DC59DB45B5F071F16E4E86F2AAD8DDFE /* RNConfigReader.h */, - 1B3FEB373D0D6D06738E0E944A991161 /* RNConfigReader.m */, - 231D5C59CD0861F500697C0604EEBC9F /* Pod */, - 3076ACDAB03EE90D6D2AE245EF7BCE01 /* RNConfigReader.xcodeproj */, - 90E6B94EA68C471AB58256DC9F31D850 /* RNConfigReader.xcworkspace */, - BF81CEE880028ED36B31A34129DB976D /* Support Files */, - ); - name = RNConfigReader; - path = "../../node_modules/react-native-config-reader"; - sourceTree = ""; - }; - 4D45B6B7474A09A975C3A4951128B815 /* EXVideoThumbnails */ = { - isa = PBXGroup; - children = ( - EB2E89A22A0BA3376E14B7B02EEB8C74 /* EXVideoThumbnailsModule.h */, - 5B8A7ADB223DDEFA8F518EB76277C0BA /* EXVideoThumbnailsModule.m */, - 1FFF2EEA86CA2C8778E881ED760DE472 /* Pod */, - 24F2AE8168BB3C3E7927C0EF5DEEB282 /* Support Files */, - ); - name = EXVideoThumbnails; - path = "../../node_modules/expo-video-thumbnails/ios"; - sourceTree = ""; - }; - 4D923E43CFAC66C7D42AAD878082377F /* Support Files */ = { - isa = PBXGroup; - children = ( - 9164FFD648E02EF6F8F98DC0EDB212C3 /* react-native-appearance-dummy.m */, - E504BA6F212794F6EB3AE557A9A61422 /* react-native-appearance-prefix.pch */, - BCA2B6EAAA74F3BAD64BBA6612B7291F /* react-native-appearance.debug.xcconfig */, - 1D72B0DD844A5E558BFA7A98C6F42A4A /* react-native-appearance.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-appearance"; - 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 = ""; - }; - 4E359CECB372570402B582EF9A6C6989 /* Reporting */ = { - isa = PBXGroup; - children = ( - 64092A0F4F548C1ADEF0F9C189D1D1EC /* Filters */, - ); - name = Reporting; - path = Reporting; - sourceTree = ""; - }; - 4ECA5692F2FF7F139DF3C6D3F179CD4C /* Pod */ = { - isa = PBXGroup; - children = ( - C588A882F60E3AF9CE2AFC43053858F1 /* EXImageLoader.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 4F4DCFC2B537C07C19AB812A855D48B3 /* Pod */ = { - isa = PBXGroup; - children = ( - 2183E8AD085377930570BDB86081C2CD /* React-callinvoker.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 4F6543992899F2EAC3FEC0A6BDEF85C8 /* Support Files */ = { - isa = PBXGroup; - children = ( - 19BEA339762F395A5E74C59E1678CDF3 /* UMCore-dummy.m */, - 82E00B8BC380A7A549704645BBF0AF38 /* UMCore-prefix.pch */, - E7C60AF07EF19BB35D82B97203A33BF9 /* UMCore.debug.xcconfig */, - 8DA30566DC8E188328E58AFAAB0A8378 /* UMCore.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/UMCore"; - sourceTree = ""; - }; - 51D5ED15E09274F0F4DA8DF86A8DB643 /* BaseText */ = { - isa = PBXGroup; - children = ( - FB487C1EC517E34306ED0D2F6E1BCB95 /* RCTBaseTextShadowView.h */, - 7E8C21CF84FE03C525D2ED072AA78DCE /* RCTBaseTextViewManager.h */, + 9776ADE65B2F16B134EE7A085B48332B /* RCTBaseTextShadowView.h */, + F45CF0F2AFB05EAC2A3A44D0A72C79E0 /* RCTBaseTextViewManager.h */, ); name = BaseText; path = Libraries/Text/BaseText; sourceTree = ""; }; - 51EE877511FE5E69AA3F002300B31F5B /* React-jsinspector */ = { + 53E30F39C1277C9E6F97E3992A958C7D /* Pod */ = { isa = PBXGroup; children = ( - C8B089B2FCA2AA2A0D55BB5E4AF03F52 /* InspectorInterfaces.cpp */, - 96078E14FB366FC2819D699F6957C373 /* InspectorInterfaces.h */, - D00EAB29856B7E337AE81BBC46DFBD20 /* Pod */, - A6883BA2E4140903C81E725847A3DB86 /* Support Files */, + 1789C072939A5CBD206E16232ED05F5F /* LICENSE */, + 42402D33E5B9AAB238814632D48AAFCC /* react-native-appearance.podspec */, + 930230F1F3DE8B813B732A112B19FC4A /* README.md */, ); - name = "React-jsinspector"; - path = "../../node_modules/react-native/ReactCommon/jsinspector"; + name = Pod; sourceTree = ""; }; - 524699311C37188D55FC065909C87C05 /* RNFastImage */ = { + 54B0E819101E7EDF47AF5978BD68BFEA /* Support Files */ = { isa = PBXGroup; children = ( - E3D4928ECEBE6FC9757B2AC7BDF99FF1 /* FFFastImageSource.h */, - C19FF67B91D7167D7A000E68E588E40F /* FFFastImageSource.m */, - AAB7C3A2EEF8348A527A39B43B3A4DD4 /* FFFastImageView.h */, - 8BFAC81576E9B2E81873B345ECED2C26 /* FFFastImageView.m */, - E55922B43EE76F56450B6097D7308A83 /* FFFastImageViewManager.h */, - 09BA6BFFA2138AA164B16472ABBB8BEF /* FFFastImageViewManager.m */, - E93CB529750F7312F79C67EB3513778E /* RCTConvert+FFFastImage.h */, - 588817D637B20906EDA95CF7AC7ECF69 /* RCTConvert+FFFastImage.m */, - D0EF4CD44AF90FB65483EF47E56C2DE6 /* Pod */, - 694781CF00E393F5C11BA785697987BF /* Support Files */, - ); - name = RNFastImage; - path = "../../node_modules/@rocket.chat/react-native-fast-image"; - sourceTree = ""; - }; - 52513FEC7D73D00E601DA9276CE87213 /* EXSessionTasks */ = { - isa = PBXGroup; - children = ( - DF90C191B05C993E8C4ABFC951118D36 /* EXResumablesManager.h */, - 2B3D215412669C1F90D7F91687BF5DAD /* EXResumablesManager.m */, - 882BE3144A3B256A08FCA14CD9681D3D /* EXSessionDownloadTaskDelegate.h */, - BFE7E33DD4E7A0D74E5D8A90EDF02D08 /* EXSessionDownloadTaskDelegate.m */, - 9D3A9D81320B5725653F79B114C2B0F4 /* EXSessionResumableDownloadTaskDelegate.h */, - 529346E81B46F8471A50EB48542187F8 /* EXSessionResumableDownloadTaskDelegate.m */, - C93209A3FFE1DE9AD00B55FD1C1DABF3 /* EXSessionTaskDelegate.h */, - 9FDEB946B69A353CE68F3C6A0A08EA98 /* EXSessionTaskDelegate.m */, - B1E674E484AB09CB391C9B9F18369415 /* EXSessionTaskDispatcher.h */, - 315AA65F99A00F49E9080338DD6D77E2 /* EXSessionTaskDispatcher.m */, - 9D0E87FA8F64F90DF1B24C0837C796FF /* EXSessionUploadTaskDelegate.h */, - C69C9EEC3493FC2E54FDD7786C6843C3 /* EXSessionUploadTaskDelegate.m */, - ); - name = EXSessionTasks; - path = EXFileSystem/EXSessionTasks; - sourceTree = ""; - }; - 544A1E6842F518319819F3312C031A58 /* Support Files */ = { - isa = PBXGroup; - children = ( - 5894B44AB472F86E9C6F86D23535D210 /* react-native-blur-dummy.m */, - 7BCFDF3E4D566ED43E69D84895C1F8B4 /* react-native-blur-prefix.pch */, - 982592451D0DE8980AFD643B11087C21 /* react-native-blur.debug.xcconfig */, - BE1351BCCF762D6FA5CE54E8855075DE /* react-native-blur.release.xcconfig */, + 61CF2C8684DF418B2904E877AA45351A /* BugsnagReactNative-dummy.m */, + 54614741A6AE0EA2B598D06E0BEC84A5 /* BugsnagReactNative-prefix.pch */, + B9847C0465F18EEF9E4443115F5C978C /* BugsnagReactNative.debug.xcconfig */, + 6259B2F638F3B917E8ABD305AD69BA94 /* BugsnagReactNative.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-blur"; + path = "../../ios/Pods/Target Support Files/BugsnagReactNative"; sourceTree = ""; }; - 5489C6F2389923099126961E9CE5BA02 /* Support Files */ = { + 54B8B61AA8CB69A3454CD8004E9D1718 /* decode */ = { isa = PBXGroup; children = ( - F45D1F594B80F58238D4157D74265F87 /* rn-fetch-blob-dummy.m */, - 5B4EF4AD58561A35E3268AB19A842076 /* rn-fetch-blob-prefix.pch */, - 0A67ABDC77549AC093ECA0947A149EE5 /* rn-fetch-blob.debug.xcconfig */, - 388F9F6D439A1094C18E5F5041716714 /* rn-fetch-blob.release.xcconfig */, + ); + name = decode; + sourceTree = ""; + }; + 5527E4A7D34EA263037B5A9B28074366 /* Support Files */ = { + isa = PBXGroup; + children = ( + 95002E0E8D4C1AC4A6FE96A828383473 /* rn-fetch-blob-dummy.m */, + BE924EE3A725FF476E86F8EBB83F6847 /* rn-fetch-blob-prefix.pch */, + 46B6D8839D3F9B92D9C90949315A1531 /* rn-fetch-blob.debug.xcconfig */, + 6BF125A39EEA93CF902E848E133E32C7 /* rn-fetch-blob.release.xcconfig */, ); name = "Support Files"; path = "../../ios/Pods/Target Support Files/rn-fetch-blob"; sourceTree = ""; }; - 561F7FA47C01B47823BDBB8427EA5C2D /* RNFBAnalytics */ = { + 5566A21C403AFF314D3BC29E7DC01758 /* Pod */ = { isa = PBXGroup; children = ( - 8F58C13D386E0C0CAB5BE4F8AF20AB03 /* RNFBAnalyticsModule.h */, - 14CB05ACEC53F519214CD198D024E10A /* RNFBAnalyticsModule.m */, - 2B7BC64FCD0937DAB40EA1CA2A56BEB2 /* Pod */, - A4A0C21745A2D24B30898FFEC806E1EA /* Support Files */, + A6D3406765B05A3F7C61BE5C07117AD2 /* LICENSE */, + 6C5EAF6622853C5B4D47F46AC5A70CDE /* README.md */, + CACAC9488BBBDAE6AD967DCECA4BCB52 /* RNReanimated.podspec */, ); - name = RNFBAnalytics; - path = "../../node_modules/@react-native-firebase/analytics"; + name = Pod; sourceTree = ""; }; - 56DD98C3AE95D8204AE239509EC2BD76 /* Multiline */ = { + 5691160A7D61D547C396E4617D3A6172 /* Pod */ = { isa = PBXGroup; children = ( - 87EACC925A1372A96058627D03E5E34C /* RCTMultilineTextInputView.m */, - CCE23A23A23DEE66E3C3CBFB0D9F721D /* RCTMultilineTextInputViewManager.m */, - 326EBBD35A4219C1174E65EF50578D39 /* RCTUITextView.m */, + 95340A178E45B90AB2F677D5868B4B52 /* README.md */, + 828DE2DEB614E0906467DC5E513C0448 /* RNRootView.podspec */, ); - name = Multiline; - path = Multiline; + name = Pod; sourceTree = ""; }; - 571AA059684B6C3E4C00A04F7A65AEDA /* FBLazyVector */ = { + 56E27B70F12B8BD89A2A63A1098C7AB8 /* FlipperKitLayoutPlugin */ = { isa = PBXGroup; children = ( - 3F209B755DCC84F960668776389F9035 /* FBLazyIterator.h */, - DA6D90B3DA59E907CF1250BEAAC5BED8 /* FBLazyVector.h */, - 23A3D473B477B88CE703DC33214E5729 /* Pod */, - 12CE75EE35EF751003121DB4FDDCF212 /* Support Files */, + DBE8A7219B3FF8EDD1B13D60F6EFFE90 /* FlipperKitLayoutPlugin.h */, + 31A18F7688AF483A529CF07F884B5D17 /* FlipperKitLayoutPlugin.mm */, + 24E3148F511276C28B8AB30B8F38A7B3 /* SKApplicationDescriptor.h */, + 3E89C7154F76E51126D4E1004B60BF55 /* SKApplicationDescriptor.m */, + 67F4D2FF0BC9EF382908CBE8A14AB7B4 /* SKButtonDescriptor.h */, + EB66E04CCA69DDD61504664AE88C5D8D /* SKButtonDescriptor.mm */, + 2D998E0B88FFDD944C9978DE6EB87CD3 /* SKDescriptorMapper.h */, + 5458E0FCDEF1D3556CB492E87E3AF8DD /* SKDescriptorMapper.mm */, + 738FB18D555A9506EB6504ACDD0FBC91 /* SKHiddenWindow.h */, + 54D6F7F6A52F804C24884999D4F2848D /* SKHiddenWindow.m */, + 707120EB2F88D8BF38D004293B1B2A95 /* SKInvalidation.h */, + 749D1586571B6D58613393DCCCBC1BE2 /* SKInvalidation.m */, + 5796E59AA128BCBFC03EF8DBE51BBBB5 /* SKNamed.h */, + E594E2C2EE14484B523FBA90C1F0DB06 /* SKNamed.mm */, + CF01344FF638651B4CACA92B49284D86 /* SKNodeDescriptor.h */, + 4750A5969AACED0F469D5C08BE978056 /* SKNodeDescriptor.mm */, + D602A1585F0E088635EEC8C8BC9C7658 /* SKObject.h */, + 722DABF605073765A54E53B1660AB998 /* SKObject.mm */, + 69285A36318934C11C7BC80401CDF066 /* SKObjectHash.h */, + 448CADC1D188244963E1B54AD3F1CC9C /* SKScrollViewDescriptor.h */, + 83865B144CA4E70EE7174F80AD6054D0 /* SKScrollViewDescriptor.m */, + 92105CDB8D2F1414C80EC1EFB68B955D /* SKSearchResultNode.h */, + 16AF0B53C165DB12F10EDF632FCABDAA /* SKSearchResultNode.m */, + E22F60FD715C2D0CE2390DF43B9F926A /* SKSwizzle.h */, + A5BD72D77DBB0B11C9101BE3593C23DD /* SKSwizzle.mm */, + 1D7D1432D705D587E36177F0058EA0FC /* SKTapListener.h */, + 9BBDB18A42A083905EB75369C5A17EA2 /* SKTapListenerImpl.h */, + 4EF1D25B8576107631B4E8DB715085ED /* SKTapListenerImpl.m */, + 858F85EF878091DAE4E1A9586AC86711 /* SKTouch.h */, + F7C8AE4CAE168377AAA864FCD5097C82 /* SKTouch.m */, + 6B4DB4E5195A82FA905D7643417A9C8A /* SKViewControllerDescriptor.h */, + E822DFDA712B35B69E4076790D99BD83 /* SKViewControllerDescriptor.m */, + 968D4AAE20F0AB5693F3026919EF8D74 /* SKViewDescriptor.h */, + EABED39F74111F95FDE9538A87750855 /* SKViewDescriptor.mm */, + 7CEDB1DC9F393A407529DE475DC6D2A4 /* SKYogaKitHelper.h */, + E8780F0642F5044450727153FDA75A11 /* UICollectionView+SKInvalidation.h */, + 78B8AFD0682143495CDEECA234530A3F /* UICollectionView+SKInvalidation.mm */, + 3562F4BBED01BD269C6BF2D35E428BCB /* UIColor+SKSonarValueCoder.h */, + 1F840D7AEDCD36738AAA9797A8430A42 /* UIColor+SKSonarValueCoder.mm */, + 61BF4908BE0040777EF6E6BD7B4F7BB0 /* UIView+SKInvalidation.h */, + CE304F7D6CD6F7D1D1BBE184ECBA33C6 /* UIView+SKInvalidation.mm */, ); - name = FBLazyVector; - path = "../../node_modules/react-native/Libraries/FBLazyVector"; + name = FlipperKitLayoutPlugin; sourceTree = ""; }; - 57BC17968717C5F1BFD0AA73023BEDD9 /* GoogleDataTransportCCTSupport */ = { + 57734399C62A51763E1E2174CD396C7E /* Support Files */ = { 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 */, + 8C79A350A261E634DAE08BFC0F70F2AF /* EXLocalAuthentication-dummy.m */, + 86CAF074BF03316DE35433B1AA011BB3 /* EXLocalAuthentication-prefix.pch */, + 9E4B1567BBF75266EACED272544C3413 /* EXLocalAuthentication.debug.xcconfig */, + 558039D102C94D290BE2EE91DB07BB79 /* EXLocalAuthentication.release.xcconfig */, ); - name = GoogleDataTransportCCTSupport; - path = GoogleDataTransportCCTSupport; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXLocalAuthentication"; sourceTree = ""; }; 57C9E2EC2DF45CDE277B0C080BA1D71E /* Targets Support Files */ = { @@ -15520,1087 +15821,813 @@ name = "Targets Support Files"; sourceTree = ""; }; - 57D5D4D90F08850AAEFCDAF9819A7D87 /* Pod */ = { + 57CC1707E489285DA992A28F74502732 /* UMCameraInterface */ = { isa = PBXGroup; children = ( - 405287F115F7057F4E6B20332CB8315A /* React-RCTSettings.podspec */, + 39F82D925B19E0AC69AE9F9FC13288FA /* UMCameraInterface.h */, + ED0066AD6CBDF759E02D8DF2469F2D97 /* Pod */, + 43062B65C2E7F13F3FC208D10FF0536F /* Support Files */, + ); + name = UMCameraInterface; + path = "../../node_modules/unimodules-camera-interface/ios"; + sourceTree = ""; + }; + 582412531FE09E22AFF0DC84BA8E97BB /* ReactCommon */ = { + isa = PBXGroup; + children = ( + E2C631B2F6556AA958BDB2DC044372C6 /* Support Files */, + DC6E7DDFE360A32A312EBF3261E35F96 /* turbomodule */, + ); + name = ReactCommon; + path = "../../node_modules/react-native/ReactCommon"; + sourceTree = ""; + }; + 582AC6A7F0F03CE7C22E0E38188DFFB2 /* Support Files */ = { + isa = PBXGroup; + children = ( + 2E95FB284B6BF7AA1EBEB76E32AB865A /* GoogleAppMeasurement-xcframeworks.sh */, + CFD7E5EAB25887A2EE18AFD76FDDCCFD /* GoogleAppMeasurement.debug.xcconfig */, + F2CC53EAC77535E93AE3897A89D2CFD9 /* GoogleAppMeasurement.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/GoogleAppMeasurement"; + sourceTree = ""; + }; + 58EB3AD73FFFFF163D9213FCFE100737 /* Pod */ = { + isa = PBXGroup; + children = ( + 2BDBB0E40871F143E33BD305A76846AE /* api.md */, + 558964F636BEFF7403027F4335077BC0 /* LICENSE */, + 658E5EEB92D84291E92F910C66CE5AB9 /* ReactNativeART.podspec */, + 8BC84350DF98CC78FD4E330187726A56 /* README.md */, ); name = Pod; sourceTree = ""; }; - 58D4583A473ACD599DCB84889B3CDF6B /* Support Files */ = { + 5AE4FFD009A3CCC5D570AD465B0CB2A4 /* GoogleUtilities */ = { isa = PBXGroup; children = ( - E2480E79BABD5FF84A01AC33B526E82A /* FirebaseCrashlytics-dummy.m */, - 689FE599332A86A80A780E764CB1AC5A /* FirebaseCrashlytics.debug.xcconfig */, - A2F4E001EC825E43F3A56679E8F14BDA /* FirebaseCrashlytics.release.xcconfig */, + 7F1E4763D71EE638609305E841186042 /* AppDelegateSwizzler */, + 3616FED4D03447F62AB42B1BA7706F37 /* Environment */, + BB294B7C7116EC9E4CEE808C0DE14EE1 /* Logger */, + 7C0E26AF75B6B0AD9B1E92443B8F7719 /* MethodSwizzler */, + 95DE578B91C14F21BE34E484AD64321A /* Network */, + 96BC3E4B9EBC00E691108C6FA6B7BA4E /* NSData+zlib */, + 8BD8841D728869851FD4C41FCF8C9816 /* Reachability */, + ADDC28046EFF1CA16CFE6D7CC4024560 /* Support Files */, + BF37C5C19301B317C172B22B6012485D /* UserDefaults */, + ); + name = GoogleUtilities; + path = GoogleUtilities; + sourceTree = ""; + }; + 5B11430ADCAE5B2E2CF34820686A0641 /* Flipper */ = { + isa = PBXGroup; + children = ( + C20F2DC4CC6182ECD0FED6F7EBAE66F3 /* CallstackHelper.h */, + CF9F3054E2151C2EE2FA0EF717530EFF /* CertificateUtils.cpp */, + 0CAA50CC3916C34E843D43BC1733A5D0 /* CertificateUtils.h */, + 2195EA1DEE45C86CF9E4619677845C54 /* ConnectionContextStore.cpp */, + F9863355C469976967D7EBD7172970A8 /* ConnectionContextStore.h */, + 0C558E4CD32078AC37BBAAB2FC4456FD /* FireAndForgetBasedFlipperResponder.h */, + E03F3058F42083A0B3BC4AE5878A93DE /* FlipperCertificateExchangeMedium.h */, + 0714ACE3E063C8D6220869B2C00D5730 /* FlipperCertificateProvider.h */, + CFB38AD0EBB4B04F140697386A04E52B /* FlipperClient.cpp */, + FBDAF0D8A885FA4AEF06E09221840EDC /* FlipperClient.h */, + 6BF019BF4E9EA3E7DE873B140ABDDC4E /* FlipperConnection.h */, + 45FCDB24CC7459E1061AB8D5411DBB76 /* FlipperConnectionImpl.h */, + D3021DDCE500D070A5F61EACEA02173B /* FlipperConnectionManager.h */, + C6FC9526AF54A6D754DB34C9A313745F /* FlipperConnectionManagerImpl.cpp */, + ACD570AB3194B3349F12EDC69830BB18 /* FlipperConnectionManagerImpl.h */, + 3D5AEC3995B1F84FDC162C4F247FC2CF /* FlipperInitConfig.h */, + EC2499B70526B5E9C0E5522B6B504BA0 /* FlipperPlugin.h */, + 67DDDD0D2523708AF2608238C17FC15C /* FlipperResponder.h */, + 0E90D0142C77870D3EB8BD888E8944AF /* FlipperResponderImpl.h */, + 01C3C852152F1BBE20AD6A996BF8E7A3 /* FlipperRSocketResponder.cpp */, + 4BD1D3DC05D847C21049738A52217A8E /* FlipperRSocketResponder.h */, + D7AE191235972C4F8D2D14317996A2CA /* FlipperState.cpp */, + 246436C875418C64B52FF346E673ACB8 /* FlipperState.h */, + 67FCA92EC4D292A31EBFFA4DC75A2690 /* FlipperStateUpdateListener.h */, + 972B4A9495210E798B5DE50FBD4C4FA7 /* FlipperStep.cpp */, + 4B42F28DECB349C2CBC2C51FD9CEEA05 /* FlipperStep.h */, + B2B856F8D924A50EA9DF6D5F1C17617B /* Log.cpp */, + 7825DAC457D499958684BC93DEC366B3 /* Log.h */, + E0FBAFF0043DF067DB8501ECAF1E772D /* Support Files */, + ); + name = Flipper; + path = Flipper; + sourceTree = ""; + }; + 5BBE24D44ED152B73EE5EBBBD9CB07D8 /* Support Files */ = { + isa = PBXGroup; + children = ( + F7F7394BA8B8FBE6CD5155280A12AE7A /* RNFBCrashlytics-dummy.m */, + BA812A4C7C82B7752D7BE877AD4C09B5 /* RNFBCrashlytics-prefix.pch */, + C4D022C3A75FBFD9F416861EA23E303E /* RNFBCrashlytics.debug.xcconfig */, + 27DFFA4EA6EFF9F6159E5B11883AD9F6 /* RNFBCrashlytics.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/FirebaseCrashlytics"; + path = "../../../ios/Pods/Target Support Files/RNFBCrashlytics"; sourceTree = ""; }; - 5A70539D794201B2B85E504A30795B85 /* Recording */ = { + 5C1A2B29A6B08A6355740325CF13DDF9 /* Support Files */ = { isa = PBXGroup; children = ( - F9CE521AFAECCB738BA0B5EFFDE56158 /* BSG_KSCrash.h */, - 94A08F514E91A9811430FD2262FEA644 /* BSG_KSCrash.m */, - DA7A0345CEE571D775C118AC43FE62C7 /* BSG_KSCrashAdvanced.h */, - 12267D85A37BFC81722C4E44A7361612 /* BSG_KSCrashC.c */, - C08A1AC35E3F93F94D42AE14D3CC98BD /* BSG_KSCrashC.h */, - 5DD8815D4ECCCE94EFDC52F836799F70 /* BSG_KSCrashContext.h */, - A57B0C8EDF6FBB964A10F06E5D40272B /* BSG_KSCrashDoctor.h */, - 4983A090F7D7DA10088D7BACB6C6F9E3 /* BSG_KSCrashDoctor.m */, - 611C69ADA9967816BBCA3CD50A8BB4EC /* BSG_KSCrashIdentifier.h */, - 20F4E7ADE44B96302727F4A14A84A5D9 /* BSG_KSCrashIdentifier.m */, - A9F294CB93352BCF987354459B8AAA7A /* BSG_KSCrashReport.c */, - F266F72242850B33D15ECC1F00DEAA57 /* BSG_KSCrashReport.h */, - B9D4251E7593440D5ED7EDD41BC85A4A /* BSG_KSCrashReportFields.h */, - F6DDA5F37439A7C0B0507640DAC13F3F /* BSG_KSCrashReportStore.h */, - 414DCBCEB4C71E9ABF20DD14E2F09B83 /* BSG_KSCrashReportStore.m */, - E92E3E507BB876CA8A5555763137C711 /* BSG_KSCrashReportVersion.h */, - 1CDFF8481325A876B93E5B482FB60B09 /* BSG_KSCrashState.h */, - 96402FE591BFB30C9DBD487112914226 /* BSG_KSCrashState.m */, - 8BA523B21AA2F7A863653452FF873B46 /* BSG_KSCrashType.c */, - 4FB75CD0F2F8B53EDE6078903AB56221 /* BSG_KSCrashType.h */, - F42AAA355A3F7E38C3EE5BDA345DF384 /* BSG_KSSystemCapabilities.h */, - 84416F012A81BF8090208D4ABDA1D7FA /* BSG_KSSystemInfo.h */, - 2BD82FD807636F6148804D51DD521F67 /* BSG_KSSystemInfo.m */, - 93FD2852A349D962A679B496F4E8D24F /* BSG_KSSystemInfoC.h */, - C9B0F4AA91AE7EEA377E91CFD7FB6E05 /* Sentry */, - BBEEE83486DFFF10525040A320EBEA75 /* Tools */, + A3EA3A3AD324BA55F4EB746CF5620A3D /* react-native-simple-crypto.modulemap */, + 6EE8BC51D5B5CBAE6F2BB1BDFE55252E /* react-native-simple-crypto-dummy.m */, + 461A45149C0CB97399B63D20CE5253B2 /* react-native-simple-crypto-prefix.pch */, + 533B676B3881AED81C65D87B15ED2783 /* react-native-simple-crypto-umbrella.h */, + A7AC37E212D95BC76D0208D19DB8DD0B /* react-native-simple-crypto.debug.xcconfig */, + F811242D0CE314D919360EA5B0C854FC /* react-native-simple-crypto.release.xcconfig */, ); - name = Recording; - path = Recording; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-simple-crypto"; sourceTree = ""; }; - 5AABC247EFC7EEB2912307ADFBFE21DF /* React-RCTSettings */ = { + 5D2928FD0F04D9D9913E5F2B8E8BAEBC /* Pod */ = { isa = PBXGroup; children = ( - 7ECBBC2611F0C981B4FD94029B690820 /* RCTSettingsManager.mm */, - 4F75D95A21B736464EC4AF7F33D7C852 /* RCTSettingsPlugins.mm */, - 57D5D4D90F08850AAEFCDAF9819A7D87 /* Pod */, - 25ECBA693700E776FF141B59873FA61C /* Support Files */, - ); - name = "React-RCTSettings"; - path = "../../node_modules/react-native/Libraries/Settings"; - sourceTree = ""; - }; - 5AAC3B0FBE00DE38AB0B69DD07DB0AAF /* Views */ = { - isa = PBXGroup; - children = ( - 09E21919031D6D3C21EDD56F97160D5F /* RCTActivityIndicatorView.h */, - 4D1FDDAB6886F3C5E12C78B4EF9D7A7D /* RCTActivityIndicatorView.m */, - 5C9416AEA679C83283CACA6D28D4692A /* RCTActivityIndicatorViewManager.h */, - 5BA676F3AC52356A51F671A3EAFEFFF4 /* RCTActivityIndicatorViewManager.m */, - 862F5F0A85C6B63350D2A3449BD55E54 /* RCTAnimationType.h */, - 0663086EE34A898ABCE2FCDEA045ECF9 /* RCTAutoInsetsProtocol.h */, - 8EACA5F55C5E1B77D91F4F2828E14A1E /* RCTBorderDrawing.h */, - 5DEDFC304E0F0ECD12A7E2A51BCCE226 /* RCTBorderDrawing.m */, - 37090DE0ACAE2A967D34BE851324D47D /* RCTBorderStyle.h */, - 00BF9522F664E6992647C38766B8A841 /* RCTComponent.h */, - 6080A68D09C6D202C0EAB6F60C1E93B1 /* RCTComponentData.h */, - 6976BF35456CB025AA286748A5C04864 /* RCTComponentData.m */, - A14547941C5CA0131625FFC5A003A02C /* RCTConvert+CoreLocation.h */, - 76B6C5B83520BEBD1977F96D9B90BD28 /* RCTConvert+CoreLocation.m */, - E879CDC510FC2B74BBB86215E85C2FE8 /* RCTConvert+Transform.h */, - F2762814A7587F19202BFB07EF984BCB /* RCTConvert+Transform.m */, - FB7F8C30830E4AF654D2E0123BFD96CB /* RCTDatePicker.h */, - 1811CC1E05BA91308113E0447FFF669E /* RCTDatePicker.m */, - 045D292843031BBE69A9FBEC52932EB0 /* RCTDatePickerManager.h */, - 91405D68956015D92781322FE57227A0 /* RCTDatePickerManager.m */, - E7C7B1F7607C2A882AD64C9FD064CD7A /* RCTFont.h */, - 9157B28A91BFD044228018D597D9B25B /* RCTFont.mm */, - 25C21E1F03393A7045E7E3E33FD9A011 /* RCTLayout.h */, - 050FDCB7802A72E426AFD67B5A03C4E8 /* RCTLayout.m */, - 7AB47442248DCD53C3CD5BBC929A4D30 /* RCTMaskedView.h */, - C21A1B77E15FEDFF005DA5AA3A043E6E /* RCTMaskedView.m */, - A470587ABA820F0E830C9FCA65046C44 /* RCTMaskedViewManager.h */, - 7CCB3C267F8BF136BE0E86C683F7377D /* RCTMaskedViewManager.m */, - 9643E8740B81C641EFEE8E28DC3F1B43 /* RCTModalHostView.h */, - B4172EE788CB8A6212F63F3B1999B3F3 /* RCTModalHostView.m */, - EC3719987B806E0BA2761436AADA629C /* RCTModalHostViewController.h */, - D3F88878F250121674000FC355D567B5 /* RCTModalHostViewController.m */, - D98ED616906FF2FF846BD8E450D8492E /* RCTModalHostViewManager.h */, - 494C8A4BE8EF1F45327EAF5F534DA7B7 /* RCTModalHostViewManager.m */, - 57270ACEE1E6B01A402014FD5105AC4C /* RCTPicker.h */, - 2AA9CDD15A4D66B52EAABC9EA283C8A4 /* RCTPicker.m */, - F669828832BD25B48E7F4FC5F15424FE /* RCTPickerManager.h */, - 16B6ADFE5A4823F7A5999979A71FB120 /* RCTPickerManager.m */, - A6697302FAF9741540C3B063B8BB9345 /* RCTPointerEvents.h */, - AA35111132816A863452C1C1D5502FF7 /* RCTProgressViewManager.h */, - BDC7C88FDA27EB9250710F78D858A8D2 /* RCTProgressViewManager.m */, - 57A3FF4C23C1BE4D09E732DD6E7E79AC /* RCTRootShadowView.h */, - F31409B1E003E1A81B593C55B1EC27E6 /* RCTRootShadowView.m */, - F8DE4697E4B5DFB8BE55C350C2668976 /* RCTSegmentedControl.h */, - 333D928B4ABB056D74DA5D5972E43F41 /* RCTSegmentedControl.m */, - 8218AE0CFE92AEA1DEC811E426750558 /* RCTSegmentedControlManager.h */, - AD0BF0F37145766BDB0D22AFA6D61A2A /* RCTSegmentedControlManager.m */, - 18A2A6189AF2B66131A3972FFDB38639 /* RCTShadowView.h */, - DB9B17ECF8D9619BDF58E51646D2C756 /* RCTShadowView.m */, - DCEC66766E1005FFD85761A373BAE553 /* RCTShadowView+Internal.h */, - 995B84FAE2CCC5B61D3FD2850BE544BD /* RCTShadowView+Internal.m */, - 77B48393BB988BF364667988627B72CA /* RCTShadowView+Layout.h */, - 5F9F62C1724204FDFB5D46DB5C3860E0 /* RCTShadowView+Layout.m */, - DBFCACC1E926CDEA523D11CF30A04E15 /* RCTSlider.h */, - 6DA3D2DB50E0457A08F0CD77D8E20E09 /* RCTSlider.m */, - E1829829DB5AED6E8CC468AEA3033127 /* RCTSliderManager.h */, - 3BD3A5C180A852FEE7E1A9DEF02B8648 /* RCTSliderManager.m */, - 861FD722BC94B40C218292E29BDF1C94 /* RCTSwitch.h */, - 4D229E63E73266FDA72C1F3143061311 /* RCTSwitch.m */, - EE6A4A7DE6B3751C822497BE2C904C1D /* RCTSwitchManager.h */, - 85C9E2FE846F25BBEDB2790A0EAB7877 /* RCTSwitchManager.m */, - 217D47E86EDCC25066389BC2C2990CFB /* RCTTextDecorationLineType.h */, - B7D05EA74A85451A510B688295FD30EB /* RCTView.h */, - 2A0190A0DB9BB8D8696CA9C6D5A9DDE3 /* RCTView.m */, - 26277C294D12C81E65117E725579EDF2 /* RCTViewManager.h */, - 1C6B923D31B74BDA5286743872C9FEEA /* RCTViewManager.m */, - 43531606D0157A9F1E204C9F4244AB5D /* RCTWrapperViewController.h */, - BFD0FB58C66F9A584E98457B16C4A8E9 /* RCTWrapperViewController.m */, - 90FBBBF61FE4E3D5503143DA01B02608 /* UIView+Private.h */, - 0D6B2A72E529D4BE5CB48930A7E66086 /* UIView+React.h */, - 85072152FDFD745E109E8479F91EC007 /* UIView+React.m */, - BA02BEE26FC73116DC4DAEA22DC4D59E /* RefreshControl */, - 10D8ADBC7A02640D4094543944B8B355 /* SafeAreaView */, - 4B9E2899544B381ED0E98D3CBB8D5408 /* ScrollView */, - ); - name = Views; - path = React/Views; - sourceTree = ""; - }; - 5B5981F5412D6972E16E5C83D3EDA84F /* RCTVibrationHeaders */ = { - isa = PBXGroup; - children = ( - 83F420E9A79DA18476E81FACA666350A /* RCTVibration.h */, - 6AE39856FB64AAC643A62BC321BF1882 /* RCTVibrationPlugins.h */, - ); - name = RCTVibrationHeaders; - sourceTree = ""; - }; - 5B922752B86B6E353D893028708DDCA1 /* RNReanimated */ = { - isa = PBXGroup; - children = ( - 1020C357B9F0CC0BC1D35DCD328BB552 /* REAModule.h */, - 11943036BC71FF8BBEBFAD91D59196BE /* REAModule.m */, - 5243BF032F5CA2A51128B9F02192639C /* REANodesManager.h */, - 3C4D07A9FBE58959D68731C8097F1FBC /* REANodesManager.m */, - 293252623D3A9ADE9E9BEA70C0A8E10A /* REAUtils.h */, - F1E6B869AAAAAC93C64D333B6D10C556 /* Nodes */, - F0D6FAE4C8FFA9C4B761C9096A17779D /* Pod */, - E98342754F60B2E97CF81F6A36CFF1E3 /* Support Files */, - 117802F5D406DE18A28CF74B43C37B6E /* Transitioning */, - ); - name = RNReanimated; - path = "../../node_modules/react-native-reanimated"; - sourceTree = ""; - }; - 5C407B1B225C821A9688C4FAB89533D3 /* Pod */ = { - isa = PBXGroup; - children = ( - 8583DA37659F66EFBC5085CEB7FE8494 /* EXKeepAwake.podspec */, + B049A21BD47582806D5A8F29D5E36EAB /* EXAppleAuthentication.podspec */, ); name = Pod; sourceTree = ""; }; - 5C8EAEF6E97CD2F1F59AAE6369D1AC50 /* React-RCTBlob */ = { - isa = PBXGroup; - children = ( - 4AD1771614082DE8D0085876C09454A4 /* RCTBlobCollector.mm */, - 2307EF095D3AFD53EC29258D4B1788AE /* RCTBlobManager.mm */, - 672C187587E136E04103C91F5D3BDEA2 /* RCTBlobPlugins.mm */, - 3B23C135E22C7EB1E10D4FC8EB3494ED /* RCTFileReaderModule.mm */, - 3F52D7BA0183FD2E7DFE88D2CF32184B /* Pod */, - 3F779B2FADAF2C05E6C17E618B47B582 /* Support Files */, - ); - name = "React-RCTBlob"; - path = "../../node_modules/react-native/Libraries/Blob"; - sourceTree = ""; - }; - 5CDB235B820F2A524F708A7AD3CB3415 /* Pod */ = { - isa = PBXGroup; - children = ( - A1B282ACDEF5F19EDF9B1EB1EF215EEA /* LICENSE */, - DBCEDBD438AC01B965E7C1BC06B01148 /* README.md */, - A0A93EF280C196E4F6F75AF00F89E8E2 /* RNGestureHandler.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 5CF496F37A2143BB4AD3F65267F2FA9B /* Pod */ = { - isa = PBXGroup; - children = ( - 73D02A9E80426CEB36A606AA0B06A9E7 /* LICENSE */, - A48E4B129496AC71F39FB835C1E2F62D /* README.md */, - 34CE49E7DAFFD1C066682188D62D49D3 /* RNFBCrashlytics.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 5CFFEDC0EECDA542C8A730D1D2BB4951 /* CxxBridge */ = { - isa = PBXGroup; - children = ( - 7D4F28ABEAD6056D52EF74E60EC2B182 /* JSCExecutorFactory.h */, - 30A2A23FA446C6C80900805BFBF5FE4B /* JSCExecutorFactory.mm */, - 7088A6574CAAC8312D11A27D45D3931C /* NSDataBigString.h */, - B62F5C806823C05490ED12599ADB95B7 /* NSDataBigString.mm */, - 2DBC6F587D10B130A5B37EB95F7EAB08 /* RCTCxxBridge.mm */, - 4608D66F2C225E6CA1AAE2B3CD60FF88 /* RCTCxxBridgeDelegate.h */, - 40934B831F3EBA6CF0AAAD6B44DED3D5 /* RCTMessageThread.h */, - 86CCC7121C78701599E3120107A06115 /* RCTMessageThread.mm */, - F0270B1A8B459049FEFAE071386F9CB2 /* RCTObjcExecutor.h */, - 26BB72478B479E13902D483BEC4B3F74 /* RCTObjcExecutor.mm */, - ); - name = CxxBridge; - path = React/CxxBridge; - 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 = ""; - }; - 5DA5697C375C6F954F09B325E2D8E768 /* event */ = { - isa = PBXGroup; - children = ( - C11AFE9E0317ADCCFA15A7008D924172 /* event.cpp */, - 6E6102B063F9ABE336D28C3B34BAC84C /* event.h */, - ); - name = event; - path = yoga/event; - sourceTree = ""; - }; - 5E85628B715A66B0826E393D44D77776 /* Support Files */ = { - isa = PBXGroup; - children = ( - DF69CE3746862703D411272E0A4E919E /* React-callinvoker.debug.xcconfig */, - A9D99854C2DBB2BA2D2FB61C07EF545D /* React-callinvoker.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-callinvoker"; - 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 = ""; - }; - 5F45F366F29BBEE444C99A97B9DCD8A0 /* Pod */ = { - isa = PBXGroup; - children = ( - 1ADEA98919EDF8172D2973B2802030A3 /* LICENSE */, - DC27A8FD931353C70923568E9F9DDF34 /* react-native-jitsi-meet.podspec */, - 9D7103DECF37A05EE83CFDFF21C10771 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 5FA73E89E2D6E19E76BEF65F3DE00B64 /* UMReactNativeAdapter */ = { - isa = PBXGroup; - children = ( - 43DB4B0CAEA0E1356E66D574765D1F2E /* UMBridgeModule.h */, - 1B78AC0FC50B135E69888C394959A8B7 /* Pod */, - 050E522F48CCDA369A9475C8EBBB6FDC /* Services */, - 455618E7372EFC16C6165472E4F6928B /* Support Files */, - B9A4B94E6005F3EAD75D89DB27F1A708 /* UMModuleRegistryAdapter */, - 3CBC736B8724F7757DB871E00599665F /* UMNativeModulesProxy */, - 62DE4B4A7A5873BF645571EB6EE8D4B5 /* UMViewManagerAdapter */, - ); - name = UMReactNativeAdapter; - path = "../../node_modules/@unimodules/react-native-adapter/ios"; - sourceTree = ""; - }; - 5FD6DD74681CAD22F5643DB2BEDEED40 /* EXHaptics */ = { - isa = PBXGroup; - children = ( - 152FF53DE0BDAB6836D5D1422E1497DC /* EXHapticsModule.h */, - B264731F64DE20802561E20CA2CB9693 /* EXHapticsModule.m */, - B3A6AE2AAB6A350D361BEBA5B9A1DB80 /* Pod */, - B36F701049E412764A9110B30B687C8C /* Support Files */, - ); - name = EXHaptics; - path = "../../node_modules/expo-haptics/ios"; - sourceTree = ""; - }; - 62DE4B4A7A5873BF645571EB6EE8D4B5 /* UMViewManagerAdapter */ = { - isa = PBXGroup; - children = ( - 6F6B2A2437B1240932C2FA824A54514F /* UMViewManagerAdapter.h */, - 50957C17412C736FFC9D5C775D929F7C /* UMViewManagerAdapter.m */, - ); - name = UMViewManagerAdapter; - path = UMReactNativeAdapter/UMViewManagerAdapter; - sourceTree = ""; - }; - 633D4E691EF62F6B366B709BE0CFC4DE /* Support Files */ = { - isa = PBXGroup; - children = ( - 5B5B21DEE5E659FF81BC74960FDF7F81 /* ReactNativeART-dummy.m */, - CDBAE5A32403D19D56D2EDAA4B4DCE6B /* ReactNativeART-prefix.pch */, - 318DA75223408F61899A35E4300819CD /* ReactNativeART.debug.xcconfig */, - 808921C767EAB2224EC8F726671E4FC1 /* ReactNativeART.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/ReactNativeART"; - 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 = ""; - }; - 64092A0F4F548C1ADEF0F9C189D1D1EC /* Filters */ = { - isa = PBXGroup; - children = ( - 562EC8FABF6C16353D58E3692A0B96F6 /* BSG_KSCrashReportFilter.h */, - 7C329E3C30418AA2D458306272EC699E /* BSG_KSCrashReportFilterCompletion.h */, - ); - name = Filters; - path = Filters; - sourceTree = ""; - }; - 647E88748C5D85836CED0F7C87CE6B8F /* RCTAnimationHeaders */ = { - isa = PBXGroup; - children = ( - 072FC21916E7BF865E91243CB8793BD7 /* RCTAnimationPlugins.h */, - BCC134039F247A8AA98A4ED0395DB4DC /* RCTAnimationUtils.h */, - CE3FE07C83064C94F01205DD2FA8DF14 /* RCTNativeAnimatedModule.h */, - 269FB0F22B5196B63292DA1037CD1B46 /* RCTNativeAnimatedNodesManager.h */, - 9EEDD1973B694A80EE33BE0E18E9ACE9 /* Drivers */, - 3F29F11294CF4F71DA0F257E5DE79099 /* Nodes */, - ); - name = RCTAnimationHeaders; - sourceTree = ""; - }; - 6596F0377779F44DA1EA67CE6603AD5B /* Support Files */ = { - isa = PBXGroup; - children = ( - 67D7EC2AE460C36E36D67735A1A40219 /* ReactNativeUiLib-dummy.m */, - C99CF0C4007AD06E66B80DD65B6A7886 /* ReactNativeUiLib-prefix.pch */, - 4465D019EC460685C91E7859BB5BDD47 /* ReactNativeUiLib.debug.xcconfig */, - D859FC8A485A1DE809FF4969A35B5408 /* ReactNativeUiLib.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/ReactNativeUiLib"; - sourceTree = ""; - }; - 65A1D69955965C1373E9D9F31C795424 /* Pod */ = { - isa = PBXGroup; - children = ( - F95BC68138A531DEC3F8934B08A59C4E /* LICENSE */, - BB3001BDED9376568E287AC56D4A43B9 /* react-native-safe-area-context.podspec */, - A33DF342329DF975E7F021C08A0CA8A1 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 66C7657664C046DA031A6AF984AE3D52 /* UMTaskManagerInterface */ = { - isa = PBXGroup; - children = ( - E9FFDD1FE526B79C6D4C9001C1870AED /* UMTaskConsumerInterface.h */, - 2F4ABB2DD38C938525F24C36E09098F3 /* UMTaskInterface.h */, - 2EBEA3BCDDF1963B31BE7C3743E1798E /* UMTaskLaunchReason.h */, - F0E4F5008EBA4E42EC2A4A87826904E1 /* UMTaskManagerInterface.h */, - 17F4FDD8615DDD141ED32379F82B39A0 /* UMTaskServiceInterface.h */, - 9DD495CA7F356A1C6BD8FCF2CDE5ABAE /* Pod */, - C4DB67D74F8045C5D603A9E59886AB56 /* Support Files */, - ); - name = UMTaskManagerInterface; - path = "../../node_modules/unimodules-task-manager-interface/ios"; - sourceTree = ""; - }; - 67AA9FF1CD9DCDD5DD6DEEC252C95524 /* UMPermissionsInterface */ = { - isa = PBXGroup; - children = ( - FA2F6ED5027AAA26EA743798C2086445 /* UMPermissionsInterface.h */, - 5E97167CE8506654D6AC2C743408DE8A /* UMPermissionsMethodsDelegate.h */, - B160C9B52B85D957BB2AEFF55E1B9A9E /* UMPermissionsMethodsDelegate.m */, - 2DB0A6F7A02906E9240AEE1CDBEFC9AC /* UMUserNotificationCenterProxyInterface.h */, - DC16430FABA96D729F03983C06CAC5E7 /* Pod */, - DEFFAED6A54B47632781D65ED2C600D8 /* Support Files */, - ); - name = UMPermissionsInterface; - path = "../../node_modules/unimodules-permissions-interface/ios"; - sourceTree = ""; - }; - 67B376E6786125F7A2D1232B1ABD8C5C /* Support Files */ = { - isa = PBXGroup; - children = ( - D5AA719B9026599D4A9CB2E4A7E27350 /* RNBootSplash-dummy.m */, - A27416C0EC99308F3E1032BD091407AC /* RNBootSplash-prefix.pch */, - 7C420411B1148BBC0AD7C9DE767407D3 /* RNBootSplash.debug.xcconfig */, - 7DA84AE32131D08F05F5314ADE1BBA82 /* RNBootSplash.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNBootSplash"; - sourceTree = ""; - }; - 680BF172F4D407639434CBABEBB4260E /* Support Files */ = { - isa = PBXGroup; - children = ( - 59FBE856E9213967CB134BD062A0B995 /* RNDateTimePicker-dummy.m */, - 1EFFF28AE883AEBF87391559536D296D /* RNDateTimePicker-prefix.pch */, - F4EE9DA4AF87D552760151E5FE58830D /* RNDateTimePicker.debug.xcconfig */, - F5BCC5E7683F64AFB800E6E22E9A71AB /* RNDateTimePicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNDateTimePicker"; - sourceTree = ""; - }; - 6870CF378B9BA7786CF0F15A5CD9FCF1 /* Support Files */ = { - isa = PBXGroup; - children = ( - 434447BE015670BBDA414FA410594484 /* react-native-background-timer-dummy.m */, - 821904A981F9893E51039678078BEC85 /* react-native-background-timer-prefix.pch */, - 96029579371D4169676428C15CAC1507 /* react-native-background-timer.debug.xcconfig */, - 19F4744135B4EC0215EEF8F8EA396E5A /* react-native-background-timer.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-background-timer"; - sourceTree = ""; - }; - 68E30DB2F34C7A5F03A08C62053500E5 /* Support Files */ = { - isa = PBXGroup; - children = ( - B988CD58F53196855229737C1A67D9D5 /* EXWebBrowser-dummy.m */, - 5E5A663E4CB75E34AA4C7368CB6A9A2F /* EXWebBrowser-prefix.pch */, - F103531629CE681801F01C363FF0D7B1 /* EXWebBrowser.debug.xcconfig */, - 97F22FD130D38E6FE56D88111261AF31 /* EXWebBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXWebBrowser"; - sourceTree = ""; - }; - 694781CF00E393F5C11BA785697987BF /* Support Files */ = { - isa = PBXGroup; - children = ( - 71FD17783F95E2307B7E3ABB57E63FCF /* RNFastImage-dummy.m */, - 2CE9AB89C48A3ECD0C9AE0C5A1F17863 /* RNFastImage-prefix.pch */, - 18615B7AD54983D86DB88848732FC3C1 /* RNFastImage.debug.xcconfig */, - 54E26D6244B283227E7B7AE8C4A6BED9 /* RNFastImage.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNFastImage"; - 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 = ""; - }; - 69A9D32495E1AA0CC8076AEAD34CFAEA /* DevSupport */ = { - isa = PBXGroup; - children = ( - BD8C3A2ED57BE115DFFE71F91C230B7A /* DevSupport */, - CA423CB8AE689711D4014E275B6C1331 /* Inspector */, - ); - name = DevSupport; - sourceTree = ""; - }; - 69F4C8A8B20B6E72E429AF0C5C216024 /* RNFetchBlob */ = { - isa = PBXGroup; - children = ( - F32A45959D3AF5405D68E92CA1BFD497 /* RNFetchBlob.h */, - CF8DF605F00E7D24B3A604B58840FFEA /* RNFetchBlob.m */, - ); - name = RNFetchBlob; - path = ios/RNFetchBlob; - sourceTree = ""; - }; - 6A579364618257379F9B99A61F36EBAB /* encode */ = { + 5DAB1FAB719CF62C52277F2C495C5E63 /* encode */ = { isa = PBXGroup; children = ( ); name = encode; sourceTree = ""; }; - 6B57CFB8FA03EF099467E832DFE9A508 /* Support Files */ = { + 5F6DE4818302EB4019C995A35B1E257C /* EXImageLoader */ = { isa = PBXGroup; children = ( - 9B0D5569F6812D82CB5CADBD6255EF30 /* react-native-cookies-dummy.m */, - BBD321CFDABB82D36DC920949639DE54 /* react-native-cookies-prefix.pch */, - 31BE23E7A03A83154C74D283EA74BCD2 /* react-native-cookies.debug.xcconfig */, - CD715A86FB2F7BB0788591940C27B2E9 /* react-native-cookies.release.xcconfig */, + 89E335C955F514AA6EF40DF66C61989A /* EXImageLoader.h */, + B3388479A1C30F071725C7BA5C7AF9C3 /* EXImageLoader.m */, + C1EDFC2033E908646B273B7ED7B69A53 /* Pod */, + AF073A2C20E0FD8575ACCAD9FA167496 /* Support Files */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-cookies"; + name = EXImageLoader; + path = "../../node_modules/expo-image-loader/ios"; sourceTree = ""; }; - 6BE43052CEA180324C02CE2FF826C21F /* Pod */ = { + 6038FD48798EA9EDC965820141CEDEBC /* UMConstantsInterface */ = { isa = PBXGroup; children = ( - 6354650B9A126E48F11C754900BA5E0E /* UMFileSystemInterface.podspec */, + 891E964E10D7B696F409FCE5FD56317A /* UMConstantsInterface.h */, + D21C8C37E555B1368744158B036B854F /* Pod */, + 976207C0A52B1800AD0E2C57F0A2EF3F /* Support Files */, + ); + name = UMConstantsInterface; + path = "../../node_modules/unimodules-constants-interface/ios"; + sourceTree = ""; + }; + 60CC76B072AF5D9453728565F8112B3C /* React-RCTVibration */ = { + isa = PBXGroup; + children = ( + C25B95A2624415FBB4658D0B793A80E0 /* RCTVibration.mm */, + 6ACEFA2868E842C613AD71E5514CD0F3 /* RCTVibrationPlugins.mm */, + B66D9571D3DF6A5B848558B41E7CDB26 /* Pod */, + 84B1BFA38D9DB28ED81AF7C3BB47BD53 /* Support Files */, + ); + name = "React-RCTVibration"; + path = "../../node_modules/react-native/Libraries/Vibration"; + sourceTree = ""; + }; + 6143C60FA93C9F89E623870C1BC36B9D /* Views */ = { + isa = PBXGroup; + children = ( + 4BD9404198ACFF324CDE692D73C9BA89 /* RCTActivityIndicatorView.h */, + 07EA7CCE29C45610D55418CA3EE87BE2 /* RCTActivityIndicatorView.m */, + 66519A5016D0C8EC1894BA38589EF99B /* RCTActivityIndicatorViewManager.h */, + 90E80080409EEA1DD36FDE032C2E105F /* RCTActivityIndicatorViewManager.m */, + 57843A3D48722C13E43A7618B3C8F4D3 /* RCTAnimationType.h */, + D3B5B6E5BD97A18C50E56BBC90C944EB /* RCTAutoInsetsProtocol.h */, + 1EA4B91BB3B7072CCAC8E9A24C7142E5 /* RCTBorderDrawing.h */, + 6139ACD1DC15455F21ABF3E2487506A3 /* RCTBorderDrawing.m */, + 6FCCBAA74EC66990EC220C55F110B20D /* RCTBorderStyle.h */, + 6F9E59323B4E6B7A9BDA514E488A0ECA /* RCTComponent.h */, + 3DE0C5E3D5BD868304786D8E7C35AA02 /* RCTComponentData.h */, + 51FDB448BAE405789B1C30ABAD660499 /* RCTComponentData.m */, + F169801D74BF2F7DF1682E5000A968E1 /* RCTConvert+CoreLocation.h */, + 934BD086275DE609568E0F3629E3A187 /* RCTConvert+CoreLocation.m */, + EE4532929E2CAF4D3B4AD764065ADA55 /* RCTConvert+Transform.h */, + A8C3E61220FDEB01E5EB37CEFEC80B91 /* RCTConvert+Transform.m */, + 40471F21DEA1FEFBDEBFBC014133C9BB /* RCTDatePicker.h */, + 689FA648FA06D6C56061471E67874EE2 /* RCTDatePicker.m */, + 82A3E446F9B38661180046BD5828589D /* RCTDatePickerManager.h */, + 51409214A4CEE284602E2E63A1F7C522 /* RCTDatePickerManager.m */, + 54D8F3D32872B8CF04F7FCCA271AEA26 /* RCTFont.h */, + 48A25C203995FC55FBA57E82A8F4CC08 /* RCTFont.mm */, + B1D4CE350B714B232941BC1D71937D32 /* RCTLayout.h */, + EE6AEB7540125A5E3086F11072B225A5 /* RCTLayout.m */, + 86A87C4056B8BD7694CFD610CA21058B /* RCTMaskedView.h */, + 71EC1E98D2E488710B2D84B5D46D9CA1 /* RCTMaskedView.m */, + 8286B6961F9228054AFE1BF0AF883BFF /* RCTMaskedViewManager.h */, + 9CD91528A6A42698562A93827F32A18F /* RCTMaskedViewManager.m */, + 7377BBED16070D9E63C969A8D79B218B /* RCTModalHostView.h */, + 2F0ABBC63882336AB191B46B3D4FDEFE /* RCTModalHostView.m */, + EE3F79D3D292D596118A2C4C1B15E6A8 /* RCTModalHostViewController.h */, + 1F77EEA359C4D663BF9409A666EF56FD /* RCTModalHostViewController.m */, + 417F3555EC111F343EAF7CC917432762 /* RCTModalHostViewManager.h */, + 46E760DC2FC47FB638EE9891650BB9C3 /* RCTModalHostViewManager.m */, + ADF0653163C8B2255C0DAA30E09E4DF3 /* RCTPicker.h */, + D30BC1E5B8C4BAFEED4E0F756093A6E8 /* RCTPicker.m */, + 0D81CCAE3C0AD059E7481858EFDE2403 /* RCTPickerManager.h */, + 47ED3D45F9BB950C5FD73BD80AF4E758 /* RCTPickerManager.m */, + 4422EF4392CF8F03D6390819FA3A1279 /* RCTPointerEvents.h */, + AEB0FFCD355D133067D8FD840BFB0622 /* RCTProgressViewManager.h */, + 0C99866C36D783920C26A8A162372FB7 /* RCTProgressViewManager.m */, + 6B40AF073D8A1AE154FA1D062D20CF47 /* RCTRootShadowView.h */, + B12C307859FDACE4EA8C1151DB9F45A2 /* RCTRootShadowView.m */, + 0A2D4C23677C83B5C0BBA807A988172B /* RCTSegmentedControl.h */, + 29F045C1D69A3F9F195BD966DCA438AD /* RCTSegmentedControl.m */, + 1B6FC2D4583E8FB6A4E2F512570B9CBC /* RCTSegmentedControlManager.h */, + 32F614C44A4A3E88CEE04A40FB4D2141 /* RCTSegmentedControlManager.m */, + E5EA1C0358739B63D1522597D8BEF615 /* RCTShadowView.h */, + 562AF29210D122976F92384641C7DAE1 /* RCTShadowView.m */, + E631D9EF723F3E270EB23D42F07A4E3F /* RCTShadowView+Internal.h */, + 38768AB0568081676021F399D385FECD /* RCTShadowView+Internal.m */, + 05DA663B614D6A5C87CC5FBDEA0495BD /* RCTShadowView+Layout.h */, + 37402588F079D470A8C89C9CC3CF92E1 /* RCTShadowView+Layout.m */, + 4CCD2CB91014B6CB8EE5D30E78EF1519 /* RCTSlider.h */, + C0DFF8CAE5F028F785335686BDD62B55 /* RCTSlider.m */, + DE4F1AF381C5D22AB19E24667A19CEF0 /* RCTSliderManager.h */, + 7B54F48337C91B3B622FF81B9401C195 /* RCTSliderManager.m */, + 2CB4DD7139D34F4A05CD80765BAE29C1 /* RCTSwitch.h */, + 692EBA62667C14C63CE10F85AD9FD0A5 /* RCTSwitch.m */, + 0CAAFE9BD1751EAF2F13107FF7AB0C64 /* RCTSwitchManager.h */, + B653FEE7A87FE9376DDBAC7AE95B86B5 /* RCTSwitchManager.m */, + 525143520A9947C60B5650A3EA8C04C3 /* RCTTextDecorationLineType.h */, + 89BFB9FB4FEF10CCB1D359D39891F82C /* RCTView.h */, + 283B6E4A456D223977E31944507FA660 /* RCTView.m */, + 83151235037E6E7D4BDFE04CCF3D33D5 /* RCTViewManager.h */, + D43BE4D0DC668941D9EAB6BB39B1C126 /* RCTViewManager.m */, + 0D9DE74158471188450EDF5F553EC376 /* RCTWrapperViewController.h */, + CA84310614F67EF95A0265F1CB91EBD7 /* RCTWrapperViewController.m */, + B8853D912F56C1E4415B4B221EFE6658 /* UIView+Private.h */, + 84498BE4096B289599F653C1CEED6364 /* UIView+React.h */, + CD2127891A6B18A6BD04307AA5226AC4 /* UIView+React.m */, + 7D7B5AD0FB0FAB86F7BB81A9CC309C32 /* RefreshControl */, + 4DEDF9522C07B6440130C5C0E999CEC0 /* SafeAreaView */, + A54277BFB618179CB912A893AA9D1E52 /* ScrollView */, + ); + name = Views; + path = React/Views; + sourceTree = ""; + }; + 615DDF8CE111432CFF815A92EBA95EF1 /* Pod */ = { + isa = PBXGroup; + children = ( + D65CEE4E2A7C0E4CBB4BFA5ED27C3215 /* LICENSE */, + E16A58EC7342B1950514D2F0413D4D93 /* README.md */, + AFF3C73F819AFE031E26C86FEDCE8EAD /* RNLocalize.podspec */, ); name = Pod; sourceTree = ""; }; - 6BE81D26CF8A21EDEBC636B376FC20CB /* TOCropViewController */ = { + 618229A324C494DC35D36C374F370A7C /* KeyCommands */ = { 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 */, + DA5ABD2D9C0BD533690B8F697DF8B413 /* RCTKeyCommandConstants.h */, + DF987384F38FD1AAFFA337BDF2A02A0A /* RCTKeyCommandConstants.m */, + 30253144D5884D5DD9C766DB51CD692D /* RCTKeyCommandsManager.h */, + A7C9419A94B57C70109F280F459DCD7D /* RCTKeyCommandsManager.m */, + BD8B1FDEF5EB0D963D369261F1BD157F /* Pod */, + 89D4F1589968D57DDEE5DDA829DDF829 /* Support Files */, ); - name = TOCropViewController; - path = TOCropViewController; + name = KeyCommands; + path = "../../node_modules/react-native-keycommands"; sourceTree = ""; }; - 6C9CF28A1ABD0F854668FE54FB4FB9E3 /* react-native-orientation-locker */ = { + 62527D5269D4ACAF4309AC01BB8C3EA9 /* Pod */ = { isa = PBXGroup; children = ( - ECE8C980337ACD444219FD25A98E35CE /* Orientation.h */, - 23297A2FE4CB2678FF4D5DDAD242BF8A /* Orientation.m */, - F2B6B4E8DFE8F51632393B687FF0147E /* Pod */, - A50342AB929EB809441B8EE8E54A76F6 /* Support Files */, - ); - name = "react-native-orientation-locker"; - path = "../../node_modules/react-native-orientation-locker"; - sourceTree = ""; - }; - 6CC11A92D9B1193B1EEA07600F2EDD44 /* Drivers */ = { - isa = PBXGroup; - children = ( - 5646641312F8355FE7CDCEC2CC3C51A0 /* RCTDecayAnimation.m */, - 13DB4275F1228B26DEF4C1B58A4FFC94 /* RCTEventAnimation.m */, - A48F2D5F47033AFB0C8134FAEF65F7F5 /* RCTFrameAnimation.m */, - CAA214D35A73D103363CD9902FF12287 /* RCTSpringAnimation.m */, - ); - name = Drivers; - path = Drivers; - sourceTree = ""; - }; - 6D4C1F7C4569B55713670CB93A776C36 /* Support Files */ = { - isa = PBXGroup; - children = ( - 7123BFB46004B3431DD663F033E03DD1 /* react-native-safe-area-context-dummy.m */, - B7A7C2483BFE17780191C9BC970A6950 /* react-native-safe-area-context-prefix.pch */, - E4EDC844B935E417B08F6DD2F53A5230 /* react-native-safe-area-context.debug.xcconfig */, - B4BB84C0E1EA1C9A6F91AB210E31DCF8 /* react-native-safe-area-context.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-safe-area-context"; - 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 = ""; - }; - 6DF4F00C2489824DAEC20341708B6BE9 /* EXWebBrowser */ = { - isa = PBXGroup; - children = ( - E5DBB3E00F5073F2F08B0412494739D7 /* EXWebBrowser.h */, - 57D31EE2DB8C56CA2C22F639F25C2300 /* EXWebBrowser.m */, - 32C8DC8BDE75A71BB2F933F75B0F61DE /* Pod */, - 68E30DB2F34C7A5F03A08C62053500E5 /* Support Files */, - ); - name = EXWebBrowser; - path = "../../node_modules/expo-web-browser/ios"; - sourceTree = ""; - }; - 6E9396A86AF3D17B4E44C05329B2A3EB /* react-native-simple-crypto */ = { - isa = PBXGroup; - children = ( - 9C5FEF79BEC743ECA2BD2FD673D93BCC /* RCTAes.h */, - 54252CD0E2DACD33DC19F6CBF62BEAAE /* RCTAes.m */, - D36E70401864585368ABB2D383EE25A2 /* RCTCrypto-Bridging-Header.h */, - 312AD8F9853410B90CE6A66D491989B9 /* RCTHmac.h */, - C157976D0315D3243173E456620503C2 /* RCTHmac.m */, - 3713EF18D3264C2CDA2136D0C920CCBC /* RCTPbkdf2.h */, - 68C4071F7402AF025C67CC9ECEF84224 /* RCTPbkdf2.m */, - 31C757ECB07B80B7BE811137F656A67C /* RCTRsa.h */, - 8AAB2DA2847E13161A38AE711E1C4B11 /* RCTRsa.m */, - D781CAE260BCE42C143152CA3C5A9B0A /* RCTRsaUtils.m */, - 14717AB7F29D68B559C1440E173AB413 /* RCTRsaUtils.swift */, - 5B795AF505822FA3531F882B0C34893F /* RCTSha.h */, - B31A938BA57C97018F16609A23751B50 /* RCTSha.m */, - B83676BEAFD0D5E2F0C71448D0859A3B /* RNRandomBytes.h */, - 104225B66F8B29F7CEB9F2572BC857F1 /* RNRandomBytes.m */, - 1EC018A45E44809318AAB283AD2D441A /* lib */, - 0B0048D3F52D131DDF0333C7F3A20DD2 /* Pod */, - 4B74FCF94945FFD9E65E34AA300283D3 /* Support Files */, - ); - name = "react-native-simple-crypto"; - path = "../../node_modules/react-native-simple-crypto"; - sourceTree = ""; - }; - 6E94D029F2001C7C8E950FE0FFBED222 /* RNCMaskedView */ = { - isa = PBXGroup; - children = ( - 206622DC3287496A98E1C54E082EDF64 /* RNCMaskedView.h */, - 6D50F32BF9A63201240E018732A575F1 /* RNCMaskedView.m */, - 60460FAC96393E1487924FD0B1CF7C7E /* RNCMaskedViewManager.h */, - 362BDF004E1BBD646E998F7B026A559D /* RNCMaskedViewManager.m */, - 9D6BD86646387D0EDD412B404933B253 /* Pod */, - B192038E01F2EE9A68398AD7D00E279B /* Support Files */, - ); - name = RNCMaskedView; - path = "../../node_modules/@react-native-community/masked-view"; - sourceTree = ""; - }; - 6F03EFFC55EEBBAD05709CFFC4E8D35A /* Pod */ = { - isa = PBXGroup; - children = ( - 5AA60301EEBFBDE0E9F30F09AF5A30C3 /* React.podspec */, + 1F2429032F18194D9CD9E7AFA85C15F6 /* LICENSE */, + 1C33EA9831C984BD106A0446ACD99BB4 /* README.md */, + B06DF741302F4650E43CF8DB09E261A1 /* RNConfigReader.podspec */, ); name = Pod; sourceTree = ""; }; - 6F9BAE336C5F374B96C5C686EE98BD70 /* Support Files */ = { + 629D6DDD520DC7A67A3C8F18153A8307 /* Pod */ = { isa = PBXGroup; children = ( - 7810AA7B61C66E5168A99227EFFF31A6 /* react-native-netinfo-dummy.m */, - EE0555599F439902A577EC867693A5E4 /* react-native-netinfo-prefix.pch */, - 7C177F3F39A73631C74791F4CC69AB21 /* react-native-netinfo.debug.xcconfig */, - 019D3CADAE0B6D570B084DDAF0470007 /* react-native-netinfo.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-netinfo"; - sourceTree = ""; - }; - 6FFAC6BD2B16BD22C39DDB20055275F2 /* ReactCommon */ = { - isa = PBXGroup; - children = ( - 7D9D8D66508F6981413CD5AFB1B44711 /* Support Files */, - EB1B8509EE96BDBBC32A26FA2032669F /* turbomodule */, - ); - name = ReactCommon; - path = "../../node_modules/react-native/ReactCommon"; - sourceTree = ""; - }; - 7076364A721E7B06DB38E1E75CA2593A /* React-RCTActionSheet */ = { - isa = PBXGroup; - children = ( - 77990E174E626C3D43BF6A2FD47BD9B9 /* Pod */, - 7638DBC8357E915B71C687DFA1E7FF98 /* Support Files */, - ); - name = "React-RCTActionSheet"; - path = "../../node_modules/react-native/Libraries/ActionSheetIOS"; - 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 = ""; - }; - 70C9A6D5028455BE23F84012635F2306 /* UMModuleRegistryProvider */ = { - isa = PBXGroup; - children = ( - B98F98841CC7FAEB021F21AC2BDBB0FE /* UMModuleRegistryProvider.h */, - 5F19BF0888DC953A24204C8E83DB1213 /* UMModuleRegistryProvider.m */, - ); - name = UMModuleRegistryProvider; - path = UMCore/UMModuleRegistryProvider; - sourceTree = ""; - }; - 71514343EB8E949BD30C8E3C1F98ED02 /* RCTTextHeaders */ = { - isa = PBXGroup; - children = ( - 6889340CC67C64F1B1B94142299ECB11 /* RCTConvert+Text.h */, - D5EBCB210CB63B044A5754806B1D222E /* RCTTextAttributes.h */, - 60C3A76FCF7214B6049F669CCB7EDEF1 /* RCTTextTransform.h */, - 51D5ED15E09274F0F4DA8DF86A8DB643 /* BaseText */, - 09965D7B1CFBD4868DDF478D22ACA1ED /* RawText */, - 0AB2F95A2259C106C3D7793F8DC63062 /* Text */, - 970D8EC66C9F818EA089194F5D5C6F10 /* TextInput */, - 3CE0E57E674EEB4472D313372E386AB3 /* VirtualText */, - ); - name = RCTTextHeaders; - sourceTree = ""; - }; - 7163C485E4F2027E58B93D1E06752826 /* Pod */ = { - isa = PBXGroup; - children = ( - A1B5D2470AD108B97A818456DA5D4E32 /* advancedIos.md */, - 09078B378F3ABC34A333143BB0C673B6 /* installation.md */, - E4792433FD3FA7B39FC56EA7179BD1E3 /* LICENSE */, - 94831F98325A4DF50B6A3E021FAE698E /* localNotifications.md */, - 8A3F32AAF54EFAA2F4C4DC5F1A171DC1 /* notificationsEvents.md */, - 35381B7B8445D4F563B8FF04EE7FC323 /* react-native-notifications.podspec */, - 7FE06624B62C3448A1AE72DA79C99F17 /* README.md */, - 06DE441B6B66C334B96C32F2BE249AAE /* subscription.md */, + 5553E346BADDE70401FF7D6D3DDD0E74 /* LICENSE */, + 1E1EAEDB92E87942A0B2E506F02C4097 /* README.md */, + 6AA3F16C584B1FF3FE1F8AEDCF40FBCA /* RNFastImage.podspec */, ); name = Pod; sourceTree = ""; }; - 72564BC5129021AD960F7A2156454FF3 /* UMBarCodeScannerInterface */ = { + 6476CF04C24A17E4F20E51AE3D6E8E01 /* UMPermissionsInterface */ = { isa = PBXGroup; children = ( - 2A2D7ADBCBB430C18C3A64D5CF4E171E /* UMBarCodeScannerInterface.h */, - 0F38A35FD7B4B103E2316F47ED5EB8ED /* UMBarCodeScannerProviderInterface.h */, - B9C337BED5CFB0AC6E2F059776DF757D /* Pod */, - F68E4928B770EEED3B5735BEDDABDD3F /* Support Files */, + F231A1BA3BFD6465F7B42C9E7985E7B1 /* UMPermissionsInterface.h */, + 63A0E08F4206C9CB1CB65362CBBAC86A /* UMPermissionsMethodsDelegate.h */, + 5C4648B4219465B2D6D342E0BA3B8326 /* UMPermissionsMethodsDelegate.m */, + 6100E7BB8D73A5AA246304DD9F7F8325 /* UMUserNotificationCenterProxyInterface.h */, + F86C1FEF11B034903BF333586DEF6D7F /* Pod */, + E483A63C067044559B80C15BC1F1BA08 /* Support Files */, ); - name = UMBarCodeScannerInterface; - path = "../../node_modules/unimodules-barcode-scanner-interface/ios"; + name = UMPermissionsInterface; + path = "../../node_modules/unimodules-permissions-interface/ios"; sourceTree = ""; }; - 728835A18132D8C096CA6029A2D9D4AF /* Core */ = { + 64B875B6B69968F7B37D75BA9D4E287C /* Pod */ = { 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 */, + 8E9B4796B9DD5E8FEA3E6B5C6379B72B /* LICENSE */, + AF9D3A87C108DE0F7AC6D608AAC82D5A /* react-native-jitsi-meet.podspec */, + D802B713448382FB0F497387B29E647F /* README.md */, ); - name = Core; + name = Pod; sourceTree = ""; }; - 72942E902B96B99D4A887A49334CB5ED /* rn-fetch-blob */ = { + 653FC92E0E9A0B7456C7AC79580DD13A /* Support Files */ = { isa = PBXGroup; children = ( - B7612B75AFD48607234185EB579D616F /* IOS7Polyfill.h */, - D5D3BA46E5493BAC7A0A6A5790529468 /* RNFetchBlobConst.h */, - CBF279547224E391A6D61AF6BA8D8B30 /* RNFetchBlobConst.m */, - 029B46A552B0D258E1CC3D1109C87E1D /* RNFetchBlobFS.h */, - 26E63A5AE5310A423A04A7ED8197F37F /* RNFetchBlobFS.m */, - 3EC846996E48781196A9ED0CCE8D2E17 /* RNFetchBlobNetwork.h */, - F42A3E6D85625C30655B009397B6CD77 /* RNFetchBlobNetwork.m */, - A93ABF4C4C5E4ABA14C34080C891D277 /* RNFetchBlobProgress.h */, - 0172E17D6E4E5044BB550E322A73FB7E /* RNFetchBlobProgress.m */, - 74E046DC200091BD11B686E38F5EF577 /* RNFetchBlobReqBuilder.h */, - 0679DDA06F6083ADCCB39D00724A4529 /* RNFetchBlobReqBuilder.m */, - E073131591CCE82B643BF8FC8877E559 /* RNFetchBlobRequest.h */, - 474CA0F59A4B9C310FFF495EDB5C7D06 /* RNFetchBlobRequest.m */, - 2E4FFEABB3CBD817DC681B9CB0AE2122 /* Pod */, - 69F4C8A8B20B6E72E429AF0C5C216024 /* RNFetchBlob */, - 5489C6F2389923099126961E9CE5BA02 /* Support Files */, - ); - name = "rn-fetch-blob"; - path = "../../node_modules/rn-fetch-blob"; - sourceTree = ""; - }; - 741926EC4FD0C96BFFBD6052268FD0EA /* Environment */ = { - isa = PBXGroup; - children = ( - 21B571A63D7013EE0C82F28180BF31F8 /* GULAppEnvironmentUtil.h */, - FD83A6388F4FE63CA6DA9E4046756797 /* GULAppEnvironmentUtil.m */, - E5829883783F778ADA8007BB600B4958 /* GULHeartbeatDateStorage.h */, - F3D9947B7637DFBA6E3F2645FC8B2E11 /* GULHeartbeatDateStorage.m */, - 65DE5D2135FF2428D738213E5E7E1977 /* GULKeychainStorage.h */, - 24D620A3E5583AFCA1B0728AABBA7D8D /* GULKeychainStorage.m */, - FF01D9DC2BEE0CBCECCE73397F244361 /* GULKeychainUtils.h */, - 7B3CCC623058690AD5F00C57BFB79B3D /* GULKeychainUtils.m */, - 028797E09D645D2173701B0334CA976B /* GULSecureCoding.h */, - C3057285D89CD9A3A8F3B341A57A5E2F /* GULSecureCoding.m */, - ); - name = Environment; - sourceTree = ""; - }; - 7638DBC8357E915B71C687DFA1E7FF98 /* Support Files */ = { - isa = PBXGroup; - children = ( - FDE462179675AFD4DCD749537003DF93 /* React-RCTActionSheet.debug.xcconfig */, - 9B699102AFEA45C8A1FB25CD8C39FEB2 /* React-RCTActionSheet.release.xcconfig */, + C4A7A6600223D43314D7369806F572D7 /* react-native-appearance-dummy.m */, + 4C490CA5D0ADBD9142A45F544671646A /* react-native-appearance-prefix.pch */, + CE4B436DBBDA9A46B021E499714E96ED /* react-native-appearance.debug.xcconfig */, + C81D53311C3D5BDA006D183ED5B0540D /* react-native-appearance.release.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTActionSheet"; + path = "../../ios/Pods/Target Support Files/react-native-appearance"; sourceTree = ""; }; - 772DF446F3587FC40F43A9F1891C021A /* Source */ = { + 662FCF669053E710B3CD75DB425197D2 /* Support Files */ = { isa = PBXGroup; children = ( - 18EA0DB4508261118A379726AE046469 /* BSG_KSCrashReportWriter.h */, - D997B92F8D20664BC53C00438086C891 /* BSGConnectivity.h */, - 453CE6C887F1EBE164D6F608B6EDB7AB /* BSGConnectivity.m */, - 17577A6287D04D2AAE4C0CE7D0E4DC84 /* BSGOutOfMemoryWatchdog.h */, - DF30314220FF7C4C3E020C4FD9BD53A2 /* BSGOutOfMemoryWatchdog.m */, - 70C5F8825983D439F7613DFE8ED65B37 /* BSGSerialization.h */, - C11CC0DA5D4925CE4831B70BCF2C8541 /* BSGSerialization.m */, - 4804FA914CF93AC90DC9A1DE78C8D46F /* Bugsnag.h */, - 648E277199F914BBE555D17096F7D9EE /* Bugsnag.m */, - B34A4B374608A43CF5D2FF72ECFB36B2 /* BugsnagApiClient.h */, - 9621EAC1A48E39C15ECEF2A85EA69276 /* BugsnagApiClient.m */, - 191DE639E4AD159AB956046DE73BB188 /* BugsnagBreadcrumb.h */, - 76C7B352ECB59D6AD00538A93798281B /* BugsnagBreadcrumb.m */, - E4705916CD3930EAA96410D467103F84 /* BugsnagCollections.h */, - 5D63F9796DF3AB6C77AE6576299B551A /* BugsnagCollections.m */, - 2E571E9C342F4A0E9D60A8E057938A20 /* BugsnagConfiguration.h */, - 0FA23E27D245CE31B7AB6C21FCC18BCA /* BugsnagConfiguration.m */, - 389F204A875DD6CE7B8C65D858001782 /* BugsnagCrashReport.h */, - F2A072DAD06828D908B0B35346A48E71 /* BugsnagCrashReport.m */, - 5FB99CF1CC114E05182DC021285AECBD /* BugsnagCrashSentry.h */, - 48D1735E0772C687E3A210CFC777CE3C /* BugsnagCrashSentry.m */, - 3224C090E0B2DC3BC8F0792F8AE4C441 /* BugsnagErrorReportApiClient.h */, - 15F55F336E286AF3890390511ECB1AC8 /* BugsnagErrorReportApiClient.m */, - 83D7AF775990369F3D9E099505923CF2 /* BugsnagFileStore.h */, - 8FE11E92FC612767470FF1C8EFCBE972 /* BugsnagFileStore.m */, - B1118A7106888A184A27F645E70888EE /* BugsnagHandledState.h */, - 2EDC49DDA18E23DB506A14E75125AF81 /* BugsnagHandledState.m */, - DEFFAC9B47503A331DAEE8DC2D876A8C /* BugsnagKeys.h */, - 8069C72715BDA8AF18D9710409B97C17 /* BugsnagKSCrashSysInfoParser.h */, - EFDFCDE94CDF746209CBEB2B7BC91572 /* BugsnagKSCrashSysInfoParser.m */, - E64431EDFC5EFEE5B9D8937D8E468B58 /* BugsnagLogger.h */, - 85DDC7298EF095E4DDF84D026B49B3B3 /* BugsnagMetaData.h */, - 57BADC325C1FE93D8056A13D96053C8C /* BugsnagMetaData.m */, - 0881EDB5DB96EA4EEA2D247C213547CB /* BugsnagNotifier.h */, - 401C8573E98CD4811542AD1F93FA111E /* BugsnagNotifier.m */, - AB7CA7C82E554C97E312AA1DE078E964 /* BugsnagPlugin.h */, - 4DA5939CC48C178B945462419AB51B81 /* BugsnagSession.h */, - BC692AC1CDC21E2E1E0C6FB07E1D8014 /* BugsnagSession.m */, - A21BA0836608702D1E04DBBED5D8B75D /* BugsnagSessionFileStore.h */, - 6DE6A21AFE5E9F7228A18EB2CC7330FD /* BugsnagSessionFileStore.m */, - C28AC0140929CEA0609A6EA15CF44008 /* BugsnagSessionTracker.h */, - 5BB1F174C7957262EE2FE776CD740639 /* BugsnagSessionTracker.m */, - 016A7933334987C24C2C71CF3A45D38C /* BugsnagSessionTrackingApiClient.h */, - 35353A2CDCEFBD5443431680626D7747 /* BugsnagSessionTrackingApiClient.m */, - 1652F768E1CB796E44E98D5AA3B0E08F /* BugsnagSessionTrackingPayload.h */, - DA3C406D277BFC9C784175E0127DCA0E /* BugsnagSessionTrackingPayload.m */, - 5EA1B7A34FAC4C871745B44392CC6F57 /* BugsnagSink.h */, - 999C48F45B59BCC5732D60EA07E756DF /* BugsnagSink.m */, - 90BAFD9E5CB55BDC218F6DBF3D6BF619 /* BugsnagUser.h */, - 69F85DC62BF24577277A28D728520FD7 /* BugsnagUser.m */, - 8D7F47D5903AF86D3981C401C7313F9F /* Private.h */, - 3EF65C6520D16FF0A7D1BA2A128BABF1 /* KSCrash */, + 15F1FE22AA67FAD779F2DC73FD7D617B /* RNCPicker-dummy.m */, + 43F37416C98E899929DC3A5F7F28B740 /* RNCPicker-prefix.pch */, + 4B0C3CDA208AF8D2A8C7E3CCA72353FB /* RNCPicker.debug.xcconfig */, + 65F096EC62AFEC1C476843CCEC61C836 /* RNCPicker.release.xcconfig */, ); - name = Source; - path = Source; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNCPicker"; + sourceTree = ""; + }; + 6630D43ED7A96CA4791B7F1B3F88A161 /* Text */ = { + isa = PBXGroup; + children = ( + 8D423D21B793D46865977815E159F184 /* NSTextStorage+FontScaling.h */, + 5945A137A96E6AC5819B6E69FDF5A8B4 /* RCTTextShadowView.h */, + D2C57C570879924C7F6A10A037E8D0A0 /* RCTTextView.h */, + 4F4446F3A5CBCDD5BEEF2C236855C895 /* RCTTextViewManager.h */, + ); + name = Text; + path = Libraries/Text/Text; + sourceTree = ""; + }; + 66AD7671020A5FDF73BFC01D7BAB4967 /* FBDefines */ = { + isa = PBXGroup; + children = ( + B67A002D93EDF8F480DA3EC8678AF015 /* FBDefines.h */, + ); + name = FBDefines; + sourceTree = ""; + }; + 6704C438F9604AED4A5DF379DA1ED090 /* Support Files */ = { + isa = PBXGroup; + children = ( + EE3D347574E9CB1DC0DC1F4D07912D5F /* react-native-webview-dummy.m */, + CF47AC5ACD9C134EBC33B8925384997F /* react-native-webview-prefix.pch */, + B36C70692800D9381762635E2B536FB7 /* react-native-webview.debug.xcconfig */, + 9BCFC2F04C83164EEEADD25EA93E97CE /* react-native-webview.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-webview"; + sourceTree = ""; + }; + 6864772E005481ABE5E4B1691984B889 /* glog */ = { + isa = PBXGroup; + children = ( + E21F3A38E62F3B05B98B31168E2D7AB5 /* demangle.cc */, + 398A7B5DD984354CADA9514889D07A35 /* log_severity.h */, + 7C05AE8BC8044AA7ABCD32D963A4F037 /* logging.cc */, + 9A6467CBA3F71FAC1D8E4564BFE4A17B /* logging.h */, + E5679BAC27750C8711A97E3A409F92AE /* raw_logging.cc */, + 707350543CB765161BB8FCCB9BF0C27A /* raw_logging.h */, + 5D9641495B44E97789827E0A26A26515 /* signalhandler.cc */, + 87ADB7291DC30E14C59F60AA8ACEE61B /* stl_logging.h */, + 120D110B871AB8D4AC2D0F22AB40D33F /* symbolize.cc */, + CDBAF11EE0AB54F7455DCDF6312FB50C /* utilities.cc */, + D4D4556163BC664DB4670903B754898B /* vlog_is_on.cc */, + DF504E68E0611ACCDEB2AAFD59F9C7EA /* vlog_is_on.h */, + B26DB47A53AAF872E21082B4A29A5850 /* Support Files */, + ); + name = glog; + path = glog; + sourceTree = ""; + }; + 68EC8EC054C2C443355CB7517146F877 /* react-native-appearance */ = { + isa = PBXGroup; + children = ( + 7021B0891E3EF2D15D5F8A95B5F222E9 /* RNCAppearance.h */, + F31840965883EECBEC12CEE78559CB40 /* RNCAppearance.m */, + AB1F43DF9FFB65E29F83524B800A104B /* RNCAppearanceProvider.h */, + 589E724A0E386FF07717A4B5EE8A0257 /* RNCAppearanceProvider.m */, + 070F18339D9AFCA96A1CDF839279C722 /* RNCAppearanceProviderManager.h */, + 4CD8DA4C212464019787C9652828E75D /* RNCAppearanceProviderManager.m */, + 53E30F39C1277C9E6F97E3992A958C7D /* Pod */, + 653FC92E0E9A0B7456C7AC79580DD13A /* Support Files */, + ); + name = "react-native-appearance"; + path = "../../node_modules/react-native-appearance"; + sourceTree = ""; + }; + 68F08CB878ADB1F1EF85CAA647A90D76 /* Pod */ = { + isa = PBXGroup; + children = ( + 7913198B477772C3061107B8816EE018 /* EXKeepAwake.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 68F51CD435EE9F1B16104E4DE5715B3C /* Support Files */ = { + isa = PBXGroup; + children = ( + 840226597F6DB7D65A7A50F22B6CC7AD /* Flipper-Glog-dummy.m */, + 2C7B073E8D50F79DF4F93FDED4BCBC6C /* Flipper-Glog-prefix.pch */, + 4C1566837340BF7C0C84C43F777AAA90 /* Flipper-Glog.debug.xcconfig */, + F0FADEFAB5C88FF56A835C1336268C61 /* Flipper-Glog.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Flipper-Glog"; + sourceTree = ""; + }; + 693E27822C655DEF129CE932C794D6FB /* Support Files */ = { + isa = PBXGroup; + children = ( + 855F7A3CF874463A56DA0D4778D4D4A1 /* Yoga.modulemap */, + 980F688F126B28D89B9869080DD7DDB1 /* Yoga-dummy.m */, + 481948D307D981D5AC477C8DB7BDF314 /* Yoga-prefix.pch */, + 99A68372100BC85DF5F8BCCF9FA5CEFF /* Yoga-umbrella.h */, + 777B7D1E0E46481A3E11E42C7217466F /* Yoga.debug.xcconfig */, + D364AF2B7DC1E93D481F46758C852B0D /* Yoga.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/Yoga"; + sourceTree = ""; + }; + 6AB6867959D202EFCF6546C4FDA45300 /* Pod */ = { + isa = PBXGroup; + children = ( + 3BE4BA3904D5EC8E657BEC61E1AD4D66 /* EXVideoThumbnails.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 6AE57F43F79A8F989303E71F6E94FE7F /* Pod */ = { + isa = PBXGroup; + children = ( + 4E88D46F1ECAA9109BC46500C2CFF55F /* LICENSE */, + 72538BAC908B8990BB5F2942A1384909 /* README.md */, + D73B5BD1795FA6B08D47B29568DD119A /* RNDeviceInfo.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 6BFD7D43923885137AD22FEE20323529 /* RNLocalize */ = { + isa = PBXGroup; + children = ( + A16D42E72E7E713D27F703123DBA08D4 /* RNLocalize.h */, + B47676482F61D08B17424116B3C6B339 /* RNLocalize.m */, + 615DDF8CE111432CFF815A92EBA95EF1 /* Pod */, + 23A271B72B5095F8E17638EB1EB59059 /* Support Files */, + ); + name = RNLocalize; + path = "../../node_modules/react-native-localize"; + sourceTree = ""; + }; + 6D10400CC206183F318528E0FA418FBE /* Support Files */ = { + isa = PBXGroup; + children = ( + 43B66A1B80E470C0C37D64F1DECB3C48 /* RNFastImage-dummy.m */, + 6F1F12F726608955FFAF53E87E0D6155 /* RNFastImage-prefix.pch */, + 8A629F097736E5635D52E432873B9D16 /* RNFastImage.debug.xcconfig */, + A891673F678E98FCD3FEF21059E42F58 /* RNFastImage.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNFastImage"; + sourceTree = ""; + }; + 6DF33049ACFB43441876D7D27980D156 /* Reporting */ = { + isa = PBXGroup; + children = ( + E027BB5EB0E4DD47073F5554FA194FAD /* Filters */, + ); + name = Reporting; + path = Reporting; + sourceTree = ""; + }; + 6EEB8DF56E0854BEFDE1D673F12FAEED /* Flipper-RSocket */ = { + isa = PBXGroup; + children = ( + 51F9F8E1C33199E46CC00F0096C39038 /* Allowance.h */, + 15AB6C05773C5C9AAA313685CB07DF54 /* AsyncGeneratorShim.h */, + 23D5465FF5E7AF235A8C937B7825F807 /* BaselinesAsyncSocket.cpp */, + 104733100D22EFE68FE6391391FEF16A /* BaselinesTcp.cpp */, + 47BE065CDE4309C38F758D3E5370F116 /* Benchmarks.cpp */, + B5244B70B4AE0558868A58E004970940 /* CancelingSubscriber.h */, + 195B3151D310A8330BBF5B9611B33B2E /* ChannelRequester.cpp */, + 399F83281009855CCD37D59365443250 /* ChannelRequester.h */, + 49A2CBEACA6F1C93BB82E5B8DEAF02F3 /* ChannelResponder.cpp */, + DE132DCE87A7DD7DAA92DFAE1DB503B6 /* ChannelResponder.h */, + 1EE23EECE9B574408E139CA005EA9092 /* ClientResumeStatusCallback.h */, + C212C2AEFC8FAA24E156E7355186F84D /* CMakeLists.txt */, + F72963F52FD496879703188F65A99526 /* ColdResumeHandler.cpp */, + 1E8CDA73D69A21C6B92DBDA66F717E10 /* ColdResumeHandler.h */, + 29BA0958159D12891116C0D787E35097 /* Common.cpp */, + 551D18FAB61C37CC1E5F557EB6688458 /* Common.h */, + C36E75087875F8F645C88044142983C8 /* ConnectionAcceptor.h */, + 113FA43D3E8537BE2362655AD4FA87E3 /* ConnectionFactory.h */, + 73F932A6F9FD76BB3E57E6D2DE2C1C99 /* ConnectionSet.cpp */, + 385CED51FA2863397026CCCE32AFC7A2 /* ConnectionSet.h */, + 878A2B577E844C22F04358EBB6C895C6 /* ConsumerBase.cpp */, + 11F90EC1A069C8F916D95639CAE5056C /* ConsumerBase.h */, + C1459759F9889A9BEA6ED067C3DF2E87 /* DeferFlowable.h */, + 78F7C3D535D8D765ADD80DF88B39D21F /* DeferObservable.h */, + F31D51E8C7909AA1C6D2152AA84B7B2A /* DuplexConnection.h */, + 3E965A188A7D08274F9005A597300938 /* EmitterFlowable.h */, + 28AC5DC8B5AC04042ABD5E59E1CB3971 /* ErrorCode.cpp */, + D2A55B780774E681D3A33AE85F640433 /* ErrorCode.h */, + 2B493902948CBF6B705CCF5BCFFF4347 /* FireAndForgetResponder.cpp */, + CE27A8013438FCC115B3FD377D97EC88 /* FireAndForgetResponder.h */, + E7DB78A469EAC23B31ED7B8BA8079489 /* FireForgetThroughputTcp.cpp */, + 022FD01EBAC9AA0596186DCF3185EA20 /* Fixture.cpp */, + F7DE9F2E6AB122579861FB5FE076D6F5 /* Fixture.h */, + 469A2DFB7AD8A74D1BBF096E6F79E943 /* Flowable.h */, + E9754DA6E35E1BD84A36CBA255F72D5C /* Flowable_FromObservable.h */, + 8A60049895A1154F956D5093C209FE5F /* FlowableConcatOperators.h */, + E467A8B50B58168036F19E2B114B2596 /* FlowableDoOperator.h */, + 93D5364DC40E8DC14081D7AB3144A41D /* FlowableObserveOnOperator.h */, + 587F26148E61B7DEB22814A832567206 /* FlowableOperator.h */, + A22F80E27D32975038B462D0C0D8B74C /* Flowables.cpp */, + BC12B21FD3909231970AE5BFC90E6268 /* Flowables.h */, + 643CECEF489BAA87902FCBCB5F6DD10C /* FlowableTimeoutOperator.h */, + 63841BB94CB15DE867B2F59583607D17 /* Frame.cpp */, + D669D7480929B2D9899A4916A2B1B2BD /* Frame.h */, + 735B6FDBC34EA389B644AC0048BCE41B /* FramedDuplexConnection.cpp */, + 32C047F073C633D3B8C1E23EB0B012D4 /* FramedDuplexConnection.h */, + 6020EDBE7A76AB9B6DB1C15060E056E4 /* FramedReader.cpp */, + 104F59A300D5286AED3D528C51EF3C0F /* FramedReader.h */, + 43465B1C30832E0EA4B3DD3BD246A3FD /* FrameFlags.cpp */, + 9DA16AD18302E8075280694433E36E21 /* FrameFlags.h */, + 03C3BBAC3F09F33F546209A395B1255B /* FrameHeader.cpp */, + 56F3DA0DCC58F518AE63CE8368CA85B9 /* FrameHeader.h */, + 6F475B7B1ECC1601DA88B711C7CCF072 /* FrameProcessor.h */, + 85C0C950890366219E848914718F3D49 /* Framer.cpp */, + 18B9C1CE9AA54FD3AD1EA66F566F210E /* Framer.h */, + 4131232F8CD2416593BF5F3417DAEA56 /* FrameSerializer.cpp */, + B98C2552B4E40D371C5AE563ED3CF84A /* FrameSerializer.h */, + BEA0E0DDA4F92DCC56BB4274CAF70AA8 /* FrameSerializer_v1_0.cpp */, + BBB13939C27BF43617E5B0462155F37B /* FrameSerializer_v1_0.h */, + E1DFC889F43FCB4BD033E177DF1888E9 /* FrameTransport.h */, + 6CF57731FCE2D3595E8C1EA82DBAC837 /* FrameTransportImpl.cpp */, + 80FCDF728A1B8E501B706A634DD3F763 /* FrameTransportImpl.h */, + 36751EAFD8737CBA71ACE6AE6DE787DB /* FrameType.cpp */, + B9DE926154FE7BE7746C3FFAC88DAC08 /* FrameType.h */, + 9C4C92982C67C40EEECC304092E3F6B1 /* KeepaliveTimer.cpp */, + A1810D069E500957BB0BA157A5AF00A1 /* KeepaliveTimer.h */, + D507F944D3101FBA78D566B828596886 /* Latch.h */, + A3C5623B802ADDC4AD77C9F9901F4DF7 /* Observable.h */, + 82921B227FE7FCFE5A2622DA7C7BE89D /* ObservableConcatOperators.h */, + D5957806A015D3FCBC3E4111A67D9A25 /* ObservableDoOperator.h */, + FF54AF83464A04194D4707DFBBF64E42 /* ObservableOperator.h */, + 0DD8E23DBD27703F44013394C697B791 /* Observables.cpp */, + 350F052FA90998BE61C8F0E5E7D085C1 /* Observables.h */, + 656296C8B2ABA967C84B20B99B83A44B /* Observer.h */, + E9D078DE28E1B7F0DBBFDC00C2530A1A /* Payload.cpp */, + 2806000212A615AD493FCBD75DE46D48 /* Payload.h */, + FDBE6CBF99C99C690F3642797BCFAF14 /* ProtocolVersion.cpp */, + 839404ABEA2F862B694C686FDD31A753 /* ProtocolVersion.h */, + B06E9DA1B1418D462548DB2CCC4E95B3 /* PublisherBase.cpp */, + A3829A947BADFE7A474B52C731E88EC6 /* PublisherBase.h */, + A8B605980B43EB8C26FBBA0DA3CE2423 /* PublishProcessor.h */, + 9514ADD452F0A28CBC3E77263C950AB4 /* README.md */, + 910AB6F66609017BD778A46DDDE4BF2E /* README.md */, + 63A3245670CE821B0610ABE8E2524C7B /* RequestResponseRequester.cpp */, + 39D0AD7F6760F993FF195104CBE5F92B /* RequestResponseRequester.h */, + 167BA3044C757A2DDB6A673EDA7D1018 /* RequestResponseResponder.cpp */, + 45B6B2E20D6940BCA7B4E5F8A1079EA6 /* RequestResponseResponder.h */, + 7D07BE3E42B0A947B568B8AFAC5898FA /* RequestResponseThroughputTcp.cpp */, + 9FE505EB38E4A71416D7DF5EE2EEC50F /* ResumeIdentificationToken.cpp */, + 3D52422309D9F61EE651822F6D066250 /* ResumeIdentificationToken.h */, + 81A1F815BDEA824B4B854EA820E3BAFD /* ResumeManager.h */, + C1902D739F61AADA5CBEA5012D417437 /* RSocket.cpp */, + 72018EF8F6BC08C888661894C6FFA629 /* RSocket.h */, + CA19C7E1C8B2027281711797BD1CFEBE /* RSocketClient.cpp */, + A428EACC4DD9E0E197A79EED0D873085 /* RSocketClient.h */, + B0D79D280EB7223B30101F625162CB26 /* RSocketConnectionEvents.h */, + FD6038BF022EBBCCC68893AA0DB59E3C /* RSocketErrors.h */, + 15193714CFF0BA69D9B459FEB90D3784 /* RSocketException.h */, + FE303ABE11B2C0228DA84ED0AF7EB609 /* RSocketParameters.cpp */, + 79F2449702C653F5B5999E6B7A752AE4 /* RSocketParameters.h */, + 69AB673B7A348C4C94264C2BB573C350 /* RSocketRequester.cpp */, + DD610438F87D45ECB4EFA81B9EC8E5FD /* RSocketRequester.h */, + FBB29CFF96EC1E535059194D62EAC9C2 /* RSocketResponder.cpp */, + B6135B48E4C99ABB7EE790503CD59273 /* RSocketResponder.h */, + E0DDAA4DAD1578AB7996E52507695115 /* RSocketServer.cpp */, + C3A33036A09CE67333BB788D99ACD9C9 /* RSocketServer.h */, + 21C4756100DEEF7422D3868D7EF61461 /* RSocketServerState.h */, + 4344C2F9BD785FE053C2FD59DDCF8F5B /* RSocketServiceHandler.cpp */, + 31EA48F054062018A49A15951D76144F /* RSocketServiceHandler.h */, + B58B3E420EF47BBBED5E9845E901FEA4 /* RSocketStateMachine.cpp */, + 140CDC6C9BDA31624EA5F97DE5E78813 /* RSocketStateMachine.h */, + 958C08A92F5BE439E11E4013B9DE5A05 /* RSocketStats.cpp */, + 39619B311DDE1BDADD29E609CBBF65E2 /* RSocketStats.h */, + E0B4CFAA28EA8C6D97508123E0EAC22F /* RSocketTransport.h */, + 11E06802CE2237C23561EEEADC347A2B /* ScheduledFrameProcessor.cpp */, + BDA6EFCD3F045BD3D2AE7795920E4881 /* ScheduledFrameProcessor.h */, + A6A79BF2E25D10DB6396799F9E57A446 /* ScheduledFrameTransport.cpp */, + B9FF7F138AB76F942022A194076EF0E7 /* ScheduledFrameTransport.h */, + 76015B161D8C1B972094A4A618F1CCD0 /* ScheduledRSocketResponder.cpp */, + B62F8A4065C644EB76B9871568B38E04 /* ScheduledRSocketResponder.h */, + B8931339F89CEB9861616D62E8BB658C /* ScheduledSingleObserver.h */, + E530166D1821FC33C463277917BB8AFE /* ScheduledSingleSubscription.cpp */, + C048A051312372BB276A01ADB2CB0456 /* ScheduledSingleSubscription.h */, + 270F7BC73A275A031CB7685EF596B7BF /* ScheduledSubscriber.h */, + 95A1E93601C12F1781D784BF5653A2E3 /* ScheduledSubscription.cpp */, + 4B697D7EEA5C671396BE0E13FE531C05 /* ScheduledSubscription.h */, + 0B137A6DB53C26D0534A52028AE00707 /* SetupResumeAcceptor.cpp */, + 46BEFAA50A7C916B3F9E80A3C53B0869 /* SetupResumeAcceptor.h */, + 2EC5EE2219A430052EB7B793DE2EAFAA /* StackTraceUtils.h */, + 19FCFFFD4FA75C7C7339A0CC154D5EE1 /* StreamFragmentAccumulator.cpp */, + 6A5C748FED4E85E55B7282160F2768BB /* StreamFragmentAccumulator.h */, + 7A5CBC6CD9E352A77F6BE953D0EDC8D2 /* StreamRequester.cpp */, + 4977DE88A8608852C65F4B49C119190A /* StreamRequester.h */, + F31FF9EB75D8FD46BF7C1FABA1BDEE65 /* StreamResponder.cpp */, + 25DEEB0A9C61FDC04D20711FC9E77971 /* StreamResponder.h */, + 58E1337DA51BD557055EE82670DF7E84 /* StreamStateMachineBase.cpp */, + 641B4945ECABFBEDD9F81BDDAF11B00A /* StreamStateMachineBase.h */, + 815A58B5EAD79B08BE484549805C2DC5 /* StreamsWriter.cpp */, + E24DB9E8BC509CF097138492C39B06D0 /* StreamsWriter.h */, + 4B57043A1E7AB174C4D9B2E42FC25B83 /* StreamThroughputMemory.cpp */, + 781C2734933B3DBEAFF2E307704A3A38 /* StreamThroughputTcp.cpp */, + 2B8070A71C0884845474071F4202A7AC /* Subscriber.h */, + 3BE5134ACC6E8291FBF403BE1D1B555A /* Subscription.cpp */, + 2093BF8FEC8A0247DF46CBC4EF399B6B /* Subscription.cpp */, + 18F3BB4506FAD42237945A2C6A45E0D5 /* Subscription.h */, + F56C7D4811CB497A132E49926268B968 /* Subscription.h */, + D6F4BFED76AAC426EDE10DCE79F2AF67 /* SwappableEventBase.cpp */, + B04D13C784237CA4DA6134EB54F5848A /* SwappableEventBase.h */, + 10889882D650152B62B3A443C16379A0 /* TcpConnectionAcceptor.cpp */, + 32551C1EE4A11E472EE2CD6BF852BC92 /* TcpConnectionAcceptor.h */, + E808A27834D76C03E14DA3C1AB4590A8 /* TcpConnectionFactory.cpp */, + 2222A73D64B6F116BF4A6EC722D922CF /* TcpConnectionFactory.h */, + CBB0609C3A479080E60A786ADCE6E206 /* TcpDuplexConnection.cpp */, + 1560AD597FCF863C00245E15C9895935 /* TcpDuplexConnection.h */, + 5B7357143B10DBA1595AEDDD3798CAE7 /* TestObserver.h */, + 013D372982CD07531F05547EA1730D48 /* TestSubscriber.h */, + C8368353617C61E8E3EBA0112F1A26CE /* ThriftStreamShim.h */, + 6C0A9B72618072B9B714F47C14505594 /* Throughput.h */, + A3499D64E35248D63EF3D1344B2E7EFE /* WarmResumeManager.cpp */, + 433D78528AAE38101A5BB5C22EA608B5 /* WarmResumeManager.h */, + 33D18BDD61207EBBA5E1E6BA0D349AD1 /* Support Files */, + ); + name = "Flipper-RSocket"; + path = "Flipper-RSocket"; + sourceTree = ""; + }; + 6F280579C7A6F8059AF405041DCDA069 /* FlipperKitUserDefaultsPlugin */ = { + isa = PBXGroup; + children = ( + F4D8261765BB6EFE0A638F7D3466A8F4 /* FKUserDefaultsPlugin.h */, + 516695927F0E488CDDDA79154D38DDBA /* FKUserDefaultsPlugin.m */, + 877A5D5325249E30BF3C1EBD4B5020C9 /* FKUserDefaultsSwizzleUtility.h */, + 187A386227D80761602FED1EBF503530 /* FKUserDefaultsSwizzleUtility.m */, + ); + name = FlipperKitUserDefaultsPlugin; + sourceTree = ""; + }; + 6FDB188353DE628E990F068DAB90AB6D /* EXHaptics */ = { + isa = PBXGroup; + children = ( + 0481ABC052E4E34D2F7D4F324992920A /* EXHapticsModule.h */, + 625F3C8AFC8E6A4C1D95E83C0AF72894 /* EXHapticsModule.m */, + 39FB52FAB818ED782B7CDC2BDD5CD623 /* Pod */, + D7FBB148027D1CCEE7C315F3274D197F /* Support Files */, + ); + name = EXHaptics; + path = "../../node_modules/expo-haptics/ios"; + sourceTree = ""; + }; + 6FDCBF6B2A4059BEFDBA2C6CAA9E0CB5 /* Pod */ = { + isa = PBXGroup; + children = ( + AD3EE7DFD2DD1E00DE06441719CC8E68 /* React-CoreModules.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 703B989242E4CA699320A350F03AD17B /* Pod */ = { + isa = PBXGroup; + children = ( + 211ECFE24EDFAD07EC024DD8386C841F /* React-RCTLinking.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 7112AA13496AA353B25DD5DE73525380 /* FBCxxFollyDynamicConvert */ = { + isa = PBXGroup; + children = ( + CEAB84D48076C968CC8664C7614601B1 /* FBCxxFollyDynamicConvert.h */, + 74CA63F9592BB2F706281BBA9FB2CCE8 /* FBCxxFollyDynamicConvert.mm */, + ); + name = FBCxxFollyDynamicConvert; + sourceTree = ""; + }; + 71C4425DA4BEED1ECEFDE9213C3B51CA /* Support Files */ = { + isa = PBXGroup; + children = ( + 079C6C84747DE734603EB8B96D0E30D1 /* EXKeepAwake-dummy.m */, + 676F78DF2CE33EE2B2B4E17D7AF0474B /* EXKeepAwake-prefix.pch */, + EA1B689156D274FDC4130FE3A3B70C29 /* EXKeepAwake.debug.xcconfig */, + 557DB4800D047CED5CE1BEDC2571E37E /* EXKeepAwake.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXKeepAwake"; + sourceTree = ""; + }; + 735C75D0CF4E31C4D5CF4879CAF0DB31 /* react-native-background-timer */ = { + isa = PBXGroup; + children = ( + FC0F4E6149A46461F4FB0AC7B070391C /* RNBackgroundTimer.h */, + 4F3E8D9107611919CF137E6058DE831F /* RNBackgroundTimer.m */, + 2E3C7CE6DACB7B6A9EDF7D84AF49BE89 /* Pod */, + D8961147082B8C9AC326472BBD455474 /* Support Files */, + ); + name = "react-native-background-timer"; + path = "../../node_modules/react-native-background-timer"; + sourceTree = ""; + }; + 7378F9A8564E0794985099A97EC5BCCE /* Support Files */ = { + isa = PBXGroup; + children = ( + 081BA91362D8BA8B04F2C3A4F65A8D6C /* ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist */, + 279C1C88863CB0DB53713484DA543593 /* RNImageCropPicker-dummy.m */, + D7B8485B3437F04E2D851B236D713917 /* RNImageCropPicker-prefix.pch */, + F61838FBFA9DC1EA8FE6C1BF737338DE /* RNImageCropPicker.debug.xcconfig */, + 4EC822D3F9EFBCC42259B22CF249D798 /* RNImageCropPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; + sourceTree = ""; + }; + 747F186F1BEC981D57F62D9FA9263954 /* Support Files */ = { + isa = PBXGroup; + children = ( + B632E053BAFE0CB20B75669E649D17DA /* CocoaAsyncSocket-dummy.m */, + BACD57BFE42D86E081541F0778F2B10F /* CocoaAsyncSocket-prefix.pch */, + 9CEB12C4D46715DF56A7216ACF9C1AB1 /* CocoaAsyncSocket.debug.xcconfig */, + 82A831150287E2B6742F9FDD0B20B96A /* CocoaAsyncSocket.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/CocoaAsyncSocket"; + sourceTree = ""; + }; + 74D6A3BC13DF2107C7795A56390651C0 /* EXConstants */ = { + isa = PBXGroup; + children = ( + 0B551D67252CD39FF3BB2AEA0AD3C91E /* EXConstants.h */, + 54A7E48FC65FE078EB71753189829D1E /* EXConstants.m */, + 1F61B8D7F7A7A55AF767402BC60D1940 /* EXConstantsService.h */, + F50A8885B9A2B41A6DBA27B0E58562C9 /* EXConstantsService.m */, + 84DD4D7BAE26E72401D576D978FBB4FD /* Pod */, + 28146FCA91F0F14BFD90F1A1745B3377 /* Support Files */, + ); + name = EXConstants; + path = "../../node_modules/expo-constants/ios"; + sourceTree = ""; + }; + 75E31411D715757A6701B2A01E2DB963 /* React-RCTBlob */ = { + isa = PBXGroup; + children = ( + 3320066CAC16A63244A19D5D9ADE51A6 /* RCTBlobCollector.mm */, + DE424FD46517937C2DC7AF0F48D7E9DA /* RCTBlobManager.mm */, + 9D423CD9C1789BE9FE56EA6EABBF9F8D /* RCTBlobPlugins.mm */, + 586C393FCA62DCB466C843E6B83EAA88 /* RCTFileReaderModule.mm */, + FEBA9EC32FFA4E3DABF043685980CA5F /* Pod */, + 0CD92EE78FC64ACD4ADE741B1F883E0D /* Support Files */, + ); + name = "React-RCTBlob"; + path = "../../node_modules/react-native/Libraries/Blob"; + sourceTree = ""; + }; + 7671598C49BE6A800192F6359044CC37 /* ReactNativeUiLib */ = { + isa = PBXGroup; + children = ( + E3EEF75EA769405D23729B271976134C /* highlighterview */, + D4844DCBB78B5950C46EDCEE2A2C875F /* keyboardinput */, + 8DC1D9128A60FF36C44E040B9B0E51A9 /* keyboardtrackingview */, + A8785CDEEEC3AE11B90C8E3836D10506 /* Pod */, + 3EFF64CAD18FFCCCDA091EBCA4123E33 /* safearea */, + 4CA0F2BA7FF4BD3F5602E524E597E520 /* Support Files */, + ); + name = ReactNativeUiLib; + path = "../../node_modules/react-native-ui-lib/lib"; sourceTree = ""; }; 77665CA6DBD4FF81C39E24DADB7370B7 /* Pods-NotificationService */ = { @@ -16619,168 +16646,62 @@ path = "Target Support Files/Pods-NotificationService"; sourceTree = ""; }; - 77990E174E626C3D43BF6A2FD47BD9B9 /* Pod */ = { + 77807D4EE5A21DEDD56B34552834AB2A /* Core */ = { isa = PBXGroup; children = ( - 7DED7868F69719749AD0592C42793FBB /* React-RCTActionSheet.podspec */, + 963BF48E928DA8F07242F8CD5133FACA /* FlipperClient.h */, + 0624D8A07F27EB6ACE47362D852A41E6 /* FlipperClient.mm */, + 3B85522D6FD192E113A9DA79EFC1B9CC /* FlipperClient+Testing.h */, + 4B8781397914518F5542C38EE13C13A4 /* FlipperConnection.h */, + 035BF9522C29D6A92C441C7D6646E5F2 /* FlipperCppBridgingConnection.h */, + 386B9B5EEC0E5C9FD19E1315AD35B919 /* FlipperCppBridgingConnection.mm */, + D11F83DFED7746C5A53572C813488C33 /* FlipperCppBridgingResponder.h */, + 516B321442C2E99B3965E41EAE6C65B3 /* FlipperCppBridgingResponder.mm */, + D8EAB3CBB173E842F9EBEAA201755B80 /* FlipperCppWrapperPlugin.h */, + 12D85AECF5A9ADD5257C4A297BD3367E /* FlipperDiagnosticsViewController.h */, + E72898F8E08BD298D5CC667385F74A75 /* FlipperDiagnosticsViewController.m */, + BBAE5312FFCA88D55B373D18196977CA /* FlipperKitCertificateProvider.h */, + B5B721C0B4205A09BDB7917A9CD0BF5E /* FlipperPlugin.h */, + B699BA17600CEB93EE8F0C39EFF2A221 /* FlipperResponder.h */, + EFC2818260CD9683486A15725A9A8261 /* FlipperStateUpdateListener.h */, + BDEBB801EA7713D3098499CE207A22FB /* FlipperUtil.m */, + 946D72554791CEB14E177657737FA800 /* SKEnvironmentVariables.h */, + FD288B4EF9D0BC1E0CE449C2576ADA7C /* SKEnvironmentVariables.m */, + C3DB51305291EAC28F02981C66FAC711 /* SKMacros.h */, + AAE5DC32481961F2D67D14EDBDA13864 /* SKStateUpdateCPPWrapper.h */, + 1B5059AB4006953EF06EC1AD92AD2261 /* SKStateUpdateCPPWrapper.mm */, + ); + name = Core; + sourceTree = ""; + }; + 7967F47D95A6B801592B43B0EDCA1349 /* Pod */ = { + isa = PBXGroup; + children = ( + 33FA6DC81695F65F31912365087DA45B /* LICENSE */, + 03A833E8CA316A45B6A744D0BF3FD1CC /* react-native-orientation-locker.podspec */, + 1675E6C22F0FB8E45E7BBB9A16C9DCD2 /* README.md */, ); name = Pod; sourceTree = ""; }; - 77AEE34A69B545184EDAE1607825C575 /* Frameworks */ = { + 79B994DB192412F790F5A66B27FBEE5B /* Base */ = { isa = PBXGroup; children = ( - CFF1D4468767DD130C963C87F6F86013 /* libevent.a */, - 01B03840BE50719172A19F8878C9F88A /* libevent_core.a */, - 1CDCDA48B4512ED96C68BB43177BA65B /* libevent_extra.a */, - 5AC04944C7785AE334ECB6E6F32571D6 /* libevent_pthreads.a */, + 362B5020BAA38A9115F77E958AA818AA /* Frameworks */, ); - name = Frameworks; + name = Base; sourceTree = ""; }; - 77F980F7E220B5BCD03BF4BC8BDD32AE /* UMAppLoader */ = { + 7A3C1EB62666F7AC3BA6FA3AF67E4707 /* Support Files */ = { isa = PBXGroup; children = ( - ECB80CC471E023A0439B3707DB66D560 /* UMAppLoaderProvider.h */, - A007AF2122C1D21BCE338FE6B0AEEFEB /* UMAppLoaderProvider.m */, - B45C026EA6E9CB0C5A11C0CCC77BD57C /* Interfaces */, - 42B7F6598A1534D07453DC12CA49A015 /* Pod */, - 1C3E1251C9BF6F651E2C8B593E75C9F8 /* Support Files */, - ); - name = UMAppLoader; - path = "../../node_modules/unimodules-app-loader/ios"; - sourceTree = ""; - }; - 79558F26EAD9BAB118E0DF51BF9FD36B /* react-native-blur */ = { - isa = PBXGroup; - children = ( - 2B484C5C931F92AF7CBD876D7D12990C /* BlurEffectWithAmount.h */, - AEABEACD11000BF5D2A8D95BED6191CD /* BlurEffectWithAmount.m */, - AF2736D6198517BC7B94300A5E9594FD /* BlurView.h */, - 4402B81163EE5CEF688AF96DBE731348 /* BlurView.m */, - FCB9ECE1948D8CECB7AB5CC98DF399F2 /* BlurViewManager.h */, - 31A1B7F6B970C475A6547A38467BCEA1 /* BlurViewManager.m */, - 0914A8FC98A0605C4A3865107344A1D3 /* VibrancyView.h */, - CB5083709AC11651261360021B88DE51 /* VibrancyView.m */, - F1CBC87DC7CF5FFF626054A8F7844EC4 /* VibrancyViewManager.h */, - EFC72CC4AF4628B57C56E96992E108C7 /* VibrancyViewManager.m */, - 3CC268CD03829B8DE97159A60290360D /* Pod */, - 544A1E6842F518319819F3312C031A58 /* Support Files */, - ); - name = "react-native-blur"; - path = "../../node_modules/@react-native-community/blur"; - 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 = ""; - }; - 7A70F9FFB47D97AAE0398D6F01419F8F /* Support Files */ = { - isa = PBXGroup; - children = ( - 4A589C99700AB330B2DB8E285EA188E7 /* ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist */, - 5723140EBBBEE9A355DDCBA4E863F6D6 /* RNImageCropPicker-dummy.m */, - 7FE6E5E0CF034D5E05D293BFB3BEA408 /* RNImageCropPicker-prefix.pch */, - 74081050700BF5CB49284C13A580DF52 /* RNImageCropPicker.debug.xcconfig */, - ADD650387C1E7CEF9B37C0B2673F90A0 /* RNImageCropPicker.release.xcconfig */, + E2312031200F117FBAA12F62C9235335 /* react-native-cookies-dummy.m */, + D947E4D7AF002E46D028D9D0D0D0B482 /* react-native-cookies-prefix.pch */, + C87E06808A4209104365841BE37D770C /* react-native-cookies.debug.xcconfig */, + 9BB219A3250693C82212D97EEC6C1532 /* react-native-cookies.release.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; - sourceTree = ""; - }; - 7A91BF369302E16E1CB06D48E1353B88 /* Support Files */ = { - isa = PBXGroup; - children = ( - 691C808AA37346330DE0A81E65E1DE47 /* React-RCTVibration-dummy.m */, - F083BA0ECB509B12708448800BC783CC /* React-RCTVibration-prefix.pch */, - 29B78C755E6DF828B23B2CDA4944A4E7 /* React-RCTVibration.debug.xcconfig */, - C6757BF4FF3F7B936770150A4C07F8D7 /* React-RCTVibration.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTVibration"; + path = "../../../ios/Pods/Target Support Files/react-native-cookies"; sourceTree = ""; }; 7A9D58B5CF36E4DB4963A3D88F79EF87 /* Pods-defaults-Rocket.Chat */ = { @@ -16800,141 +16721,2484 @@ path = "Target Support Files/Pods-defaults-Rocket.Chat"; sourceTree = ""; }; - 7AC4AD9F873142BBCE6C6136B5F4F744 /* RCTLinkingHeaders */ = { + 7ADD988DF8D1418C40C6E4BE0A0F7C18 /* Pod */ = { isa = PBXGroup; children = ( - 47D9CFBFE7E138F87CF59B99DE14DCEC /* RCTLinkingManager.h */, - 6E5AE8C44D6F733CCDE55E32134FF478 /* RCTLinkingPlugins.h */, + E495302147CFE5C096C2B1A009F78361 /* LICENSE */, + 81B0D17EE89E77A76FF8E5FA1201023D /* react-native-netinfo.podspec */, + D88A4A00998081FCAB9D0DFE17E73A35 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 7B12E3AA2D598B62E7F783569FCAA798 /* Support Files */ = { + isa = PBXGroup; + children = ( + 0943FEC9013DCA31A10D5DEF04AD1C85 /* RNRootView-dummy.m */, + C4DE21A4954E2E09733363F37A06A946 /* RNRootView-prefix.pch */, + D03F2EC168FEB870AFBE439718CD2B7F /* RNRootView.debug.xcconfig */, + C8BF08ED5F05F9660323924C3ADCD97D /* RNRootView.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNRootView"; + sourceTree = ""; + }; + 7C0E26AF75B6B0AD9B1E92443B8F7719 /* MethodSwizzler */ = { + isa = PBXGroup; + children = ( + 123A449E32450BA29B459373C2980DAD /* GULOriginalIMPConvenienceMacros.h */, + 5592AB72676837B9CD3CA5C7FA5ADDF7 /* GULSwizzler.h */, + C040DB538D3F55B4CA7591678E7E40DB /* GULSwizzler.m */, + ); + name = MethodSwizzler; + sourceTree = ""; + }; + 7CF694331B8C9208ADF841B77D27F2B8 /* Support Files */ = { + isa = PBXGroup; + children = ( + 89482AFE5EFEFF2216B27010F1061026 /* react-native-blur-dummy.m */, + 68A5F59B8C1A12217D33F685E497DF21 /* react-native-blur-prefix.pch */, + A95643A0F1F8BB8460EDDDABE5073E97 /* react-native-blur.debug.xcconfig */, + 0281DCCF570A3F040675425C358D5893 /* react-native-blur.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/react-native-blur"; + sourceTree = ""; + }; + 7D1D9AE8BF42A765F594857904DEE56E /* RCTLinkingHeaders */ = { + isa = PBXGroup; + children = ( + 4967F92BF75F162B85FF7437E8471ADF /* RCTLinkingManager.h */, + 3825BBA38C2914A32555A7032DEF8A66 /* RCTLinkingPlugins.h */, ); name = RCTLinkingHeaders; sourceTree = ""; }; - 7B1D10D79102B9225EDAFE4D285E1407 /* Support Files */ = { + 7D7B5AD0FB0FAB86F7BB81A9CC309C32 /* RefreshControl */ = { isa = PBXGroup; children = ( - 755D288E71799C55B35C4C01FA4E9849 /* FirebaseInstallations-dummy.m */, - 87100FFF4EC926F665E372575992B1E1 /* FirebaseInstallations.debug.xcconfig */, - 1D5A942DFE226321150CFFF7E10612F6 /* FirebaseInstallations.release.xcconfig */, + D8B40AD00EBEB2AB8658D96C3BEEEAF7 /* RCTRefreshableProtocol.h */, + 21316E61B7186CDD526B434999B12F98 /* RCTRefreshControl.h */, + FF4A51E2EC7C561BC97E816C59335A2A /* RCTRefreshControl.m */, + 611AEE73CA7D741828B9A681DF508B90 /* RCTRefreshControlManager.h */, + C14CD269D55F3BED23B3965D0AE47580 /* RCTRefreshControlManager.m */, + ); + name = RefreshControl; + path = RefreshControl; + sourceTree = ""; + }; + 7E29FD05D1A03633C78E55F9BFDED98A /* Support Files */ = { + isa = PBXGroup; + children = ( + 5ED7F7740A8D6D4B03C0446CBA303729 /* CocoaLibEvent.debug.xcconfig */, + 5F8CB70BE3E28FFC698AB250C46C70B0 /* CocoaLibEvent.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/FirebaseInstallations"; + path = "../Target Support Files/CocoaLibEvent"; sourceTree = ""; }; - 7B7F8D607F041C3A8D171CD1445189D8 /* Pod */ = { + 7EB41AAFBBBA789CFD6C87FA941EBB67 /* Nodes */ = { isa = PBXGroup; children = ( - 7F99225B3C288D326ACCE05570D71411 /* LICENCE */, - 3EB17CB37A0C7B4CFA83EF650FEDAB61 /* react-native-cameraroll.podspec */, - D70432DB51DDF6E45A834FCB41859FC2 /* README.md */, + D4DB63F114F68E8AADFA158C575B6FBC /* RCTAdditionAnimatedNode.h */, + 61598F956380D5C8DD4D3A8648F67CAD /* RCTAnimatedNode.h */, + 527DB54CAB157B3CFB8EB8CEA3FD275B /* RCTDiffClampAnimatedNode.h */, + B2AB23AB9832DC675653464E9B48E0DB /* RCTDivisionAnimatedNode.h */, + 17E0AC950DE9CBBE74254D36F21D28AB /* RCTInterpolationAnimatedNode.h */, + 09BB87074F96EA240945AD705A936DCE /* RCTModuloAnimatedNode.h */, + 5AE3BD72A135DAAD32B31BB9B383E4F8 /* RCTMultiplicationAnimatedNode.h */, + 230B9272BCEC71F7CE1385D8081165D0 /* RCTPropsAnimatedNode.h */, + C7B082220AE9532692E040294856AD04 /* RCTStyleAnimatedNode.h */, + 4D7DEA7F39E59E5E5EF604C3E31607E9 /* RCTSubtractionAnimatedNode.h */, + 66B2CD51535803FECE048233F90B589E /* RCTTrackingAnimatedNode.h */, + 57FDD2462C16AE8F463176301ECFD9A5 /* RCTTransformAnimatedNode.h */, + 0618D9A6F9E41461744D566A8FDE7746 /* RCTValueAnimatedNode.h */, ); - name = Pod; + name = Nodes; + path = Libraries/NativeAnimation/Nodes; sourceTree = ""; }; - 7D28F7D589A11C9CA740BFC4F1FA9299 /* React-Core */ = { + 7F1E4763D71EE638609305E841186042 /* AppDelegateSwizzler */ = { isa = PBXGroup; children = ( - 0D6F516574321961D234796B0DB36173 /* en.lproj */, - FD3CD3F4BDCF20E94D3C3535D7B7AC97 /* CoreModulesHeaders */, - C10511B76C6024D17345FEDB9A80DC97 /* Default */, - 69A9D32495E1AA0CC8076AEAD34CFAEA /* DevSupport */, - C0A2AF6E680D297EE96E076FCC1617D0 /* Pod */, - 647E88748C5D85836CED0F7C87CE6B8F /* RCTAnimationHeaders */, - BE0116A723CC7648F495CFB77F4A2C6E /* RCTBlobHeaders */, - AABBC7AC49F69C6A5F4D3F45685AFD57 /* RCTImageHeaders */, - 7AC4AD9F873142BBCE6C6136B5F4F744 /* RCTLinkingHeaders */, - 33E809EEA755F6287A92F4FB1952AD22 /* RCTNetworkHeaders */, - 21C7727BD47C6D83A710E5BCFEC5EBAB /* RCTSettingsHeaders */, - 71514343EB8E949BD30C8E3C1F98ED02 /* RCTTextHeaders */, - 5B5981F5412D6972E16E5C83D3EDA84F /* RCTVibrationHeaders */, - 15ACD26D232C5A744426CAE628BC0E9B /* RCTWebSocket */, - BBF0671175F1BB1461350EDEC9423308 /* Support Files */, + 49D5C5BBB160CF10ABC66477FF3EB5E5 /* GULAppDelegateSwizzler.h */, + 44043DA85CE58D8C5373658465EF1412 /* GULAppDelegateSwizzler.m */, + 61BF6B3F2603B23C3B8D9BCA466CA61E /* GULAppDelegateSwizzler_Private.h */, + 57D48E2CB55B7C84F2DBCC178DF627AB /* GULApplication.h */, + AC170B1F7C656641ED40F779FE295278 /* GULLoggerCodes.h */, + F3A406E11DF1BB4D2A03CA238D3B1282 /* GULSceneDelegateSwizzler.h */, + D40B28F107BD04F7C8261B0F62B3939C /* GULSceneDelegateSwizzler.m */, + FD711498F7331E333A9BE18DCC96A3E1 /* GULSceneDelegateSwizzler_Private.h */, ); - name = "React-Core"; - path = "../../node_modules/react-native"; + name = AppDelegateSwizzler; sourceTree = ""; }; - 7D2ECF9D277BD82D7559018E5EF24CB0 /* Pod */ = { + 807FEFDA39BDF62793F45484B3DBE088 /* Support Files */ = { isa = PBXGroup; children = ( - A2DABA687CF53000AB7418A2FCD04E6A /* LICENSE */, - 6E0C24C8ABD3A40A5A7E5FCAC3122099 /* README.md */, - 53941453BC53441B5370E013C21CE633 /* RNCAsyncStorage.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 7D5C80CC295F2B78C4F233A002F845FA /* Support Files */ = { - isa = PBXGroup; - children = ( - E9A89AA23DAD78AEAC79B028C07219B5 /* RNVectorIcons-dummy.m */, - 65774CA936B2580CB2D9720ED7250D5A /* RNVectorIcons-prefix.pch */, - 38F867F883264D0E4DCED09E0FDF6467 /* RNVectorIcons.debug.xcconfig */, - FE8F2233EDDB14A8B4B142BCB0E4E62D /* RNVectorIcons.release.xcconfig */, + BB9697D381A6B302F78A0A9255BC0388 /* react-native-orientation-locker-dummy.m */, + 3D26FC1AC639F23D9B55B6D439743E91 /* react-native-orientation-locker-prefix.pch */, + 3629C94D943831397F2B74963B747393 /* react-native-orientation-locker.debug.xcconfig */, + EA45E30E4E43320F25A04D609C8041B9 /* react-native-orientation-locker.release.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNVectorIcons"; + path = "../../ios/Pods/Target Support Files/react-native-orientation-locker"; sourceTree = ""; }; - 7D9D8D66508F6981413CD5AFB1B44711 /* Support Files */ = { + 813073F42CCE71AF4AB3A60B44DD7E79 /* Pod */ = { isa = PBXGroup; children = ( - EBBA86DDF93A6E8A790251CD3C2DD489 /* ReactCommon-dummy.m */, - 5C324B717E7E56EFA00C7CF4281F1C1E /* ReactCommon-prefix.pch */, - DDB1481585DD67DAAE7FDEFC82C66283 /* ReactCommon.debug.xcconfig */, - DD5597CB438FE8BA116AB03F1DB438D6 /* ReactCommon.release.xcconfig */, + F4032834F64D10DD661B51BBFA81651F /* LICENSE.md */, + 8DB4ED894850169263FAB09CC4C3011B /* react-native-document-picker.podspec */, + 450EEA66242B168399FEE6560EFFA43A /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 8188828775729EFA9DCD2015FE4F0C15 /* Support Files */ = { + isa = PBXGroup; + children = ( + 2841DAC0455B8747BE1DF8A4B0A0206E /* RCTTypeSafety-dummy.m */, + 93950978F12BB75EECA4C741B48D2922 /* RCTTypeSafety-prefix.pch */, + F2D47A82A7F3AA9E113D651AE7113737 /* RCTTypeSafety.debug.xcconfig */, + 28E9390A26FEFF851CA2CC4BC4483A2C /* RCTTypeSafety.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/ReactCommon"; + path = "../../../../ios/Pods/Target Support Files/RCTTypeSafety"; sourceTree = ""; }; - 7E523BBFAB3FF809B1166BB153475E2A /* Pod */ = { + 81E73E774349F8F46F7D8BEDCE42FEE0 /* Pod */ = { isa = PBXGroup; children = ( - A4C9C032A6E5E6D52715906BD71077E2 /* React-RCTVibration.podspec */, + 34876B40FB369060CFBD1E6C4A333729 /* React-Core.podspec */, ); name = Pod; sourceTree = ""; }; - 7EC0FB8C6D6E0DB01F6D88F1CF903ABF /* Pod */ = { + 82F5A7F723F428402581AEC79EE0DBB4 /* Support Files */ = { isa = PBXGroup; children = ( - F42DE8EAA42C9C6FB9C7D7A7422E8D0B /* LICENSE */, - A440563A25AB5E178D964C400ACF075F /* README.md */, - 30F91274B3D3DB9114C397E9E5CD268A /* RNScreens.podspec */, + 3FA510CEDDF6EC628EF130F461DDB170 /* rn-extensions-share-dummy.m */, + D54EC4C629F063DC36EF408C2A99B92A /* rn-extensions-share-prefix.pch */, + B4FB06E2BE4FFE3B38810942EAADF267 /* rn-extensions-share.debug.xcconfig */, + 862F70770ABF17A2563D9F02B014F9E8 /* rn-extensions-share.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/rn-extensions-share"; + sourceTree = ""; + }; + 830E8DF71E8012347A001E47B6F7CCB3 /* Pod */ = { + isa = PBXGroup; + children = ( + D46E392CEB7B9DCA7F19C31E822E1B7C /* LICENSE */, + 0DCBEEF4E898DD13408B1B539926F08D /* README.md */, + 7CD0621DBEDD6F094ACB995BCD1AE049 /* RNFBApp.podspec */, ); name = Pod; sourceTree = ""; }; - 7F8EEBCE22B4CCD42821217470D1D2DA /* Folly */ = { + 8326657180095B933B337B929BA787EB /* Source */ = { 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 */, + 6EF246668585F255689DF9F48A814500 /* BSG_KSCrashReportWriter.h */, + 380E1AA8558E8FEF4C3A82571623A0D7 /* BSGConnectivity.h */, + 79E37A5C6F3D50327B431EBC4B37D9E0 /* BSGConnectivity.m */, + 0A27CD6ADAC415E18126620F79CE3AB9 /* BSGOutOfMemoryWatchdog.h */, + DBACA91975B018570496AA78FF3F9B71 /* BSGOutOfMemoryWatchdog.m */, + DF32F718C0C1A147DF3ACA1426424A16 /* BSGSerialization.h */, + E2D6B78CB0901DA03698D742FBE3FF40 /* BSGSerialization.m */, + 686B843517E67E9DD2E9F5F9A73011C0 /* Bugsnag.h */, + CCD54953A1951FA60E426B85224127A7 /* Bugsnag.m */, + B5946021C14A534D5FEFF829C38336AE /* BugsnagApiClient.h */, + F69A50A794CF8A77DEEEF106F9518851 /* BugsnagApiClient.m */, + 04646EA6378DF68F80978D95F6CE47AB /* BugsnagBreadcrumb.h */, + 844FC4D5DCCE79A7473437B5F5D5555F /* BugsnagBreadcrumb.m */, + E817F88D6C44CDC7FAC1CA635192327A /* BugsnagCollections.h */, + C03FAA716F907FF6297A78F5198765F6 /* BugsnagCollections.m */, + 16C7146A36B2F48623541464B779D572 /* BugsnagConfiguration.h */, + F843269D950856FE92618D85014D52E2 /* BugsnagConfiguration.m */, + DF21905BAA8F1A6E3B2AAFA3ED1E0E57 /* BugsnagCrashReport.h */, + 9CC73666875B53BC4809558704C5D5A0 /* BugsnagCrashReport.m */, + F54F62AA909644A836BEC59811521616 /* BugsnagCrashSentry.h */, + 581C45F96A73724156E3F9863D75B219 /* BugsnagCrashSentry.m */, + 12D20D05A2F58887215D229816214EA6 /* BugsnagErrorReportApiClient.h */, + 7B0E64EAF667F72A1EBB850EB25CC171 /* BugsnagErrorReportApiClient.m */, + A2125B76FB32F87F586C7E21E1BD40A1 /* BugsnagFileStore.h */, + 50C78FE727879415BED6FF4F83486FAA /* BugsnagFileStore.m */, + 07A3E5654F77F804DEBA6C37FD4268EC /* BugsnagHandledState.h */, + 3A325D1F37888096534AEF75F28A5CC7 /* BugsnagHandledState.m */, + 5D23808B3D5DB25918423F0D8B640838 /* BugsnagKeys.h */, + B75666DB36E05C91A4C900655EB9F4A4 /* BugsnagKSCrashSysInfoParser.h */, + 1934AEBC032FBE7AE3F14B807C110F26 /* BugsnagKSCrashSysInfoParser.m */, + 270FE2E763D8F29A138CAC4BF5C0C5BF /* BugsnagLogger.h */, + 2BE44D40795432436281E2C570EC9FEF /* BugsnagMetaData.h */, + 8661A159683E580A61658A8A0C499B5F /* BugsnagMetaData.m */, + 5D55D199FC30952891609DC13F1F90A5 /* BugsnagNotifier.h */, + E185D18AB5E6BD90CAD513FF4D542BC6 /* BugsnagNotifier.m */, + 0D474B223549C4E2EC85CCB867D30D26 /* BugsnagPlugin.h */, + 728312F4134595EC149897B579636E08 /* BugsnagSession.h */, + 445587E084154A72F027EBCECDB022D0 /* BugsnagSession.m */, + 6694E50EA8CBEFC017B2CEC15A1C6A82 /* BugsnagSessionFileStore.h */, + 073B18B51E64BE234C63903F2F580C1A /* BugsnagSessionFileStore.m */, + 20A19879C907555A17956DFDA94D3FC5 /* BugsnagSessionTracker.h */, + E41DF94B264D3B3BB62EE8F16BD43852 /* BugsnagSessionTracker.m */, + B3D38591465C7525F56F5E717059678F /* BugsnagSessionTrackingApiClient.h */, + 326B25132FB1234FFB8C8B5BA33F0224 /* BugsnagSessionTrackingApiClient.m */, + 1E6B43C1D72CFC273DE044C35918B264 /* BugsnagSessionTrackingPayload.h */, + 9692C30387F81B07B761F0781B91408D /* BugsnagSessionTrackingPayload.m */, + 47EDB82170CDAF25F01BE459EF9EEF7F /* BugsnagSink.h */, + F63B67BED1FE1EA0C646CB6BE2105AEA /* BugsnagSink.m */, + FFAEE9BA007556F5185BF86818AB13A1 /* BugsnagUser.h */, + 72135FC74ACCFAB8B43BCF231D0D9BB3 /* BugsnagUser.m */, + 5F2DBA048394DFEB17C3CFCF7B98F2FF /* Private.h */, + 52BECD2740939689D835F60A85017B6A /* KSCrash */, + ); + name = Source; + path = Source; + sourceTree = ""; + }; + 841D36243E0B9C1B663E61437FBB80EF /* Pod */ = { + isa = PBXGroup; + children = ( + 83E772C64DA15AB61CDE931C40D8AF68 /* React-jsinspector.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 844044527C83B59DAAF5B59F39F3F7B5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 986B1EFB6AF6706E097E5D92E9683531 /* RNDateTimePicker-dummy.m */, + 5596CF076B0F5DC55774E2CEC61C84E9 /* RNDateTimePicker-prefix.pch */, + 8C9EFFFBEF0921CE0504CD89058CE3EA /* RNDateTimePicker.debug.xcconfig */, + F193373EE41176CDAAEAD430F32E2CA9 /* RNDateTimePicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNDateTimePicker"; + sourceTree = ""; + }; + 84B1BFA38D9DB28ED81AF7C3BB47BD53 /* Support Files */ = { + isa = PBXGroup; + children = ( + 75B058F5A6093149BA8964D50192516F /* React-RCTVibration-dummy.m */, + F3FC79BCF499038F27529FA9A1788008 /* React-RCTVibration-prefix.pch */, + 44B3BD8BA9B2B34BABEBD823E619F90F /* React-RCTVibration.debug.xcconfig */, + 76DDECCD3450DE1ECB69FCA42A4CDF86 /* React-RCTVibration.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTVibration"; + sourceTree = ""; + }; + 84DD4D7BAE26E72401D576D978FBB4FD /* Pod */ = { + isa = PBXGroup; + children = ( + C88ADF7F525FB8A5A5EE2A0C019737C7 /* EXConstants.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 87A00709AFC9F613D14612866F4C7BC9 /* UMFileSystemInterface */ = { + isa = PBXGroup; + children = ( + B06E78F05C7AFBF00238DCABC0D37944 /* UMFilePermissionModuleInterface.h */, + 06C8ADD6BBCC658CAAECCFF4FDCE30F3 /* UMFileSystemInterface.h */, + F6C315785CA0215337AC403ECD51F14B /* Pod */, + 9C527CDFD4EE9363E4A6F9C25C4749E8 /* Support Files */, + ); + name = UMFileSystemInterface; + path = "../../node_modules/unimodules-file-system-interface/ios"; + sourceTree = ""; + }; + 87B6440CD7D0CF41DE2DDD684CF6D0B2 /* Sentry */ = { + isa = PBXGroup; + children = ( + 374C85C1F1178B6E6E755406950AD5CD /* BSG_KSCrashSentry.c */, + F1BB717E459505BDE807FACF64283992 /* BSG_KSCrashSentry.h */, + 21AFB2D1D8A42389B3AE6F26173E400B /* BSG_KSCrashSentry_CPPException.h */, + EADF7D811B7433724F62DCE7246BB8C5 /* BSG_KSCrashSentry_CPPException.mm */, + FE79B7DCEE8A30838E4F1648109C6F55 /* BSG_KSCrashSentry_MachException.c */, + CAED899E612EF106DDE3006AFE36FD77 /* BSG_KSCrashSentry_MachException.h */, + 659654E1F84C571D68657D9CE485F7BC /* BSG_KSCrashSentry_NSException.h */, + E8FA3542EC1B2F4115B2273F60B83905 /* BSG_KSCrashSentry_NSException.m */, + 3094D28858FE2BBF98E9C7446889AA8C /* BSG_KSCrashSentry_Private.h */, + 36F438EF9A1D07FFCB3DC741687AE4FA /* BSG_KSCrashSentry_Signal.c */, + F9BDF5263B9D9A6CF8FB783F8CABFE49 /* BSG_KSCrashSentry_Signal.h */, + 58FD2A3C4CC6B1497200A97DB9A445EB /* BSG_KSCrashSentry_User.c */, + A3F7443F5C79DF80D930B4B934880A06 /* BSG_KSCrashSentry_User.h */, + ); + name = Sentry; + path = Sentry; + sourceTree = ""; + }; + 87E49C9E342739169A2E9BCF4779391F /* rn-extensions-share */ = { + isa = PBXGroup; + children = ( + CFB4BACD00912951B629A8983EF88B45 /* ReactNativeShareExtension.h */, + B1F7FBB2E6DF508358EDBBDBCD51DE9B /* ReactNativeShareExtension.m */, + AD1F8A2C7D7811F4B6ECCBE6DCAE8088 /* Pod */, + 82F5A7F723F428402581AEC79EE0DBB4 /* Support Files */, + ); + name = "rn-extensions-share"; + path = "../../node_modules/rn-extensions-share"; + sourceTree = ""; + }; + 892973F55A9DF5552A7CF9622206BAD3 /* RNFBApp */ = { + isa = PBXGroup; + children = ( + 1593596250DCE47E9841F062D1282F6A /* RCTConvert+FIRApp.h */, + 173F6DB15F2E6A79CFFE2C97634C7D59 /* RCTConvert+FIRApp.m */, + 79C019E88F9683358E6D53611E602A52 /* RCTConvert+FIROptions.h */, + F58062F35BB0A17C10E996942C4C09A4 /* RCTConvert+FIROptions.m */, + F62A97D6CA22517B27362DE7E3634D02 /* RNFBAppModule.h */, + 8F25F388125F009AA46F4242E88F4922 /* RNFBAppModule.m */, + E18C5EB0C1CE9593EBFE9057D9330160 /* RNFBJSON.h */, + 40DDE26E55435E8D873BA58E9AD06B73 /* RNFBJSON.m */, + 1305084F1E20D4E99841992E7EFD0BCA /* RNFBMeta.h */, + DACDE9121C319E3522F63C9F696F4594 /* RNFBMeta.m */, + 24BB19D6A71E01E08EEF6CE15B00EF3A /* RNFBPreferences.h */, + 09CA0BEC1B119C24CC6BA4B5740DCBA9 /* RNFBPreferences.m */, + E1165DDF4AD86E070E493F45393F5C31 /* RNFBRCTEventEmitter.h */, + 8DFB0D8D9DEE90C55D5380F699C0798C /* RNFBRCTEventEmitter.m */, + BDCB89D5D1AE0423509BA996728AFAC0 /* RNFBSharedUtils.h */, + 3F80F766DE70F8A0EA9636A5130FCA59 /* RNFBSharedUtils.m */, + D9A25021CD442E3F8F6528CCD6055101 /* RNFBUtilsModule.h */, + E992AAD283F574CB5D997ECB6B3C0AA3 /* RNFBUtilsModule.m */, + EA26E00157B6EF1C8A616DF3A514D128 /* RNFBVersion.h */, + DD407605F56E4667DB542A2581DCB129 /* RNFBVersion.m */, + 830E8DF71E8012347A001E47B6F7CCB3 /* Pod */, + 4030F7EBCD81D95B3A10F9B589DDCC32 /* Support Files */, + ); + name = RNFBApp; + path = "../../node_modules/@react-native-firebase/app"; + sourceTree = ""; + }; + 89D4F1589968D57DDEE5DDA829DDF829 /* Support Files */ = { + isa = PBXGroup; + children = ( + 382F7D0E200D17A9DD7905D5A6783FE2 /* KeyCommands-dummy.m */, + B38D8CE9B4AA695D1C13E4B2D8C97D1C /* KeyCommands-prefix.pch */, + 4F561D676CA28284628B5C16CE399BC9 /* KeyCommands.debug.xcconfig */, + EA846955DFD456DFB1784C9A72CB62F4 /* KeyCommands.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/KeyCommands"; + sourceTree = ""; + }; + 89EB8EA23AC8D77D17A66F04D1BDEC41 /* Firebase */ = { + isa = PBXGroup; + children = ( + 4075E2B3230A7E4DA19A695A63C66378 /* CoreOnly */, + 032CCCF2E8BE978FE62933F8CD802094 /* Support Files */, + ); + name = Firebase; + path = Firebase; + sourceTree = ""; + }; + 8AA9E9CF8D34511647E8FD44DAAC4AF5 /* Protocols */ = { + isa = PBXGroup; + children = ( + 0C9ADFD69A38CD7AFBB6E477FA9134D7 /* UMAppLifecycleListener.h */, + 007C41E30FC9BC818A8E9F557969AADC /* UMAppLifecycleService.h */, + FBD839991AE42823658E2598D306E87E /* UMEventEmitter.h */, + A877D3D30DEB6BA4AEE446EB5D4B29FC /* UMEventEmitterService.h */, + CC6CF62D1907DC595957F3F43CF33C38 /* UMInternalModule.h */, + C0B126527186CAD37B5B18927A9707E8 /* UMJavaScriptContextProvider.h */, + 710CD76DFD3F9007B8A9F45CE8FC042E /* UMKernelService.h */, + A8D68659DA49FA07E815AA49A45E3ACF /* UMLogHandler.h */, + A76C333545D12009A6E55DC9C9A48EDF /* UMModuleRegistryConsumer.h */, + 53EC6952BCB6A5F52685B98D434CBC94 /* UMUIManager.h */, + C98FEE97A5C40B06A8CD61B6E9FA132C /* UMUtilitiesInterface.h */, + ); + name = Protocols; + path = UMCore/Protocols; + sourceTree = ""; + }; + 8B703EE164C50162E2970523F987911A /* Folly */ = { + isa = PBXGroup; + children = ( + 3378F9312108F0E953D28A50EA7AE9B9 /* Assume.cpp */, + EE642789C85A72672D076E01BD5F6D2B /* Conv.cpp */, + 62B3EF168AEAEB364868B1D46E774E1D /* CString.cpp */, + A7E255BEFCCF766CED0A66A441133E69 /* Demangle.cpp */, + A9A44E2BF0CB7F6E85DC843B5B2371B6 /* Demangle.cpp */, + F828B8649620DEF1DE49477491A42A2F /* dynamic.cpp */, + 1490BCF354330AC099845DC06E1C4095 /* F14Table.cpp */, + 9EDB303C51506B8BE5DAC2C57648152E /* FileUtil.cpp */, + 9636763922B0FE1AA983BB736DE52B4F /* Format.cpp */, + A75488842308DC0D472920427FEB7AF4 /* json.cpp */, + F644C4FAC23A5012F62293F0F01AEF36 /* json_pointer.cpp */, + 61D95C83A8EC2EF35FDD28E56C61FB66 /* MallocImpl.cpp */, + BCB79315E37629A5403B6F066072DC30 /* NetOps.cpp */, + 89B1FC63472584DB7FE9CC653298AF08 /* SafeAssert.cpp */, + 9DEE3ACDDC48B4758CD2A2AE4845FD51 /* ScopeGuard.cpp */, + 54809E967B3EC669F96B554870174C7D /* SpookyHashV2.cpp */, + 69EEB3A450B740CB5DFA47D2D7F21152 /* String.cpp */, + 8A9B78D678ACDE96F22C85CF26DA84B8 /* SysUio.cpp */, + 02DF3CC98421C3F8C78F5DE98C7019CE /* Unicode.cpp */, + E874CBA5AC908AD0DF99B0033FC0CC7B /* UniqueInstance.cpp */, + D540C2BDB7690C6DA9F39515F08C0C21 /* Support Files */, ); name = Folly; path = Folly; sourceTree = ""; }; - 80CC743D0D53C331DCCBC0FC3396FEF7 /* Products */ = { + 8BD8841D728869851FD4C41FCF8C9816 /* Reachability */ = { + isa = PBXGroup; + children = ( + DB862FBC353CA9AD245984C056820890 /* GULReachabilityChecker.h */, + 810535F006A2618A9FCEC6DEB19A3FF3 /* GULReachabilityChecker.m */, + BFC11D81B869CA4D57A994993202C4A7 /* GULReachabilityChecker+Internal.h */, + 451B0299EAD0D55D83CB6A084259CF27 /* GULReachabilityMessageCode.h */, + ); + name = Reachability; + sourceTree = ""; + }; + 8BD918420ADDEA37CBC985B156FBF6DA /* Support Files */ = { + isa = PBXGroup; + children = ( + F513E22C75A5E4DD32C7EF6DC01496EB /* MMKV-dummy.m */, + 771EBAE54FD596814C5A0C36613AD315 /* MMKV-prefix.pch */, + F21C7F8C02C316554FC041B6CC0F60D0 /* MMKV.debug.xcconfig */, + 81E70F280577A5397F3BAF48E4267900 /* MMKV.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MMKV"; + sourceTree = ""; + }; + 8DC1D9128A60FF36C44E040B9B0E51A9 /* keyboardtrackingview */ = { + isa = PBXGroup; + children = ( + 981ADFCC0DB115A2A9C4802064461651 /* KeyboardTrackingViewTempManager.h */, + F73711DF2F0CE3BC8092AC65CF302B9B /* KeyboardTrackingViewTempManager.m */, + 1D6D8275D628D556C27D86B56A6B76CB /* ObservingInputAccessoryViewTemp.h */, + 9466825CDB8DE82011C93BE43A7D3593 /* ObservingInputAccessoryViewTemp.m */, + 0EE77BAADD202552152A67831F404CB7 /* UIResponder+FirstResponderTemp.h */, + E20AACF233948E1AC26074E105E33BF2 /* UIResponder+FirstResponderTemp.m */, + ); + name = keyboardtrackingview; + path = ios/reactnativeuilib/keyboardtrackingview; + sourceTree = ""; + }; + 8E95081FE805F874CF0B9DF0B856AF84 /* Support Files */ = { + isa = PBXGroup; + children = ( + 9A1EF2CC553103DC718633E1A30EF404 /* FirebaseCore-dummy.m */, + F04E92904E80D8BE551A083F1BF682F4 /* FirebaseCore.debug.xcconfig */, + BEDBED46C9744D625482EFAC355D3ED5 /* FirebaseCore.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FirebaseCore"; + sourceTree = ""; + }; + 8F4D27DC0087F762305815BDABBFED3C /* MMKVCore */ = { + isa = PBXGroup; + children = ( + C3612B46C021CADCFEC047C29E9A7C59 /* AESCrypt.cpp */, + 2811926DAB6DB965EBF479AB571CAA07 /* AESCrypt.h */, + 4F087D0B32726FC9CA93EEDE7B47E111 /* Checksum.h */, + 8F52CCB0AEC66ECC72E62A4D4E1BE31C /* CodedInputData.cpp */, + 20FEEC3E7930BD2C65217FBE012B1E4C /* CodedInputData.h */, + C425CECE57163ECED09CB4212839EDD6 /* CodedInputData_OSX.cpp */, + 517B6D25F1D264F419A1D2EC9CC01527 /* CodedInputDataCrypt.cpp */, + B2BE78258913F2941F573118BE0412E7 /* CodedInputDataCrypt.h */, + 9479ACCA223BEDBDBCAC5F0F55AE8E26 /* CodedInputDataCrypt_OSX.cpp */, + EF3D88E885D862029FFCD3B02AF4ED71 /* CodedOutputData.cpp */, + 8ABA5EC6E2A7931641EE28A50B94D205 /* CodedOutputData.h */, + F833390A582A5A14D4C7CD59E468B00C /* crc32_armv8.cpp */, + 471176A52DE1244DB251DCB6C7CC1B6E /* InterProcessLock.cpp */, + 416F6A8A9EA987EF84B618D269E6E68D /* InterProcessLock.h */, + 00BBC98FB437FB06AFC073B515575B27 /* InterProcessLock_Android.cpp */, + 26C35CE6D96DA4D245AC4C93B6FA7A0F /* InterProcessLock_Win32.cpp */, + 24E3C0706028858C47FD7F11974BCA67 /* KeyValueHolder.cpp */, + BD3A07FC43CBE9F9D76E7C2B35568A00 /* KeyValueHolder.h */, + 2688893FF4890B16CF5094C3975BADEA /* MemoryFile.cpp */, + 642F644739C3D6BF8658FA34ED171C51 /* MemoryFile.h */, + 8F14201BBC9B263195ADECC490D132C4 /* MemoryFile_Android.cpp */, + D541A379CC226941493E09CDF4971B2E /* MemoryFile_OSX.cpp */, + 6190DCEC7A6853546DFE7AC4ED90F087 /* MemoryFile_Win32.cpp */, + DD8D954AD3826EDF9CEE6AF1594BB803 /* MiniPBCoder.cpp */, + 285050481A5BAA4F4AB8013A024F4657 /* MiniPBCoder.h */, + 73E1A263E02A42ABE4328042480A9FC2 /* MiniPBCoder_OSX.cpp */, + EBFE649D8DEC2BB3723681DF1316D6B0 /* MMBuffer.cpp */, + 924CC39A9453D7DA789427AABF4BEDC5 /* MMBuffer.h */, + B14854FC1B2DB98BDAAC0859B1A6B99A /* MMKV.cpp */, + 4FFA11DB93D3216F82AB037F6CF84CFC /* MMKV.h */, + F4FCF538DE7DC716C6101B94BF793324 /* MMKV_Android.cpp */, + CD5BE202770554B2075D80EABB3C0F46 /* MMKV_IO.cpp */, + 543F2F390155359182D6DD3755B84F5B /* MMKV_IO.h */, + CC37117B31BAEA77537F28D2776B7B96 /* MMKV_OSX.cpp */, + DF0DFE4FB0340981FBE66A7900287DD3 /* MMKV_OSX.h */, + C4FE4F378D05DE5B514B79BD2150C810 /* MMKVLog.cpp */, + B0D637527F21B1B04E42D0AD7748A07E /* MMKVLog.h */, + 3C9EBA22427C84E33766C1954FDF70C8 /* MMKVLog_Android.cpp */, + 64E9224817FE0CBB49B092C868622002 /* MMKVMetaInfo.hpp */, + 9894A492D722A2F285DDC689AC5594A5 /* MMKVPredef.h */, + 479605144FFF3A3759D5797CB91D61CF /* openssl_aes.h */, + FD67CE7412B05944617E6C3442F9A818 /* openssl_aes-armv4.S */, + A0B3976F446D5B9885181D8C1EC21F0B /* openssl_aes_core.cpp */, + 4FD2D5C74CB816B6D1BC51E5CD4D2DA7 /* openssl_aes_locl.h */, + D53898C49BB6CB4409EE7EE7730C53BC /* openssl_aesv8-armx.S */, + 7F57B92AF08DC8D26BB6EDBEDAD7336B /* openssl_arm_arch.h */, + 963E5FD24515FA64155828BCE76DE937 /* openssl_cfb128.cpp */, + C728F804CB10D81B4445E9F1C9CC2F84 /* openssl_md32_common.h */, + FE9F1C366D6948A28C711BE96ED60B58 /* openssl_md5.h */, + B21D612EFC377BF0CB71303E62A08DD3 /* openssl_md5_dgst.cpp */, + CEB399094F9DD2454CAB2B7632818A34 /* openssl_md5_locl.h */, + F79558F91EDD62F88387299E7E1EEC11 /* openssl_md5_one.cpp */, + F116A89B4D919B11DEB5D4D37E516551 /* openssl_opensslconf.h */, + 133E4829F70E2F3C6F4304723E9F211E /* PBEncodeItem.hpp */, + 27F39E544AD1F4444E65E10189D13AAE /* PBUtility.cpp */, + AEEFB6CB2D1EB2EF03A968B7863C1B8A /* PBUtility.h */, + 235EBD7D9C84BF6AE8BBAC02D76E5559 /* ScopedLock.hpp */, + 48072AAEC085C43DFCD135D3A89376B9 /* ThreadLock.cpp */, + 7186ABE1D68C41FE1354917432A973C2 /* ThreadLock.h */, + 73D4F4050E5A8015ABB0334CD3381152 /* ThreadLock_Win32.cpp */, + CE402A61CDF2800AC7EA0B66ADAC3790 /* Support Files */, + ); + name = MMKVCore; + path = MMKVCore; + sourceTree = ""; + }; + 8F71AC8678CE942D8776087A85404276 /* Text */ = { + isa = PBXGroup; + children = ( + 49476347D417E62624B0DD3EEA68C891 /* NSTextStorage+FontScaling.m */, + 1CA4025A9442E30F7A8918DF36CEAE58 /* RCTTextShadowView.m */, + 41A6C8FC58D50C3AC250E51498B45CF1 /* RCTTextView.m */, + 73B2F9AACB557ACF453A3D48A1ABE8F2 /* RCTTextViewManager.m */, + ); + name = Text; + path = Text; + sourceTree = ""; + }; + 9129A94182AD73672FB4A9E01C965748 /* Drivers */ = { + isa = PBXGroup; + children = ( + B887EA7FE143CC97EB0C4C1F14165623 /* RCTDecayAnimation.m */, + 347D5674B8C4D4940E895DE34152AB1C /* RCTEventAnimation.m */, + 01D4A83C2E58AE306B95106FBBC4EEB5 /* RCTFrameAnimation.m */, + 5194EB975720F9E9879C99F4F096BB96 /* RCTSpringAnimation.m */, + ); + name = Drivers; + path = Drivers; + sourceTree = ""; + }; + 91319EE19F0090EDAEADFB0FF8DF2780 /* Pod */ = { + isa = PBXGroup; + children = ( + BCACA6BE1B16D8AA8023E7EF15F82E76 /* UMFontInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 923C90275AEE5B946A6AB87EA8EF4904 /* demux */ = { + isa = PBXGroup; + children = ( + 09C9558F3AC864FF70A5BDFD5E1DC0EB /* anim_decode.c */, + 44A306422E59C3FECD758B700D06F6A7 /* demux.c */, + 241B035F71D44C863357F39F14B9A32C /* demux.h */, + ); + name = demux; + sourceTree = ""; + }; + 923F9D0FC0EAB30AF956ACEDB2A26324 /* Support Files */ = { + isa = PBXGroup; + children = ( + D06EFCE9B6D2F6B88481D8C3F1FA4A17 /* RNDeviceInfo-dummy.m */, + 5209FDEFEB536138CB997AC803FF02E1 /* RNDeviceInfo-prefix.pch */, + CFFA0F8853DA122625647C49E7169DB2 /* RNDeviceInfo.debug.xcconfig */, + 8902C2988C23723C230AF54EF2004C39 /* RNDeviceInfo.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNDeviceInfo"; + sourceTree = ""; + }; + 92CE834DF5794388AFBAE1CCB589CF7C /* Support Files */ = { + isa = PBXGroup; + children = ( + 1A3E7029E37466C45A989A1B94A39757 /* react-native-slider-dummy.m */, + 99DA9409D749AEC08853310EC9E1C702 /* react-native-slider-prefix.pch */, + AE99E3936A9D286EBE3323DE0E3B6862 /* react-native-slider.debug.xcconfig */, + 5069B53F7C8AC6EFEDFECBDFDB51DE1B /* react-native-slider.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/react-native-slider"; + sourceTree = ""; + }; + 9486CE47A43130407F98D66E4A019AB6 /* Pod */ = { + isa = PBXGroup; + children = ( + 87A6ECBA0E069D9D3EC435470F1BAF4D /* react-native-slider.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 9530C9CEE7196AB157A1FF6A43ED85A4 /* React-RCTImage */ = { + isa = PBXGroup; + children = ( + DCF3C107A2439CD745987CAC7BFBD857 /* RCTAnimatedImage.m */, + A643E734CC8D08462F89A2E74142C004 /* RCTDisplayWeakRefreshable.m */, + 0F1F0F527898791165307E7632F8FA7B /* RCTGIFImageDecoder.mm */, + AFADAB0D82C69361667AD181502E8115 /* RCTImageBlurUtils.m */, + F0CB9260D7E04E336DD3241946AC70FA /* RCTImageCache.m */, + 16AE1DD0F17247259A2B900ECD321253 /* RCTImageEditingManager.mm */, + 51D523AF8AB8C6278DEA14FDED605775 /* RCTImageLoader.mm */, + ABF81CF2238B825B159C558EE16CC42F /* RCTImagePlugins.mm */, + D415639F29361C8078F9BFD47CD165CE /* RCTImageShadowView.m */, + 7B4D9D76C88E82AE44DC9FA1A846B71B /* RCTImageStoreManager.mm */, + 0484C70F8571311DEE53FA04FE4AC60F /* RCTImageURLLoaderWithAttribution.mm */, + 2D98CE773E102FDE8D3463D6996E40F0 /* RCTImageUtils.m */, + F6E75DC7C207B578E3238965976E5B33 /* RCTImageView.mm */, + 108680E551603D922FEFFDBA226DEC9E /* RCTImageViewManager.mm */, + 2273D9E917E983B11A2DB7FD09EB307A /* RCTLocalAssetImageLoader.mm */, + 104944F6F368A0771E9E74EAAE3B2915 /* RCTResizeMode.m */, + 17BEFA90CA0326E4FD6192FAE94E1963 /* RCTUIImageViewAnimated.m */, + BC5EB43EEE4EE656E324835EDCD0AF9E /* Pod */, + 12FF784A8857C51154B0A8E44CF06D47 /* Support Files */, + ); + name = "React-RCTImage"; + path = "../../node_modules/react-native/Libraries/Image"; + sourceTree = ""; + }; + 9552384D234D8FB6029A0D94EDD725DE /* Pod */ = { + isa = PBXGroup; + children = ( + F12E2CB31477C190B6C2F49F9455E893 /* BugsnagReactNative.podspec */, + FBE3CDDEB08ADCB60EFB843E2EE7555E /* LICENSE.txt */, + 52162E1B29691975CB92EFDC0E077A8E /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 95DE578B91C14F21BE34E484AD64321A /* Network */ = { + isa = PBXGroup; + children = ( + 2499FA4746B94433DEE8A3FA62A25E33 /* GULMutableDictionary.h */, + 395E888FAA9E19F3AF69EED49D65D9BF /* GULMutableDictionary.m */, + 54190D18E31EF676BC2EA73ACD2029A3 /* GULNetwork.h */, + 02E6DDDF40FB406E3AC99ABAAA2097AD /* GULNetwork.m */, + A20E30A001F1DEB120E0F6927602C2FE /* GULNetworkConstants.h */, + 17EF344543906ACA5F21377716282FC2 /* GULNetworkConstants.m */, + 421F7BD88F04A5CC7F762F83EBEDC1BC /* GULNetworkInternal.h */, + AFE38FDD2BEE0BB4ED3CDF93A3CA86B4 /* GULNetworkLoggerProtocol.h */, + A73CEE2CD190B1162121D5E09D090E19 /* GULNetworkMessageCode.h */, + C0E320CB7BD727A620B5E39B347AEADC /* GULNetworkURLSession.h */, + BD1FEEE12A2EED246A02767735FCAD9B /* GULNetworkURLSession.m */, + ); + name = Network; + sourceTree = ""; + }; + 964321522544B4171AC7F085268CDDB0 /* RNDeviceInfo */ = { + isa = PBXGroup; + children = ( + 83450FA47E90C48F018A67CFA2A74A45 /* DeviceUID.h */, + 6F5F2E10C8C3C12DDC6565CBF5E20CD2 /* DeviceUID.m */, + 7ADB548258355674B72824EDC7BB7429 /* EnvironmentUtil.h */, + 4701B275C96D653948B46AAA14521048 /* EnvironmentUtil.m */, + FBE8F98C3928641726A5DBFC8DB8FB8A /* RNDeviceInfo.h */, + 3EA858D3DE99670421381F38B2D4D4F1 /* RNDeviceInfo.m */, + 6AE57F43F79A8F989303E71F6E94FE7F /* Pod */, + 923F9D0FC0EAB30AF956ACEDB2A26324 /* Support Files */, + ); + name = RNDeviceInfo; + path = "../../node_modules/react-native-device-info"; + sourceTree = ""; + }; + 96BC3E4B9EBC00E691108C6FA6B7BA4E /* NSData+zlib */ = { + isa = PBXGroup; + children = ( + 65AE1E5BFAA7E1B4968145A55D975577 /* GULNSData+zlib.h */, + 651385E5A5B335D68582639F45073305 /* GULNSData+zlib.m */, + ); + name = "NSData+zlib"; + sourceTree = ""; + }; + 96D8FD23465FCBDA369B07F82B211FE7 /* Pod */ = { + isa = PBXGroup; + children = ( + 667833D941641FCF74D8AF96D1286B98 /* UMTaskManagerInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 976207C0A52B1800AD0E2C57F0A2EF3F /* Support Files */ = { + isa = PBXGroup; + children = ( + D46EC66166FD33E9173A473F5619882C /* UMConstantsInterface.debug.xcconfig */, + 3AFAFCE26B20DE3F894635030D35E75E /* UMConstantsInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMConstantsInterface"; + sourceTree = ""; + }; + 988B470E3E4B22C7A8A0E46A45CEDCD7 /* Support Files */ = { + isa = PBXGroup; + children = ( + 9BD7E17155A2BD634F858DC9388B3B80 /* ResourceBundle-TOCropViewControllerBundle-TOCropViewController-Info.plist */, + C88665FCA55A9EE7539D1DC43722ED34 /* TOCropViewController-dummy.m */, + CB4E7C591E9D0EA681263B9519F6F803 /* TOCropViewController-prefix.pch */, + CA24A004FA38BBEC541DF7DF6A65E62F /* TOCropViewController.debug.xcconfig */, + C125C8772FA3913522294457EF82F87D /* TOCropViewController.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/TOCropViewController"; + sourceTree = ""; + }; + 9A113B2641997E021500A6E37BA6FA34 /* FlipperKit */ = { + isa = PBXGroup; + children = ( + 77807D4EE5A21DEDD56B34552834AB2A /* Core */, + C3B555CCEAB4CA9953CC0A468583FCEB /* CppBridge */, + 7112AA13496AA353B25DD5DE73525380 /* FBCxxFollyDynamicConvert */, + 66AD7671020A5FDF73BFC01D7BAB4967 /* FBDefines */, + 05DDDB878CAC3FDF1386ACB47AEB0831 /* FKPortForwarding */, + 13A68FCBC83D2BA2C4932632AFC454C3 /* FlipperKitHighlightOverlay */, + 56E27B70F12B8BD89A2A63A1098C7AB8 /* FlipperKitLayoutPlugin */, + 2B1A52B8CA22E9FE592C85F1846610C5 /* FlipperKitLayoutTextSearchable */, + 1F451791A2E648FC2CD396A1628975C6 /* FlipperKitNetworkPlugin */, + DBF13C13D99EFE0C6E93E5C539AE2C8D /* FlipperKitReactPlugin */, + 6F280579C7A6F8059AF405041DCDA069 /* FlipperKitUserDefaultsPlugin */, + FF8AB9815328DC90C6C1E839C9D6AD1A /* SKIOSNetworkPlugin */, + C0D74B951E4ADE6334085D3049F0BB0E /* Support Files */, + ); + name = FlipperKit; + path = FlipperKit; + sourceTree = ""; + }; + 9A2A5327D249017E6EB23D0636B66C0E /* EXKeepAwake */ = { + isa = PBXGroup; + children = ( + BC53D046BBF012147DA7FA0199273B9C /* EXKeepAwake.h */, + F625610D000EF1065D9CE20E7D216A9A /* EXKeepAwake.m */, + 68F08CB878ADB1F1EF85CAA647A90D76 /* Pod */, + 71C4425DA4BEED1ECEFDE9213C3B51CA /* Support Files */, + ); + name = EXKeepAwake; + path = "../../node_modules/expo-keep-awake/ios"; + sourceTree = ""; + }; + 9A6AABE767B6D97DAB6BFE1E8DD46DB5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 0F4E252D90581BD69FEF3D4D973F80FA /* libwebp-dummy.m */, + C765599507B76FBAC7C9103CF2DC7176 /* libwebp-prefix.pch */, + 39908BB6750CEE5B21E8B7036DBFF4D4 /* libwebp.debug.xcconfig */, + 1E6FE159B1965C31B55B73659D05A4CF /* libwebp.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/libwebp"; + sourceTree = ""; + }; + 9B3B76FCE8A8DE101E9F68AC5655BAEB /* React-callinvoker */ = { + isa = PBXGroup; + children = ( + 714FB88EB9EF0F51E4EB31DC508E4271 /* CallInvoker.h */, + 445338CF8B8845AEC347ACA9553CD180 /* Pod */, + F8B327D8F376051756AFEB631E187EB5 /* Support Files */, + ); + name = "React-callinvoker"; + path = "../../node_modules/react-native/ReactCommon/callinvoker"; + sourceTree = ""; + }; + 9B56838EB2915B5942FDDF881D628ABD /* Pod */ = { + isa = PBXGroup; + children = ( + 13A80DDF1ABBE71736C049DB7FE4556C /* React-RCTSettings.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 9B6DA46941B18512A3226E35A474A95A /* Pod */ = { + isa = PBXGroup; + children = ( + 05ADEAC9FE831F676ABA18382E7DC32A /* LICENSE */, + B0BBCA17D6A33C0A76BF35BF3CBB32E1 /* react-native-simple-crypto.podspec */, + 7A9FE98238D890E1E260827DB3B04E65 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 9C1A18D2C5A06E9ED59E9883E3CFCBBC /* Pod */ = { + isa = PBXGroup; + children = ( + ACE02716DF6DF43D0BCC6BC4AD075019 /* UMReactNativeAdapter.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 9C527CDFD4EE9363E4A6F9C25C4749E8 /* Support Files */ = { + isa = PBXGroup; + children = ( + F9DE584754347DFBED8F7EAD5C268373 /* UMFileSystemInterface.debug.xcconfig */, + 4EB9CDA91BDA4B3BD499315A6FBAD493 /* UMFileSystemInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFileSystemInterface"; + sourceTree = ""; + }; + 9C7DE0134C62F40F97AFE45BE2A4F032 /* react-native-webview */ = { + isa = PBXGroup; + children = ( + 1C7A9129FC07EFCE11E0CD715F503217 /* RNCWebView.h */, + B409D1F3FE7EF39986AFE0FF23AEE265 /* RNCWebView.m */, + 187A7690ECF96BEADECC1D481316D6CA /* RNCWebViewManager.h */, + 4EB5235181DAA3D2DC7166BD6C072611 /* RNCWebViewManager.m */, + AE4340E97271D88995093DC8C29216A0 /* RNCWKProcessPoolManager.h */, + 3A39B90BDC1394F0C858F01D0039781E /* RNCWKProcessPoolManager.m */, + 294EAC57FC3D4414988874C6281C75F4 /* Pod */, + 6704C438F9604AED4A5DF379DA1ED090 /* Support Files */, + ); + name = "react-native-webview"; + path = "../../node_modules/react-native-webview"; + sourceTree = ""; + }; + 9CFCFADF2247029E91BE00A482B1587F /* Support Files */ = { + isa = PBXGroup; + children = ( + 5BC67B212F5C716965CE89302F138B54 /* FirebaseAnalytics-xcframeworks.sh */, + 898242E9454C4550AAA0D784B5D31B4F /* FirebaseAnalytics.debug.xcconfig */, + 01D45145ED00B2D3F855D1763C25F973 /* FirebaseAnalytics.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FirebaseAnalytics"; + sourceTree = ""; + }; + 9D6647C7AB8E7F329035C8AD9BD82FEC /* Support Files */ = { + isa = PBXGroup; + children = ( + B74908AC5422FF1DBD8526242EF02DED /* React-RCTLinking-dummy.m */, + 16F23FD54EB4344DCA9A3F14F421C6FD /* React-RCTLinking-prefix.pch */, + 9EEF1F35349D59FBDEF10DA1EB32D72E /* React-RCTLinking.debug.xcconfig */, + 39A292B576BB721526D7BD3395B4C600 /* React-RCTLinking.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTLinking"; + 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 = ""; + }; + 9E61216AA4A4D1B893941B10F37379A0 /* RNBootSplash */ = { + isa = PBXGroup; + children = ( + AF175A655545C96671A0F62727846AD7 /* RNBootSplash.h */, + AF693D9765F98E82A1E6883947B6C94B /* RNBootSplash.m */, + FC7489BE37023AB8F9B4701A2CDA382F /* Pod */, + 0CFDB3FF67A69C4B05C9A6DFF81CFAC0 /* Support Files */, + ); + name = RNBootSplash; + path = "../../node_modules/react-native-bootsplash"; + sourceTree = ""; + }; + 9F3B28B815CEBDC2A957993074E72330 /* Nodes */ = { + isa = PBXGroup; + children = ( + 384C074FAC9DC17D9DD8414B44C67B31 /* RCTAdditionAnimatedNode.m */, + 149A343F2AD8AC34E02DD8BC55410314 /* RCTAnimatedNode.m */, + 8BE38D06924B9F6A0913B44E60581F7B /* RCTDiffClampAnimatedNode.m */, + 7DA70BAC5305D97C3320C0A2E8DAFE41 /* RCTDivisionAnimatedNode.m */, + BED800B6B516C07C02BC7D8314A5905B /* RCTInterpolationAnimatedNode.m */, + D8E141E43A5F7F16E236DB182C294E97 /* RCTModuloAnimatedNode.m */, + D58B72BA8C02D8408CD9F1A2B2036614 /* RCTMultiplicationAnimatedNode.m */, + E0C6B923CACC0C2C99274895993E98E5 /* RCTPropsAnimatedNode.m */, + 4001B9F7E16F1DB7A6AFD63C480BF5EF /* RCTStyleAnimatedNode.m */, + 1073BB8137DF64A7C904DB01FAF838B0 /* RCTSubtractionAnimatedNode.m */, + B1B985BCFA74E17C498670F5667E14E4 /* RCTTrackingAnimatedNode.m */, + 523A40ADE1213F1F7F2846436296E923 /* RCTTransformAnimatedNode.m */, + C44477533C5C77CDBBD8D9FEB4F8E5AE /* RCTValueAnimatedNode.m */, + ); + name = Nodes; + path = Nodes; + sourceTree = ""; + }; + A0B6C9D96CC9C67DC79B8DA744708DEC /* Support Files */ = { + isa = PBXGroup; + children = ( + D3D87A180B67A8B974060E098EBBB24C /* RNCMaskedView-dummy.m */, + C533BDE9546A8AB5403D9F733000E3B1 /* RNCMaskedView-prefix.pch */, + 0AA3CAE923672062053D8DB7C18F21B6 /* RNCMaskedView.debug.xcconfig */, + DA21801DA4177C2CDC8D490E412EF775 /* RNCMaskedView.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNCMaskedView"; + sourceTree = ""; + }; + A0C3D08B5A014B6F8685AB27D5CD8FA1 /* Support Files */ = { + isa = PBXGroup; + children = ( + 0EB1BCA9F637CAEEA3AD3DC650A1ED71 /* nanopb-dummy.m */, + C2EAD018C0959FEB45BB060A526F2C8C /* nanopb-prefix.pch */, + 643B32B4AF6D795F7295D65BAB26DEC6 /* nanopb.debug.xcconfig */, + 4CEC97F6FC7233A1E96AFBC8BE30A29F /* nanopb.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/nanopb"; + sourceTree = ""; + }; + A1DBEDF8F7830790E2AB698E98F168F8 /* rctcustomInputcontroller */ = { + isa = PBXGroup; + children = ( + 3C15B2CC5F9FF3B2F55FABC4861B616A /* RCTCustomInputControllerTemp.h */, + CD9A98EB8B8510ADE6B9A67FB15D6A53 /* RCTCustomInputControllerTemp.m */, + D64C68D41D5C3D9349DFA1471331F403 /* RCTCustomKeyboardViewControllerTemp.h */, + 922EDD33385FF7D11CC6B54C266E225B /* RCTCustomKeyboardViewControllerTemp.m */, + ); + name = rctcustomInputcontroller; + path = rctcustomInputcontroller; + sourceTree = ""; + }; + A1DBF5E3FD27F0D8083D489F848E4A7F /* Pod */ = { + isa = PBXGroup; + children = ( + 709FD90A56947CA236309643CCEEED9A /* EXAV.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + A1FEDE88FE4CD579FA9D8024D76B10ED /* Pod */ = { + isa = PBXGroup; + children = ( + 2D5C910D63F17026100446DC7C7A02AA /* LICENSE */, + E29C8C96029C7A73DE9E7B32647D1216 /* README.md */, + 43C209BA5915139709CE0D586DE59F06 /* RNCPicker.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + A39833215DBD65C8EC8EC0CE626C5CA6 /* rn-fetch-blob */ = { + isa = PBXGroup; + children = ( + 37BEAA7F590658B5EA1E658CC52C8577 /* IOS7Polyfill.h */, + F6CF0BE281F3E23B7AE87DEE83CA8934 /* RNFetchBlobConst.h */, + F802C2DA01616E16499E2F18A399D76B /* RNFetchBlobConst.m */, + 7BA7EB520DA4C8A4D78BBBB9448A1967 /* RNFetchBlobFS.h */, + 5E049D4B9DE5F7F9A695D5EC78B63D44 /* RNFetchBlobFS.m */, + 4D62E9E4BCBBCD8CB57DAA7A0715D17E /* RNFetchBlobNetwork.h */, + AD83A0C5A0983765D5B95A624ECD7560 /* RNFetchBlobNetwork.m */, + F14F0A91E85391B19F147DB7F371E15F /* RNFetchBlobProgress.h */, + A5CBF5589E5871C7BCBF1440302FDC49 /* RNFetchBlobProgress.m */, + BB65DD9F66914041B0F1955A9D82DF13 /* RNFetchBlobReqBuilder.h */, + 7A72F0EE734A35567E1E9B40AC51AD2C /* RNFetchBlobReqBuilder.m */, + E0BDB28AED96FE610BE6E780858E796C /* RNFetchBlobRequest.h */, + 3EE3D1E9DD4E42572315E428EC37FB64 /* RNFetchBlobRequest.m */, + D3F46425757207288961F4F495799CE7 /* Pod */, + B02C76C3EE0280A467AC9CEE430347B8 /* RNFetchBlob */, + 5527E4A7D34EA263037B5A9B28074366 /* Support Files */, + ); + name = "rn-fetch-blob"; + path = "../../node_modules/rn-fetch-blob"; + sourceTree = ""; + }; + A452526A5994727DA1CD384252A3E005 /* UMModuleRegistryProvider */ = { + isa = PBXGroup; + children = ( + 96C44C15A58CB5341932B55BB09A5653 /* UMModuleRegistryProvider.h */, + EAF38DF6A2C68513ACA1A3513B96B2E9 /* UMModuleRegistryProvider.m */, + ); + name = UMModuleRegistryProvider; + path = UMCore/UMModuleRegistryProvider; + sourceTree = ""; + }; + A534078A868E909B522199411DEE3F10 /* QBImagePickerController */ = { + isa = PBXGroup; + children = ( + 6993ECC3F39D83DC8E4B9CF56826F5FE /* de.lproj */, + 6D13A5CD19FEE3F06A01CA801C5E8528 /* en.lproj */, + A5A6E7ADB89A1734E34E6174419A6DE5 /* es.lproj */, + C78D3B8B07B6BFCFD2FE0EB654AF70E1 /* fr.lproj */, + 83C3EE62F2BDE444A533425DDA4F65C3 /* ja.lproj */, + A3DD22F938A1660DED1DCC1EF87F3CCF /* pl.lproj */, + 5DFFF9B84A2AC8C0779CFAB65A951E92 /* QBAlbumCell.h */, + 6347612B0F730F570785F84D3BB5B17C /* QBAlbumCell.m */, + 626E146A59A6E13A54C67A8F2268FD88 /* QBAlbumsViewController.h */, + EC36EEFB8C641072CBB6452D96D2E08C /* QBAlbumsViewController.m */, + B044C71E4E03C5A8EB4E234396333804 /* QBAssetCell.h */, + 4CE160D604744583E813A88EDD1A5435 /* QBAssetCell.m */, + 5DEAE9F704C744BC0D8B7FB0A07E4C7F /* QBAssetsViewController.h */, + 24CF96E267248F9AB13C97787D48FDFB /* QBAssetsViewController.m */, + 7D8CAA57788C97C97DBD6044171DF2A5 /* QBCheckmarkView.h */, + C366BB4C8B9FE19ECF8414B1E969C662 /* QBCheckmarkView.m */, + 65A035B8A7C49C77A3D38497865018F6 /* QBImagePicker.storyboard */, + 4F2724C404896A551077B6C5C0F16121 /* QBImagePickerController.h */, + 21576322EC335CE60D1D51DA0962712A /* QBImagePickerController.m */, + 367DF4CB657362A59D3796D94EC5190D /* QBSlomoIconView.h */, + 745CFC87F29BC850356E63C9D74536D3 /* QBSlomoIconView.m */, + 9E22C054D56114A7457C93AAC39299DC /* QBVideoIconView.h */, + 9794A9F9315CFD8C2C0E0E58E8C897E6 /* QBVideoIconView.m */, + C541EA9F3BBE4B638BB90BDA52B49B39 /* QBVideoIndicatorView.h */, + 9114530292365C06ECD4324D760DDFBB /* QBVideoIndicatorView.m */, + 71C9A72AA0CEB522B66774B3632B628D /* zh-Hans.lproj */, + ); + name = QBImagePickerController; + sourceTree = ""; + }; + A54277BFB618179CB912A893AA9D1E52 /* ScrollView */ = { + isa = PBXGroup; + children = ( + 4EDF6C12B54C0EB9994537132DC1A58D /* RCTScrollableProtocol.h */, + 0C5D5120D430479BDE207AF2D9C26DAF /* RCTScrollContentShadowView.h */, + 858FE1CA46F34574AAEDAC7BA1EC6581 /* RCTScrollContentShadowView.m */, + FE1161B4FEB584383EDD3958C5CDA311 /* RCTScrollContentView.h */, + 47BEDF711810FAA1EEAC3D63F9A3B865 /* RCTScrollContentView.m */, + FC5C29C4E420C1453F29F1C2D6D83892 /* RCTScrollContentViewManager.h */, + 5B5717E669575B7D90A613587C953DE3 /* RCTScrollContentViewManager.m */, + CF387E159917855D6811C0753A93ADD1 /* RCTScrollEvent.h */, + DAA4F3598D4CEFC7DA8CB98D494D646D /* RCTScrollEvent.m */, + 1A5246337066A13FFE7A95D39ECBD469 /* RCTScrollView.h */, + DD6EBD9A626ECCD1C4B3B4A123BE2124 /* RCTScrollView.m */, + 770716D2C38E103B6C3EB855A982ABF8 /* RCTScrollViewManager.h */, + EA4B39CC830AE49DFFED1473341A03F3 /* RCTScrollViewManager.m */, + ); + name = ScrollView; + path = ScrollView; + sourceTree = ""; + }; + A54616D234E90D6E91902EB99BD461C8 /* Support Files */ = { + isa = PBXGroup; + children = ( + A8DDD97DDA14EF4701F740FC488B9C76 /* react-native-safe-area-context-dummy.m */, + C18757B157C75B79D1CF3B989E6A43A3 /* react-native-safe-area-context-prefix.pch */, + 92210A25F36196F04A7369850C7B324F /* react-native-safe-area-context.debug.xcconfig */, + BC3DD4791B7992F11173B48D031DC6DE /* react-native-safe-area-context.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-safe-area-context"; + sourceTree = ""; + }; + A588DA06924D7D6C748964C97B70232E /* UMNativeModulesProxy */ = { + isa = PBXGroup; + children = ( + F260D40C67B6C43E338486544A2DB942 /* UMNativeModulesProxy.h */, + 322072ABF23F10F359B46BE9303C6974 /* UMNativeModulesProxy.m */, + ); + name = UMNativeModulesProxy; + path = UMReactNativeAdapter/UMNativeModulesProxy; + sourceTree = ""; + }; + A5F12467A41E42892F52B9077B223C2E /* TextInput */ = { + isa = PBXGroup; + children = ( + 05ADE30C9F2DCFC6C490D8E94EC9853C /* RCTBackedTextInputDelegate.h */, + 653D6A0283149D9AEF0D811CBC274A73 /* RCTBackedTextInputDelegateAdapter.h */, + 8E885F82D88892B033B2D3BD5CA23E75 /* RCTBackedTextInputViewProtocol.h */, + 901BE7B71C5B67D0CB9BDA9714439D78 /* RCTBaseTextInputShadowView.h */, + 9AEC64807D8BD4133B99A6119BBC423B /* RCTBaseTextInputView.h */, + 267EBBEE66F212E319F32E17F47C2715 /* RCTBaseTextInputViewManager.h */, + BB186B501B9B153400CBFE4099365D21 /* RCTInputAccessoryShadowView.h */, + B4F15A3F6F6D6EBFB507E547F0611F0C /* RCTInputAccessoryView.h */, + 5F50F92CFD47CF60BB871D690845EB1A /* RCTInputAccessoryViewContent.h */, + 9FBA6BF6D643FA438DADD5C539DFFFC7 /* RCTInputAccessoryViewManager.h */, + 2163CABF895B61AFD58F20AC43A5E156 /* RCTTextSelection.h */, + DCCF9267057B46529BB358126E79ADC7 /* Multiline */, + F6D2F7A6BDB4FFB1FEC63516E68DF26A /* Singleline */, + ); + name = TextInput; + path = Libraries/Text/TextInput; + sourceTree = ""; + }; + A64795040DB0825C579FCBFF32235470 /* Pod */ = { + isa = PBXGroup; + children = ( + 7E2516F946E45DE714E68A80CA1F8D94 /* LICENSE */, + 8BBA118B57552E3F94786870F435BFCA /* README.md */, + 024D1D724246739D2D5B48A5AACF37E7 /* RNVectorIcons.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + A6CB4D8AA523A98F090F0C426AA3C2A0 /* lib */ = { + isa = PBXGroup; + children = ( + 0A174CBF81E3ED0FBEF427F0FEB66CA4 /* Aes.h */, + 14182FF653F3E323170A555C5D8056F5 /* Aes.m */, + 3704A530EA08D2F6E37B06DA174A2FA5 /* Hmac.h */, + 5FE8DDA525BC5ABA021DD59E2D72025C /* Hmac.m */, + 57DBD01D51C29A342E5AF1E31ACA4CF0 /* Pbkdf2.h */, + A64C80047C20AE9B7E8E1D6258107058 /* Pbkdf2.m */, + FD8E74963B402CDD4CF270B0865E4619 /* Rsa.h */, + 4932B2CCD55489DA11EFCA93D520204E /* Rsa.m */, + 66795D672BC5DD0CC375FE6E93BF30A4 /* RsaFormatter.h */, + 2A03405233D4C30869593A81D90EB684 /* RsaFormatter.m */, + FCC1811666148D0BAD00D21412AB731F /* Sha.h */, + 7E380D3CF6445EEF7DE63BAE27BF5C02 /* Sha.m */, + C5B716A33BB716EB4FD069534AB29352 /* Shared.h */, + 1B7419CA026EBB5F73A5AA841153D236 /* Shared.m */, + ); + name = lib; + path = ios/RCTCrypto/lib; + sourceTree = ""; + }; + A760E82C6FDDB5D39190A7FF5E8F759A /* Support Files */ = { + isa = PBXGroup; + children = ( + B974E8F380DB16892FBEB5558F871A99 /* SDWebImageWebPCoder-dummy.m */, + 01F1A2568C00672EA0A2A2D52A5A8EDF /* SDWebImageWebPCoder-prefix.pch */, + 8CF2D21232CA2CC0079A53EA5F0BBE3E /* SDWebImageWebPCoder.debug.xcconfig */, + 4FA1A8C389C8F6BB6808F056F860268E /* SDWebImageWebPCoder.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SDWebImageWebPCoder"; + sourceTree = ""; + }; + A8785CDEEEC3AE11B90C8E3836D10506 /* Pod */ = { + isa = PBXGroup; + children = ( + D935F9054B7CC577C3D5CE2CEC526869 /* ReactNativeUiLib.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + A8F03080500CCBCE4992E4FE541F7572 /* Modules */ = { + isa = PBXGroup; + children = ( + 04B0B47CCED53BFB5BFE630005353BFF /* RCTEventEmitter.h */, + 0FFCB4F1425690579873D9DDBD1053FB /* RCTEventEmitter.m */, + 3323204733B9D546E033565319FBE949 /* RCTI18nUtil.h */, + 21C6ED0DA574F26AD1900B0D234B3138 /* RCTI18nUtil.m */, + 8B6A2B3354EF51BB488253D0FCF2F53B /* RCTLayoutAnimation.h */, + 93EDEFEBFEA13BA3D6D7F1C131DD3498 /* RCTLayoutAnimation.m */, + 8A8CC1E0E3EE798091CB35F7849D6A3F /* RCTLayoutAnimationGroup.h */, + AFB9BA5841BD6CC61B34BFD53D20BA66 /* RCTLayoutAnimationGroup.m */, + 893BC524E08B5FDB1C7AA695662F1A6E /* RCTRedBoxExtraDataViewController.h */, + E7585DCC9DC1002F11CCFA41EE93289B /* RCTRedBoxExtraDataViewController.m */, + 10820F954F603C17762CFCF6FBB392CC /* RCTSurfacePresenterStub.h */, + D054BF5B709BD96C0B254538CD9583D6 /* RCTSurfacePresenterStub.m */, + C3E36024B0994FD7A0ACA52444B963B1 /* RCTUIManager.h */, + E4B51B43365959C0F5D81181C60F4A5E /* RCTUIManager.m */, + 1A744E220EA952F95EFAA4A17DDC1645 /* RCTUIManagerObserverCoordinator.h */, + BE0CDC1B2841130DA7DEBA0219FEAE5F /* RCTUIManagerObserverCoordinator.mm */, + 425ABF3ED9978B7B52106DF0CBF9EEA9 /* RCTUIManagerUtils.h */, + F789195EB68154A2898E9DB1C135FE3F /* RCTUIManagerUtils.m */, + ); + name = Modules; + path = React/Modules; + sourceTree = ""; + }; + A991E72EAE212507E5A8B4D3143F7E79 /* Pod */ = { + isa = PBXGroup; + children = ( + 75593E47901121701C3C54C49A4B5556 /* LICENSE */, + 79B73DE5D58DE2EC9FE2E8F1465E9092 /* README.md */, + C79EBD2CCA081C9A3532F975AF2987BB /* RNFBAnalytics.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + AA418D13ECD0AB6688540CE83D3D8B40 /* Support Files */ = { + isa = PBXGroup; + children = ( + 8660872C45596B1B1F0195BC9F2BD05A /* EXFileSystem-dummy.m */, + 475903C269CF922F24B1739F1A124814 /* EXFileSystem-prefix.pch */, + 77693AF7EF83D9AEA79D1461B684A659 /* EXFileSystem.debug.xcconfig */, + 0C1AE477AF1CB642D750A5C86928DCCA /* EXFileSystem.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXFileSystem"; + sourceTree = ""; + }; + AB3089157DF4C2D7A69D46251C14E552 /* Resources */ = { + isa = PBXGroup; + children = ( + 8B5772651373B8400B39D891F970F14E /* ar.lproj */, + 6BA4D25B517D61F8FD9AB72C9ACAFEAF /* Base.lproj */, + 818FE876E98DF5973C0C509FBA68E309 /* da-DK.lproj */, + D1EAD3E6D4140808D154EF585E83D52E /* de.lproj */, + 31EB3D1A9AED3A1D9642652211E4372A /* en.lproj */, + 00701BC95C41C1D335B58DFD2C986308 /* es.lproj */, + B7F064BF62A8C05088AD25393EF9BC5E /* fa.lproj */, + 667EB46FBFEDC7F09D50EFFD34299192 /* fa-IR.lproj */, + 3C06A809CF3763010786746ACE88AFBA /* fi.lproj */, + 8279428435FBA7059F4F96896129E3D4 /* fr.lproj */, + 5F0F2DF26185C885488621122145B1E1 /* hu.lproj */, + 0F3B8B5516F41FB49584CBFA1F4E07B7 /* id.lproj */, + 1B38ABA2844E6E965B07AE6AA26F7642 /* it.lproj */, + FC8FFF3214454A7DBF0CA3095B0D8149 /* ja.lproj */, + E7D88ED06E017D01D33B696DCB883BA4 /* ko.lproj */, + 59349436A2ECE784A2B8208A45A70ECC /* ms.lproj */, + 6B6048E02E8DFDA4AE43F7E8A77EAD79 /* nl.lproj */, + 2542682C35AECE1613947CBC9E3F1789 /* pl.lproj */, + BD211C6F2AF0106177C154A7BC7E0E03 /* pt.lproj */, + 570E1C8D9028C72D4B5E9FD78543823F /* pt-BR.lproj */, + F51242A385AB1B2032B7269E1F652A53 /* ro.lproj */, + E95615A5590E8DDADA1985B999C0F0E0 /* ru.lproj */, + 1C5B058F36AB82D8AA43E4C9F7D17032 /* tr.lproj */, + 82F1BFBF9A4B65BD56E4C906360ECFDA /* vi.lproj */, + 14023ECCAAA856A82EBB5CAE8FC9C035 /* zh-Hans.lproj */, + C6BEEB314BDDD121CDC786BE56F8D9C7 /* zh-Hant.lproj */, + ); + name = Resources; + sourceTree = ""; + }; + AB643DA4DD8E1AEE54DAE7D51CB6156E /* CxxBridge */ = { + isa = PBXGroup; + children = ( + F2F6B185C96E26F4C4A46FCB8224FFA6 /* JSCExecutorFactory.h */, + 9E333EB146FF8736C4DD1140D140CDE9 /* JSCExecutorFactory.mm */, + 99323390A0C9E6869629F49FDCCA6A9F /* NSDataBigString.h */, + A209804E81534EE651327ECFA1478070 /* NSDataBigString.mm */, + 6EBE56C95700590725F5DCAD82E807DC /* RCTCxxBridge.mm */, + 521C7713B5E9159E3579A32A643BFD2A /* RCTCxxBridgeDelegate.h */, + 82427DA5C89CF07B4534D65C16EEA46F /* RCTMessageThread.h */, + D319C528E8B21CFAEF3F75E339E92405 /* RCTMessageThread.mm */, + 7E06BCB4AC5C6F71A4BD79FA51D6E2BA /* RCTObjcExecutor.h */, + F45095C2157523B25E996AD8A3A5A817 /* RCTObjcExecutor.mm */, + ); + name = CxxBridge; + path = React/CxxBridge; + sourceTree = ""; + }; + ACB8860247D076AA6F2AB05F825731FB /* Flipper-Glog */ = { + isa = PBXGroup; + children = ( + A2AC24A2FEA3566FC054042C6866ED9B /* demangle.cc */, + 1542ADA93A0FF0B5B3B6B97E556EEEFA /* log_severity.h */, + DA9B8CD3CA2CC7889F54A9CC81F363C8 /* logging.cc */, + BCDC9A78C29CBC58B1878C96899DD4C4 /* logging.h */, + CFB50372BED5D529A5403846C461FF74 /* raw_logging.cc */, + 9571580D5AC78ECFB0FD9B98D8A651B1 /* raw_logging.h */, + E0913DDCA847B223126944A3847A1A8A /* signalhandler.cc */, + 9D3E7BA57FD41ED01A53BC8FC7063C8F /* stl_logging.h */, + 8224FF3FD422FDF83F12896977E93538 /* symbolize.cc */, + 257593DD23FE0B295051BC541DF7CC39 /* utilities.cc */, + 3F9C2FCE81A09A476F1EE0733E926E29 /* vlog_is_on.cc */, + 1C52E6805E69ACCDB4ED2FDABFFA44E7 /* vlog_is_on.h */, + 68F51CD435EE9F1B16104E4DE5715B3C /* Support Files */, + ); + name = "Flipper-Glog"; + path = "Flipper-Glog"; + sourceTree = ""; + }; + AD1F8A2C7D7811F4B6ECCBE6DCAE8088 /* Pod */ = { + isa = PBXGroup; + children = ( + A2CD26E34CD82FB1683480360649DA56 /* LICENSE */, + 89523EAFD7EC02182BE376281893ADDF /* README.md */, + F6C68634E9756F10B6575CA2A6A83248 /* rn-extensions-share.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + AD3BDFAB5F7DB963F2974A2588A95B3B /* Support Files */ = { + isa = PBXGroup; + children = ( + A01CB284D1C0895CDB870BCE981AB32D /* React-cxxreact-dummy.m */, + D07D67FF330DB15AF49024D811A8B350 /* React-cxxreact-prefix.pch */, + E174A7483129947DA61508929C74FBE8 /* React-cxxreact.debug.xcconfig */, + 729136C288E5A9D3E7AC8297E3383DA7 /* React-cxxreact.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-cxxreact"; + sourceTree = ""; + }; + ADDC28046EFF1CA16CFE6D7CC4024560 /* Support Files */ = { + isa = PBXGroup; + children = ( + 6717F96F0A4A0A39E542E4D5BF9C1725 /* GoogleUtilities-dummy.m */, + B5D8C6D08301FB18DECACFBF1E81D757 /* GoogleUtilities.debug.xcconfig */, + AC1069D54926EA7624C69DDA5228DF54 /* GoogleUtilities.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/GoogleUtilities"; + sourceTree = ""; + }; + ADEC0050F97105892AA8D8390581E3E1 /* Development Pods */ = { + isa = PBXGroup; + children = ( + 470C94ACBD892F20545802D55585D590 /* BugsnagReactNative */, + D1AEAB12153A2EAFAF1F4FC653F8455E /* EXAppleAuthentication */, + 1A93E397FA671A7727273362E730C899 /* EXAV */, + 74D6A3BC13DF2107C7795A56390651C0 /* EXConstants */, + 5225147A2EFB7117C806598CE2C97FA1 /* EXFileSystem */, + 6FDB188353DE628E990F068DAB90AB6D /* EXHaptics */, + 5F6DE4818302EB4019C995A35B1E257C /* EXImageLoader */, + 9A2A5327D249017E6EB23D0636B66C0E /* EXKeepAwake */, + 07EC5F9BBA7C1BAC8E6541C9EB6D87B9 /* EXLocalAuthentication */, + 48EFC3CC878E6C883751988AD943898A /* EXPermissions */, + F288332E414A75E3C02B1832FF2B64A2 /* EXVideoThumbnails */, + CB56E092C0EA6596F371D43F48FF75DB /* EXWebBrowser */, + 3DF976172247388B31160A0B7DDDD5EA /* FBLazyVector */, + FD351593005C8847EFD07214F417BCD8 /* FBReactNativeSpec */, + 618229A324C494DC35D36C374F370A7C /* KeyCommands */, + E519178767BC69224443D19980CC7545 /* RCTRequired */, + 0140D0860A8AABB8C618861DF29B41A8 /* RCTTypeSafety */, + B184DEB84C3C2F3F99A896F879EA6815 /* React */, + 9B3B76FCE8A8DE101E9F68AC5655BAEB /* React-callinvoker */, + 188005B4571FBDAB8714ADC10197EAB8 /* React-Core */, + E28CDF79AB590810EFA0FBCCA13B2205 /* React-CoreModules */, + BA3FB5E67043637F71C9EA31188CC361 /* React-cxxreact */, + C0C3F72DBCC41AEDC57439F5B38D6C04 /* React-jsi */, + B1F5926002B7ADE245D16A0C0F2F0EC6 /* React-jsiexecutor */, + E43EB98F3A185A50884A1F3F5FA3DC08 /* React-jsinspector */, + 68EC8EC054C2C443355CB7517146F877 /* react-native-appearance */, + 735C75D0CF4E31C4D5CF4879CAF0DB31 /* react-native-background-timer */, + 0B067243E2100EC6E8226B2DC5C6C80D /* react-native-blur */, + 20000974A34130FF7573DEB555426D5F /* react-native-cameraroll */, + 32B84CF6262396172C7F34D5F83ACE49 /* react-native-cookies */, + F382F7177DFE0280020AF5150CBB33EC /* react-native-document-picker */, + 316AA87BEF42714315AD90B5D09D954A /* react-native-jitsi-meet */, + 4887F25EF5499D1FBCD0407D7AF30E56 /* react-native-mmkv-storage */, + 38A596F5527B74CF91FFF10922670CDA /* react-native-netinfo */, + 42D59AA994C4BBAFEEF967EA1A5AEA1A /* react-native-notifications */, + 48A67F4B293074EB21FF6BF7A253F020 /* react-native-orientation-locker */, + 11EB9E29E87E9C5CF7FC7E8C20F14778 /* react-native-restart */, + 012F70E81A0D908236E23EB3F697EC8E /* react-native-safe-area-context */, + 11F2FF7BD4E29597D4DCBBFBE968FBF6 /* react-native-simple-crypto */, + 3C6847ADCE8EE5EFD7F17DD7C5930073 /* react-native-slider */, + 9C7DE0134C62F40F97AFE45BE2A4F032 /* react-native-webview */, + FEBCA70FD0EA408966A4D8249AA53DD4 /* React-RCTActionSheet */, + 1093FB0118AF4113386BAF55D1D5E989 /* React-RCTAnimation */, + 75E31411D715757A6701B2A01E2DB963 /* React-RCTBlob */, + 9530C9CEE7196AB157A1FF6A43ED85A4 /* React-RCTImage */, + AE1BCA9ADB27252627CE59D02E4621C4 /* React-RCTLinking */, + 374394A65EEE16F6E1B2C73EB6B8BFFD /* React-RCTNetwork */, + B4A5DD670E62D35FF914EC458D812A7C /* React-RCTSettings */, + 46C5BDFDD1ABCCBD145149130CF328AA /* React-RCTText */, + 60CC76B072AF5D9453728565F8112B3C /* React-RCTVibration */, + 582412531FE09E22AFF0DC84BA8E97BB /* ReactCommon */, + CA33E4FF84ABCD5BA8A469AA5B7118B7 /* ReactNativeART */, + 7671598C49BE6A800192F6359044CC37 /* ReactNativeUiLib */, + 87E49C9E342739169A2E9BCF4779391F /* rn-extensions-share */, + A39833215DBD65C8EC8EC0CE626C5CA6 /* rn-fetch-blob */, + 9E61216AA4A4D1B893941B10F37379A0 /* RNBootSplash */, + EB056BBA3390758A2AD140B72076AE0B /* RNCAsyncStorage */, + 4C3A5CAC688E6673F9489B895DBA3C09 /* RNCMaskedView */, + 3205C4959CDEE2AB369EE76F490A32EF /* RNConfigReader */, + C5883A709BA02F6865BBC459A9AE131C /* RNCPicker */, + CF2613AF96866D659EB8EEAEA2FBBD35 /* RNDateTimePicker */, + 964321522544B4171AC7F085268CDDB0 /* RNDeviceInfo */, + C8E8695ECA035285985C9F417FD5849C /* RNFastImage */, + C951395152170D4C61FA2172019699AA /* RNFBAnalytics */, + 892973F55A9DF5552A7CF9622206BAD3 /* RNFBApp */, + F6DF08404EC08989E085FEC290E20B25 /* RNFBCrashlytics */, + FAB3A2B1F638256AB74A8617F1DF1B34 /* RNGestureHandler */, + 50BDD28AC6F256BBA899F7C5723B53BC /* RNImageCropPicker */, + 6BFD7D43923885137AD22FEE20323529 /* RNLocalize */, + C0E26F38A3ECD0E9C78BB29234741840 /* RNReanimated */, + 3F50D8217982D806DE6F8FE72D1E27F3 /* RNRootView */, + 2891B2448E1B0D82C2EB926E5EDE526C /* RNScreens */, + C5BB8F68CABCF6242B97504DD8708ECB /* RNVectorIcons */, + 10558556974A50522F76D56FBB2F7EF6 /* UMAppLoader */, + 348039D78C914C7062F5B4FA52437ED2 /* UMBarCodeScannerInterface */, + 57CC1707E489285DA992A28F74502732 /* UMCameraInterface */, + 6038FD48798EA9EDC965820141CEDEBC /* UMConstantsInterface */, + BDA5C2095CC74DD25529E3D666D453DB /* UMCore */, + 38CBD81CB26349CC7F7B82DF2453CD73 /* UMFaceDetectorInterface */, + 87A00709AFC9F613D14612866F4C7BC9 /* UMFileSystemInterface */, + 01EF8D3D0E90B0B2308C0F565FC347ED /* UMFontInterface */, + D5AA4DD40E21DC400F20AC388CAA68D0 /* UMImageLoaderInterface */, + 6476CF04C24A17E4F20E51AE3D6E8E01 /* UMPermissionsInterface */, + 46759B359137E07A45867CE7E4DBB99B /* UMReactNativeAdapter */, + C692A6D30BDF5F2350036E9AFD5AA360 /* UMSensorsInterface */, + D86CFF96EA94717221644394AC8B40AC /* UMTaskManagerInterface */, + D90FD7F12548790C052BFF10479DED9F /* Yoga */, + ); + name = "Development Pods"; + sourceTree = ""; + }; + AE1BCA9ADB27252627CE59D02E4621C4 /* React-RCTLinking */ = { + isa = PBXGroup; + children = ( + 5A57733A1857663DB7C455FD33CE21EA /* RCTLinkingManager.mm */, + 7406630AF703CB0565A9306488554ABD /* RCTLinkingPlugins.mm */, + 703B989242E4CA699320A350F03AD17B /* Pod */, + 9D6647C7AB8E7F329035C8AD9BD82FEC /* Support Files */, + ); + name = "React-RCTLinking"; + path = "../../node_modules/react-native/Libraries/LinkingIOS"; + sourceTree = ""; + }; + AF073A2C20E0FD8575ACCAD9FA167496 /* Support Files */ = { + isa = PBXGroup; + children = ( + 578F491A8EB55392473EACA0F69BC8F5 /* EXImageLoader-dummy.m */, + 9EEC3FEABE2CE4343C41143498F63130 /* EXImageLoader-prefix.pch */, + 87D97C01F9496534C3408DA8568BF74A /* EXImageLoader.debug.xcconfig */, + 38C5D4D4CA90F86E6A81596F13EF4938 /* EXImageLoader.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXImageLoader"; + sourceTree = ""; + }; + AF50E0433DED14267C58CDE770DC8666 /* Tools */ = { + isa = PBXGroup; + children = ( + E13E7BE1E222A555D00E73A5535DB4ED /* BSG_KSArchSpecific.h */, + D4AB494351FA11BED6A184737D23BB4E /* BSG_KSBacktrace.c */, + 916A2A5ABE87E4735F56DF814638D07E /* BSG_KSBacktrace.h */, + 4B732801E54009AA880BEEA9326E1816 /* BSG_KSBacktrace_Private.h */, + E5F00E055FB37B5F64CF20FB0D400FA4 /* BSG_KSCrashCallCompletion.h */, + 36883DA8E4815E187BDFFA3A289C333E /* BSG_KSCrashCallCompletion.m */, + C01FD939F9D60ACE8B276793C78C58DF /* BSG_KSDynamicLinker.c */, + 45C89D6C9BEE408698985BEA1096D91C /* BSG_KSDynamicLinker.h */, + 84B7244F12B71F2D0D0690BF4D620994 /* BSG_KSFileUtils.c */, + 500ACA0D14B5E85B9344C21473DF2360 /* BSG_KSFileUtils.h */, + E10D24A8D08CB16A248385C4D8E26721 /* BSG_KSJSONCodec.c */, + 87951D356194D75D168FDF46B3ABCE12 /* BSG_KSJSONCodec.h */, + 73628F776FC87D5206BAEDD9938E7836 /* BSG_KSJSONCodecObjC.h */, + 0805E5BDC2306F1B6C105EDC8E80284A /* BSG_KSJSONCodecObjC.m */, + AF8FE035C9D06E6E7963B12E62F0E590 /* BSG_KSLogger.h */, + 3A0AC2665CB32C6E231503713792CCD7 /* BSG_KSLogger.m */, + 00E18CB981CAD15EB1D1E8A59CF0F4E9 /* BSG_KSMach.c */, + 408281EC641650853B7472F387008002 /* BSG_KSMach.h */, + 28E8E303BAFEC153FA59E2AE9A778266 /* BSG_KSMach_Arm.c */, + A95100B913BC6BD922F320981E940D7A /* BSG_KSMach_Arm64.c */, + 8BD303C983482EDF2BD1655914BD5673 /* BSG_KSMach_x86_32.c */, + F2FA626FC5B11259CB0E2AABB5CA7286 /* BSG_KSMach_x86_64.c */, + 559AC0FAE372907067133E7ECF816C0B /* BSG_KSMachApple.h */, + DB32BA937D481065AA55D792825D9867 /* BSG_KSMachHeaders.h */, + F5EADD739BCFD870697BDA421A4D6BB4 /* BSG_KSMachHeaders.m */, + 762BB50A97C7440B271D92F8D6DBB441 /* BSG_KSObjC.c */, + 5A36D1EC99E4E24544321CD87714EC7A /* BSG_KSObjC.h */, + 1AF16905AEEAB4D5CDAEB054A5789B89 /* BSG_KSObjCApple.h */, + 61ED339948C6EC9FF4EA1FF7945C49FE /* BSG_KSSignalInfo.c */, + D70768F77354761708D44D5488179C4D /* BSG_KSSignalInfo.h */, + C482ED298EE79BE6D4E4103ED0A0A1A8 /* BSG_KSSingleton.h */, + 00F9BA07ADAE89C69DAABD26CCE1D9B5 /* BSG_KSString.c */, + 1B5FFC8A93C51F6E912E84F5A7BADF93 /* BSG_KSString.h */, + DA3D40B1949687543BD774F35A09DF1C /* BSG_KSSysCtl.c */, + 06B76F1E78247A0F08097B4E543CCCD0 /* BSG_KSSysCtl.h */, + 226FEA8C59D37C8489FFE2C8F320A442 /* BSG_RFC3339DateTool.h */, + A88D935F8F252FCDD43ED86C32A72835 /* BSG_RFC3339DateTool.m */, + 151C5E5BE70E5A52A62F2D51F5B1B9A8 /* NSError+BSG_SimpleConstructor.h */, + A899E52D640773A00C3D351C61F17E13 /* NSError+BSG_SimpleConstructor.m */, + ); + name = Tools; + path = Tools; + sourceTree = ""; + }; + B02C76C3EE0280A467AC9CEE430347B8 /* RNFetchBlob */ = { + isa = PBXGroup; + children = ( + C0EC09FCCC9B40A4DEA81D4698A5438F /* RNFetchBlob.h */, + 0EE5CF76D0237B82B17EC67C821085FD /* RNFetchBlob.m */, + ); + name = RNFetchBlob; + path = ios/RNFetchBlob; + sourceTree = ""; + }; + B0688132760B7F5A4D8204230546B2F7 /* BaseText */ = { + isa = PBXGroup; + children = ( + 02B3C17838F4B8794F9E36620A0295E1 /* RCTBaseTextShadowView.m */, + A4F7C3294AA209D7F52327DC9A8B4E19 /* RCTBaseTextViewManager.m */, + ); + name = BaseText; + path = BaseText; + sourceTree = ""; + }; + B073E14E42C5EBE24C2D397CF62FFB59 /* FirebaseCrashlytics */ = { + isa = PBXGroup; + children = ( + BB0232CA1E140B6BFA0CFD7AF837D160 /* crashlytics.nanopb.c */, + 651BC315185934641CAF959BD5803E1E /* crashlytics.nanopb.h */, + 42CBCE9E0AC14B074E7F304C3CEECAF5 /* dwarf.h */, + 9B4AFF2D2606B017C4FA98B9C8CE4BC6 /* FIRAnalyticsInterop.h */, + DA7D0D5AD4634C7B349563FA7FD685A1 /* FIRAnalyticsInteropListener.h */, + 3CC74A469F746F379708315BA0FB2FB3 /* FIRAppInternal.h */, + 274DBCAA64624AEAFD1422FFD80BDCF3 /* FIRCLSAllocate.c */, + 8EBF97CC786C612494226424EC112887 /* FIRCLSAllocate.h */, + C0884F526D5234A12B7974117BAAF022 /* FIRCLSAnalyticsManager.h */, + E476AB85371E644CD9D5DAFD7404E93B /* FIRCLSAnalyticsManager.m */, + 76E7E352DB1D4A977CA9AE5CB3AFD142 /* FIRCLSApplication.h */, + 3E953FA6833113CD6003749B0B4C7827 /* FIRCLSApplication.m */, + 296663C9259F7C824E4148D6AABA69DD /* FIRCLSApplicationIdentifierModel.h */, + AD0D911F3F9B9E5B7A33802D22F91CF0 /* FIRCLSApplicationIdentifierModel.m */, + D77668D07CDD37E904E715A4AB987F23 /* FIRCLSAsyncOperation.h */, + DEB65D1DF3FA40E31275A3487D9C1CCA /* FIRCLSAsyncOperation.m */, + 83DAAB2C8C4DB448553AFBD52EAC0FED /* FIRCLSAsyncOperation_Private.h */, + 1675801E1B25C3CCAA5B8CBE513B61EF /* FIRCLSBinaryImage.h */, + 6B34F1ABC91E3D3216F9B22B183987A6 /* FIRCLSBinaryImage.m */, + EB067AEEE905325EA6DDB97C81C42828 /* FIRCLSByteUtility.h */, + DA95F53BF18A88A8B829E11D0A732173 /* FIRCLSByteUtility.m */, + C02AACC3DA51FBE29DC4050915556FAE /* FIRCLSCodeMapping.h */, + 9A117A1FC69B2543DA0E42CF7E20AE4A /* FIRCLSCodeMapping.m */, + 03370B4563CC050BD28E0B0201F1594D /* FIRCLSCompactUnwind.c */, + 9E6A738B8523F2E5651ABC1B9A07FD2F /* FIRCLSCompactUnwind.h */, + 4C6175828F5025D83C4AC5936F5DA7F2 /* FIRCLSCompactUnwind_Private.h */, + BA36A213CE3E2F100AFDCFB0C83F5329 /* FIRCLSCompoundOperation.h */, + 384C521847B6D3C4F73235697B6AF9EE /* FIRCLSCompoundOperation.m */, + AEE42EAA9A539EC41EB82B1C700C5B5F /* FIRCLSConstants.h */, + 095AAE07AED6E306A571D23AE8B986BC /* FIRCLSConstants.m */, + CD66227FC3061CE1F9D284DAADE29104 /* FIRCLSContext.h */, + 1CA141060441C3F2FC9249BB7E8BB516 /* FIRCLSContext.m */, + 68F5387058C73DDE9A14B88A8BEFCA47 /* FIRCLSCrashedMarkerFile.c */, + 2BAC6B10AADBE70BBE0E8D855A26526C /* FIRCLSCrashedMarkerFile.h */, + 58AD79D320221674050EF55198D23F07 /* FIRCLSDataCollectionArbiter.h */, + C8397B0A9210C788CCED73E7AA58A172 /* FIRCLSDataCollectionArbiter.m */, + E000581FD3F15D63E370ABFFA66C205F /* FIRCLSDataCollectionToken.h */, + 3AB84547E14DA1EF2CBBFEF2A438715A /* FIRCLSDataCollectionToken.m */, + 596C5A183AD65B25FC65E1E444F7DC38 /* FIRCLSDataParsing.c */, + 80534E27F81E293D8316094315D45B20 /* FIRCLSDataParsing.h */, + 71B5D1DF5B54E9D7A7E43CC2101BE18F /* FIRCLSDefines.h */, + B48CF714D4A54550DAACB22A6431C9EA /* FIRCLSDemangleOperation.h */, + D7B406789C6B7ED2CB7499A4AB53F22A /* FIRCLSDemangleOperation.mm */, + 92825CEC94D8D0951E658C653981644B /* FIRCLSDownloadAndSaveSettingsOperation.h */, + 32B0D73C3DC5D3483B556D225A90829C /* FIRCLSDownloadAndSaveSettingsOperation.m */, + 73E7583A4E9D93D78920F3903CFA2807 /* FIRCLSdSYM.h */, + D34A567C50347ED38F5A01F8CA69EA30 /* FIRCLSdSYM.m */, + 04B93A528C4DC1CCDCCE9B4F77843223 /* FIRCLSDwarfExpressionMachine.c */, + 7F8B32372B31888C8B13C9A21896E323 /* FIRCLSDwarfExpressionMachine.h */, + 461020E85A2A3B301ECEF2D56770CB0A /* FIRCLSDwarfUnwind.c */, + 75ACF0CEF5BFB8FA0B59528E9B689DDC /* FIRCLSDwarfUnwind.h */, + FC75744FADD6E0527433A3023B316B0C /* FIRCLSDwarfUnwindRegisters.h */, + 0ED9ECC0D792B034CAFEC1DEB9B287F5 /* FIRCLSException.h */, + 2C20283ECE5ECD4532915819FB278FC8 /* FIRCLSException.mm */, + 35A0C804E3C25156865AFF74365097C2 /* FIRCLSExecutionIdentifierModel.h */, + 4FBCD9FC672C818F4B790A2EC594C606 /* FIRCLSExecutionIdentifierModel.m */, + 3E234F244E39E9ADCA89E02F052AD246 /* FIRCLSExistingReportManager.h */, + CF46C28C74C29E9E8789EAE9667A703E /* FIRCLSExistingReportManager.m */, + 82F4D239A3C712FDC4A6D55D60753EA7 /* FIRCLSExistingReportManager_Private.h */, + D6174A69249978BC41F8E46E1EC0F7C7 /* FIRCLSFABAsyncOperation.h */, + AEC5B4F01153CCC908C4F9D9E2344438 /* FIRCLSFABAsyncOperation.m */, + 3D8A236D0A3983CEAB0E8A13DD013520 /* FIRCLSFABAsyncOperation_Private.h */, + 23B781565730B52F92C13EF75A0C7EAF /* FIRCLSFABHost.h */, + A79154449870727485AF5931EEB81B77 /* FIRCLSFABHost.m */, + EE2A78341A5E3F614C53BE783365DC6E /* FIRCLSFABNetworkClient.h */, + C87B192D60953F616CE93DF8D7538DE3 /* FIRCLSFABNetworkClient.m */, + 0A758AA9DA4EF7A791C9EDC784D8CBAD /* FIRCLSFeatures.h */, + 1CE223D8A3416E8179CB79F931A4BF72 /* FIRCLSFile.h */, + 4FDBE603EFA259CDF37D38AAD6358335 /* FIRCLSFile.m */, + E19FC86429BF59C50AA1910FC781B3D9 /* FIRCLSFileManager.h */, + E6E96A0F75D8446024FD9848C4D112DA /* FIRCLSFileManager.m */, + 10E923023AE2132E8B95AD717A211DFD /* FIRCLSGlobals.h */, + 4C0FC806DDAA6A7A1697CB8EF188040B /* FIRCLSHandler.h */, + FD76A315239DDAFC96C03C2854D65F05 /* FIRCLSHandler.m */, + 28387517BF392D7F46D2D72982BED20E /* FIRCLSHost.h */, + 0BE1307758D6659A378626A548CFFD1E /* FIRCLSHost.m */, + C4E94CC1219D645655AB7EF06D6AB197 /* FIRCLSInstallIdentifierModel.h */, + 3DE1CCC4CC68D5826B3BB0633D58E16C /* FIRCLSInstallIdentifierModel.m */, + B344043F53DCF02D7FC7C4B38983B133 /* FIRCLSInternalLogging.c */, + F40FF1BFB461211BE6FE4E151A34C19F /* FIRCLSInternalLogging.h */, + 4FBF45BE08C38A1BB063BC1177CE7594 /* FIRCLSInternalReport.h */, + CC5D72A8D6B7BBE28C64B1BFF87F735D /* FIRCLSInternalReport.m */, + A272424B0218AAC68D202A39B9F384A2 /* FIRCLSLaunchMarkerModel.h */, + 252D933B39817B62FF07CEBBAA5F321B /* FIRCLSLaunchMarkerModel.m */, + C38EF1F5470C311BF58ABD2A7E216EA8 /* FIRCLSLogger.h */, + 347D7F70A566C75B6D253AE9CED798B9 /* FIRCLSLogger.m */, + 887E9BDC46A23ED49576D7AE78C9D21F /* FIRCLSMachException.c */, + E4CD5216CB8412F1C736E85AEDB8EBA1 /* FIRCLSMachException.h */, + 93F47D57D10B42D647C21BAB60BAA78E /* FIRCLSMachO.h */, + 084C906ED3CC5FB6D05BD373B37D9030 /* FIRCLSMachO.m */, + F5451DB906023A272CCE76C7E9D8390F /* FIRCLSMachOBinary.h */, + CD8E533F584E8FD4DFB6ADBA6DF45C6D /* FIRCLSMachOBinary.m */, + F4EC378341B62280BF5BF05EFDE242D9 /* FIRCLSMachOSlice.h */, + 6ED767E8E2FF5824EAE11B45C4DE8AF6 /* FIRCLSMachOSlice.m */, + 8173852196E8A6137B58B8F09CD04BC7 /* FIRCLSManagerData.h */, + 27A8E129A946A9515D6D884FFCDBBDA2 /* FIRCLSManagerData.m */, + BA7DD602C3BAD1D6956BE02E0B9FF9F3 /* FIRCLSMultipartMimeStreamEncoder.h */, + F19F7570FD3F66E7B5C7E301F35F368E /* FIRCLSMultipartMimeStreamEncoder.m */, + 865CF6EB6798B1DFB1E23B9154DDFA5E /* FIRCLSNetworkOperation.h */, + 2B4D52292B97A5E53FFAC8BFB50717A8 /* FIRCLSNetworkOperation.m */, + A5F09E3E8B4D9A1DFE546903F1220DF7 /* FIRCLSNetworkResponseHandler.h */, + 500F600B44E9594531DDDA06E8D3C08E /* FIRCLSNetworkResponseHandler.m */, + 36ACE9D5D5EF499A5624DC68B5B83B62 /* FIRCLSNotificationManager.h */, + 078791EE4D7B44C73A14ABBD93D8146B /* FIRCLSNotificationManager.m */, + 2CF80E629F6CE01B7C7F27F3B66803DC /* FIRCLSOperation.h */, + 190CE78ACDBB27D17C293941DAA24705 /* FIRCLSProcess.c */, + CBDCF2EC0F3CFA1E96003F6D723F0B7D /* FIRCLSProcess.h */, + F521417F4CF055538C727BA4F5C75E75 /* FIRCLSProcessReportOperation.h */, + C3BB66542C83462E74A669C6D50FB0DA /* FIRCLSProcessReportOperation.m */, + 2BB09B6F91EC5C03D3A27C8CC85A4683 /* FIRCLSProfiling.c */, + 025B512840C438216CB001FF5ED9405F /* FIRCLSProfiling.h */, + E96C124B36A840A3E60842F9C9EA4637 /* FIRCLSRecordApplication.h */, + 26B52A9591E69B1A7A952845CE3A95BB /* FIRCLSRecordApplication.m */, + 66415AD4109D6BC2EB97CF0E3E5BD8BB /* FIRCLSRecordBase.h */, + F5555B4EBC29F68FDB73CEEF962BAAE6 /* FIRCLSRecordBase.m */, + AFB179655D1B6D38FB4F07246A992AD5 /* FIRCLSRecordHost.h */, + 4DE7C3099AE51D2D39578A3C156154B8 /* FIRCLSRecordHost.m */, + 113EAA92F6E4BC8DBEB6E21419705E23 /* FIRCLSRecordIdentity.h */, + 09631CEAB6FA83FAEB19F4D3D7E6B766 /* FIRCLSRecordIdentity.m */, + BEAE2C366C32586AD20F1912434FD7F7 /* FIRCLSReportAdapter.h */, + 79DA11ACD1B1FE7C032F234349C7C13F /* FIRCLSReportAdapter.m */, + 58F043639A31154633ACA55BBBB9F65B /* FIRCLSReportAdapter_Private.h */, + DE533240428EE8AF23370C438C7B50A0 /* FIRCLSReportManager.h */, + 61F36589173250A5247C707521CEFA9C /* FIRCLSReportManager.m */, + 3F5EEE39CE856890A7C6B535FB8D1DBB /* FIRCLSReportManager_Private.h */, + 0302A79E50D4DEA8BFE77B6C18CB0FFC /* FIRCLSReportUploader.h */, + 584503C67A2A7CF3F468751D93CBD1A2 /* FIRCLSReportUploader.m */, + EE4517BE04C4913E6CFA1288B7F87021 /* FIRCLSReportUploader_Private.h */, + 2310036578529D6AA6BC3631AC1F643C /* FIRCLSSerializeSymbolicatedFramesOperation.h */, + 3A91E58656382AD76533E41CF4CC23C3 /* FIRCLSSerializeSymbolicatedFramesOperation.m */, + 503CA8F9A88B2866E69F95F2644F1E3F /* FIRCLSSettings.h */, + 9B478335C954589860E891ACC2802666 /* FIRCLSSettings.m */, + 0F8CCB8C7951F6F6E3F9C9E915A8D9D5 /* FIRCLSSettingsManager.h */, + 49F447B74B2956EE71F74F5AF1255F5A /* FIRCLSSettingsManager.m */, + 2AA9841E50C8EB4833D888FC478FCE74 /* FIRCLSSignal.c */, + 36CD9AC8DA7CD82DAD20AD34A7FAC8B5 /* FIRCLSSignal.h */, + 37FF2754D2C1140542EF0E0488E7DC13 /* FIRCLSSymbolicationOperation.h */, + 89D85CAD777A6E0D08EC46DD4773DD4A /* FIRCLSSymbolicationOperation.m */, + CDC3C7F1896DF9C67DC00143E61F0DDE /* FIRCLSSymbolResolver.h */, + 14B5141E808AEF7D39E5AE3BEAE5BCF4 /* FIRCLSSymbolResolver.m */, + 4A696A1F9E87AD1B7D3BF8354093E33E /* FIRCLSThreadArrayOperation.h */, + D4F745B674101EBE5C4567F06484E32C /* FIRCLSThreadArrayOperation.m */, + EB605B328749F7ED4B45BEBCCF77CC4C /* FIRCLSThreadState.c */, + 691A261857C78128F61801B55A0185C5 /* FIRCLSThreadState.h */, + BB32CDFE191FEF1EBAD119FB10CA49BF /* FIRCLSUnwind.c */, + D0B7D9CBA59E87B955A937BD36D35F6B /* FIRCLSUnwind.h */, + D11C90B172DBE1F145CE61C8A7C561EC /* FIRCLSUnwind_arch.h */, + 8F0FD95BEFEA7F79449B355142FE6D27 /* FIRCLSUnwind_arm.c */, + 3B4921697D86DCE3091D41136D888F23 /* FIRCLSUnwind_x86.c */, + CDEF2F8951A3D9ABF871ABDF28009438 /* FIRCLSUnwind_x86.h */, + 74DEE421018A713775C97826DABBF4EB /* FIRCLSURLBuilder.h */, + 9E1FEE085D8111B66ABFDD6A5C6A7621 /* FIRCLSURLBuilder.m */, + 9D9E26D53BF47C7BCA948F33C94C72EE /* FIRCLSUserDefaults.h */, + 7693A57D3E30440C4A8E9F4902ACAEF6 /* FIRCLSUserDefaults.m */, + 772855AAACE040FD55D921AE3761026F /* FIRCLSUserDefaults_private.h */, + EE0D818880E1802CBAF5874CF81F9961 /* FIRCLSUserLogging.h */, + 61DECCE6A8452E4E2AE448598421CF26 /* FIRCLSUserLogging.m */, + 9A5F5EBAA6778417F23606F1C81AE593 /* FIRCLSUtility.h */, + B520C7495F75FA0E7D75B9829E4A4024 /* FIRCLSUtility.m */, + 19C3F3D19842B592EA49B30E8F0C0D9B /* FIRCLSUUID.h */, + FCE0EEE6E7323F92AD1E20ADA1BC7051 /* FIRCLSUUID.m */, + 5DE69B0BF30AB6515BACA59A4F2EF9A5 /* FIRComponent.h */, + 34EF0B117230C482F8744DF730085910 /* FIRComponentContainer.h */, + CC08AF7AFD1661A4C8368E505593A921 /* FIRComponentType.h */, + 7FA333B833A9264F89DDDEABE92E4183 /* FIRCoreDiagnosticsConnector.h */, + 39F2C50A822A1C0F376A2263F07394DF /* FIRCrashlytics.h */, + 7137179175A491EDE1EF509DF7504106 /* FIRCrashlytics.m */, + 04A4DB236DFEBCBFDE59B3B7F83A2287 /* FIRCrashlyticsReport.h */, + 64150E7DCAC5711EA86682DE093568BE /* FIRCrashlyticsReport.m */, + 94815BB685B9EE684F99BD09FD871B4D /* FIRCrashlyticsReport_Private.h */, + B416F58001729E2636E0FE3CF51655AC /* FIRDependency.h */, + 8300FFECC504A965089C5F16287901F4 /* FirebaseCoreInternal.h */, + F5316DFC67801402B27BDD23DCE8A4CF /* FirebaseCrashlytics.h */, + 69C07BA7C19AD66EE26E2B55B8D31686 /* FirebaseInstallationsInternal.h */, + 933F2D86635ABD09678EA9689FBE9AB6 /* FIRExceptionModel.h */, + C00BE7B862669B19B80756579ADD28D0 /* FIRExceptionModel.m */, + 7D54F43584740A801BD7E7AE8F37CB51 /* FIRExceptionModel_Private.h */, + 7AB107BF048B1EA2AB39B46699CD6FAA /* FIRHeartbeatInfo.h */, + B1E66ACE585D98CC84FB6B6F4CCAA53A /* FIRInteropEventNames.h */, + 0969F0AF29B080190D3B8D11E68DB287 /* FIRInteropParameterNames.h */, + 121F2EDAD316D661D62F0389FE014D1D /* FIRLibrary.h */, + 772A34841F9F026D06FC5A267798F91B /* FIRLogger.h */, + 375039AB2F0B517F534A481F68D914E1 /* FIROptionsInternal.h */, + A28C21D74654C096DA7A461769266A22 /* FIRStackFrame.h */, + E05015B41FF385E060CB9A752B425776 /* FIRStackFrame.m */, + 0675933781794EB0B0E5D1E35A204F97 /* FIRStackFrame_Private.h */, + 34410E9A1226E7AB656D5C8D0AEA6E26 /* Support Files */, + ); + name = FirebaseCrashlytics; + path = FirebaseCrashlytics; + sourceTree = ""; + }; + B184DEB84C3C2F3F99A896F879EA6815 /* React */ = { + isa = PBXGroup; + children = ( + 40946B0DD793DCEFCCBC3B11FC536941 /* Pod */, + 4DDC9F202358F3ED4B4EF5A3525DBC2A /* Support Files */, + ); + name = React; + path = "../../node_modules/react-native"; + sourceTree = ""; + }; + B1C9B7ADCED48324D62878B5FF7F7281 /* Support Files */ = { + isa = PBXGroup; + children = ( + 1FFA7498C68E332CE8D738284DB4EE2D /* React-jsi-dummy.m */, + CEC78756C9554D03CE38EF1B72577E42 /* React-jsi-prefix.pch */, + 02BB178B95F429C4CBBEA066B2E8495B /* React-jsi.debug.xcconfig */, + 51890424EA06C5E2B3499DC5E28334F7 /* React-jsi.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsi"; + sourceTree = ""; + }; + B1F5926002B7ADE245D16A0C0F2F0EC6 /* React-jsiexecutor */ = { + isa = PBXGroup; + children = ( + EBA72FED2C88175E859F6F9AA7FB5960 /* JSIExecutor.cpp */, + F7D288299E78ADA9FAB182A92F4C0A0B /* JSIExecutor.h */, + CDC4DA6CAEDD0487B14E88EBB9A52F10 /* JSINativeModules.cpp */, + 7EF1CCB2D8C4412E787EEB0F51C6A883 /* JSINativeModules.h */, + C276818DFA0026520AD08BF3A01E03F6 /* Pod */, + 30E9747B77BB45D1EE7BAB516EB56F0E /* Support Files */, + ); + name = "React-jsiexecutor"; + path = "../../node_modules/react-native/ReactCommon/jsiexecutor"; + sourceTree = ""; + }; + B26DB47A53AAF872E21082B4A29A5850 /* Support Files */ = { + isa = PBXGroup; + children = ( + AF739FFF6DC778CE48A489B2FA01C83C /* glog-dummy.m */, + F7293F6C407EB613957A15A670E3F507 /* glog-prefix.pch */, + EBEC63AA0C19EFA4078F57A0DC8FCE22 /* glog.debug.xcconfig */, + B663636A32F30E1156ACCAF51C5CB9F2 /* glog.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/glog"; + sourceTree = ""; + }; + B39A9E625D5843400730E9B6217BE436 /* UMModuleRegistry */ = { + isa = PBXGroup; + children = ( + 5D5346344A116C09D3A00EF1694C75BE /* UMModuleRegistry.h */, + 9AACA8567A4D10254C00ED93EFECACFD /* UMModuleRegistry.m */, + 28EBFBC29C392BF62A32EC80CD910838 /* UMModuleRegistryDelegate.h */, + ); + name = UMModuleRegistry; + path = UMCore/UMModuleRegistry; + sourceTree = ""; + }; + B42098307770435B1E2CF9BF8E897183 /* RawText */ = { + isa = PBXGroup; + children = ( + 8EF7B2A6822018413AA59DE88DF743E8 /* RCTRawTextShadowView.m */, + 8F2329CBF50FAD7B2426594CA78854AB /* RCTRawTextViewManager.m */, + ); + name = RawText; + path = RawText; + sourceTree = ""; + }; + B4601712F1E115DCEC545ADFFC965751 /* Support Files */ = { + isa = PBXGroup; + children = ( + 3F4E07D3A7184BD8D47442109870E694 /* PromisesObjC-dummy.m */, + F7724D327E786A1292F6A69F341AD291 /* PromisesObjC.debug.xcconfig */, + 7F648451048AD038DE6F90DB9FD3E955 /* PromisesObjC.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/PromisesObjC"; + sourceTree = ""; + }; + B4A5DD670E62D35FF914EC458D812A7C /* React-RCTSettings */ = { + isa = PBXGroup; + children = ( + C2A1612CC5413B3786549087ABB6B801 /* RCTSettingsManager.mm */, + 5B1DC903169F46C57C7E48C0CF7638A1 /* RCTSettingsPlugins.mm */, + 9B56838EB2915B5942FDDF881D628ABD /* Pod */, + B9E5332C97F19FC706B231203F2527D1 /* Support Files */, + ); + name = "React-RCTSettings"; + path = "../../node_modules/react-native/Libraries/Settings"; + sourceTree = ""; + }; + B5761E1BEEDCFAA5E84EAE93D481C270 /* RCTVibrationHeaders */ = { + isa = PBXGroup; + children = ( + 50E45EBC86DA9F638041F5861830EB35 /* RCTVibration.h */, + D7359394562CD65A356687793C28EFAC /* RCTVibrationPlugins.h */, + ); + name = RCTVibrationHeaders; + sourceTree = ""; + }; + B5E3FD57FF02F46F07F3C438847DEDE0 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 087F7002A77F0247B604D8B7FFB9B7EC /* libcrypto.a */, + ACED5C2A23EC8875F9E45F83BBEEFE62 /* libssl.a */, + ); + name = Frameworks; + sourceTree = ""; + }; + B66D9571D3DF6A5B848558B41E7CDB26 /* Pod */ = { + isa = PBXGroup; + children = ( + BD53828ABC4516CEEA7F1CC1DA2E8CCB /* React-RCTVibration.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + B8846B8615E0223E20F84819212200DA /* Frameworks */ = { + isa = PBXGroup; + children = ( + 11FEC6507C75730C334674FE2B778336 /* GoogleAppMeasurementWithoutAdIdSupport.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + B8A50DBF2491FAE6BC639C27A3E7E5BD /* webp */ = { + isa = PBXGroup; + children = ( + 57BB9DDA2F1BC2C229720137E442ED86 /* alpha_dec.c */, + 80C4C138E0D0FF7FAA8324C8766DC772 /* alpha_enc.c */, + DCB903C4BBD38B26BFB3097BC1BFD519 /* alpha_processing.c */, + 4BCCD71356F0E5EDEE7585B24E30F588 /* alpha_processing_mips_dsp_r2.c */, + 06314A8AE32E18BBE40C49E4B475357B /* alpha_processing_neon.c */, + C71F10FE21C04318D5840528C12D9C43 /* alpha_processing_sse2.c */, + 55CF1FD0BED98164165FDC9E081EDA6C /* alpha_processing_sse41.c */, + 7AE57A790B4F39D1624ED03F18776B13 /* alphai_dec.h */, + 1EA03B83DE84091FF2E805F0EED94CDE /* analysis_enc.c */, + 70A17B18E07CC621370195C1D289CAE5 /* backward_references_cost_enc.c */, + D14845D5689EDC711D9680E0A4BD878A /* backward_references_enc.c */, + 8FE6AED7102183442529FFAEF27881BD /* backward_references_enc.h */, + 31038498E690DFCEE6EC3AA3C94B0BD8 /* bit_reader_inl_utils.h */, + DEA10A2761E9037C0315616B2434F301 /* bit_reader_utils.c */, + E4C971447F6CF808FA082209941E79B2 /* bit_reader_utils.h */, + A0D7F2D1AE1B6A7A7251F0AE98931EEC /* bit_writer_utils.c */, + E402EAD67CB0207F453CA26E21201AB9 /* bit_writer_utils.h */, + C24FE4A59B7E7210427ACF5A20B65ADA /* buffer_dec.c */, + 26B96880361CBB0364D7A793954DF9D9 /* color_cache_utils.c */, + 6616A6EF6B7A8C70AF005EFA147B2756 /* color_cache_utils.h */, + 7FF1B66FFE673FDD3B7EBAF2ADBC47A6 /* common_dec.h */, + E09D796D0E170331240162493686BE2D /* common_sse2.h */, + 6CBE8CA85946A3ACB1F40D32C24AFC26 /* common_sse41.h */, + F5F505BC9160BE4457CBFA549AE53ED6 /* config_enc.c */, + E5F9055192BAF876BB8423BB5EF721E5 /* cost.c */, + BE4D1C7E833F4D96FB3E8DD73ABC1ECF /* cost_enc.c */, + F73547CCBF9B2A6E5CD5875CC521034C /* cost_enc.h */, + BFF42F41648DB6344EF0737F5B0E263A /* cost_mips32.c */, + AC7F1F069282A9BD85504D5DD5EDC623 /* cost_mips_dsp_r2.c */, + EDEAC6BF49F654A5A9A95DEB8DCCE681 /* cost_neon.c */, + E46EDB60A6C400F0115D1EB7513D54AA /* cost_sse2.c */, + 3AFE92839416BC4CD6488CC5436B089A /* cpu.c */, + 93153EB9A39E5F25DE96B65A4DBD734E /* dec.c */, + AF73E25609408D40FDD5F81AA5CB1EFE /* dec_clip_tables.c */, + DB16457A200DF6C31A59DA1ACD66E698 /* dec_mips32.c */, + 3A60066FD8D1A6D69BF55BC76589F694 /* dec_mips_dsp_r2.c */, + 5DE930BEFD35F785AD362750D9662B47 /* dec_msa.c */, + 9F85F95E9953E21688305437A1311813 /* dec_neon.c */, + 822AD5E17FD6210A4E5CB2F680028291 /* dec_sse2.c */, + 03DF691AF5819BD4D736E4B487BDC0ED /* dec_sse41.c */, + E2FD622F32C44CDE82F8C8CC9F013443 /* decode.h */, + 7470075768550BF7918997F95519516F /* dsp.h */, + C3D01C2802E267488AEA806BDF73C00E /* enc.c */, + E07E2F052375BEFF9178DCE138B37C2C /* enc_mips32.c */, + 4F9E58EFCED3D5563CF65AAAA0955414 /* enc_mips_dsp_r2.c */, + 025EDD98D875AB4747076E6812576A16 /* enc_msa.c */, + 8DE41E1315C17F12858AE05CF7009952 /* enc_neon.c */, + CAA3EA53145199156AD26BB9F9B682AE /* enc_sse2.c */, + 00B9BE189418D10E826ED1525D91D0C0 /* enc_sse41.c */, + 01AC624A4C635CD0C1B44E7A7EA250DA /* encode.h */, + 0FB92BEEE06E61EC2E5C3F343182FD2F /* endian_inl_utils.h */, + AEA4F7827C065CE4A4A089C8D3FC0CC6 /* filter_enc.c */, + 2DC3FD22B9F4E09F880BB57166061DDD /* filters.c */, + 402557E287898187C3DC3346AF8745B8 /* filters_mips_dsp_r2.c */, + 2236D912B0D02BE687447FBF7DBE5257 /* filters_msa.c */, + 2EB3F08626560D53348D945E33EF6942 /* filters_neon.c */, + 49DCDCF96527936B91DE868FA9515728 /* filters_sse2.c */, + 741B31EA52D82E965640CBAC9EC02AC0 /* filters_utils.c */, + BF73580CF2F7A5529FBC99630BF5B4DA /* filters_utils.h */, + BC5ED0F001314CE484B36F1BFEEAF937 /* format_constants.h */, + BAE1B06A53F8E495F430207109452EE3 /* frame_dec.c */, + E9425E27E1946745053C4CE3104A78CE /* frame_enc.c */, + 988DAC4FBE33F6C87932673890C7F646 /* histogram_enc.c */, + ACBD5408014ABDA9EF090654A412AABB /* histogram_enc.h */, + 7997A79A90F794849C2B3ACD48B91EDE /* huffman_encode_utils.c */, + 8041EC70745689A190A3226356F2D6B0 /* huffman_encode_utils.h */, + 1501D5A7EAC9A01947A817DB6D3938A1 /* huffman_utils.c */, + CF4EFD4A8AA02059A7C09356548411C4 /* huffman_utils.h */, + 0B77D89D067994E06FAE306121EB7C8E /* idec_dec.c */, + 475A9675C5F602E2C21665F16B8487D0 /* io_dec.c */, + 7A2AAAD29208D1E79574F58F1A8F4865 /* iterator_enc.c */, + 5094C5BBB40108F1937D9A64ABBDE59F /* lossless.c */, + 9FEA231CA07B2FE1155F710B652A7896 /* lossless.h */, + 07738C4D942490BE4DF999F5229E1C44 /* lossless_common.h */, + E6E55B08A7ABFDD88934A691F4F60359 /* lossless_enc.c */, + A66DCE34207E30A635F1B328502122B7 /* lossless_enc_mips32.c */, + 4551E61ECC4834E3B3AE3880D8CCE67F /* lossless_enc_mips_dsp_r2.c */, + 03FC85299FEB9052FC30CFFBE1CA3B35 /* lossless_enc_msa.c */, + B2404C2ED8ADC34914DD3B51C5C01051 /* lossless_enc_neon.c */, + F4B427F115318E7796D116F726F56BE4 /* lossless_enc_sse2.c */, + 39AE837C7C70A3C208AD1A3108D02D23 /* lossless_enc_sse41.c */, + 83E07788ED85AC103FD0CAAF8B05F382 /* lossless_mips_dsp_r2.c */, + F645941FFCF6AB09BB12FEF19CFE33AC /* lossless_msa.c */, + EB763B0732EC9CD3214681F7EBBFF6F0 /* lossless_neon.c */, + FDBCED039448872CFFE7F5E807027B85 /* lossless_sse2.c */, + BD0C1BC26B913BA4C7C5E92D815F6309 /* mips_macro.h */, + 14AAFF60F4A6BA97DD7E4D01DBF0636C /* msa_macro.h */, + B022C550A3BB37E44344BD79C5877264 /* mux_types.h */, + B8EF7BF69599A0112AAECECE258EE999 /* near_lossless_enc.c */, + 77724DE8B9FCC973F00C87CD1070213A /* neon.h */, + B20FA816DE7964E639D418AD057F3DFD /* picture_csp_enc.c */, + AD73C53C06E1A7E7AABB86017D44E9B1 /* picture_enc.c */, + A063DBFF3EEC2C52223E87B0D8B456BF /* picture_psnr_enc.c */, + 9B9E6E62DEBEB8E91F97B1AC98652D4E /* picture_rescale_enc.c */, + 3CEE2F095A4365ED063BB44465051408 /* picture_tools_enc.c */, + B08E4931F533EA97B7A94BAA94EC9396 /* predictor_enc.c */, + DA71C0BE23C83F6D8F3BB74764AB18E3 /* quant.h */, + EDA04D31E513CB6F43DBB2F0C561A9CB /* quant_dec.c */, + 33C69C467EC9CC31D8B71E5EF9CC25FB /* quant_enc.c */, + AB0407F572B405B4CB787EA1DD5F0513 /* quant_levels_dec_utils.c */, + 60D1A24F863B2F71FADE02BAC6F8D329 /* quant_levels_dec_utils.h */, + A00C331259FD72F30E7BA001B16017A2 /* quant_levels_utils.c */, + 8734BD28CF0034C4D2D2B867131AA08A /* quant_levels_utils.h */, + 4404A86F892D9053B0002A452A7B10B7 /* random_utils.c */, + ADFA08FF13E30CF251D31A1223975B43 /* random_utils.h */, + 26F8E2551A1F750E308AF93E66672717 /* rescaler.c */, + 6D213943C08B564B6120F3BBF4513DC3 /* rescaler_mips32.c */, + B9D8D574C622B1FBF8AE12E9225155CD /* rescaler_mips_dsp_r2.c */, + 8E331E18117C5D453B0550D620AFA247 /* rescaler_msa.c */, + 92BDC7640B695947CC55860B5B77B0C9 /* rescaler_neon.c */, + F8D22B8363FF7080ED8A1A9137E71A9D /* rescaler_sse2.c */, + 662F473EDA92FE5B6E563A34D2C34D09 /* rescaler_utils.c */, + 7CA0E2EB43E21B281BC09035388C6315 /* rescaler_utils.h */, + 0BC12B57A7E81244D17E2CCBF141B8BE /* ssim.c */, + B56288144B4A2718B505FD31CBF68824 /* ssim_sse2.c */, + 7DE591B4DE57BC15F6383B43911AE6F1 /* syntax_enc.c */, + D7316745CFBAC3D2A93A5D17A0090555 /* thread_utils.c */, + AE3B1B7FCECEA3F36A7C9E3D9D5CA4AB /* thread_utils.h */, + 85315BC13A910DCAFD771AD60E31C05D /* token_enc.c */, + F740A2A5FFB8A074E2B07D79875C093C /* tree_dec.c */, + 15D10D58048EF50FE464312368D8CDE6 /* tree_enc.c */, + 83B38D85EE212C06CFBE9D6E337A1AA8 /* types.h */, + 35D6CD275D28C09B97E3E77218FFF6DA /* upsampling.c */, + B2CE6532B5DAD83D11A8A92E2B042674 /* upsampling_mips_dsp_r2.c */, + 0957F21DC1258AE2A941E21CC9EAECE2 /* upsampling_msa.c */, + F5B96C529C1483CA2DE3670961635939 /* upsampling_neon.c */, + A0F89BC45B9120877E1A24C224DC5C92 /* upsampling_sse2.c */, + 8A442CC7A5244BC15A72D58C97FE4153 /* upsampling_sse41.c */, + 7C8E72F742FC97FBF13B30F52C0AA687 /* utils.c */, + B8A0B9C2F4381F951424F0153AC3979C /* utils.h */, + F7D2DCB15D0F542D6FD2AF5F99AEC1A9 /* vp8_dec.c */, + 6A502DAA196FE236D228D3E6C7A55184 /* vp8_dec.h */, + 603EBD77D47195787A0E80685BE0DCDF /* vp8i_dec.h */, + A65EDDA56A487EA0CA73EA1826E69D9F /* vp8i_enc.h */, + 689B73E548A88EFECF5A47EDB1E2E0A1 /* vp8l_dec.c */, + BE70B3EB18E7DAEEC63946BE0041C8D1 /* vp8l_enc.c */, + 8AA0F3E5A378532E351694529284D3CF /* vp8li_dec.h */, + 3E62655523D58505E7530490914FDC9F /* vp8li_enc.h */, + F7E9A5968F003BD0399745237710D8B8 /* webp_dec.c */, + 78C963925B11C2580B0D59169A0FD793 /* webp_enc.c */, + F2BDD2B7D1D8369CE393B440F6BFA2A2 /* webpi_dec.h */, + E5B3C96FED6BFCDD40D22EAE37BB6247 /* yuv.c */, + 82B1750606ECDC66F808D9DE983E788D /* yuv.h */, + 1F3F6B0644D75D2EED997E7F939BBF0F /* yuv_mips32.c */, + 54D75969DDFFC4E43F22FDCAC6D8B52B /* yuv_mips_dsp_r2.c */, + 18E92FF02E43B187002721CE6AC21542 /* yuv_neon.c */, + 11F53B0D1831D48042749483A0C65E09 /* yuv_sse2.c */, + F080EF237570E950EE9DC8963E577004 /* yuv_sse41.c */, + ); + name = webp; + sourceTree = ""; + }; + B9E5332C97F19FC706B231203F2527D1 /* Support Files */ = { + isa = PBXGroup; + children = ( + 3796ED100EC934417DCA97B369D2C85A /* React-RCTSettings-dummy.m */, + 85B295454774B92A2718710F3F39FD57 /* React-RCTSettings-prefix.pch */, + 18441D902E3E32653E85F15165162A6E /* React-RCTSettings.debug.xcconfig */, + 193C89066A0F60AC9103D73C85A52780 /* React-RCTSettings.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTSettings"; + sourceTree = ""; + }; + B9F0600C4A5490E550BCEEAE86BAEB1F /* Transitioning */ = { + isa = PBXGroup; + children = ( + 69E24B196EA4078C782172E28AACF9F1 /* RCTConvert+REATransition.h */, + CAB1A0F91ACF901F8ECE6D1B8E77B00F /* RCTConvert+REATransition.m */, + 689AFB661F6A6FFB9DC0B7D0749ABEDE /* REAAllTransitions.h */, + 8ACE42FA9AF80063A0376F6DDDE76025 /* REAAllTransitions.m */, + B903E45A9A907CC25C8B36AE1C292C47 /* REATransition.h */, + EC6780D7111B6D2E4D0410D474BD520B /* REATransition.m */, + 98426A598FDE8E73DA9DB5B59F4C4CCD /* REATransitionAnimation.h */, + B05411C6E464A6EA149DF73B0DA0EF9D /* REATransitionAnimation.m */, + 4354AE2E75A2D50894B0F4B3F8771339 /* REATransitionManager.h */, + A97F48510E042A8154C1E8D063F06038 /* REATransitionManager.m */, + E3531851DB77FA42B21E7A9449694EA6 /* REATransitionValues.h */, + 5799A846617A9B589DA1BAE2F60CD37D /* REATransitionValues.m */, + ); + name = Transitioning; + path = ios/Transitioning; + sourceTree = ""; + }; + BA3FB5E67043637F71C9EA31188CC361 /* React-cxxreact */ = { + isa = PBXGroup; + children = ( + CF37C619EB8A52CAD5DF440942A9BB3D /* CxxModule.h */, + 52DE270F07337617C10EDC040780304A /* CxxNativeModule.cpp */, + 310F213AF2D214F4F5F6F8E712713988 /* CxxNativeModule.h */, + 2096C42AC989228CF3DA15581AD4CDD1 /* Instance.cpp */, + 553B21936F82BE3ABE5815C7FEB3E0B0 /* Instance.h */, + 687DCD4B8D1D1485B5EC6CE7146CB2D6 /* JsArgumentHelpers.h */, + 3054F012329F8FD8505977A2430AF5F7 /* JsArgumentHelpers-inl.h */, + 07627719E753838B185035D0E58A05FD /* JSBigString.cpp */, + 9720E2532843EEBF7F7095E1DD849B5E /* JSBigString.h */, + 9673FA49419F5FA30FEC88AC80E286D3 /* JSBundleType.cpp */, + BD080FF677408AD54679860424822FDC /* JSBundleType.h */, + 104E28CFB383367D7AD0D5C85CCC47DF /* JSDeltaBundleClient.cpp */, + 28C49CFFC659F9A55DC265C5DA52C451 /* JSDeltaBundleClient.h */, + E515F4C37884FDA9BCF0BDADA1A240B6 /* JSExecutor.cpp */, + 6BC79E1490E562764B3BEE8654492575 /* JSExecutor.h */, + 3B3DC6FC8B5C1661066CE1FEC6032634 /* JSIndexedRAMBundle.cpp */, + 8384B514BCCC60A7EDB6E72E9174A5BC /* JSIndexedRAMBundle.h */, + 16B9593EADC0ED3540B994C384529DB5 /* JSModulesUnbundle.h */, + F88DBC55EEE3C7F5AD8FA5CDC63B078C /* MessageQueueThread.h */, + 462F76F5AADF94131D2D9832F9CAA09F /* MethodCall.cpp */, + 8CE794B3268D4885AAC373AB59162589 /* MethodCall.h */, + 0E5890BA4F7139DBF0626ECFEF69196A /* ModuleRegistry.cpp */, + 7F0D3B80B4E26EAE05F5FE7955EF550B /* ModuleRegistry.h */, + 6652C6E1EDB993C5350354EE4A7B834A /* NativeModule.h */, + F50EF7FB6A4D65E0A9F605CE864C7810 /* NativeToJsBridge.cpp */, + 8FB4876BB50CAF4A439244DC3370EE5D /* NativeToJsBridge.h */, + 90090791441B6C3919BC569B1B203447 /* RAMBundleRegistry.cpp */, + F80DD0120E3B4962FE5AF4B9D35C2548 /* RAMBundleRegistry.h */, + 421780FD20DE1C6E9657C36B96C0DAD5 /* ReactMarker.cpp */, + F5D062B7CFC72F00AD43C2AADB6AF286 /* ReactMarker.h */, + B73289079357BF5858FD55C0497466AA /* ReactNativeVersion.h */, + F57144E00CBD21BD8BCC6ED1A99ADC2A /* RecoverableError.h */, + 3F5D4CDB21F64648D88ED543049CD4DC /* SharedProxyCxxModule.h */, + F657B737E4B7769752E2A7221611ACDE /* SystraceSection.h */, + 065B830EB1FD42B5B28A177A91CE87C4 /* Pod */, + AD3BDFAB5F7DB963F2974A2588A95B3B /* Support Files */, + ); + name = "React-cxxreact"; + path = "../../node_modules/react-native/ReactCommon/cxxreact"; + sourceTree = ""; + }; + BB294B7C7116EC9E4CEE808C0DE14EE1 /* Logger */ = { + isa = PBXGroup; + children = ( + 9F32434D8CB46C9C01C5D2C4687332CA /* GULLogger.h */, + 72715B1D86FA4D5B976C67EF562C31EC /* GULLogger.m */, + E3819308E0129E776697BE5E2CDBF134 /* GULLoggerLevel.h */, + ); + name = Logger; + sourceTree = ""; + }; + BB38AB06789494DC5585FF0B1D4637C0 /* bugsnag-cocoa */ = { + isa = PBXGroup; + children = ( + 8326657180095B933B337B929BA787EB /* Source */, + ); + name = "bugsnag-cocoa"; + path = "bugsnag-cocoa"; + sourceTree = ""; + }; + BC5EB43EEE4EE656E324835EDCD0AF9E /* Pod */ = { + isa = PBXGroup; + children = ( + 49F77066A82E13BF65EB5B11F79947DB /* React-RCTImage.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + BD8B1FDEF5EB0D963D369261F1BD157F /* Pod */ = { + isa = PBXGroup; + children = ( + 4A56EDFB0B4F82D6A60E5ECC1DFCA6C0 /* KeyCommands.podspec */, + 4C69C8B1497E4FDE1172C6DA398C4352 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + BD8E4AF75716F0D72789F551D4DFA683 /* DoubleConversion */ = { + isa = PBXGroup; + children = ( + B14692EC2E16C44E9ED3787F31E20FB9 /* bignum.cc */, + 8E7E920FAE50CEC883774FEAC4942A8C /* bignum.h */, + 8A6709C29D94393E6BA2B6CDB1DB0BC3 /* bignum-dtoa.cc */, + AFDBD5393320F94DEDD530350D37E687 /* bignum-dtoa.h */, + 3E7A796A25645FA5F073504BB18D5D91 /* cached-powers.cc */, + 67B53DB9DDF1AD5CC07785DCF20E80FE /* cached-powers.h */, + 7F3912367C62E06ACE9A1B84AA9A99D1 /* diy-fp.cc */, + 8C2785B6A9083E9E4527941ECE53AEFF /* diy-fp.h */, + 5410537D320A75FDE924A4BEF0172005 /* double-conversion.cc */, + 7EF08704344BC0C1310D49A467F72F06 /* double-conversion.h */, + 0979A5EEEBBDCFF0B4EA0EDEE24A2EB5 /* fast-dtoa.cc */, + 4000A446CE86B2D29BEB26C94541DE78 /* fast-dtoa.h */, + EA650F4031F3F6053ADC185140730C0D /* fixed-dtoa.cc */, + B86E7E72640F2082A42D26A8E3B7CCA4 /* fixed-dtoa.h */, + 1DDDAB75A67211CB85E26D4F4BFB11E1 /* ieee.h */, + 66AD8A018BAF60DFF1FF7891E9F31ACF /* strtod.cc */, + 0A51C6EC3DD9FC7EC5ACC4C882BA9B7C /* strtod.h */, + 966421A16467367CDBBFE494B85C1074 /* utils.h */, + D14AC80A497F4A1869C29E45D5F0F228 /* Support Files */, + ); + name = DoubleConversion; + path = DoubleConversion; + sourceTree = ""; + }; + BDA5C2095CC74DD25529E3D666D453DB /* UMCore */ = { + isa = PBXGroup; + children = ( + 236727DAC3901D5E873ED19CBAD9F389 /* UMAppDelegateWrapper.h */, + CBBDBFE04A7E10FB52B5773EE0A07328 /* UMAppDelegateWrapper.m */, + 16B4F6ABB7A027E10C57D01D4762B0B6 /* UMDefines.h */, + 553BF746102A0D982B3BC4DF1A697BD5 /* UMErrorCodes.h */, + 3195CE80F2E524E4E8B188C95DF8E65A /* UMErrorCodes.m */, + D61D9248AFAFBFF5D2D3EB2127594B5F /* UMExportedModule.h */, + E51B776E30E9CCEC5BBC4EEFA1BEB0D8 /* UMExportedModule.m */, + 4A2729A04AD166E7363EA6766CFE0EDF /* UMSingletonModule.h */, + 3483AC7AEEDD84881A0214BB1D181CFC /* UMSingletonModule.m */, + 7CB79BA9192A5AE23514325000FAB755 /* UMUtilities.h */, + A1C7493781C489141C7705E21D5A43C6 /* UMUtilities.m */, + D3464B305639A6EFC14F624C0D29B624 /* UMViewManager.h */, + 3326928E8B73FBCE737318F5D6861463 /* UMViewManager.m */, + 4E7D733A977F2C3B49F58C4F490868B1 /* Pod */, + 8AA9E9CF8D34511647E8FD44DAAC4AF5 /* Protocols */, + C77276AF77002F008BCAC06183575FF0 /* Services */, + ED676383B0435EB33AEB60AC6C3124CE /* Support Files */, + B39A9E625D5843400730E9B6217BE436 /* UMModuleRegistry */, + A452526A5994727DA1CD384252A3E005 /* UMModuleRegistryProvider */, + ); + name = UMCore; + path = "../../node_modules/@unimodules/core/ios"; + sourceTree = ""; + }; + BEEE184C6537C3759BF5E20E3347FEDC /* Handlers */ = { + isa = PBXGroup; + children = ( + 0D4E9F1FB7B19938EA174E0271645214 /* RNFlingHandler.h */, + 9ECF7BEE7A0FF0B41CC3F12D0C2E28B6 /* RNFlingHandler.m */, + 98A1AD8A289A175527BB2D6E300BA0CC /* RNForceTouchHandler.h */, + 5D40E01D296032F503F1AAD45E5B483F /* RNForceTouchHandler.m */, + F1BD105A53F28931D3A575BF27F9BF19 /* RNLongPressHandler.h */, + 9E0956FC80885C80E9398E1AD924051E /* RNLongPressHandler.m */, + BBF975DEE3337F0DD75193C501F15B55 /* RNNativeViewHandler.h */, + F2C2BB0DB993AA46BDE31C6480F8D0BE /* RNNativeViewHandler.m */, + 7DE41349BA50841A658A80DD85FA60C4 /* RNPanHandler.h */, + 63C4EDDA0E68F041D94801CC23287D88 /* RNPanHandler.m */, + 25C0D2279D72648775BB6C9E2E5E714D /* RNPinchHandler.h */, + 1AFB97808FE813A092CE48DD76D25797 /* RNPinchHandler.m */, + 68ED6A2AD10A8FCF72FCB868C8FFE0E5 /* RNRotationHandler.h */, + 8353C63350AEB207BCA642821771FF26 /* RNRotationHandler.m */, + 32C5840BD9E8E1218A0077A480D960C7 /* RNTapHandler.h */, + E20D88BC2433B006F7AB18E7CEB0E7C8 /* RNTapHandler.m */, + ); + name = Handlers; + path = ios/Handlers; + sourceTree = ""; + }; + BF37C5C19301B317C172B22B6012485D /* UserDefaults */ = { + isa = PBXGroup; + children = ( + CBED2F08B593981CE1A22713A660A169 /* GULUserDefaults.h */, + 11F9B58F07EC220E8C615236D4D4DF79 /* GULUserDefaults.m */, + ); + name = UserDefaults; + sourceTree = ""; + }; + BFA7A346AC3160C8FC65880F7EDFD14A /* internal */ = { + isa = PBXGroup; + children = ( + 8F65600D8653AB8968E309CD864559BA /* experiments.cpp */, + 9978B77FC15E282E8D8DFD91BA25C49E /* experiments.h */, + 3994EAB8CD5397EC4A52B6CFF3E57C73 /* experiments-inl.h */, + ); + name = internal; + path = yoga/internal; + sourceTree = ""; + }; + C06CD8610F5043DAC02A530525720AF1 /* Surface */ = { + isa = PBXGroup; + children = ( + E189BF77D0331A3A86A1503B5B3FD58C /* RCTSurface.h */, + 6CEC29880AC22806D15B7D437EFAA6B7 /* RCTSurface.mm */, + 23636DED2E59A42D30F86A594FF9824D /* RCTSurfaceDelegate.h */, + 1C0281F1D9AC32341D6A222C9F9BF461 /* RCTSurfaceRootShadowView.h */, + 31AD59974014C999C7769D347F979E22 /* RCTSurfaceRootShadowView.m */, + A8FF88C3347818B2F71DAA3FC69645A0 /* RCTSurfaceRootShadowViewDelegate.h */, + 924EE8AD85B70B7FA4C10EF97E9D1EDB /* RCTSurfaceRootView.h */, + B8E2639C4F266441D092062232C090C7 /* RCTSurfaceRootView.mm */, + E70D94F5654C61204C6B34C17178B21C /* RCTSurfaceStage.h */, + 7E2F4ECECA3E2B1091E9E56F1078F224 /* RCTSurfaceStage.m */, + 162FC2437CF1B9E238827A439B723A0A /* RCTSurfaceView.h */, + EF2022C891D98D406B2B7C78C8C03B57 /* RCTSurfaceView.mm */, + 7B67E66DFD8A9E75AE8431CE4AC4065F /* RCTSurfaceView+Internal.h */, + 1FB6E02C23013344BF2B8FBE035571F9 /* SurfaceHostingView */, + ); + name = Surface; + path = Surface; + sourceTree = ""; + }; + C0762CB90AA50221CC3D1426E737FE43 /* jsi */ = { + isa = PBXGroup; + children = ( + 3D17D21218974E44400C912BC1A4BB3C /* decorator.h */, + 926E9FEDC6D5748A0441DB1CC06F6E09 /* instrumentation.h */, + 05BC2127A5F92B78117E8113C021E45E /* jsi.cpp */, + 63A280791B7A4254957C35F23F79ABF8 /* jsi.h */, + 4909337CD2F05BC2EFA343F5BC9B4A95 /* jsi-inl.h */, + 87AB7DAFC785BE4A6B614B80EEB06139 /* JSIDynamic.cpp */, + 9BB1421E6A791D4D898759432173DDD9 /* JSIDynamic.h */, + 6AF80B3BF2BDD4545B66CB73FEBA8FC7 /* jsilib.h */, + 3AD6BC5C18185C027F3157FF31C3EFEA /* jsilib-posix.cpp */, + B5990CC88635718B175F6887455BCC02 /* jsilib-windows.cpp */, + 6EC32ADEAAB51A1A269CD0472476BDEA /* threadsafe.h */, + ); + name = jsi; + path = jsi; + sourceTree = ""; + }; + C0C3F72DBCC41AEDC57439F5B38D6C04 /* React-jsi */ = { + isa = PBXGroup; + children = ( + 69184D339C29893B492F436C8926ACDD /* JSCRuntime.cpp */, + 7A365A407F64D48312B8EDC41463026B /* JSCRuntime.h */, + C0762CB90AA50221CC3D1426E737FE43 /* jsi */, + 440239B169A50E45072CB3F99202319D /* Pod */, + B1C9B7ADCED48324D62878B5FF7F7281 /* Support Files */, + ); + name = "React-jsi"; + path = "../../node_modules/react-native/ReactCommon/jsi"; + sourceTree = ""; + }; + C0D74B951E4ADE6334085D3049F0BB0E /* Support Files */ = { + isa = PBXGroup; + children = ( + 1B1FA373B06C6BB5A78FBB3351C21DBD /* FlipperKit.modulemap */, + 3B15C1059C0E184B3D1E7C10EE2E911D /* FlipperKit-dummy.m */, + 627869FFAA7325F1E51539C99CF8E3F8 /* FlipperKit-prefix.pch */, + 3863963A226887FF62330705820FD4D3 /* FlipperKit-umbrella.h */, + D8EA726E3874E7D7DB82C52783A4165F /* FlipperKit.debug.xcconfig */, + 4679DC15CA1E39F50F92E75BACB3975D /* FlipperKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FlipperKit"; + sourceTree = ""; + }; + C0E26F38A3ECD0E9C78BB29234741840 /* RNReanimated */ = { + isa = PBXGroup; + children = ( + AD16E074F084D4612CC2C7CC6125AAE1 /* REAModule.h */, + 3B898D67FBCD8C61ECF76DCD9378CBAB /* REAModule.m */, + CE47C3677AB29E19510581F910E0E939 /* REANodesManager.h */, + C0773CD3E29C8581A971E3CA3C0B0B86 /* REANodesManager.m */, + 51DE393DDE0269D0DBE14533FE988D8C /* REAUtils.h */, + E9F1782AEC0FB5475B118029DC64CE66 /* Nodes */, + 5566A21C403AFF314D3BC29E7DC01758 /* Pod */, + FCD66EBD3952A68B41040B10EC837448 /* Support Files */, + B9F0600C4A5490E550BCEEAE86BAEB1F /* Transitioning */, + ); + name = RNReanimated; + path = "../../node_modules/react-native-reanimated"; + sourceTree = ""; + }; + C0F361794CA5F787DFCCFA5BDEFAF7CF /* RNConfigReader.xcworkspace */ = { + isa = PBXGroup; + children = ( + 4D8356BFF1244F0EDF613C933C101038 /* contents.xcworkspacedata */, + ); + name = RNConfigReader.xcworkspace; + path = ios/RNConfigReader.xcworkspace; + sourceTree = ""; + }; + C11C2068C88F34FD46ECD67ADBB6EBDD /* Support Files */ = { + isa = PBXGroup; + children = ( + 77BBF5B1E3FB53C13488A938482C4740 /* React-Core.modulemap */, + 63F6C79F04D18B5EEBD60C468A7BFAE4 /* React-Core-dummy.m */, + 8B719FA6F2DF9BBCBFC1F388D87CFB6F /* React-Core-prefix.pch */, + C5136D99304C443FFE4293B4ED9051D2 /* React-Core-umbrella.h */, + 031026658AAFFE512891B2D48C5B0563 /* React-Core.debug.xcconfig */, + E00298D9782B34D5694E8F35A5959DF4 /* React-Core.release.xcconfig */, + CBDB6F64071941691C4D0D296EFD78A0 /* ResourceBundle-AccessibilityResources-React-Core-Info.plist */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/React-Core"; + sourceTree = ""; + }; + C1EDFC2033E908646B273B7ED7B69A53 /* Pod */ = { + isa = PBXGroup; + children = ( + 1BA4C2A256B4F2E8D9D5165202256544 /* EXImageLoader.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + C276818DFA0026520AD08BF3A01E03F6 /* Pod */ = { + isa = PBXGroup; + children = ( + DC5677AA92E28C6616E5B7EF787FEDE0 /* React-jsiexecutor.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + C3B555CCEAB4CA9953CC0A468583FCEB /* CppBridge */ = { + isa = PBXGroup; + children = ( + ); + name = CppBridge; + sourceTree = ""; + }; + C4F95212F6BF1A950D9D9A931278E405 /* Support Files */ = { + isa = PBXGroup; + children = ( + 6E9AC85DD8470FEC582822A04247DFC1 /* UMFontInterface.debug.xcconfig */, + FA5BD5C80CBC2DDE835BC275BF4CBBDC /* UMFontInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFontInterface"; + sourceTree = ""; + }; + C54050619C03AA020E69EC8548A27CD2 /* Pod */ = { + isa = PBXGroup; + children = ( + 724C05C5AEDDF97FE914F96BF88AD8FF /* EXPermissions.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + C5883A709BA02F6865BBC459A9AE131C /* RNCPicker */ = { + isa = PBXGroup; + children = ( + 678896FF909D8434AFFF878B24A5A4FB /* RNCPicker.h */, + 3252525C74D47034F568EEB07F140BB4 /* RNCPicker.m */, + 2074EF09F6E504966C3AD8EA78881E1F /* RNCPickerManager.h */, + 06873B00C2AC532EAB4C075EE348C6BC /* RNCPickerManager.m */, + A1FEDE88FE4CD579FA9D8024D76B10ED /* Pod */, + 662FCF669053E710B3CD75DB425197D2 /* Support Files */, + ); + name = RNCPicker; + path = "../../node_modules/@react-native-community/picker"; + sourceTree = ""; + }; + C5BB8F68CABCF6242B97504DD8708ECB /* RNVectorIcons */ = { + isa = PBXGroup; + children = ( + 69DFACA44A8CA63605CB9EF0E3F83FB2 /* AntDesign.ttf */, + 5D47EF5B59111CBD251ABD08F791BEF4 /* Entypo.ttf */, + B6BA3051550A048886D13A197D408A54 /* EvilIcons.ttf */, + ED09FD0EA3EAC06AFAA6D65FDCDC69E2 /* Feather.ttf */, + 1B62F26053BC06F96780A1BEC62D7059 /* FontAwesome.ttf */, + D41E2C801E35071B5F7B2A189C8EE5AF /* FontAwesome5_Brands.ttf */, + B9D6A68021EE4D3101A3CC8C284F68E9 /* FontAwesome5_Regular.ttf */, + C1214E3ED40817FFD0BB10E04CBE196E /* FontAwesome5_Solid.ttf */, + 99DBB6191A73A213AB4F9B27AC482B70 /* Fontisto.ttf */, + 0778C8F3BEA58C89E256AB1BAFE141BB /* Foundation.ttf */, + 022FB78713AE180F7CF82F4B0FF0438A /* Ionicons.ttf */, + 263ED00968034DEBA1AC11D34E4777C6 /* MaterialCommunityIcons.ttf */, + E4760CAE75BB567EEA7319E4176A3EDE /* MaterialIcons.ttf */, + 48B05B8F5864E32F7E5B7FFD4147A76D /* Octicons.ttf */, + 39789411F6C4D97DBB8527C9746A1094 /* RNVectorIconsManager.h */, + 6F18313A29D5C59223A5AD0C822BC144 /* RNVectorIconsManager.m */, + 649D1B14DAB87308D478084FBF2F8E79 /* SimpleLineIcons.ttf */, + 3D01D83A170D6DCDE0DF0FD514CBB5CC /* Zocial.ttf */, + A64795040DB0825C579FCBFF32235470 /* Pod */, + E6AF19AF15AA65725644431572D90275 /* Support Files */, + ); + name = RNVectorIcons; + path = "../../node_modules/react-native-vector-icons"; + sourceTree = ""; + }; + C66E45E6277B0F9EF2D19347CE98FEFB /* Support Files */ = { + isa = PBXGroup; + children = ( + 003F4F7C9DC8F17320C2649C27116511 /* React-RCTAnimation-dummy.m */, + 77DFC31DF41FD4FA1C947689F6BBFD0D /* React-RCTAnimation-prefix.pch */, + 3DB141F29443C94B53FED863C60F7B26 /* React-RCTAnimation.debug.xcconfig */, + C4B932655D78971B513A6D350F07F5BB /* React-RCTAnimation.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTAnimation"; + sourceTree = ""; + }; + C692A6D30BDF5F2350036E9AFD5AA360 /* UMSensorsInterface */ = { + isa = PBXGroup; + children = ( + 49C2289EDB605D36C02F6F32249A4179 /* UMAccelerometerInterface.h */, + 5E5DEC1029109CBC0C3CB93C14D5F68E /* UMBarometerInterface.h */, + ECCB2582434A600C44EC4D0B19ACF0C2 /* UMDeviceMotionInterface.h */, + 07F080AAD6C4A26B9AE85DD28DC203CC /* UMGyroscopeInterface.h */, + 503B6949355088A00021290CFB5670FB /* UMMagnetometerInterface.h */, + 037C703458C9E0E51822F69D905FA87B /* UMMagnetometerUncalibratedInterface.h */, + 08BC3D5359755580128736A58ECAE5B3 /* Pod */, + FFE68885AFE40C6C48184A256CF42CB8 /* Support Files */, + ); + name = UMSensorsInterface; + path = "../../node_modules/unimodules-sensors-interface/ios"; + sourceTree = ""; + }; + C77276AF77002F008BCAC06183575FF0 /* Services */ = { + isa = PBXGroup; + children = ( + BF3E442C2832BAD995EC715D99A29EA9 /* UMLogManager.h */, + 77E4622B12F44B3AC85C982D0671D218 /* UMLogManager.m */, + ); + name = Services; + path = UMCore/Services; + sourceTree = ""; + }; + C8E8695ECA035285985C9F417FD5849C /* RNFastImage */ = { + isa = PBXGroup; + children = ( + 057F9C105167A3A2292E15978681EB6E /* FFFastImageSource.h */, + 966562EB116DCECEF442F0A60C741AD1 /* FFFastImageSource.m */, + 6387FD81DEA739107DF6F78D8C2614A2 /* FFFastImageView.h */, + D6DCE7B0DA4DDC060686233C047F7F78 /* FFFastImageView.m */, + D075AF38C3EA5616027F7C0EB0EF8335 /* FFFastImageViewManager.h */, + 4E8C593875D73E50EC99AE4087A4EDBD /* FFFastImageViewManager.m */, + AA361E307F0FFF96FB78D54E1426C0D7 /* RCTConvert+FFFastImage.h */, + 89EF6F1C15BA80B16E775EAB7ADD5778 /* RCTConvert+FFFastImage.m */, + 629D6DDD520DC7A67A3C8F18153A8307 /* Pod */, + 6D10400CC206183F318528E0FA418FBE /* Support Files */, + ); + name = RNFastImage; + path = "../../node_modules/@rocket.chat/react-native-fast-image"; + sourceTree = ""; + }; + C951395152170D4C61FA2172019699AA /* RNFBAnalytics */ = { + isa = PBXGroup; + children = ( + 26387EBCF9E7630DEF2992BC5AB3D1F2 /* RNFBAnalyticsModule.h */, + 039D111922B1E074D90633A02B8CD1FC /* RNFBAnalyticsModule.m */, + A991E72EAE212507E5A8B4D3143F7E79 /* Pod */, + D077970F4EF8F0014544695C967AE6DF /* Support Files */, + ); + name = RNFBAnalytics; + path = "../../node_modules/@react-native-firebase/analytics"; + sourceTree = ""; + }; + C996E0A5258B20C1214540F61FA88D34 /* Singleline */ = { + isa = PBXGroup; + children = ( + 888E611AD45C76D525E6C84141FCC5BE /* RCTSinglelineTextInputView.m */, + 954019B1243676579A9349B9E6E0B55F /* RCTSinglelineTextInputViewManager.m */, + EEA895D5067AE3A23A6570066310B1A8 /* RCTUITextField.m */, + ); + name = Singleline; + path = Singleline; + sourceTree = ""; + }; + CA33E4FF84ABCD5BA8A469AA5B7118B7 /* ReactNativeART */ = { + isa = PBXGroup; + children = ( + 3C0CD73629AE2BC9377D94D7008B4DB1 /* ARTCGFloatArray.h */, + B0674671F71DE904B3C47D23F568EE4D /* ARTContainer.h */, + 025CF6382C97F26132E54E0FFCF7BACE /* ARTGroup.h */, + E3C83A5ACE2A3A1A4A257C052670EA0E /* ARTGroup.m */, + E5A9C2CCBB64EBA1E493AD1E9D300EF3 /* ARTNode.h */, + 6764CCED1EDAD2887944CCDEA0370D58 /* ARTNode.m */, + 48426653ECEC6D3B1D0F8DB465096432 /* ARTRenderable.h */, + B0DB7F783BCED4DC41F61891EB4D7E1F /* ARTRenderable.m */, + BEF9526D51131EEA0FDFDF66E52CCEFD /* ARTShadow.h */, + 2D37095684BDFD998EB0BDD9503CFEDC /* ARTShape.h */, + DE97ABAE1836EB28F3639EA5E2EC36F3 /* ARTShape.m */, + C905EFFD9079A8707668395DE88D2240 /* ARTSurfaceView.h */, + 0F7531BE17AA92103171BF494B7DA9E2 /* ARTSurfaceView.m */, + A82BC19ADFC5D3BBADC8AAEDD8D37CF8 /* ARTText.h */, + 492E5143DC62C1134A52A2CF9501A4FC /* ARTText.m */, + DAA56EC35D99DAD7CE9B9744CFC6AAF2 /* ARTTextFrame.h */, + 65604E6E4BD42D657B3C5FFE44853749 /* RCTConvert+ART.h */, + BE3D64DD01C658D2F93D217E023A17C5 /* RCTConvert+ART.m */, + 38C3D27A36D797FFA044A46C96B670B3 /* Brushes */, + 58EB3AD73FFFFF163D9213FCFE100737 /* Pod */, + 45DA2012D4BEE9DC95ABC8CF543EDBAD /* Support Files */, + F9C6FC1105BC5968DD0BB3D7AE753560 /* ViewManagers */, + ); + name = ReactNativeART; + path = "../../node_modules/@react-native-community/art"; + sourceTree = ""; + }; + CB56E092C0EA6596F371D43F48FF75DB /* EXWebBrowser */ = { + isa = PBXGroup; + children = ( + 64CA55D452CD0B2F21906CEE84CA090B /* EXWebBrowser.h */, + FD4AE4627BD4C9E8A02A21297C90C52F /* EXWebBrowser.m */, + FA12630340D3309683D5AA1075BFE2EA /* Pod */, + 02481BB4569AB18FE21C5AD218A6B88D /* Support Files */, + ); + name = EXWebBrowser; + path = "../../node_modules/expo-web-browser/ios"; + sourceTree = ""; + }; + CB8E83D3FA95DB4A19488DAC0D7F1500 /* Products */ = { isa = PBXGroup; children = ( FE6D792B6328AAF68E46924D7F466631 /* AccessibilityResources.bundle */, @@ -16967,7 +19231,6 @@ 06489499588BFA8FD5E63DD6375CD533 /* libFolly.a */, 3CA7A9404CCDD6BA22C97F8348CE3209 /* libglog.a */, 856B5CD56F194FAD26EA91620B66D614 /* libGoogleDataTransport.a */, - 6942351307BC1F54575D9853307EAE0E /* libGoogleDataTransportCCTSupport.a */, B43874C6CBB50E7134FBEC24BABFE14F /* libGoogleUtilities.a */, 279390C893577F74DD2049383E1EDD1A /* libKeyCommands.a */, 5E4674603A5D5B9215FFA0F8E69F8B71 /* liblibwebp.a */, @@ -17048,2761 +19311,291 @@ name = Products; sourceTree = ""; }; - 81ED4DD99893AB565DB50610BFEFF8AD /* Support Files */ = { + CC820EDA245D8942F122B536D0CD6F3E /* CoreModulesHeaders */ = { isa = PBXGroup; children = ( - 58380DDD9D14E13FC49903B3C12C8CF3 /* RNFBCrashlytics-dummy.m */, - A1D637A84289AB1FFB61A5C9FE9BC2A8 /* RNFBCrashlytics-prefix.pch */, - D92E023773E4D45C62791204E1A10E9C /* RNFBCrashlytics.debug.xcconfig */, - B4B06C80ADD010F278A3D7BD0716838F /* RNFBCrashlytics.release.xcconfig */, + 608F36D70899B867A4C62C1241C644EA /* CoreModulesPlugins.h */, + C349520BB327B1EE4FF307956C575074 /* RCTAccessibilityManager.h */, + 3D46C9E07B84B42E8CF5044B0B4B9630 /* RCTActionSheetManager.h */, + 8670523451059EF1598323FFB1041065 /* RCTAlertController.h */, + FF21100C8454B9D90D039764291E41AE /* RCTAlertManager.h */, + 7A67AB74327A0463BDB47587B9E6CD2F /* RCTAppearance.h */, + AC80CBC5076CC76E01DBD02A8925B72D /* RCTAppState.h */, + AAE0244E63716A0A145D9C20C7BF5294 /* RCTAsyncLocalStorage.h */, + CEF0A897182F38E4711068015BF383E9 /* RCTClipboard.h */, + 946EBE479A307F921DC70879D5604A6F /* RCTDeviceInfo.h */, + E70A5EDE391508C66143C12781820AE4 /* RCTDevLoadingView.h */, + 2219C5F2BD715BE21E427DEB7D2AA42B /* RCTDevMenu.h */, + 5350F506799A5A7854BBCE916184A6C7 /* RCTDevSettings.h */, + 9018A264C979EDA2F5522F969394F69F /* RCTExceptionsManager.h */, + 0412EEC82A49E60D321C182098316DC9 /* RCTFPSGraph.h */, + 5112D99A9D090D4D88E35FE6683E65AD /* RCTI18nManager.h */, + BA035B32D0E72A95C238F67A40B1CD61 /* RCTKeyboardObserver.h */, + 21086094673445E22C8883D9D4785C89 /* RCTLogBox.h */, + D5453ADA05294881C74FB64BC21F19E8 /* RCTPlatform.h */, + F810D3080C03F5B9427FD37AF1BC3F58 /* RCTRedBox.h */, + 2094769E11F4DF90CC5ED13E8077009D /* RCTSourceCode.h */, + A77265C3FA32A6120EA343E3B39006D9 /* RCTStatusBarManager.h */, + B310DF7D707C779BA7557D06CAE9AFAD /* RCTTiming.h */, + 453C5363594556F91E381EAAE391E6C0 /* RCTTVNavigationEventEmitter.h */, + 070662655A3D6FC2429B63C0DF9CA8AC /* RCTWebSocketExecutor.h */, + 07C9F6C652871B87FEECB5B018821CBA /* RCTWebSocketModule.h */, + ); + name = CoreModulesHeaders; + sourceTree = ""; + }; + CC9438A60AFD651C9708BE7D1C0E65AF /* CxxUtils */ = { + isa = PBXGroup; + children = ( + 90B0E2EC328326784CF7BC4E3B95AD4B /* RCTFollyConvert.h */, + EF89E98219A03FC5F7E99E3BAD73EA1F /* RCTFollyConvert.mm */, + ); + name = CxxUtils; + path = React/CxxUtils; + sourceTree = ""; + }; + CCE24E9969D89016A68457FB6F64A100 /* Support Files */ = { + isa = PBXGroup; + children = ( + 441C0C8E91F4D8D34C0289CE654A1DF7 /* Flipper-Folly-dummy.m */, + 0DB380B72911B9526AC6F565A0CF8E0D /* Flipper-Folly-prefix.pch */, + 780034BD9110DB350AB6E0EA51B02D26 /* Flipper-Folly.debug.xcconfig */, + 478D3AB4116E0394F9911A3869E05679 /* Flipper-Folly.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNFBCrashlytics"; + path = "../Target Support Files/Flipper-Folly"; sourceTree = ""; }; - 8212641908E9E3F5A512FC315CB2E748 /* Support Files */ = { + CDE058C4301DAD0270358AFCAD118AB2 /* Support Files */ = { isa = PBXGroup; children = ( - 1095E27D248353AE218240BF8250410E /* GoogleUtilities-dummy.m */, - 0BD0DBC3BD722E1179D01F79AAFECDB3 /* GoogleUtilities.debug.xcconfig */, - ABCAFFB8CC2775928E7B5903D4213CF9 /* GoogleUtilities.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/GoogleUtilities"; - sourceTree = ""; - }; - 822B835563009155DBA07C7E1251FA44 /* ReactNativeART */ = { - isa = PBXGroup; - children = ( - 248E3BEB54E55ED16CB1F584DF601D35 /* ARTCGFloatArray.h */, - 8B768CB0E93F1341AB56951B2346D0AC /* ARTContainer.h */, - 9E1F13A0B58663397E7B78C79133380F /* ARTGroup.h */, - 6D52E1EC196569EA251B8E2FC72F3C36 /* ARTGroup.m */, - 04E6BE6099C804608946515464F90AD4 /* ARTNode.h */, - 5505176FB3919BA98745833BEC9F3A31 /* ARTNode.m */, - D95D360F74444B084B1C4B40E2496E00 /* ARTRenderable.h */, - E46C69DAF03E7CAFEF3053BE74ED0CA6 /* ARTRenderable.m */, - 0BABC475F077926F8CB44E76ECEEB510 /* ARTShadow.h */, - 0394F4BA3E1A0C8F919C8AEA250AA8F9 /* ARTShape.h */, - 32228B56F3D68A1F996FF3819BC346AA /* ARTShape.m */, - B750C2B8A6CBCCC9086F940CAD81C89F /* ARTSurfaceView.h */, - 703C1BB74E03E1FA6212C61ADFA7CBA0 /* ARTSurfaceView.m */, - 90FB8441D378C62633AE475C9E64146F /* ARTText.h */, - ED2C2EF7BB42734BA9C75E158B0DF54A /* ARTText.m */, - A12799C046CCF8B1D11822A427B1C1BD /* ARTTextFrame.h */, - F9B2F44D1FBF8A3BFE971151FCD3EA16 /* RCTConvert+ART.h */, - 27474382A8D81A4B6AB6E5900C22C84F /* RCTConvert+ART.m */, - 01659A65638AB67D765623B717873E5B /* Brushes */, - 2BDA909F91266F7AB4E5779420761E63 /* Pod */, - 633D4E691EF62F6B366B709BE0CFC4DE /* Support Files */, - 02B03984C01D95901ED11CBFF07530E8 /* ViewManagers */, - ); - name = ReactNativeART; - path = "../../node_modules/@react-native-community/art"; - sourceTree = ""; - }; - 8322EC977B3087BD528F8994C2062786 /* FKPortForwarding */ = { - isa = PBXGroup; - children = ( - 55F3051D8D0CB73E730100C80168D5EE /* FKPortForwardingCommon.h */, - 014B30AAC33F5AF4683E65077F366159 /* FKPortForwardingServer.h */, - AD748228C58449F6A969006047835870 /* FKPortForwardingServer.m */, - ); - name = FKPortForwarding; - sourceTree = ""; - }; - 835F5FA2A41F993792F82B043F2289AB /* rn-extensions-share */ = { - isa = PBXGroup; - children = ( - 8BF51C09A57CC0F60F088E208B87742D /* ReactNativeShareExtension.h */, - 4DADB1EC4126C8A12103B04EED20128F /* ReactNativeShareExtension.m */, - C1262F2DF7F865D64C125219B0E759EE /* Pod */, - C282450C781C9F27CBD9F6A043D441B2 /* Support Files */, - ); - name = "rn-extensions-share"; - path = "../../node_modules/rn-extensions-share"; - sourceTree = ""; - }; - 850A4B1863DABB94BB37D4CCF40669C6 /* Support Files */ = { - isa = PBXGroup; - children = ( - 428E1F5EB09D1D52D58C79018DEBBDC3 /* EXKeepAwake-dummy.m */, - 7CBB97694C96A6762AF6EE71BB906371 /* EXKeepAwake-prefix.pch */, - 52FB91A91CD92D1AAAD4C258C3CB11DC /* EXKeepAwake.debug.xcconfig */, - 67F3605A00D99C4D32CA121E5A655B1A /* EXKeepAwake.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXKeepAwake"; - sourceTree = ""; - }; - 8581CCB6C91DAA2485F71EECE2759211 /* React-callinvoker */ = { - isa = PBXGroup; - children = ( - 61714E86111406CE0752DCCC56020A75 /* CallInvoker.h */, - 4F4DCFC2B537C07C19AB812A855D48B3 /* Pod */, - 5E85628B715A66B0826E393D44D77776 /* Support Files */, - ); - name = "React-callinvoker"; - path = "../../node_modules/react-native/ReactCommon/callinvoker"; - sourceTree = ""; - }; - 85C9060C6D76ED3BD778A6B33D2A7100 /* react-native-appearance */ = { - isa = PBXGroup; - children = ( - 20B496831B747470C665DEB570F2721E /* RNCAppearance.h */, - 28B2D9F2D46957CEDB1845EBBDFC4568 /* RNCAppearance.m */, - 239D9510475EBD85DBB5803C9B961905 /* RNCAppearanceProvider.h */, - 1BEE61E098F671B53737E80A43C66ABD /* RNCAppearanceProvider.m */, - F30830DE00CD54485522E327CE1C96EB /* RNCAppearanceProviderManager.h */, - 9686FEC2F21AE9148D325911544DEB44 /* RNCAppearanceProviderManager.m */, - 8F1334863EC511EA249FA8284171F4B8 /* Pod */, - 4D923E43CFAC66C7D42AAD878082377F /* Support Files */, - ); - name = "react-native-appearance"; - path = "../../node_modules/react-native-appearance"; - sourceTree = ""; - }; - 8684AAFC50CD967EEA74E5535704EC6C /* FlipperKitHighlightOverlay */ = { - isa = PBXGroup; - children = ( - 108CAA5137B858D01DEC8560B338FE85 /* SKHighlightOverlay.h */, - 50BAB90234D1B2FAB5AF8E521ECAA389 /* SKHighlightOverlay.mm */, - ); - name = FlipperKitHighlightOverlay; - sourceTree = ""; - }; - 873FFCCA70C26D7E3D2C800C8A2193DF /* Support Files */ = { - isa = PBXGroup; - children = ( - C51E5D849192A64306731DE3BD9AEABA /* UMImageLoaderInterface.debug.xcconfig */, - C56F4FBA8454587CEF4B2EABB6A7A6AC /* UMImageLoaderInterface.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMImageLoaderInterface"; - sourceTree = ""; - }; - 8A2475657010D40D8565C2F7587AEE6D /* JitsiMeetSDK */ = { - isa = PBXGroup; - children = ( - 79B9829D24A8DA45A6B389DF3D96BBAB /* Frameworks */, - AC56018A8E648B54EC1185CDCC47257D /* Support Files */, - ); - name = JitsiMeetSDK; - path = JitsiMeetSDK; - sourceTree = ""; - }; - 8A466889544B8ACF39B6B81B9ADF0614 /* Support Files */ = { - isa = PBXGroup; - children = ( - 86D6B96D8EE0B5B7D0C3D04A6BA319A0 /* UMFontInterface.debug.xcconfig */, - F68CBBCD9EBB3603407F3147FE23D5E8 /* UMFontInterface.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFontInterface"; - sourceTree = ""; - }; - 8D1308826513215BE7C7848B30D73C3D /* Pod */ = { - isa = PBXGroup; - children = ( - D16BFFD22F999D938BAA467F88610339 /* RCTRequired.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 8D14F7F804FC1093522F15F703D56B5C /* EXFileSystem */ = { - isa = PBXGroup; - children = ( - 1A42CEBCAF57FA14D9DDC864E459C2B3 /* EXFilePermissionModule.h */, - AB0DAE018B8010BE35067987C331B718 /* EXFilePermissionModule.m */, - 0E90F2F8810AD19F7C118D410EA28127 /* EXFileSystem.h */, - 937BF80DAC3AD39D847CBAE195763C5D /* EXFileSystem.m */, - B64737F9F0007168BA3BD79390674734 /* EXFileSystemAssetLibraryHandler.h */, - ACD809314A722E482FF42ACDDD05C231 /* EXFileSystemAssetLibraryHandler.m */, - 86D077373434B2B550CCD151B70CCE05 /* EXFileSystemLocalFileHandler.h */, - 2B5642E6EB67BA919B5F306C33808743 /* EXFileSystemLocalFileHandler.m */, - 96808266BFB4A792E8797C67732EF484 /* NSData+EXFileSystem.h */, - 3A1F54C777C1D17D6ED6F35103B2EA77 /* NSData+EXFileSystem.m */, - 52513FEC7D73D00E601DA9276CE87213 /* EXSessionTasks */, - F2AA24B4783A62772DDD1B48598172F5 /* Pod */, - DA6472EB0E4FD311DBD133A83AC1E3DF /* Support Files */, - ); - name = EXFileSystem; - path = "../../node_modules/expo-file-system/ios"; - sourceTree = ""; - }; - 8D651F1EA04AE1200C9A057A2C2DBAF6 /* RNLocalize */ = { - isa = PBXGroup; - children = ( - C280ADAF2D454B2568A0C956F40217E8 /* RNLocalize.h */, - 14B31094D40F3180A66DDD6DD415DE94 /* RNLocalize.m */, - 9BC459E431DA4EA12B80383048FD07B1 /* Pod */, - B6E7A6B0E6F6DDB174341851C1072029 /* Support Files */, - ); - name = RNLocalize; - path = "../../node_modules/react-native-localize"; - sourceTree = ""; - }; - 8E884EA541ABAF13D29FCEC0CBE1DB47 /* Support Files */ = { - isa = PBXGroup; - children = ( - E8D07A313A27D7081E7A40BA634D31D3 /* RNCAsyncStorage-dummy.m */, - 3BFDDBB07D479E64359C01F4F127104E /* RNCAsyncStorage-prefix.pch */, - E78A6AAF2C48D6D121C5B3F92489213F /* RNCAsyncStorage.debug.xcconfig */, - 6AC4315D7C74558F8762F7414A177858 /* RNCAsyncStorage.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNCAsyncStorage"; - sourceTree = ""; - }; - 8EE3E6397795D21F12B782F899B2E9EC /* Logger */ = { - isa = PBXGroup; - children = ( - B67A605E981E8B10428EEE7557111895 /* GULLogger.h */, - 7E247B417ACF7E923F4B262B8E707BAF /* GULLogger.m */, - 6DDFF012BA42BC4C707E500A6E1C9F66 /* GULLoggerLevel.h */, - ); - name = Logger; - sourceTree = ""; - }; - 8F1334863EC511EA249FA8284171F4B8 /* Pod */ = { - isa = PBXGroup; - children = ( - 4991EA635CB0D57469732E276C918BE2 /* LICENSE */, - 16E01FD76C7459D603D4544524128454 /* react-native-appearance.podspec */, - 42072BBF9239A4CC493CC137D58A56C4 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 8F1D4095240F3059C512234F03839A5D /* RCTRequired */ = { - isa = PBXGroup; - children = ( - 7DD299D0224EB00320A7B02A4AD3623D /* RCTRequired.h */, - 8D1308826513215BE7C7848B30D73C3D /* Pod */, - D20C8A19DE40C5B2BF778202AF864BF1 /* Support Files */, - ); - name = RCTRequired; - path = "../../node_modules/react-native/Libraries/RCTRequired"; - sourceTree = ""; - }; - 90E6B94EA68C471AB58256DC9F31D850 /* RNConfigReader.xcworkspace */ = { - isa = PBXGroup; - children = ( - D758D91E02C797161FAD55D10B377760 /* contents.xcworkspacedata */, - ); - name = RNConfigReader.xcworkspace; - path = ios/RNConfigReader.xcworkspace; - sourceTree = ""; - }; - 929AE609E2E2740EF852EF43FCD9DC29 /* Pod */ = { - isa = PBXGroup; - children = ( - DEE8F7720304D5B21A882A9852835B5A /* EXAV.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 932FCA356DA2A25FDB8A912B2491D35E /* Pod */ = { - isa = PBXGroup; - children = ( - 5978CCB361CD8252B1CFDF3DD0D3A873 /* EXPermissions.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 943E16A3B3E7ABD8E654BCE5CEF0AA0A /* BugsnagReactNative */ = { - isa = PBXGroup; - children = ( - FD63E0CBA6494F78296FE7F399E47ADA /* BugsnagReactNative.h */, - 33AF5532A3EC70966DB484D58D1CEC25 /* BugsnagReactNative.m */, - 2CAA4B6E5BF67839F0DC08C39A53EF30 /* Core */, - E4065CB878DA19F458E327B90A1B3244 /* Pod */, - 0CCD1821C0489635A6BBDD6BC7739A3D /* Support Files */, - AA8816042403A42887C653405F37CA73 /* vendor */, - ); - name = BugsnagReactNative; - path = "../../node_modules/bugsnag-react-native"; - sourceTree = ""; - }; - 94612447ED3B26A65E6E694A133CAC17 /* Support Files */ = { - isa = PBXGroup; - children = ( - 35F3E531E8553D0A99BD9D6326B0BBE1 /* React-CoreModules-dummy.m */, - 2C911622E8152295884B97D3F2AD5394 /* React-CoreModules-prefix.pch */, - ACADC6F13687922FC2AC6436B9E0E00C /* React-CoreModules.debug.xcconfig */, - 4BE13D3415FC9EA0B6B7AC5D8198F10E /* React-CoreModules.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-CoreModules"; - sourceTree = ""; - }; - 950C93CE9C7F0FD8B6CF42349C61B560 /* Support Files */ = { - isa = PBXGroup; - children = ( - E3DE5B6D184688077D706560DAE74BE2 /* React-jsi-dummy.m */, - 04FB5B449EB8568D9F89238A948A2942 /* React-jsi-prefix.pch */, - EB15FA58DABA03A2E737CDAE8944FF4B /* React-jsi.debug.xcconfig */, - 2F2647A7CF0BA38680B65DD76DC2660D /* React-jsi.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsi"; - sourceTree = ""; - }; - 954A1B7CDB01A91961AFB530AC38B55F /* EXImageLoader */ = { - isa = PBXGroup; - children = ( - 2A34BF894545FC9A2EB6192E4D7E7972 /* EXImageLoader.h */, - CC0CCF96750438521470C888081E0105 /* EXImageLoader.m */, - 4ECA5692F2FF7F139DF3C6D3F179CD4C /* Pod */, - 982725A733A195501ACD132C8832F97F /* Support Files */, - ); - name = EXImageLoader; - path = "../../node_modules/expo-image-loader/ios"; - sourceTree = ""; - }; - 96339BE6F23CB34500252D277BD1004B /* RNDeviceInfo */ = { - isa = PBXGroup; - children = ( - 4BF3F306F5BB83EA277B49FD3DC4F487 /* DeviceUID.h */, - 78632D17A6C81F2D04A9D98ADFD87CEC /* DeviceUID.m */, - 516E1A3C3732A63397F5D7E3529F00D7 /* EnvironmentUtil.h */, - AF08755BDB50FC6722339FE21C107748 /* EnvironmentUtil.m */, - 1E4A157E039AF44FC0425020262BE77E /* RNDeviceInfo.h */, - D51410543F7CDAB600147C0472E52EAB /* RNDeviceInfo.m */, - 3F3B5B8A65FCBC56B699F86211B42C3A /* Pod */, - 9A53546985D48AEA9E7183E9E7BCD09F /* Support Files */, - ); - name = RNDeviceInfo; - path = "../../node_modules/react-native-device-info"; - sourceTree = ""; - }; - 964942603EAA128E98E399EF4B4B1E1D /* React-RCTAnimation */ = { - isa = PBXGroup; - children = ( - 7A91D3FB33D5160F075201182130FBF5 /* RCTAnimationPlugins.mm */, - BC679498FD672C36DBB537E23CDE4D0B /* RCTAnimationUtils.m */, - B42CEE0B91A84A3B741D8FD3495E04FB /* RCTNativeAnimatedModule.mm */, - B6B357694D22794CC8510AA6EF980B89 /* RCTNativeAnimatedNodesManager.m */, - 6CC11A92D9B1193B1EEA07600F2EDD44 /* Drivers */, - 211504D5F653896F7D802765A0C9345E /* Nodes */, - ADFAABD77C9F1FCABFC166546BAAD1D8 /* Pod */, - 099AF29DEB3BB65F8D614DC5EA0F180A /* Support Files */, - ); - name = "React-RCTAnimation"; - path = "../../node_modules/react-native/Libraries/NativeAnimation"; - sourceTree = ""; - }; - 970D8EC66C9F818EA089194F5D5C6F10 /* TextInput */ = { - isa = PBXGroup; - children = ( - BFD2D7E5402F0DC5E6AC7F9FD78781AD /* RCTBackedTextInputDelegate.h */, - B34F5C86B6A3E71BE142CB494B7F79AD /* RCTBackedTextInputDelegateAdapter.h */, - 220DAE379E1D02CA903B3F194145101C /* RCTBackedTextInputViewProtocol.h */, - 434E1A335ED3D61EE8E89C8C23A70CE9 /* RCTBaseTextInputShadowView.h */, - 091009D8A3AED924E5BA18C1FA2A8DA3 /* RCTBaseTextInputView.h */, - 4C77AF253EF5BD8BBB79DAC722BC82CF /* RCTBaseTextInputViewManager.h */, - 41C25AA6DE71334F1A19570B13A33087 /* RCTInputAccessoryShadowView.h */, - F7AB5908A1F99A8F355AE51852EE3194 /* RCTInputAccessoryView.h */, - 43EBDE3846E0FD53F64CC9F2323E7CD5 /* RCTInputAccessoryViewContent.h */, - CD8756361046D986BE3B405CEFCAA42A /* RCTInputAccessoryViewManager.h */, - E0FDB3F46331D35BF6121BC84A7E3616 /* RCTTextSelection.h */, - FCC35511129B9FF3E63A73930D5D8464 /* Multiline */, - CC8349D862ECA75113CA11AFED57F88B /* Singleline */, - ); - name = TextInput; - path = Libraries/Text/TextInput; - sourceTree = ""; - }; - 980D1049B770B43974EC64BB08F0CF91 /* react-native-netinfo */ = { - isa = PBXGroup; - children = ( - EA7B92F68FF1968CD8C87F3F8FF672E5 /* RNCConnectionState.h */, - 16FA902DB3CE3466927113F1DF04BF00 /* RNCConnectionState.m */, - 963959355284190AA1E2922C90830CCE /* RNCConnectionStateWatcher.h */, - D39D80814222F9CD6B1810877698E632 /* RNCConnectionStateWatcher.m */, - 3F1F551BB0F53F39E1D8DD9FE00AE2FA /* RNCNetInfo.h */, - 4719B3505FB8CE0DA80658FEE9BDB5A2 /* RNCNetInfo.m */, - FD6924DD1E3ED295D2D3AFF487AE0273 /* Pod */, - 6F9BAE336C5F374B96C5C686EE98BD70 /* Support Files */, - ); - name = "react-native-netinfo"; - path = "../../node_modules/@react-native-community/netinfo"; - sourceTree = ""; - }; - 982725A733A195501ACD132C8832F97F /* Support Files */ = { - isa = PBXGroup; - children = ( - A21D77E05FC995A0CC6E19C3FB1AC504 /* EXImageLoader-dummy.m */, - 581345EEE40719C842B48EFB40CCEE9C /* EXImageLoader-prefix.pch */, - A96C9D624CE41913C45DAC707A95C7AE /* EXImageLoader.debug.xcconfig */, - 2D731BF378383620DB3FE06B12D582E8 /* EXImageLoader.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXImageLoader"; - sourceTree = ""; - }; - 98733FCA4670831F9E2DAA622D90F694 /* Pod */ = { - isa = PBXGroup; - children = ( - D1378ABD55DBA8CFE62685C3B7939158 /* EXAppleAuthentication.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 997FE1F1EF8476C6C3B0F7F608876B37 /* keyboardtrackingview */ = { - isa = PBXGroup; - children = ( - 974FD54303C4A13BF568C2991A1A5BAB /* KeyboardTrackingViewTempManager.h */, - 25B3FE5EDA006705B4A217BD83FEA8BD /* KeyboardTrackingViewTempManager.m */, - 1B13239B04F83A6EE3E080BB4153CD4A /* ObservingInputAccessoryViewTemp.h */, - B41ECA188F6A116468490BB663DFEFED /* ObservingInputAccessoryViewTemp.m */, - 14A22C401C1B1C83A667572C8B5BA5B1 /* UIResponder+FirstResponderTemp.h */, - 41A05D0650EF3D6CB09BF44C4F74A8B0 /* UIResponder+FirstResponderTemp.m */, - ); - name = keyboardtrackingview; - path = ios/reactnativeuilib/keyboardtrackingview; - 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 = ""; - }; - 9A53546985D48AEA9E7183E9E7BCD09F /* Support Files */ = { - isa = PBXGroup; - children = ( - 2D385AE5F45BBFBDA4BB9A0FCAE85977 /* RNDeviceInfo-dummy.m */, - CC87199330E998B7286A65A1F091A2ED /* RNDeviceInfo-prefix.pch */, - 18DCF62AE9E398F075F5821EB8D850B8 /* RNDeviceInfo.debug.xcconfig */, - BBEF54EB10C45EE0F6D3EC0EB4CCA459 /* RNDeviceInfo.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNDeviceInfo"; - sourceTree = ""; - }; - 9B1CE42BE148DF04FEC01AE4FC398A8E /* Support Files */ = { - isa = PBXGroup; - children = ( - 7B89F43464D3C2841770D76BF7A11406 /* RNScreens-dummy.m */, - AE993C4191BF7709E618665625737396 /* RNScreens-prefix.pch */, - D93F63F5CC32EB673EDCE49317E7742C /* RNScreens.debug.xcconfig */, - 51334732F12041BFB4175B22F9949C71 /* RNScreens.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNScreens"; - sourceTree = ""; - }; - 9B79243474AD696D0B4D4B8D26413A1F /* Support Files */ = { - isa = PBXGroup; - children = ( - 8BECFE987AD31794A349880BE2125957 /* RNCPicker-dummy.m */, - 64FC4BC1784172FC712FCE2C989E59EC /* RNCPicker-prefix.pch */, - C539B5CC0F60FEC25673DB8D9FFA2C66 /* RNCPicker.debug.xcconfig */, - 6579D1FA3ECBCF4C34D2D0372364D28F /* RNCPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNCPicker"; - sourceTree = ""; - }; - 9BC459E431DA4EA12B80383048FD07B1 /* Pod */ = { - isa = PBXGroup; - children = ( - 8D273B12822288D81C8AEF56C3C6554B /* LICENSE */, - F54E91B2A8A2DAF5DA0ADBC12123D9C6 /* README.md */, - 36306B6AE34528626CE3796BD77CB0F0 /* RNLocalize.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 9BD18B1E960486B6AF64669BF9B3C53D /* CoreOnly */ = { - isa = PBXGroup; - children = ( - EC675C6D18399C142A6B540EEFF17992 /* Firebase.h */, - ); - name = CoreOnly; - sourceTree = ""; - }; - 9CB27E6A53706DC6D14541520865A15F /* Pod */ = { - isa = PBXGroup; - children = ( - 998C74D7D6DB25B35485DCCD8A0577CD /* LICENSE */, - D46CF97CA636DBF879FE3A150552D2FC /* README.md */, - 6C913575318DECD3CCF517F48A32F389 /* RNFBApp.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 9CB8FCBB435638FCBE3ED72EFD0185C4 /* Pod */ = { - isa = PBXGroup; - children = ( - 65B3297845D9562FF578CD30965F3D9D /* LICENSE */, - 07FA5DD88700D5567F7CF04629526D9B /* README.md */, - 73260C8572225C8014430F1919F805CB /* RNImageCropPicker.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 9D36F916D79AE7DE87BC17A9CB4B7672 /* Pod */ = { - isa = PBXGroup; - children = ( - 7D04A51C12D534C5431B1127C7E1B01D /* React-RCTLinking.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 9D6BD86646387D0EDD412B404933B253 /* Pod */ = { - isa = PBXGroup; - children = ( - 850EBA571804A1681D42FEB605B9B3CD /* README.md */, - 9ED90501EB569E1A47BB903D55D9AA89 /* RNCMaskedView.podspec */, - ); - name = Pod; - 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 = ""; - }; - 9DD495CA7F356A1C6BD8FCF2CDE5ABAE /* Pod */ = { - isa = PBXGroup; - children = ( - A169CB9CE630D396C0DA979237A2B49C /* UMTaskManagerInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 9E09371AA32EDA8B8314B577B4C39F4A /* UIUtils */ = { - isa = PBXGroup; - children = ( - 52311E60ADCEE45F116B2ADBBBD22879 /* RCTUIUtils.h */, - 7D74CC114AC63595CB1F910FC51D4B8D /* RCTUIUtils.m */, - ); - name = UIUtils; - path = React/UIUtils; - sourceTree = ""; - }; - 9E3B36B4CEC3CC5A23634E5BE76D36C1 /* BaseText */ = { - isa = PBXGroup; - children = ( - 8ACBF01C0E45F22908C80497E27A54B6 /* RCTBaseTextShadowView.m */, - 4B63DB58535DCB1AF18D7246868A4FA5 /* RCTBaseTextViewManager.m */, - ); - name = BaseText; - path = BaseText; - 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 = ""; - }; - 9EA1BF541D202E58A573F01959335055 /* Support Files */ = { - isa = PBXGroup; - children = ( - 4CC4A094E6395DDC0AAD820FEEA8E9CE /* React-RCTNetwork-dummy.m */, - A040406EC613B47233E19491BCB0617E /* React-RCTNetwork-prefix.pch */, - 30AC5FC338EF2C58113737A5B71F166E /* React-RCTNetwork.debug.xcconfig */, - 0F5C12C810D661E04E6C88E19F4F1022 /* React-RCTNetwork.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTNetwork"; - sourceTree = ""; - }; - 9ECABD50D2ABB0E5E0D5221C992312EA /* libwebp */ = { - isa = PBXGroup; - children = ( - 3FEA46D0FB0C72648E7197112211284E /* demux */, - DFBD00AA9F15EE11B53B7E2E9C5E5E3F /* mux */, - E58BF904EE204E6F52D390162374657C /* Support Files */, - EC5C017D16F0650BA95DB46EA495649F /* webp */, - ); - name = libwebp; - path = libwebp; - sourceTree = ""; - }; - 9EEDD1973B694A80EE33BE0E18E9ACE9 /* Drivers */ = { - isa = PBXGroup; - children = ( - F2C763042E0E3AE69195FEC504AD50CA /* RCTAnimationDriver.h */, - 76E2ECEA10150649C9E394FD8ACABD25 /* RCTDecayAnimation.h */, - 0A39049268CD3E505ED7CF80CE92C0D5 /* RCTEventAnimation.h */, - 0C2E2C7E2BF1EF3B8DEB979CA99FC847 /* RCTFrameAnimation.h */, - 412BE8126BD99F9D9904BA059E2CD74E /* RCTSpringAnimation.h */, - ); - name = Drivers; - path = Libraries/NativeAnimation/Drivers; - sourceTree = ""; - }; - 9F834C164C04BCF87F5D33EA7FAFFE93 /* Handlers */ = { - isa = PBXGroup; - children = ( - 4BECCA2837BBA24CAADA20BE703F12A9 /* RNFlingHandler.h */, - A28A0F339ABFDA7FFB26976393C34362 /* RNFlingHandler.m */, - 6C1063BA2B9B3B0BA41CC31A434A5F2A /* RNForceTouchHandler.h */, - F6DAE140949D3190B198267DA959FD9A /* RNForceTouchHandler.m */, - D1BB36CA5147C0FAC569CCDFDB26FE27 /* RNLongPressHandler.h */, - F4361B8AE1DA7B22DE9AE590810825ED /* RNLongPressHandler.m */, - 3ADD3E8E63EC6B2FCD288E46F6415F51 /* RNNativeViewHandler.h */, - C8DCC22E5A5537C1844FFDC1F2E3088D /* RNNativeViewHandler.m */, - 83822D2F11D4ADE5FB3F659148C4C60E /* RNPanHandler.h */, - F7F5D3A71E806D9439B38F5E1859D219 /* RNPanHandler.m */, - 4ED85B43507A2F704CC215074632DF1F /* RNPinchHandler.h */, - 35ADC7ED06344C6B9F4F94A13C6AC7CE /* RNPinchHandler.m */, - 98C7886164C7FF8611E7F1F70DD1B628 /* RNRotationHandler.h */, - 616E0FFE26CC0960929942A93C4E229F /* RNRotationHandler.m */, - 989CDB34F6E5E8E94D76A9F788CD9DD9 /* RNTapHandler.h */, - 0C9FF06600BB230D554B8E244D7A289B /* RNTapHandler.m */, - ); - name = Handlers; - path = ios/Handlers; - sourceTree = ""; - }; - 9FDF7C48B033E58DBF8C37D17DE16C4F /* Support Files */ = { - isa = PBXGroup; - children = ( - A541A11F55CD544A3836D2DD8E6D3BE2 /* CocoaLibEvent.debug.xcconfig */, - EE5D996815FD3F190A1035E514B18EF0 /* CocoaLibEvent.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/CocoaLibEvent"; - 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 = ""; - }; - 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 = ""; - }; - A203FECB9915A37F57882F7FC9B3E67F /* internal */ = { - isa = PBXGroup; - children = ( - 164EBA159426E1BEE8D1FD56C83B51A0 /* experiments.cpp */, - 62659B35B825FD9248C7DC9EACDF9072 /* experiments.h */, - 323A480F3E7D5A1058E1B5013D80F214 /* experiments-inl.h */, - ); - name = internal; - path = yoga/internal; - sourceTree = ""; - }; - A26F6A8180DA03EDB6D83F00368365CE /* FBReactNativeSpec */ = { - isa = PBXGroup; - children = ( - 1CD24DCFAD85966F6DA52E0FC47ADA93 /* FBReactNativeSpec.h */, - 1E4D29913B6C51E180B392582195C031 /* FBReactNativeSpec-generated.mm */, - 2BD39DF9A8A335EAD527442F067D64F5 /* Pod */, - C331A2D77E3CB26A21B6CE6AFFD2BADE /* Support Files */, - ); - name = FBReactNativeSpec; - path = "../../node_modules/react-native/Libraries/FBReactNativeSpec"; - sourceTree = ""; - }; - A4A0C21745A2D24B30898FFEC806E1EA /* Support Files */ = { - isa = PBXGroup; - children = ( - 9C4C03EFB38C9C7BB9C71E3C1AF2E62B /* RNFBAnalytics-dummy.m */, - 770A786FFE0D249F171BB2FBF797D05C /* RNFBAnalytics-prefix.pch */, - BD30CF3EAED3EB92B072DBD0F03EAA33 /* RNFBAnalytics.debug.xcconfig */, - 1E042BF1C837CE6276B784FAE8AA7BDE /* RNFBAnalytics.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNFBAnalytics"; - sourceTree = ""; - }; - A50342AB929EB809441B8EE8E54A76F6 /* Support Files */ = { - isa = PBXGroup; - children = ( - 34C4CEC6D823CBB3D6A577B448C1C976 /* react-native-orientation-locker-dummy.m */, - B287D67A5996DC27902E3104516EC672 /* react-native-orientation-locker-prefix.pch */, - C4EFF7A09673AAF21AD5AE3B716D2F5F /* react-native-orientation-locker.debug.xcconfig */, - 6CF4924C7417E63EAD4938C35BF7B198 /* react-native-orientation-locker.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-orientation-locker"; - sourceTree = ""; - }; - A55C9E2D96F6B2CDB9603F025A14A1AC /* React-RCTImage */ = { - isa = PBXGroup; - children = ( - B066DDF192303ACD9CB7C9DDA0DB9BB7 /* RCTAnimatedImage.m */, - 42EADF5819FFE391E83255A328519698 /* RCTDisplayWeakRefreshable.m */, - 2FD15DECA7D3199FDB210C4AF7D3D2F6 /* RCTGIFImageDecoder.mm */, - 56B47F48BFC2F259EF38C4E097A46497 /* RCTImageBlurUtils.m */, - 352BFC3C4FC8E0D247982A9A4C862A68 /* RCTImageCache.m */, - 6FA442AAB4FDEAEE4BA70D9584FC4600 /* RCTImageEditingManager.mm */, - 108CBD8729DF942C8AD7355F78093992 /* RCTImageLoader.mm */, - D1E25CB6ECAE73AE1A9C7B9DEB526FE9 /* RCTImagePlugins.mm */, - B164B1E0BD2E400B0244B5827CACF3C1 /* RCTImageShadowView.m */, - 07AB6B3D1F1C72F76834F49E7AFD2C07 /* RCTImageStoreManager.mm */, - 2CABE1F2DCEFCFF88D42282665CEEBDC /* RCTImageURLLoaderWithAttribution.mm */, - 696D6B41ECD690D11B1C6E64ECED0882 /* RCTImageUtils.m */, - B051C5240FDA0EE6B638A9AE1F7904AA /* RCTImageView.mm */, - D9B63DDAC26D9672FEC5F3375F677083 /* RCTImageViewManager.mm */, - 21C67E1D002EE5D253998035E41F067E /* RCTLocalAssetImageLoader.mm */, - 7B702A0FADE5DC10F1769FF5564E5765 /* RCTResizeMode.m */, - FE23E5C406FBDCBC8188911D92E06F7D /* RCTUIImageViewAnimated.m */, - B462F26865E2BAB56C234C1BB020CF80 /* Pod */, - C58F5C7EA45D2ECAAE8E4CF33236E2C8 /* Support Files */, - ); - name = "React-RCTImage"; - path = "../../node_modules/react-native/Libraries/Image"; - sourceTree = ""; - }; - A5A6DFA28B57049093ADDC86C32329DE /* Pod */ = { - isa = PBXGroup; - children = ( - F6418834A7363EC7A8C7BFDFBF33CCD9 /* LICENSE */, - A1A9D0886694BEBC82A9ED7EC9D1249E /* react-native-cookies.podspec */, - 05CEFA3E68A4E78ECEAA668B31F73FC2 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - A6120AE76BBF43959B41B7119CFAA6CE /* Pod */ = { - isa = PBXGroup; - children = ( - D71B4E163DBFB18645450BF72433EB9C /* LICENSE */, - A5F8094D8D59C6144100912C6FCF525B /* react-native-background-timer.podspec */, - 8F8B5973D6EAD1D778515A364E21BC3B /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - A6883BA2E4140903C81E725847A3DB86 /* Support Files */ = { - isa = PBXGroup; - children = ( - 4D35FDA3C01D579781FF6A34E413F050 /* React-jsinspector-dummy.m */, - 9A31E3E36813AF931629C21C1C4064F7 /* React-jsinspector-prefix.pch */, - 96D74BD54456BF5766811A130EAAEDBA /* React-jsinspector.debug.xcconfig */, - 9A18D04D8D5B88B70122539728A20321 /* React-jsinspector.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsinspector"; - sourceTree = ""; - }; - A8A5DAB62F3D9C2E0E16861164968882 /* Support Files */ = { - isa = PBXGroup; - children = ( - 48803A635BA70F595325BF2C3F04255A /* RNGestureHandler-dummy.m */, - 3BDB9F0AC8CAACB1868E64E2A0B6217F /* RNGestureHandler-prefix.pch */, - F34594A83A4070F814BCA781477A48EE /* RNGestureHandler.debug.xcconfig */, - 31797ECEE9994A5DE95878DB158758F3 /* RNGestureHandler.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNGestureHandler"; - 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 */, - 14A162EF2EF28509D8B66B50DBBDC399 /* 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 = ""; - }; - AA69A657184EF6F735482CB9889A2EA0 /* Pod */ = { - isa = PBXGroup; - children = ( - DF0418ADF8603382877BA5B7EC60EE44 /* UMCore.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - AA8816042403A42887C653405F37CA73 /* vendor */ = { - isa = PBXGroup; - children = ( - 0ACDAC2E3143EEE154FA75372A82D827 /* bugsnag-cocoa */, - ); - name = vendor; - path = cocoa/vendor; - sourceTree = ""; - }; - AABBC7AC49F69C6A5F4D3F45685AFD57 /* RCTImageHeaders */ = { - isa = PBXGroup; - children = ( - 690F475A0A2DC744DB3B7CA50EC59574 /* RCTAnimatedImage.h */, - 08E4CE9720B65B3319A2C164530FA2CB /* RCTDisplayWeakRefreshable.h */, - 6473229E514A97FCBB8F3C6CEF3D0DF4 /* RCTGIFImageDecoder.h */, - AEC640FB42BB3D36EB6FEF541630696A /* RCTImageBlurUtils.h */, - C750F391529617C96A088D5517B9F651 /* RCTImageCache.h */, - AC9330D6E7AF59C17C85AF391A815D27 /* RCTImageDataDecoder.h */, - 17BB614665C4EB3C87BD750EB547E17D /* RCTImageEditingManager.h */, - F753091973CA7BB1B741C889CF200EC4 /* RCTImageLoader.h */, - 7F281D8C67D1E8867F219DD49E7F6453 /* RCTImageLoaderProtocol.h */, - EABF5485690E188714D9848D23361650 /* RCTImageLoaderWithAttributionProtocol.h */, - 37CB5E3FA6E56CDDA22020814A9F5F38 /* RCTImagePlugins.h */, - B1A63FD5A4CBC2FCC66FCAA7AA9B116D /* RCTImageShadowView.h */, - E296AF16E0E10D7994FEBD984644D001 /* RCTImageStoreManager.h */, - 353EC23D19578A63EB03D560888F8420 /* RCTImageURLLoader.h */, - 42E35E3F7DA01A231418AD5B2E800C0E /* RCTImageURLLoaderWithAttribution.h */, - 367D2856B2C1D2D8BD082E98BEDF558A /* RCTImageUtils.h */, - 36CB2FEFC9933124012688302100CA30 /* RCTImageView.h */, - E18ADD3C2D04496B7EE28ABCB39A4B0C /* RCTImageViewManager.h */, - E5281BBA790B80D320CBC049D9901968 /* RCTLocalAssetImageLoader.h */, - 87AC1CF7F1A8B40C23623ED2B15DC7E9 /* RCTResizeMode.h */, - DB3DB262F3C261C1AE2482312A04464F /* RCTUIImageViewAnimated.h */, - ); - name = RCTImageHeaders; - 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 = ""; - }; - 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 = ""; - }; - ADAE746BA70FBFE66B269483479BE288 /* Pod */ = { - isa = PBXGroup; - children = ( - 15C37484BF40A3BF8539B2D029C69D64 /* LICENSE */, - 19E6C8C9D98422E65179C801156A0414 /* react-native-mmkv-storage.podspec */, - 082300440C7203B7B3E74FEC1765A352 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - ADDF9645F97EEFC19A364DE0FD50EA6C /* RNBootSplash */ = { - isa = PBXGroup; - children = ( - D72F7AA0404E64DD55CFA8471C835757 /* RNBootSplash.h */, - A4FD4A71EC7FC1E992B0898DAE1256AE /* RNBootSplash.m */, - 1CFB0AC666052A9834763AEE51C5D295 /* Pod */, - 67B376E6786125F7A2D1232B1ABD8C5C /* Support Files */, - ); - name = RNBootSplash; - path = "../../node_modules/react-native-bootsplash"; - sourceTree = ""; - }; - ADFAABD77C9F1FCABFC166546BAAD1D8 /* Pod */ = { - isa = PBXGroup; - children = ( - D8EFE96587D80C168D1E8F4D6B4F659D /* React-RCTAnimation.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - AE4587AE44AEDF8924C3A7BDA2A964B3 /* FlipperKitLayoutTextSearchable */ = { - isa = PBXGroup; - children = ( - 2BE2A3D02176E7FC68FF572B0100FABA /* FKTextSearchable.h */, - ); - name = FlipperKitLayoutTextSearchable; - sourceTree = ""; - }; - AEFB8D927AE690F1123962A8F90E6BC3 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8E78CAA2C10634D2A26FEDB8001B4CA1 /* UMFaceDetectorInterface.debug.xcconfig */, - A50473E5C0CADB88DBD1D68963C2EC74 /* UMFaceDetectorInterface.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFaceDetectorInterface"; - sourceTree = ""; - }; - B08A887BDDC0B57D8FAE83452A9904D4 /* EXConstants */ = { - isa = PBXGroup; - children = ( - 32DCE8FCDEA2B926D99C686FB3FDA73C /* EXConstants.h */, - 9387105C912AF870A74355C45A485708 /* EXConstants.m */, - CA9905361A2E8A9DB890316087034C7F /* EXConstantsService.h */, - 97337B286D6A431CA74BB3D00A8D5540 /* EXConstantsService.m */, - 23542D6744393B07E7488DF31F54A658 /* Pod */, - F5A3C82F9F38A8D5A81DD0EAB475C1AF /* Support Files */, - ); - name = EXConstants; - path = "../../node_modules/expo-constants/ios"; - sourceTree = ""; - }; - B192038E01F2EE9A68398AD7D00E279B /* Support Files */ = { - isa = PBXGroup; - children = ( - FCD3D4FF6492F93FBFAFA52CEB8A6ECA /* RNCMaskedView-dummy.m */, - 76BC889C5145EE1E46EC749F705D91DB /* RNCMaskedView-prefix.pch */, - 1334C86C0D531A276D6D9CD5117FBCB9 /* RNCMaskedView.debug.xcconfig */, - D7B4402BB41860A4C9052FD22D07DE73 /* RNCMaskedView.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNCMaskedView"; - sourceTree = ""; - }; - B26272CF132D157C3B73664503DC3C45 /* react-native-cookies */ = { - isa = PBXGroup; - children = ( - 82FC3350F3AE5B4C96B06A85FD310930 /* RNCookieManagerIOS.h */, - 04B20512626ACB716D1A4F88AD2445F6 /* RNCookieManagerIOS.m */, - A5A6DFA28B57049093ADDC86C32329DE /* Pod */, - 6B57CFB8FA03EF099467E832DFE9A508 /* Support Files */, - ); - name = "react-native-cookies"; - path = "../../node_modules/@react-native-cookies/cookies"; - sourceTree = ""; - }; - B36F701049E412764A9110B30B687C8C /* Support Files */ = { - isa = PBXGroup; - children = ( - E16E9F88550EBEDD9B52E00F05CD9495 /* EXHaptics-dummy.m */, - 42B61C85D8DCB55CECD60FD32EF743D2 /* EXHaptics-prefix.pch */, - 707B5972B78A11D23C88E947EDAFEEDA /* EXHaptics.debug.xcconfig */, - 49727AFDC9FF177CAF1534FDB1FD81B4 /* EXHaptics.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXHaptics"; - sourceTree = ""; - }; - B3A6AE2AAB6A350D361BEBA5B9A1DB80 /* Pod */ = { - isa = PBXGroup; - children = ( - 2EF3197C9326898A28E561127600D195 /* EXHaptics.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - B45C026EA6E9CB0C5A11C0CCC77BD57C /* Interfaces */ = { - isa = PBXGroup; - children = ( - 60E1E47B50114DA6F08A1E87F2FDBA01 /* UMAppLoaderInterface.h */, - 67DE4B666661DB43AF6FB39B701A007E /* UMAppRecordInterface.h */, - ); - name = Interfaces; - path = UMAppLoader/Interfaces; - sourceTree = ""; - }; - B462F26865E2BAB56C234C1BB020CF80 /* Pod */ = { - isa = PBXGroup; - children = ( - E0E88D3615D1947243F451458FF0A7A8 /* React-RCTImage.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - B5142A693E43034B5D43242A1BF49EE4 /* Support Files */ = { - isa = PBXGroup; - children = ( - 1F125A7EA8B5D0B390B83CB6E8FDDE56 /* react-native-cameraroll-dummy.m */, - D059D9D96C006AE2094D516F0312A529 /* react-native-cameraroll-prefix.pch */, - 10AFBA89BB2EECA51A690D0323D8A62B /* react-native-cameraroll.debug.xcconfig */, - 15FA7CCB76FAC137A2CE18E0DBEEA213 /* react-native-cameraroll.release.xcconfig */, + 9EBD11BCB7B02DCD5C58E18FFEC1E5EB /* react-native-cameraroll-dummy.m */, + FBF0CD13E83198CAA245A9F2138D7CB9 /* react-native-cameraroll-prefix.pch */, + 237767518942A7903C33DDE388B6DFD5 /* react-native-cameraroll.debug.xcconfig */, + D3F3878032B5E8F237A244E2D5E91955 /* react-native-cameraroll.release.xcconfig */, ); name = "Support Files"; path = "../../../ios/Pods/Target Support Files/react-native-cameraroll"; sourceTree = ""; }; - B6E7A6B0E6F6DDB174341851C1072029 /* Support Files */ = { + CE402A61CDF2800AC7EA0B66ADAC3790 /* Support Files */ = { isa = PBXGroup; children = ( - BD9B7F46F6CB52CA4159BC14439297E0 /* RNLocalize-dummy.m */, - ECDBD277DE704ECE0CDF3ECD9DF7CD10 /* RNLocalize-prefix.pch */, - 8E6EFC487486E9E37740026A3857CF15 /* RNLocalize.debug.xcconfig */, - 674C5AFA6B8658F9E0228FA349267BE7 /* RNLocalize.release.xcconfig */, + 000BFF50378B281C46BF6CF9253D73C7 /* MMKVCore-dummy.m */, + EE315D55C5CEAE9817048E7AFA9E9729 /* MMKVCore-prefix.pch */, + 3CB44C67EEAAB048AF3F3948CBCD800B /* MMKVCore.debug.xcconfig */, + 5EB761C8478218EF655BF5F4AB1627EF /* MMKVCore.release.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNLocalize"; - 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 = ""; - }; - B74DB3C4A9C8D81FA009A03014B45B6D /* Support Files */ = { - isa = PBXGroup; - children = ( - 1016E9B4089E24A4F3B8AE470CE4F375 /* react-native-slider-dummy.m */, - E05F6332F76470F6461EF88F07160B35 /* react-native-slider-prefix.pch */, - 16FCCF88559014ACF827EB8B74D32BA7 /* react-native-slider.debug.xcconfig */, - 8A26FF56150E749B5BD83CD5B9706159 /* react-native-slider.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-slider"; - 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 = ""; - }; - B7DEC9080045B10771D06CB1E11CB9F4 /* Yoga */ = { - isa = PBXGroup; - children = ( - 4FD9E003E83974475C601785070D9E7A /* BitUtils.h */, - 79FA97B6E71DCAB92EE5A071F047A236 /* CompactValue.h */, - 317E6D055B73270E36E67638C63A5D48 /* log.cpp */, - BE3B777FE31D6BD712B367A08F0687D3 /* log.h */, - C57A271DD77D03B3D65015B5FF4FAFB6 /* Utils.cpp */, - A26C2474FCF5B72838FD3D4EF32692B3 /* Utils.h */, - 2D6DD764EBAE055342DDAA0A8E481F38 /* YGConfig.cpp */, - 135BACF5EF51531413958FCDD65EB91E /* YGConfig.h */, - 59591B7F4788AC198892368D2E7C6C47 /* YGEnums.cpp */, - 47FB157290A2E19FC5D99FE7DC13A580 /* YGEnums.h */, - 36408962C21D97AB92F94B838E5E9879 /* YGFloatOptional.h */, - 9D28DA487577CEF02FCA4569CD696312 /* YGLayout.cpp */, - FBE5B1C5E12A78C9F3C9668513067AD8 /* YGLayout.h */, - 6F4B2C03278B019580E65F57387CC11A /* YGMacros.h */, - 28D04AE8366BCB816F93F92E079F0495 /* YGNode.cpp */, - 3983146DD520013B9AE7A9E495AF21E7 /* YGNode.h */, - B5B6CD824B49316E41DD8111445998F7 /* YGNodePrint.cpp */, - 3901E2B8A432204195F28DCC95FE14EF /* YGNodePrint.h */, - E8271F376F3D1D9DE71971B44300F19A /* YGStyle.cpp */, - 861B27C3936BA907E18660A68F0EB0FA /* YGStyle.h */, - 114935C1D2FF9C10E262F2E00706870F /* YGValue.cpp */, - 39780295FCA7F0910BC23B614D803CC9 /* YGValue.h */, - BFD8C6F5EB5947B1247107C8F99E2C45 /* Yoga.cpp */, - 40D7C593FAA3FCCF78B5E1A05AD520D9 /* Yoga.h */, - 51F02DC7F7DA7D902901E725417F26D7 /* Yoga-internal.h */, - 5DA5697C375C6F954F09B325E2D8E768 /* event */, - A203FECB9915A37F57882F7FC9B3E67F /* internal */, - DBB80BC6D556B398BE9637D300E1A90D /* Pod */, - E3294D29ECA4CD0F6703AE083EBB39DA /* Support Files */, - ); - name = Yoga; - path = "../../node_modules/react-native/ReactCommon/yoga"; - sourceTree = ""; - }; - B9A4B94E6005F3EAD75D89DB27F1A708 /* UMModuleRegistryAdapter */ = { - isa = PBXGroup; - children = ( - 47E3E6EFC33D272646426A107AACC3E1 /* UMModuleRegistryAdapter.h */, - D30D15335EED70F99B0D65FFEE80235C /* UMModuleRegistryAdapter.m */, - D6C2C42FC90E4716F2703375A788A8B3 /* UMModuleRegistryHolderReactModule.h */, - 625FDBEB8B00FEF2A57D9EA3A7ACCB90 /* UMModuleRegistryHolderReactModule.m */, - E0AA6C6BEE67B4F2D580258481D6F536 /* UMViewManagerAdapterClassesRegistry.h */, - 7A354B4881B7952BE766F10F894371F0 /* UMViewManagerAdapterClassesRegistry.m */, - ); - name = UMModuleRegistryAdapter; - path = UMReactNativeAdapter/UMModuleRegistryAdapter; - sourceTree = ""; - }; - B9C337BED5CFB0AC6E2F059776DF757D /* Pod */ = { - isa = PBXGroup; - children = ( - 019FFFBBF8BF3CB4220CF08257DA36F1 /* UMBarCodeScannerInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - BA02BEE26FC73116DC4DAEA22DC4D59E /* RefreshControl */ = { - isa = PBXGroup; - children = ( - B215F19F866ABC96CE13417B43CD18F8 /* RCTRefreshableProtocol.h */, - 487622FF9F98AD8A55A21CED6538E68F /* RCTRefreshControl.h */, - EC6DADC1E9560F75280889A0B2B3D8F1 /* RCTRefreshControl.m */, - E97FD4D6B95EB74DCE303680BC647B92 /* RCTRefreshControlManager.h */, - A62EBA3CF3C5C5609938AC5C96B7673F /* RCTRefreshControlManager.m */, - ); - name = RefreshControl; - path = RefreshControl; - sourceTree = ""; - }; - BA1CB69F5654A508CD27FE195D60069F /* decode */ = { - isa = PBXGroup; - children = ( - ); - name = decode; - sourceTree = ""; - }; - BA765879311A51D46557EE60134550F4 /* Support Files */ = { - isa = PBXGroup; - children = ( - 2592F04BE51A52CD3D7A8999BDF5C719 /* EXPermissions-dummy.m */, - 3BDE2818110AA14FF57D5E26EA0A2839 /* EXPermissions-prefix.pch */, - 23158F53650B4E4BAB266F6EB433D2AF /* EXPermissions.debug.xcconfig */, - 71F85104E15DF327B11C6C8453AF51AA /* EXPermissions.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXPermissions"; - sourceTree = ""; - }; - BAAB8AFB522A7584358516A59CB3D59E /* React-RCTText */ = { - isa = PBXGroup; - children = ( - AEE04C59A4EE11BEA24A614B481678E9 /* RCTConvert+Text.m */, - C0DC6FC0CDC9DC9BF80FB9318C9D715D /* RCTTextAttributes.m */, - 9E3B36B4CEC3CC5A23634E5BE76D36C1 /* BaseText */, - 1A801D8EAB6F55CDFD2DACA124E77719 /* Pod */, - C383AC72F7C50881A0EE7B3E7B3E66ED /* RawText */, - 0D232830BFD4C627570CFE486935D880 /* Support Files */, - 3B39636971E39D44323205483A207F74 /* Text */, - 0F664FC5F130F6AE195CD9E4682724D5 /* TextInput */, - BE01B91EAB3A9FD4A1C9BF9C6E88F808 /* VirtualText */, - ); - name = "React-RCTText"; - path = "../../node_modules/react-native/Libraries/Text"; - sourceTree = ""; - }; - BB846D37E3E39A107784AE4916C90719 /* Pod */ = { - isa = PBXGroup; - children = ( - E37F856CFA9CFDC0E7D1635DA07D82F3 /* React-cxxreact.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - BBEEE83486DFFF10525040A320EBEA75 /* Tools */ = { - isa = PBXGroup; - children = ( - D3CD9CFBFD73D6EDE3EABC95D8E6058D /* BSG_KSArchSpecific.h */, - A00FB85FFDA8E7FCA6C77FE41A6CD301 /* BSG_KSBacktrace.c */, - 36F81887E905A3D8EC5309FFAC152F74 /* BSG_KSBacktrace.h */, - 1ADE54B145F1A2D59609B2485CB69A35 /* BSG_KSBacktrace_Private.h */, - BE62E00AF68D114019A8363B3D9312ED /* BSG_KSCrashCallCompletion.h */, - 762B6808AE03BB3DB53A7CBD873D57D8 /* BSG_KSCrashCallCompletion.m */, - D8664ECAECF7CD24B05966ED09256805 /* BSG_KSDynamicLinker.c */, - 738956F9CC1E2B45686DC90A55AD3395 /* BSG_KSDynamicLinker.h */, - BBE105E04EFB35760107A45C0187E62D /* BSG_KSFileUtils.c */, - 623DD6503BAE66F28A2A9BA45F2DD460 /* BSG_KSFileUtils.h */, - 634D8381D380EFBD2BF33C8D09A996AC /* BSG_KSJSONCodec.c */, - B6D6762D4F47EAE3B6DB809AD00D3640 /* BSG_KSJSONCodec.h */, - 0A8169E6187E1D0EF61BC2DAD30E23D4 /* BSG_KSJSONCodecObjC.h */, - 2E6A243016A588197881C7C4F2254BD1 /* BSG_KSJSONCodecObjC.m */, - D8CED9C46CFAA843DA8B96EE65EBF6A4 /* BSG_KSLogger.h */, - C8B7FC5B83398550068B791D5B65E13A /* BSG_KSLogger.m */, - 8740C14F2F57CC07111098E122241CE2 /* BSG_KSMach.c */, - D59C67DF8D547C81FC16BA20B3CBC2C6 /* BSG_KSMach.h */, - 637F0282EF4B860AC8CC5FBE21556C5E /* BSG_KSMach_Arm.c */, - DA30428E97DA023F80743B8F36FA4BD4 /* BSG_KSMach_Arm64.c */, - FDE6D57DF32434292A79560DF32CF5AF /* BSG_KSMach_x86_32.c */, - E0D71E2AEBE9BC83CDCC013D9129718F /* BSG_KSMach_x86_64.c */, - 3215807BEEB9DAD7B0474676654BD1F8 /* BSG_KSMachApple.h */, - CBE5BE860880C234182E9D2CAA5ACA7F /* BSG_KSMachHeaders.h */, - 398652AE3510AD39E9B13C519F21E03E /* BSG_KSMachHeaders.m */, - 4DD994C90A22CA9E9B844778FC3A8DFA /* BSG_KSObjC.c */, - 0BE178371059198CA42CA56038C97FDF /* BSG_KSObjC.h */, - 33AD8CA21997BA6DB1362546F8E05C70 /* BSG_KSObjCApple.h */, - 1B58221E4BDEE2CD688E8C71D07A7A9F /* BSG_KSSignalInfo.c */, - 2C311035BC5AD6A47705E092A3BCC09B /* BSG_KSSignalInfo.h */, - 1DAE871E3DA36D4C414B179ADD639775 /* BSG_KSSingleton.h */, - 6A3EE91EA9AB6487CF3EEBE36B5921EB /* BSG_KSString.c */, - B3715D5F7F6AED006E5A39655C79B76E /* BSG_KSString.h */, - 5EEFCDB3BF00A6E93C5EF3F762A1E08D /* BSG_KSSysCtl.c */, - 884D1A09F4C6002EADB52B380FE5BCDA /* BSG_KSSysCtl.h */, - F99A2A0EFB2F546CA443915DDB1BB9EE /* BSG_RFC3339DateTool.h */, - E47D88210895FAD3A56E40908CE93EDE /* BSG_RFC3339DateTool.m */, - 86C1C14517FBA07F134EE5555A451986 /* NSError+BSG_SimpleConstructor.h */, - 5BD60927A7F2CA0FD74E3B881B600B96 /* NSError+BSG_SimpleConstructor.m */, - ); - name = Tools; - path = Tools; - sourceTree = ""; - }; - BBF0671175F1BB1461350EDEC9423308 /* Support Files */ = { - isa = PBXGroup; - children = ( - 64551827F92C538AA59F59DB71B3755D /* React-Core.modulemap */, - 33C454A3AFD35DE32F8873131926DB6D /* React-Core-dummy.m */, - 323919D78CE31EE962140DDD0A0695CE /* React-Core-prefix.pch */, - 23F1D34BD9B558857CC903DD828A4FE9 /* React-Core-umbrella.h */, - 462B8FB3666CB1ED940C4ACDDFB78B22 /* React-Core.debug.xcconfig */, - 69756D135CF3349CECC446A348F509C3 /* React-Core.release.xcconfig */, - 7EF020E3BE97E5ACF8C92C060DE73764 /* ResourceBundle-AccessibilityResources-React-Core-Info.plist */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/React-Core"; - sourceTree = ""; - }; - BCE5037D3EF2125216D3B4184661A098 /* Firebase */ = { - isa = PBXGroup; - children = ( - 9BD18B1E960486B6AF64669BF9B3C53D /* CoreOnly */, - CCE94BB4D16F1326DECFF36A38117499 /* Support Files */, - ); - name = Firebase; - path = Firebase; - sourceTree = ""; - }; - BD1C0FB8E4063D1309D5CE2E4FF088A9 /* GoogleAppMeasurement */ = { - isa = PBXGroup; - children = ( - 486913F8B8157B7E869F66E08FCCD77A /* Frameworks */, - 2D2E77B20873856B040ECEBDB9109809 /* Support Files */, - ); - name = GoogleAppMeasurement; - path = GoogleAppMeasurement; - sourceTree = ""; - }; - BD8C3A2ED57BE115DFFE71F91C230B7A /* DevSupport */ = { - isa = PBXGroup; - children = ( - 5D3D955737507B5922B7917EC12F3576 /* RCTDevLoadingViewProtocol.h */, - 40F2E3C20721BF730F69B4018B2B081C /* RCTDevLoadingViewSetEnabled.h */, - 50DD40F93DD019D32EEDFFCED925F6E3 /* RCTDevLoadingViewSetEnabled.m */, - 843B46FA75E6DEE46B686B51EDC800E1 /* RCTInspectorDevServerHelper.h */, - 1CC245ECD79B4EE60968BC212BFEC0A7 /* RCTInspectorDevServerHelper.mm */, - BD9E036A3E01F874F629F485D741DDC2 /* RCTPackagerClient.h */, - 2AF6A2B0D0637BBF1F01FF852EB91CB5 /* RCTPackagerClient.m */, - 755670D96B718C5C37FFF1D692FCD002 /* RCTPackagerConnection.h */, - B9C80626BE820D0E016F060FDFB812DA /* RCTPackagerConnection.mm */, - ); - name = DevSupport; - path = React/DevSupport; - sourceTree = ""; - }; - BE0116A723CC7648F495CFB77F4A2C6E /* RCTBlobHeaders */ = { - isa = PBXGroup; - children = ( - 37FE39961D39F1D6D9D6208DEAF0FB05 /* RCTBlobManager.h */, - F5919FFDB76878199818BE35674B13D3 /* RCTFileReaderModule.h */, - ); - name = RCTBlobHeaders; - sourceTree = ""; - }; - BE01B91EAB3A9FD4A1C9BF9C6E88F808 /* VirtualText */ = { - isa = PBXGroup; - children = ( - 64508D687A3BA8FA511B6DFB3862F708 /* RCTVirtualTextShadowView.m */, - 5D0C3512E08680244C1FD7A13C673CBB /* RCTVirtualTextViewManager.m */, - ); - name = VirtualText; - path = VirtualText; - sourceTree = ""; - }; - BF576321700D7601E817441F0981EFC4 /* CppBridge */ = { - isa = PBXGroup; - children = ( - ); - name = CppBridge; - sourceTree = ""; - }; - BF81CEE880028ED36B31A34129DB976D /* Support Files */ = { - isa = PBXGroup; - children = ( - E159762701812846BF3F808A7E577825 /* RNConfigReader-dummy.m */, - E43DBA2E5405EA3827B5CE77E2B7F522 /* RNConfigReader-prefix.pch */, - DD8069EF15FA3E2332D66229065F935B /* RNConfigReader.debug.xcconfig */, - AB036A82F46A9310AAE2DDA867C9B66A /* RNConfigReader.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNConfigReader"; - sourceTree = ""; - }; - BF8752E876792F8B8ADF429700588CF5 /* UMSensorsInterface */ = { - isa = PBXGroup; - children = ( - 39E8EBF396AFBEE05705061BFEDC0031 /* UMAccelerometerInterface.h */, - CA3ED29CC4624D69A1C3222DCDF1D042 /* UMBarometerInterface.h */, - 794282521CF094D7E99A8B5BF4261430 /* UMDeviceMotionInterface.h */, - 56A04683C53C1D8CBDBD74E7D22F319E /* UMGyroscopeInterface.h */, - E0770BD4F5009A47D8421CDE7D6771AA /* UMMagnetometerInterface.h */, - 12E259AD5FF218CB89EA5C3214F0E620 /* UMMagnetometerUncalibratedInterface.h */, - FB11F823E2FA12E802C71DBAF9DED4C1 /* Pod */, - 07AB152643FD2A305E9B8F1A70903808 /* Support Files */, - ); - name = UMSensorsInterface; - path = "../../node_modules/unimodules-sensors-interface/ios"; - sourceTree = ""; - }; - BF8A97BAAA7663DF4E76D0C8B6328C00 /* UMFontInterface */ = { - isa = PBXGroup; - children = ( - 445E3C1D00BADA46D7C082060E1B68E9 /* UMFontManagerInterface.h */, - 36450395A5D1B249F9D96CC4855A6121 /* UMFontProcessorInterface.h */, - E6DE548C5795D7D033313CD81C742686 /* UMFontScalerInterface.h */, - 6D2C1C21002BA837785B9B04ECFE2547 /* UMFontScalersManagerInterface.h */, - D039945331056959294F07A55A7BC610 /* Pod */, - 8A466889544B8ACF39B6B81B9ADF0614 /* Support Files */, - ); - name = UMFontInterface; - path = "../../node_modules/unimodules-font-interface/ios"; - sourceTree = ""; - }; - C0A2AF6E680D297EE96E076FCC1617D0 /* Pod */ = { - isa = PBXGroup; - children = ( - FF9AAF6D0934571333C0F124E2D69D95 /* React-Core.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - C0C469C529005F2C459CCB49EA851555 /* react-native-jitsi-meet */ = { - isa = PBXGroup; - children = ( - 92CE6B22333344A59DBED27D884391B9 /* RNJitsiMeetView.h */, - 3E791654DF357AA30639DF29BA9E6C02 /* RNJitsiMeetView.m */, - 465D7CA200A32C6CD6A83E484F9F35CB /* RNJitsiMeetViewManager.h */, - 834FE376D5961278B9856E2ECAFC5A59 /* RNJitsiMeetViewManager.m */, - 5F45F366F29BBEE444C99A97B9DCD8A0 /* Pod */, - 0B3D0C82043740C2455327CE23EEA5A9 /* Support Files */, - ); - name = "react-native-jitsi-meet"; - path = "../../node_modules/react-native-jitsi-meet"; - sourceTree = ""; - }; - C10511B76C6024D17345FEDB9A80DC97 /* Default */ = { - isa = PBXGroup; - children = ( - 02610624286909BD68B5A0C8D8F06CF2 /* Base */, - 5CFFEDC0EECDA542C8A730D1D2BB4951 /* CxxBridge */, - 45B28EAF4958AB10A47777491F83317C /* CxxModule */, - 127C36B8DBC30F741B35394EBA27B4A5 /* CxxUtils */, - E15B3D7F5AF173E33EB688949098B06D /* Modules */, - 023E77559281DF72A3705D48103A6C15 /* Profiler */, - 9E09371AA32EDA8B8314B577B4C39F4A /* UIUtils */, - 5AAC3B0FBE00DE38AB0B69DD07DB0AAF /* Views */, - ); - name = Default; - sourceTree = ""; - }; - C1262F2DF7F865D64C125219B0E759EE /* Pod */ = { - isa = PBXGroup; - children = ( - 7240364BB7ECA752079255E9550DC1B0 /* LICENSE */, - B1DBB3A2BF66FD615F87F6F75014597F /* README.md */, - 42C812F0EC457BBCC710183ACA902E2B /* rn-extensions-share.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - C1971291091AEC75FBD027D93CA039E0 /* RNGestureHandler */ = { - isa = PBXGroup; - children = ( - 749A9FD28E9D0E2E26FEFA3CB6C51742 /* RNGestureHandler.h */, - 6E75ABAC0882DCD520D4F96FBF2E6CCD /* RNGestureHandler.m */, - 259C77DD77133162CCFBC4939740DD70 /* RNGestureHandlerButton.h */, - 95C358C9E476857268060EBFFD426C86 /* RNGestureHandlerButton.m */, - E97D1C5E641482AFA9E8EB43BCD89F42 /* RNGestureHandlerDirection.h */, - 3556DEBA2EBC4C3EE0445AED4AE8BC03 /* RNGestureHandlerEvents.h */, - 8D6C03D18BE071F1EF86BEB182F7B77D /* RNGestureHandlerEvents.m */, - FB3A0F719A601D38C1750976D56549FA /* RNGestureHandlerManager.h */, - 54DAED1377BC7DF3437600D21DDDADA7 /* RNGestureHandlerManager.m */, - 0234571FBEC2AE4DBC5FF6954D32883E /* RNGestureHandlerModule.h */, - 6387118BA7155E190D0D9376A3C404E5 /* RNGestureHandlerModule.m */, - 4954227A71F698BB21BD990255A9F4B9 /* RNGestureHandlerRegistry.h */, - 6DDDD8A213730C50FA95B65AE6FE799B /* RNGestureHandlerRegistry.m */, - 61F11632E72B25B3516BC811DD54A678 /* RNGestureHandlerState.h */, - 55C7992DB4AA88A624471349E7760F15 /* RNRootViewGestureRecognizer.h */, - 808A2C44E8C728F60CEAF5F44BA8D3AD /* RNRootViewGestureRecognizer.m */, - 9F834C164C04BCF87F5D33EA7FAFFE93 /* Handlers */, - 5CDB235B820F2A524F708A7AD3CB3415 /* Pod */, - A8A5DAB62F3D9C2E0E16861164968882 /* Support Files */, - ); - name = RNGestureHandler; - path = "../../node_modules/react-native-gesture-handler"; - sourceTree = ""; - }; - C282450C781C9F27CBD9F6A043D441B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3795F8CED3E2AEFFB670BBEFEE27890C /* rn-extensions-share-dummy.m */, - 1BEB6AED1C6DE03A1098551CCF034A2B /* rn-extensions-share-prefix.pch */, - EC219E2FACBE9683563E1C58A5DB61C3 /* rn-extensions-share.debug.xcconfig */, - ACB28382ECA9B6D4C49AFD8F967D97C9 /* rn-extensions-share.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/rn-extensions-share"; - sourceTree = ""; - }; - C3202A4F43A72096272485DEDACD1C73 /* RNImageCropPicker */ = { - isa = PBXGroup; - children = ( - D92E3F1C18F6D1D5D7C60D21F9329D57 /* Compression.h */, - 2D57A7F33188FACAFEA84892268B51DE /* Compression.m */, - 466BF29D9F521303A8545153C13A244C /* ImageCropPicker.h */, - DE38D84F9D80B2B450E8CE964B06EE98 /* ImageCropPicker.m */, - B8EA8D96E4377DED7E1F19B93FF39B76 /* UIImage+Extension.h */, - EAA0E0E22ACDF382515BC02C72F4C180 /* UIImage+Extension.m */, - 5FDDCD38E8380B7FDE59DBB4430D3607 /* UIImage+Resize.h */, - EABBACC64894D7DA547D485CE34126D7 /* UIImage+Resize.m */, - 9CB8FCBB435638FCBE3ED72EFD0185C4 /* Pod */, - F39194181F59B7CA5043B04A440A4A63 /* QBImagePickerController */, - 7A70F9FFB47D97AAE0398D6F01419F8F /* Support Files */, - ); - name = RNImageCropPicker; - path = "../../node_modules/react-native-image-crop-picker"; - sourceTree = ""; - }; - C331A2D77E3CB26A21B6CE6AFFD2BADE /* Support Files */ = { - isa = PBXGroup; - children = ( - 34827D4C0C7CF07657C2BBF54B17EB3B /* FBReactNativeSpec-dummy.m */, - 5B73AF8CD35DE15AD9E3F3C1C1E3343A /* FBReactNativeSpec-prefix.pch */, - 015DFD5E684CF8AD29A4C7EDE514B9DA /* FBReactNativeSpec.debug.xcconfig */, - A69BBD8D595A78FF5464133B3122ECA8 /* FBReactNativeSpec.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/FBReactNativeSpec"; - sourceTree = ""; - }; - C36F255690C51D3414769C0F0630BF50 /* KeyCommands */ = { - isa = PBXGroup; - children = ( - 8E466C2568DC808D7F8F2783DE4D2AB0 /* RCTKeyCommandConstants.h */, - 73F8144DCB6BD6FCDCF1EE7F69F05523 /* RCTKeyCommandConstants.m */, - 63CE2E0A0F90E4C0CC5D60BC261EE638 /* RCTKeyCommandsManager.h */, - 37FBB622E77ADCEE64B6FC545BE6A914 /* RCTKeyCommandsManager.m */, - CFF94D38B45661C6BC8BDFFBD09A9C6C /* Pod */, - CDF64A82FD1D2F2F2D71AD0EB29DB791 /* Support Files */, - ); - name = KeyCommands; - path = "../../node_modules/react-native-keycommands"; - sourceTree = ""; - }; - C383AC72F7C50881A0EE7B3E7B3E66ED /* RawText */ = { - isa = PBXGroup; - children = ( - 077E46030B22F06DEE87D28DAD524014 /* RCTRawTextShadowView.m */, - 3F9804B21E23B4F1FF703BAA131548B0 /* RCTRawTextViewManager.m */, - ); - name = RawText; - path = RawText; - sourceTree = ""; - }; - C475A8231F834009346640DFF03E0628 /* Support Files */ = { - isa = PBXGroup; - children = ( - 78E61F6F41AF9506D619EC8762A5957B /* FirebaseAnalytics.debug.xcconfig */, - 57D665E0B76742C9DEEF2CDF4AF2140A /* FirebaseAnalytics.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FirebaseAnalytics"; - sourceTree = ""; - }; - C4B5E8799A523EAADE7519DAFD09C8B5 /* Pod */ = { - isa = PBXGroup; - children = ( - 2E037EA85D774E9462CF2AA1308D201C /* UMImageLoaderInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - C4DB67D74F8045C5D603A9E59886AB56 /* Support Files */ = { - isa = PBXGroup; - children = ( - 1FD64C9F6F1D5513F497F91D41E1A7CC /* UMTaskManagerInterface.debug.xcconfig */, - D4A947E4DB9056EBA486B2A60BBE4286 /* UMTaskManagerInterface.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMTaskManagerInterface"; - sourceTree = ""; - }; - C58F5C7EA45D2ECAAE8E4CF33236E2C8 /* Support Files */ = { - isa = PBXGroup; - children = ( - 12E92A8A000E007A7CE98D9A98B4CECB /* React-RCTImage-dummy.m */, - 8EF0A088348F23E35AC63451A977811E /* React-RCTImage-prefix.pch */, - 39D2B180D3871C68DFB40D8B41F08497 /* React-RCTImage.debug.xcconfig */, - 945FFD7633B336A4C9E8ABE7D59193F8 /* React-RCTImage.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTImage"; - sourceTree = ""; - }; - C5C0D39D442EB6D6CAC373303E145B02 /* React-RCTLinking */ = { - isa = PBXGroup; - children = ( - EEE83844D0186F126C5698814953E76F /* RCTLinkingManager.mm */, - 2F2532A0427E27656D591A17373D8947 /* RCTLinkingPlugins.mm */, - 9D36F916D79AE7DE87BC17A9CB4B7672 /* Pod */, - 4533DB34F36F28B124AA3466BBCC78B2 /* Support Files */, - ); - name = "React-RCTLinking"; - path = "../../node_modules/react-native/Libraries/LinkingIOS"; - 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 = ""; - }; - C7B4CC00B1231582DFF2F39271AEF24E /* keyboardinput */ = { - isa = PBXGroup; - children = ( - E323853FCC5E345AAC17FBEE4F51E923 /* lninterpolation */, - DF3CA9714DA648F9406EF66F09EBEF8A /* rctcustomInputcontroller */, - ); - name = keyboardinput; - path = ios/reactnativeuilib/keyboardinput; - sourceTree = ""; - }; - C9B0F4AA91AE7EEA377E91CFD7FB6E05 /* Sentry */ = { - isa = PBXGroup; - children = ( - FC220B6E38C914562BCAEED83DE32B2E /* BSG_KSCrashSentry.c */, - 72C2303716E7E544157684BD0531182D /* BSG_KSCrashSentry.h */, - DF7046EC071537E6C0BF1D5B6F483F01 /* BSG_KSCrashSentry_CPPException.h */, - AC454F94B6FC7F49F4E13C2A03DD7543 /* BSG_KSCrashSentry_CPPException.mm */, - C6E81B3C38A90FE2F7DE20D2B42A47E5 /* BSG_KSCrashSentry_MachException.c */, - 2DCCBE64785A3CF277AC5F284223DC81 /* BSG_KSCrashSentry_MachException.h */, - C77A9238355B60A38400CFC72757F592 /* BSG_KSCrashSentry_NSException.h */, - BD3AA8B9FD7BC13E46F6041D7AD28193 /* BSG_KSCrashSentry_NSException.m */, - B16A958D434B31B80BB5D2F6C890DF50 /* BSG_KSCrashSentry_Private.h */, - 757267653E55024B5266B83A1DD4F89B /* BSG_KSCrashSentry_Signal.c */, - 3544DB3DF43ED36401A558A26AF2ADAC /* BSG_KSCrashSentry_Signal.h */, - 1F55396481B6575A067BE7618B16F638 /* BSG_KSCrashSentry_User.c */, - 45805F101F28EE5187E23390F4A73270 /* BSG_KSCrashSentry_User.h */, - ); - name = Sentry; - path = Sentry; - sourceTree = ""; - }; - C9D30FD4C634E582AB42DDA6BD8EF77C /* FlipperKitUserDefaultsPlugin */ = { - isa = PBXGroup; - children = ( - F69CB8D9F93323555C90E0798AC08B12 /* FKUserDefaultsPlugin.h */, - FDC7809D555832AB692501FAAA442E34 /* FKUserDefaultsPlugin.m */, - 8491C97850AEF0F64B1A320FA8E57D08 /* FKUserDefaultsSwizzleUtility.h */, - 480D20C840F348F49EFC2259B1B36543 /* FKUserDefaultsSwizzleUtility.m */, - ); - name = FlipperKitUserDefaultsPlugin; - sourceTree = ""; - }; - CA423CB8AE689711D4014E275B6C1331 /* Inspector */ = { - isa = PBXGroup; - children = ( - 0914B3DEC39A12CDEC23F777635D025E /* RCTInspector.h */, - 2426BDB7A3F379DFA15DC95E543FC87E /* RCTInspector.mm */, - D664F7E060F2D1C89F9CD2B8BF4F5420 /* RCTInspectorPackagerConnection.h */, - 686F4DB945E8AEBAF3A599E7647A7366 /* RCTInspectorPackagerConnection.m */, - ); - name = Inspector; - path = React/Inspector; - sourceTree = ""; - }; - CAD5C7253B695C12A77BCD98FCBAD04D /* Flipper */ = { - isa = PBXGroup; - children = ( - 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 = Flipper; - path = Flipper; - sourceTree = ""; - }; - CC8349D862ECA75113CA11AFED57F88B /* Singleline */ = { - isa = PBXGroup; - children = ( - 5227A7283B06207612E46D8A5F9D9230 /* RCTSinglelineTextInputView.h */, - 4E410952AD981E69BCE4EFA790ABCC28 /* RCTSinglelineTextInputViewManager.h */, - 17489A762F6EE7DC4362488A3DFD32BC /* RCTUITextField.h */, - ); - name = Singleline; - path = Singleline; - sourceTree = ""; - }; - CCE94BB4D16F1326DECFF36A38117499 /* Support Files */ = { - isa = PBXGroup; - children = ( - 850F4C22D89650FC2FA270C103A9EA59 /* Firebase.debug.xcconfig */, - C74F1403727AB3EC02EA01887CFA5016 /* Firebase.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Firebase"; - sourceTree = ""; - }; - CDF64A82FD1D2F2F2D71AD0EB29DB791 /* Support Files */ = { - isa = PBXGroup; - children = ( - 60A1FDF90321FB37CFA567B0C4D8E1DE /* KeyCommands-dummy.m */, - 17B9D16401236CC4F2E438311F52D637 /* KeyCommands-prefix.pch */, - 25C38D3F5CE0F89E57DB30DDC790CEBB /* KeyCommands.debug.xcconfig */, - 752B14194E6FB7F6BB40E18FE5F86A5E /* KeyCommands.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/KeyCommands"; - sourceTree = ""; - }; - CEA88E9D41FA560291B2C9B8F7083CD3 /* Flipper-PeerTalk */ = { - isa = PBXGroup; - children = ( - 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"; + path = "../Target Support Files/MMKVCore"; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - DE2D5FB78F5157D8A7FA5EBC7E4AC96E /* Development Pods */, + ADEC0050F97105892AA8D8390581E3E1 /* Development Pods */, D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, - A9DD666B873A0F1D8085C574530F8316 /* Pods */, - 80CC743D0D53C331DCCBC0FC3396FEF7 /* Products */, + F3FB64984A70B6A2BCAEA593DE7C75F3 /* Pods */, + CB8E83D3FA95DB4A19488DAC0D7F1500 /* Products */, 57C9E2EC2DF45CDE277B0C080BA1D71E /* Targets Support Files */, ); sourceTree = ""; }; - CF559F532D7188C30FA9BC213DC9320A /* Support Files */ = { + CF2613AF96866D659EB8EEAEA2FBBD35 /* RNDateTimePicker */ = { isa = PBXGroup; children = ( - DD7B8AF7042DBF661ABA479A1D8A8157 /* EXAppleAuthentication-dummy.m */, - DCD86C5BA59E667A6A2761750E485595 /* EXAppleAuthentication-prefix.pch */, - 788CC0E370887A3B71DD1C573EF30B1F /* EXAppleAuthentication.debug.xcconfig */, - 5140968AE7F7AC8F968635ADB5AB5E17 /* EXAppleAuthentication.release.xcconfig */, + 5A8A5D9F99449DABF49707AE629CE60F /* RNDateTimePicker.h */, + 78FC2C807A685341E33B2B3A0BD5B407 /* RNDateTimePicker.m */, + 3541500EF617C4CC4CC777414A8338EF /* RNDateTimePickerManager.h */, + B2EEEFB7F285C1B78A52367785120A68 /* RNDateTimePickerManager.m */, + D58700DE5E608050B8EBAFAF48415AEB /* Pod */, + 844044527C83B59DAAF5B59F39F3F7B5 /* Support Files */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXAppleAuthentication"; + name = RNDateTimePicker; + path = "../../node_modules/@react-native-community/datetimepicker"; sourceTree = ""; }; - CFC52B3ABCDCF627AA92418305D7F3FA /* FirebaseAnalytics */ = { + D00C095F192FD45A558BB7532451FBD8 /* Frameworks */ = { isa = PBXGroup; children = ( - 31B69FBEBF42401877656B063420CC9E /* Frameworks */, - C475A8231F834009346640DFF03E0628 /* Support Files */, + DA3738B741EE36D60FC21428BA1A7B1E /* libevent.a */, + 75FECA8EAA0727E09BB5B229E6D75FD7 /* libevent_core.a */, + 29C9AE67105A353FA01ACDB5EB32E95D /* libevent_extra.a */, + 6D146ABB34EF274C3BD4BB21EAE3FE5F /* libevent_pthreads.a */, ); - name = FirebaseAnalytics; - path = FirebaseAnalytics; + name = Frameworks; sourceTree = ""; }; - CFF94D38B45661C6BC8BDFFBD09A9C6C /* Pod */ = { + D0592767FB49BE09D97D11246EC7A599 /* Pod */ = { isa = PBXGroup; children = ( - 7D0BA60BB0232FA3D6A3F4FB7D50349D /* KeyCommands.podspec */, - 5B788A4E26FE797E719C461C5CCD5707 /* README.md */, + 9702BC9B7780C4AF9C60B429E4FC832F /* LICENSE */, + DDEA6F0E9133347DB9B66EC2D4E9DCCA /* README.md */, + 5A0D1530B7FE8E258701D9278DB2A668 /* RNScreens.podspec */, ); name = Pod; sourceTree = ""; }; - D00EAB29856B7E337AE81BBC46DFBD20 /* Pod */ = { + D077970F4EF8F0014544695C967AE6DF /* Support Files */ = { isa = PBXGroup; children = ( - 0E9144965EAFE2D5D745FCA70C7D8709 /* React-jsinspector.podspec */, + B4D124FB5FF82B119EEDB15A7CD4FB56 /* RNFBAnalytics-dummy.m */, + 7D764993665637809BAA618B676D7A1E /* RNFBAnalytics-prefix.pch */, + 12A6AE30293D7965D2F848ECC7CFB2BF /* RNFBAnalytics.debug.xcconfig */, + AB8B1613B9F8174C252C8F52DDC40226 /* RNFBAnalytics.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNFBAnalytics"; + sourceTree = ""; + }; + D0E722C3D7B7C070D8DB9F41870FF8A1 /* Pod */ = { + isa = PBXGroup; + children = ( + 82D5F39250F7E5A96ED252F5FBFD88CD /* EXLocalAuthentication.podspec */, ); name = Pod; sourceTree = ""; }; - D039945331056959294F07A55A7BC610 /* Pod */ = { + D14AC80A497F4A1869C29E45D5F0F228 /* Support Files */ = { isa = PBXGroup; children = ( - 0198729FAA3EF03ED09EF54C85CEFE1A /* UMFontInterface.podspec */, + C56400F063ABC94E9D3AFF87559E7538 /* DoubleConversion-dummy.m */, + DFB2F94880241C132AF680442BF031BE /* DoubleConversion-prefix.pch */, + 4AFC4E9BC1B3C16D3870490963FDB11B /* DoubleConversion.debug.xcconfig */, + C1F9043EC48EA159C734534F3D888B52 /* DoubleConversion.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DoubleConversion"; + sourceTree = ""; + }; + D1AEAB12153A2EAFAF1F4FC653F8455E /* EXAppleAuthentication */ = { + isa = PBXGroup; + children = ( + 0FBA0EB8C949328C4AF243ED3F49E4C2 /* EXAppleAuthentication.h */, + 32CADEE278ABE35DB224CFC3D9842D19 /* EXAppleAuthentication.m */, + 66E373854F946B684A944FDAB22BDF19 /* EXAppleAuthenticationButton.h */, + 7F4626410402C840BAA486A97029105D /* EXAppleAuthenticationButton.m */, + 1ABD0791E50594A6D92E03BC8E3A1DCB /* EXAppleAuthenticationButtonViewManagers.m */, + D586887D0900992E98AB4FB234C34796 /* EXAppleAuthenticationMappings.h */, + EDCD4AE64BC3FC647793F136F829E995 /* EXAppleAuthenticationMappings.m */, + 2A3FDC18D50C1DA25DA591B3035B6BAC /* EXAppleAuthenticationRequest.h */, + 1ED7176ABF4D4737A45690C68E1FFE4D /* EXAppleAuthenticationRequest.m */, + 5D2928FD0F04D9D9913E5F2B8E8BAEBC /* Pod */, + 4F82B6185B3664F5E5CEABB4514DBC35 /* Support Files */, + ); + name = EXAppleAuthentication; + path = "../../node_modules/expo-apple-authentication/ios"; + sourceTree = ""; + }; + D21C8C37E555B1368744158B036B854F /* Pod */ = { + isa = PBXGroup; + children = ( + DA3246BD748701D6A5DA49618726812D /* UMConstantsInterface.podspec */, ); name = Pod; sourceTree = ""; }; - D0EF4CD44AF90FB65483EF47E56C2DE6 /* Pod */ = { + D3F46425757207288961F4F495799CE7 /* Pod */ = { isa = PBXGroup; children = ( - 46DA35BA5044D25064C283A40429D597 /* LICENSE */, - 1A7F25E5A767829D4CED01C09F4C1943 /* README.md */, - FAB821B01BD1C2FA92D45FB59DD2F103 /* RNFastImage.podspec */, + 832B1B2C8665CB87C41B816DD011C1D2 /* LICENSE */, + EA8AA4027FE82B537FA5FEB2A97BAB6B /* README.md */, + 423B6268C48CC9C94A070C69373E59E7 /* rn-fetch-blob.podspec */, ); name = Pod; sourceTree = ""; }; - D158F999D9676D4AEA85111EC4AB2296 /* UMModuleRegistry */ = { + D4844DCBB78B5950C46EDCEE2A2C875F /* keyboardinput */ = { isa = PBXGroup; children = ( - A1BCEFC5838D146DC63AFB4DB936C6AE /* UMModuleRegistry.h */, - 283EF8F0F9B62D03752770F22CE530BA /* UMModuleRegistry.m */, - 24BC437A8DF6FE5B5E1CA23F82CDEDE7 /* UMModuleRegistryDelegate.h */, + FF75DA5692628DC1EC691CA99B42FC86 /* lninterpolation */, + A1DBEDF8F7830790E2AB698E98F168F8 /* rctcustomInputcontroller */, ); - name = UMModuleRegistry; - path = UMCore/UMModuleRegistry; + name = keyboardinput; + path = ios/reactnativeuilib/keyboardinput; sourceTree = ""; }; - D20C8A19DE40C5B2BF778202AF864BF1 /* Support Files */ = { + D49FF1DECFFBD6FE5E75D51055130F1B /* Pod */ = { isa = PBXGroup; children = ( - 83DD58D48264CB6CF04ACD1129661BEE /* RCTRequired.debug.xcconfig */, - 7A89E4A30B0E3CDA97DDDF57758BDC4E /* RCTRequired.release.xcconfig */, + 5D475E936FA4E4F660B74E50D2D27057 /* LICENSE */, + 386D25F47A9CFB982876AE7BCF06B921 /* react-native-cookies.podspec */, + B07ECDFA9074CAFA21B2F276DEA274A8 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + D540C2BDB7690C6DA9F39515F08C0C21 /* Support Files */ = { + isa = PBXGroup; + children = ( + C3DCC469C029594C5E4894E2ACE01466 /* Folly-dummy.m */, + 044FD0CCED9C37A3BCA2DEF2DC3CCF54 /* Folly-prefix.pch */, + 610C7C323C0A96D59013F15E875132BD /* Folly.debug.xcconfig */, + 1A41A55EC461EE7BD4FECFFAD6FC9A8B /* Folly.release.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/RCTRequired"; + path = "../Target Support Files/Folly"; sourceTree = ""; }; - D2108204D1FDBA162683B881306A9D97 /* Support Files */ = { + D58700DE5E608050B8EBAFAF48415AEB /* Pod */ = { isa = PBXGroup; children = ( - 734C8E4BC89C8F01BCC3E27668DC7881 /* UMConstantsInterface.debug.xcconfig */, - 0E96E97FF12DD5ADC6FD59F7A5CAC807 /* UMConstantsInterface.release.xcconfig */, + F3FCC23C8CFA46473EDCC0DD374257AC /* LICENSE.md */, + 910BEA0C7DE95C6FFEDA35F05B53C5EE /* README.md */, + 80D687892AC21944FDBA58667A36D583 /* RNDateTimePicker.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + D5AA4DD40E21DC400F20AC388CAA68D0 /* UMImageLoaderInterface */ = { + isa = PBXGroup; + children = ( + B6589BC3F0A7E143805027636455DDEA /* UMImageLoaderInterface.h */, + F3A0F8668C72AE56A791F15F444CAB88 /* Pod */, + 06B3B133AE13E4FB7BA22AB656042722 /* Support Files */, + ); + name = UMImageLoaderInterface; + path = "../../node_modules/unimodules-image-loader-interface/ios"; + sourceTree = ""; + }; + D6DB7ECC8BE41EC3E7CF052A1AAE8747 /* Support Files */ = { + isa = PBXGroup; + children = ( + F21C5DF9D8B9A04C0865DDB03FC4F574 /* react-native-netinfo-dummy.m */, + 9A496C8E1879BCF369E8276553B123DF /* react-native-netinfo-prefix.pch */, + 872499179D4B79D6E023B81836C82B94 /* react-native-netinfo.debug.xcconfig */, + EE8F19E369152C7A30E2EAFC3B3F0EB2 /* react-native-netinfo.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMConstantsInterface"; + path = "../../../ios/Pods/Target Support Files/react-native-netinfo"; sourceTree = ""; }; - D2C23997DC80E92D87B271B161EB4CD4 /* Support Files */ = { + D7FBB148027D1CCEE7C315F3274D197F /* Support Files */ = { isa = PBXGroup; children = ( - 5BF20AEE9629FF57E3DBA1374DF5158B /* FirebaseCore-dummy.m */, - 7FF8DD1DCDA181E030C480AED8B9ED86 /* FirebaseCore.debug.xcconfig */, - C88779A2E8E6676EA613CDA842052D05 /* FirebaseCore.release.xcconfig */, + 33CF116793A59A9C8FAEF19C5ADE68BD /* EXHaptics-dummy.m */, + 7D444DAF71A5ABAEA114065018A2BC88 /* EXHaptics-prefix.pch */, + 901DE87733A27C3FF25E2D06C45FB191 /* EXHaptics.debug.xcconfig */, + 659B44DBFD29C12FD93D417398632D65 /* EXHaptics.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/FirebaseCore"; + path = "../../../ios/Pods/Target Support Files/EXHaptics"; sourceTree = ""; }; - D3DC8121AC43A435B022BDA4E8D1D983 /* SurfaceHostingView */ = { + D86CFF96EA94717221644394AC8B40AC /* UMTaskManagerInterface */ = { isa = PBXGroup; children = ( - A55FFF19ADDE869F65C41B42ED697086 /* RCTSurfaceHostingProxyRootView.h */, - CB485F43E4B0FB7A2EE0A0B61E3DD06D /* RCTSurfaceHostingProxyRootView.mm */, - 664DBA7238B4A275646DC3DAEEB7420D /* RCTSurfaceHostingView.h */, - 63F5BFCA9261D26A7F3600475468D38D /* RCTSurfaceHostingView.mm */, - D834F04109B56714D495E6FC5BE70744 /* RCTSurfaceSizeMeasureMode.h */, - 9099BA62C121FAE46EF6B0E6A09A640B /* RCTSurfaceSizeMeasureMode.mm */, + 03AA6248F1AEAA966AB7BCFB60164D69 /* UMTaskConsumerInterface.h */, + 2CE77F6AFB2E4DB5C355245DA65BF0D0 /* UMTaskInterface.h */, + 20B9F1A5F95022D5FF544E7D1F588F4A /* UMTaskLaunchReason.h */, + DFF881C6F81943FBAA5B3F9A4B579C45 /* UMTaskManagerInterface.h */, + 0AC602B00DD41426509C244A29AA02BB /* UMTaskServiceInterface.h */, + 96D8FD23465FCBDA369B07F82B211FE7 /* Pod */, + 0D59C7B2C4B7BF32BF9AE1359FB80EB9 /* Support Files */, ); - name = SurfaceHostingView; - path = SurfaceHostingView; - sourceTree = ""; - }; - D5A3FE05E1D67FE35A153360EEBE4331 /* React-cxxreact */ = { - isa = PBXGroup; - children = ( - A122A6638C7DCAE92DD3D8A7B3A11FAE /* CxxModule.h */, - A2FD64877B73AF1FCE01E62915E88A51 /* CxxNativeModule.cpp */, - 268CE4350D3B4A4DF5951A88F1106DFB /* CxxNativeModule.h */, - C979A288B8251D060F281A31B7D9EE47 /* Instance.cpp */, - 064F4ECD56B31AB9F2268920C3A5A067 /* Instance.h */, - 6C4337E3BA2A195743B2AE06AB03FA0A /* JsArgumentHelpers.h */, - D971B7BAF45BCFEB7017C3AF6A8E4623 /* JsArgumentHelpers-inl.h */, - A2E28E35907E65D5E47FC72DBB2A41F1 /* JSBigString.cpp */, - 652B412EABF58998AF4FD2B847908CA8 /* JSBigString.h */, - 30A81D9844F12C6A6ECE1E6335718CF8 /* JSBundleType.cpp */, - 99FCCF17097AC3A53C7217A52A3705CE /* JSBundleType.h */, - 98E0C1854B63908FDE63860702C4E9E2 /* JSDeltaBundleClient.cpp */, - 13B15E76412BA289DADA87A4299F43F8 /* JSDeltaBundleClient.h */, - DB1C529992AF10BE152A307AB6767ED0 /* JSExecutor.cpp */, - C1ED8C7FDE03CC7DF66080B0FA3490EE /* JSExecutor.h */, - 7CEB650B83477F874D24F57F0C8164BC /* JSIndexedRAMBundle.cpp */, - 52A15AAFC4F7EA5E7CE720568FEEE56F /* JSIndexedRAMBundle.h */, - C98E38E179C02B604FFEC4B9C845F551 /* JSModulesUnbundle.h */, - 5445E9B80FBE9A892283E73F27C8DDE4 /* MessageQueueThread.h */, - 25C433C4BC01C844DC0B8B03C9C60A11 /* MethodCall.cpp */, - 0E49176541397E7E81025C8B4C92FB8A /* MethodCall.h */, - 395473F21F297CDA63A7CEF44F0B6EEE /* ModuleRegistry.cpp */, - C479C917194F0B17DD7E4E5DECBDB54B /* ModuleRegistry.h */, - ADC2CF3BE37DF8988471D943A33113C8 /* NativeModule.h */, - 9768D3AC6362E4EDBFA97D4BFE569439 /* NativeToJsBridge.cpp */, - 82E28BCEA0650F9525A7EAB3D088FB10 /* NativeToJsBridge.h */, - E817EBEA4BF20924B4F1B083B32C5585 /* RAMBundleRegistry.cpp */, - E467E2EC818E1F4A9CD8893CBC67AA3E /* RAMBundleRegistry.h */, - A3B1FB6EBEDC2668F935B6F13532FBBC /* ReactMarker.cpp */, - D630ED9CD40A69BE01717C93F4A97F18 /* ReactMarker.h */, - 261EBB9E97BC3ECE7CB2CD999E1EFDD5 /* ReactNativeVersion.h */, - 22A034D30D1C715F075E31C849072B3E /* RecoverableError.h */, - 945246CEFE5ACDCE05C0F08ED70CB3DC /* SharedProxyCxxModule.h */, - 2C98F850DDEBB33287F941D0C8953C39 /* SystraceSection.h */, - BB846D37E3E39A107784AE4916C90719 /* Pod */, - E25BAA45CD31275257F6CAC9D8DCBF9E /* Support Files */, - ); - name = "React-cxxreact"; - path = "../../node_modules/react-native/ReactCommon/cxxreact"; - sourceTree = ""; - }; - D860BED4C5666F8156F6160C43BBBB6F /* Services */ = { - isa = PBXGroup; - children = ( - 07DB3B01C62EAFB68B6FA1D683E3A2BF /* UMLogManager.h */, - AD8C703D6777CEC8E6E1667162D3E5EB /* UMLogManager.m */, - ); - name = Services; - path = UMCore/Services; + name = UMTaskManagerInterface; + path = "../../node_modules/unimodules-task-manager-interface/ios"; sourceTree = ""; }; D89477F20FB1DE18A04690586D7808C4 /* Frameworks */ = { @@ -19812,1330 +19605,1405 @@ name = Frameworks; sourceTree = ""; }; - D92D00A301DE6629D0C96D8506F7BE9A /* FirebaseInstallations */ = { + D8961147082B8C9AC326472BBD455474 /* Support Files */ = { isa = PBXGroup; children = ( - 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 = ""; - }; - DA6472EB0E4FD311DBD133A83AC1E3DF /* Support Files */ = { - isa = PBXGroup; - children = ( - 26D1240844CE0D6D41920C98D6CFB5EF /* EXFileSystem-dummy.m */, - 0C32C5B0B0C6FC07363CFDB633279B35 /* EXFileSystem-prefix.pch */, - B16F9C4D959BC6A3ABFDA91E26288020 /* EXFileSystem.debug.xcconfig */, - 6825B362F9EF0B5AB7ED3DD4E3102F37 /* EXFileSystem.release.xcconfig */, + AA9259C567DF55F8BD41D1C1F07E55FF /* react-native-background-timer-dummy.m */, + 3C17BA8AC10493E06740D66226BEBE20 /* react-native-background-timer-prefix.pch */, + B3EC0898520B19FFC8DAA14D066B2A02 /* react-native-background-timer.debug.xcconfig */, + 45BB28014CEF7FA11787E48C829BCD0C /* react-native-background-timer.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXFileSystem"; + path = "../../ios/Pods/Target Support Files/react-native-background-timer"; sourceTree = ""; }; - DAE711117E4F33A0F43D5568EF1627B5 /* Support Files */ = { + D90FD7F12548790C052BFF10479DED9F /* Yoga */ = { isa = PBXGroup; children = ( - 0FE76A5A15D1BAEFCBA2112B7F52633C /* MMKVCore-dummy.m */, - 2DDDF5C2CC19423D74352A73A11A5B55 /* MMKVCore-prefix.pch */, - 2AF33C91A990BF6287432F0FDE89720F /* MMKVCore.debug.xcconfig */, - 4E4EE11798B94DD9E5692E3D041A1693 /* MMKVCore.release.xcconfig */, + CA617F041B616ADA1843AD48969BCAFF /* BitUtils.h */, + 147281F613B2954C688E324258426ED9 /* CompactValue.h */, + 2D70641A62AE9A2BA2DFC9F1C305C515 /* log.cpp */, + 76B67B704940966281A631BCAF9710EB /* log.h */, + DE9DE87F7EB0ADE6080FB6AE7D027C0D /* Utils.cpp */, + 5EEBA8A7B8B8783445A3A27E09BF26F8 /* Utils.h */, + 704498D4EA33D3221D682BAFB6798A48 /* YGConfig.cpp */, + 9DFAB4BEBF85CD2B16CC1CE72CCB4461 /* YGConfig.h */, + 3727763F739987AA222D727B50CDA4B9 /* YGEnums.cpp */, + CB287ECCE29223BB404EC4606F10EBEF /* YGEnums.h */, + 652168C90B6B990ED4990C0E2EA8B732 /* YGFloatOptional.h */, + 3FA0F5850FC4858A72AFA87A40C94298 /* YGLayout.cpp */, + 7571F9A11426447893F61A7180736A9C /* YGLayout.h */, + 2A54F0115158B08F57DF13AC69F5ECAD /* YGMacros.h */, + A083CA2CC593160FAB841E5078DB5022 /* YGNode.cpp */, + 735DFE0C30A07056744135BDC3C24023 /* YGNode.h */, + 4271966B75CAFE41104D8E45126AC7C8 /* YGNodePrint.cpp */, + 39EACBAC7854709B8AABC9C08B0480A9 /* YGNodePrint.h */, + 9EAC21858C78B7809594AC558048A279 /* YGStyle.cpp */, + 1F415FE95A263B02503DE601CD1866FC /* YGStyle.h */, + B1800E53CEE26CD81EB06D0498361F19 /* YGValue.cpp */, + 6EACECED611852C62FE52103A8F56AAD /* YGValue.h */, + 2ECA0E9FDFFB792DB28797A5DD1DA987 /* Yoga.cpp */, + 8D762680AA679065C79C31ADF044CED5 /* Yoga.h */, + 73F41BD84043BBB568BF69AC65091293 /* Yoga-internal.h */, + F254C89D15433DB122610E0934325109 /* event */, + BFA7A346AC3160C8FC65880F7EDFD14A /* internal */, + 02893642C243CD47A2B7AA3C85E892AD /* Pod */, + 693E27822C655DEF129CE932C794D6FB /* Support Files */, + ); + name = Yoga; + path = "../../node_modules/react-native/ReactCommon/yoga"; + sourceTree = ""; + }; + D9F4C3EE338D6417115B6FFE6837C3A8 /* Support Files */ = { + isa = PBXGroup; + children = ( + D09A25907619C6C8A793F3C41FCC0AC5 /* RNConfigReader-dummy.m */, + 72FAEFBC8F82C2D9046EE24A2AF8462F /* RNConfigReader-prefix.pch */, + 9F76FD1E7CC4AD6B6A0D4B9AECBE5B53 /* RNConfigReader.debug.xcconfig */, + 2CEF496F2C67E0AC05DD56F9D0B4DE22 /* RNConfigReader.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MMKVCore"; + path = "../../ios/Pods/Target Support Files/RNConfigReader"; sourceTree = ""; }; - DBB80BC6D556B398BE9637D300E1A90D /* Pod */ = { + DADCFDD570749ACF3ED9581D4E186900 /* TextInput */ = { isa = PBXGroup; children = ( - 03FCE5CC6F14E4E949A72787BEFA2223 /* Yoga.podspec */, + 1FF55A0B6432B28EE4BA2160E3CB221A /* RCTBackedTextInputDelegateAdapter.m */, + 7F496BB2CF594343221FE20359A1A1D6 /* RCTBaseTextInputShadowView.m */, + EDBDFCEE95EB122EBA1508AA730A6C07 /* RCTBaseTextInputView.m */, + B36AB5103093361503A0CADE80CA387F /* RCTBaseTextInputViewManager.m */, + 2A016A3197B33DECCC2EACAB6C7FA9EF /* RCTInputAccessoryShadowView.m */, + 8B81B60404F6D590F16C53A61222AEB8 /* RCTInputAccessoryView.m */, + AD4D57C40FC3425227F72C3C324C53C7 /* RCTInputAccessoryViewContent.m */, + 14529876119EC8A2BFAD9F4FE08670F5 /* RCTInputAccessoryViewManager.m */, + AF72CB2DE19AD866B2296FC68DC1531B /* RCTTextSelection.m */, + 2EAB62F039F5AD5DEDE7AFE193947EBA /* Multiline */, + C996E0A5258B20C1214540F61FA88D34 /* Singleline */, ); - name = Pod; + name = TextInput; + path = TextInput; sourceTree = ""; }; - DC16430FABA96D729F03983C06CAC5E7 /* Pod */ = { + DB8C27C1B8628BAB042FF710DCBE6404 /* Support Files */ = { isa = PBXGroup; children = ( - 47459AE39A846CB7B51A96ACD0D7908E /* UMPermissionsInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - DE2D5FB78F5157D8A7FA5EBC7E4AC96E /* Development Pods */ = { - isa = PBXGroup; - children = ( - 943E16A3B3E7ABD8E654BCE5CEF0AA0A /* BugsnagReactNative */, - 42866ACD46DEB6E3133EB0D0BA990ABE /* EXAppleAuthentication */, - 1DAF61B13392D6BD41B109E4842ED5B9 /* EXAV */, - B08A887BDDC0B57D8FAE83452A9904D4 /* EXConstants */, - 8D14F7F804FC1093522F15F703D56B5C /* EXFileSystem */, - 5FD6DD74681CAD22F5643DB2BEDEED40 /* EXHaptics */, - 954A1B7CDB01A91961AFB530AC38B55F /* EXImageLoader */, - F9029E15FC9090F7171E44880173B382 /* EXKeepAwake */, - 45117F0A2967BA944BAB219B6B2A7A21 /* EXLocalAuthentication */, - 4239BCC9E74F3A06463E4C46F92D23AB /* EXPermissions */, - 4D45B6B7474A09A975C3A4951128B815 /* EXVideoThumbnails */, - 6DF4F00C2489824DAEC20341708B6BE9 /* EXWebBrowser */, - 571AA059684B6C3E4C00A04F7A65AEDA /* FBLazyVector */, - A26F6A8180DA03EDB6D83F00368365CE /* FBReactNativeSpec */, - C36F255690C51D3414769C0F0630BF50 /* KeyCommands */, - 8F1D4095240F3059C512234F03839A5D /* RCTRequired */, - E19C1C23BA3C9839D087B143CE8877EB /* RCTTypeSafety */, - F2B2B0ECFA6521B81E30DEE5F555600A /* React */, - 8581CCB6C91DAA2485F71EECE2759211 /* React-callinvoker */, - 7D28F7D589A11C9CA740BFC4F1FA9299 /* React-Core */, - 2B06A36780285DD10B0647020D9DB649 /* React-CoreModules */, - D5A3FE05E1D67FE35A153360EEBE4331 /* React-cxxreact */, - 45AE37A7B27CE76F6B88F7FFBD585870 /* React-jsi */, - 252AD2056C6277F6DC6F5A73311785B3 /* React-jsiexecutor */, - 51EE877511FE5E69AA3F002300B31F5B /* React-jsinspector */, - 85C9060C6D76ED3BD778A6B33D2A7100 /* react-native-appearance */, - 0CD1C6EC238851AFAC3FE93CFE280267 /* react-native-background-timer */, - 79558F26EAD9BAB118E0DF51BF9FD36B /* react-native-blur */, - 17A6B5FE1AED6303C7FDFE9FD64AEF3F /* react-native-cameraroll */, - B26272CF132D157C3B73664503DC3C45 /* react-native-cookies */, - 03D51B2EF85F88C9B787A9F05B1485DF /* react-native-document-picker */, - C0C469C529005F2C459CCB49EA851555 /* react-native-jitsi-meet */, - 09A15C97E797CBC083562771CC3C0F69 /* react-native-mmkv-storage */, - 980D1049B770B43974EC64BB08F0CF91 /* react-native-netinfo */, - 10B1ED777FBD09E6AD77D12C95887953 /* react-native-notifications */, - 6C9CF28A1ABD0F854668FE54FB4FB9E3 /* react-native-orientation-locker */, - E933F27FBF16F996874BB65EFDD4C708 /* react-native-restart */, - 386BE596A7262A24FB5F16EA0798A18A /* react-native-safe-area-context */, - 6E9396A86AF3D17B4E44C05329B2A3EB /* react-native-simple-crypto */, - 4C4AE8EF05A34167A69D5263F0150E08 /* react-native-slider */, - E5085BDBF339F026A36B8FA5BA3874CA /* react-native-webview */, - 7076364A721E7B06DB38E1E75CA2593A /* React-RCTActionSheet */, - 964942603EAA128E98E399EF4B4B1E1D /* React-RCTAnimation */, - 5C8EAEF6E97CD2F1F59AAE6369D1AC50 /* React-RCTBlob */, - A55C9E2D96F6B2CDB9603F025A14A1AC /* React-RCTImage */, - C5C0D39D442EB6D6CAC373303E145B02 /* React-RCTLinking */, - 1A5D0202DB3F4FF11E6F47D60F77EE9B /* React-RCTNetwork */, - 5AABC247EFC7EEB2912307ADFBFE21DF /* React-RCTSettings */, - BAAB8AFB522A7584358516A59CB3D59E /* React-RCTText */, - EDA3AED93E22A770B3BD76EB78DBE6FA /* React-RCTVibration */, - 6FFAC6BD2B16BD22C39DDB20055275F2 /* ReactCommon */, - 822B835563009155DBA07C7E1251FA44 /* ReactNativeART */, - 1B4F7002F8BD388AA39FD2495AD653B3 /* ReactNativeUiLib */, - 835F5FA2A41F993792F82B043F2289AB /* rn-extensions-share */, - 72942E902B96B99D4A887A49334CB5ED /* rn-fetch-blob */, - ADDF9645F97EEFC19A364DE0FD50EA6C /* RNBootSplash */, - 3BDA16BD07FACD706076DCED63613B4D /* RNCAsyncStorage */, - 6E94D029F2001C7C8E950FE0FFBED222 /* RNCMaskedView */, - 4C6A1C5DBCEB0F08101321495ECE2FF5 /* RNConfigReader */, - 033E8DBBE28F0B4B4FB820CB8C87F755 /* RNCPicker */, - DFD048DCEF76744D49168C4CEA5819E7 /* RNDateTimePicker */, - 96339BE6F23CB34500252D277BD1004B /* RNDeviceInfo */, - 524699311C37188D55FC065909C87C05 /* RNFastImage */, - 561F7FA47C01B47823BDBB8427EA5C2D /* RNFBAnalytics */, - EF4CD90373B4749F93267AF005678289 /* RNFBApp */, - 1ADFDFFA98BFD7229BD56B0D292D3A29 /* RNFBCrashlytics */, - C1971291091AEC75FBD027D93CA039E0 /* RNGestureHandler */, - C3202A4F43A72096272485DEDACD1C73 /* RNImageCropPicker */, - 8D651F1EA04AE1200C9A057A2C2DBAF6 /* RNLocalize */, - 5B922752B86B6E353D893028708DDCA1 /* RNReanimated */, - 11228059D778F0294E876D7EB1740096 /* RNRootView */, - FFD69D793D026CFAF42E787D7A7158EB /* RNScreens */, - 2BE1679999D3D126D460AD847DC609E1 /* RNVectorIcons */, - 77F980F7E220B5BCD03BF4BC8BDD32AE /* UMAppLoader */, - 72564BC5129021AD960F7A2156454FF3 /* UMBarCodeScannerInterface */, - 25B2F6FD897BAB8F772BE6A84443893F /* UMCameraInterface */, - 3B8D756084C0EA6999D49C3C83D10852 /* UMConstantsInterface */, - EF30638FD8A9293095D48CE06EA598F9 /* UMCore */, - 263B45FA3CDB20D514BCE842C7051513 /* UMFaceDetectorInterface */, - 3D9D92E7D93E0077C08C8BA59E936EA3 /* UMFileSystemInterface */, - BF8A97BAAA7663DF4E76D0C8B6328C00 /* UMFontInterface */, - 00225F6BABE93118B861FE9158F5CF0D /* UMImageLoaderInterface */, - 67AA9FF1CD9DCDD5DD6DEEC252C95524 /* UMPermissionsInterface */, - 5FA73E89E2D6E19E76BEF65F3DE00B64 /* UMReactNativeAdapter */, - BF8752E876792F8B8ADF429700588CF5 /* UMSensorsInterface */, - 66C7657664C046DA031A6AF984AE3D52 /* UMTaskManagerInterface */, - B7DEC9080045B10771D06CB1E11CB9F4 /* Yoga */, - ); - name = "Development Pods"; - sourceTree = ""; - }; - DEFFAED6A54B47632781D65ED2C600D8 /* Support Files */ = { - isa = PBXGroup; - children = ( - 9177FBC0227EEF8423A5F865AA482A1D /* UMPermissionsInterface-dummy.m */, - 58A1EE5FE91EF456182FDF7A68CCA180 /* UMPermissionsInterface-prefix.pch */, - 657833CAA51E34C117563EDB73773180 /* UMPermissionsInterface.debug.xcconfig */, - C24D123087E40CBDCC7D0F62F306F583 /* UMPermissionsInterface.release.xcconfig */, + F79B406AB7791D2F6977E27A2D6A3D9E /* SDWebImage-dummy.m */, + 4FC9E4D412379C87B9B07F275B10D943 /* SDWebImage-prefix.pch */, + EBC5798AA66B03E95C8203F33D6B1F8F /* SDWebImage.debug.xcconfig */, + B73EDCBF7CCB49F05F3E6DCC9C028F7E /* SDWebImage.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMPermissionsInterface"; + path = "../Target Support Files/SDWebImage"; sourceTree = ""; }; - DF3CA9714DA648F9406EF66F09EBEF8A /* rctcustomInputcontroller */ = { + DBDA5078A5D4767C21077A4F2F460274 /* TOCropViewController */ = { isa = PBXGroup; children = ( - 4540AEFDDE23EAECDDCA4B91BEFDF1F8 /* RCTCustomInputControllerTemp.h */, - 49D6EE02D82D6E3E310AF40B728343AD /* RCTCustomInputControllerTemp.m */, - 1BF68217B2D96906A1AD7989DB71DB75 /* RCTCustomKeyboardViewControllerTemp.h */, - A6ECB223182FFCA5E8A6899CF67D8700 /* RCTCustomKeyboardViewControllerTemp.m */, + E31E078C674C9A2F6B233A25B20A9CEA /* TOActivityCroppedImageProvider.h */, + 9DC53847376D1A531759A4BC820362A8 /* TOActivityCroppedImageProvider.m */, + AD8FA15C5E44AD8C73178115CB2F7E3D /* TOCropOverlayView.h */, + 969B3ECF12F21B3C886BA4F274A952A6 /* TOCropOverlayView.m */, + F0447AA15E88D7F8CEB3BE5F27A23673 /* TOCroppedImageAttributes.h */, + B44743590BAC4A10D9BD7A070AFABDFD /* TOCroppedImageAttributes.m */, + 2B4A5160518025443FC84329515C9D47 /* TOCropScrollView.h */, + E1C05339112DEC6D756BC1444D9FB586 /* TOCropScrollView.m */, + 8B90CEDC56695680B9831B928E932841 /* TOCropToolbar.h */, + 111AEA8832F96D3553CF7F8850B5EC26 /* TOCropToolbar.m */, + 8C9FE81A50467BC5281ECE63B91A0DC1 /* TOCropView.h */, + DC6BDE177A87B06DFD35EFC64534C08B /* TOCropView.m */, + A1109A66106F80653B4A296CCDECD69C /* TOCropViewConstants.h */, + 16BBBD5D08548A2709FCB8690A972F0D /* TOCropViewController.h */, + 641DBBCB68D37D7B9012C79A54F009A8 /* TOCropViewController.m */, + 3CC85E1BD8B2B048D1312BFB69CB2D89 /* TOCropViewControllerTransitioning.h */, + 4BA96A40BFAA9A2263069F258E66312F /* TOCropViewControllerTransitioning.m */, + 009995CB6492401F7F64FA49679E9963 /* UIImage+CropRotate.h */, + 8E77CBA854D2441BC5A729B48EF8F01F /* UIImage+CropRotate.m */, + AB3089157DF4C2D7A69D46251C14E552 /* Resources */, + 988B470E3E4B22C7A8A0E46A45CEDCD7 /* Support Files */, ); - name = rctcustomInputcontroller; - path = rctcustomInputcontroller; + name = TOCropViewController; + path = TOCropViewController; sourceTree = ""; }; - DFBD00AA9F15EE11B53B7E2E9C5E5E3F /* mux */ = { + DBF13C13D99EFE0C6E93E5C539AE2C8D /* FlipperKitReactPlugin */ = { isa = PBXGroup; children = ( - 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 = ""; - }; - DFC8D2E5FDE169E70CBD66B4E7E881BB /* Singleline */ = { - isa = PBXGroup; - children = ( - 279EA24910A08C73A3980543E385235B /* RCTSinglelineTextInputView.m */, - E43FA867245FF02B3E3D6F4B9385F385 /* RCTSinglelineTextInputViewManager.m */, - 1A96B714B7A076AF454A45FC409ECCE9 /* RCTUITextField.m */, - ); - name = Singleline; - path = Singleline; - sourceTree = ""; - }; - DFD048DCEF76744D49168C4CEA5819E7 /* RNDateTimePicker */ = { - isa = PBXGroup; - children = ( - AD1778FD3E5D90F0FE3020D2BD16D6C4 /* RNDateTimePicker.h */, - C03AF905A026425800797ED5D836C253 /* RNDateTimePicker.m */, - 0D3E82213FA4981B526A59A53D3BFD7B /* RNDateTimePickerManager.h */, - 9D753F9E4580B384B4C8E88A6401255C /* RNDateTimePickerManager.m */, - 20D6C3BAF784D07775639CE9FF00868E /* Pod */, - 680BF172F4D407639434CBABEBB4260E /* Support Files */, - ); - name = RNDateTimePicker; - path = "../../node_modules/@react-native-community/datetimepicker"; - 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 = ""; - }; - E0C5369AB8CAFF1FD93F8FFBECAF7C89 /* Pod */ = { - isa = PBXGroup; - children = ( - C53D2288944A0367C7B722B1D495A483 /* LICENSE */, - 8C183E4503150227A34D3B079C335887 /* README.md */, - D36E2401F7A0BD712568D3B95CD4A697 /* RNVectorIcons.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - E15B3D7F5AF173E33EB688949098B06D /* Modules */ = { - isa = PBXGroup; - children = ( - AF298FD38354E783CFB7FC2B4FF02934 /* RCTEventEmitter.h */, - 62B8A9474F457953443A42F240373318 /* RCTEventEmitter.m */, - 8690188E1AD01240C060542DF610F0B4 /* RCTI18nUtil.h */, - 805550F64081228F3070DAAF4E55A56B /* RCTI18nUtil.m */, - B102A2907DA3737A3BBCC1EBA9CA511B /* RCTLayoutAnimation.h */, - 937FFFF64C3D93D536118E5C622F654E /* RCTLayoutAnimation.m */, - 9790B25485B5112D0440833FE01D5B05 /* RCTLayoutAnimationGroup.h */, - FB205347D6F99BB9304F49B652D078BD /* RCTLayoutAnimationGroup.m */, - CA811C5A50CFE8DF8F679660C400B857 /* RCTRedBoxExtraDataViewController.h */, - CB0EE219CB12F41B68CCEA5EBE7460B5 /* RCTRedBoxExtraDataViewController.m */, - 493DD9A9698B328DEE7454F997532A22 /* RCTSurfacePresenterStub.h */, - 5ED313C9F045FEB60604B0BBE1A4EE6F /* RCTSurfacePresenterStub.m */, - 2C48B4974778E75246AD82186BF063C4 /* RCTUIManager.h */, - 6231B17264ACA65B33F1144EAA238955 /* RCTUIManager.m */, - 1EF673B31ED4FD8583A67D6D966CA56F /* RCTUIManagerObserverCoordinator.h */, - 9F73C23ECDDE43C880DE92DD8B4559A7 /* RCTUIManagerObserverCoordinator.mm */, - CBBD72536AFB76290F4D62026D4754AE /* RCTUIManagerUtils.h */, - FA914E3E87FF644009EDE538093FCFC0 /* RCTUIManagerUtils.m */, - ); - name = Modules; - path = React/Modules; - sourceTree = ""; - }; - E19C1C23BA3C9839D087B143CE8877EB /* RCTTypeSafety */ = { - isa = PBXGroup; - children = ( - F35B8C8FF2AA9B98404FED996E3F9493 /* RCTConvertHelpers.h */, - 69BE25AF1425FFD988506DD1F7E13E8B /* RCTConvertHelpers.mm */, - 7B1CC6A14233CB4B016C2990D743D6CF /* RCTTypedModuleConstants.h */, - 63484B8DAD877155923C5DDC4CE099C1 /* RCTTypedModuleConstants.mm */, - 108163ACE9CFF8206B6F347E0E61612C /* Pod */, - 38D89F260805471CA4B654525874D11E /* Support Files */, - ); - name = RCTTypeSafety; - path = "../../node_modules/react-native/Libraries/TypeSafety"; - sourceTree = ""; - }; - E1BCF73F3CA3C58744D3BE03DE5F4EEF /* Support Files */ = { - isa = PBXGroup; - children = ( - F9C83C94C5A033DE5FC5256781BFDC51 /* RNRootView-dummy.m */, - A1D6068C65657ECDF63C88BE035F77B2 /* RNRootView-prefix.pch */, - CAB2E0F668BEB860C3B3C180EEDB2E9A /* RNRootView.debug.xcconfig */, - 37EBD710F653406AD78421D39591F385 /* RNRootView.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNRootView"; - sourceTree = ""; - }; - E1D0152F47158E67CE1B899D187BAC96 /* MMKV */ = { - isa = PBXGroup; - children = ( - 4F05177E9EB56BC4B68D13024F08946B /* libMMKV.mm */, - 4DE0CD137E0889EE1737A9B9030EFF07 /* MMKV.h */, - 63A25DBD06FCB8AB33E0A12153BDBF23 /* MMKVHandler.h */, - F0BF7E08A58A6F288DE94DB1711A6CEA /* Support Files */, - ); - name = MMKV; - path = MMKV; - sourceTree = ""; - }; - E25BAA45CD31275257F6CAC9D8DCBF9E /* Support Files */ = { - isa = PBXGroup; - children = ( - 0E302DC321745DD222FAFAFFA5D308E6 /* React-cxxreact-dummy.m */, - A3479D68C2D5FE1B14858B168F51AA29 /* React-cxxreact-prefix.pch */, - 70399F2EB8F2134BFFFC71FD6E8B9918 /* React-cxxreact.debug.xcconfig */, - 296FE652533F7B4A228BB78544E90129 /* React-cxxreact.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-cxxreact"; - sourceTree = ""; - }; - E323853FCC5E345AAC17FBEE4F51E923 /* lninterpolation */ = { - isa = PBXGroup; - children = ( - 830ED287A5A4C78E9E21528718AEB867 /* Color+Interpolation.h */, - D303DCAD2F5022F37C67AF20747AC07F /* Color+Interpolation.m */, - 05F7D92341B3FAE82A38C9865396D853 /* LNAnimatorTemp.h */, - 8CE46F1D5EFAC949955C0C97A0E0337D /* LNAnimatorTemp.m */, - ED9BF1A0470230BBDB4D3335A4261D9C /* LNInterpolable.h */, - DA9EAA29B7BB35FAB2FA7C1BEABF9808 /* LNInterpolable.m */, - 600C3C92094713A3E281BDA8DAB79712 /* LNInterpolation.h */, - B9E517E84C2861BFB5685F7DC1C4CE59 /* NSValue+Interpolation.h */, - ); - name = lninterpolation; - path = lninterpolation; - sourceTree = ""; - }; - E3294D29ECA4CD0F6703AE083EBB39DA /* Support Files */ = { - isa = PBXGroup; - children = ( - 87C8BEE8BA6BABFFE259F6E803ADECC2 /* Yoga.modulemap */, - 373DA8834FD4A0FFAFA234BC7C6858C0 /* Yoga-dummy.m */, - 537EC7683D7F2F876A099D64DAC4DBFE /* Yoga-prefix.pch */, - 36263D5CB49640E827A52109143A6BC6 /* Yoga-umbrella.h */, - 3AFE3583A3500341820737B396B84186 /* Yoga.debug.xcconfig */, - F2C4DA622BEA8FA1B5C5FE77EA51780C /* Yoga.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/Yoga"; - sourceTree = ""; - }; - E375DAA4977543A3DCD0A03DB0900EB3 /* Pod */ = { - isa = PBXGroup; - children = ( - E8725C6876515E4D0ABF7BF76D04202E /* LICENSE */, - D91412672410E333027A19E4C5A22573 /* README.md */, - 5DA6F840311F3F9D429BB80B05D6BC2F /* RNCPicker.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - E4065CB878DA19F458E327B90A1B3244 /* Pod */ = { - isa = PBXGroup; - children = ( - 170434F8CCAFC3B48E64ED0EABE7D88C /* BugsnagReactNative.podspec */, - BD73DC860B5755AB4C6439F8F315E10E /* LICENSE.txt */, - 7BFF4C5E83D843762B1A16E25460CB1F /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - E45D8360BC3792832646C865AD895E35 /* Surface */ = { - isa = PBXGroup; - children = ( - 20B1428D7E8B2AC566615C37A071FE6D /* RCTSurface.h */, - 5C973FD75216390D6E6C5BAD3F9B630D /* RCTSurface.mm */, - 847ADB53D0C2EDD9CDE9BE82F748ACCD /* RCTSurfaceDelegate.h */, - 802C845E44991B943CFCDCFDD827A151 /* RCTSurfaceRootShadowView.h */, - 6FB8C549A2D216B00763511132C6A0FE /* RCTSurfaceRootShadowView.m */, - 5E59F6AD68441FF0C77EEE8E6329EA38 /* RCTSurfaceRootShadowViewDelegate.h */, - 7B95F534944C97E520CBDEBBE98A6007 /* RCTSurfaceRootView.h */, - 6F8BA9871C1B88DBA692E1D92ED7F8DC /* RCTSurfaceRootView.mm */, - 373ADD8BE510F3D72330A3CC8B7B14F9 /* RCTSurfaceStage.h */, - 8B56A819B0D4D667A0AA02AC7934A9B1 /* RCTSurfaceStage.m */, - EBCCB25A90FD8D7B204A76004BA49AC0 /* RCTSurfaceView.h */, - 26F4134D2E05C7747CADCE592BD19E60 /* RCTSurfaceView.mm */, - 88AABA5BD1B2F6B233FDB786663C41C4 /* RCTSurfaceView+Internal.h */, - D3DC8121AC43A435B022BDA4E8D1D983 /* SurfaceHostingView */, - ); - name = Surface; - path = Surface; - sourceTree = ""; - }; - E46374EBDA680915344CE8A0C3A83651 /* DoubleConversion */ = { - isa = PBXGroup; - children = ( - 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 = DoubleConversion; - path = DoubleConversion; - sourceTree = ""; - }; - E5085BDBF339F026A36B8FA5BA3874CA /* react-native-webview */ = { - isa = PBXGroup; - children = ( - DC9C5154F9732F66707C878DD464A834 /* RNCWebView.h */, - AA505C902FBDC9EE272C85C224154D44 /* RNCWebView.m */, - C3FA49BE753681695F9F076991631EA7 /* RNCWebViewManager.h */, - 260AF96AB4DC089BC054801E6DD3698A /* RNCWebViewManager.m */, - F10E18E2238734089DC0BF6B38C63078 /* RNCWKProcessPoolManager.h */, - 1B4150A55312A41C4FA68F41B58A915C /* RNCWKProcessPoolManager.m */, - 0CE083F7AD5B7E6E718F4CE0C9431524 /* Pod */, - 45DBCB8408C6E11F41065A5559052B12 /* Support Files */, - ); - name = "react-native-webview"; - path = "../../node_modules/react-native-webview"; - sourceTree = ""; - }; - E58BF904EE204E6F52D390162374657C /* Support Files */ = { - isa = PBXGroup; - children = ( - BB4309970289554AEBFBCF59553D45F9 /* libwebp-dummy.m */, - E1B5B2C8F0E86A64B86283912A73536B /* libwebp-prefix.pch */, - 247721F3AE16D0D071439314506AAB14 /* libwebp.debug.xcconfig */, - 6D60DC773ED9A638954E2BC86A2FD627 /* libwebp.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/libwebp"; - sourceTree = ""; - }; - E74CEA9E26CB861881415AC529DEF9B1 /* Protocols */ = { - isa = PBXGroup; - children = ( - 907DBEB9777B195E86A190106A88BB2F /* UMAppLifecycleListener.h */, - E02807CD75675EDB87849FAFB4DAFD1A /* UMAppLifecycleService.h */, - 89C55ABF383065305F34D4FD4B763016 /* UMEventEmitter.h */, - 6EC4839184FE2B2402FAD3462088F5D8 /* UMEventEmitterService.h */, - 6AD7FBB3E52E496517DD473C75A02244 /* UMInternalModule.h */, - 589A96AE5B783852479DD20A1BC571E3 /* UMJavaScriptContextProvider.h */, - A0706297548FF144E15DB834FEB67D50 /* UMKernelService.h */, - 86280EE1444EA2D0F69D98A5921865B4 /* UMLogHandler.h */, - 5584B854AE8F6469354BD07E170CBBFB /* UMModuleRegistryConsumer.h */, - 95B50989E80497512B7152EDECDDD528 /* UMUIManager.h */, - 38124A4F4DF3AA5E15B05817C4CE8CDD /* UMUtilitiesInterface.h */, - ); - name = Protocols; - path = UMCore/Protocols; - sourceTree = ""; - }; - E933F27FBF16F996874BB65EFDD4C708 /* react-native-restart */ = { - isa = PBXGroup; - children = ( - E6A6A96D3F79698DDE35DC7E7FA79706 /* Restart.h */, - 87CBBE9870A9BCCBB44296A5077B389D /* Restart.m */, - 03725345D5942D2028E0C03B279B895A /* Pod */, - FB277C1C88318223EE4C68C66BDCD494 /* Support Files */, - ); - name = "react-native-restart"; - path = "../../node_modules/react-native-restart"; - sourceTree = ""; - }; - E98342754F60B2E97CF81F6A36CFF1E3 /* Support Files */ = { - isa = PBXGroup; - children = ( - D4ACA15826FD16148E3EEB4215D53AB8 /* RNReanimated-dummy.m */, - D0CBE90A8446989A2186ED407F7A97A9 /* RNReanimated-prefix.pch */, - 357E8E167937BBD31B292CDB770EABA3 /* RNReanimated.debug.xcconfig */, - 7AD97723A063BF19FEC68DF897D27118 /* RNReanimated.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNReanimated"; - sourceTree = ""; - }; - E9D821B24C6B46F294FAFE0B9E4B4B07 /* UserDefaults */ = { - isa = PBXGroup; - children = ( - 94BC75EA2E2120908773B450B28D60CF /* GULUserDefaults.h */, - A0D0961B63383D6FF30DB44A38279A18 /* GULUserDefaults.m */, - ); - name = UserDefaults; - sourceTree = ""; - }; - EB1B8509EE96BDBBC32A26FA2032669F /* turbomodule */ = { - isa = PBXGroup; - children = ( - 3421576FD15C2F141422B619A9A9143A /* core */, - ); - name = turbomodule; - sourceTree = ""; - }; - EB5731507873438688846D082570DF13 /* Source */ = { - isa = PBXGroup; - children = ( - 4A253A72360BD28D1221B08D917D0004 /* KSCrash */, - ); - name = Source; - path = Source; - sourceTree = ""; - }; - EC0B17B8932BBF72D9E1DF53558F13D6 /* platform */ = { - isa = PBXGroup; - children = ( - 0BE357D21501992E81629BCF2FB5C92F /* ios */, - ); - name = platform; - path = turbomodule/core/platform; - 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 = ""; - }; - ECFA294F6B754E6E0D1E59BCD893C3F0 /* Pod */ = { - isa = PBXGroup; - children = ( - 971F792B9124284FA2B5437FA196F16D /* React-RCTNetwork.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - EDA3AED93E22A770B3BD76EB78DBE6FA /* React-RCTVibration */ = { - isa = PBXGroup; - children = ( - 5812F7760E1D36C4292E14881B537E47 /* RCTVibration.mm */, - E15F1AF3F7D7F26ECA47C3B816CAC5A7 /* RCTVibrationPlugins.mm */, - 7E523BBFAB3FF809B1166BB153475E2A /* Pod */, - 7A91BF369302E16E1CB06D48E1353B88 /* Support Files */, - ); - name = "React-RCTVibration"; - path = "../../node_modules/react-native/Libraries/Vibration"; - sourceTree = ""; - }; - EF30638FD8A9293095D48CE06EA598F9 /* UMCore */ = { - isa = PBXGroup; - children = ( - C2BB1817A7568009DFA8666726DB2C09 /* UMAppDelegateWrapper.h */, - 44D92C6A82622512F6E67720CD20A810 /* UMAppDelegateWrapper.m */, - 8C89ABE0864A1ECEBB654E4CD87B86CC /* UMDefines.h */, - F18356903CA7057EECAD19368DABADED /* UMErrorCodes.h */, - E4DA18B7793FF207ABB4D77CC6256B8D /* UMErrorCodes.m */, - B5DD166F71A834E423B429AF84345863 /* UMExportedModule.h */, - DC365534295E44C28979C302D671A947 /* UMExportedModule.m */, - 7DDB150D0D6A64A1DF3E63B464F3D679 /* UMSingletonModule.h */, - 03AEA52C08F8A4CBBF997BA851BF9561 /* UMSingletonModule.m */, - 07705801BEF424442C040C1803546158 /* UMUtilities.h */, - 365B73C1BA70894D554152755BB36635 /* UMUtilities.m */, - 117AF9DD15971B305C647F1B85ADE59D /* UMViewManager.h */, - 4551BA83B07B7B7D7D05F79F90EB7854 /* UMViewManager.m */, - AA69A657184EF6F735482CB9889A2EA0 /* Pod */, - E74CEA9E26CB861881415AC529DEF9B1 /* Protocols */, - D860BED4C5666F8156F6160C43BBBB6F /* Services */, - 4F6543992899F2EAC3FEC0A6BDEF85C8 /* Support Files */, - D158F999D9676D4AEA85111EC4AB2296 /* UMModuleRegistry */, - 70C9A6D5028455BE23F84012635F2306 /* UMModuleRegistryProvider */, - ); - name = UMCore; - path = "../../node_modules/@unimodules/core/ios"; - sourceTree = ""; - }; - EF4407238A70161089788703471E06D2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 03FF44AB535560F971CAE86A826DF848 /* EXAV-dummy.m */, - CF34CA98A452F6EE9AB2D343E02D77BF /* EXAV-prefix.pch */, - EC89D9ADE465DD4095779743A07CD76E /* EXAV.debug.xcconfig */, - 85D99EE04AB25BCFDC3B021A2A5BA6D5 /* EXAV.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXAV"; - sourceTree = ""; - }; - EF4CD90373B4749F93267AF005678289 /* RNFBApp */ = { - isa = PBXGroup; - children = ( - 6C05B1087407F28F8DBECCE8E55183B8 /* RCTConvert+FIRApp.h */, - 9A38DAB8648C8933AD78540897F30EF8 /* RCTConvert+FIRApp.m */, - 9B2019C1FE357755E0196C90F46B684C /* RCTConvert+FIROptions.h */, - C387577200F132152437D77B0DE6127A /* RCTConvert+FIROptions.m */, - 74B4A9A98C91FB7AE22ABFAFD0A8AAF5 /* RNFBAppModule.h */, - 4DC2E3C10241AA91883F40471F45E4EF /* RNFBAppModule.m */, - 3F86B1B18B79BD8C2B11816C0F000470 /* RNFBJSON.h */, - BDC86A26B7E64211B3697CA1DC02A3B8 /* RNFBJSON.m */, - 15436CBB674FC9C3C4B44FCADD90A35D /* RNFBMeta.h */, - B1B166C24A44A16E0A20B31FAC0952ED /* RNFBMeta.m */, - 191BAEAAE97F41BC2E2BC135914FC373 /* RNFBPreferences.h */, - FAD871AA491F3FC189067A35BB1A4AB9 /* RNFBPreferences.m */, - 54A3114EBE642307B624002F75677F89 /* RNFBRCTEventEmitter.h */, - 2708E14DC3A33B66000FEB6B8999C990 /* RNFBRCTEventEmitter.m */, - 3B229C2C25D2CF305A24AD4C8D9433CD /* RNFBSharedUtils.h */, - 3514ADF25CB00C5AF257D70F43B5DDA9 /* RNFBSharedUtils.m */, - 8984E02D6C5C71CEDA7E02781BE6A840 /* RNFBUtilsModule.h */, - 5235D4F48892031053DCFC5F0ABE045A /* RNFBUtilsModule.m */, - 4A557E0F390593A707ED71351BE32DE6 /* RNFBVersion.h */, - 8AB004E657F3FCF24B4CDA1E3826ECBA /* RNFBVersion.m */, - 9CB27E6A53706DC6D14541520865A15F /* Pod */, - 19D1DA3070F152BEA9908CC0C5B54094 /* Support Files */, - ); - name = RNFBApp; - path = "../../node_modules/@react-native-firebase/app"; - 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 = ""; - }; - F0D6FAE4C8FFA9C4B761C9096A17779D /* Pod */ = { - isa = PBXGroup; - children = ( - 099DFCECAEA2C308896B6830D12120B9 /* LICENSE */, - 4DADE5A6172BAD7FBA9E5B7ECEEDF0F9 /* README.md */, - 4A383B4B70622B949C76B786D4780A92 /* RNReanimated.podspec */, - ); - 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 = ""; - }; - F1E6B869AAAAAC93C64D333B6D10C556 /* Nodes */ = { - isa = PBXGroup; - children = ( - E980F887F39D57FCA2F6C6A99312EE47 /* REAAlwaysNode.h */, - 948C0A90A29A19ED1AC389C81BB8CF13 /* REAAlwaysNode.m */, - 7C7E51D22D0BE7842EA0D1E89A7AE480 /* REABezierNode.h */, - 3FAE70A234C205C1C8E03CCEB97381D4 /* REABezierNode.m */, - 9E99D2B6AD96EA867AE4102C088F48B4 /* REABlockNode.h */, - FACD07E41A4ED52B18C4E3C2C4BED837 /* REABlockNode.m */, - 67EA6BA245FA725628ABC0BD0370B0D4 /* REACallFuncNode.h */, - EC6B0254EB41274976F100BE22ED8421 /* REACallFuncNode.m */, - CA44D980D6067D1D118521AB93AEE0D2 /* REAClockNodes.h */, - C388F39666BB99F63B54F888E6B42A46 /* REAClockNodes.m */, - 27AD814C5F05D9F7E67C96F2E239ADDD /* REAConcatNode.h */, - 3D062490306449633F46F485AF87CA81 /* REAConcatNode.m */, - 19E390F6CDDD2860C937DBC0D8FC638C /* REACondNode.h */, - A773A0CD3E06C7157A536DED6F312C6B /* REACondNode.m */, - 9D81472F856F2D56BAD520D2F812848A /* READebugNode.h */, - 1D4B95B08ECDB9402481C8A6023DE604 /* READebugNode.m */, - 2B0C856099C6B4C0288C50C7A0354376 /* REAEventNode.h */, - 2AA11FFB16769B97827F04C8CD547BDF /* REAEventNode.m */, - 97A5B36F6860D37C59B408CD9A2D171F /* REAFunctionNode.h */, - 71422610A71BCC782162D4C1985042BE /* REAFunctionNode.m */, - A0A3947DEFD953FD2E99B7D8A4957D34 /* REAJSCallNode.h */, - DB1EF934CD3A7A062729617F262B80DF /* REAJSCallNode.m */, - 9BDC0649976F244B385E849EE659EBFD /* REANode.h */, - 250CC1624255FA7B7FC411A4D1584B90 /* REANode.m */, - 8E699E40B13FAFDFC18B5249444096EA /* REAOperatorNode.h */, - DA89DEBC03B6F228672E577BA297FCFF /* REAOperatorNode.m */, - 2AEE1AE20CE2740D17B0A5D60B528FBB /* REAParamNode.h */, - 99090B494D29ABBA1BD0C98E09B2B767 /* REAParamNode.m */, - 146E3554D46D43755846C29AEE24E700 /* REAPropsNode.h */, - 1AF51AC5FB0FC668725B0C4F02B6E17B /* REAPropsNode.m */, - 75115AC85BF3FA90D1B09323091BA2B1 /* REASetNode.h */, - AA9C281D30EADE038E3BB203DB26D2A6 /* REASetNode.m */, - 2B95A032A0C1F87AF120F0474C6699B9 /* REAStyleNode.h */, - 313C4462EEC2B6D729E87EA723AE2D09 /* REAStyleNode.m */, - 23E5B529B881BC24891D5B1615FB6F2A /* REATransformNode.h */, - 4D2A63AF97D370790158D8E22B6D9C92 /* REATransformNode.m */, - F0991F3A74DB93D2DC98D156CE1009CF /* REAValueNode.h */, - 28849E6BDC3256170438B4A3FB4AB8BD /* REAValueNode.m */, - ); - name = Nodes; - path = ios/Nodes; - sourceTree = ""; - }; - F2AA24B4783A62772DDD1B48598172F5 /* Pod */ = { - isa = PBXGroup; - children = ( - E63AC6689BAECF85EC957D00EC94D2D0 /* EXFileSystem.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - F2B2B0ECFA6521B81E30DEE5F555600A /* React */ = { - isa = PBXGroup; - children = ( - 6F03EFFC55EEBBAD05709CFFC4E8D35A /* Pod */, - 3E18B329993F93A8FF9CCCD63DB37096 /* Support Files */, - ); - name = React; - path = "../../node_modules/react-native"; - sourceTree = ""; - }; - F2B6B4E8DFE8F51632393B687FF0147E /* Pod */ = { - isa = PBXGroup; - children = ( - 941881525477D0E96ADF459F13C8366F /* LICENSE */, - 82756C49D182D9511F7B1559F820BC09 /* react-native-orientation-locker.podspec */, - 6D995DCCC16077D426D55DE2778119FF /* README.md */, - ); - name = Pod; - 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 = ""; - }; - F39194181F59B7CA5043B04A440A4A63 /* QBImagePickerController */ = { - isa = PBXGroup; - children = ( - 2AD4696BC7102959143ECFFD3E7A4728 /* de.lproj */, - CA08E5EC9B6113E78AAEE14C49B42475 /* en.lproj */, - 42AC2955450FF0EFB25D36D80213BDAC /* es.lproj */, - 9DB944C5A4560836B6BE94398FCEF780 /* fr.lproj */, - EB0E4FAC9708F6B27596A9DA5C0E4D5D /* ja.lproj */, - 8776F60979BD467D3FC9325BF8389140 /* pl.lproj */, - DC447FC789B013D6C0D511133D0D0AF8 /* QBAlbumCell.h */, - DE37E91110B2DB1F2E5D311908F43B7F /* QBAlbumCell.m */, - 7C872ADBA9ED57BB2326F2B637F20D5D /* QBAlbumsViewController.h */, - C9B652AA84F09172D6E3DFE22EDDBD1C /* QBAlbumsViewController.m */, - 05DB7EABBEBDCD8AA01A01255BB2D3F8 /* QBAssetCell.h */, - A9925D58E7E397E105C34CD3160A4889 /* QBAssetCell.m */, - B53638AB050888EBA66B8FE7F5532578 /* QBAssetsViewController.h */, - F31AA4C1F8E0C33F3A2C42126EC9F514 /* QBAssetsViewController.m */, - 6B1A76501866119A498111814ADF455B /* QBCheckmarkView.h */, - 2A66C5AB55C404EFAA02BD07F9A6B12C /* QBCheckmarkView.m */, - 17F6B6C64ABF99476438A1DA4CDDC3B8 /* QBImagePicker.storyboard */, - C408294883E3AC52287FEF9E18D54ADD /* QBImagePickerController.h */, - 73E68BFFEF2D9F79377DDBCF1D8EA68B /* QBImagePickerController.m */, - D0403206ABC5F20A5DEB9DF01C48BA6B /* QBSlomoIconView.h */, - 3075F83F4BE87D866526148F97409D6C /* QBSlomoIconView.m */, - 724EFD210DEA7870D40BD8ADA7C3B631 /* QBVideoIconView.h */, - E5C4CFEACF732A83AE7FA0CFABA4E409 /* QBVideoIconView.m */, - 01DEA1E13CE45502DE224E1F4C47E8D3 /* QBVideoIndicatorView.h */, - EF9B588884B0BBE909D594520AA1C0B4 /* QBVideoIndicatorView.m */, - E0C27166D9B6D61425E0011299C36F87 /* zh-Hans.lproj */, - ); - name = QBImagePickerController; - 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 = ""; - }; - F4B521CE23119457BE35B160E1184076 /* Reachability */ = { - isa = PBXGroup; - children = ( - A9D94D7CB1C26BEA4F82541AC879099A /* GULReachabilityChecker.h */, - FBE21C8DD59B78D45E19D2FC6DB0EC93 /* GULReachabilityChecker.m */, - 8DC0C54C2507B56DCFE1A638F3FD50E5 /* GULReachabilityChecker+Internal.h */, - 644719B17AF9BF4094CA3EE02B6B676D /* GULReachabilityMessageCode.h */, - ); - name = Reachability; - sourceTree = ""; - }; - F5A3C82F9F38A8D5A81DD0EAB475C1AF /* Support Files */ = { - isa = PBXGroup; - children = ( - BFA7F279FB92FB35BDE6B83AFF944E2C /* EXConstants-dummy.m */, - 6C131F482B018C042835E763E4053201 /* EXConstants-prefix.pch */, - AE26E153923822E3300C60591B5F4B4B /* EXConstants.debug.xcconfig */, - F1B9071C2F7DF7D3D3F0DC7619FB146F /* EXConstants.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXConstants"; - sourceTree = ""; - }; - F68E4928B770EEED3B5735BEDDABDD3F /* Support Files */ = { - isa = PBXGroup; - children = ( - 1141FC3B5BB4679B7E69FDC404638684 /* UMBarCodeScannerInterface.debug.xcconfig */, - AFD0C84B95E0A7B2E662AB5EE7E7FD05 /* UMBarCodeScannerInterface.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMBarCodeScannerInterface"; - sourceTree = ""; - }; - F6E67C30969DC0EC8E8F6D07542F1C36 /* SKIOSNetworkPlugin */ = { - isa = PBXGroup; - children = ( - 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 = SKIOSNetworkPlugin; - sourceTree = ""; - }; - F79409A3D7255E0F8023077AE37A176F /* Resources */ = { - isa = PBXGroup; - children = ( - 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 = ""; - }; - F9029E15FC9090F7171E44880173B382 /* EXKeepAwake */ = { - isa = PBXGroup; - children = ( - F2803B32CD03D0764CA45200B582E87A /* EXKeepAwake.h */, - 95D67F2B83C4C698AEFC6E51D19DAC41 /* EXKeepAwake.m */, - 5C407B1B225C821A9688C4FAB89533D3 /* Pod */, - 850A4B1863DABB94BB37D4CCF40669C6 /* Support Files */, - ); - name = EXKeepAwake; - path = "../../node_modules/expo-keep-awake/ios"; - sourceTree = ""; - }; - F91924AC2CF6AD9510F437ABD0B47FAA /* Pod */ = { - isa = PBXGroup; - children = ( - 346A7299E3D4A382BB1692D9F661589D /* React-jsiexecutor.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - F9A310C37BAEC741D434B4232A0151AB /* Pod */ = { - isa = PBXGroup; - children = ( - C710C0DEB2E14936669D130E486EC49C /* EXLocalAuthentication.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - FA16F1D3639B42086EAF3156D69B7F54 /* FlipperKitReactPlugin */ = { - isa = PBXGroup; - children = ( - 6711DB488A61D426C84C1893A5107E3F /* FlipperKitReactPlugin.h */, - 5C6E7195BDB8072FDAB3908CF9B70685 /* FlipperKitReactPlugin.m */, + 8AE2ACF1B33F71DDBDBCCC41564B5474 /* FlipperKitReactPlugin.h */, + 654E4F95D4320670341B069DC837EC20 /* FlipperKitReactPlugin.m */, ); name = FlipperKitReactPlugin; sourceTree = ""; }; - FB11F823E2FA12E802C71DBAF9DED4C1 /* Pod */ = { + DC6E7DDFE360A32A312EBF3261E35F96 /* turbomodule */ = { isa = PBXGroup; children = ( - DE0E9932838B57C197008B449EA055F5 /* UMSensorsInterface.podspec */, + 2D6A823689BD3FE7C4904DF51DDC3132 /* core */, ); - name = Pod; + name = turbomodule; sourceTree = ""; }; - FB277C1C88318223EE4C68C66BDCD494 /* Support Files */ = { + DCCF9267057B46529BB358126E79ADC7 /* Multiline */ = { isa = PBXGroup; children = ( - EEB995B2D730D162A54F93D035725392 /* react-native-restart-dummy.m */, - C4B66CF4533FD27ADDF65300B3F875B7 /* react-native-restart-prefix.pch */, - 075E2316CDBA184F5871EC6E2F260E62 /* react-native-restart.debug.xcconfig */, - A5E0D6E3977FCC0A91EE437CFB155D6E /* react-native-restart.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-restart"; - sourceTree = ""; - }; - FCB433313CDFA874DF03B7FB87A8ED22 /* boost-for-react-native */ = { - isa = PBXGroup; - children = ( - 4305D9DF3768C2FB5CBCA0B1B57D0C7F /* Support Files */, - ); - name = "boost-for-react-native"; - path = "boost-for-react-native"; - sourceTree = ""; - }; - FCC35511129B9FF3E63A73930D5D8464 /* Multiline */ = { - isa = PBXGroup; - children = ( - F22EB5E9D9AF14B732F142E39A2B20D2 /* RCTMultilineTextInputView.h */, - A1B1E9FD44F86147BC309712FAF9CE43 /* RCTMultilineTextInputViewManager.h */, - BB9F9260AB105CD83A06EDFABDB69666 /* RCTUITextView.h */, + 2D948C42D7D62395BAE15F62DE58284D /* RCTMultilineTextInputView.h */, + F2ABA0EC6DD27A758C9B450D18626FDA /* RCTMultilineTextInputViewManager.h */, + 31D8FB4D8CDC590470E0E0AE686A35CA /* RCTUITextView.h */, ); name = Multiline; path = Multiline; sourceTree = ""; }; - FCF903E1E4248D32980AF1AA064950F8 /* GoogleDataTransport */ = { + DFB169EDD2D4F53C440152FC617AADF1 /* Support Files */ = { 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 */, + 1C181B6F78FE3A1504BD63167B36C163 /* FBLazyVector.debug.xcconfig */, + 7459487F20F9F9AF28F12620FBB881FD /* FBLazyVector.release.xcconfig */, ); - name = GoogleDataTransport; - path = GoogleDataTransport; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/FBLazyVector"; sourceTree = ""; }; - FD3CD3F4BDCF20E94D3C3535D7B7AC97 /* CoreModulesHeaders */ = { + E00DFA4F5718EC43CCA50D240B607ED5 /* Pod */ = { isa = PBXGroup; children = ( - 4CE692EBB536E058E9DFD134C0D562C7 /* CoreModulesPlugins.h */, - BB15336F39A847D9E56CF9A10569148E /* RCTAccessibilityManager.h */, - 216AD0826E6548AC6A92C4157EF3644C /* RCTActionSheetManager.h */, - 1BB5C7B5A52736F3BE5159030C40DEF8 /* RCTAlertController.h */, - 2CBC0B139AE3B576BFA49B173F1B6FFC /* RCTAlertManager.h */, - F51EBD7D1E38C1BF4D25338DB69E8B16 /* RCTAppearance.h */, - CD7949D5C48340C825D94397FB112210 /* RCTAppState.h */, - DCB09A0C1EE7D3ED5287C05CB717B015 /* RCTAsyncLocalStorage.h */, - 5F285C3D6A6BE88ADB246061305F1A69 /* RCTClipboard.h */, - 706BD084D3614677F1F93407910DC559 /* RCTDeviceInfo.h */, - D7BB667CBF23AEB10205AD5FBE1F58B8 /* RCTDevLoadingView.h */, - 9FFA058CA3E1841ED42F1D92D497A947 /* RCTDevMenu.h */, - 8658B368F1B7D145A580B420270ED836 /* RCTDevSettings.h */, - 2DFB7FBD224B63D4BFF1E65D17D848D0 /* RCTExceptionsManager.h */, - 98586AB9F1BC0BE3222F41C96FB5FEEA /* RCTFPSGraph.h */, - B74DCA1E479BBC083FD52F94A88CED48 /* RCTI18nManager.h */, - 83BCFEE40220888A29C367704FD6B9C3 /* RCTKeyboardObserver.h */, - 076AF9B37344148E311E7B228A383DEE /* RCTLogBox.h */, - 0CFE095BDA552AD234DB5828A9742226 /* RCTPlatform.h */, - 92688811DF7A9926F8FB520E04113464 /* RCTRedBox.h */, - E5902898DE8BF6080BA3BDD1BC6035AA /* RCTSourceCode.h */, - 36CBD3B9AE26C9FF2C3B8434C10D50CF /* RCTStatusBarManager.h */, - 97BC23DB30FC0E706968AF8308390589 /* RCTTiming.h */, - 7E074E72FAA8B2520F43080EF554B384 /* RCTTVNavigationEventEmitter.h */, - 7F5528EA09EFAE6B38E3C1160D4CFDF3 /* RCTWebSocketExecutor.h */, - 2F17182801B719DC47BE8A85A1AACA4D /* RCTWebSocketModule.h */, - ); - name = CoreModulesHeaders; - sourceTree = ""; - }; - FD6924DD1E3ED295D2D3AFF487AE0273 /* Pod */ = { - isa = PBXGroup; - children = ( - 3FCF27F09BB1924CF17AC406A7A314EE /* LICENSE */, - AD8FD54B11A8FD22729D131CA3137355 /* react-native-netinfo.podspec */, - CBB68EE9871285130B9EC70E27E0482F /* README.md */, + A1EC97CE3C7B21B75D1C63FE3D1AC8A5 /* UMFaceDetectorInterface.podspec */, ); name = Pod; sourceTree = ""; }; - FD974D67475CF081710734FD9594C27A /* Support Files */ = { + E027BB5EB0E4DD47073F5554FA194FAD /* Filters */ = { isa = PBXGroup; children = ( - EF1698FF21DF374A4AE9D31ABE3A971B /* DoubleConversion-dummy.m */, - 7EA3C07A080C8580BDF69166E8CCBA8B /* DoubleConversion-prefix.pch */, - 7BA7E8BFE2A902C8F99FBEBECCB83C70 /* DoubleConversion.debug.xcconfig */, - 79A07B20A25B5F8E552A71848887B615 /* DoubleConversion.release.xcconfig */, + ECBA6949FCB258015A7DAC8FF65AC8B5 /* BSG_KSCrashReportFilter.h */, + 145A197DFD6A1D029291D4B56C17D79E /* BSG_KSCrashReportFilterCompletion.h */, ); - name = "Support Files"; - path = "../Target Support Files/DoubleConversion"; + name = Filters; + path = Filters; sourceTree = ""; }; - FFD69D793D026CFAF42E787D7A7158EB /* RNScreens */ = { + E0DC623F9EAD540B26E6760F2C3137B1 /* Support Files */ = { isa = PBXGroup; children = ( - 6AF9EFE5D574B9917683C13991CEDFD2 /* RNSScreen.h */, - 2BCABA2BCE526F180984A94646D499AD /* RNSScreen.m */, - 3F9EFB1202C400D49F1D4FE6CF851BFB /* RNSScreenContainer.h */, - 9657D1E397B1F7BA25435BCFB99BA4CE /* RNSScreenContainer.m */, - 608F5520F27C16859DAFCDD1B353494E /* RNSScreenStack.h */, - A41FF385F58591270ED5B0C665F20415 /* RNSScreenStack.m */, - 533B367B186F31868EC38D4FD04E6896 /* RNSScreenStackHeaderConfig.h */, - BF3AB2AF8C3245233CA9BD2973C44369 /* RNSScreenStackHeaderConfig.m */, - 7EC0FB8C6D6E0DB01F6D88F1CF903ABF /* Pod */, - 9B1CE42BE148DF04FEC01AE4FC398A8E /* Support Files */, + DA8CE404A2E22F57C8E1DC7AEE829DA3 /* EXVideoThumbnails-dummy.m */, + 18A0BAF81AC2DF6674AE09147354B0B7 /* EXVideoThumbnails-prefix.pch */, + 47262A9E91FAC40A2504EBE0BF115D6C /* EXVideoThumbnails.debug.xcconfig */, + 430D63F3CC6C06189CAF4A6C0C7E59FB /* EXVideoThumbnails.release.xcconfig */, ); - name = RNScreens; - path = "../../node_modules/react-native-screens"; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXVideoThumbnails"; + sourceTree = ""; + }; + E0FBAFF0043DF067DB8501ECAF1E772D /* Support Files */ = { + isa = PBXGroup; + children = ( + 227927CE1D19E4942FEA8851AA846C35 /* Flipper-dummy.m */, + 82AD45EE564927FCAE6998163EE143B6 /* Flipper-prefix.pch */, + D2BDB1088A70F74E98A3165BF3966C41 /* Flipper.debug.xcconfig */, + 410EBBA88D287A751A8871F7F6B9042C /* Flipper.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Flipper"; + sourceTree = ""; + }; + E12D64AB46E5EE61E6100AE8E08890DC /* Pod */ = { + isa = PBXGroup; + children = ( + EE95BBFA2BAB9385C931EA76C0FBB84B /* React-RCTText.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + E23EF1D677EB158CA357D867E97FEB75 /* VirtualText */ = { + isa = PBXGroup; + children = ( + 4554D1D84F3920F9F2B6C4EAEF121C6C /* RCTVirtualTextShadowView.m */, + 309642FB95A22606F887B71D1E9C2501 /* RCTVirtualTextViewManager.m */, + ); + name = VirtualText; + path = VirtualText; + sourceTree = ""; + }; + E28CDF79AB590810EFA0FBCCA13B2205 /* React-CoreModules */ = { + isa = PBXGroup; + children = ( + D80573F8F8662493F4F6250CAAECCE40 /* CoreModulesPlugins.mm */, + 7B496723CD35AE846793F3584FE4A8A6 /* RCTAccessibilityManager.mm */, + EF352D0A030E3CE2B2578A48A0987F1A /* RCTActionSheetManager.mm */, + 827FCE3DF0C9E19B98CE51D13FC94F17 /* RCTAlertController.m */, + 61893266711CEE5957AF33C057EC16BD /* RCTAlertManager.mm */, + E7740D62E0EFB9FD9F3B2BA16F16C8A3 /* RCTAppearance.mm */, + 6037B1836FC9B47B5EE1CA6F1B9245F6 /* RCTAppState.mm */, + 7754263A580B5143001A945B728F2CC9 /* RCTAsyncLocalStorage.mm */, + 21F635B15DBE25B44B6550F4CC74E58D /* RCTClipboard.mm */, + 2B3B0B2EC8632D1A547A057197AEA9CC /* RCTDeviceInfo.mm */, + 852E96BD29764AB62207BFF07BDAF3AB /* RCTDevLoadingView.mm */, + 9429FCB0CD7F5E66854403E622138720 /* RCTDevMenu.mm */, + 77A34398C54062754130A467F9CB01C7 /* RCTDevSettings.mm */, + 5EFF9E655FC5FFDA28EBA9229EA60072 /* RCTExceptionsManager.mm */, + 465A1829A8D3CEED3C7FE5144BBF88C0 /* RCTFPSGraph.m */, + A4604DD37F55EFC257D4E38E2CB959D3 /* RCTI18nManager.mm */, + C43FCC9C075735D60B8EA4BE51455BE6 /* RCTKeyboardObserver.mm */, + FE1B62870D71E82F4730CA55A7BA39E4 /* RCTLogBox.mm */, + E59AD4C9354D0F101FA7AD6EA710EADC /* RCTPerfMonitor.mm */, + 798E15E8B123AFAFFE3528D1F1D5FA59 /* RCTPlatform.mm */, + 4AD66AD77E6FAD6AC36A973EE0A3AF3E /* RCTRedBox.mm */, + D1FFE71451B7E045750CAED66966C082 /* RCTSourceCode.mm */, + 06650164322937D65716F7A2C24EB589 /* RCTStatusBarManager.mm */, + 45F30646BBA4C29A80747A8B454C5F92 /* RCTTiming.mm */, + CA4F1207129E49A9496EDEC5BE5AA1A0 /* RCTTVNavigationEventEmitter.mm */, + 254337FDDE48B0AF3C8F127F3C031CE6 /* RCTWebSocketExecutor.mm */, + 52FC83DA058810AB230CE35076F6E05B /* RCTWebSocketModule.mm */, + 6FDCBF6B2A4059BEFDBA2C6CAA9E0CB5 /* Pod */, + EC15EE0C6A1C857E08837EC7C389A158 /* Support Files */, + ); + name = "React-CoreModules"; + path = "../../node_modules/react-native/React/CoreModules"; + sourceTree = ""; + }; + E2C631B2F6556AA958BDB2DC044372C6 /* Support Files */ = { + isa = PBXGroup; + children = ( + 233158517BDA4D9A18239A72DFD62838 /* ReactCommon-dummy.m */, + 597950009AD457CEB4719A4A89DF555D /* ReactCommon-prefix.pch */, + 989C1D2C9C9C73B53A105C2DACC22189 /* ReactCommon.debug.xcconfig */, + 67026CD0ECD52AC5700882B10EFEA19D /* ReactCommon.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/ReactCommon"; + sourceTree = ""; + }; + E37621E2B90690BCCBA366FAA5CE2E3C /* Support Files */ = { + isa = PBXGroup; + children = ( + 05DE5D933068276F2D0A40944B7E3ACA /* FBReactNativeSpec-dummy.m */, + 48940765CA0137C517509C943DABE092 /* FBReactNativeSpec-prefix.pch */, + 775305329771C4D6BAE4A455ECF0FB8E /* FBReactNativeSpec.debug.xcconfig */, + BFFCBF9E443244665BE0D467E1D4C23F /* FBReactNativeSpec.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/FBReactNativeSpec"; + sourceTree = ""; + }; + E3EEF75EA769405D23729B271976134C /* highlighterview */ = { + isa = PBXGroup; + children = ( + B1D2D077A72C2CA68290ACDD38E29525 /* HighlighterView.h */, + 799585816ABBDF951BE6188C04E76AD9 /* HighlighterView.m */, + 1A65636F4A8D062986B315E3ECBB1A81 /* HighlighterViewManager.h */, + 93C653F312878CDCD6470603ECF0ADD4 /* HighlighterViewManager.m */, + ); + name = highlighterview; + path = ios/reactnativeuilib/highlighterview; + sourceTree = ""; + }; + E431B164B0DE7053D12C2F08C864FC15 /* Flipper-PeerTalk */ = { + isa = PBXGroup; + children = ( + 17DF388685B510B7C511C9636DD2AC1F /* Peertalk.h */, + 69A8063E029EB62B63C6F9F137E81288 /* PTChannel.h */, + C583B48651A6AE5F3C49037E2E4F4570 /* PTChannel.m */, + 48840F3BEA1AF99CE935E6E4743025F2 /* PTPrivate.h */, + 5C8A800D4F39164206AD8CD08A83BB31 /* PTProtocol.h */, + 11AFBFDEA8639E46A6B8C988B5275835 /* PTProtocol.m */, + EC6877456AAAAB846059A7FC5EBAD7A3 /* PTUSBHub.h */, + B6275E20E229188AE4D58A528E2BFA90 /* PTUSBHub.m */, + 12E4F262BEFD5C8BA595FD2554396AEC /* Support Files */, + ); + name = "Flipper-PeerTalk"; + path = "Flipper-PeerTalk"; + sourceTree = ""; + }; + E43EB98F3A185A50884A1F3F5FA3DC08 /* React-jsinspector */ = { + isa = PBXGroup; + children = ( + EE96CE37142480C5158FC4BE77AD60D4 /* InspectorInterfaces.cpp */, + A94CD51A37D820FFA66F396ADBC09B4E /* InspectorInterfaces.h */, + 841D36243E0B9C1B663E61437FBB80EF /* Pod */, + 3A633A4B78D3D098A390BC5F7EC1552F /* Support Files */, + ); + name = "React-jsinspector"; + path = "../../node_modules/react-native/ReactCommon/jsinspector"; + sourceTree = ""; + }; + E483A63C067044559B80C15BC1F1BA08 /* Support Files */ = { + isa = PBXGroup; + children = ( + 05EBD8042256D7102C86C01E649E4EB2 /* UMPermissionsInterface-dummy.m */, + 28CF09182FB56E436792D33978FF6212 /* UMPermissionsInterface-prefix.pch */, + 7D411A7A5D5F793055E135D8670D09DA /* UMPermissionsInterface.debug.xcconfig */, + 9C866525F9B87D1FF8DC25351A5C47BB /* UMPermissionsInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMPermissionsInterface"; + sourceTree = ""; + }; + E4AD31726F3141D3211A8C7D0F1DCF51 /* Support Files */ = { + isa = PBXGroup; + children = ( + 8DB1A6707774A2D80AB10144F384E36C /* OpenSSL-Universal.debug.xcconfig */, + 0694EF1F31054BEFECF53E236B255B4C /* OpenSSL-Universal.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/OpenSSL-Universal"; + sourceTree = ""; + }; + E4B64A88937109B8B1513F5A0161FC1D /* Support Files */ = { + isa = PBXGroup; + children = ( + A818E9D7D84816AA7D03AAEF4CCB68B9 /* Flipper-DoubleConversion-dummy.m */, + 5AE18B6B08E87D23C4C7FE9D74CF3C8B /* Flipper-DoubleConversion-prefix.pch */, + 0F46C792AF8A4B5317C9699D9305928A /* Flipper-DoubleConversion.debug.xcconfig */, + A60F11BF9CF3FFFC67986BC979D6A6C8 /* Flipper-DoubleConversion.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Flipper-DoubleConversion"; + sourceTree = ""; + }; + E4E055A3E1BAE70626900B0B62141BB6 /* Support Files */ = { + isa = PBXGroup; + children = ( + C5BA29567E5C9F55BC9BAD251874B9A6 /* FirebaseInstallations-dummy.m */, + 0736579352E1125A2CF8F5040F42F6B6 /* FirebaseInstallations.debug.xcconfig */, + 67DF051E655B8DB6FF36A044D88E2193 /* FirebaseInstallations.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FirebaseInstallations"; + sourceTree = ""; + }; + E519178767BC69224443D19980CC7545 /* RCTRequired */ = { + isa = PBXGroup; + children = ( + 4C7957C314C03FD9543FAC261C156FD2 /* RCTRequired.h */, + 30F75CB5D9A115EDCEEE4C2929714BF6 /* Pod */, + 004B7FDA999CDE9D0C65FE1196562793 /* Support Files */, + ); + name = RCTRequired; + path = "../../node_modules/react-native/Libraries/RCTRequired"; + sourceTree = ""; + }; + E6AF19AF15AA65725644431572D90275 /* Support Files */ = { + isa = PBXGroup; + children = ( + C61D4BE431DD16660A6E34A70B5722BB /* RNVectorIcons-dummy.m */, + C29C15AA1947DF525D6854B3C6EC2796 /* RNVectorIcons-prefix.pch */, + 6033D0466EABF229038D9CFABD4FA5B5 /* RNVectorIcons.debug.xcconfig */, + C5677B6C2E6EAB808D5F1D97E92F9D37 /* RNVectorIcons.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNVectorIcons"; + sourceTree = ""; + }; + E92D091094D8D28F23CA35FE552C619B /* CxxModule */ = { + isa = PBXGroup; + children = ( + 1F537359B37EE1C12B2330F32445A4FE /* DispatchMessageQueueThread.h */, + 25115ED9E0688CD4BD31DF6FF3AA66C8 /* RCTCxxMethod.h */, + 84CE3059AC4672CFB97895E9830B761C /* RCTCxxMethod.mm */, + 5AF7693D4EB04D58C4B16B14FEA5F240 /* RCTCxxModule.h */, + 273F08569F1F8BB2F5DF569E36AE5E19 /* RCTCxxModule.mm */, + 61F0E57ED13E327DE89CD14B375E8D1B /* RCTCxxUtils.h */, + 1A7E51AF577D952CCA0C97D665CB4D35 /* RCTCxxUtils.mm */, + AA960263563B639FF5C845EB38459952 /* RCTNativeModule.h */, + ED959F45E1304BCCC620995FC2276E02 /* RCTNativeModule.mm */, + ); + name = CxxModule; + path = React/CxxModule; + sourceTree = ""; + }; + E9D4E84B515FDF7EEE9E79821BB23709 /* nanopb */ = { + isa = PBXGroup; + children = ( + 219825AFAC722180ACF8A69FAF1FAEE5 /* pb.h */, + 2385DC3E3A9A165DE4441F9CBD5B442E /* pb_common.c */, + A6BFCDB1FED70B284B34560196F59D70 /* pb_common.h */, + 2EFB83CD61B8A066B0F4604BA76B8386 /* pb_decode.c */, + EDEC15E0C9D46C33569E397684D55D8A /* pb_decode.h */, + C8ED84448B8683AE06C03889B5D252A2 /* pb_encode.c */, + 77A1458A01CC8F538A51983E768C0ABE /* pb_encode.h */, + 54B8B61AA8CB69A3454CD8004E9D1718 /* decode */, + 5DAB1FAB719CF62C52277F2C495C5E63 /* encode */, + A0C3D08B5A014B6F8685AB27D5CD8FA1 /* Support Files */, + ); + name = nanopb; + path = nanopb; + sourceTree = ""; + }; + E9F1782AEC0FB5475B118029DC64CE66 /* Nodes */ = { + isa = PBXGroup; + children = ( + 469142A6819651BBB18FDBC05E0C190D /* REAAlwaysNode.h */, + 7E086F8D165A41EC4A7E9532A16376FB /* REAAlwaysNode.m */, + 60126AA529A9A58D369ADBCDDB98A69D /* REABezierNode.h */, + 9D2EABB3B4CEBD1B746DF1E140AEDAE8 /* REABezierNode.m */, + 3FDD667510AC0E05811B5CE0C70BF282 /* REABlockNode.h */, + 8B7E030586A6CDD93DD206DAFB25FD7A /* REABlockNode.m */, + 9DE4AAC3B33328F2B2C1A8173441996C /* REACallFuncNode.h */, + A9404AECE4D2B1FF59CBCDA68C8326ED /* REACallFuncNode.m */, + D20C2D472A3E874E0BAA9A968DC959EF /* REAClockNodes.h */, + 60981276AE60BAB18DDACEFB5AC9C9FE /* REAClockNodes.m */, + 6453C82FBEF34160784938A8FE975404 /* REAConcatNode.h */, + 17532B9D42B5A061A876446A623EAF7D /* REAConcatNode.m */, + 2EF78237D1B5E85B2D1AA5E918837462 /* REACondNode.h */, + 962F3FFD33729F2094C44EE0381880D1 /* REACondNode.m */, + 8DC7B25DC570EAEFC6907126C0EA4107 /* READebugNode.h */, + 992CFC6AD0F02DD478F05B9FEDA425F5 /* READebugNode.m */, + 5CDC9CE8EC1F46B2A27CDDF17FAD64CB /* REAEventNode.h */, + CE8BA9F4107603F842200C72ADCF000B /* REAEventNode.m */, + FD821F115264CC54A315E735233061F7 /* REAFunctionNode.h */, + 200E55DBAA004E4AE0B48A4781BE93B0 /* REAFunctionNode.m */, + F2E278565445CA941506BA7674691D36 /* REAJSCallNode.h */, + 5DAAF48DD75A7FCB00050188F22E3CCB /* REAJSCallNode.m */, + 5E9541F58B7C9E066DB7C2C35E4FA267 /* REANode.h */, + 1FC7BCB7D558F56A22BB817A2A61290A /* REANode.m */, + 0635329C05A5348AA7D944F7366247E6 /* REAOperatorNode.h */, + FBD0F432BD530E6E696BB84BCD7176DC /* REAOperatorNode.m */, + 409045891A857E4FB13E4C3236F5AF40 /* REAParamNode.h */, + E41F207ACD07DBC20883F75EB0E1EE62 /* REAParamNode.m */, + EE6E404607F9E16D56BF06CB01829B3E /* REAPropsNode.h */, + 769E45D6BC9DB8E472B3B91831A9E43F /* REAPropsNode.m */, + 9A38213FBE123CEDD3DBAB80FFA05BDF /* REASetNode.h */, + 7B38D7152A488C47E0D70A89431B06F1 /* REASetNode.m */, + 588014161049963FD9C75800C2E3D551 /* REAStyleNode.h */, + E5A5AC279A21A621EBA41728DBB9C81E /* REAStyleNode.m */, + 7EC55FBC5676974833BC46C682E7FD33 /* REATransformNode.h */, + D7187E3A4308DF518E76CB565579DA6F /* REATransformNode.m */, + 665EB00B4368F3EB1506C0344A7B418B /* REAValueNode.h */, + CC3483B58A8046223ECBF864733BFE5A /* REAValueNode.m */, + ); + name = Nodes; + path = ios/Nodes; + sourceTree = ""; + }; + EA9A721AAE23C1E205AE47A7D7E9AAD6 /* Support Files */ = { + isa = PBXGroup; + children = ( + D216956D2B2EAED16C09745CF8B1B73A /* RNCAsyncStorage-dummy.m */, + 12ACC2C27DAC252B6223811A5B8E1E3F /* RNCAsyncStorage-prefix.pch */, + 3A33620D88D324693CFE54D8B6E7ADBD /* RNCAsyncStorage.debug.xcconfig */, + 6E53B5765F7401237F55A261FE009112 /* RNCAsyncStorage.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNCAsyncStorage"; + sourceTree = ""; + }; + EB056BBA3390758A2AD140B72076AE0B /* RNCAsyncStorage */ = { + isa = PBXGroup; + children = ( + 002E6788199E18385C5B416D83707855 /* RNCAsyncStorage.h */, + 4D16B6B5134019A1BD45B6288FD6B677 /* RNCAsyncStorage.m */, + D141E6BDF018931E032A844277A5C2B1 /* RNCAsyncStorageDelegate.h */, + 3C9064BBD6B41727AB1F7C366063CE5F /* Pod */, + EA9A721AAE23C1E205AE47A7D7E9AAD6 /* Support Files */, + ); + name = RNCAsyncStorage; + path = "../../node_modules/@react-native-community/async-storage"; + sourceTree = ""; + }; + EC15EE0C6A1C857E08837EC7C389A158 /* Support Files */ = { + isa = PBXGroup; + children = ( + 84427663997EF28DDC31D19E75CA8C9B /* React-CoreModules-dummy.m */, + 47C83A5AAE9F3AF9A4E05E6318DC0A57 /* React-CoreModules-prefix.pch */, + A3E7E2A6B7A95EF68D0C44BB708B47BB /* React-CoreModules.debug.xcconfig */, + 575080636316C9C74D251F9C23BA8A40 /* React-CoreModules.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-CoreModules"; + sourceTree = ""; + }; + EC1731B7E6AEB24E9F7BD4BB93869C28 /* Static */ = { + isa = PBXGroup; + children = ( + 3EC36A6DDD592C2F083768A3742979C8 /* aes.h */, + E65606057B2992A85B42A62E8F6424EF /* asn1.h */, + D3E1BE65379385871BE23BB1A4EACA3C /* asn1_mac.h */, + B5E66FCC46EF5C87502C4164AAA1BB16 /* asn1t.h */, + 097638F6AE856DD306E8A4AD4EB1600D /* bio.h */, + DF809B8243E77B299694C6B94C8461FA /* blowfish.h */, + 9B144E6E025AAF680D34B1E15B70EE2E /* bn.h */, + DEBD3AFBE3C14240F4357D3E839E117F /* buffer.h */, + 300EC2E6294C9B1FCAE14C5725D62BCD /* camellia.h */, + B983F834ABCCC976E999A95F26DAB6E3 /* cast.h */, + 4AE1B89F2E5BB6764B1F0029BA92CB12 /* cmac.h */, + CDFEF2FDA83D6FD1E8081A567FBB3E77 /* cms.h */, + 4CDDDEF798E32BB6D0230127B067BD31 /* comp.h */, + E8C8982054DC659E090281B23A9147AE /* conf.h */, + 1589B4C32B6BD1ED79F861D25D414B17 /* conf_api.h */, + 681D1BFFB37EC59550735E977552E3C0 /* crypto.h */, + 6876F8BB3EBE993E1ED31F741D6CCEFC /* des.h */, + 0E831BE6878850FFD8D43D40671ACE59 /* des_old.h */, + BC744500DAC390669C60FA8ADA356EEE /* dh.h */, + 836548E11AD026AD6DC99D6C50A2E424 /* dsa.h */, + F0319263C96B118DC130C422AFDDA317 /* dso.h */, + 12B1C4B647631083CB1C7B1F069DC695 /* dtls1.h */, + B3230576CBD76A9A47CD9B151E068ADD /* e_os2.h */, + 9AABB3F05AD8A6916C2A9C2F32D46A0E /* ebcdic.h */, + 83C454A28D7E1F7E70BDB739F8E97F6D /* ec.h */, + C50741044673C5C0B834973B93224AD7 /* ecdh.h */, + CEB25B5B6A171032B2D0F3EB28AEC257 /* ecdsa.h */, + 1BE84C2EC72E9292AE0AEFED39D90AC8 /* engine.h */, + 66517E705F81F4A87A5B6D4A72264A33 /* err.h */, + 945A998D8D6F2A451D4C75B165DFF57B /* evp.h */, + 41121529E0B8B2B34F30AD98F24AF717 /* hmac.h */, + 16AB97F35B372C911D9E7131F3FDB656 /* idea.h */, + A911CFD8893E52B629DE49206D2DF69C /* krb5_asn.h */, + F097D2E594A029BA815DA497F895457E /* kssl.h */, + D7B58D635198088340281B0D435774A9 /* lhash.h */, + AE0167476297622AE05F775D5346E24C /* md4.h */, + B400F96C7C5634A9A0AF2F3B354D0184 /* md5.h */, + 518740A5CBCB5A5F796984985C2C3AB9 /* mdc2.h */, + 359BBDE94C1C6326FD5377D21E4942DC /* modes.h */, + BA63034BF9427E54D8EB3BF89CCC5C66 /* obj_mac.h */, + 7B8AA92954F9ABBA9C067180A927AB50 /* objects.h */, + B8FA71C5878CCD64C2B28AF01BE87986 /* ocsp.h */, + F0B3EB7937D1E3E6786104A5843E1BAC /* opensslconf.h */, + F9B9B25C6B4DBDEB21C1A46EB7A7AD7D /* opensslconf-arm64.h */, + 7F0A6BA8404E285795F2E42106F37031 /* opensslconf-armv7.h */, + 4562973B581B362AEC0AC252C82B4336 /* opensslconf-armv7s.h */, + 22C48FD385198ABFFD9790EE0FDC8E68 /* opensslconf-i386.h */, + 9F9E370B5E3191AAB1EDF77F5748732D /* opensslconf-x86_64.h */, + 784BF6F35515619B15E7ECA2C1EA3045 /* opensslv.h */, + C86765A19DFC2F79ACDAA79972284025 /* ossl_typ.h */, + 5D7EEE0FEAF9CBBE07C4E6C70328BCAA /* pem.h */, + CB3DF30B0A4311AEF9E0DB413B8A5B95 /* pem2.h */, + 722CCDEA7CAF2F123BB30C90BBA37E78 /* pkcs12.h */, + 6DC3E7A414C388D8F40CF627142127DB /* pkcs7.h */, + 76A42B77B2664669986DB73D8AC8C718 /* pqueue.h */, + 0BC2C7F09F0944324061A762216EC147 /* rand.h */, + 8C110B8D60657822A3E2D496193BF674 /* rc2.h */, + 776D1C375CC0567F8776866DC862077C /* rc4.h */, + 189D74BBA13B1F4EC8B480C5CE3F8C9B /* ripemd.h */, + FFA9006456C94D8C5302E65469C2A1BF /* rsa.h */, + D9EA23DB20F54BA8BD70F8A783996FAE /* safestack.h */, + 6C7209D34D9F723C74D895DA8B019FF0 /* seed.h */, + 4487B1D78D5158D32407735F1C6393A0 /* sha.h */, + E274BAF4389599AFB583669365BC1BEB /* shim.h */, + 2475BF85D37BA5429B5C4E4906EAEC9E /* srp.h */, + 39A5FE9F1AEFE46B122DAC5D4D5D8F70 /* srtp.h */, + E166E5F4A2FAA4855CCC6BD23B6051AA /* ssl.h */, + 51911293F83E7DE8F2D5FABC851B2BBF /* ssl2.h */, + 374E2A8BCBA001DB8696ADDBEE24173B /* ssl23.h */, + B7127496769C64C8D86C16527CFEF388 /* ssl3.h */, + B1BB82E0B1DAD1F6272BE3BA3A13BC46 /* stack.h */, + 12A2F2A66C2AACF66E199933E47BF368 /* symhacks.h */, + 6431587DEEB248B6B3F2A239B57463A7 /* tls1.h */, + 7502DEA7F77E4E0C82462B3DB9490C55 /* ts.h */, + EF28D3FEA012AC84CDD1E09C530A6B7D /* txt_db.h */, + 67F7FC07A247E6BDA5D41B9C3BF41FF3 /* ui.h */, + 83B04E9F3DE80ECABE3919AB14AC94E1 /* ui_compat.h */, + CA01659BC96B7113D0A9F8782A1BA57C /* whrlpool.h */, + 0505BACFE5DA5D22ABA166463EEBCA8F /* x509.h */, + 0DEE7FC24BD85092D92B1A3BFC625001 /* x509_vfy.h */, + B265919126C5F0C930C8FDC30A8B3082 /* x509v3.h */, + B5E3FD57FF02F46F07F3C438847DEDE0 /* Frameworks */, + ); + name = Static; + sourceTree = ""; + }; + ECE8C536A38AC1AC1E17F8D998E8526C /* Support Files */ = { + isa = PBXGroup; + children = ( + 7164C6658381E354D5DAE68D9912620E /* GoogleDataTransport-dummy.m */, + 8A411E244EF7AE4241371AC88EFBF69E /* GoogleDataTransport.debug.xcconfig */, + 625A76F204A94480B8EC729EB40F3494 /* GoogleDataTransport.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/GoogleDataTransport"; + sourceTree = ""; + }; + ED0066AD6CBDF759E02D8DF2469F2D97 /* Pod */ = { + isa = PBXGroup; + children = ( + A12DB8E8810002BA835B88EAB0BF2D2F /* UMCameraInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + ED676383B0435EB33AEB60AC6C3124CE /* Support Files */ = { + isa = PBXGroup; + children = ( + B514D47A040B9DF18984AF6F722533E7 /* UMCore-dummy.m */, + 150B2EBC8CD9E5B4EA36DF6AE46D23C5 /* UMCore-prefix.pch */, + EABE0DC8FA938D2889DA73DD261A8678 /* UMCore.debug.xcconfig */, + B770C35A13C149FE50773C8BFEF0B2F1 /* UMCore.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/UMCore"; + sourceTree = ""; + }; + ED788B26F2CB61BF90C19256B8826963 /* RawText */ = { + isa = PBXGroup; + children = ( + FF89857D279B86DDBCF11CA49B50872C /* RCTRawTextShadowView.h */, + 2DE8EB714916C2E2E26AD7D616979B2A /* RCTRawTextViewManager.h */, + ); + name = RawText; + path = Libraries/Text/RawText; + sourceTree = ""; + }; + EEA51B3D70143A87F27EFBFF26BB438A /* Core */ = { + isa = PBXGroup; + children = ( + DBAA3D18901F8853811C9F9ABB0E3677 /* NSBezierPath+SDRoundedCorners.h */, + 5A9669ED11A9E463D1590F17A7F7F28A /* NSBezierPath+SDRoundedCorners.m */, + 3D403325E291F56CA6849A3B62C87283 /* NSButton+WebCache.h */, + 1F45424D372D802349364DB0D03AB1B8 /* NSButton+WebCache.m */, + 991C86F1E1105DBD0EE065057657A229 /* NSData+ImageContentType.h */, + 9D3994F19D1378AF42910B9EA330DBC3 /* NSData+ImageContentType.m */, + 5C525C5907F010817E5658E6A7195C3C /* NSImage+Compatibility.h */, + 36F839239A7F7C889FCED8E93F5C148A /* NSImage+Compatibility.m */, + 5E2C529E2D0AB219417CD716AB867B46 /* SDAnimatedImage.h */, + C620346BEF5BEBC939F5FFEA68AFB555 /* SDAnimatedImage.m */, + D3A3E6E7004AA22F925E277F5163E404 /* SDAnimatedImagePlayer.h */, + 3A5D2DC070C265293655E1F6742142A5 /* SDAnimatedImagePlayer.m */, + CC17D0860C5A0DB787C799CCD88FF85E /* SDAnimatedImageRep.h */, + CFBC6FA56F6587A0DB9E528B624C4C7C /* SDAnimatedImageRep.m */, + 82AE08154A39917FB955DDC9343710BB /* SDAnimatedImageView.h */, + 6BB498C91C322ECF705C82358243E3E1 /* SDAnimatedImageView.m */, + 46B56B9892B78D03E35CD480CFE26A41 /* SDAnimatedImageView+WebCache.h */, + 1CCD8C15E9FADF2B1470A5346D580C8E /* SDAnimatedImageView+WebCache.m */, + 163D55EAF28D38658F5BE55D0DACA4EE /* SDAssociatedObject.h */, + 09F4117E3C107202B0688D11DCFF4342 /* SDAssociatedObject.m */, + 8D48AC26D08ED54088F0CEA59C5CBF5D /* SDAsyncBlockOperation.h */, + 79F55FE2CA43DD2181B0042251B1A50B /* SDAsyncBlockOperation.m */, + 78EB68FE538F5CFF5D4B5861D303051F /* SDDeviceHelper.h */, + 9586FB313EFD09879338CE1DF5F5C845 /* SDDeviceHelper.m */, + 77FB42E7D8AC8D67F4478E7F538C6A8C /* SDDiskCache.h */, + 72B4D1A8A7D486313A32FD84B6F9EEE0 /* SDDiskCache.m */, + 13CCA5A96C300751C62A9C1FBD674B55 /* SDDisplayLink.h */, + 7AA1553E44DE043F47E4A74FD4922802 /* SDDisplayLink.m */, + DA85F70D686D57745C27D2F151BAF1BF /* SDFileAttributeHelper.h */, + 251BD7FBA9F798839B1CEA69E88AC3DF /* SDFileAttributeHelper.m */, + D4C489D27437C4BC3FD8D7D6E1EB9C71 /* SDGraphicsImageRenderer.h */, + 2EAE1066BEF2FD4647B66F5EDFC89AF6 /* SDGraphicsImageRenderer.m */, + 3EBC8076F6E2C325FADD1AF9F40E50EE /* SDImageAPNGCoder.h */, + D13D01B486CA1E35734C12F6B1AB833B /* SDImageAPNGCoder.m */, + E7DF3ABD9357441CC26EE45967E7CF0B /* SDImageAssetManager.h */, + 0B54AA653DF35F3B04FE24B3F0F52D87 /* SDImageAssetManager.m */, + BC3747A9B6973F544CF5D8289FF276BA /* SDImageCache.h */, + F63AE79BFD695A1F10284D8B26E24B09 /* SDImageCache.m */, + CC34329504E87909C54F9A441F340297 /* SDImageCacheConfig.h */, + 082EE5AE2E745F48AB4927D697240ADA /* SDImageCacheConfig.m */, + 9452061CECA9DB8C30A97BB751ECD436 /* SDImageCacheDefine.h */, + CA1FC73D519F940B2E5D6DAACD9E8993 /* SDImageCacheDefine.m */, + 6FEDFBA1B5DBB09EEB2A037F398648BB /* SDImageCachesManager.h */, + BA9F4CB1155670F151147B6AE19B980E /* SDImageCachesManager.m */, + 85B6D56B5E3D5B7694DCC6F8624C5F88 /* SDImageCachesManagerOperation.h */, + 0D9549C32083D51DE255494481FBDE83 /* SDImageCachesManagerOperation.m */, + EA5581E0B46CD7A8772ABC9929BAE600 /* SDImageCoder.h */, + FF1A61BD0235E82BABA187500E6AD16C /* SDImageCoder.m */, + DC0AE895DC540EF9F958FFF794C27FCA /* SDImageCoderHelper.h */, + 28EBEAAD45D3EEA4204C78F53427E680 /* SDImageCoderHelper.m */, + 4A36651A160ED5E27BF2EBFE6024407C /* SDImageCodersManager.h */, + 2E9A987ACDFFC72D31935B9795409464 /* SDImageCodersManager.m */, + BC1FC5901C6D1AFD1233C5E381C2F1D2 /* SDImageFrame.h */, + 79AFB9909FAF65FB1AA33378CE2DB6DE /* SDImageFrame.m */, + 26ABD1ED337BE8CC63C7D2388F1D523B /* SDImageGIFCoder.h */, + 4497738D83831E34739747CB3F01B0BE /* SDImageGIFCoder.m */, + CCF923D1FCAC30955E47F33E8DA11AFE /* SDImageGraphics.h */, + 9D617CB7466BC64F3136EAB821858E18 /* SDImageGraphics.m */, + F6904D78DB9094098E6C65587921E5B9 /* SDImageHEICCoder.h */, + AC6543FAA1AB9AB818DF16AD85E60D09 /* SDImageHEICCoder.m */, + 96966961078DB2C539AEE4757357B470 /* SDImageHEICCoderInternal.h */, + 5CFDAD0217A8B6044521616E43C33F1F /* SDImageIOAnimatedCoder.h */, + 7AE7844469C6A1526D9764478768A47D /* SDImageIOAnimatedCoder.m */, + 5C261633AEE1D7FA34DEE6B397F3A4DA /* SDImageIOAnimatedCoderInternal.h */, + A7FA8EF1ED118AF38B80393C5313A700 /* SDImageIOCoder.h */, + B779D01CDDA06546D7D354C67C7DF8A5 /* SDImageIOCoder.m */, + AEB12F390152569C7BE3DBE288BC0856 /* SDImageLoader.h */, + 79E7135E4679A3F707C13BDE615420A0 /* SDImageLoader.m */, + 1BDF37536924751A255DDFBD9A1DB228 /* SDImageLoadersManager.h */, + 4D5EB3747C5C9282E7D7FEFCE1BC1F52 /* SDImageLoadersManager.m */, + DB46B3E742955B24A371A5850DB2C471 /* SDImageTransformer.h */, + E39A30B808444B5386A3B75E3B6B1839 /* SDImageTransformer.m */, + 5519B6405054D1CFFEACA9FBACA42B01 /* SDInternalMacros.h */, + CC6B3552462A6A03980790C45BAF6425 /* SDInternalMacros.m */, + F21F9A90C1FDFEE50A904E19B1DD59EC /* SDMemoryCache.h */, + 686BE3D7EDF7F949E168E3F8EEA295CD /* SDMemoryCache.m */, + 38030D7224EAD5C7BB968D17B7E630BD /* SDmetamacros.h */, + F72E8E6136B42C6ECA5689A9D0EB455C /* SDWeakProxy.h */, + CBDDC561EB19918E20C6354BC35D1CFE /* SDWeakProxy.m */, + 72349ED3961D126A6D4CBFCDEA3EB7FA /* SDWebImage.h */, + F95D2F9F0BA791E763C76A93F145B0AC /* SDWebImageCacheKeyFilter.h */, + D9E681530523A2E1AF2D7DB8188013E5 /* SDWebImageCacheKeyFilter.m */, + B74B45145E357D358ECD98AB3E04CC5B /* SDWebImageCacheSerializer.h */, + D48315274B3D6F750CB92B4A95A80275 /* SDWebImageCacheSerializer.m */, + E2A4AFD6511FD644A9479F271B82F90C /* SDWebImageCompat.h */, + DF95469EA7E14BC4CB09CEAAF0BCF59C /* SDWebImageCompat.m */, + F8966AB8B2CD404A9B4687AAA7C1EB5A /* SDWebImageDefine.h */, + 89B0476BBB6BA780B8CCF9D82EEBEA03 /* SDWebImageDefine.m */, + AF9B48931F5D624F4F0D3A415C225349 /* SDWebImageDownloader.h */, + 1D37D03002BC8CAB7C198427C6A893F3 /* SDWebImageDownloader.m */, + AF06FF1EF1B9E032F438A7635BF0CC1D /* SDWebImageDownloaderConfig.h */, + 910F8F7AFE1CD2B748CDD37560E6B013 /* SDWebImageDownloaderConfig.m */, + 45F535C9939CB8D7D18260DB15EE5D85 /* SDWebImageDownloaderDecryptor.h */, + DB4E27D6DA145C11A06FFA7FFB2F675F /* SDWebImageDownloaderDecryptor.m */, + 2D58EDC0214C035D42717E670DEF02C5 /* SDWebImageDownloaderOperation.h */, + 6FDAF1A6C6635E4BC457E5F870F8403F /* SDWebImageDownloaderOperation.m */, + 28F9E6F066F7541992908D4A3F8D1C49 /* SDWebImageDownloaderRequestModifier.h */, + D457E01D3E7734C7C3BE3DB17FA6B1B0 /* SDWebImageDownloaderRequestModifier.m */, + AF0053C02A58B5E7E91640F59707DC9E /* SDWebImageDownloaderResponseModifier.h */, + 3596F5376E3C5887ABB3086A96CA7908 /* SDWebImageDownloaderResponseModifier.m */, + D3CBFA5AAA3659B805AE0130A4FF6188 /* SDWebImageError.h */, + 6D505FC79CCD8D171FC1115ABBD1AC42 /* SDWebImageError.m */, + CF9EE741F5AE32353A5EEB7AAB72B23E /* SDWebImageIndicator.h */, + B53E1D755C128BA8C579805F69287EF6 /* SDWebImageIndicator.m */, + F21E872AAB1925D7EC85492A1DADE0C2 /* SDWebImageManager.h */, + D3FCB3BF5C5AACDB195C09CC08C55083 /* SDWebImageManager.m */, + 1CC8C886D33FF29B38A0832852B5D4F5 /* SDWebImageOperation.h */, + D91BF9F148B3ED5BA842B10A29D6CA38 /* SDWebImageOperation.m */, + 3679FD823F7BE55AE562F9E3E38CB040 /* SDWebImageOptionsProcessor.h */, + 7C3703C50AE34DF4FB62617DEC6393A0 /* SDWebImageOptionsProcessor.m */, + ED3D6378F5BD5C29621422B0438B5934 /* SDWebImagePrefetcher.h */, + 1956B2E8F86EE099EC626D5C1C73E1DA /* SDWebImagePrefetcher.m */, + D257924AA0412A1E330909C331771D64 /* SDWebImageTransition.h */, + 20856FA4C991AEF2925753343911B931 /* SDWebImageTransition.m */, + 38171F5EFD1A548DD70FC612A9D690BA /* SDWebImageTransitionInternal.h */, + 59EA2924E6B62C630F4B12BC6879AA8A /* UIButton+WebCache.h */, + 955C5253247E33261275E00E2980DA52 /* UIButton+WebCache.m */, + ADF2E8CA0A1FFDC0E9DE25E3087C06D5 /* UIColor+SDHexString.h */, + B1219F82BAF2978E32DC0D56EF308AC6 /* UIColor+SDHexString.m */, + B2B1545EAF7DF69704EEF2519DC4F0F4 /* UIImage+ExtendedCacheData.h */, + F2472818C64EE672E590316DC60FED2E /* UIImage+ExtendedCacheData.m */, + ACAA329921DF2A5D6E42582FDB345272 /* UIImage+ForceDecode.h */, + 7192FE90FD5EE26E0070D1C8CD0ACCEB /* UIImage+ForceDecode.m */, + 9062C39CD0F9DF3288D023C987B112E6 /* UIImage+GIF.h */, + 649EA97B6DFF6FA95D661840CFDC76B1 /* UIImage+GIF.m */, + 8FC4E95F1B7D7F174624F16DF26579CC /* UIImage+MemoryCacheCost.h */, + CE6D16A90036C29C21D3FA2171D36083 /* UIImage+MemoryCacheCost.m */, + 2BA7CC9B7F1790F06BCECD4E277BE926 /* UIImage+Metadata.h */, + 712E39366D8E0828AC4D8575DC076C9D /* UIImage+Metadata.m */, + 9A6BB046251B4BBBFA45F706A1A6DCD9 /* UIImage+MultiFormat.h */, + E1BB7899DF22913380BBFFADE9660E63 /* UIImage+MultiFormat.m */, + 9196A13BB520278FF145B80ECA92FF35 /* UIImage+Transform.h */, + A55096EBDA491A195862E56A82367BBC /* UIImage+Transform.m */, + 5B0D32CA4C582390EEC5A6C52671E3BA /* UIImageView+HighlightedWebCache.h */, + 2EDECBE998AF87C1FE8D7BB6A3FF68EB /* UIImageView+HighlightedWebCache.m */, + 5C69366700D325F52054D16B90A820DC /* UIImageView+WebCache.h */, + DE62D5BBA5BAF2C1A9B561FBDDB5C9FD /* UIImageView+WebCache.m */, + D9A5D043A027E3D9A5514A4FB13C050E /* UIView+WebCache.h */, + 5691EDFF1CF0AF221F17F73966E3463B /* UIView+WebCache.m */, + 17E19C1EE7975EDB2127B943160E7376 /* UIView+WebCacheOperation.h */, + C92C5FE46B40AC0D666D2353EE5ADFBB /* UIView+WebCacheOperation.m */, + ); + name = Core; + sourceTree = ""; + }; + EEFD531D4302D31229322FB42EA1A1FA /* Default */ = { + isa = PBXGroup; + children = ( + F3207F30F0122934DDC9085330AE55C9 /* Base */, + AB643DA4DD8E1AEE54DAE7D51CB6156E /* CxxBridge */, + E92D091094D8D28F23CA35FE552C619B /* CxxModule */, + CC9438A60AFD651C9708BE7D1C0E65AF /* CxxUtils */, + A8F03080500CCBCE4992E4FE541F7572 /* Modules */, + 2D88F52373404C78B00DF6C8E5CE7B14 /* Profiler */, + 21DFAC344F8F3CD8A54576610B7EDB4D /* UIUtils */, + 6143C60FA93C9F89E623870C1BC36B9D /* Views */, + ); + name = Default; + sourceTree = ""; + }; + F0A27D52C781CD75DA74D85D4C2F8D9E /* vendor */ = { + isa = PBXGroup; + children = ( + BB38AB06789494DC5585FF0B1D4637C0 /* bugsnag-cocoa */, + ); + name = vendor; + path = cocoa/vendor; + sourceTree = ""; + }; + F0D5B4D7F57EDA7993C8D04B06C27273 /* RCTNetworkHeaders */ = { + isa = PBXGroup; + children = ( + 00C2129F8FB802938E4C89E550B836CB /* RCTDataRequestHandler.h */, + 0BB7B065EF7C331FED750A144331974C /* RCTFileRequestHandler.h */, + 3CBB5A6638023413ABE4568976145FAA /* RCTHTTPRequestHandler.h */, + 6687FE2E68CEDB6872136D2268D42587 /* RCTNetworking.h */, + 68D1FDAF81DF9041CC565B5EE537848E /* RCTNetworkPlugins.h */, + 3171A75E93AF539A173441A8F040392A /* RCTNetworkTask.h */, + ); + name = RCTNetworkHeaders; + sourceTree = ""; + }; + F15327A38EE9CA7544EF62DC9162A6B2 /* KSCrash */ = { + isa = PBXGroup; + children = ( + 508152718894BA864559CFA8EFCEF1A9 /* Recording */, + 6DF33049ACFB43441876D7D27980D156 /* Reporting */, + ); + name = KSCrash; + path = KSCrash; + sourceTree = ""; + }; + F21E9CCE4F987A4EE57739CCDEBF2195 /* Support Files */ = { + isa = PBXGroup; + children = ( + 93FA5606EE09E41DAE4EAE785A2205A4 /* React-RCTText-dummy.m */, + 2D46025429C141A8D748D231C2010942 /* React-RCTText-prefix.pch */, + E57240B90298E881904A72EA03679B7E /* React-RCTText.debug.xcconfig */, + 8D45D887090B516489502C7B7F2572D1 /* React-RCTText.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTText"; + sourceTree = ""; + }; + F254C89D15433DB122610E0934325109 /* event */ = { + isa = PBXGroup; + children = ( + 4A7065EAC6A282A1FC77003DE3C709F7 /* event.cpp */, + DB1D48FB3D299AA6F69A0960DA8D7611 /* event.h */, + ); + name = event; + path = yoga/event; + sourceTree = ""; + }; + F288332E414A75E3C02B1832FF2B64A2 /* EXVideoThumbnails */ = { + isa = PBXGroup; + children = ( + 3702EFE7F18EBFCD2F51DF7D4ACF0CB2 /* EXVideoThumbnailsModule.h */, + 0182CEC1F956E61DD86EB70AA05F0601 /* EXVideoThumbnailsModule.m */, + 6AB6867959D202EFCF6546C4FDA45300 /* Pod */, + E0DC623F9EAD540B26E6760F2C3137B1 /* Support Files */, + ); + name = EXVideoThumbnails; + path = "../../node_modules/expo-video-thumbnails/ios"; + sourceTree = ""; + }; + F3207F30F0122934DDC9085330AE55C9 /* Base */ = { + isa = PBXGroup; + children = ( + 03C7C6C2A131571FB13B37A9B37E24CC /* RCTAssert.h */, + C9A76332691D92790846AC099FFECCE3 /* RCTAssert.m */, + 38A25F183D4F0DF4AF70B131F92EDDC1 /* RCTBridge.h */, + 83A5659BB8E3748F38E20C981190ECE4 /* RCTBridge.m */, + 6655248EA99533373E28CB388AD9CC2D /* RCTBridge+Private.h */, + F7DB9E2B9E098CFE7769390F10991574 /* RCTBridgeDelegate.h */, + 0CFAD31CA54107A71F60E57A86208B52 /* RCTBridgeMethod.h */, + C8B07AF7A932A411144921B3DE91102E /* RCTBridgeModule.h */, + D10BE1197ECE56A34DBA5ACF9EDF41AE /* RCTBundleURLProvider.h */, + 7A4F04036E4B87436691AAFC60343EA0 /* RCTBundleURLProvider.m */, + 82E6707A97343A60D711194C63C620BD /* RCTComponentEvent.h */, + 8E5A34CDB31A82917E05E221F2B1C9B8 /* RCTComponentEvent.m */, + CF71C4DF6A83B9333D32F0A02888D48B /* RCTConstants.h */, + A7E0F7C855EA162434F67C327CFFF515 /* RCTConstants.m */, + 4ECEF0273197643323DE751300097BC1 /* RCTConvert.h */, + 1A7EA3B94E491F6191E7CB359A83444A /* RCTConvert.m */, + 56B2DE645CDF22B0510F4D672F438F31 /* RCTCxxConvert.h */, + 6F01B6E8DC2F936D0323C7A2C9E00AA1 /* RCTCxxConvert.m */, + 1A2CB108DF5E34B949B969BBFA881D22 /* RCTDefines.h */, + 176D61CA552E36DCB1749301585B8296 /* RCTDisplayLink.h */, + A6638487FEAD33A18F9D46965E2D9EB1 /* RCTDisplayLink.m */, + 3AA21092928D53FDE56E596317414152 /* RCTErrorCustomizer.h */, + 43DF9B0AC8D6C3FEFE12EDBD07B4C916 /* RCTErrorInfo.h */, + BB0DF519F47F58E9B0870A2ED270F8FD /* RCTErrorInfo.m */, + D40AFF5B4EB569D96B723295A25C3E6E /* RCTEventDispatcher.h */, + F71988989C29651C01187C3A19D5F74B /* RCTEventDispatcher.m */, + 39B0BFCEFCB02C5CA91BE05F55BCE3A0 /* RCTFrameUpdate.h */, + 75ABEFAC2544B597EBE6633666B80A5F /* RCTFrameUpdate.m */, + 6839FC503FF197D5E1960EDE48DA95AB /* RCTImageSource.h */, + 53551BEEB252C434253BD6635E618106 /* RCTImageSource.m */, + 874E465C82D6D28A86359667853038B1 /* RCTInvalidating.h */, + 7118C076F64E70D58326FDFE49203797 /* RCTJavaScriptExecutor.h */, + 96AD7D4EF2DB945479883F02FEECBAB7 /* RCTJavaScriptLoader.h */, + B3DBB08538B1BF6A9313834651A6A50D /* RCTJavaScriptLoader.mm */, + 411BFA9922D23FAD6851357C3CFAF5E1 /* RCTJSInvokerModule.h */, + 6FABE04919DC409A465ECF04DF2D2F31 /* RCTJSStackFrame.h */, + 2FD5E710A7F66A6B6A97EFE3E08CD0FC /* RCTJSStackFrame.m */, + 5052BBCD77EECB7F26F52472B19218F8 /* RCTKeyCommands.h */, + 1C3EB6CA709EABFAD0EC9B4C37CCEE49 /* RCTKeyCommands.m */, + FCC4EDED4821290AF6F5B6B98C7015CC /* RCTLog.h */, + A9E433557CBDCC3219885DCB3FACF636 /* RCTLog.mm */, + ECA0D9486FC6C8123A4341B121321F90 /* RCTManagedPointer.h */, + B9CF1DDCE6B1D398BDCC608902B91AD2 /* RCTManagedPointer.mm */, + 0232D32AE731700F5156D699F97C3089 /* RCTModuleData.h */, + DCEC9CDE5B422EDE6434C48E0ECEBD8C /* RCTModuleData.mm */, + 7A70E5472AFB2E23545E23F6059E870D /* RCTModuleMethod.h */, + 7FA19BAF5B22998ACB858AA4C00608D6 /* RCTModuleMethod.mm */, + 0AA1BB098115EEC1C82F0F5B8D9097C6 /* RCTMultipartDataTask.h */, + 000A7A41DED7D20489E4A7F0FCA3BDD9 /* RCTMultipartDataTask.m */, + 1A8814CD58CF3DAEB0154DD758F6A480 /* RCTMultipartStreamReader.h */, + 6948EA79D88450CCAFA6C758C6214B3E /* RCTMultipartStreamReader.m */, + CA25790781A64721E35CB0C793923A6B /* RCTNullability.h */, + 76E6A1C5FB6A6CF54EBFF4AACE2AAFC9 /* RCTParserUtils.h */, + 8FDB7776044783001A221355D8660411 /* RCTParserUtils.m */, + 44D92A494BED07168A2B729E91F5ACF8 /* RCTPerformanceLogger.h */, + C82E99FC7D9A4C48D097ADA2AFF701A7 /* RCTPerformanceLogger.m */, + 012252FE12FE969A6C78422DC7D73657 /* RCTRedBoxSetEnabled.h */, + 8E8AB2368AB69940CD94FA3A74CB08FD /* RCTRedBoxSetEnabled.m */, + 888C1A0AC7F2B94FCBFC6426B577E8E7 /* RCTReloadCommand.h */, + 3A8430C5955A1EFEDA5B55916B2580B2 /* RCTReloadCommand.m */, + BF956A0A3CAE67DD43C4725EBFA66A0B /* RCTRootContentView.h */, + FCE7E56F9A25F9242B34D98A399553C7 /* RCTRootContentView.m */, + 616905834403CF94F915F186C92B753D /* RCTRootView.h */, + 98849A4A5835B5B73599A7A6AB826C6E /* RCTRootView.m */, + 0C876E0058148D332E440B47FBD58A3E /* RCTRootViewDelegate.h */, + 3997B93439351F27E1B0493811512154 /* RCTRootViewInternal.h */, + EE7ED1A3C2177AF79FF931493C4D6126 /* RCTTouchEvent.h */, + 772458BBB0D88E73E8793C32AE4F5BBD /* RCTTouchEvent.m */, + E5DB796F5014B648C8FA2862E6263FB9 /* RCTTouchHandler.h */, + 6A83C81A79BEE92D3942B405643C8A27 /* RCTTouchHandler.m */, + 8B7F45988A46F5185C6BD0B364B18C96 /* RCTURLRequestDelegate.h */, + E81BE916D4B8C700E50A1D78ABE3D95A /* RCTURLRequestHandler.h */, + 0B0B02237A5F6C748381CFB882269B89 /* RCTUtils.h */, + 77F896FE89FCE573DB8920EECD2D9BD2 /* RCTUtils.m */, + 65B32F3B1DE53686A155CA8A7792C2FD /* RCTUtilsUIOverride.h */, + 67B87BF197FFDD970F403D89F5330D15 /* RCTUtilsUIOverride.m */, + 7BF3CAB75E83AC0E55288601DB46437C /* RCTVersion.h */, + F5BF487491AFFB4F8F5B67E05F4700AF /* RCTVersion.m */, + ED63488C39AFB5550BC0E807A81E5978 /* RCTWeakProxy.h */, + BE89582E28B879D55032549BA3AA1553 /* RCTWeakProxy.m */, + C06CD8610F5043DAC02A530525720AF1 /* Surface */, + ); + name = Base; + path = React/Base; + sourceTree = ""; + }; + F382F7177DFE0280020AF5150CBB33EC /* react-native-document-picker */ = { + isa = PBXGroup; + children = ( + 15E9864ABA3BBCBF788760B0CB697D4C /* RNDocumentPicker.h */, + F687608F03CB8359C7A22F7CA36D034F /* RNDocumentPicker.m */, + 813073F42CCE71AF4AB3A60B44DD7E79 /* Pod */, + F95E9A2B57F9A75C13703BAC0171B776 /* Support Files */, + ); + name = "react-native-document-picker"; + path = "../../node_modules/react-native-document-picker"; + sourceTree = ""; + }; + F395B9DD526D49E7A4BE1A20B6D04614 /* Support Files */ = { + isa = PBXGroup; + children = ( + BF336D0FCAFDF529D351CEC402EDFA23 /* react-native-mmkv-storage-dummy.m */, + 5E884100AC6A90F4922E3D78606716CC /* react-native-mmkv-storage-prefix.pch */, + AF9E4FA7340F394469317FB9C8C59F1A /* react-native-mmkv-storage.debug.xcconfig */, + FE432BAC99FECF59C14085728281865A /* react-native-mmkv-storage.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-mmkv-storage"; + sourceTree = ""; + }; + F3A0F8668C72AE56A791F15F444CAB88 /* Pod */ = { + isa = PBXGroup; + children = ( + E5128EAE8715A27271F34B1B71660518 /* UMImageLoaderInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + F3A157A9A9AEECCD185FC14755300427 /* Pod */ = { + isa = PBXGroup; + children = ( + 1EA1F48B5E657D3A86ED99BC83AFA88F /* README.md */, + 803D3EA54AB1D589C194E4A66C17DD56 /* RNCMaskedView.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + F3F2D901535AD95F866C485B7E18C02A /* Drivers */ = { + isa = PBXGroup; + children = ( + BAF9E935CF4C79E96DE51F3016D55C24 /* RCTAnimationDriver.h */, + A8096E26A502DC153676BF1802188FF9 /* RCTDecayAnimation.h */, + 2F96676B7BDA52EBC69E46EFA1F949B0 /* RCTEventAnimation.h */, + 0802CA093B17819C1A5F48DCC87B1D9E /* RCTFrameAnimation.h */, + 9FD8BEDF5404442E0DED7086F290D6A4 /* RCTSpringAnimation.h */, + ); + name = Drivers; + path = Libraries/NativeAnimation/Drivers; + sourceTree = ""; + }; + F3FB64984A70B6A2BCAEA593DE7C75F3 /* Pods */ = { + isa = PBXGroup; + children = ( + 4E5D5A587EB10A5E448A2719696DFE7A /* boost-for-react-native */, + 101563D8B57B7FB08BF0B35B77244E84 /* CocoaAsyncSocket */, + 22E5C20A9BC2A279F68A9FB554A678F7 /* CocoaLibEvent */, + BD8E4AF75716F0D72789F551D4DFA683 /* DoubleConversion */, + 89EB8EA23AC8D77D17A66F04D1BDEC41 /* Firebase */, + 4BF279E8D15BB128DA28539F6C02E089 /* FirebaseAnalytics */, + 4F41B312FEDFE30E362371271B0354C1 /* FirebaseCore */, + 2F7133933557D4A564D12D0E26A1C12E /* FirebaseCoreDiagnostics */, + B073E14E42C5EBE24C2D397CF62FFB59 /* FirebaseCrashlytics */, + 0379901AD0F0160141AA92274531E525 /* FirebaseInstallations */, + 5B11430ADCAE5B2E2CF34820686A0641 /* Flipper */, + 1D182045262D28F74539D0A6D2DC80A5 /* Flipper-DoubleConversion */, + 1D8E322A18F6E96CDA42283F5B86DCCA /* Flipper-Folly */, + ACB8860247D076AA6F2AB05F825731FB /* Flipper-Glog */, + E431B164B0DE7053D12C2F08C864FC15 /* Flipper-PeerTalk */, + 6EEB8DF56E0854BEFDE1D673F12FAEED /* Flipper-RSocket */, + 9A113B2641997E021500A6E37BA6FA34 /* FlipperKit */, + 8B703EE164C50162E2970523F987911A /* Folly */, + 6864772E005481ABE5E4B1691984B889 /* glog */, + 17049E45B955BBF19494BB8A321A9D57 /* GoogleAppMeasurement */, + 1641240FFE72FD5F7F665704EAC37474 /* GoogleDataTransport */, + 5AE4FFD009A3CCC5D570AD465B0CB2A4 /* GoogleUtilities */, + 41BAA5E4FA719A568BABF9695B94A995 /* JitsiMeetSDK */, + 4BC3C755A1BA33A191A5D2643A32D179 /* libwebp */, + 16D7F484236BC62A28F8201AA1FCED28 /* MMKV */, + 8F4D27DC0087F762305815BDABBFED3C /* MMKVCore */, + E9D4E84B515FDF7EEE9E79821BB23709 /* nanopb */, + 2B434860AB72EB226BAB4B8BC82372E7 /* OpenSSL-Universal */, + 1A87B248AD7CF880B60846B826AB1DF2 /* PromisesObjC */, + 4A7E2F107049304F9A93514040E6F038 /* SDWebImage */, + F7F77BDEDB136817745AEF8A26D72D7E /* SDWebImageWebPCoder */, + DBDA5078A5D4767C21077A4F2F460274 /* TOCropViewController */, + 0A0935C5121329B2E360379C6D5C69D4 /* YogaKit */, + ); + name = Pods; + sourceTree = ""; + }; + F6602B64BCD64BFA9D889F200930CDAD /* Support Files */ = { + isa = PBXGroup; + children = ( + 44B62B09BBBFE6BA1FA4B96AF2FDEEE8 /* React-RCTActionSheet.debug.xcconfig */, + B2E88726AA5C0471C9B554A4594C15B0 /* React-RCTActionSheet.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTActionSheet"; + sourceTree = ""; + }; + F6C315785CA0215337AC403ECD51F14B /* Pod */ = { + isa = PBXGroup; + children = ( + D5ABA9B7A24E0D11DC8CC7A5A0495C96 /* UMFileSystemInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + F6D0F156EB7F5D5AAE72D360D87D26A8 /* Pod */ = { + isa = PBXGroup; + children = ( + 417050E0E6899CF1DDC038C88DFDEE41 /* LICENSE */, + 0699490837ECDE9FAA23F6F981D3ACAE /* react-native-notifications.podspec */, + 04EB175BE2362FDAEB9BC6B79F90BCD9 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + F6D2F7A6BDB4FFB1FEC63516E68DF26A /* Singleline */ = { + isa = PBXGroup; + children = ( + 3871B04D36EE1938C6800E97C15E4EFB /* RCTSinglelineTextInputView.h */, + AEC1495AE3D9F8C37F92991F1590069C /* RCTSinglelineTextInputViewManager.h */, + 0515DC8311D17640D078441BD5904CD4 /* RCTUITextField.h */, + ); + name = Singleline; + path = Singleline; + sourceTree = ""; + }; + F6DF08404EC08989E085FEC290E20B25 /* RNFBCrashlytics */ = { + isa = PBXGroup; + children = ( + 559F25CF80F89D47789F24AF2AFCC803 /* RNFBCrashlyticsInitProvider.h */, + 2DC4BD35F0A1A582904AE1232FA298C7 /* RNFBCrashlyticsInitProvider.m */, + 73B34F04D5EF826A8EA99E9F471688FE /* RNFBCrashlyticsModule.h */, + 0481A0BEAA042C5D2CF0CD82BFA68C9E /* RNFBCrashlyticsModule.m */, + CCA38A32652DAA3BFB4EDC081A3AAA1A /* RNFBCrashlyticsNativeHelper.h */, + F58EECF110960C015F74E77422624DA5 /* RNFBCrashlyticsNativeHelper.m */, + 0FE0EF1EABE03549F4FC39B2D3DB5BF7 /* Pod */, + 5BBE24D44ED152B73EE5EBBBD9CB07D8 /* Support Files */, + ); + name = RNFBCrashlytics; + path = "../../node_modules/@react-native-firebase/crashlytics"; + sourceTree = ""; + }; + F7F77BDEDB136817745AEF8A26D72D7E /* SDWebImageWebPCoder */ = { + isa = PBXGroup; + children = ( + DAE145DFF633070599C1A545C014D2CF /* SDImageWebPCoder.h */, + 3DE1789BF3B4A9AD89F6F81B0A44267E /* SDImageWebPCoder.m */, + 0613FDCA7495EFA775473E2D66BAA6A7 /* SDWebImageWebPCoder.h */, + A08BA69B10871F181009FB374DA96CFB /* UIImage+WebP.h */, + 82C652F7761CBA5A19268B5C4EF1B5A1 /* UIImage+WebP.m */, + A760E82C6FDDB5D39190A7FF5E8F759A /* Support Files */, + ); + name = SDWebImageWebPCoder; + path = SDWebImageWebPCoder; + sourceTree = ""; + }; + F86C1FEF11B034903BF333586DEF6D7F /* Pod */ = { + isa = PBXGroup; + children = ( + 859A37C80CAB8687FEF9902EE61414CF /* UMPermissionsInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + F8B327D8F376051756AFEB631E187EB5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 4BB01348E1466A8B055C151943AF78FB /* React-callinvoker.debug.xcconfig */, + 17221403CF98BD5965EABF49B27D2406 /* React-callinvoker.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-callinvoker"; + sourceTree = ""; + }; + F95E9A2B57F9A75C13703BAC0171B776 /* Support Files */ = { + isa = PBXGroup; + children = ( + 356CBBB25C94CB03F7637B9128434EE5 /* react-native-document-picker-dummy.m */, + EB6A17615DBA90CFD759BB72416F366A /* react-native-document-picker-prefix.pch */, + BDAB63541EDB16BF92B45DD3F15FE620 /* react-native-document-picker.debug.xcconfig */, + 453AEDA15B428A73E44308E8B7304D2E /* react-native-document-picker.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-document-picker"; + sourceTree = ""; + }; + F96A04422AEE2FB3B13AA7EE5D5C8DB0 /* Pod */ = { + isa = PBXGroup; + children = ( + 8E3DB83C1A90897F57A65B070486DF4C /* EXFileSystem.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + F98A25245E629AD1401703CC39EEFCD9 /* Services */ = { + isa = PBXGroup; + children = ( + 585C9A2AFE4FDC5B1A894DA814691821 /* UMReactFontManager.h */, + F11FE81C84E744F2D08316835AED3395 /* UMReactFontManager.m */, + CCB11AC63BCBA50CCA6455C00451BF4A /* UMReactLogHandler.h */, + 231F719E3B2E280A0546975FFF8A9B61 /* UMReactLogHandler.m */, + CD97E0A339FACB226EC706C3CFCCB73D /* UMReactNativeAdapter.h */, + A52B4E1B3AEC1E5875821912E2F9341F /* UMReactNativeAdapter.m */, + 92987B093A2E5435F1C2431F22CA12B7 /* UMReactNativeEventEmitter.h */, + C2B995E34CDF5722DC9B2751A783BF23 /* UMReactNativeEventEmitter.m */, + ); + name = Services; + path = UMReactNativeAdapter/Services; + sourceTree = ""; + }; + F9C6FC1105BC5968DD0BB3D7AE753560 /* ViewManagers */ = { + isa = PBXGroup; + children = ( + 6F4FB977B1B89E1F0440A87ABA6B2946 /* ARTGroupManager.h */, + 8FB867587D3FB33A87C336958AFBD63F /* ARTGroupManager.m */, + B2B2F74BBACCDA5974E37DA098F42A62 /* ARTNodeManager.h */, + 6F03090CB1D760F86C8ED84B1F19E0E0 /* ARTNodeManager.m */, + CF7D2D47BF6546825A8731D14EEB403F /* ARTRenderableManager.h */, + E5BBA465B232DD25F631BC7C87B89011 /* ARTRenderableManager.m */, + 8C590D40FAE1EC7314A493C93E34B83E /* ARTShapeManager.h */, + C8074E27ADAEE508F02EB4B22C44EC91 /* ARTShapeManager.m */, + D1CF8507446B266FB033CD00A86B58E6 /* ARTSurfaceViewManager.h */, + 0C735CB61DBDA01472A9AEF7A90EB72F /* ARTSurfaceViewManager.m */, + 27D740F4B39FF678E72B05C626B13D2B /* ARTTextManager.h */, + 0EFCFC88ED52ED723916FFC5555A96E8 /* ARTTextManager.m */, + ); + name = ViewManagers; + path = ios/ViewManagers; + sourceTree = ""; + }; + FA12630340D3309683D5AA1075BFE2EA /* Pod */ = { + isa = PBXGroup; + children = ( + 71A21D9195C83B64B866CD60A41228ED /* EXWebBrowser.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + FA1F267B8F6BFA511B6DA37D44576515 /* Pod */ = { + isa = PBXGroup; + children = ( + DC3616690A5A5533F1829689FF58531D /* LICENSE */, + 3156CAA307D8A0D0FAED4ECFC746C64E /* react-native-restart.podspec */, + 7BC44D76E967B9CABE112BB377BFF65D /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + FA2E861AD0DB46B8145A71C49CBF703A /* Support Files */ = { + isa = PBXGroup; + children = ( + EFBDBF4B4A2D3BF27E92FD31702E9E11 /* YogaKit.modulemap */, + AD37A6E392896F4220C0F65AEB391947 /* YogaKit-dummy.m */, + B8970E302DF1A7D70C4C942A7DC914B3 /* YogaKit-prefix.pch */, + 1EB98EA9782D5D0A1CABC64A01415E3A /* YogaKit-umbrella.h */, + 111DB39BFB58274F51C7578EA220D5C4 /* YogaKit.debug.xcconfig */, + 2D44384FB441D256FDD8091E9A3BA0E0 /* YogaKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/YogaKit"; + sourceTree = ""; + }; + FAB3A2B1F638256AB74A8617F1DF1B34 /* RNGestureHandler */ = { + isa = PBXGroup; + children = ( + A9AE502EC8ADAD1155EE4B628FD91D93 /* RNGestureHandler.h */, + 4306CE9633756319094C4B07C425719E /* RNGestureHandler.m */, + 0B29D920AB7AB76159B09F3D6B01DEE5 /* RNGestureHandlerButton.h */, + 608FFBD4F8DE9A1CCED73D2B2C46246C /* RNGestureHandlerButton.m */, + 2598A505F8EBEC6CEA69AC9B8BC9A00B /* RNGestureHandlerDirection.h */, + 035F20CC3A0001F2B05AF737169C6495 /* RNGestureHandlerEvents.h */, + 9944E262915445968A452BDF3E0D1325 /* RNGestureHandlerEvents.m */, + 99C9BC11631BC4C81120D4DB21069708 /* RNGestureHandlerManager.h */, + 0A050C08F1D7FA7209FB497172C3E35E /* RNGestureHandlerManager.m */, + E10E762D5AEF78B29FCAF7789C3455B6 /* RNGestureHandlerModule.h */, + D1E19E07A541543469FC8FF8DC386DF7 /* RNGestureHandlerModule.m */, + BF51A6B78043FBEA05F93C011AA64380 /* RNGestureHandlerRegistry.h */, + 063459F13968F3F15A78C8D1CA47010E /* RNGestureHandlerRegistry.m */, + D552E7D8F565776C421AFD03A5849A2A /* RNGestureHandlerState.h */, + 26D178F467503E1F6B0082DFF52FBBBF /* RNRootViewGestureRecognizer.h */, + 3800E60979D54BEE47D47EBA32F6C6F4 /* RNRootViewGestureRecognizer.m */, + BEEE184C6537C3759BF5E20E3347FEDC /* Handlers */, + 516D9512AE4368FE585D799BD249EF53 /* Pod */, + 16AC952D1991BE13F2D08945459E86D4 /* Support Files */, + ); + name = RNGestureHandler; + path = "../../node_modules/react-native-gesture-handler"; + sourceTree = ""; + }; + FAE621B5C0769A709EA2E3FA7F66ACA3 /* Inspector */ = { + isa = PBXGroup; + children = ( + FB99CDF35D38EF6ECD60769F0988A086 /* RCTInspector.h */, + 6D51C2898E13C6438A49A3C823354FBF /* RCTInspector.mm */, + D0AD466693FF21176B0FAEFBE200BD1A /* RCTInspectorPackagerConnection.h */, + AF9925E083DD986D961052911CECEECC /* RCTInspectorPackagerConnection.m */, + ); + name = Inspector; + path = React/Inspector; + sourceTree = ""; + }; + FBB779AA2A9D4719541BD283B4B75C0F /* Pod */ = { + isa = PBXGroup; + children = ( + A907A457A61E3BB0B84ACE3B402A137C /* UMAppLoader.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + FC7489BE37023AB8F9B4701A2CDA382F /* Pod */ = { + isa = PBXGroup; + children = ( + 2323D5A15116FF5F6222B9905D6C5A81 /* LICENSE */, + D5D86BE45BF5E18948E9CFC15A749C2E /* README.md */, + D6775893F9926AC87B1C03021E5E18AA /* RNBootSplash.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + FCD66EBD3952A68B41040B10EC837448 /* Support Files */ = { + isa = PBXGroup; + children = ( + BC2B8951E6A9BDF99FD292ECD53DD396 /* RNReanimated-dummy.m */, + 56ED3DA9AA73A153ABA4596273410606 /* RNReanimated-prefix.pch */, + B1D2AD5A814178CABFADA8C5A6FC1C6C /* RNReanimated.debug.xcconfig */, + E6CCADDB3CE0BFB0AC3ACC446F192C8B /* RNReanimated.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNReanimated"; + sourceTree = ""; + }; + FD17E3CA19A1D4202D4C6EC9D6240E54 /* RCTWebSocket */ = { + isa = PBXGroup; + children = ( + 7C50329B666E4109E97CB9D93E5236C4 /* RCTReconnectingWebSocket.h */, + F052E0389266E45535BEEE32865797DD /* RCTReconnectingWebSocket.m */, + 6A601E5F00E954BD9E0C756D20759D1D /* RCTSRWebSocket.h */, + 4C106CF197A1B023207FDD1EC8EB74D3 /* RCTSRWebSocket.m */, + ); + name = RCTWebSocket; + sourceTree = ""; + }; + FD351593005C8847EFD07214F417BCD8 /* FBReactNativeSpec */ = { + isa = PBXGroup; + children = ( + 3F7F444F743E935D6C3EEC1126F0E51F /* FBReactNativeSpec.h */, + 4CC9159F784F7C43C57402626D78ACFE /* FBReactNativeSpec-generated.mm */, + 2FB79003DDD7CA1875A0EF307AD2ADE1 /* Pod */, + E37621E2B90690BCCBA366FAA5CE2E3C /* Support Files */, + ); + name = FBReactNativeSpec; + path = "../../node_modules/react-native/Libraries/FBReactNativeSpec"; + sourceTree = ""; + }; + FE53374E96E50BC211E13A3B11E9E624 /* Pod */ = { + isa = PBXGroup; + children = ( + 69352B163D0B7DE41E6EF2D7B8A5C14C /* React-RCTNetwork.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + FE70C34D46EEAB64E0B84711BF3CFAD0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 8A7BE052B7384BB823075320768B6EEA /* FirebaseCoreDiagnostics-dummy.m */, + 73E1F34E7FC3565F04DD718354810F51 /* FirebaseCoreDiagnostics.debug.xcconfig */, + 1F83F4F4313935C7068D01F03F36AB0F /* FirebaseCoreDiagnostics.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FirebaseCoreDiagnostics"; + sourceTree = ""; + }; + FEBA9EC32FFA4E3DABF043685980CA5F /* Pod */ = { + isa = PBXGroup; + children = ( + 25A69B2378CE91F3F9B81C00BC55A423 /* React-RCTBlob.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + FEBCA70FD0EA408966A4D8249AA53DD4 /* React-RCTActionSheet */ = { + isa = PBXGroup; + children = ( + 43C0B22714BB73E9D1D85CC65796AAAC /* Pod */, + F6602B64BCD64BFA9D889F200930CDAD /* Support Files */, + ); + name = "React-RCTActionSheet"; + path = "../../node_modules/react-native/Libraries/ActionSheetIOS"; + sourceTree = ""; + }; + FF75DA5692628DC1EC691CA99B42FC86 /* lninterpolation */ = { + isa = PBXGroup; + children = ( + 10AED9F891956D674EFD4813B93C21C0 /* Color+Interpolation.h */, + 912D2B9EB3A952290051A68652C4A40E /* Color+Interpolation.m */, + CDBB6FACB5CC8D7AFFE746A4087C69C7 /* LNAnimatorTemp.h */, + 71DBA7D6F1A8B626B9AF99C091750760 /* LNAnimatorTemp.m */, + F69281AA9D5246E85FB21CEA44251355 /* LNInterpolable.h */, + FEC7B38A0713487482E848DD4B01B67B /* LNInterpolable.m */, + 661F40B3797C5846D8F7D4C2938C6BBB /* LNInterpolation.h */, + 060F4BFD2969047A03F88F300952D9BB /* NSValue+Interpolation.h */, + ); + name = lninterpolation; + path = lninterpolation; + sourceTree = ""; + }; + FF8AB9815328DC90C6C1E839C9D6AD1A /* SKIOSNetworkPlugin */ = { + isa = PBXGroup; + children = ( + 94811ED966AB9F4B4B88B1A7183F6684 /* FLEXNetworkObserver.h */, + BEDFF6FCFC41BCE1C24802CA593F6030 /* FLEXNetworkObserver.mm */, + 6806C30C797610585C83520AC082F940 /* FLEXNetworkRecorder.h */, + 5BB27FE39E69C205F5F4A25C61C16DEF /* FLEXNetworkRecorder.mm */, + 5970BEAB53B31F673D99BAA547F13688 /* FLEXNetworkTransaction.h */, + 3E06A0341FF15F233FAB7AC566C9A436 /* FLEXNetworkTransaction.m */, + 3243AED2059A8C91F5A6823E0D1E3AFA /* FLEXUtility.h */, + C165BF5B161204069B7FE5BC1551FDDB /* FLEXUtility.mm */, + C66AE1AA7E71D21E0CA149B88B312C1D /* SKIOSNetworkAdapter.h */, + 50426BEEE013851BBE849D5010D7D886 /* SKIOSNetworkAdapter.mm */, + ); + name = SKIOSNetworkPlugin; + sourceTree = ""; + }; + FFE68885AFE40C6C48184A256CF42CB8 /* Support Files */ = { + isa = PBXGroup; + children = ( + 3701C61288C43546478C86B213A78A7E /* UMSensorsInterface.debug.xcconfig */, + BDCC0AFCB3852FBCD8A2762F296CFD48 /* UMSensorsInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMSensorsInterface"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 020509F05CB0B5BF9AAC64C9E6F3AAAB /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D5FEE70D65F512125F02B6C67C4FF25B /* FIRAppInternal.h in Headers */, - 45A6C3005DBB5DED4F0F84DC8F98F9A2 /* FIRComponent.h in Headers */, - 46B49E7DC406D4934EA9D547DD591AF4 /* FIRComponentContainer.h in Headers */, - 26C27EA461F780C6B320445D32D3F187 /* FIRComponentType.h in Headers */, - 86B846321E3E13F2810189FD37D7A312 /* FIRCoreDiagnosticsConnector.h in Headers */, - A68B8FFD225A335FF0BBECB05284CCD5 /* FIRDependency.h in Headers */, - 8598BABD1E3AD32839B4F6C5B201438E /* FirebaseCoreInternal.h in Headers */, - 634C435244A7E5B3F909D8517F49F22F /* FirebaseInstallations.h in Headers */, - D5448A1F18246C38A6D8590DAF3D9FDD /* FirebaseInstallationsInternal.h in Headers */, - 02F217B85BF017183EFDEF8A0FCF74C5 /* FIRErrorCode.h in Headers */, - 33CE31557668457B505E3E7267C2D420 /* FIRErrors.h in Headers */, - AD5B4615C07C7F4A5BF1C6AB86BC4BE1 /* FIRHeartbeatInfo.h in Headers */, - DDFDDDFA1D6A1870374068F0A3987119 /* FIRInstallations.h in Headers */, - B4F47813DCBA5561867A60526ADC339A /* FIRInstallationsAPIService.h in Headers */, - F9236AE698EBA575021E02166E2E7C09 /* FIRInstallationsAuthTokenResult.h in Headers */, - AD4EA5FF947A946A12CB1F854DBBAFEF /* FIRInstallationsAuthTokenResultInternal.h in Headers */, - 91D5A48D209B28173B7D3F1AC8D96707 /* FIRInstallationsErrors.h in Headers */, - 924FB29AA06B84BADC40715FD4F27E7D /* FIRInstallationsErrorUtil.h in Headers */, - 390E08006C0AA6D595314E21778AA389 /* FIRInstallationsHTTPError.h in Headers */, - 1E66F0FC45657A3549C11AEB36CD942F /* FIRInstallationsIDController.h in Headers */, - 653A93687DF597A5B7AA9DE224E1E030 /* FIRInstallationsIIDStore.h in Headers */, - 2ECD850315B08594367B770A1D0FFCA2 /* FIRInstallationsIIDTokenStore.h in Headers */, - 1EABE04AA6D48550D6D19EAB214A20C5 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */, - 552C6D55EF29BCA77347AE55C128ACE8 /* FIRInstallationsItem.h in Headers */, - D2EC03E88D500BB5EF7BE4CA557D290A /* FIRInstallationsLogger.h in Headers */, - 8774436A54EB21854C5010BA5F62E7C4 /* FIRInstallationsSingleOperationPromiseCache.h in Headers */, - 8C8748258DB9A20FCB1046EAB529892D /* FIRInstallationsStatus.h in Headers */, - 1F039DE5D6C3194875F36D15B2B6EB8F /* FIRInstallationsStore.h in Headers */, - 005018AF0B31CF95686BFEB38BE598EC /* FIRInstallationsStoredAuthToken.h in Headers */, - F6508B365F45775893D89A7B046A9D17 /* FIRInstallationsStoredItem.h in Headers */, - 2C07B14C8D3FE7131298ACC1FD0EE26A /* FIRInstallationsVersion.h in Headers */, - 1B7AFFF720AD04C591314C221AC6DE0C /* FIRLibrary.h in Headers */, - 92F9FFB6DDE3D10B5038C2CCD1BC4302 /* FIRLogger.h in Headers */, - AAF0C65AA93ABCCF8215D8AB90AF1650 /* FIROptionsInternal.h in Headers */, - 775ACF13A625699FD83D0971C3E58A79 /* GULAppEnvironmentUtil.h in Headers */, - 784CD9C35E0709D505DC68569C1E3929 /* GULHeartbeatDateStorage.h in Headers */, - B5B6035BD0A2B09D000C83E15D0C5C42 /* GULKeychainStorage.h in Headers */, - FBD0CC4DD4BD2982628F068C23C5FB0F /* GULKeychainUtils.h in Headers */, - 9BDB38B8F2545EDD0BD84A28C1E4E760 /* GULSecureCoding.h in Headers */, - 71581AFDF0E84032D8A7E801F3F5A60B /* GULUserDefaults.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 036680653A3165A017658DC466F456CB /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21153,6 +21021,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 057939E5277913D9D9CFD310D6D52DC6 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 06D311E4C83DBF3A6F8D9A4FD8E4A0A9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21161,32 +21036,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0F4E009DFD7749E7B577A29B6D019C79 /* Headers */ = { + 0B97CB11A13D52B5A84195B5819A0629 /* 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 */, + E6D63601D7B197A587B9BAE85E503DD7 /* Pods-defaults-Rocket.Chat-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -21198,16 +21052,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 16C9301B3B44A3BFC2EE8398700F5F45 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - EFBFF84A22B10AF3DB83583DE277FDDB /* FIRCoreDiagnosticsData.h in Headers */, - A72B548AF3493AAFA8C2D76B9C4548AE /* FIRCoreDiagnosticsInterop.h in Headers */, - 73506B2CD34FFFE8E5029F5D78143E24 /* firebasecore.nanopb.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 1730F1E89CA1DDD7D7476C57B6252E14 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21216,6 +21060,86 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 183214B030B27031A1A77C6BEF61AB3A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + A06E00EE352F0235CA49DF3671027C04 /* NSBezierPath+SDRoundedCorners.h in Headers */, + 3BE00F374C0F19F36094700992F9D6FE /* NSButton+WebCache.h in Headers */, + 129C35AC76A1E195CADEBC8482092021 /* NSData+ImageContentType.h in Headers */, + 204996FE738BA0CC22401715A85E7061 /* NSImage+Compatibility.h in Headers */, + 65822D3FCE89C47695F8C5DC55FAEA16 /* SDAnimatedImage.h in Headers */, + 5F7700EBF8AA6FB03EE61AF481A90DAB /* SDAnimatedImagePlayer.h in Headers */, + 36EDAC3DF040C0DCB151B73ED698C35A /* SDAnimatedImageRep.h in Headers */, + C11AB571F09B83863F9895FADF6B6037 /* SDAnimatedImageView+WebCache.h in Headers */, + 7E58EE4ED4ECF206B45009B07AF5516F /* SDAnimatedImageView.h in Headers */, + A41E0DAA5768973F3B501FB67E17E233 /* SDAssociatedObject.h in Headers */, + 0C9FD64E886315CECC5DD3E74B38CAB0 /* SDAsyncBlockOperation.h in Headers */, + 1442DEF209E00E7821B853C3B2C13938 /* SDDeviceHelper.h in Headers */, + A92752234E42B79A208656BA89C86B70 /* SDDiskCache.h in Headers */, + AAAE69FC237CD47DE796480F7C101D6B /* SDDisplayLink.h in Headers */, + 6150BA4C3444E6571D19DEEEC9FADBF8 /* SDFileAttributeHelper.h in Headers */, + BD42114113858E4057CBC283AF2A3FC9 /* SDGraphicsImageRenderer.h in Headers */, + D82768FE3BCED42D0FEA1644E0F25F46 /* SDImageAPNGCoder.h in Headers */, + 598895CED4A6753D55A7FB8D896DD486 /* SDImageAssetManager.h in Headers */, + 007D6369014D2A20140E758C893531B8 /* SDImageCache.h in Headers */, + AD1F1582C8D056242C8F48D496EC5D7B /* SDImageCacheConfig.h in Headers */, + CF5F560775811D46CBDF0A3C644577FA /* SDImageCacheDefine.h in Headers */, + FDD814C214CB37756EF840ED8BE57F2F /* SDImageCachesManager.h in Headers */, + 42008FFDC31A35E37B398CD567599C60 /* SDImageCachesManagerOperation.h in Headers */, + A122B77D1EC1BB2D69CEF9009FF321EE /* SDImageCoder.h in Headers */, + 75C89B746C43197113F9B7C8222FF3FD /* SDImageCoderHelper.h in Headers */, + 4158339E9EB303074EA38D56F2D4C37E /* SDImageCodersManager.h in Headers */, + 641EC3D23280D058766C5882C3DCFEC8 /* SDImageFrame.h in Headers */, + FA71F651BB333E72EE6EFE0A6B46555B /* SDImageGIFCoder.h in Headers */, + 9028B97D41D963967255CA08B0859D4F /* SDImageGraphics.h in Headers */, + 2B7A7110BB62A3D4DFA99814B3624CA4 /* SDImageHEICCoder.h in Headers */, + 2670DEDEC094BE2ADE39B3DDED4DB1E8 /* SDImageHEICCoderInternal.h in Headers */, + 8163D27ED8A8A0CD73A15FA7EDE89A1D /* SDImageIOAnimatedCoder.h in Headers */, + A976B9552494CC447CE841E3DB2CD8CE /* SDImageIOAnimatedCoderInternal.h in Headers */, + 9A3ACB6A3B451443A595691810094B5A /* SDImageIOCoder.h in Headers */, + 47A27F9018D4DA6A26A1A089C289E94F /* SDImageLoader.h in Headers */, + C2634A7F9D22189A5D6F1926357E7292 /* SDImageLoadersManager.h in Headers */, + C39E4217EDEC9857ECAC26165D95B655 /* SDImageTransformer.h in Headers */, + 2BE6E68A9E329D17EFE0ADF30F7EF48F /* SDInternalMacros.h in Headers */, + B610BC9461F11201D546B928218D5439 /* SDMemoryCache.h in Headers */, + 96BB3C7331E8EA62817326D9315EFAC7 /* SDmetamacros.h in Headers */, + 414863BBA15E83B4C2E3EC925123C734 /* SDWeakProxy.h in Headers */, + 1E7A8BC1A40F0D535DA4B680D4CB8F75 /* SDWebImage.h in Headers */, + 602EC71D243B65A028F56314493E7AB8 /* SDWebImageCacheKeyFilter.h in Headers */, + 815729E26DFD5962A4F639A400D5B191 /* SDWebImageCacheSerializer.h in Headers */, + E5C398FDED7D2D7CA68247E291E482BD /* SDWebImageCompat.h in Headers */, + 2C6BF244D224C9ED50201A16AB31F233 /* SDWebImageDefine.h in Headers */, + BB1DC8A4F7DC603B5D2CCCA83A043288 /* SDWebImageDownloader.h in Headers */, + 40C733AF0B35FFCB9C8EAD7741BB6840 /* SDWebImageDownloaderConfig.h in Headers */, + D08823E27C133BC41B54F0B2D64678C7 /* SDWebImageDownloaderDecryptor.h in Headers */, + 094F7BD11BB2D3555BA8C99A93BD1EF1 /* SDWebImageDownloaderOperation.h in Headers */, + A58A1EC926B4A61D20DCE760009BA812 /* SDWebImageDownloaderRequestModifier.h in Headers */, + 2BF312B565EF8AF71C95934FC36203AE /* SDWebImageDownloaderResponseModifier.h in Headers */, + C90C1E671C54CC1FCCB27979F0DADE6B /* SDWebImageError.h in Headers */, + A9094EABDCFEFD58111ED64A8B1C27FA /* SDWebImageIndicator.h in Headers */, + 1E21466B545C774B586CEDDB226AA13B /* SDWebImageManager.h in Headers */, + E2FF8EB8E0E6C6600BF7B52832E49396 /* SDWebImageOperation.h in Headers */, + 43C8FDAB89F07FCA55170BAFF894B92E /* SDWebImageOptionsProcessor.h in Headers */, + A365C4757394A3B38413243435546BE6 /* SDWebImagePrefetcher.h in Headers */, + 5F0DD0C1732EC97F6FB493ED8163E8DE /* SDWebImageTransition.h in Headers */, + 92ADCD672AF4CF596ABAA93F08460898 /* SDWebImageTransitionInternal.h in Headers */, + A9B2AEECADCE17ACCB27FC4868AE5813 /* UIButton+WebCache.h in Headers */, + D94E77200663F59187BFF4D449DFC08E /* UIColor+SDHexString.h in Headers */, + 4979471E7031C8BB76D1F070122C4A25 /* UIImage+ExtendedCacheData.h in Headers */, + 3D8B4C246827A24CDA6FD753E169F2B8 /* UIImage+ForceDecode.h in Headers */, + A72A84483525951E6100890D7736A5AB /* UIImage+GIF.h in Headers */, + 905307899CD5D126196E36E46A1D2B63 /* UIImage+MemoryCacheCost.h in Headers */, + 6474B9E2543E50A014A4354E2B51E755 /* UIImage+Metadata.h in Headers */, + C94CE814794AC64274ABFBDA5AB9BD7E /* UIImage+MultiFormat.h in Headers */, + 70615D6EE40FD0DAFAD03B4137673992 /* UIImage+Transform.h in Headers */, + 4C2C6EEB6A1178F33C31F20A4090E4D5 /* UIImageView+HighlightedWebCache.h in Headers */, + 9413F17B1077E7B305B7C4AAC62B9DD7 /* UIImageView+WebCache.h in Headers */, + F77E8358BC3A33B3DEE2AF13FB135FF6 /* UIView+WebCache.h in Headers */, + 20B32554A97FD1C315391498F16597D6 /* UIView+WebCacheOperation.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 21A9E846060A59A9AE962D387D026A6A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21224,13 +21148,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 21DC825E70879406A711AFA25A3C35C9 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 24896668104E5EB19B7CFC1F785EB0C9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21253,6 +21170,18 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 25B1601FA78ABE6A3E4B7CD461A9C0F9 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 6973F71F43F286D121CBF76F6E290821 /* log_severity.h in Headers */, + EBB7A4735AA25E48BCCDFE1BA31CEEAC /* logging.h in Headers */, + 146366AC8C03D3D9F0E0BBD7B2DE6F9A /* raw_logging.h in Headers */, + B82D1A0CFC84A9C17C9CD27115547F7C /* stl_logging.h in Headers */, + B4B10FDDA10DD8924A62E20D2C61FE00 /* vlog_is_on.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 263931860401D582A36FB5B609FFE2ED /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21307,6 +21236,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 2B9DF928FBBAD86FA10F0004D0052F30 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 3CE1D742436A80AD4EBA7930EC8EC04F /* RCTConvertHelpers.h in Headers */, + CFA77C90D99710EF8418B620A682FF7C /* RCTTypedModuleConstants.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 2BAE30A82EC4464A3469ABBF74FE8990 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21318,35 +21256,36 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 2EC1C66097245CBFB80A278BAF8A660C /* Headers */ = { + 2D4F303D343C20CCC452DD90AA97F265 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 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 */, + 52D45F3A05DB5522E5DDF90B139C2360 /* FIRAnalyticsConfiguration.h in Headers */, + 8C00EA23E4C6459FE9F4DD80C4944190 /* FIRApp.h in Headers */, + 08791DA193396F2FE72EEE64422CC482 /* FIRAppAssociationRegistration.h in Headers */, + E92B38787E6A375857F42DF4BCCF14AA /* FIRAppInternal.h in Headers */, + 127ED813A4CD55100BF92FC11E2754D5 /* FIRBundleUtil.h in Headers */, + 24BF8CC6EB763FE2A7B3F20EFE914C65 /* FIRComponent.h in Headers */, + DF4B5B3F040354A4D9F7BBF53D3740E0 /* FIRComponentContainer.h in Headers */, + 914B70052806187059B4E7B3F487D81F /* FIRComponentContainerInternal.h in Headers */, + 330D3B869AB634BB9793BBDA8944ACF5 /* FIRComponentType.h in Headers */, + 2F71A2F4140175910C1CDF5D6A7BAD1D /* FIRConfiguration.h in Headers */, + DB011A2CF2358EB3F25D8E3585BCF2BC /* FIRConfigurationInternal.h in Headers */, + 1CFB6BF8B7214774714966E9AC55F90F /* FIRCoreDiagnosticsConnector.h in Headers */, + 499D484D64E4201EA955E047381D678D /* FIRCoreDiagnosticsData.h in Headers */, + DD27C669C5F9BD87C6D2BDAA21DF583E /* FIRCoreDiagnosticsInterop.h in Headers */, + 21B3EB08EFF2B95D55209B386F2BF383 /* FIRDependency.h in Headers */, + 3A96452A02D9B47615410247878158D3 /* FIRDiagnosticsData.h in Headers */, + A170BD0E2D987D0010B023EBC86FDCF4 /* FirebaseCore.h in Headers */, + 058613CEAD9B3CAF9585434CF75618D3 /* FirebaseCoreInternal.h in Headers */, + 34FACB6EAAF17FBDC8E24BDB56BAEDF3 /* FIRFirebaseUserAgent.h in Headers */, + 7950BD8E1B35F3F6F7BE170A2C490BE4 /* FIRHeartbeatInfo.h in Headers */, + 4787EB944352428976D8883D13C49165 /* FIRLibrary.h in Headers */, + F505565965B0B1EAF77072B59A1F926D /* FIRLogger.h in Headers */, + C4FFA3F15492896E22F411836C7DF01C /* FIRLoggerLevel.h in Headers */, + C81C3F719CB13977F526CE654CA08539 /* FIROptions.h in Headers */, + 3EAACC4A1CF6E6A6BB4E8DCEF0FE4197 /* FIROptionsInternal.h in Headers */, + EC32E0BAEA8B70BEF92154C16273E9C1 /* FIRVersion.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -21361,302 +21300,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 32767EF8ECDB0C6BD745D060BE4CE041 /* Headers */ = { + 31C3DBB8C202F8EE7AF01C85AE7640A9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 8311E72CAA8F9E9BD91E45FC666AB30F /* crashlytics.nanopb.h in Headers */, - 80AA91DFE0D4678B6DFEFEC45C8E0E0D /* dwarf.h in Headers */, - 260DB19B6644A2396087FC1DE332FE12 /* FIRAEvent+Internal.h in Headers */, - FF70FC6F5D3761FE40B99AA4C23D3EEA /* FIRAEvent.h in Headers */, - 9AE1798E8CFBF0D82711FAA39E05C659 /* FIRAnalyticsInterop.h in Headers */, - 0BB87BB56EC4CDDBDE9FE9F8A90B6FF4 /* FIRAnalyticsInteropListener.h in Headers */, - 3C86F83D78D608D42E1E866B89288070 /* FIRAppInternal.h in Headers */, - 112777D62F436077F0FA680DBEC5A1EF /* FIRAValue.h in Headers */, - 4BF7D8AD0341BF2D6038425539046F06 /* FIRCLSAllocate.h in Headers */, - E039CEBCCC6EDCAA4BCABF1C61C90592 /* FIRCLSApplication.h in Headers */, - ADFCD3A2706CC75F9602F7A1F7B87496 /* FIRCLSApplicationIdentifierModel.h in Headers */, - 45245EE802CEFF044288490B63DC9298 /* FIRCLSAsyncOperation.h in Headers */, - 3C658D03EE7F91ACF21B6BA54968CC2A /* FIRCLSAsyncOperation_Private.h in Headers */, - 3DFF160D5D32118FC78B5ECA9F60D15C /* FIRCLSBinaryImage.h in Headers */, - F383E8CAB520F58783077E9FC08035FE /* FIRCLSByteUtility.h in Headers */, - 6379E3A2C7710F77B1D82D19FFCA0B66 /* FIRCLSCodeMapping.h in Headers */, - 11A85C855F5C7A2E5177C69C3BF22596 /* FIRCLSCompactUnwind.h in Headers */, - 37155C9A23F3686103AF605C48F2B5F6 /* FIRCLSCompactUnwind_Private.h in Headers */, - 10C87CA9E786E2BDDA994CD998E431B3 /* FIRCLSCompoundOperation.h in Headers */, - 72FE894B264032DF7503F549814BACD3 /* FIRCLSConstants.h in Headers */, - E086CC4B377DC0CB9E7282DC7C79E4FF /* FIRCLSContext.h in Headers */, - 6345AA3828169CE4F6CF1A1A36901F1C /* FIRCLSCrashedMarkerFile.h in Headers */, - A765BD963D4428B0585FE5B579CD0DD0 /* FIRCLSDataCollectionArbiter.h in Headers */, - 3243D597656CEC3CDE323FB3E15F9733 /* FIRCLSDataCollectionToken.h in Headers */, - A78DE8FD69DEF90F78B3FAAF700A689D /* FIRCLSDataParsing.h in Headers */, - 7167B965D01133DD17EB83443D0A5EEB /* FIRCLSDefines.h in Headers */, - C554773F2F5FE734396460C3F21032D0 /* FIRCLSDemangleOperation.h in Headers */, - 4F0623912454B0B1745104ACE37AFC55 /* FIRCLSDownloadAndSaveSettingsOperation.h in Headers */, - 4856D77E79300FF9FF7343AF66544786 /* FIRCLSdSYM.h in Headers */, - 50DA7E544966A994EDC0791F8243C118 /* FIRCLSDwarfExpressionMachine.h in Headers */, - 0DAFC0D2F918A9116DC84666FD816DA8 /* FIRCLSDwarfUnwind.h in Headers */, - 343056D483AE9E54026ED01F88716B66 /* FIRCLSDwarfUnwindRegisters.h in Headers */, - 56209362F846A0481A2708487D46C887 /* FIRCLSException.h in Headers */, - CB7E9F829043F6AB82186367F2E48B43 /* FIRCLSExecutionIdentifierModel.h in Headers */, - AFF10DB125E49A4D18AD5E887ACDC2B0 /* FIRCLSFABAsyncOperation.h in Headers */, - FFE400AAC761EA591772C878F03A1205 /* FIRCLSFABAsyncOperation_Private.h in Headers */, - C423B4D4146C4D5378542A249A529189 /* FIRCLSFABHost.h in Headers */, - 16F2E222CA813B20598B313BD1767799 /* FIRCLSFABNetworkClient.h in Headers */, - 3473DFB0B8BF851CA1728786677CAC98 /* FIRCLSFCRAnalytics.h in Headers */, - 0EEEF255302DDAAD412F3594E6C10872 /* FIRCLSFeatures.h in Headers */, - 9392AA86C752EEA7EAB523238AE4B9ED /* FIRCLSFile.h in Headers */, - EDB3687933C25874D592CE7B549CB187 /* FIRCLSFileManager.h in Headers */, - 4237CB28A93D63F055C9BDED6CBCC7EF /* FIRCLSGlobals.h in Headers */, - 30A1CB2F80C8B906C6D494DEABDA2FA3 /* FIRCLSHandler.h in Headers */, - 926D25912B0CD340523B8BBE1D1B4BED /* FIRCLSHost.h in Headers */, - 61F360BB74C47E4DD49F16BA54CCB623 /* FIRCLSInstallIdentifierModel.h in Headers */, - FEE8C91B286AB687153B2272CD84B297 /* FIRCLSInternalLogging.h in Headers */, - 2135E55C7EC82527CA8708511183121F /* FIRCLSInternalReport.h in Headers */, - E871E1A64D7E790E13D483F30698DDF3 /* FIRCLSLogger.h in Headers */, - 32A8B527C93E5F83EE68F864CE5FEF1F /* FIRCLSMachException.h in Headers */, - 43796D2D03FF0316D5A673E35CA4D326 /* FIRCLSMachO.h in Headers */, - BD7301C49376A9E34CBB88BAC8B547A9 /* FIRCLSMachOBinary.h in Headers */, - 4060AAC8DD78247E410BF7F3B21F190F /* FIRCLSMachOSlice.h in Headers */, - 0FFF2FC0A67629A3B7AB724F21F48709 /* FIRCLSMultipartMimeStreamEncoder.h in Headers */, - 70D7776F803D16F95E0279515D70CF05 /* FIRCLSNetworkClient.h in Headers */, - EB0532A0792B8C7D140E7BE6A5CEA522 /* FIRCLSNetworkOperation.h in Headers */, - 60A91ED6863380CE90D0BC0348E05C0D /* FIRCLSNetworkResponseHandler.h in Headers */, - 747347C9E6B56B20574F135626579054 /* FIRCLSOnboardingOperation.h in Headers */, - 727F3EB2A5D6C20A5C3223F68E21D0F4 /* FIRCLSOperation.h in Headers */, - 9E378456F6F094F566A40FC1A6089CE7 /* FIRCLSPackageReportOperation.h in Headers */, - 1F2EC492BC1F82C19F6B082CE21A986B /* FIRCLSProcess.h in Headers */, - 75AFF88B35DB80A20441A5235DA91D44 /* FIRCLSProcessReportOperation.h in Headers */, - 33A8A4684BA7202F22C26A22469BEB88 /* FIRCLSProfiling.h in Headers */, - 434B27B16B6D059D2382DCEB0F806AC1 /* FIRCLSRecordApplication.h in Headers */, - 4BC5947E2DB7BCB3A8391E042F053CBC /* FIRCLSRecordBase.h in Headers */, - 1CAF1C5CE4843B418A9571A2DB109992 /* FIRCLSRecordHost.h in Headers */, - 92FEC29E2EC4E58491F89493BF8C319C /* FIRCLSRecordIdentity.h in Headers */, - C752280AF1A0E147F3BA15E5D3A381F4 /* FIRCLSReport.h in Headers */, - CB1957D6916C507C90A6206C49E52276 /* FIRCLSReport_Private.h in Headers */, - E771F51F72070306998C8DD2C68841EF /* FIRCLSReportAdapter.h in Headers */, - 801CB805FF65C17EF15249695443EA2F /* FIRCLSReportAdapter_Private.h in Headers */, - 53401EAEB03C4E2DDE64E90C7BF3EC02 /* FIRCLSReportManager.h in Headers */, - 958DB63628A60CE6D8D7446EE46F7314 /* FIRCLSReportManager_Private.h in Headers */, - 8D38F9FAEC93C152A875F7EBEE91CAD4 /* FIRCLSReportUploader.h in Headers */, - FE03081B972CF45494062A201AE2689A /* FIRCLSReportUploader_Private.h in Headers */, - 78446A30C32E1E5AFCD46BF374C7D786 /* FIRCLSSerializeSymbolicatedFramesOperation.h in Headers */, - 867C2FCCF5B267D6722BD911E3A26461 /* FIRCLSSettings.h in Headers */, - 186307D8E8F0CF452A2AA3A431F9492F /* FIRCLSSettingsOnboardingManager.h in Headers */, - 18D17402F8C6B8788F7EF5CC64F12101 /* FIRCLSSignal.h in Headers */, - D76C305B6D2435240101585E93A9C5AD /* FIRCLSSymbolicationOperation.h in Headers */, - 2C0F23EE16E8FB38C37037473D7C8E48 /* FIRCLSSymbolResolver.h in Headers */, - 0A806DB1F0E3E59095259AFF63C8487B /* FIRCLSThreadArrayOperation.h in Headers */, - 9A8F31B76FDDBA13ED2C24E187C2A82A /* FIRCLSThreadState.h in Headers */, - 637F31CB8E1EAEA69888557F418C4DD3 /* FIRCLSUnwind.h in Headers */, - 0F0B03ED4E555125BED27837C69848D8 /* FIRCLSUnwind_arch.h in Headers */, - AF4BF2AB60870057A102870EF0294967 /* FIRCLSUnwind_x86.h in Headers */, - 7C94BFA6707C31837AD8E9C7A6C90C76 /* FIRCLSURLBuilder.h in Headers */, - 340FD8B047604C29D7DE7CC7F8351260 /* FIRCLSURLSession.h in Headers */, - 6150AA6509B13915F6E54F15BA7484FF /* FIRCLSURLSession_PrivateMethods.h in Headers */, - D88437DEDA4B4E1622141C0FBAA5ABF5 /* FIRCLSURLSessionAvailability.h in Headers */, - 336889CAF0D32D9414BF266D221B24C5 /* FIRCLSURLSessionConfiguration.h in Headers */, - C5772D03CEFA12E187F501BA81918B98 /* FIRCLSURLSessionDataTask.h in Headers */, - 65D0592EE0F157BA38D7CA2ECBBFFBCA /* FIRCLSURLSessionDataTask_PrivateMethods.h in Headers */, - BB72CDE0252DFB0C18EC6C74A87B9559 /* FIRCLSURLSessionDownloadTask.h in Headers */, - F2DFD15C1F18C5A1E547A0568C981E1B /* FIRCLSURLSessionDownloadTask_PrivateMethods.h in Headers */, - AC04B2CCD0591B2DD8EC1F5E85DF341C /* FIRCLSURLSessionTask.h in Headers */, - 3347446A21B5A1F19E086E9D35AF8781 /* FIRCLSURLSessionTask_PrivateMethods.h in Headers */, - 52792C3CB7FA3E5858E7882715C0888A /* FIRCLSURLSessionUploadTask.h in Headers */, - A1F2D42296EBB525DD936F23B0423BD5 /* FIRCLSUserDefaults.h in Headers */, - 7FE8E4866CDC8A40078030588BC0DF7D /* FIRCLSUserDefaults_private.h in Headers */, - DF77B1870F0DC8BE940149CECFC059F0 /* FIRCLSUserLogging.h in Headers */, - DE64A313396D736B049C5686DBE21F41 /* FIRCLSUtility.h in Headers */, - 70931F8F47CC67A804D355831758067C /* FIRCLSUUID.h in Headers */, - 5093DAD3E29DC3C098D43D45FE361218 /* FIRComponent.h in Headers */, - 3B1A4ABB3A233C6C406034D4B3961CAE /* FIRComponentContainer.h in Headers */, - 7A058CFA0A5C4BBCF02D2EFDE82EA65D /* FIRComponentType.h in Headers */, - F764ED6DFA738CE3E069D3399EB3C68D /* FIRCoreDiagnosticsConnector.h in Headers */, - ED89F5054020F8C7D25A061F4B0AD869 /* FIRCrashlytics.h in Headers */, - BD4E7F88E24D980BEA346FADCCB7F8BE /* FIRDependency.h in Headers */, - 6FBF9568C72FB93D60E1A20CAA6B2B00 /* FirebaseCoreInternal.h in Headers */, - C4E2B102D69C2015AA4286BDA52AD053 /* FirebaseCrashlytics.h in Headers */, - F4B4C6927C67A769D0034F9C40BFED9B /* FIRErrorCode.h in Headers */, - 42A253153C59D55F282143EDA27A548D /* FIRErrors.h in Headers */, - C7F2B2B1CAAF85DFE7F142376A7CC39E /* FIRExceptionModel.h in Headers */, - 9F1E2B5EFD9325C3ABD1DD3DAEBA6800 /* FIRExceptionModel_Private.h in Headers */, - A15DAE2BFB33DFDA89CF1A70D47DAE51 /* FIRHeartbeatInfo.h in Headers */, - A3B2405E77004154CF0748742886285A /* FIRInteropEventNames.h in Headers */, - C4CB23A79896D1F32C5565E40CCA21F5 /* FIRInteropParameterNames.h in Headers */, - D90CD27207AB40D5A4CB8FB54475E6BA /* FIRLibrary.h in Headers */, - D3E52842F65B64D6691E31DEC2C98697 /* FIRLogger.h in Headers */, - C9B997BF371B95199A458C4F0357BB3B /* FIROptionsInternal.h in Headers */, - D62DB1E6BD907F5F983ACFD643CEC819 /* FIRStackFrame.h in Headers */, - 5BA39EEE88E969F83864A4B436B1AFF3 /* FIRStackFrame_Private.h in Headers */, + 9CB18BB6839D5001D107E0B1CD08C8A4 /* JSIExecutor.h in Headers */, + 05CE5BAF694191A8D24AA572CBBFF06F /* JSINativeModules.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 33B8168733531A07217161DB4E5E0260 /* Headers */ = { + 3CD14BBAD852A358738C9165561AD023 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 2E7188A39F301DAA04BD9BD48F6CAFEA /* Allowance.h in Headers */, - 5430566F19E07B4AF3EE5AFBE265E828 /* AsyncGeneratorShim.h in Headers */, - FE7BE49A8BD8251FAE6B7C137EFD9B29 /* CancelingSubscriber.h in Headers */, - F91ECB2A753F0196D819784F34845B15 /* ChannelRequester.h in Headers */, - 1345DFE0DE63794CCDFC069E22D4DF78 /* ChannelResponder.h in Headers */, - 073929BFB802E40A7B1A4D9552D8E122 /* ClientResumeStatusCallback.h in Headers */, - 257E34681C26A91A4B2DB11E4A5C7A05 /* ColdResumeHandler.h in Headers */, - E16B00D04BCFF3271180D76F45FDD159 /* Common.h in Headers */, - E8D87EBFFDF653B868E01950FD5B59A7 /* ConnectionAcceptor.h in Headers */, - 274E40C8FFD757C26CD9877F409EAA6E /* ConnectionFactory.h in Headers */, - 7E26B296F877239C26D19D457CA58C6E /* ConnectionSet.h in Headers */, - 8E8B9182A21057F42C0B84E18E4C413A /* ConsumerBase.h in Headers */, - B22EB6328DB2906E1489542E490B8C23 /* DeferFlowable.h in Headers */, - 8F124BF19D250EF4CE8222D46E380D2C /* DeferObservable.h in Headers */, - DD6CDE2DBAEC8DC4605D552C89BCD7EB /* DuplexConnection.h in Headers */, - B8DA7740940412298596277214681CDF /* EmitterFlowable.h in Headers */, - 82F288B376FF82898AF95BA465DCDDFA /* ErrorCode.h in Headers */, - 7C4F5E364B9082A913094FE38C288D70 /* FireAndForgetResponder.h in Headers */, - F8718C99F050D237707A1400E20604D2 /* Fixture.h in Headers */, - 025D65B655BD6E52B0114E7F897BBB86 /* Flowable.h in Headers */, - 796DC20FC9F705B328793328CDD174BB /* Flowable_FromObservable.h in Headers */, - E76A7E1CAC725E4286F2AF59EA6F2B4E /* FlowableConcatOperators.h in Headers */, - 0D0D3BAFB96540C4B6C7F2AF72633BF8 /* FlowableDoOperator.h in Headers */, - 581C368082AD6F5CEF3A7B59B1E6A58E /* FlowableObserveOnOperator.h in Headers */, - D7CE95CD1C6CC6913ACD73B94312B50C /* FlowableOperator.h in Headers */, - 30F1437C85869157D50145FE38BDE273 /* Flowables.h in Headers */, - DFBB797F49EF813A8249D87BBB631F3F /* FlowableTimeoutOperator.h in Headers */, - 23B96DD6869C85C7F99B6B5BFB5B2447 /* Frame.h in Headers */, - ECB6D854EBAF9155B6C024B3704CD54B /* FramedDuplexConnection.h in Headers */, - 7A1BC4E5FD321D22855C5E3D95D26EAC /* FramedReader.h in Headers */, - A35418D46CA9246C85600C06BC21AFBF /* FrameFlags.h in Headers */, - B11E5FB8E17EEF3FEFDF314CB95C918D /* FrameHeader.h in Headers */, - 5D84359FDD8020DE11B828BDDC740694 /* FrameProcessor.h in Headers */, - 07395605B2B8F4F861BE4FB148BA9E34 /* Framer.h in Headers */, - 9DB4681A14C4B7BAB5E5C3260159E038 /* FrameSerializer.h in Headers */, - 693BEA70948AA0FB3BE17C7CB83F6A46 /* FrameSerializer_v1_0.h in Headers */, - 53B9CCF66DCBA1764DBDA76ABB514E55 /* FrameTransport.h in Headers */, - 0634CF1FA5BC24C0E5FC09DC85096CDB /* FrameTransportImpl.h in Headers */, - D9EC14617A5E2E8383BF6B29CE49BAD5 /* FrameType.h in Headers */, - E5999453FC58AD25375AE76CDA91F4F9 /* KeepaliveTimer.h in Headers */, - 14C1A048D6F865F45B325BAC3B76DA33 /* Latch.h in Headers */, - 37FC316EE86A6046E68C19D44FC9F6D5 /* Observable.h in Headers */, - 0C3511A38B2DFBEDE19C37357FB9E27F /* ObservableConcatOperators.h in Headers */, - BF5B16F580B7DDD10229E7B22D93A031 /* ObservableDoOperator.h in Headers */, - 67C6AAA365C5323949A715402D2780B6 /* ObservableOperator.h in Headers */, - 9B2F39DAD57369F4D26A303EB7D942E8 /* Observables.h in Headers */, - 9377B60E05870A940AD7D4C02D2AAD5F /* Observer.h in Headers */, - F65B0DB3142A5CF48211775DCDA49F40 /* Payload.h in Headers */, - 78BC7712D18EC46033DD96C914B334FF /* ProtocolVersion.h in Headers */, - E866361545A450B8E2D90972F5966FDB /* PublisherBase.h in Headers */, - 7F9C84AFC8DE8518080B1773D86C2011 /* PublishProcessor.h in Headers */, - FC37B6C892590319032A317120EA7C53 /* RequestResponseRequester.h in Headers */, - 95BCCF353083C399EB85EF295310E741 /* RequestResponseResponder.h in Headers */, - 039B26D08D1904C45AEB6EA0AB4DDAB3 /* ResumeIdentificationToken.h in Headers */, - 3CD55EA4E9D827297D45E8B00BF1DE7A /* ResumeManager.h in Headers */, - ADC909D50CA8956E26A09D816B263DEE /* RSocket.h in Headers */, - 27F0C4D68202804F42F830E9E45233E2 /* RSocketClient.h in Headers */, - 2AB0B345DD1BDD125E1907D9E15454D3 /* RSocketConnectionEvents.h in Headers */, - AA2B216E0365563B09B457106758FE16 /* RSocketErrors.h in Headers */, - 0ACBB6FD6385FD3F8D12C6292C3FFC37 /* RSocketException.h in Headers */, - 2E7D9A7CA237DBBEE0A380233FD0ED20 /* RSocketParameters.h in Headers */, - 38C461557C7B028DA1673F4A69E36CE7 /* RSocketRequester.h in Headers */, - 4C378ADDDE29797055077D1F4F3197FB /* RSocketResponder.h in Headers */, - C97FACEC0FF6D7C18B51803A12B27F21 /* RSocketServer.h in Headers */, - A1820A98281739F8CCFD1A160AEB3562 /* RSocketServerState.h in Headers */, - 7D5D16C732A918A68582B92AC8A00304 /* RSocketServiceHandler.h in Headers */, - 79BE046BA437FC71AB97F70D2875E551 /* RSocketStateMachine.h in Headers */, - E07A3816C7823F12498F97FC155EDB6A /* RSocketStats.h in Headers */, - 3A572C0B8B898935A52F259325935FDE /* RSocketTransport.h in Headers */, - E7812BC4AF37230EEAB06751E1EC3124 /* ScheduledFrameProcessor.h in Headers */, - 362A5D73633F709A2FDE4F742C7F4FCF /* ScheduledFrameTransport.h in Headers */, - 7170998798C029605F9A24C7D9576D2B /* ScheduledRSocketResponder.h in Headers */, - B3C7AF514B214934A9404F3310CF45CC /* ScheduledSingleObserver.h in Headers */, - E30887AE381E8CF65A4E43A7E16E0F31 /* ScheduledSingleSubscription.h in Headers */, - 5ACA348068FF3CA5F650B353D1C0A47D /* ScheduledSubscriber.h in Headers */, - 98805530407B2B8727916E3F4C6717DA /* ScheduledSubscription.h in Headers */, - EB6CA7DBD7780D07B177F8BDE9B3B0C6 /* SetupResumeAcceptor.h in Headers */, - 7E0B50043A284411C0DA35C014FBEDF5 /* StackTraceUtils.h in Headers */, - 19C125B1C61DDD9917950E2EF86C332A /* StreamFragmentAccumulator.h in Headers */, - 99A007EAE06F3B5BC99BC1DAFBBDC8FC /* StreamRequester.h in Headers */, - 0BDAA4BBEA43D10E345627887A6DEA16 /* StreamResponder.h in Headers */, - A31E6FDE6D2C77F4FD428F8AC1DDC196 /* StreamStateMachineBase.h in Headers */, - F33A398B60FC926DA7254EB372C3CA96 /* StreamsWriter.h in Headers */, - 447E6F3EBC166B3BD428BA1FD823B985 /* Subscriber.h in Headers */, - 30B9993EF34F4CCD57405BBE2B5B1BE4 /* Subscription.h in Headers */, - 7AB2C5CB45DEF3B8DC2B633DD460C52B /* Subscription.h in Headers */, - A416338BF26AFEA94ACEF274AB9B2D9E /* SwappableEventBase.h in Headers */, - 6B1F162FF5DD3D6F73F45D20E5CA092C /* TcpConnectionAcceptor.h in Headers */, - A2BC2164F697F86B38FE45A0DB3B51D8 /* TcpConnectionFactory.h in Headers */, - 66890AD91B28A95396BEE2D5A6D2CD1A /* TcpDuplexConnection.h in Headers */, - 636FF74D36297676023F66507C0E7EF8 /* TestObserver.h in Headers */, - A351E4408B2E661FAE16FE83D890C0B9 /* TestSubscriber.h in Headers */, - FECF244B7DEE07403B26F09C8753B0F0 /* ThriftStreamShim.h in Headers */, - 21AB96A4DBB9663C69C660F3909FFEB5 /* Throughput.h in Headers */, - 36FD2AC674465172AE72440847C25F0D /* WarmResumeManager.h in Headers */, - ); - 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 = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 39588D39B3F0A639A3A757F69AED9D5D /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D7A2EE75FF3D02F833DB701D8818A5B4 /* AESCrypt.h in Headers */, - 1C917F8881E9D6A203B3AE0E5DF4AED1 /* Checksum.h in Headers */, - EBB5AF2BA5CAC9D6AEB1FDA308175B74 /* CodedInputData.h in Headers */, - 0471E9A1FA64C316EB360CEBF0208390 /* CodedInputDataCrypt.h in Headers */, - DC35977944720997F4BC34E65A5BF669 /* CodedOutputData.h in Headers */, - B357C5E00A4A41A200C5A5F8DD6F45AE /* InterProcessLock.h in Headers */, - 1F4A5FF2D56A18B807C4B2A6A4852CAF /* KeyValueHolder.h in Headers */, - C5ED5782B38550A4808B29EFBCDD30F4 /* MemoryFile.h in Headers */, - 52AB06D7D66EBE0843DFFF0B661781DE /* MiniPBCoder.h in Headers */, - 29C71C0E2AB8B0B9A0181889EBF06573 /* MMBuffer.h in Headers */, - C0CD28DECDFB9D72B6CA15D60DC0ACCA /* MMKV.h in Headers */, - C75ED0B723FA05EB18D36C92AD145A5D /* MMKV_IO.h in Headers */, - EA0D9484C2701CD3A29105751F22B175 /* MMKV_OSX.h in Headers */, - 608F2DCFDBC81E3AB3039104DEE0601A /* MMKVLog.h in Headers */, - 2C6C05C4CA1AB57279CD8E33AAE4A7B7 /* MMKVMetaInfo.hpp in Headers */, - 16DC7CFD78C809EA45454947E46387AB /* MMKVPredef.h in Headers */, - DD4C175322018A40A089B1229AE30B72 /* openssl_aes.h in Headers */, - C46613C75DCEE23590A11FFDD94338E8 /* openssl_aes_locl.h in Headers */, - BAB39FCD0C014865121CE314C6CA510B /* openssl_arm_arch.h in Headers */, - 8C5E7E4409A53A59DB1010700E428D2B /* openssl_md32_common.h in Headers */, - DEB2092249D8418881A7705F4F162A9B /* openssl_md5.h in Headers */, - 3BDE4D9A4E2AE1109347B9234DAED7ED /* openssl_md5_locl.h in Headers */, - 0216BCBBAFCF33D37636430718C74904 /* openssl_opensslconf.h in Headers */, - 267978D8B6E1910570337BDE490132EC /* PBEncodeItem.hpp in Headers */, - F1473D709D64DE1F9476EF075D35575F /* PBUtility.h in Headers */, - 0791F939E2457732E82F4EE698696121 /* ScopedLock.hpp in Headers */, - 51DD311613815E41C8DEF3556CAEA162 /* ThreadLock.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3C08D5F52C7B09D9A3DA046C19EBE48A /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3C72D172C719026E05A62E07A326DEAB /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - FD5E9AC8D85FE7E67D43A5CFD71E4961 /* Pods-NotificationService-umbrella.h in Headers */, + 44510961ECF529644634E3505FACC3D7 /* FBReactNativeSpec.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -21677,6 +21334,34 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 3FEA03CCD409F77CE3F383803F451E5E /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + FF2C5827B38E363D03A442BA5CA78273 /* FBLPromise+All.h in Headers */, + 44CF6189BFCAA6670BA9E51667B8E4C2 /* FBLPromise+Always.h in Headers */, + 246AF91E42758A2B23160C9B90DCD5A6 /* FBLPromise+Any.h in Headers */, + 937587C666B37119D2AC9561BBABC3B3 /* FBLPromise+Async.h in Headers */, + 45F3530DFB66E01596959BB52FD3C6A6 /* FBLPromise+Await.h in Headers */, + C798E55D8044A90E86142FEBD7668A1F /* FBLPromise+Catch.h in Headers */, + E465635395B772D2B01501E142C81B47 /* FBLPromise+Delay.h in Headers */, + 331940F8E45B99F68DE2406D63587502 /* FBLPromise+Do.h in Headers */, + 46BD964C1B54A7E105BFE55A71B880AB /* FBLPromise+Race.h in Headers */, + D490D497ED216DF7F1228004776E9899 /* FBLPromise+Recover.h in Headers */, + 197DF8A34075C1A549D0CD45C8C70B3E /* FBLPromise+Reduce.h in Headers */, + CDED59C88BF02D8AD6284A5B0EA88C5F /* FBLPromise+Retry.h in Headers */, + 601B94CD3E97DB5901FADFE0128BB3F4 /* FBLPromise+Testing.h in Headers */, + 4DF2AC01F21E5096A96487473991C9D4 /* FBLPromise+Then.h in Headers */, + F72A6CC8C4FC0D48AD8595BA06891B71 /* FBLPromise+Timeout.h in Headers */, + 42C73DB8414C21F889D25701B156DFF1 /* FBLPromise+Validate.h in Headers */, + DDBAB3FFF3F7F2897E7F0C7689E193A3 /* FBLPromise+Wrap.h in Headers */, + 7BB8816EFDE6B074648597AB8099ED21 /* FBLPromise.h in Headers */, + 9570467BFB55C606CF3BA17BAE0E052A /* FBLPromiseError.h in Headers */, + CA53B8F61DDE51538CC1BD76C31B7141 /* FBLPromisePrivate.h in Headers */, + A0B2EDDA463526720773346A44F5BB0A /* FBLPromises.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 40BF72032A15EBD636133E7DAB0263D9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21695,71 +21380,105 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 41CD13CCAA3D55E362301C35D4A4BFFC /* Headers */ = { + 4271ABFA576A711DC9589837BFEEA36A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 13BC94F0ACAA7972E91589EB80D2CEC3 /* RCTConvert+RNNotifications.h in Headers */, - EF350862356CA2CA24CD9557640C1ADB /* RNBridgeModule.h in Headers */, - 9F7F58E0246EE4AFC13AC9BBD7E2CB17 /* RNCommandsHandler.h in Headers */, - 37F160837E019F9DE8A93F3461DACA1F /* RNEventEmitter.h in Headers */, - F7DA8F02B7D644C6C622BA63C474EDBF /* RNNotificationCenter.h in Headers */, - D9A221A4D8C2277FE9AADCDD1BA5CCBF /* RNNotificationCenterListener.h in Headers */, - 055B4D27C2659219838D1257DD8AE550 /* RNNotificationCenterMulticast.h in Headers */, - 275B1BA50739CFF9BDB246E10F662653 /* RNNotificationEventHandler.h in Headers */, - D82A6841B202F23715929FE0F4221F22 /* RNNotificationParser.h in Headers */, - BD186137B210BDEE0479BF8275367291 /* RNNotifications.h in Headers */, - A995BD0C1733104660741A8C0EFCDD8C /* RNNotificationsStore.h in Headers */, - 9624DFA3C4B2B4CF6C6F0DE32AF39F33 /* RNNotificationUtils.h in Headers */, - 72F3BC2265A372E83C3178B3EBC113A5 /* RNPushKit.h in Headers */, - 097D9BB45C7C6A9F07E194B5B62ECC62 /* RNPushKitEventHandler.h in Headers */, - 6D97796F1B12FDA9067E22A9FB927C1B /* RNPushKitEventListener.h in Headers */, + C30047272DB4AFD03B9045FAAD3B1173 /* NSTextStorage+FontScaling.h in Headers */, + F9C74CF09D742D580626C94A34CE4ACF /* RCTBackedTextInputDelegate.h in Headers */, + 18A3FD129485F38920D755D4281CF02D /* RCTBackedTextInputDelegateAdapter.h in Headers */, + A2752DF261634270A56A4253EE94004A /* RCTBackedTextInputViewProtocol.h in Headers */, + BAC5904B294BA50C4A560E3ABF78B4A9 /* RCTBaseTextInputShadowView.h in Headers */, + 36982312F903CE959B59663F371CA1CC /* RCTBaseTextInputView.h in Headers */, + A9BD5C14E0D0DFA67C0E64F77F57ECC9 /* RCTBaseTextInputViewManager.h in Headers */, + D685A4DC2FC644858DFFA7D0888D784A /* RCTBaseTextShadowView.h in Headers */, + A6045A24E6992EC7EEDD83C343D6D9B6 /* RCTBaseTextViewManager.h in Headers */, + 813D6E5E07B454D2DD671B1B0F43FD94 /* RCTConvert+Text.h in Headers */, + 506F46348F4A5B2AF5D64B42F97715CA /* RCTInputAccessoryShadowView.h in Headers */, + 879214708AD45C2AA70FCDD902D8BCDF /* RCTInputAccessoryView.h in Headers */, + 3234EB5B6EECFDCE7913592CB8C90B74 /* RCTInputAccessoryViewContent.h in Headers */, + F0BEA362C1A398342F648683F4FC8EA4 /* RCTInputAccessoryViewManager.h in Headers */, + FF4908633DCC954C1E931FBC2A7D1EFD /* RCTMultilineTextInputView.h in Headers */, + 1416EC54CF1E339311218A94D596ADA9 /* RCTMultilineTextInputViewManager.h in Headers */, + E006590353EF417C1A2C6A8901F12946 /* RCTRawTextShadowView.h in Headers */, + 8DBBDC497D03725032405524910757AE /* RCTRawTextViewManager.h in Headers */, + 9B6A2C81B4C600F358C641B377CCBFED /* RCTSinglelineTextInputView.h in Headers */, + FBDA4DC94694B6466F1AB3ABE2A3A3DB /* RCTSinglelineTextInputViewManager.h in Headers */, + CA2F0974BC4406E21C788596F141D754 /* RCTTextAttributes.h in Headers */, + 282E50864CE1F268457709519B15F786 /* RCTTextSelection.h in Headers */, + 74FE97C4F5B1F9E36E50D199F0C21713 /* RCTTextShadowView.h in Headers */, + E164C26974BD29571CAC21388DC4D348 /* RCTTextTransform.h in Headers */, + 369938373F13A81DD87C9D236173406D /* RCTTextView.h in Headers */, + 01C349021A537AC1DF75EAC078754C01 /* RCTTextViewManager.h in Headers */, + 59D0FB7804728CC59FA6D86AB1ECD1ED /* RCTUITextField.h in Headers */, + BDD8E1CFB4947468385A37A478A690BE /* RCTUITextView.h in Headers */, + 6E38C10CED05627C46DC9958E1B59D2D /* RCTVirtualTextShadowView.h in Headers */, + 68CF0707315AFE25B812B3EAC0C9799D /* RCTVirtualTextViewManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 46C153CF54ED2D770A62B8C23A430D97 /* Headers */ = { + 481DA8F3A1B9FEE3B4DCD0AD1712343F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 1FBE0A938C4564219AD47F5CCC0117AE /* Pods-defaults-RocketChatRN-umbrella.h in Headers */, + A0F3EE08012559E9DEB2F96F1DD719EE /* UMAppDelegateWrapper.h in Headers */, + 7A9827EF852E99E38736F72A782CDEFB /* UMAppLifecycleListener.h in Headers */, + 74433706500C16423650E8E6ED7D1198 /* UMAppLifecycleService.h in Headers */, + 9BF6E7CA7DC37B0495BBA6DA2B6D531A /* UMDefines.h in Headers */, + 657610B93087DEC32A250544866873D1 /* UMErrorCodes.h in Headers */, + 4B1562C2E204889B2E8C55FB6F725AEB /* UMEventEmitter.h in Headers */, + 879EE5645E3EB47245A78E6F1F3F1D73 /* UMEventEmitterService.h in Headers */, + E3826026DD11997912AD4E7F0A21B594 /* UMExportedModule.h in Headers */, + 37164CDD9B5362EB028CC9EE65489A7A /* UMInternalModule.h in Headers */, + BEF9C68084395B9AE90D4734FF9D87F6 /* UMJavaScriptContextProvider.h in Headers */, + D88186E668C41E0FE5AEFF6817A8FEA2 /* UMKernelService.h in Headers */, + C4E32F714A12C223CD25336D671144B4 /* UMLogHandler.h in Headers */, + D4DFC4C0D30CF1A9DB8564E1623A83E0 /* UMLogManager.h in Headers */, + F9AAD2C2DE73A01419207661A84DC24A /* UMModuleRegistry.h in Headers */, + 402C33D69E8E3767E767CB1E0FDCFB90 /* UMModuleRegistryConsumer.h in Headers */, + 86E31A8D9782CC5E5E890B2796B3BEEA /* UMModuleRegistryDelegate.h in Headers */, + 0FFE2714300DFD26465DC79FA70BE7DF /* UMModuleRegistryProvider.h in Headers */, + 82AAE6E2496396C1681579DF9384F073 /* UMSingletonModule.h in Headers */, + DC730F7D7D2B17311D227EDD4B29E0ED /* UMUIManager.h in Headers */, + 9EFA54FEED3BCEC80B26950A3583BFA0 /* UMUtilities.h in Headers */, + E03388FE49008156D55038D13407ABDD /* UMUtilitiesInterface.h in Headers */, + 5038978303D2F38C87838180EAF8D8C2 /* UMViewManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 47A6081FFAF612A9F06E215EB84F7D4F /* Headers */ = { + 4BED2D8A811AE11E3FB5A4EB5A1C777F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 684589FF67B61069D6D6E7FC974C5366 /* SDImageWebPCoder.h in Headers */, - 8C68050B374FB14FA9350D3BD22D094F /* SDWebImageWebPCoder.h in Headers */, - F108F7723981488837F6C62A21D86EBB /* UIImage+WebP.h in Headers */, + 4037E8EB9CB8DF157E0460AC65C37EA4 /* SDImageWebPCoder.h in Headers */, + 24C92B3F1CF434FB5533624279722388 /* SDWebImageWebPCoder.h in Headers */, + A632B41E5DBD32B061A2A96B6EF3FF61 /* UIImage+WebP.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4F064EBED39C124C704353ECC5AF0C23 /* Headers */ = { + 4E8FC4BE45A4BCD8801E0B78A3092B37 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - EC6727C988F20A3739BAD9A836FD2330 /* FBLPromise+All.h in Headers */, - 6564D4E84E04194FCCA97A7CAFEA8264 /* FBLPromise+Always.h in Headers */, - 6F8ECF74454EA9B29E8399CB8C0C01CB /* FBLPromise+Any.h in Headers */, - 30963ABFD6CBD9137EEAE8833F799683 /* FBLPromise+Async.h in Headers */, - C181D6C11BD5F553608F6B27DCA58529 /* FBLPromise+Await.h in Headers */, - 9AF14BE3C850BD7FF29557EF4CBBCDB5 /* FBLPromise+Catch.h in Headers */, - 8F22AF417194A025C4F987FB2EE0FD28 /* FBLPromise+Delay.h in Headers */, - 48693BED76FF941FE62057580742DE4B /* FBLPromise+Do.h in Headers */, - DAEE7B9C3AA7E70DFA87519CC55851F8 /* FBLPromise+Race.h in Headers */, - 9AFBA6E8281477394DCAE975BA295C7D /* FBLPromise+Recover.h in Headers */, - 95A842E0BCD79757E60F88331C9886E5 /* FBLPromise+Reduce.h in Headers */, - 24A1415308F4158B9FE290535BC60FD0 /* FBLPromise+Retry.h in Headers */, - A603EA531E1337687545DE9F0DC22140 /* FBLPromise+Testing.h in Headers */, - 79AC1E081B0A1522D29AC3D7F056FCF1 /* FBLPromise+Then.h in Headers */, - 44A55B55195CCA47C609CA869F41E968 /* FBLPromise+Timeout.h in Headers */, - F57AF841F4378548C94775AD31696CCE /* FBLPromise+Validate.h in Headers */, - EEF440883D3EF9C4376BA04CA15A6769 /* FBLPromise+Wrap.h in Headers */, - 55346CC0A13250E5D4839DBEFF84F544 /* FBLPromise.h in Headers */, - 6940AD0E1A5E23530D07238AE6C32A73 /* FBLPromiseError.h in Headers */, - A06CAA42526100CB65D115B8CFC003F3 /* FBLPromisePrivate.h in Headers */, - 3FBFC5B2D5071096C8B7D56201A0173C /* FBLPromises.h in Headers */, + ADC05E8DFC4501160CF1C4C26631EAA7 /* BitUtils.h in Headers */, + 8B5A6E69B8575D4A4B92095FA5880CE0 /* CompactValue.h in Headers */, + EE9FEF57AF841CE3C50CC086C1DF4C42 /* event.h in Headers */, + 7A8E5867328B86147CEE6B32DCC2EE7F /* experiments-inl.h in Headers */, + F3B7BD2EF65BD44717A8A73A95E450B0 /* experiments.h in Headers */, + 6B8FF16D4AD8F962567A7673601592F6 /* log.h in Headers */, + ADB8F9562E5805F20F7A52EE21AF3AA7 /* Utils.h in Headers */, + 757F97A0F7DEEEE7D7DD4DAE6F8E1B44 /* YGConfig.h in Headers */, + 010C1B7DE0FD4F887B05B13CD47108A0 /* YGEnums.h in Headers */, + 5DC2F2745D51F7865DC2FB26D218A37D /* YGFloatOptional.h in Headers */, + A0CF199D17279B562F2EF13DEA601E64 /* YGLayout.h in Headers */, + 6D077129BFD276F00CA2F26BE625D33D /* YGMacros.h in Headers */, + A8CD7DC7EF46C9E88C1A5BDF93DED758 /* YGNode.h in Headers */, + 7F68017749917A22B157D16B0A1D4163 /* YGNodePrint.h in Headers */, + 23BCAF4A6A831B81E5A1EF516358D689 /* YGStyle.h in Headers */, + 864DCAF12B51E3D43B33FEFAEC61988E /* YGValue.h in Headers */, + 11BC25A02B660E3B4ACB17E36036A1D6 /* Yoga-internal.h in Headers */, + C64E9AA2109D76203ACCA5CA8293A6BB /* Yoga-umbrella.h in Headers */, + A2DC48B39EAF2C69D1C33BECC291095C /* Yoga.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -21771,32 +21490,137 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5295DB252CE1E1D89510E560DCB4C9AD /* Headers */ = { + 526FE99A33F44C604A5DD7E8736DB12B /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - CBAF92DAFF3CFF2FEEA1C26AC65E432A /* log_severity.h in Headers */, - B41168087A3B4FE4CF51658E9C2EA376 /* logging.h in Headers */, - C30E92E4421BDC6B5E67390E779F90A5 /* raw_logging.h in Headers */, - 9143012439543AF2AE40C2C2758317D5 /* stl_logging.h in Headers */, - 1B184A4DF074B71C771F4AA86885E562 /* vlog_is_on.h in Headers */, + 3FC7D73EC791AC2B4E1042A342D75BAC /* Allowance.h in Headers */, + 2C68141DA36B515B1A3C14094A05954D /* AsyncGeneratorShim.h in Headers */, + EF5E58868AF52A64B1A842953ACAF7C5 /* CancelingSubscriber.h in Headers */, + 12DAA008796FF305940589E5E9483AC8 /* ChannelRequester.h in Headers */, + 0BAD036A96F7E9F2FAEB1956A6C6EE0D /* ChannelResponder.h in Headers */, + 09C357DFCF0F8519C310D29DA43B5F20 /* ClientResumeStatusCallback.h in Headers */, + 77EA1D7E46BC21B2BBC1EE3A6E6E5757 /* ColdResumeHandler.h in Headers */, + 676BC451AFF5E2FEB9EE7F169944C9E6 /* Common.h in Headers */, + 4F1F1A48906B61F4BA88EA8F017D7A4E /* ConnectionAcceptor.h in Headers */, + BAC82C08B7DF7C4FD3608BCDC942E4B1 /* ConnectionFactory.h in Headers */, + CBCB93B9EDEF95FAF095E549ED506F29 /* ConnectionSet.h in Headers */, + 27882DFE171D3028A3849FD1CC843B5B /* ConsumerBase.h in Headers */, + 967252E18DAAC7BEA0A774BB1709DDCE /* DeferFlowable.h in Headers */, + A0BC48ADDD2784EB7BEA4761B88FF47D /* DeferObservable.h in Headers */, + C632D04C7CCEC32B6A71133B8AEF570E /* DuplexConnection.h in Headers */, + A0CA42B8F477268FA191D39EFBE32675 /* EmitterFlowable.h in Headers */, + 56D00B5838A592E0CEB2C21C113B1A2E /* ErrorCode.h in Headers */, + AB67E78F9690154888A4EDD79CA68355 /* FireAndForgetResponder.h in Headers */, + B214EEFA540FCE2D2876CDC408F34ECB /* Fixture.h in Headers */, + DCDEFB3DD05D53F25031F3FD417B105E /* Flowable.h in Headers */, + 747DCB1E817C8C76B388DDAC8C4158E1 /* Flowable_FromObservable.h in Headers */, + 05C5A376E28DFF8FAF44AA3E862AE89D /* FlowableConcatOperators.h in Headers */, + FB03282EB45AB8C11C54327593D29B5A /* FlowableDoOperator.h in Headers */, + AE5C98109C1E2DC8E744AC9FDBF2FF91 /* FlowableObserveOnOperator.h in Headers */, + D2E2A90EDF186D79C9647225784EFD4A /* FlowableOperator.h in Headers */, + 70BCC0EAB73490B1A1CAD1CD2873FD67 /* Flowables.h in Headers */, + FF3BFEE7302E0FE230947DB2B9EA140D /* FlowableTimeoutOperator.h in Headers */, + 353AAD9B0DA27648008D204B1ED31143 /* Frame.h in Headers */, + 680376B047CC13399E96C065E880FB95 /* FramedDuplexConnection.h in Headers */, + 68333F4F118F2343D58E8C038C353E8B /* FramedReader.h in Headers */, + 676E3C0B47DD9C5CF53AB746482A619B /* FrameFlags.h in Headers */, + 0DCF4FAE2846B944C256FF23EB104053 /* FrameHeader.h in Headers */, + CF9451E053A7EE79878B6B80BE6D6EDC /* FrameProcessor.h in Headers */, + F7100D44EB1D6EDB8C933FD1B209FFA3 /* Framer.h in Headers */, + C09C2263F98E74DE6603AE192CEC5104 /* FrameSerializer.h in Headers */, + E7306C504D5772C4279F10B93F253A61 /* FrameSerializer_v1_0.h in Headers */, + 77FA85040E15D6C44CBDD8A581FA8B1F /* FrameTransport.h in Headers */, + 96F85ACDBBB7A62CF6CC684FABA24770 /* FrameTransportImpl.h in Headers */, + E1E6236F67CEF81012AC31A25D57355B /* FrameType.h in Headers */, + B06D08E95C1590D5B00C6B26B9642678 /* KeepaliveTimer.h in Headers */, + EBE71C36C5DC3090FCFDD787D13217FF /* Latch.h in Headers */, + 1C4E48E71C71DDCEFB9FBA499BCF849C /* Observable.h in Headers */, + EC200BBABE91F9D3C7E08DAE9E278391 /* ObservableConcatOperators.h in Headers */, + 484601CFE5B995D25D42901CB866E08F /* ObservableDoOperator.h in Headers */, + 84F7335BDF3E7AF25B04F1EED90C2016 /* ObservableOperator.h in Headers */, + B9C661E4F23CCC2C3358DFE5B470400F /* Observables.h in Headers */, + 146798CE18944E623C1C37DF6F23D27C /* Observer.h in Headers */, + EB30CD8118EA1727C3BA4C72D56BB853 /* Payload.h in Headers */, + 324033836DF846FF99CFF03BE26C193C /* ProtocolVersion.h in Headers */, + 24D64B468103B048279E53860602EE07 /* PublisherBase.h in Headers */, + B5A55BC14A5F446D643AF2D3F3696959 /* PublishProcessor.h in Headers */, + C59578CCE9A6FD1969F5A306CB676909 /* RequestResponseRequester.h in Headers */, + 950A9A6589333A5B30B6FA7153AFC458 /* RequestResponseResponder.h in Headers */, + 2B0C829BD38CB96A21546D4C9014B412 /* ResumeIdentificationToken.h in Headers */, + D59275F485BAAD7442DFAAC2B63EFE92 /* ResumeManager.h in Headers */, + 6C5C11C0612AAB33707E7E7A0B7ABF56 /* RSocket.h in Headers */, + 244CB2A7FB2DEADC08977E6D3E13F035 /* RSocketClient.h in Headers */, + 8C64D878D4F5C82F29718059C26574DC /* RSocketConnectionEvents.h in Headers */, + D35EE1D9E3BD882E76225D0EB79B7386 /* RSocketErrors.h in Headers */, + 1F373D94456D1F0FC438F2CCA4FCF1EA /* RSocketException.h in Headers */, + 4A69ADF8B9A3A75F5AC1529E29334D0A /* RSocketParameters.h in Headers */, + C41ABA997AB6CE0F550D2AFC87D50919 /* RSocketRequester.h in Headers */, + 90AEAC72066CDD2010C53F59B98D368D /* RSocketResponder.h in Headers */, + E710CA7A9305FEDC1EAD4CC7B810E890 /* RSocketServer.h in Headers */, + 95A2D947367EA746ADDE01BF1B4AA1FE /* RSocketServerState.h in Headers */, + 21B40ECB5193B65426C3B837DD129843 /* RSocketServiceHandler.h in Headers */, + 85D4C9414CDA51B9DD4A67D33CE2DE10 /* RSocketStateMachine.h in Headers */, + 708F9F6B497F5AE15040D604F56A2DAA /* RSocketStats.h in Headers */, + ECDF8FD7D3F72A5F2A69683CEC715178 /* RSocketTransport.h in Headers */, + 0723A2270A5EC6E78E80F85C79BCE70A /* ScheduledFrameProcessor.h in Headers */, + 3A01C53B6974C87FB7D6343F2B7AECFF /* ScheduledFrameTransport.h in Headers */, + E6716881AA827CD4DD57C3CA07328AED /* ScheduledRSocketResponder.h in Headers */, + D841CE837FF49F06D8A9D22AC82B17AE /* ScheduledSingleObserver.h in Headers */, + 0FD921BAA7F0F744EA89387CB00A4703 /* ScheduledSingleSubscription.h in Headers */, + 904AC820BFEEDCA9F4F8DF16282287A6 /* ScheduledSubscriber.h in Headers */, + 92317B9007AEADA8FB7B745A133315A0 /* ScheduledSubscription.h in Headers */, + 5D0692D3236A1522658728BA3E002F74 /* SetupResumeAcceptor.h in Headers */, + 5B890CC37562D4B43C6AC2FD717898DA /* StackTraceUtils.h in Headers */, + 6650FC2846964A974E01F703331C6DCD /* StreamFragmentAccumulator.h in Headers */, + C980F55644E36F1B2F06B61C1FFDFF15 /* StreamRequester.h in Headers */, + 6B3909836A38BC7B1AE3AE0BB5998605 /* StreamResponder.h in Headers */, + 6310DD87166A62E2BE07E97CC3F7A35B /* StreamStateMachineBase.h in Headers */, + E5CEEB3E713538505680AB9604261006 /* StreamsWriter.h in Headers */, + 8DB7E82A030653041097F35BBB9320F6 /* Subscriber.h in Headers */, + 02F43674E16465D81E29115D2D41F129 /* Subscription.h in Headers */, + 4F9E3E96BA2409FB3D78FD90A5321C9F /* Subscription.h in Headers */, + 92AAEBA3C40F8F4BDEB3EB0FF0B0F011 /* SwappableEventBase.h in Headers */, + 981CC21A10FB801351AFD4DF07DCD644 /* TcpConnectionAcceptor.h in Headers */, + BA38721F6E3F446F015F5A5D59CBC966 /* TcpConnectionFactory.h in Headers */, + 440E1E4B5A5C111EAECFA6EAF855E5B1 /* TcpDuplexConnection.h in Headers */, + E164DAA54974B488AB5F99FC557C0AE8 /* TestObserver.h in Headers */, + 9F7E930D34896CD501973A66DB05388A /* TestSubscriber.h in Headers */, + B760F90724B99697F10C44D0344C129B /* ThriftStreamShim.h in Headers */, + 2D14054006EEF15A80675EC1C1EC2D77 /* Throughput.h in Headers */, + 186BA387162FD294C0FD2363779D75E8 /* WarmResumeManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 547B4D6471FECFEB4C25BFEBCA3EB00C /* Headers */ = { + 529DAFFFFBDF15D93D46E1F401EA2897 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 92DF868F32D5D5B05CABA4F95CFF7EB5 /* bignum-dtoa.h in Headers */, + 843DD01D26ED0B4E5E87AE7624D65491 /* bignum.h in Headers */, + 41C0937192C286FBD603C91DD8888957 /* cached-powers.h in Headers */, + B53B17E8C7F0F5058BA2473BF1CA08D4 /* diy-fp.h in Headers */, + 013324AE64397B9292EED630FFD4E7D7 /* double-conversion.h in Headers */, + 92C5C6953CA4738F4E9CE93C5DD88707 /* fast-dtoa.h in Headers */, + 21FB763138BDC143601D0FEC6CA5E3E9 /* fixed-dtoa.h in Headers */, + 701BD1C20ACE82FCD47C59B63F8E25B5 /* ieee.h in Headers */, + 165AEE2A5197D597280FE89142AC3574 /* strtod.h in Headers */, + A18756DC17C9F26BAD98F496BF520232 /* utils.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 572FCAFDD20726C4118D064850DA39B0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 47846CF29CDFBDC898100877DC2766C1 /* InspectorInterfaces.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 57DEAF73FED4309B1F27AF0CD4139FEC /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 260AF1732D75989005185A1CB9EBEDBA /* bignum-dtoa.h in Headers */, - 92D22D1ECAC784CE7C6CE0C81BBD4AAE /* bignum.h in Headers */, - 8072437B4CDCF26A2714A76E800C55AF /* cached-powers.h in Headers */, - A0F648B11A19F71EB5A5DB66E1CA4556 /* diy-fp.h in Headers */, - 655616102F57D27EE1D7BC5C741B78F5 /* double-conversion.h in Headers */, - 0F7A109601314476447A0E3088595D6D /* fast-dtoa.h in Headers */, - C6C78BD239CAC3DD6111AD71872B4641 /* fixed-dtoa.h in Headers */, - 2891B36DE383BFAB9F0E32F1BD0CC535 /* ieee.h in Headers */, - 8B5209D0DE00F127315A8C06D2BA5746 /* strtod.h in Headers */, - 8D261C51FD8E5585C410A7914D1BCE22 /* utils.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -21810,14 +21634,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 625F88FCD1FD52D99D540AA585DBB9B6 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 672073A222B5E9A52E23E0A1762B9E29 /* Pods-ShareRocketChatRN-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 63740EE379ACED9ED6671DACEC428C31 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21837,6 +21653,40 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 660F968C8F29082BB3CFBDA1E579A3F1 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + B4C8D2A561AE933FBEA1BE2A0E0D6397 /* pb.h in Headers */, + FB339240961D3B58EE5E2746A3F81E3F /* pb_common.h in Headers */, + 770B781FA9449B76FC68E249E1053CE7 /* pb_decode.h in Headers */, + 9A524FC8C3E5596956A17121BE37F160 /* pb_encode.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 664D62ED606F876CAFF944C91BC60A2F /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 243E6CA3BBBB49E96A1C9A53EAE20DA0 /* decorator.h in Headers */, + 56AD6A6AD1E4741BAE5DD7341C9726E6 /* instrumentation.h in Headers */, + A70C53DEB2B1D93540683E9C0DADC128 /* JSCRuntime.h in Headers */, + D3B1D48AD935D17B1719E92A1F1FECC1 /* jsi-inl.h in Headers */, + CFBACF50A4A18856BDE743819AFDFF8A /* jsi.h in Headers */, + CAD181CBA1C081A2F4B267ED9C96DF8E /* JSIDynamic.h in Headers */, + 10304E93ABD5B9FC2A0D30B210137D1D /* jsilib.h in Headers */, + 6777450CC9D86C77C7A31EB62F7ACFB5 /* threadsafe.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6AB7C443B0BFD02AC330C3E009FE6B7D /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 45DE61173BCAAD3F4F939C0CC4A2D930 /* RNFBAnalyticsModule.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6AFBA6CF0E8E6A7A87C7C7845E6000CF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21848,6 +21698,488 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 6E6D81B1616C9EE7219EDE7A13430041 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 9FCB62B2218707E260392AC5DD1AB98C /* Access.h in Headers */, + 70FA898E7CF46BDC64E09352434DB87F /* Align.h in Headers */, + 88D0C800914E465F78442D8B0E0A6001 /* Aligned.h in Headers */, + 03B57142681DC1B809DA78ACD4CD98BB /* ApplyTuple.h in Headers */, + 121ECDC2FC6F818F123F9BA51609E4A0 /* Arena-inl.h in Headers */, + 13C3509535EAEC3B062606945AF54872 /* Arena.h in Headers */, + A6E4537265BB0BDFC8AB7427093B4366 /* Array.h in Headers */, + 1EF4007B492497A12FF2258446DEE730 /* Asm.h in Headers */, + BB98365A25E7F996180CA410634441C0 /* Assume-inl.h in Headers */, + AEC78799E599FE2F10196545950BDE23 /* Assume.h in Headers */, + 7E48A10F34F7ECBA53CF229D6DFF36BF /* AsymmetricMemoryBarrier.h in Headers */, + 3D2033AE6032FE384C82E6F166BCF0ED /* Async.h in Headers */, + 5722A7CD8FF0FF32EC479935F88E9AC9 /* AsyncPipe.h in Headers */, + CDEB77E3713784DED37188375FC152AC /* AsyncServerSocket.h in Headers */, + 2A49655B6F9CDD90A274E2A9297718BA /* AsyncSignalHandler.h in Headers */, + F609673DABD981DC7E80DA83846C8A83 /* AsyncSocket.h in Headers */, + B62C89A1B1FFFF29C2BE9859D5AC8601 /* AsyncSocketBase.h in Headers */, + 09BE0DC91C0E0779A48707DB3646A00E /* AsyncSocketException.h in Headers */, + 5AF6EE915B9EDCA0B898C2D9C920BD26 /* AsyncSSLSocket.h in Headers */, + 94E55F1C3A48A81BFC65E66C0007EC0E /* AsyncTimeout.h in Headers */, + BF823668774073F439CDB078895F3474 /* AsyncTrace.h in Headers */, + 2565C7A3E4507C8E1DDC7F324684BD9D /* AsyncTransport.h in Headers */, + 035886A52CB7646500A44875251C5D1A /* AsyncTransportCertificate.h in Headers */, + 99A433515074FEF5C8816351013FC0E4 /* AsyncUDPServerSocket.h in Headers */, + B98FFC18B69B28EE44B25CE087C74F60 /* AsyncUDPSocket.h in Headers */, + 6453C5C1CDBDCEF08A57C1F1D3121062 /* AtFork.h in Headers */, + 653582A8B76194E044202C1BA6899D74 /* Atomic.h in Headers */, + D6FB8B538DB0A26220D2F8CD08536E0C /* AtomicHashArray-inl.h in Headers */, + 7CFC85A71DF6A9F5A8B1414EBC711EA0 /* AtomicHashArray.h in Headers */, + 2139395EBC80BB1C10F99D0F5048BB61 /* AtomicHashMap-inl.h in Headers */, + C6661CACD11A55C31774B12691AB83D1 /* AtomicHashMap.h in Headers */, + 3B141FA782065AE4795BBDB6F2BDC6E4 /* AtomicHashUtils.h in Headers */, + DCBF1450B68E44DBE84093172F9760B0 /* AtomicIntrusiveLinkedList.h in Headers */, + EE8300EDBC4A4789B816FE746EEE99A1 /* AtomicLinkedList.h in Headers */, + 340FF29751802B7B887399679F9FFEE3 /* AtomicNotification-inl.h in Headers */, + 5B878D7EF16C2EB027A8CA2B78B5791C /* AtomicNotification.h in Headers */, + CFAC4707B3F6137762E698AB5E502E3F /* AtomicReadMostlyMainPtr.h in Headers */, + 11A6A219F14520DE1BE872524BCD5022 /* AtomicRef.h in Headers */, + 387DA80366C22FE445126287E606F2C6 /* AtomicSharedPtr.h in Headers */, + F2EF321840E4E584BC64AF98CCB7A4E6 /* AtomicStruct.h in Headers */, + 6CB50ADB6CAE5F35A19108340D72502B /* AtomicUnorderedMap.h in Headers */, + B2CC1ABFEA4205B0464441FEC85368BE /* AtomicUnorderedMapUtils.h in Headers */, + 85F14156B0F8C381A0478B1CC7D02FA2 /* AtomicUtil-inl.h in Headers */, + DBC8661962D5AA275AC88387BF3FA286 /* AtomicUtil.h in Headers */, + C75A9A2002B67FF580ED8DBF6E6D75D5 /* AtomicUtils.h in Headers */, + 8F8A6FF7680A4A33EBFFEFE2E3DB38E1 /* AutoTimer.h in Headers */, + 81B6DAFE73944E8C90A6A69A4389EA11 /* Barrier.h in Headers */, + 80BBCE22293E6037E6898651A5310956 /* Base-inl.h in Headers */, + 2B29493FF59BFC4BF97C74340C248A79 /* Base.h in Headers */, + 79571479BA1A949A8F0358354946C103 /* BasicTransportCertificate.h in Headers */, + BB2B057E397F18DB687CCBEB5EDAFF34 /* Baton.h in Headers */, + 377C3ECF9FEE211922FB2A5D08B1A6DD /* Benchmark.h in Headers */, + 091B7A4A7331D03B819714C6E0C641D6 /* BitIterator.h in Headers */, + FE1177DE474B9B48953AA183347EE767 /* BitIteratorDetail.h in Headers */, + 1A017FC5F2A3EFB0516305ED47715875 /* Bits.h in Headers */, + F937610E8CFF2CAB7284C5DD1527D7B3 /* Bits.h in Headers */, + 0045A8DD04B682112280351BDA1143DD /* Bits.h in Headers */, + BFCF4972837C3A7102FF7D630075A5B2 /* BitVectorCoding.h in Headers */, + AA4EFD413216AE7BA078CF0B42F85A2E /* BlockingQueue.h in Headers */, + C7595E0C41369A6188E8134B9EF7B524 /* Builtins.h in Headers */, + CDB5025BC069700717E7CD47F5DBEBB9 /* CacheLocality.h in Headers */, + 9CA678CCBFADC018A557E9BC7745354A /* CallOnce.h in Headers */, + 55345E1969E53716FBB61B5AE221A7F8 /* CancellationToken-inl.h in Headers */, + 0875D734F6D2FB87E241111B400D3DA3 /* CancellationToken.h in Headers */, + 4A591CF18AE5A57C60B5F9E3252CD9FB /* Cast.h in Headers */, + 94BB193FE3E9E65586113244EA30635C /* CheckedMath.h in Headers */, + 8E5A9697169DB84D6DE83923AABECBF6 /* Checksum.h in Headers */, + 23005DD643E84414D47DB6ACB4CC196F /* ChecksumDetail.h in Headers */, + C7FA447873926A7461BDC71731882476 /* Chrono.h in Headers */, + 43DB8606CA7844566213482E3AC0DBFC /* ClockGettimeWrappers.h in Headers */, + 87FAC42241F5F33708DD6A733C60AEF6 /* Codel.h in Headers */, + 1E1FED1061C8AAA4E90B5ECB3BB4B6A5 /* CodingDetail.h in Headers */, + AA8B34F3FEDD9C43113C750AC08D9AD9 /* Combine-inl.h in Headers */, + CC6096FB78ED485D4FA4D387462029D6 /* Combine.h in Headers */, + 42A6FD4851B31D7B6C1CDE0EC4DECBD0 /* ConcurrentBitSet.h in Headers */, + F81B677911F41E86819B25F4F6A3ECB2 /* ConcurrentHashMap.h in Headers */, + 9BFE17BEAD40764702BA2AA9840B2AE9 /* ConcurrentSkipList-inl.h in Headers */, + 558E303863CC6E2751C8C29E814DA87E /* ConcurrentSkipList.h in Headers */, + 5741D5F2EB68F60923EADC944E86DA89 /* Config.h in Headers */, + A16AF48356E80D7F30B4CC95D270D05C /* Constexpr.h in Headers */, + 79918745235988CC8C02E0101E3CD2D1 /* ConstexprMath.h in Headers */, + 4DF8220872C1E812FAB4ED3F7BBC827F /* Conv.h in Headers */, + EF64E4A629F9B3DB46B23D04483EED91 /* Conv.h in Headers */, + B83A44D13AAC57D4F7E999A3DB938285 /* Core-inl.h in Headers */, + 95DB5A98C962C937C903453C9765A41B /* Core.h in Headers */, + 150163EA318A4A1C4764152C72A8AFEA /* Core.h in Headers */, + BDC69BFC2B8C02595BF55D3D0B7E28CA /* CoreCachedSharedPtr.h in Headers */, + 3490D8521C14FC9911D33F1D92AB5236 /* CPortability.h in Headers */, + 56BE7E110AB35027234D1A636AF49BBC /* CppAttributes.h in Headers */, + D256014A8A34FBC565F20FE2A7652AE3 /* CpuId.h in Headers */, + 4B58FD5DE1E2CBFC70EFA6B88DFBAB4F /* CPUThreadPoolExecutor.h in Headers */, + 6EC5B80F0CEB267F7DDB3D6A12F13ED3 /* CString.h in Headers */, + ACE162BC9C9AAB7F87C75FF8521AAD0B /* Cursor-inl.h in Headers */, + F762DCF60ADC8179F9BF2CCC5C7A03C1 /* Cursor.h in Headers */, + 5C1A3143D95753E2603F152E2F6FFF27 /* CustomizationPoint.h in Headers */, + 9DEC3548F978A24127AF27BA54C67008 /* DecoratedAsyncTransportWrapper.h in Headers */, + D711B9FBC39A13461CEA3113AFB615C6 /* DefaultKeepAliveExecutor.h in Headers */, + 43C3047E22596483B740DE379F84D984 /* DelayedDestruction.h in Headers */, + A2D2E0757B7C61F233E0118859BBDF16 /* DelayedDestructionBase.h in Headers */, + 8EDDF875C374C6BE72B2BAD3CBCAD924 /* Demangle.h in Headers */, + FEF56A16DBE1BA987D58BC7841FE0963 /* Demangle.h in Headers */, + 37734AB7D83FD080813C47C68C80D031 /* DestructorCheck.h in Headers */, + 9186770EF7EA9A29862B43BCB708DAD5 /* Dirent.h in Headers */, + 48647BE0324265C6C680EF7D8A8427C4 /* DiscriminatedPtr.h in Headers */, + 2901D4D184416A31B2D4B5E9560E5CDF /* DiscriminatedPtrDetail.h in Headers */, + 4DD39A4DDB292D87EF1FF86CE7BCFE52 /* DistributedMutex-inl.h in Headers */, + 6C980D4F6A5FBEB0F36DE8DFF0FBCFC7 /* DistributedMutex.h in Headers */, + 7E9A0BB7774C040F3446670C3131DD2C /* DistributedMutexSpecializations.h in Headers */, + 29B2483A719B573A5C4B077D363ACB51 /* DrivableExecutor.h in Headers */, + 8D8833BD6590368754B15E99E30D322B /* dynamic-inl.h in Headers */, + 9C60763F6206AD05DD3B4CC253843ABF /* dynamic.h in Headers */, + FAF3BE5CF06BBDED3D27790511836B20 /* DynamicBoundedQueue.h in Headers */, + B59A92940CB3988A43DC14443997464A /* DynamicConverter.h in Headers */, + 92F4AA4292C89DD1EF18362AD7259CC5 /* DynamicParser-inl.h in Headers */, + 5B412766FA1FC799FD6BEF596911D487 /* DynamicParser.h in Headers */, + E0BF6351C5461EC2A8AC1D3410152F35 /* EDFThreadPoolExecutor.h in Headers */, + D7D660972B7B20D16DCDD83E3939CB69 /* EliasFanoCoding.h in Headers */, + 8EAA70FB650CE59E383872723CE92FC8 /* EnableSharedFromThis.h in Headers */, + 273E798040F05B9C63C57921DFC4BE02 /* Enumerate.h in Headers */, + CED0F555FF06B4AB4CBF354CF1C09F7F /* EnvUtil.h in Headers */, + 198B06188A6544526905388A46E051D0 /* Event.h in Headers */, + A7E21F5C32593F857AEFD5D75E191805 /* EventBase.h in Headers */, + 2A845F20F07322DC6B4A2831610C6AE3 /* EventBaseBackendBase.h in Headers */, + 2D16A6FDA092BBC9410F1BF81F90427E /* EventBaseLocal.h in Headers */, + 017E20509B56DA4449D08E1948257461 /* EventBaseManager.h in Headers */, + 484E7DDB77AFE125183AA8F5F4588CC8 /* EventBaseThread.h in Headers */, + 27A6CA886F91FAA81AAD2482901D4A63 /* EventCount.h in Headers */, + CA0FB0DEB8A5F121970D397C9B7B64F2 /* EventFDWrapper.h in Headers */, + F8B4D7169209003CEC8F07DE01D59CFD /* EventHandler.h in Headers */, + 52019A3E1B5A02DB24C9EA8AAB90F8BD /* EventUtil.h in Headers */, + A8FDF2C38CFCDDB2D55105388C56ED96 /* EvictingCacheMap.h in Headers */, + 763E3A3441CA1F0379C01B2CF01F7CC5 /* Exception.h in Headers */, + 38966BDB95C4832ACAA2055A636A15E8 /* Exception.h in Headers */, + 105848ACD27C8A5953B3C4B607282C78 /* ExceptionString.h in Headers */, + 7DA732ED5755B6CDFA92458A6C3D602B /* ExceptionWrapper-inl.h in Headers */, + 624D611A4F6C558B347C6419E7101F10 /* ExceptionWrapper.h in Headers */, + 7F0C9CE4299A1953F2F00A25E954874A /* ExecutionObserver.h in Headers */, + 1242A93DC5B37FDDC20E65FA24652074 /* Executor.h in Headers */, + AA547FA779CCCEE7A9A1EDEC2CE91270 /* ExecutorWithPriority-inl.h in Headers */, + 493F82B30443960E96797DE5292879E0 /* ExecutorWithPriority.h in Headers */, + A07261DE1E526840A253D9A89419B01E /* Expected.h in Headers */, + D260C821ABF26547A95F70C23610EF21 /* F14Defaults.h in Headers */, + 890163525BA2519FEB4F440D782B3D94 /* F14IntrinsicsAvailability.h in Headers */, + 48FD74C616D8EFE64CCE733555BCA264 /* F14Map-fwd.h in Headers */, + 6221CDA66B827AB36FEA4ECAB5296A89 /* F14Map.h in Headers */, + F8328FCDEE8CFDE526304E083F550217 /* F14MapFallback.h in Headers */, + F741A0D288C28CAB02D97A13715BA9B2 /* F14Mask.h in Headers */, + 77F6043F6F38DC11EF47B13A3AC0E0AD /* F14Policy.h in Headers */, + 7DD6A976D8E3C263276BEC85B9C794AD /* F14Set-fwd.h in Headers */, + 3E31801CBAEBBC04A48294454E1CE7D6 /* F14Set.h in Headers */, + EF9C99E0162D95F8367E2ED07920E5A0 /* F14SetFallback.h in Headers */, + 07B7AA401129E327440274BBEF48CE13 /* F14Table.h in Headers */, + B3772ED597B1E90C913BEFBF232C2FCA /* FarmHash.h in Headers */, + 1BEB436BE33C0619CBBE316F013A692C /* FBString.h in Headers */, + 1F98C2402E6E6DBC99137A706F94F507 /* FBVector.h in Headers */, + 7170C37B1F7BE3C0AEF0314498369966 /* Fcntl.h in Headers */, + 8CAD8CB8505A00D70EE17F78350A63BB /* FiberIOExecutor.h in Headers */, + E73959B7C057A98D8DD091CD189E4E6C /* File-inl.h in Headers */, + B0E4BE805C040502F3AFF7E4DAA84412 /* File.h in Headers */, + DBA6D37AC124EB4A7BBEF1B676C2E8DE /* File.h in Headers */, + AD4D2873AEE08584907863E0DBDB8E25 /* FileUtil.h in Headers */, + C48F4F1BAE9B9D0769BCECCDC94A6132 /* FileUtilDetail.h in Headers */, + FE92625AE3302FCF580C4DF5AD6B6EF0 /* Fingerprint.h in Headers */, + 5EA3B3760D86C6010D9DF78EA2615D55 /* FingerprintPolynomial.h in Headers */, + DE5BB49AAF746F62B635393EC5F66CF3 /* FixedString.h in Headers */, + 295DA493E43DE336A62AB4793A1B16AC /* FlatCombiningPriorityQueue.h in Headers */, + D4C0A8334D65F77A3095A177E4A7AD97 /* Foreach-inl.h in Headers */, + C55DECAC07B30093E8E8EE4368C8F5DA /* Foreach.h in Headers */, + AC2EC29BFEE9D81FB52412184F2F0EE4 /* Format-inl.h in Headers */, + C976BEF3F1472FF2927E3D6072C5893D /* Format.h in Headers */, + 115E11BE61C6BCA95FD333B6E83A7681 /* FormatArg.h in Headers */, + C56BE9A15EDBFE183E8923CFE22C73ED /* FormatTraits.h in Headers */, + 065040FE8FB1DA6515B0899FAFCFBE1D /* Function.h in Headers */, + E6A073B23C0D27F7152D3B0EBABD103A /* FunctionScheduler.h in Headers */, + 0055AD4A5B32CB78FC0062DBF4B7E870 /* Futex-inl.h in Headers */, + F8A7EED09AE342DC199CAE35022370D6 /* Futex.h in Headers */, + 3057E5FC509397FAAF420C82DDBE4068 /* Future-inl.h in Headers */, + D221E21D29612830192E5FD87043D01A /* Future-pre.h in Headers */, + 7E4CD4CFCA659EA09D850364A2EF1EC3 /* Future.h in Headers */, + 4D7B8B12CDFCEFA8A178A58B518F87CF /* FutureDAG.h in Headers */, + 11DD5B1A887C5CC541FCFC600DF86545 /* FutureExecutor.h in Headers */, + A0622DA11DA23F1A6360E4E20CC08744 /* FutureSplitter.h in Headers */, + 854412C0195D09A62EDDD82D42A298CF /* GFlags.h in Headers */, + 7A220C88E1D72A74C1A0AC05C8795655 /* GlobalExecutor.h in Headers */, + 37F9A6E64016355F5A71169EEAB75988 /* GlobalShutdownSocketSet.h in Headers */, + F727CE42D6F9F507E854BAFD4FA08CBB /* GlobalThreadPoolList.h in Headers */, + DFA7BF026174F6D76A648D5D9033707D /* GLog.h in Headers */, + E54A75842BD6E1292EC7051D9F80B18C /* GMock.h in Headers */, + 29BB43261A004F7E6B1CEF441637D154 /* GroupVarint.h in Headers */, + F57B3AE8F00861C7471D4547EDF51E2D /* GroupVarintDetail.h in Headers */, + 2F79C512BFF6258B46B2DA6CF1B3FD61 /* GTest.h in Headers */, + F05C45AF477C55E576AC5DC6C4E72473 /* Hardware.h in Headers */, + B3267AA682F2DA9EF48DBEEBC20DB790 /* Hardware.h in Headers */, + E0F3CF77B2AE36DEACA2A056B43DAFE2 /* HardwareConcurrency.h in Headers */, + 269E2C9D03F62B5617C54FB70B6D8095 /* Hash.h in Headers */, + F0FFBD7299CD0F7E25812A2EB2C30F19 /* Hash.h in Headers */, + 08B8AB08CF29E9C624AF538ECAA1A80A /* Hazptr-fwd.h in Headers */, + D807E8C1165299368E14CF06D72592EA /* Hazptr.h in Headers */, + 9F78E5E4D56E50F9A906A54D9054FD8E /* HazptrDomain.h in Headers */, + 16E39A2A4517F6F478F07CA15C5838BC /* HazptrHolder.h in Headers */, + F389F1E8677695E2C1ADAD9D620E9675 /* HazptrObj.h in Headers */, + 895F662058778EF26BC4C63384DA7ACA /* HazptrObjLinked.h in Headers */, + 76D7FF4B5AABE0996CB4CB62DF5F6AF9 /* HazptrRec.h in Headers */, + 2D559D0FEC13E57BB19192F22DCD2DCE /* HazptrThreadPoolExecutor.h in Headers */, + F8AC2250A65E5146EF15CBBD6952292F /* HazptrThrLocal.h in Headers */, + 6603DA37F158150DADC322CAF034EA37 /* HazptrUtils.h in Headers */, + B1D98FC6F1B1ECED8C3086E6F11FBACF /* HeterogeneousAccess-fwd.h in Headers */, + C060B8396905CE490843176D8D31DB9B /* HeterogeneousAccess.h in Headers */, + 9956E93ABF0D94CF8A60ABD2DA84C6AE /* HHWheelTimer-fwd.h in Headers */, + 3BCF2731F9589E7182631A8B586F17FA /* HHWheelTimer.h in Headers */, + D325B8C3CC7F12238266EF3BB34D1C3C /* Indestructible.h in Headers */, + 72E752648FD701F6768CF13F2020A4A4 /* IndexedMemPool.h in Headers */, + C9BDD6DCA067BB4C8E6FD7946ED33D1F /* Init.h in Headers */, + 885B98D5983E3563BEDBC93A1257AB71 /* Init.h in Headers */, + 53DA1F27EA93DA73B3EA2A624EA7F9D9 /* InitThreadFactory.h in Headers */, + B0665A1E86C5553CD4707743D4D8E750 /* InlineExecutor.h in Headers */, + 90C8F03754A4E7249DD1CE312CC074F2 /* InlineFunctionRef.h in Headers */, + DE5CC6C78A0C4F9B26A97CCD8046D516 /* Instructions.h in Headers */, + D8C46A46F0FE997360956523491CF9C7 /* IntrusiveList.h in Headers */, + 26AE8C5024267DA94E2B15057F78FF4E /* Invoke.h in Headers */, + FE7CE43FBFD8243D90C917399C756900 /* IOBuf.h in Headers */, + D498B7F099837633D24B8B8EAD9C751C /* IOBufQueue.h in Headers */, + D8A464CBB47D40B63A6BC794EF3E73C0 /* IOExecutor.h in Headers */, + 44D02744C7E4FCE675CF28DAF35FF1F3 /* IOObjectCache.h in Headers */, + 8320EEC5AF7D643AE3F4F1F9BB64A91F /* IOThreadPoolExecutor.h in Headers */, + 32EBD5D6A4D8FF7E4E19BD097B01D7A3 /* IOVec.h in Headers */, + C2B62E1CD89AFC2AE158584B287EAB70 /* IPAddress.h in Headers */, + 4B8BEC8FB19600B7A4A25AAA9FF57CEF /* IPAddress.h in Headers */, + 0795CE02665FA91E8983B061097C5A3A /* IPAddressException.h in Headers */, + 035367A51A330A4B6541A225BBFC7CE6 /* IPAddressSource.h in Headers */, + 74539723A586ED5C55785C8E34D6B729 /* IPAddressV4.h in Headers */, + 2CA999BF6BFCDB7BEDEC9ABB60385BBE /* IPAddressV6.h in Headers */, + E9FF39A21B03DA706F401BD6577EE72C /* IStream.h in Headers */, + A255FE5E981EA686ED6690A3208FA1E4 /* Iterator.h in Headers */, + A1B7CDEBD4EC119C11211A496B8443BD /* Iterators.h in Headers */, + F72953A80F7546F5766C097E64728307 /* JemallocHugePageAllocator.h in Headers */, + 8B2FD079F0A83529FBEB14A8ADDC931D /* JemallocNodumpAllocator.h in Headers */, + 47115DE988AA3232F9731A5248447154 /* json.h in Headers */, + AB795A46D6B07C5278FB3EF7A4F7A41B /* json_patch.h in Headers */, + 3BB6DBE610A509D6038FC4DAAA43799F /* json_pointer.h in Headers */, + A25D000536206DBFD1AC6C4FA7A80D68 /* JSONSchema.h in Headers */, + 4B68679479FD0D76AC71CDA97F8C530A /* Launder.h in Headers */, + 0DA427203D9EB8CA4AABD5F8DF022968 /* Lazy.h in Headers */, + 66DA13EB9908E8AED028DF0FFB3193A4 /* Libgen.h in Headers */, + F7DDD54EAD3632BACAA50797AD283D83 /* LifoSem.h in Headers */, + 53F4244567F3899EB63248C4F770C455 /* LifoSemMPMCQueue.h in Headers */, + 97080F090875FB50EC9626722A2A96D1 /* Likely.h in Headers */, + 0E9CAAE2574D5CD114C3DB2B47396603 /* LockFreeRingBuffer.h in Headers */, + 720FBE682AE562653CDA01C87153863C /* LockTraits.h in Headers */, + C6283F8F5C7D0A7ED274D0DECCF48521 /* MacAddress.h in Headers */, + 43D2675841DBD71B5081D58FBDA49302 /* MallctlHelper.h in Headers */, + 2593BB161B9EDC71C6B47E4182784ED1 /* Malloc.h in Headers */, + F0FD7006A16C7CFB5941B200B7518D89 /* Malloc.h in Headers */, + D48C1A67151FD2B88B4C4A0C64B1D1CC /* MallocImpl.h in Headers */, + BC21C1C6771A646CBA6A1BCB5014819D /* ManualExecutor.h in Headers */, + F51E8367F5171648F3480D6F2065FB5E /* ManualTimekeeper.h in Headers */, + 0C4EDCC3F1834EE432877ACF7C328EB6 /* MapUtil.h in Headers */, + 3714618A84253944B6C803C88E01164B /* MasterPtr.h in Headers */, + E9BA1B048421E703C9C42631E315EDA4 /* Math.h in Headers */, + 7A77B9040E9693360BA00EC1AA722827 /* Math.h in Headers */, + BD3BC23ED77AE848B4CE9C6352CFBF99 /* Memory.h in Headers */, + B35799EADF9F097DC26D6E75BEF39838 /* Memory.h in Headers */, + 977A45E05B86E5B8DAD1761B722B2438 /* MemoryIdler.h in Headers */, + 10EB39D09F4682E9834ADA6AFD1D137D /* MemoryMapping.h in Headers */, + BB819A965941673EF962DF897E01A76E /* MemoryResource.h in Headers */, + 83E667F7C4796983F12E904C89EE6FB0 /* Merge.h in Headers */, + F6F05772635949AA64900FB597DE4FCD /* MicroLock.h in Headers */, + AFFE8E1F55E3D84F3B93A36AD8A18FD9 /* MicroSpinLock.h in Headers */, + EEDD8EA560171D62E98E11357F05FD45 /* MicroSpinLock.h in Headers */, + 7E3676E85165DD6A09247A1A4C3AE07E /* MoveWrapper.h in Headers */, + 91AC9368CFDE4999CCA7739449D61A40 /* MPMCPipeline.h in Headers */, + F7AEB7CE40A034DAE33F38D8E5468C9F /* MPMCPipelineDetail.h in Headers */, + 64C3024700CBF75B00B4304258A76478 /* MPMCQueue.h in Headers */, + 0DAC93EE818FA7C94F228D92310200AA /* NamedThreadFactory.h in Headers */, + 76F069FBB6B51AD5AA643F6885E95F0A /* NestedCommandLineApp.h in Headers */, + E5DC0868ECA301F69D0C0F5FABE1FCFE /* NetOps.h in Headers */, + 20CFCED2FAB94D6DE26F5E47722957DC /* NetworkSocket.h in Headers */, + F7300E7A2593113D85A184CD814EB17D /* NotificationQueue.h in Headers */, + 96A646E4B7D837C11E7E7692B37A9713 /* OpenSSL.h in Headers */, + FA4A829ABB8F56F25CE3EB6EAC17C2EA /* OpenSSLCertUtils.h in Headers */, + 42283990CFCC12C4DE5FEED013710642 /* OpenSSLHash.h in Headers */, + ED9FC114EEB14DC11E5986001898D337 /* OpenSSLLockTypes.h in Headers */, + F3BFAECD659987C146D33CBAC6ED9B09 /* OpenSSLPtrTypes.h in Headers */, + 96C0473E70574F8E8D6D394FD4E3E1F0 /* OpenSSLThreading.h in Headers */, + 6112F2C12CCE815437E38469B54C978A /* OpenSSLUtils.h in Headers */, + 709B85B6798D882EDF3B6ED3656590BB /* OpenSSLVersionFinder.h in Headers */, + 5907870F1EBBF9BF0C3CABCF18A56B8D /* Optional.h in Headers */, + 114A84B3422FF90B940B0EDA4651A230 /* Ordering.h in Headers */, + 08938B963EE292416F4BDB917D406B36 /* Overload.h in Headers */, + 60D0EB5989EB5C37CE18726CAD9B140B /* PackedSyncPtr.h in Headers */, + 6415960A63CB8884D4B4C14954BDBBF3 /* Padded.h in Headers */, + B61B43123D1356C75BBF7E2D46898C57 /* Parallel-inl.h in Headers */, + 77D955DE625E8862476D8A605CFFED44 /* Parallel.h in Headers */, + 4371FB165620E0E2305D3B3E0C94AFFC /* ParallelMap-inl.h in Headers */, + A4B619A3E52E0169D372A61AF8304E9A /* ParallelMap.h in Headers */, + 214066A6DF3080EF959DFDE0E2B5C121 /* ParkingLot.h in Headers */, + 7B0B9248EFD225EA61752BFFF1EFD498 /* Partial.h in Headers */, + 12C8C0BDEC2A4E24931B097540A13C95 /* PasswordInFile.h in Headers */, + 52C85BE8268FADF277993B3DBB8BA95D /* Phase.h in Headers */, + 4FE4CF1E6F2EA5BABC94B9E80502E145 /* PicoSpinLock.h in Headers */, + 2EDE4006B230A42C784861B62041F5A6 /* Poly-inl.h in Headers */, + 171ACBE16B63E686762CAAFD5E6787BF /* Poly.h in Headers */, + A5EFAD7720020FF85274BCE55C7C7287 /* PolyDetail.h in Headers */, + BC5F0414AEE4EAA7C66C3CB18A022C6E /* PolyException.h in Headers */, + FCB2094D4D0E11F23114AB1F56FDDBBB /* Portability.h in Headers */, + 0CA233B07159FB75CDE26F285A575C3E /* Portability.h in Headers */, + E515AED943EED8147033BFCE0F4739AC /* Preprocessor.h in Headers */, + A281811D0872CF53D8DA5FF067A1952B /* Pretty.h in Headers */, + E352EC1B40973D66182709A83330536F /* PriorityLifoSemMPMCQueue.h in Headers */, + F4A9072FC2783ECD60C3F356ECABD1E1 /* PriorityThreadFactory.h in Headers */, + C6BAB0D16AEA8FCC567CE6CA1F98B433 /* PriorityUnboundedBlockingQueue.h in Headers */, + AEC3BA9C865C313A83939E4BE60DB922 /* PriorityUnboundedQueueSet.h in Headers */, + A67CDDF2511840927DA8E2B7F2503B69 /* ProducerConsumerQueue.h in Headers */, + 24B2D012DBD307450D6CF7A9F71BAC64 /* ProgramOptions.h in Headers */, + 47BE3B729D1A69043A951E7F1D8E98A9 /* Promise-inl.h in Headers */, + 00907E515298862F61A1E664CAAF1E7E /* Promise.h in Headers */, + 6C1033B93FD92C98BDDF104C5A34FBA0 /* PropagateConst.h in Headers */, + 09178563F2C03D6FE9E33C917FF87B56 /* ProxyLockable-inl.h in Headers */, + 3CB15228F5C5BB593978500D54105CC0 /* ProxyLockable.h in Headers */, + 1B3C7898EADD9985693C0325F078D635 /* PThread.h in Headers */, + 995543F5C85563B1907FB07F383D2E6E /* QueuedImmediateExecutor.h in Headers */, + BED855C2F2BCEE7AF43C3A6D9D169370 /* QuotientMultiSet-inl.h in Headers */, + 3A12EB2E4F659A01A8A938E52EA02D03 /* QuotientMultiSet.h in Headers */, + A16DEEB6FE06BC420017A915830846ED /* Random-inl.h in Headers */, + 0B87F9FB9233FD8F597308525D46A0C8 /* Random.h in Headers */, + 21BE532B78AA5D383FD97996700D6F4A /* Range.h in Headers */, + 7EAE9D5CC4A5AFCF53291EF1326852A2 /* RangeCommon.h in Headers */, + 0F430DCF4FFCCD51C115EDF5D8F7A6A7 /* RangeSse42.h in Headers */, + 1709C37A6ED5FF99B5BD52E3DC70338F /* Rcu-inl.h in Headers */, + 0499080F94150655A214AD569546D87D /* ReadMostlySharedPtr.h in Headers */, + 0B0E6A5CDA7087667E4EBEA476C123EB /* RecordIO-inl.h in Headers */, + 683E4EC2C2E7450C6C4B03081E874435 /* RecordIO.h in Headers */, + 332923757FC53A13D0A7C8374F1DCCE6 /* ReentrantAllocator.h in Headers */, + 8135AE7EAB4D0202D345C1C5C32BAEF3 /* RelaxedConcurrentPriorityQueue.h in Headers */, + CED1BCD21DFADFF8083C51A9DAEABD2E /* Replaceable.h in Headers */, + 04CBDE8C832EC97D99FE75D586B18673 /* Request.h in Headers */, + 2F5B57F2CEEBF76788AAD9313D2F21BA /* Retrying.h in Headers */, + 7F0AB5912A3323CB4D6DA33E2DED7EE1 /* RValueReferenceWrapper.h in Headers */, + F27C2E7723A42327B8EFC227E5078858 /* RWSpinLock.h in Headers */, + 880D6D04F2F117FD890415EB7064CBB9 /* RWSpinLock.h in Headers */, + 823AABDD5D9360892F3B0E854C5C29BD /* SafeAssert.h in Headers */, + 510BD9EB82AB22B1A2983BAFF6B812F4 /* SanitizeLeak.h in Headers */, + 846BF67C45D899C64E588CE227DEE154 /* SanitizeThread.h in Headers */, + 3E5DA863C736F0729986A77E2F66001C /* SaturatingSemaphore.h in Headers */, + A91B9F5FBF090DE5D182852DE525F1EA /* Sched.h in Headers */, + 4A676ED972902CE52166991FC7C26969 /* ScheduledExecutor.h in Headers */, + 9819B115EEDAAA013BDF86D9AC9CCBFC /* ScopedEventBaseThread.h in Headers */, + 5F18F5B0BA128832B6D219074A2F0B9A /* ScopedTraceSection.h in Headers */, + 9A19093CB7DDD85C912B5CAE91C13CE0 /* ScopeGuard.h in Headers */, + 311451F409B329CC973045F2BC9CDC0B /* Select64.h in Headers */, + B1B9AD614F94DDDBFDCD3CC5980CA7EB /* Semaphore.h in Headers */, + F77D17CD3B17BECD0B342A9F02942220 /* SequencedExecutor.h in Headers */, + E052AAEDB7FA668564F5C85D74B3F668 /* SerialExecutor.h in Headers */, + 88D7D6976E15D97679C78A3DA08AC1B7 /* SharedMutex.h in Headers */, + 12B9021A5B3B23281E38041DCDE6361C /* SharedPromise-inl.h in Headers */, + CD91E4BDBB6E2D190EAD49B44DA29E03 /* SharedPromise.h in Headers */, + 76531C90F018051591375836D2B7D872 /* Shell.h in Headers */, + 5C72C029A37F0ABDFD2D086D8E756125 /* ShutdownSocketSet.h in Headers */, + 9B0CD9A4293F6DBEA43E039B495C886A /* Singleton-inl.h in Headers */, + E8509F5BEC63EA29EF262F3FA33984D9 /* Singleton.h in Headers */, + C2B3806F9AEAAD30D22F221EE3BFD7A9 /* Singleton.h in Headers */, + 25627CF16EECF3CD59FFDCAC78C07BFE /* SingletonRelaxedCounter.h in Headers */, + D61EDB5A6C03CF7D0CD5D3E27FE06462 /* SingletonStackTrace.h in Headers */, + AD41EFF4CBFCDC1E1E2BF00C7C445A6C /* SingletonThreadLocal.h in Headers */, + 35D190F7DD1FD0F765FCE31C343EC0D8 /* SingleWriterFixedHashMap.h in Headers */, + B5B315D6FC3705861E36E776FAFB6FCD /* Sleeper.h in Headers */, + 0BF662DB70A3AD9BA2B1A3DEC202D4CB /* SlowFingerprint.h in Headers */, + BFDFFE27304B8CDF208A610C976A96D2 /* small_vector.h in Headers */, + A5C0C1C635914E0A0C633A416ECEE64D /* SmallLocks.h in Headers */, + C83DA318038DC187E205E9AB5203AC87 /* SocketAddress.h in Headers */, + BF14B8BB479673D2B7AB8CE5AC265060 /* SocketFastOpen.h in Headers */, + 83213B02CB5C32D3A2121A05B13515BA /* SocketFileDescriptorMap.h in Headers */, + 31DAE53CE3B5FDF5A25525538FBF0B72 /* SocketOptionMap.h in Headers */, + A51DA1B6652361DB0E7936417B696F92 /* Sockets.h in Headers */, + 3DBF0B1794E8EC922CAE59CA4626EA71 /* SoftRealTimeExecutor.h in Headers */, + 48703FC8A9F2EDDBA7DD6983E51C4ACB /* sorted_vector_types.h in Headers */, + 4E7AFDDFE1822CB1FA8F97CD61232A31 /* SparseByteSet.h in Headers */, + E1484692D67981379F29E9349DBD7E4E /* Spin.h in Headers */, + A5EEF95D1530857E76ECD8AAC0C820B4 /* SpinLock.h in Headers */, + 6A8BF3756562696C23145C36567CD1D8 /* SpookyHashV1.h in Headers */, + 6E110626DC827DA5F1A81AB018EF8027 /* SpookyHashV2.h in Headers */, + 6DD51966E51463E68CA5BFB7A6DB13AC /* Sse.h in Headers */, + 31CCC8C3C472232D6F73F3650DC65231 /* SSLContext.h in Headers */, + 72BB531F14D0200DE36A4AB8330134FB /* SSLErrors.h in Headers */, + 2C7992BAE0A81BD190A9841B4F5DB861 /* SSLOptions.h in Headers */, + 22CAE855E9CF155BCB3628C16718A4C0 /* SSLSession.h in Headers */, + F6882F7EC8F9C5A0D7019532B4A1EBB2 /* SSLSessionImpl.h in Headers */, + 563208722D5CA439D2C87E52C20DA149 /* StampedPtr.h in Headers */, + DF4D94D2950BDA550498808A773E0A9A /* StaticConst.h in Headers */, + 67185D0C2E290C1F6CCF3D80FA090424 /* StaticSingletonManager.h in Headers */, + A33ECE4A3D3D9D28CB6C4C4F9726667C /* StaticTracepoint-ELFx86.h in Headers */, + 4C2CD7177B3ACFC4363D0125D79B46AB /* StaticTracepoint.h in Headers */, + C4D223BA8C674763A213E32A39EC7341 /* Stdio.h in Headers */, + 7EDB26CBD6705A188358F60611991A17 /* Stdlib.h in Headers */, + A145F81E92F99D4995176775CFF3C539 /* stop_watch.h in Headers */, + F87FAD0261A6022530E953FCD4074069 /* String-inl.h in Headers */, + C8FD7C81C61FAED6630254F65311BB0E /* String-inl.h in Headers */, + 4F557A9A1F2DBDA1E584E528597A06D0 /* String.h in Headers */, + 4E88358FC7F23A70EF25DCB4B8081FDA /* String.h in Headers */, + CA1BA5DF0FCC44CC6D0B413AA73B5F96 /* String.h in Headers */, + 143158F165546D85C8C30B7D5B3D9748 /* StringKeyedCommon.h in Headers */, + 2C6E32CA8F2CA662E3C635E6CEB529E3 /* StringKeyedMap.h in Headers */, + FB0E323D8187E0646D9B7345ADEB5194 /* StringKeyedSet.h in Headers */, + 71B3888AD634A0F0C1FFE6FFED5FA4DA /* StringKeyedUnorderedMap.h in Headers */, + 873279566545AF22C270500DEA172E9A /* StringKeyedUnorderedSet.h in Headers */, + 5041AD64C36FEB27F1D6387908636561 /* STTimerFDTimeoutManager.h in Headers */, + 7D368E5ADD41280874B0E63FAA8C1842 /* Subprocess.h in Headers */, + 62C0C18F75974299C47D4165F08EFD82 /* Synchronized.h in Headers */, + 058EA80C3F4DEE0F4C196CCC34377891 /* SynchronizedPtr.h in Headers */, + 4EAB0FD18129D08154B511AB0ACA4F2D /* SysFile.h in Headers */, + 00C357D6B6D58C610F2B5DE211ABD875 /* Syslog.h in Headers */, + 94F85ADD1D00B3B5AFD10CF8B2DB9A8F /* SysMembarrier.h in Headers */, + A6C5C6B5186DCD0395A28BCE7B6BE377 /* SysMman.h in Headers */, + B48338DAAA3067A5659ED6C350764808 /* SysResource.h in Headers */, + 55C682F7688D8DAFD9128EC1E4391E8D /* SysStat.h in Headers */, + AACB601C593CF46D6471B1F06C00ADD1 /* SysSyscall.h in Headers */, + 0446D0D2B0B4C3C2427B98682A71C98F /* SysTime.h in Headers */, + 4DA568D2D139F1DB724DDFAA26C2A49F /* SysTypes.h in Headers */, + 5435BFA4AA01621DDC3AEF2E20898941 /* SysUio.h in Headers */, + 78348057E22C466E01667ED79B427194 /* Tearable.h in Headers */, + DCBB2D1A8DE5B0222CE457B1E106AB7A /* TestUtil.h in Headers */, + D4AE6B36FCEA3B1EA8AA6928F5032B7F /* ThreadCachedArena.h in Headers */, + 4CEA93EDF1191CBDDCC45369A0921846 /* ThreadCachedInt.h in Headers */, + B65EBF0E629F8A75FBA5B61EF523AC9A /* ThreadCachedInts.h in Headers */, + 454CFE74C4891A3AF316EB7A9E7FD588 /* ThreadCachedLists.h in Headers */, + 5BE5300E444C49A096D5096B4ABF8800 /* ThreadedExecutor.h in Headers */, + 800304C5D934F245C8B76A201888CF62 /* ThreadedRepeatingFunctionRunner.h in Headers */, + 679353925FF1B72BFD1184F66D510D46 /* ThreadFactory.h in Headers */, + 7F591ADAC2C454678E20B95964299620 /* ThreadId.h in Headers */, + 31F8D042A417EC0DB4D475D3DB777D78 /* ThreadLocal.h in Headers */, + 796C6266BDF42597C36B0F3D502A0134 /* ThreadLocalDetail.h in Headers */, + 1E7E008FBA100F71222C4B9550EC71CA /* ThreadName.h in Headers */, + 00487A19E47FF5449D9D8543B04910E4 /* ThreadPoolExecutor.h in Headers */, + 5D656BA720505597270A9E16C6B87D8C /* ThreadWheelTimekeeper.h in Headers */, + E72E2C344FB06012C544EE89D3B59636 /* ThreadWheelTimekeeperHighRes.h in Headers */, + BE7D4C5B8B146E76DC3DD9046C2BEF13 /* Time.h in Headers */, + 36376B9BC378D92F5CA7D1CF2F6DC02D /* TimedDrivableExecutor.h in Headers */, + FF071E1EA68920326D56E2FD9765D964 /* TimekeeperScheduledExecutor.h in Headers */, + 305008696A523904968295B624159BF8 /* TimeoutManager.h in Headers */, + EC1A10D762CB875371BD396D65E0BCEF /* TimeoutQueue.h in Headers */, + 1EFF37134EFCABF83F6835D7DE338C6C /* TimerFD.h in Headers */, + 122B997E512C4DBF0DC014EEED582632 /* TimerFDTimeoutManager.h in Headers */, + 38D774FC00C5B62AE6AC731AA591FD3A /* TLRefCount.h in Headers */, + 52C9DF99089FD1F5E2FF7E6F67ECF887 /* TLSDefinitions.h in Headers */, + C7AE379F3737010AE87FD0F46BAF4B0F /* TokenBucket.h in Headers */, + D11917349EBB720B68CD968151535347 /* Traits.h in Headers */, + 9EF6D7E8ABEBAEB7BE3FA6B2E53611A0 /* Try-inl.h in Headers */, + 6EEF8DD908934500AA7A1EADAB32D000 /* Try.h in Headers */, + F3BA4472C3BB9F6E72EF4FD91470FDD8 /* TupleOps.h in Headers */, + 3B1400316B946D45B7A5F38D8B3F36A5 /* TurnSequencer.h in Headers */, + 321351F8BF0150B7B1F74E50E9019579 /* TypedIOBuf.h in Headers */, + 6B2543DEE42835F7D39F6724F66310D6 /* TypeInfo.h in Headers */, + 2EF0D4793390118C0AB1C33B715F4905 /* TypeList.h in Headers */, + 95E453395A153C91D47E69FC57F3A3E1 /* Types.h in Headers */, + 69A0A13DFD0C98A5675D6D5F6B3713A8 /* UnboundedBlockingQueue.h in Headers */, + EEB05666481A318147BE28BC48676801 /* UnboundedQueue.h in Headers */, + 757E230E3391A738DA4745BAA6CF2083 /* UncaughtExceptions.h in Headers */, + 70964AEFEAE617AD49AF588AA9EBEDA0 /* Unicode.h in Headers */, + 078F2E101E32D93FCB3AE585A172DEAB /* UninitializedMemoryHacks.h in Headers */, + CF1CAB3BE12EF7BA3A24D75F736F80AF /* UniqueInstance.h in Headers */, + 70BA8BD58AA8DE517195995763E2569D /* Unistd.h in Headers */, + 89BF893641776A85F8A05646B545C0FE /* Unit.h in Headers */, + A2CAA29D27F60339CFF88E8EFAAACE93 /* Uri-inl.h in Headers */, + 4A2D2F10C934D5CF34A0888E46897205 /* Uri.h in Headers */, + CA9A34F6364F0EB5C32440621DBED1E8 /* UTF8String.h in Headers */, + 749B7017E46778BC0570D7DE656042C9 /* Util.h in Headers */, + 5F829CE6A64EB65E0D29DF248E55DBAC /* Utility.h in Headers */, + B67AE5370CC9809B11C70DC8FFE980DE /* Utility.h in Headers */, + 4292DD6A017267473E88ADC418686A62 /* Varint.h in Headers */, + 3E5E856A83C510D7060A76BFF8D5892E /* VirtualEventBase.h in Headers */, + 964F7C2056580FB155D820526BD1DEBE /* VirtualExecutor.h in Headers */, + F60DAF8678CCE0CE515DE9AA26517440 /* WaitOptions.h in Headers */, + E8F398FD61B4AD52DD8591125E9F250D /* Windows.h in Headers */, + 6BCF27A11162CE878CBD7AC715E40A79 /* WriteChainAsyncTransportWrapper.h in Headers */, + 90753381F6E57CA98760117D24197D35 /* WTCallback.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6EC0C35AEEBA496F9F4A023892190EAE /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21937,15 +22269,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6FD63A0646D751060DCC9798566304DD /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6F2D61F1258B4E476DF6B86B73B62968 /* JSIExecutor.h in Headers */, - 04ED8B4D3E4CBCDA84821B91977521F9 /* JSINativeModules.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 731C8723858FAB0DB60F4251E854C097 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22020,104 +22343,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 766545BC75F0F032E6EC5BBB07D7FF4F /* Headers */ = { + 7FF0E0A0A9C1C1B2672A1894CD29E4ED /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 325C9D2395772ACD673F2FE6657B68B3 /* RCTConvertHelpers.h in Headers */, - FA0ED7F2682D9E291391166ECA98E9DD /* RCTTypedModuleConstants.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; - }; - 783C89544FF7F65261EBD6ACB9F0F320 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 7B63B510C7B2B06F28DCC14D5814BAFE /* log_severity.h in Headers */, - ADCB34DD3E4199DBD235D16372B92E32 /* logging.h in Headers */, - 7474D0A7F016E80778AE52AB080BE252 /* raw_logging.h in Headers */, - 307F2D51282E480D22E6DC6D5B7AED69 /* stl_logging.h in Headers */, - 907390D7F4370E82A87B703AABAE88B1 /* vlog_is_on.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; - }; - 7AD8FD53A4F56589C48326B17C3F0172 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8047032905A6688C0D10B87A5DDF4C44 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 1033A6C57D4D572EEE65706B53D29873 /* InspectorInterfaces.h in Headers */, + 85818AFB4971969EE0A45E757DF0D6DD /* log_severity.h in Headers */, + AB2551946127C5F83BB0357502DF72C2 /* logging.h in Headers */, + B79E94B1078E1E58F72F528D898A707D /* raw_logging.h in Headers */, + 57F0382A799F82FAC320B2AD67171376 /* stl_logging.h in Headers */, + D85BC1D066281C7B8FC3D1E7A4CFE6F5 /* vlog_is_on.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -22139,270 +22373,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 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; - }; 8AA23FDBB4ED1E12D4B722C831D22033 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22413,6 +22383,35 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8C9565FDAAEC63825F30C36D30AD7A6E /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 029D19496ADB3696259CDC0B3698747E /* CxxModule.h in Headers */, + 7FCBC2D4D983C4DC4AB9E44E7A2ECFA3 /* CxxNativeModule.h in Headers */, + 76070A2300ABBC16829C4425BE2E2E88 /* Instance.h in Headers */, + B07F078E95A55894B9873355CEF4812E /* JsArgumentHelpers-inl.h in Headers */, + B31F86D5661D0F2A665FD7248E0CAA82 /* JsArgumentHelpers.h in Headers */, + 0D5A3611D3C4D1A78C42C3557183C4FB /* JSBigString.h in Headers */, + D08830DAA2A9ADAB93C9B537A82A6881 /* JSBundleType.h in Headers */, + 000A89DEE020E3B3A324FCC3FD656B70 /* JSDeltaBundleClient.h in Headers */, + ABE8716C464F7554BD1E46233B620D41 /* JSExecutor.h in Headers */, + 4F5CB6C28EBAD26D6F9BE6C303DE8F60 /* JSIndexedRAMBundle.h in Headers */, + ED1A92DBE362DE6BF9EBB0C89529D047 /* JSModulesUnbundle.h in Headers */, + A3009A4C9DF7BEFABB30929AD8B50BC5 /* MessageQueueThread.h in Headers */, + D0A2F19B340AEE6D70E2F9CAC71B83FF /* MethodCall.h in Headers */, + B9EF15D66F48147D599C8BB22B330376 /* ModuleRegistry.h in Headers */, + 92003DA2AB8105D2BE21088C286F4501 /* NativeModule.h in Headers */, + 9BAEC704D76E1BEC7BA054F6317FBD5E /* NativeToJsBridge.h in Headers */, + 7FC089EFF6B79B78D46618AC4F4C6878 /* RAMBundleRegistry.h in Headers */, + 3FF02BA351A72DFAC1F254CCDC586401 /* ReactMarker.h in Headers */, + 6F1FABB723AEFB27CA8004A2EBEB84DD /* ReactNativeVersion.h in Headers */, + 05A1B4E085CB7B31398BEBEB7C18EA0C /* RecoverableError.h in Headers */, + 2514C0A79C9B758D1D16838A8FE3063E /* SharedProxyCxxModule.h in Headers */, + BD94DB5BB1C7EBA5B97F220D3BC56784 /* SystraceSection.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8CB30B73C802AF1B249CA186CEEA7F21 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22440,13 +22439,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8D332BFB50C6E0B3500E6A620A5124B2 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 8DBE14802236EFF0F239F6873C8F072F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22467,15 +22459,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8F155CCA5E2429F0E2369C269756BF6F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 99AEF020AD403D33E3547834F98A6BB1 /* RNFBCrashlyticsInitProvider.h in Headers */, - ACDFBDADC0ED6A592142E1E878169D69 /* RNFBCrashlyticsModule.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9118645237A0AC2BA8254A8F7D09994D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22483,112 +22466,18 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 95657992F9D01499BBF976829A20BF0E /* Headers */ = { + 9140561D6BDBC9DE579FB1EF5D5C6D65 /* 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 */ = { + 9409A91C2B8CA56810CF9F78C614FF95 /* 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 */, + C7E2B4E3412748BEE316CEB9069BB0EF /* Pods-NotificationService-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -22601,18 +22490,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9969109630DB3EB1A8CE94DAB904916F /* Headers */ = { + 98809CFB62E67298AF0579F78319E1D8 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 1787B6C498B9D12A9DD04D98713142D2 /* pb.h in Headers */, - 33938C3C4B10F2067139A13C4CF48E58 /* pb_common.h in Headers */, - 7F2851065380AB1EEB3D655DACC6A488 /* pb_decode.h in Headers */, - 1CFA20AE64C9C0B58F41BE5E949F7F69 /* pb_encode.h in Headers */, + 85029F5C88B3F2935952A1DF7FB3969F /* bignum-dtoa.h in Headers */, + 21F3CE61BD2C78359409AD6B9C1BF15D /* bignum.h in Headers */, + E5B00BF85CFF980ED2F28AA1DC685017 /* cached-powers.h in Headers */, + CC570DC55B679789A699335CF3E95480 /* diy-fp.h in Headers */, + A350F38210C77C9303A878B77ED58F18 /* double-conversion.h in Headers */, + ED8F101FF99B3642BCC4C00CBBC95E58 /* fast-dtoa.h in Headers */, + B0FB8C123D0AE0927EB662FD85465484 /* fixed-dtoa.h in Headers */, + 7C94AB84F8FC1A0D05AA03795500F280 /* ieee.h in Headers */, + 9B578037B7F98B390CEB9F8D2FF8E966 /* strtod.h in Headers */, + 9A2864E56DECF2105056C63655C7C9ED /* utils.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9C726C3A50D17F100D21832AB30F22CB /* Headers */ = { + 9BA79D67510D84FB230F89D821E5A87B /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( @@ -22645,40 +22540,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9F7732D8B734FFE10836F53D03373957 /* Headers */ = { + 9F734B616992596CEEFD8582B33D0CC5 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 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 */, + D48D99A26570E1EE64DA46D7B858C651 /* FIRCoreDiagnostics.h in Headers */, + FE400B0EE5E639417A59647FA0A6CF06 /* FIRCoreDiagnosticsData.h in Headers */, + DFA2E918B3A94C6CE3E45B3EE7319446 /* FIRCoreDiagnosticsInterop.h in Headers */, + C98BF0B48E55D27C394D03968348036C /* firebasecore.nanopb.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -22724,6 +22593,54 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A25E4C8D3100D468FB92C85EEC4DB953 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 44F9DA704B6A0304F8B0AA57FA4EC279 /* UMPermissionsInterface.h in Headers */, + C21C8C6BC1AE137645501C1C084B366D /* UMPermissionsMethodsDelegate.h in Headers */, + EE27A74BF8245FC66BD966DD6B826452 /* UMUserNotificationCenterProxyInterface.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A3A43A9C424802AF3D79822FB77AD199 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + A30FED85BC839D25C055BC9DD51D526C /* GULAppDelegateSwizzler.h in Headers */, + DC4624EA29F169B61B200C431B048824 /* GULAppDelegateSwizzler_Private.h in Headers */, + D03AA152CDC426D540593BCA569D64C8 /* GULAppEnvironmentUtil.h in Headers */, + AC7CD25B4B6170CE9EAAF0FF6431E219 /* GULApplication.h in Headers */, + 8390B3E17A25BAAC78251E6946785EE3 /* GULHeartbeatDateStorable.h in Headers */, + 68C5248942B9ECCE336BAFB71A3F95BF /* GULHeartbeatDateStorage.h in Headers */, + 18999FCF2D591736A027C577BEF7E213 /* GULHeartbeatDateStorageUserDefaults.h in Headers */, + A644CE00C4D537DB17FD629FE087DF17 /* GULKeychainStorage.h in Headers */, + 41B5B13B8DB8BF2239DA9320522C6A89 /* GULKeychainUtils.h in Headers */, + 1C8EC567776823CEBC0A0EDCDA7A42F2 /* GULLogger.h in Headers */, + 3C667969564BDA4E92B6E6E642DCE91E /* GULLoggerCodes.h in Headers */, + FF61061C66AD407D1A0F319F46621202 /* GULLoggerLevel.h in Headers */, + CA8AE5ABCBFDCB6BB51C20EC118BC6BB /* GULMutableDictionary.h in Headers */, + 995065FF23FE31C622E66C17B30820EC /* GULNetwork.h in Headers */, + 40F48D8687E2F1CA6D7D3598F723AA55 /* GULNetworkConstants.h in Headers */, + 309FBC1945C1E4FF86A90DAC28449069 /* GULNetworkInternal.h in Headers */, + 61B6965848BDED9649F402A8696A9C94 /* GULNetworkLoggerProtocol.h in Headers */, + 47012C9321F6A9461365E1330CC98F14 /* GULNetworkMessageCode.h in Headers */, + C2F04F46681AA140B7B553B16AE7E142 /* GULNetworkURLSession.h in Headers */, + 28D3A285EED79D99FA7CA312F3E5FD66 /* GULNSData+zlib.h in Headers */, + E77AD3AD1775ED66AE0CDEA31414812B /* GULOriginalIMPConvenienceMacros.h in Headers */, + FD24210DF71BBDBAE1D21303B4CBB826 /* GULReachabilityChecker+Internal.h in Headers */, + FC1C1EB79CEE13C41D0F06911906DB51 /* GULReachabilityChecker.h in Headers */, + 1350BF989A7C446D49408133A108C310 /* GULReachabilityMessageCode.h in Headers */, + F15FA48D0497AF47CA722E77D51E07E1 /* GULSceneDelegateSwizzler.h in Headers */, + 4FA421919123406EB5FC94FBE933E4F2 /* GULSceneDelegateSwizzler_Private.h in Headers */, + 7C93523C4EA7B431CC6233F504B09F24 /* GULSecureCoding.h in Headers */, + 387DE596E2810C37AEFBD46FA6897C18 /* GULSwizzler.h in Headers */, + E6CAC76FEA9F59AA9E56ED54D2BCCAC8 /* GULURLSessionDataResponse.h in Headers */, + 47B486393BEE1EED514004C6F600D78F /* GULUserDefaults.h in Headers */, + C63157F429435BF9E672073C3D1B7F18 /* NSURLSession+GULPromises.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; A7E2E59BF5E77A3B28217D36B2C29CFA /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22744,41 +22661,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A918905289650D30840BAF201AEBEC22 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 654ED7F18E0B3B6FDFB03F7D4483EB17 /* bignum-dtoa.h in Headers */, - 61258C6823BC2997EB07C3CD0315081F /* bignum.h in Headers */, - A09D2FFA86165E14C62233968D7013D4 /* cached-powers.h in Headers */, - F35F3544099C951D4EC78D76460180B2 /* diy-fp.h in Headers */, - 3BD0882B5D37435DBFAC2ECBB9DFC3D1 /* double-conversion.h in Headers */, - 3DFEABA6496D308E10400A4C6D2919B2 /* fast-dtoa.h in Headers */, - FF145F58C49FF2DAB83B32D5FEB6ED7E /* fixed-dtoa.h in Headers */, - E755BDB807AE70D7AF93ACFF0BFB3568 /* ieee.h in Headers */, - 28D29030DCE11EFB30AA3C1734E58E33 /* strtod.h in Headers */, - 7A154809A3ECD6E0ED1160BB0F7AB9E9 /* utils.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A998B362F087E6B7562755B8EAFF0D38 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - C01E954BC778EF893FF0B1AEAB9A567B /* FBReactNativeSpec.h in Headers */, - ); - 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; @@ -22787,101 +22669,172 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C044D03670C53BCD6C231B027F348618 /* Headers */ = { + B671D28AAD96418622E95E6FAFD19194 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 3EFA00001C3300E3D96F24F9C9A1CC75 /* cct.nanopb.h in Headers */, - 4CFBDF1ABF9C57834E40AF5F853F6D41 /* GDTCCTCompressionHelper.h in Headers */, - 13513B2BEE6983C247AAE0E6CC39F167 /* GDTCCTNanopbHelpers.h in Headers */, - 3ECF22AEDFDE70AE872AA73F149D97E5 /* GDTCCTPrioritizer.h in Headers */, - 90A45910D78FE70FEDCAEF569E0517F9 /* GDTCCTUploader.h in Headers */, - 56EFE38168845D9EA649B69974F27E51 /* GDTCOREvent+GDTCCTSupport.h in Headers */, + 1C4060DA59B500A1A6F86A39F4A5C76E /* RNFBCrashlyticsInitProvider.h in Headers */, + A609F01CE8B7BDC8C861EDB8DD25D0E2 /* RNFBCrashlyticsModule.h in Headers */, + 2E0AD524F9A295B5C40CF9B2494789C8 /* RNFBCrashlyticsNativeHelper.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - C7258613A9D3CB4E8022AF31252D1EBE /* Headers */ = { + BC553F0BB600419791B71CB2D7119592 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 9E8644F086DA4D7A819C92727D82E982 /* GULAppDelegateSwizzler.h in Headers */, - 6D40B558C263805AD5EA6FC3DCF44023 /* GULAppDelegateSwizzler_Private.h in Headers */, - BFF3FC207AD26901F0331C3DEDC380E3 /* GULAppEnvironmentUtil.h in Headers */, - 027FA0FE90B04B34FC7C4931943F361C /* GULApplication.h in Headers */, - D6BB143397FE5D2A9C94FBAFE3DBD8DF /* GULHeartbeatDateStorage.h in Headers */, - B603F7480EC5763910F2DBA98B36B63D /* GULKeychainStorage.h in Headers */, - E8D65D62B1C106A39CFB0994BC9BD269 /* GULKeychainUtils.h in Headers */, - 555CF3B542265E1F77E1E5EDDF754C87 /* GULLogger.h in Headers */, - BD7CE3633DFC07F82A05429910C08935 /* GULLoggerCodes.h in Headers */, - 985228FEAD333D35C190F4A6B568E38F /* GULLoggerLevel.h in Headers */, - A35CD3327A0074893BAD5E1904E45A36 /* GULMutableDictionary.h in Headers */, - 5A28B7C467441538EF20B02F08B1CBFD /* GULNetwork.h in Headers */, - 890E2E809DF8458785A1BD9659BFFB93 /* GULNetworkConstants.h in Headers */, - 96F8FE7AC5476A0791F22782F1124595 /* GULNetworkLoggerProtocol.h in Headers */, - D7A5F8A207DE67F03C768510690FE72E /* GULNetworkMessageCode.h in Headers */, - 81A2D87F03044B5293435A27B465AC9C /* GULNetworkURLSession.h in Headers */, - B6C594FDB179664C117A8E7E0E8BA6CD /* GULNSData+zlib.h in Headers */, - 63528088258121978A106441DF784FC8 /* GULNSDataInternal.h in Headers */, - AC962D0776694818C3A36065DBF293A9 /* GULOriginalIMPConvenienceMacros.h in Headers */, - 14E4B53EA8F264F6346A4C851E8633D6 /* GULReachabilityChecker+Internal.h in Headers */, - 0AE9553F25D4869F136A9E80E893DBA6 /* GULReachabilityChecker.h in Headers */, - F6EFF1DB3D19308B9E7B42C46D4FB3B0 /* GULReachabilityMessageCode.h in Headers */, - F0E6C0C4A12778C06BB470553644B64F /* GULSceneDelegateSwizzler.h in Headers */, - FD2D2BBC329449D60B428178EFDDCC86 /* GULSceneDelegateSwizzler_Private.h in Headers */, - F65B9C443A963FC1A06CA8B7066B6EB2 /* GULSecureCoding.h in Headers */, - 9DBBD8293DB6E111126AC295A4A6360F /* GULSwizzler.h in Headers */, - 9EBF1C22F1C606D777EDE9760C205AD3 /* GULUserDefaults.h in Headers */, + EBCCBAAD92D3C3E5B2269033C13B6355 /* cct.nanopb.h in Headers */, + 94265A2BBF538FE6513C67413159C2AD /* GDTCCTCompressionHelper.h in Headers */, + 692DAE9BD8C61935AB60910D65F44FD5 /* GDTCCTNanopbHelpers.h in Headers */, + 1D14FE289168F2BC44B41B06555CC01F /* GDTCCTUploader.h in Headers */, + CCD55FE373308AC53FB6515657059168 /* GDTCCTUploadOperation.h in Headers */, + 360AEE5CDE716E75AF5CCAECC6DD6D69 /* GDTCORAssert.h in Headers */, + E4FC09AEFE248B2ADE8F00361A59608B /* GDTCORClock.h in Headers */, + C07A4A5D417059AB57F71D16B61449C4 /* GDTCORConsoleLogger.h in Headers */, + A4F390C7585370F7FB38E96901623570 /* GDTCORDirectorySizeTracker.h in Headers */, + C876A64F10A5C9625429F67904DD38CB /* GDTCOREndpoints.h in Headers */, + 3C824DCA6918CB1113647A886B34E6C1 /* GDTCOREndpoints_Private.h in Headers */, + 24E4BD8D4C24FDCF17DCF0BB0FFA214C /* GDTCOREvent+GDTCCTSupport.h in Headers */, + 2979E5AFC71466956DB6CA9A7AB540B9 /* GDTCOREvent.h in Headers */, + 14E662D8AE3FD878F78657F45D25BCB2 /* GDTCOREvent_Private.h in Headers */, + 0E5305FD81577C77A2D6F38F3FEBBC1B /* GDTCOREventDataObject.h in Headers */, + 7F726BD9F6D2EA0C84FD4C7C893C2BD7 /* GDTCOREventTransformer.h in Headers */, + 00EA21893FB38D65BA105CC76B5FACB6 /* GDTCORFlatFileStorage+Promises.h in Headers */, + 38D3444A60D087E9D2673BC1AE142083 /* GDTCORFlatFileStorage.h in Headers */, + ED0FB24F09F716A67A89208470CB4435 /* GDTCORLifecycle.h in Headers */, + C5ECEA5929F3ADB51B4C1CAD90C9601A /* GDTCORPlatform.h in Headers */, + E77E17AA47539B3A8665D1292007A00F /* GDTCORReachability.h in Headers */, + 4AA109C90C2E782373400255CAC45220 /* GDTCORReachability_Private.h in Headers */, + 62BF24F17CB504CECD8E20426DCA7B70 /* GDTCORRegistrar.h in Headers */, + 5811B1FF89754D4790D437F3564D4218 /* GDTCORRegistrar_Private.h in Headers */, + 1DA0C6DD984C33E04FAD8634EDDB5728 /* GDTCORStorageEventSelector.h in Headers */, + A66F2D7210F4668DCEF5559A4938EC7C /* GDTCORStorageProtocol.h in Headers */, + 93E290CF0B21377C917999ECFA98A253 /* GDTCORTargets.h in Headers */, + F51A198DA95769D014EBE9BC5B706EBC /* GDTCORTransformer.h in Headers */, + 98F20EE794B7263B8524791BCBA7807D /* GDTCORTransformer_Private.h in Headers */, + A9D3017CFD84369FA9A3E398E477CC40 /* GDTCORTransport.h in Headers */, + A1FAA9AE08567DBA97C9F9C6F6331E18 /* GDTCORTransport_Private.h in Headers */, + 3F8E6D0B1952156AF08505C29A8DD8CF /* GDTCORUploadBatch.h in Headers */, + 7CEBF1D7CED338DCF21AAD81641446B4 /* GDTCORUploadCoordinator.h in Headers */, + C3A0A4952A838494212FAFB220C5520D /* GDTCORUploader.h in Headers */, + 900EA8DB4793BA7C898E1EE2387B79AC /* GoogleDataTransport.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - C89CDC1D5851B80AEE4136CF8782FF35 /* Headers */ = { + C8B2CC3D2A91D8D3A5B2D549E1CFE9C0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 2F25CAD556254A239B151322CEE849BC /* GDTCORAssert.h in Headers */, - A877D518A821835130C5621739AAB0BB /* GDTCORClock.h in Headers */, - 2C407E8C99A8941BCC7E5FD583BF7155 /* GDTCORConsoleLogger.h in Headers */, - 97C118656938638AA23787AE37D8D0DB /* GDTCORDataFuture.h in Headers */, - 4BBE19F631470B5CB029B45FE280A944 /* GDTCOREvent.h in Headers */, - 4D972B043DF691469D24AACECE1760B6 /* GDTCOREvent_Private.h in Headers */, - FC906E3FBBBC8DCD8743435725F641F3 /* GDTCOREventDataObject.h in Headers */, - D37EDF49DF7F75AC784BC673662310C2 /* GDTCOREventTransformer.h in Headers */, - 7D68F3763AE12101FD0AAEB7282EBAF1 /* GDTCORFlatFileStorage.h in Headers */, - 0235D4629AC3666D3AA75C72468921B7 /* GDTCORLifecycle.h in Headers */, - 9A913E15108F9C3F0E578EF7298FBF1E /* GDTCORPlatform.h in Headers */, - 862B06811D4E339637ACFCEFC1455F06 /* GDTCORPrioritizer.h in Headers */, - 15323548C4F0428F35A51EE31EE6383C /* GDTCORReachability.h in Headers */, - 96FC82FD43191BD1C3FEA59D2C85D857 /* GDTCORReachability_Private.h in Headers */, - E23B9A3321A28B32A4AACFD5B755877D /* GDTCORRegistrar.h in Headers */, - 5DBBA2DF292B255EEE1C7B7D0AEAE2E4 /* GDTCORRegistrar_Private.h in Headers */, - 9FAA03FC37593B8F8B2746F03F15AF4B /* GDTCORStorageProtocol.h in Headers */, - F8EAF66007BD18C9D4B3D8FC75745D37 /* GDTCORTargets.h in Headers */, - 558257B7E078E520321C0C39BB6D868D /* GDTCORTransformer.h in Headers */, - 51A7C22C8F0BFD9B89B9167037516D08 /* GDTCORTransformer_Private.h in Headers */, - 53FB801C606C0371BD97CB2AECB2851C /* GDTCORTransport.h in Headers */, - 36C2E5BDAA64A781A6BC958BE012B9D2 /* GDTCORTransport_Private.h in Headers */, - 2EA9E8AD0BA1C0A4EA61E75CC723983A /* GDTCORUploadCoordinator.h in Headers */, - ABF7BDF07F7C297B689B6149845A4B21 /* GDTCORUploader.h in Headers */, - 7971489FE0E05FB193CE5D22BA000937 /* GDTCORUploadPackage.h in Headers */, - D19E86A449345EAC7F53D9052BA4C9CC /* GDTCORUploadPackage_Private.h in Headers */, - 5E8C63B9596B30349E37C6A46EC36920 /* GoogleDataTransport.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 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 */, + FCEDB37B6B2033D3283A9376D0ED2E83 /* crashlytics.nanopb.h in Headers */, + 6B1EE3F4F8E4DAED4C6440B651B59751 /* dwarf.h in Headers */, + 6BC42CD6EB4EB48852DE5855CA8410C3 /* FIRAnalyticsInterop.h in Headers */, + ACC4D506A75C516A03AFA89B32A671DB /* FIRAnalyticsInteropListener.h in Headers */, + 0D6A94486960D9DBB5EE49C783BCAA9F /* FIRAppInternal.h in Headers */, + A2C1FF4C2762071FCCF595C5F607C82A /* FIRCLSAllocate.h in Headers */, + F6DBFDD843D0AA39C62CD26BEBCCA176 /* FIRCLSAnalyticsManager.h in Headers */, + C447ADC6832749DFD5D82BA694303172 /* FIRCLSApplication.h in Headers */, + 271E0DEADE0D6D7EAABE641E2F4E3886 /* FIRCLSApplicationIdentifierModel.h in Headers */, + 9EE66696B35936BCE510F4F7D3ACC408 /* FIRCLSAsyncOperation.h in Headers */, + 9BB69855EE77C6D86A89F7053A230212 /* FIRCLSAsyncOperation_Private.h in Headers */, + 8B9157EBC904A8CDBD24471E4A705E71 /* FIRCLSBinaryImage.h in Headers */, + CF7B8A4462BE544A89E16DCBB075D24C /* FIRCLSByteUtility.h in Headers */, + D35ACF4ADB2EC236EAA4F09C0B7D4594 /* FIRCLSCodeMapping.h in Headers */, + A617E61E2325CC51757CE826A7F32272 /* FIRCLSCompactUnwind.h in Headers */, + E462972BE10C24673E9FFB8FA8030E59 /* FIRCLSCompactUnwind_Private.h in Headers */, + 0BD266530C9AE134D530800CB7D5DBC5 /* FIRCLSCompoundOperation.h in Headers */, + 4B3227456BE5E71D81B9A023FFCE4FD2 /* FIRCLSConstants.h in Headers */, + 786F2CC764B09316717DD9623E605A9F /* FIRCLSContext.h in Headers */, + 6543145BB5E9DD16FD37DEB672C273E1 /* FIRCLSCrashedMarkerFile.h in Headers */, + BBB208A2AD042B99BD535A62E5E66A1A /* FIRCLSDataCollectionArbiter.h in Headers */, + A859B6494B28C1EEA054DEE5B69A21AF /* FIRCLSDataCollectionToken.h in Headers */, + 8D5C3194C11BF0820AC6970BFAA0EB9A /* FIRCLSDataParsing.h in Headers */, + 39B55EBF968A1D6C42ED4D76B1484903 /* FIRCLSDefines.h in Headers */, + 85ECF0A01415BA40BF0BBF211811CA7A /* FIRCLSDemangleOperation.h in Headers */, + 666D6393A0A7CA6923BCE17E09B189C5 /* FIRCLSDownloadAndSaveSettingsOperation.h in Headers */, + C1EF47E7E6DED94AE465A50CABA2F8C2 /* FIRCLSdSYM.h in Headers */, + 08B6A03BA29D611177E9C9B22F84FA08 /* FIRCLSDwarfExpressionMachine.h in Headers */, + 912DEC7404EB4C3258888AE456F25F9B /* FIRCLSDwarfUnwind.h in Headers */, + 63A10A8373E52F48D507CAE1E260DE30 /* FIRCLSDwarfUnwindRegisters.h in Headers */, + 4375822D72A40FAA47BCBCED9D7DC245 /* FIRCLSException.h in Headers */, + 7A112E142F6D7ACCFCB8F0134874737C /* FIRCLSExecutionIdentifierModel.h in Headers */, + 00C0786E0430D8D4F5107D0CCFD1D8EF /* FIRCLSExistingReportManager.h in Headers */, + 992D948FA6772ABFA7C776983A80F777 /* FIRCLSExistingReportManager_Private.h in Headers */, + 311ECD87009CF4D7B1FA21BD9D694AC6 /* FIRCLSFABAsyncOperation.h in Headers */, + CE23595967DB151E83E8AA71FFB2CD52 /* FIRCLSFABAsyncOperation_Private.h in Headers */, + E2D448EFAC1BFADF07A413786B37DFED /* FIRCLSFABHost.h in Headers */, + 40D5815941033303FEB196638FF98BC5 /* FIRCLSFABNetworkClient.h in Headers */, + 2D094D54563FE070CC15A46D09EB08E9 /* FIRCLSFeatures.h in Headers */, + F197300A058F4B7551E085C4CC0B15CF /* FIRCLSFile.h in Headers */, + 0ED6B019C24CAD5A3700CB9A69DC1B27 /* FIRCLSFileManager.h in Headers */, + 89C90518EF1CF3B76E4F39D966236D25 /* FIRCLSGlobals.h in Headers */, + 9237A860694A80084598BE4A04600CFC /* FIRCLSHandler.h in Headers */, + 9C7FA0BF37DC544153DCC9B17C3DF623 /* FIRCLSHost.h in Headers */, + E8BD2B6785ED9CB872B7D0A915E97D8E /* FIRCLSInstallIdentifierModel.h in Headers */, + 154859F25C52EC65F81F6AC411D812B1 /* FIRCLSInternalLogging.h in Headers */, + A16A1ED4C3BCC3776FBD7AA160BA0103 /* FIRCLSInternalReport.h in Headers */, + 40B89BDA08CBFE57517C6B5940DF69F0 /* FIRCLSLaunchMarkerModel.h in Headers */, + 9214DF1700B211BAF6507D0821412DAD /* FIRCLSLogger.h in Headers */, + 082D99EE16F79953DEA62DC9869ECB98 /* FIRCLSMachException.h in Headers */, + 6B8DB968A4C932033CD7F460B733452D /* FIRCLSMachO.h in Headers */, + 5F8FACEA1F90899430BF3E0797B0C615 /* FIRCLSMachOBinary.h in Headers */, + 301D2E22129CE165959DA9657BB1200C /* FIRCLSMachOSlice.h in Headers */, + 9B612F4DC7F1F89C941C31D587070DA8 /* FIRCLSManagerData.h in Headers */, + 583D8B933C781CF55B648E7E05953D89 /* FIRCLSMultipartMimeStreamEncoder.h in Headers */, + 4BF6AAA5072DCDAD3A70453C704E9683 /* FIRCLSNetworkOperation.h in Headers */, + 5BEE1D39B2C760DF775D6929B5E32B45 /* FIRCLSNetworkResponseHandler.h in Headers */, + DAB6090699B77149D911CC6D615AFC4E /* FIRCLSNotificationManager.h in Headers */, + 3FE8450EF3EDAE9ECFCF3F8DAFB614B5 /* FIRCLSOperation.h in Headers */, + 1DB40AF442DAED41EDFEDC0A8D16B6D8 /* FIRCLSProcess.h in Headers */, + 1D5E14A146CF1B8465176D9A5C0B9418 /* FIRCLSProcessReportOperation.h in Headers */, + 62C454BA356873D2D22ED1FEAFE6F483 /* FIRCLSProfiling.h in Headers */, + C8C12C82A215548E9A1CC238DE2B5369 /* FIRCLSRecordApplication.h in Headers */, + FCD89211AB31C1335FC079DF4DDF6E67 /* FIRCLSRecordBase.h in Headers */, + 749BF74B6022BB330C73154EA8EF700E /* FIRCLSRecordHost.h in Headers */, + 19D013F828341D40B48BD749C800BA5B /* FIRCLSRecordIdentity.h in Headers */, + 7CBD296841A310866DCC6C207F6813BC /* FIRCLSReportAdapter.h in Headers */, + CA737157E04E547F33DDE0E04756C369 /* FIRCLSReportAdapter_Private.h in Headers */, + 8A73E23A1432E3B78FCEFEE498AA0722 /* FIRCLSReportManager.h in Headers */, + 5B12BAA3F2A585FC45DDE23DF029192C /* FIRCLSReportManager_Private.h in Headers */, + C844793AEA27FDF921F71AB3DF2BE8A1 /* FIRCLSReportUploader.h in Headers */, + 75F9274C205DB28237F6DE479779CB46 /* FIRCLSReportUploader_Private.h in Headers */, + B0230E1EE811FF12400094EBA00B0D2C /* FIRCLSSerializeSymbolicatedFramesOperation.h in Headers */, + ECD6BEF0D21A1297B371E0485EB29D7E /* FIRCLSSettings.h in Headers */, + BAE44E07314C0AAB13B9F8D744EB535B /* FIRCLSSettingsManager.h in Headers */, + 5CC87C6001C58481796B9711B46F4CA4 /* FIRCLSSignal.h in Headers */, + 2A02A46AB5EC404D623FAD83AC4075F4 /* FIRCLSSymbolicationOperation.h in Headers */, + F46052CCD818919529089363209F3605 /* FIRCLSSymbolResolver.h in Headers */, + EB21CE4477DCE89C2169CF988C0F6B07 /* FIRCLSThreadArrayOperation.h in Headers */, + 88D273A26386C2199327F75B03D2C0F8 /* FIRCLSThreadState.h in Headers */, + 9D18331267804CD735BCCBAEB297EC8C /* FIRCLSUnwind.h in Headers */, + 390B4DC0B6F659B5BD045B585354CFBD /* FIRCLSUnwind_arch.h in Headers */, + 21EC14359DA53E6C40B50D728C044273 /* FIRCLSUnwind_x86.h in Headers */, + A752E5EE27D7EDBA39674DC9C3D04BF4 /* FIRCLSURLBuilder.h in Headers */, + B62F9397B182BD2D24C48AF8C2FA83B0 /* FIRCLSUserDefaults.h in Headers */, + 1C3B95729665835CAEF9528042E2EA16 /* FIRCLSUserDefaults_private.h in Headers */, + B5A3E1CC5EDB5E478723E0AE6B801C37 /* FIRCLSUserLogging.h in Headers */, + D1B53BBA0375982D630D42B421996C1E /* FIRCLSUtility.h in Headers */, + 4B46130EF91247C4D89A23971979A2C3 /* FIRCLSUUID.h in Headers */, + EAD1D643DCB51387C869C1B5DD55034E /* FIRComponent.h in Headers */, + C462C49112B32CE78DE68F2009D0EBE0 /* FIRComponentContainer.h in Headers */, + 5B5F3075F5DA47EEDA5AED38F0FC405F /* FIRComponentType.h in Headers */, + FDF283CD174159EC6CC68453DFE52CA8 /* FIRCoreDiagnosticsConnector.h in Headers */, + 7EBE165401D511E596CA5A69B81C70A4 /* FIRCrashlytics.h in Headers */, + 76B71E65F2D62B7023B79F3BFBCDE506 /* FIRCrashlyticsReport.h in Headers */, + B0DACE64B6678E39A4C28F42D8DF4514 /* FIRCrashlyticsReport_Private.h in Headers */, + D4065970A58BDEF9950C208FB9E7F638 /* FIRDependency.h in Headers */, + C2E4B73D4AC04C9DEC3AD16F98BE1D7F /* FirebaseCoreInternal.h in Headers */, + 4EAB627AED445C2BA896D9B1E1D91635 /* FirebaseCrashlytics.h in Headers */, + 4610E3B22AB41E9418B836158988BC70 /* FirebaseInstallationsInternal.h in Headers */, + EF30A2C944BB216AAA215B841D470B1A /* FIRExceptionModel.h in Headers */, + 264C4F6F30A77A95D4FCF0B09F667BBE /* FIRExceptionModel_Private.h in Headers */, + 483F90B58E82DD0D1E4AFC9F42458EBA /* FIRHeartbeatInfo.h in Headers */, + A60881DAC6C55945D8E7589A0D2C5365 /* FIRInteropEventNames.h in Headers */, + A75DE3A07AD9DCC29D90CB1FDE725168 /* FIRInteropParameterNames.h in Headers */, + 65DEE80779BF7F355C578866C1F2D250 /* FIRLibrary.h in Headers */, + B0CBED4D181190481D93E12BDC3E98B5 /* FIRLogger.h in Headers */, + 9EC3A0D4D8746E2CD54F79BC82652BDC /* FIROptionsInternal.h in Headers */, + EF347CA0F68471FA3E6C3BE9165F4E5E /* FIRStackFrame.h in Headers */, + EB6690F44B7B5DA03669410341444E68 /* FIRStackFrame_Private.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -22902,10 +22855,78 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - CE10927F1368C7C146A00493FBDB827A /* Headers */ = { + CDF40A17965B1A8071EFCB6F654E58AF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 6D0ABD3330130ACBE641786AE4CF47D5 /* AESCrypt.h in Headers */, + 4109BD9812166214101C8AD5B0C91CAD /* Checksum.h in Headers */, + 42A1F7840878E170123F108A3FFE0252 /* CodedInputData.h in Headers */, + 2CE237017D837F33E923A81A0891D469 /* CodedInputDataCrypt.h in Headers */, + 892967EC3B2C0B7092EE11B217C53DB0 /* CodedOutputData.h in Headers */, + E5FB77F3CFA08FC9BE301BBE9941A2FF /* InterProcessLock.h in Headers */, + 1887A6E7EBEA9884623714F804FC7721 /* KeyValueHolder.h in Headers */, + 11E11A9F78D6719BBE4E30C6423645A6 /* MemoryFile.h in Headers */, + DF3F3733FE15AE6A113167D88C9345A7 /* MiniPBCoder.h in Headers */, + 1D84302ABF4A35F22CEC5992E7108379 /* MMBuffer.h in Headers */, + 38F7790EAEFBD13116D33E00DE1E8A3F /* MMKV.h in Headers */, + A245AFB54980D63DBE18C55F33E23D39 /* MMKV_IO.h in Headers */, + 996B5B1B5DA5B535F923FF5D253F2C3D /* MMKV_OSX.h in Headers */, + 71365060B78FF43522F28712D7FAA361 /* MMKVLog.h in Headers */, + 510364D4E32301CE660CE7E46D357AB3 /* MMKVMetaInfo.hpp in Headers */, + 652EB34E83A8F675940AB3D6BC802914 /* MMKVPredef.h in Headers */, + 929EE2DF5EBEA4CBC89A2201DF15864D /* openssl_aes.h in Headers */, + CDC13C38360A0507822EB468BE25AEB7 /* openssl_aes_locl.h in Headers */, + 24C7DB49A07C68ED7C0C85B677DE8F25 /* openssl_arm_arch.h in Headers */, + 07421BA6C4A2A86FAAA232B3F90F7F1B /* openssl_md32_common.h in Headers */, + 4715CCC56D7BA3A85376AE13FBE390AF /* openssl_md5.h in Headers */, + 252B6E42AFC63E2E924A103AEE06890D /* openssl_md5_locl.h in Headers */, + 824096A2EADE3DC11E8DC40A0D9C1430 /* openssl_opensslconf.h in Headers */, + 91A95795B0DAB6FDFC41102C0DDD2E71 /* PBEncodeItem.hpp in Headers */, + 0A3F902051A1BA46E113A15A6A819601 /* PBUtility.h in Headers */, + D4954835B906799CEB7306D8D4CBFA52 /* ScopedLock.hpp in Headers */, + 58A7149C93B93AA1F82DF4860C4A9547 /* ThreadLock.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CE081C16E64AECF54A82C5BFD3AFB4E1 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 2F86D579DC1B3C9D7D492F9F5D927D6E /* Pods-ShareRocketChatRN-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D0E9EC15392F0617444BD409B02DFD62 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + EC51CF6DF85389D79EB5F7A55F3B39A2 /* UIView+Yoga.h in Headers */, + B8A036BC08140381C2F6D6DF1AD15D2C /* YGLayout+Private.h in Headers */, + 427EE553E28EF10684BD563CE0690373 /* YGLayout.h in Headers */, + 2FB7E1DA7C1F741298E1C39F52C8E0CB /* YogaKit-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D0F78F59E8D551938D305C53F6BCFB22 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + B3F69CFE9D7C593FD23867BDA8C84B4E /* RCTConvert+RNNotifications.h in Headers */, + F1259D7171A093537873E55DF0FAF4AC /* RNBridgeModule.h in Headers */, + 214CFBD5709271937FF275CB56677B8B /* RNCommandsHandler.h in Headers */, + E4A418AB0444EF9EF2FB54EE28B3C7E1 /* RNEventEmitter.h in Headers */, + 560046A06CC22E6CFAD75C6A8F74B9C7 /* RNNotificationCenter.h in Headers */, + 0326A7A79C60B20CEAF818C79224A4ED /* RNNotificationCenterListener.h in Headers */, + 7CB4F1B6C435F71BC06BAFAF621FF11F /* RNNotificationCenterMulticast.h in Headers */, + 77CCFDEC1E76EA1BBFD029BF3C8E7A41 /* RNNotificationEventHandler.h in Headers */, + B22C8D4C388AECCC9881874039EEA07D /* RNNotificationParser.h in Headers */, + 8EDB5D0B238EB5A3C51FB413D9BC111E /* RNNotifications.h in Headers */, + DFFA3516BC11A73AC098F78D7D779657 /* RNNotificationsStore.h in Headers */, + C1D74870F2F4285554F34CD5F1ABB697 /* RNNotificationUtils.h in Headers */, + AC2FA705078088F206B463C88885A417 /* RNPushKit.h in Headers */, + 605208B2D6BD723B8828B974B936D804 /* RNPushKitEventHandler.h in Headers */, + 704F9AF74DE260A5DE73B253D6A9136F /* RNPushKitEventListener.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -22945,32 +22966,6 @@ ); 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; @@ -22980,11 +22975,25 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DE70141E66ACDE79A002F15F926D6056 /* Headers */ = { + DA45B625C72F0D1B29FE5D0A8C83E18E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 651B1E070356E2EF27D6FFD2B836573B /* RNFBAnalyticsModule.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + DB832E25003487873F0DF2CEAC05411F /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + DD8BB985475BFE74FADACE5346DF13FB /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 54ED2AE6748417AD8DC329B2CFE5BAD7 /* Pods-defaults-RocketChatRN-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -22996,6 +23005,270 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + E73DEA6C8A4C0B18F9DA0EA4D1DB2A66 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 542FC6B03591FB1C6ECF22400F3F48F3 /* CoreModulesPlugins.h in Headers */, + 20AFB1B01D7902AEDDF8AD4C21986420 /* DispatchMessageQueueThread.h in Headers */, + A16351F493150FBFBC62559DF74779FB /* JSCExecutorFactory.h in Headers */, + 4D67BBE8A7FE4915B11FA5DBB82C627F /* NSDataBigString.h in Headers */, + CA6F45DE1FE284191FAFF92ED0D11F85 /* NSTextStorage+FontScaling.h in Headers */, + D2B35C9889F19A85F030D54F21999FD6 /* RCTAccessibilityManager.h in Headers */, + EE607DE1F3F0EE13678E90C07E9FED19 /* RCTActionSheetManager.h in Headers */, + 29E6EABDD8B03493CA517B15E8C6F735 /* RCTActivityIndicatorView.h in Headers */, + 72B35C3691914DDC46706C75CCEEBC1A /* RCTActivityIndicatorViewManager.h in Headers */, + 703C65038103B4775648FA5C6E279D7C /* RCTAdditionAnimatedNode.h in Headers */, + 01732B9362CDA639B0A0F09FFA0A09E6 /* RCTAlertController.h in Headers */, + 9CE94CC2CEA8E13327514F0C53A99483 /* RCTAlertManager.h in Headers */, + 00AF5F36100175B11D9771E258C748D4 /* RCTAnimatedImage.h in Headers */, + F706229785397EFC3EACC8FEEAB75230 /* RCTAnimatedNode.h in Headers */, + BCEC1BD6838CDD6D72C12D428D065792 /* RCTAnimationDriver.h in Headers */, + 523CC46BCC1EA89B82A966ACBC52B19B /* RCTAnimationPlugins.h in Headers */, + FE3FE2B04C122F864BACC4B70757C885 /* RCTAnimationType.h in Headers */, + 73B2989640CE05431C851DD06A7927A9 /* RCTAnimationUtils.h in Headers */, + 7736A7798E656270349511E564563ECB /* RCTAppearance.h in Headers */, + F144CCACE9C32C0142C582D7C1E86B28 /* RCTAppState.h in Headers */, + E82A786B6E48E653B4EB4F70B840E1A6 /* RCTAssert.h in Headers */, + 0800D3F41A707DB760315426357920F6 /* RCTAsyncLocalStorage.h in Headers */, + 0E185383D11B1184A9F4C7B0A1CD840D /* RCTAutoInsetsProtocol.h in Headers */, + F58AE2998DB828E9BAA0ECBA0D3061A4 /* RCTBackedTextInputDelegate.h in Headers */, + F3E15AA9C7F680F9C9B43FDD96871088 /* RCTBackedTextInputDelegateAdapter.h in Headers */, + 4B077A60A3DFEE576634B7D7D8ABCBA1 /* RCTBackedTextInputViewProtocol.h in Headers */, + 733B5FFEC83CFA18E5E5F111BA7584F2 /* RCTBaseTextInputShadowView.h in Headers */, + B944EC671B5853B88567528F2678ABE3 /* RCTBaseTextInputView.h in Headers */, + C0C4F1815C14D2744807AD2F679C78A6 /* RCTBaseTextInputViewManager.h in Headers */, + E92696AEF1DB1F371E39D6137948FDD7 /* RCTBaseTextShadowView.h in Headers */, + 91D443A4FE2B235D711A75181C041E62 /* RCTBaseTextViewManager.h in Headers */, + 3F8579752B3E4046661D8DB9B5790836 /* RCTBlobManager.h in Headers */, + 16283CCFE77C19CDCB78A00F05CB280B /* RCTBorderDrawing.h in Headers */, + CB359D1273466689D588505FF19907B8 /* RCTBorderStyle.h in Headers */, + AF613BEA2530E1B00FA21E77470C80CC /* RCTBridge+Private.h in Headers */, + BC23005FE59F7B44CB6C27FBAD20587B /* RCTBridge.h in Headers */, + E7C68EA9F12A32EB23EE6CEB1EC4670A /* RCTBridgeDelegate.h in Headers */, + F2DA845E7D030194B0A53BB293420DAE /* RCTBridgeMethod.h in Headers */, + 5ABF209915F2F850642E19D2543EEAA9 /* RCTBridgeModule.h in Headers */, + C62044DE8FD85B0741FF48B25F10A9E4 /* RCTBundleURLProvider.h in Headers */, + 73007FB1D757618429107FEEE42AC476 /* RCTClipboard.h in Headers */, + E4BDA6BCA2E4DCDB48239CED6180C02C /* RCTComponent.h in Headers */, + DC3A53AEA0A80D985DED38AD5FDF0B80 /* RCTComponentData.h in Headers */, + 3972AE64B1E7418946BC2CE20E211574 /* RCTComponentEvent.h in Headers */, + A0787DD1866B9D6005E35C07CB1A3914 /* RCTConstants.h in Headers */, + 78A2326970334EBFAD76D3EAC4084711 /* RCTConvert+CoreLocation.h in Headers */, + 34341DE60E427974CD2EDD4DF8FE28EB /* RCTConvert+Text.h in Headers */, + 114801D80297558D4A3A7AF6316BFA10 /* RCTConvert+Transform.h in Headers */, + 7AA0209B9A922B86B256CE30741819E9 /* RCTConvert.h in Headers */, + 2B59A79E67374145F9D54BFA17FB97FC /* RCTCxxBridgeDelegate.h in Headers */, + D8E75712E38381A03663C5E1E10EC4DF /* RCTCxxConvert.h in Headers */, + 77C88841E442DA6EEA4A56CDC2B6D1AF /* RCTCxxMethod.h in Headers */, + 527A10AC2D3B8E11E5CE8C6553E0F7DA /* RCTCxxModule.h in Headers */, + E372E53BF9D6D7242167C1C19D0E5187 /* RCTCxxUtils.h in Headers */, + 3D40E24FF5E996F2B28F40B94598FD06 /* RCTDataRequestHandler.h in Headers */, + EAA8FFDE586AE1D46B49116FBA0895FF /* RCTDatePicker.h in Headers */, + EDD11320598709892D2B9AC186F4474A /* RCTDatePickerManager.h in Headers */, + E696BFB3D6A0246B6CBDBD90EEB5695F /* RCTDecayAnimation.h in Headers */, + 30B80FABC79F2D95031B00038FE75D2A /* RCTDefines.h in Headers */, + E64DD702040F483C58C687E916FED164 /* RCTDeviceInfo.h in Headers */, + 24868E54F706A8A90FCD583DA4747CC4 /* RCTDevLoadingView.h in Headers */, + EABD58F822534436AF9B71F84E0B1313 /* RCTDevLoadingViewProtocol.h in Headers */, + 875C383C84985E85D384DBEB8D2A1D43 /* RCTDevLoadingViewSetEnabled.h in Headers */, + C88B8F2FE500E61B69BC628D3CF3DEB4 /* RCTDevMenu.h in Headers */, + 8F6D361B5A66DC050A4F487FE2543AC3 /* RCTDevSettings.h in Headers */, + 6A777C3B4431365699B4735251165C21 /* RCTDiffClampAnimatedNode.h in Headers */, + 9298D96B0796C24F5027F990B9652EED /* RCTDisplayLink.h in Headers */, + 1813E77BDC00B93DBDB9F25FD96BD356 /* RCTDisplayWeakRefreshable.h in Headers */, + F1B7A4DFC05850050BAB6A0DD673C7A6 /* RCTDivisionAnimatedNode.h in Headers */, + 748DE1BB70F8E37AF04F4350706D054C /* RCTErrorCustomizer.h in Headers */, + F6F67D04302266381232062C842980D3 /* RCTErrorInfo.h in Headers */, + 68775EF1017A4EE788F7CE94B0EC76F9 /* RCTEventAnimation.h in Headers */, + A30D0BCF7A3859E5A90E52CD44EE883B /* RCTEventDispatcher.h in Headers */, + 30C323D2559F3CB36FD4A5377C605CFD /* RCTEventEmitter.h in Headers */, + 9247D7379DB1A962F5B506BF954240FB /* RCTExceptionsManager.h in Headers */, + 7F433E60353F8D29C53E2836B8327E54 /* RCTFileReaderModule.h in Headers */, + DC9A0BCF26C761A76679CDF3FB01C1A4 /* RCTFileRequestHandler.h in Headers */, + 4B577EE6F8D76790D968F375F4F71EC8 /* RCTFollyConvert.h in Headers */, + CE309FB3B49A6B64FCF08A7FC8C18C46 /* RCTFont.h in Headers */, + CF42B9AD8B0B5306DC99B58A5BF16BE1 /* RCTFPSGraph.h in Headers */, + F41B45CBC3F901542C1D6951AD691562 /* RCTFrameAnimation.h in Headers */, + F555EC335F9884397FC09DD40A70B700 /* RCTFrameUpdate.h in Headers */, + F5C2B876B565C3651E305B2DF52E75CE /* RCTGIFImageDecoder.h in Headers */, + 1176E9810C6CF4D193ED8CC9E081DA15 /* RCTHTTPRequestHandler.h in Headers */, + D0DB50AD8546FEE3EC9ACD7AC6CE4B6A /* RCTI18nManager.h in Headers */, + 48E2859D3A1EEB868C1C55F05F7C0AD6 /* RCTI18nUtil.h in Headers */, + FFDC8CCA990CCA121E3A5E94709357EB /* RCTImageBlurUtils.h in Headers */, + 7F65510DE77AF57F30EF35FF99BF0121 /* RCTImageCache.h in Headers */, + 505ACFA375689FDB537CB5904DB9766A /* RCTImageDataDecoder.h in Headers */, + DF4A8F9451DCA68C6245C25258EA36DC /* RCTImageEditingManager.h in Headers */, + 5A4F772F5899CF6E3410F7D160E4DCDB /* RCTImageLoader.h in Headers */, + 2CEBACF9363F875910F730767C686063 /* RCTImageLoaderProtocol.h in Headers */, + AC99627988E108C3DE9E6102E1B89CDE /* RCTImageLoaderWithAttributionProtocol.h in Headers */, + 9F9D613420D8FA4298AC393ECA207003 /* RCTImagePlugins.h in Headers */, + D004E4C8E6BEB3729AF8FC87D1D30981 /* RCTImageShadowView.h in Headers */, + 127158A6E4F1BC172DE9DD0D29DEFEE0 /* RCTImageSource.h in Headers */, + 278B39C7E2ACC09BF72B63E9032CB1DF /* RCTImageStoreManager.h in Headers */, + 7515AD9400AA662B76A7C7B4C14394B9 /* RCTImageURLLoader.h in Headers */, + 6A26020022019D6CF1CE5224087E20B3 /* RCTImageURLLoaderWithAttribution.h in Headers */, + 13239ADAFACA5C330D0E37F7B7C5C7F6 /* RCTImageUtils.h in Headers */, + 0B2D5F816E7E23BE35C9074056D45EB7 /* RCTImageView.h in Headers */, + B6BFF9D0EBD42D610BCB90FDC4657F19 /* RCTImageViewManager.h in Headers */, + BD65531CAD50E0143D7B7B5D934E39FA /* RCTInputAccessoryShadowView.h in Headers */, + B41DF66231FDEA312EEDBA41135131CC /* RCTInputAccessoryView.h in Headers */, + C03689DE9B39C11C72A2BD0CC8F600D7 /* RCTInputAccessoryViewContent.h in Headers */, + DF1DBEF133CFBA0CC89B65E980187B17 /* RCTInputAccessoryViewManager.h in Headers */, + 0B31A6DE525046F80E06D242339E7FBD /* RCTInspector.h in Headers */, + D538DA404B8E28F30E528CE30CC791A6 /* RCTInspectorDevServerHelper.h in Headers */, + A64100E961D79B1B726644B4F8ADF5A7 /* RCTInspectorPackagerConnection.h in Headers */, + C1101D3488D86EDBE08A2B040F8125B2 /* RCTInterpolationAnimatedNode.h in Headers */, + 179B455070B20136FB3629782435E75B /* RCTInvalidating.h in Headers */, + 9B9FBC2AD0C708E0651114DE69C90A0E /* RCTJavaScriptExecutor.h in Headers */, + 6C865B336C50DD0FE6A81F5573BF1712 /* RCTJavaScriptLoader.h in Headers */, + F905B8322034CBAF4A21144270E9A602 /* RCTJSInvokerModule.h in Headers */, + AE1FC58AD975ED4020C1CB4B3E971A58 /* RCTJSStackFrame.h in Headers */, + EF8BA10285233A3E01B725BB70B99372 /* RCTKeyboardObserver.h in Headers */, + CF5EF20AFE9E02737901009C75348253 /* RCTKeyCommands.h in Headers */, + C235A0F703AD8D511289BAD7FCFA14D9 /* RCTLayout.h in Headers */, + 617C9ED1082B8BA43EEF43EA89C9F714 /* RCTLayoutAnimation.h in Headers */, + 5D1F290FD550654E9F673595EF277857 /* RCTLayoutAnimationGroup.h in Headers */, + CC3B790B300D0B51B36144E968634E12 /* RCTLinkingManager.h in Headers */, + 63901D2961C9C57D586F8AD3366BFF27 /* RCTLinkingPlugins.h in Headers */, + 089A9AE3978CA55627DA8F1C99F27DA5 /* RCTLocalAssetImageLoader.h in Headers */, + 5E657D12BFC15B08075C4A07F95F6B0A /* RCTLog.h in Headers */, + 693781542846557364F29354E686C0B3 /* RCTLogBox.h in Headers */, + C679572E829C48CA1291DD63407374A8 /* RCTMacros.h in Headers */, + 3BAB362419D1AC00845389C6ACFC7BB2 /* RCTManagedPointer.h in Headers */, + 73A5B943E110814A4A58395BFA0B1E3E /* RCTMaskedView.h in Headers */, + 6F24A4CF0E84E0360D2A5427F50C3BF1 /* RCTMaskedViewManager.h in Headers */, + 97EA40BCEFB0BFF1E8F9F77199DDB31D /* RCTMessageThread.h in Headers */, + 4996C3E7B4492BAC53335D442B823CBD /* RCTModalHostView.h in Headers */, + F52CD09FC342371C75B24168F5DC4732 /* RCTModalHostViewController.h in Headers */, + 257D0B885409D58F11FB3EA88AB7E15A /* RCTModalHostViewManager.h in Headers */, + E7F6E158B61FB93C12767335754E7BA3 /* RCTModuleData.h in Headers */, + A31FD8A9689E7024EA526FD006523F8F /* RCTModuleMethod.h in Headers */, + 4F1AD0C1236559E63CFF1DF5139FAB3D /* RCTModuloAnimatedNode.h in Headers */, + 0B25B8D702711D0029F43FC8C93F9335 /* RCTMultilineTextInputView.h in Headers */, + C4FB208DBC63D065BD826151280DB741 /* RCTMultilineTextInputViewManager.h in Headers */, + A926AAF40387AC90AC26B462D9120B60 /* RCTMultipartDataTask.h in Headers */, + 9BA66FD06C0955A079D005A3BA0016B6 /* RCTMultipartStreamReader.h in Headers */, + B00844AA6C85A191305E0AEB1266B615 /* RCTMultiplicationAnimatedNode.h in Headers */, + 8A5AB62DF8E701860055B3F5A4DE08EC /* RCTNativeAnimatedModule.h in Headers */, + C5B588C80F3830DB465FACDDDB0CEB2A /* RCTNativeAnimatedNodesManager.h in Headers */, + A56D556151B8AF9B5448EA79AF576647 /* RCTNativeModule.h in Headers */, + 77B9B724F03F4D42E46C540773087D9D /* RCTNetworking.h in Headers */, + 7383660066EC974F8A46039E52DB7D48 /* RCTNetworkPlugins.h in Headers */, + 4413D5120FEC236052CBF6F01D42FE42 /* RCTNetworkTask.h in Headers */, + FDC72B6B4FA0B6666F547787C2B536F8 /* RCTNullability.h in Headers */, + F6909B381881FA485F6F03945219589C /* RCTObjcExecutor.h in Headers */, + DE1389D6FFCE0A1581E238E537CF999F /* RCTPackagerClient.h in Headers */, + 2C41C8284A9EFB91796580B827F0E057 /* RCTPackagerConnection.h in Headers */, + 1D37E0EEC58496742D8CDF81DE4D1CCF /* RCTParserUtils.h in Headers */, + D11D661E2567030FB49EFCC6CDF72E4C /* RCTPerformanceLogger.h in Headers */, + 498CB61D0E7E8898E69FEAF586FA69A6 /* RCTPicker.h in Headers */, + F29935F14057EC81C6F66392BE822739 /* RCTPickerManager.h in Headers */, + BF5D44CB2F70938D1955EA03F02D9743 /* RCTPlatform.h in Headers */, + 99E2EF7C637A13E18735DABFA821100F /* RCTPointerEvents.h in Headers */, + 3F16318A21AEC27F968BCF6F945C862B /* RCTProfile.h in Headers */, + 85259CC8964E6FF47C03F340737904D7 /* RCTProgressViewManager.h in Headers */, + 8465887137993FC69801A5C8DBFEA467 /* RCTPropsAnimatedNode.h in Headers */, + 61F9224086F72FAF61EFF182AA081C8C /* RCTRawTextShadowView.h in Headers */, + 35D88888B3700A1BCE679E9B9A5E00C4 /* RCTRawTextViewManager.h in Headers */, + D06C85E20468732FE3A7B33AA5F549C0 /* RCTReconnectingWebSocket.h in Headers */, + E467DF71C3D520291D52C249F5BB4EDF /* RCTRedBox.h in Headers */, + 3F4C70A13A7AA958AA60E5286233A453 /* RCTRedBoxExtraDataViewController.h in Headers */, + EC45D235DBC5AE5E3357D1930214CC75 /* RCTRedBoxSetEnabled.h in Headers */, + 4A1FC6C60FDB00CB3D7BCCFEB5AF162C /* RCTRefreshableProtocol.h in Headers */, + BC71F392601998D692B19659F4E767BC /* RCTRefreshControl.h in Headers */, + 8BF73997BFC446ED08E3B82A9A771AA5 /* RCTRefreshControlManager.h in Headers */, + F400CAE47A037A970BE21FB3003F234B /* RCTReloadCommand.h in Headers */, + 3F7C9E61C9A1E45F095621DB37A9EDC1 /* RCTResizeMode.h in Headers */, + 7B0586FB94D8C1C17429BFC9E553FCEC /* RCTRootContentView.h in Headers */, + 8C773E4E3143F1F5242B5489CEC9578C /* RCTRootShadowView.h in Headers */, + 3EE8D55597A6053A763D29958D5F4DB5 /* RCTRootView.h in Headers */, + 0D630187C7A9F3226884AAE4E94AA50C /* RCTRootViewDelegate.h in Headers */, + FCDE59CF4E37D21B482E4208EEE5DB50 /* RCTRootViewInternal.h in Headers */, + 09E1496073DE8D4ED6EC509A1CD97512 /* RCTSafeAreaShadowView.h in Headers */, + 3AF8A5EC2E9A34E85A7EA7C46DF89EDF /* RCTSafeAreaView.h in Headers */, + C08E4021DD42E48D88F2871888654019 /* RCTSafeAreaViewLocalData.h in Headers */, + FF23CD23E8E00257EC05F5E465E2E36C /* RCTSafeAreaViewManager.h in Headers */, + 4F89B8EC39DF66DED6CA0A9E9CB83CD8 /* RCTScrollableProtocol.h in Headers */, + 00EF70F16018EFDA6179F9F7E67CF4B1 /* RCTScrollContentShadowView.h in Headers */, + 069FBF7061B18CE4D96B275A61E3C6D8 /* RCTScrollContentView.h in Headers */, + AF658726F734ECCC38339AEA21BE7506 /* RCTScrollContentViewManager.h in Headers */, + 15E619CF26EDEBCC1381714EF2645754 /* RCTScrollEvent.h in Headers */, + FE45281CDA23EE7636DF8AF972290E8E /* RCTScrollView.h in Headers */, + 6D691D51E3F7F0B7542BC849AF0B6C7F /* RCTScrollViewManager.h in Headers */, + A330502BFE29D7977D95B8ED704264E2 /* RCTSegmentedControl.h in Headers */, + 4D222224B6F7B5EBA5C38A0604E9A971 /* RCTSegmentedControlManager.h in Headers */, + 63BE7169745EDCE405166C176A2B13E0 /* RCTSettingsManager.h in Headers */, + B1686F6107CA2653860C56208640B66E /* RCTSettingsPlugins.h in Headers */, + 0274F667A3980127744CFA5558AEC4DE /* RCTShadowView+Internal.h in Headers */, + EEF7B39C3731A61A67EECA618B9A1532 /* RCTShadowView+Layout.h in Headers */, + F388EBA52B509079931819A1A01D5A60 /* RCTShadowView.h in Headers */, + 9FF1562A3C1826FA50A6ED3305D895D1 /* RCTSinglelineTextInputView.h in Headers */, + 56DF7A5F0D22CFD314C557CBE66DC7F6 /* RCTSinglelineTextInputViewManager.h in Headers */, + FF72B6B3375A140AA3D0F750841AC488 /* RCTSlider.h in Headers */, + 9DC59F9FB096AE64DBC66C26929FA58D /* RCTSliderManager.h in Headers */, + 375E3416852A4A79160ABA0EA57451DE /* RCTSourceCode.h in Headers */, + E5FBED6F8ED2A97D96318CFED4A171B5 /* RCTSpringAnimation.h in Headers */, + C2A48D7F42360C6A011BB4BC486F117A /* RCTSRWebSocket.h in Headers */, + 1D854CEC54D4347A2A72935954ACA34D /* RCTStatusBarManager.h in Headers */, + ADD47105BB2E1686E979AEA26F9AF28A /* RCTStyleAnimatedNode.h in Headers */, + A9CB5054EF0E749E3D8FBCB860AA4433 /* RCTSubtractionAnimatedNode.h in Headers */, + 724A328E34268FDF1AE628AC9ADB9AB8 /* RCTSurface.h in Headers */, + 6A098D3E5C326C908E04399B5EA72B02 /* RCTSurfaceDelegate.h in Headers */, + 651395C021D47FFC2CCDE591FDC4EBC6 /* RCTSurfaceHostingProxyRootView.h in Headers */, + D88DEB808FFDAAD25599F8D0B84F94E9 /* RCTSurfaceHostingView.h in Headers */, + 6BBC9EDED1A3E52B491535A618ECBEC1 /* RCTSurfacePresenterStub.h in Headers */, + 5A4A290939275AD1691E1B72B98E8FE0 /* RCTSurfaceRootShadowView.h in Headers */, + FD7EDABFA2A3653CA22DA481F1FFA3BF /* RCTSurfaceRootShadowViewDelegate.h in Headers */, + BBBB97EA54DBB94ECB7DAB4C735F3437 /* RCTSurfaceRootView.h in Headers */, + D76472F88B5A39379F7BFBC9C71A88D6 /* RCTSurfaceSizeMeasureMode.h in Headers */, + E01AD1E1B945004C23BFE7FBEBE65C61 /* RCTSurfaceStage.h in Headers */, + F61A1343E749915699500B102CCE2D73 /* RCTSurfaceView+Internal.h in Headers */, + 37DC58A415A0F0B078F07997B95E7FBC /* RCTSurfaceView.h in Headers */, + 277E44C1B3E307FC8AEF77C4D266414A /* RCTSwitch.h in Headers */, + 1E410FD242C013BF7EC0F76B38FA9B3B /* RCTSwitchManager.h in Headers */, + BDE42F0D99F04A8330C96AE081196669 /* RCTTextAttributes.h in Headers */, + 02260AB0ADABC50EA5A017192072493F /* RCTTextDecorationLineType.h in Headers */, + 4279CDF57A9D98AD6EB8413849EEC839 /* RCTTextSelection.h in Headers */, + 4FFC042B117EFC9C0E4654BA754D0DB4 /* RCTTextShadowView.h in Headers */, + 2FC4BD4AFFC25C886FEC52D9DEA246D9 /* RCTTextTransform.h in Headers */, + 7CDF55119D722324385425B1D0031433 /* RCTTextView.h in Headers */, + 0F271C135817D3DDDCB7EF516B03275E /* RCTTextViewManager.h in Headers */, + D0C132B2C49678DCAA8263A7784C8FA7 /* RCTTiming.h in Headers */, + 8659FE1F983DBB2D3B5A47A883791928 /* RCTTouchEvent.h in Headers */, + 2B677503BFADA3F8B8F6678D52C96401 /* RCTTouchHandler.h in Headers */, + 2EEBF9EAFB2FE8BC388CBBBA43C33868 /* RCTTrackingAnimatedNode.h in Headers */, + 4305958DE1E0789DF2120E833F50E6F0 /* RCTTransformAnimatedNode.h in Headers */, + 8D33E8D4DBBDD5E052180A7DBA0C5872 /* RCTTVNavigationEventEmitter.h in Headers */, + 212EC1B0C2B279E4A7C0AAD3CC75A0A6 /* RCTUIImageViewAnimated.h in Headers */, + 61D27DB0A5D510219AEF70BDE2B161C8 /* RCTUIManager.h in Headers */, + D5F956BA653D9A01009006F5D25C016B /* RCTUIManagerObserverCoordinator.h in Headers */, + D466C66793535B2E1D716EB41397571A /* RCTUIManagerUtils.h in Headers */, + AB6F8A1C27772A0F60ACAA4206F3CAFD /* RCTUITextField.h in Headers */, + 9B4629374E8DC4B46788686D34701D23 /* RCTUITextView.h in Headers */, + 87E645B5B7D918732106CC3AC28FB05B /* RCTUIUtils.h in Headers */, + 4FC433C9E21AA7C8D8A2C6D91931B9A6 /* RCTURLRequestDelegate.h in Headers */, + FF24F4CBA603A00FAD37D04FA92613BD /* RCTURLRequestHandler.h in Headers */, + 7646C48FDE84A54650D77FC0C0800501 /* RCTUtils.h in Headers */, + 55BE6DC7476C171EA3291231D5FE044B /* RCTUtilsUIOverride.h in Headers */, + 172651B29B3EA2337BCA95C92AA334A4 /* RCTValueAnimatedNode.h in Headers */, + D5CFE945B9C33C159E132A7510DF5260 /* RCTVersion.h in Headers */, + 27CEC16E984E3F8F12EE7B4740951013 /* RCTVibration.h in Headers */, + 1A2D5A8A6EE44FB8B18ACC565320188A /* RCTVibrationPlugins.h in Headers */, + B341188A2FA266980A6C4970DCC9F41D /* RCTView.h in Headers */, + B8DAA05D56AF69AB1136AB1CA1EC05AC /* RCTViewManager.h in Headers */, + 81A8962D745A499AFFAC66E46A48D5C8 /* RCTVirtualTextShadowView.h in Headers */, + 7EAC0676CBCC9A4D673B7E9AB0D8B49A /* RCTVirtualTextViewManager.h in Headers */, + 01CECD0057A0F1B32B401468BF5F1602 /* RCTWeakProxy.h in Headers */, + A5E90F8F022F8386DBD4C567B98763E3 /* RCTWebSocketExecutor.h in Headers */, + 9B504BABDA220F056CA79BFA769E7095 /* RCTWebSocketModule.h in Headers */, + 8D6426D61C0C201CAD3919AFA3DABC24 /* RCTWrapperViewController.h in Headers */, + 28DF91093A658808C8D8066EBA349EE3 /* React-Core-umbrella.h in Headers */, + FC4581F98C0B7A7DE9252DDAA21A8517 /* UIView+Private.h in Headers */, + 8D325FF2FFFAC7C0F607C49D5BE79119 /* UIView+React.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; E7C54BC8FD1EAECA33F99000F2CB73F6 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -23030,37 +23303,74 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EBB33AF8339BAE33E59EBD7C35048674 /* Headers */ = { + E85BCBC06068FB0E5709BC09D034E84A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - FE7FC26F19E16A3C780F5A16A64BB3C7 /* FIRAnalyticsConfiguration.h in Headers */, - FAF2D3112769E4E9526A7108FE41E865 /* FIRApp.h in Headers */, - 6BDA282659187E141DD24B446E2B9BBF /* FIRAppAssociationRegistration.h in Headers */, - 996D0F0CECEC759ACE25B647321F06C3 /* FIRAppInternal.h in Headers */, - 80E055AF5E1F8A98D7E706C64444F99E /* FIRBundleUtil.h in Headers */, - 03E34D49398AC94C2642BD9B798A5290 /* FIRComponent.h in Headers */, - 46CEAA7AF569FDE455C8032D51FFAF6F /* FIRComponentContainer.h in Headers */, - C1DA84CCA21A07A858A512C5DB0A5863 /* FIRComponentContainerInternal.h in Headers */, - 75BC1236418ED06186664078AA81DFD2 /* FIRComponentType.h in Headers */, - C0E18757989FDFDD6FECA8D5DE13904C /* FIRConfiguration.h in Headers */, - 3FEED7964A8B4EC5CBFE3783833ED702 /* FIRConfigurationInternal.h in Headers */, - CDFA268BFFE87E1407F866A7E7FC6280 /* FIRCoreDiagnosticsConnector.h in Headers */, - 20B1DDB05D8A9C7C93D98FB86003D201 /* FIRCoreDiagnosticsData.h in Headers */, - 7DA238C81FC48335608C04662812FE37 /* FIRCoreDiagnosticsInterop.h in Headers */, - 0387C267CB960A9B37698AEB84095D51 /* FIRDependency.h in Headers */, - 4F04D10E351366F2D4F4CE79446CF90E /* FIRDiagnosticsData.h in Headers */, - C063ED5CE733CEE3579B0A7B879CBE17 /* FirebaseCore.h in Headers */, - DE80814C51CEDC981815A35B8D5B9C49 /* FirebaseCoreInternal.h in Headers */, - 8B81A8FDE7465A83900256DF9EB5FB3F /* FIRErrorCode.h in Headers */, - 7404CED566B4DDE75D1C8CB1D035F05E /* FIRErrors.h in Headers */, - ACBBC62CED6EF644685B982229156C4A /* FIRHeartbeatInfo.h in Headers */, - 561C9B503460E1E24ECDD73AD4341F50 /* FIRLibrary.h in Headers */, - 9BB4C3AE128CC769953DE42110419C51 /* FIRLogger.h in Headers */, - 541C9B94EA4EBFCD1432F502F30D2568 /* FIRLoggerLevel.h in Headers */, - C33C72BF46453E9884911D99B703872A /* FIROptions.h in Headers */, - AAD7EFCA7023F8E40B7A307366209AB3 /* FIROptionsInternal.h in Headers */, - C612FE7B2CB7E0F6663E75D0AB85B28E /* FIRVersion.h in Headers */, + 07D61A6CDAD89EC36B2E81A3F7372D20 /* LongLivedObject.h in Headers */, + 41CF529652B2DFC47E12BA08013F762C /* RCTTurboModule.h in Headers */, + B7EEC487001B197650A4BA4FAE760C94 /* RCTTurboModuleManager.h in Headers */, + EA5EAF848CEACC6796440342B5B39DF1 /* TurboCxxModule.h in Headers */, + DFAEA38D66BC93E69EAC00E2DED6607B /* TurboModule.h in Headers */, + 2CFE5C945B5A413D70F236F869A1FB42 /* TurboModuleBinding.h in Headers */, + 64EBBFFACD39DAA2BFFF2E70001F63BA /* TurboModuleUtils.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E9954F5D8A28850A6DA42BCD72F7F7DE /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + DB48E76635C28FD4B3C20EBBB766515E /* RCTConvert+FIRApp.h in Headers */, + C8F0BED91CC5E85D62DC897FE1319DEE /* RCTConvert+FIROptions.h in Headers */, + 15942543078C84445C4AC0E9F7868226 /* RNFBAppModule.h in Headers */, + F05D46B832C45F4248EBC52546A2AC0D /* RNFBJSON.h in Headers */, + 48D30040A25893F84F8569BE2F3D7EEF /* RNFBMeta.h in Headers */, + 0828AF8907EE8043D839BCE7E43D30B8 /* RNFBPreferences.h in Headers */, + B175D9A72CD4D5D2B5925E7883F43B44 /* RNFBRCTEventEmitter.h in Headers */, + E95CAFAE53130AB4288D8ED2CE76AA03 /* RNFBSharedUtils.h in Headers */, + 77F6FD261ED0652ADC569FB08ED6AC00 /* RNFBUtilsModule.h in Headers */, + 91014B5C96953C6837CA928722A1118A /* RNFBVersion.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EA737CC7F0A400375FF8A2BC9E5D09B0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + FC3B1A0100845CAF09768D4E4AE9D441 /* FIRAppInternal.h in Headers */, + 90FF5830461F4E7AB497E022653EE724 /* FIRComponent.h in Headers */, + 38B3F0E737CC636EAC3512A184547504 /* FIRComponentContainer.h in Headers */, + 4F81307CA71232769ACEAF527BA80B60 /* FIRComponentType.h in Headers */, + 9B06723E1B4842B0ABDB1F59514D7366 /* FIRCoreDiagnosticsConnector.h in Headers */, + 8D5C7B19EE638DC6B61D9F7854FBE3CA /* FIRCurrentDateProvider.h in Headers */, + 2B8AF85EE47FE0217FC86EC9DA180B48 /* FIRDependency.h in Headers */, + 90BDBBC06892A5431C393C13EA6EA6C8 /* FirebaseCoreInternal.h in Headers */, + B8C4C0C6FE25188E63954749E0E89D52 /* FirebaseInstallations.h in Headers */, + 5D816CCED3454B77B6D72A18531B8307 /* FirebaseInstallationsInternal.h in Headers */, + 656E07C2FA83A8A671FB3C694709B066 /* FIRHeartbeatInfo.h in Headers */, + 84341F59A07E20D26F0FBC953A350207 /* FIRInstallations.h in Headers */, + CAA284198AB9D3AC5A56353A13F02EB2 /* FIRInstallationsAPIService.h in Headers */, + 83121D7492703C7B5E0CE968B8B14DB3 /* FIRInstallationsAuthTokenResult.h in Headers */, + 226ACE89E1CDA2F93CB102E6AF998B3F /* FIRInstallationsAuthTokenResultInternal.h in Headers */, + 6363DB77A16490F02A9DECF04FA60C8A /* FIRInstallationsBackoffController.h in Headers */, + 7F79111B43FEBC917E66D88635DEC4E0 /* FIRInstallationsErrors.h in Headers */, + 3897F20E0F0603D108F1423249B19EC6 /* FIRInstallationsErrorUtil.h in Headers */, + E93159C6988DECA1BE314502AD592E8D /* FIRInstallationsHTTPError.h in Headers */, + 7F762E9CC9E28F469295EC37F785F1DD /* FIRInstallationsIDController.h in Headers */, + 0C24753CAA7C8998836D22AC25A9D2E8 /* FIRInstallationsIIDStore.h in Headers */, + 27FD5F59D8F899B0FCCD3B630F4E910C /* FIRInstallationsIIDTokenStore.h in Headers */, + D5AFBEFB911B611F03A63765E0A44D71 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */, + C88AA56758FDE3843EA3C20A65FC8BFD /* FIRInstallationsItem.h in Headers */, + 85A6A4C8C75994744CAD5DBACA60DA84 /* FIRInstallationsLogger.h in Headers */, + DCF38E4B1F11D6B7FF12657E700512E3 /* FIRInstallationsSingleOperationPromiseCache.h in Headers */, + 7CD949E24EE2AF7AF2DAAC54762DD1FA /* FIRInstallationsStatus.h in Headers */, + 257874C51EEC28020724FAD42B7B397D /* FIRInstallationsStore.h in Headers */, + CE84EBEADF858091C0AF4772043E3608 /* FIRInstallationsStoredAuthToken.h in Headers */, + 3154654832261AD04FEE3E1792EDDEF5 /* FIRInstallationsStoredItem.h in Headers */, + 85225A7FA2DE51D9C3F2ECC4F2BF7B35 /* FIRLibrary.h in Headers */, + D36C87F9AAA79361F92137521C2B5EE6 /* FIRLogger.h in Headers */, + BEE8D1DCCFDD8EFB29505BB2D52AD17A /* FIROptionsInternal.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -23096,6 +23406,23 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + EE3D9C372066FD7217E698BCE3B25968 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 2756402D48F1E295B4D3C00836369195 /* TOActivityCroppedImageProvider.h in Headers */, + 187FC11BF3544D58664A891A9A52C640 /* TOCropOverlayView.h in Headers */, + B14FC6D124C13F4EE0BEC69524B792EF /* TOCroppedImageAttributes.h in Headers */, + 3FF3EE160615C47783D57E1C10723A13 /* TOCropScrollView.h in Headers */, + B988FE5C8DA9E4CB0F4B7543BC03E1A8 /* TOCropToolbar.h in Headers */, + F3BDF7B76954733ADED10893141F146B /* TOCropView.h in Headers */, + 444B2D9D5901259FA73AB5EE80211C44 /* TOCropViewConstants.h in Headers */, + DD519BCDA164E426F3626797990C7823 /* TOCropViewController.h in Headers */, + 7947C62DBED8A762F292006632A61522 /* TOCropViewControllerTransitioning.h in Headers */, + E674E872B434D31239A84D3DAA958703 /* UIImage+CropRotate.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; EEA5DFCCB5CAAD88F0625995FB5D09A6 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -23104,6 +23431,57 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + F0C1C2A0A3C204A2E9ED3912D9F16650 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 881C9D954ACAF5216C2EE14118CA15EA /* alphai_dec.h in Headers */, + E296895D4124CF9E89819F5A949ADCAD /* animi.h in Headers */, + F14B04CB97C15A2A5A825E07FB9EA519 /* backward_references_enc.h in Headers */, + 3017F656D41756C55FC87E722CA80CAD /* bit_reader_inl_utils.h in Headers */, + 7E0832B03E66B5F41254FEE688481964 /* bit_reader_utils.h in Headers */, + CA52CCE867F972B66076DA43C12E7C6C /* bit_writer_utils.h in Headers */, + 5F3D8CB10EA830CC6DE99AF9D87A5E32 /* color_cache_utils.h in Headers */, + DF4937B78DA50AE7F82546C343EE04A4 /* common_dec.h in Headers */, + B4E5509FF5F2146BDC3D7DFE79101E3B /* common_sse2.h in Headers */, + B30AE24213ED92E5EF834D7577FC2588 /* common_sse41.h in Headers */, + C428324B43018D69C46A30CCEB57DE9A /* cost_enc.h in Headers */, + CF86F4BEBD1EBC58CC423ABBE80616C1 /* decode.h in Headers */, + FA17694BFBAA2F6ED954E48C68DC7E80 /* demux.h in Headers */, + 1D83122DAFA8811A4D1F8620A31BDD58 /* dsp.h in Headers */, + 228B275CBE74D9051635D57FEAC331BD /* encode.h in Headers */, + 7E837D1AD99848E6030B854304A2CC71 /* endian_inl_utils.h in Headers */, + 9F393E914F6A34F8B30025E862B15601 /* filters_utils.h in Headers */, + 75B3BCC385413AA38013F23792C97577 /* format_constants.h in Headers */, + C4F64F3C91C3988D0588574676DAAE99 /* histogram_enc.h in Headers */, + 3DBB4DCCA41F65704609D8B04CA30C7D /* huffman_encode_utils.h in Headers */, + CCE3730ED259C87DE2971B922A9BC848 /* huffman_utils.h in Headers */, + 6F3E7E2CC92E18F07097056CC85C6DE3 /* lossless.h in Headers */, + 1C903EF0420F8C94AEC3A5B2BDB9DE39 /* lossless_common.h in Headers */, + 5B25E9C55234FC4AA112C2A0393998CF /* mips_macro.h in Headers */, + 725AEC0DCB8EEE3B87BAE17845A23243 /* msa_macro.h in Headers */, + 9D72FA089ED492B7F8A8BD5250B35D80 /* mux.h in Headers */, + 8814A58D08C4E3F2EEC8A107ADDFEC8C /* mux_types.h in Headers */, + 08CE34F6D5C6701D2ABFE25576333390 /* muxi.h in Headers */, + 521F0E587A4217A3A2A4C53967F562F9 /* neon.h in Headers */, + B0DCC8E1330C58E9A654E9D618B56408 /* quant.h in Headers */, + CC6F530C1CE81129B6DC958369FEF123 /* quant_levels_dec_utils.h in Headers */, + 17562637785435EA9CBCFCAAA06C90A3 /* quant_levels_utils.h in Headers */, + 19AF89619BB4B46601351E436FFA5103 /* random_utils.h in Headers */, + E53F1EB7B5C6202B9EDB65D92C1C180B /* rescaler_utils.h in Headers */, + 6F2D76A12DCC0308757901EBD30C68FB /* thread_utils.h in Headers */, + F36DA4A24CA29408A8DDE5D8D56BFA82 /* types.h in Headers */, + 7E216D1356ADE14CBC48356EE24FA768 /* utils.h in Headers */, + 5FD977CE02A0F2AA4B0B476AC14F380F /* vp8_dec.h in Headers */, + E3B3B01DA0928C8602888AFBD5DDD610 /* vp8i_dec.h in Headers */, + 0C935BD4F96639A8D80899EC0624BBF0 /* vp8i_enc.h in Headers */, + 3E7BA51409A3F68E1BF82AD8E5B7E560 /* vp8li_dec.h in Headers */, + 347E3BB76A16626FA4E26B477BCC871E /* vp8li_enc.h in Headers */, + 3E51F583F56E2441F959F4CF967CC5CE /* webpi_dec.h in Headers */, + A3EBBC573190BDC0D4669DFAC141FF34 /* yuv.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; F23BCE2C934B4CF40AA140FFB20AAD7D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -23116,488 +23494,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F2C2EA2F9537428BECC4BC2C2C654B17 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 98D2918A7121632391FB94B57AC6DBB2 /* Access.h in Headers */, - BA2893688F0A0D16FEB36280949B40A6 /* Align.h in Headers */, - F8B7214364362308ABD3AEBFBDEC2C97 /* Aligned.h in Headers */, - 7837ABC95583819DDF4EBFA959614C06 /* ApplyTuple.h in Headers */, - D4535834477562051A2275B5DD17B42C /* Arena-inl.h in Headers */, - 9D1A8E6C6AD16F24CF2DF1890195FA9B /* Arena.h in Headers */, - 8DE10FFA749E958AA7F44EF1394949EF /* Array.h in Headers */, - 150ACBB772200550CBCA36C42EE29D4A /* Asm.h in Headers */, - 68146EAA8EE7350DFD7851CEF9CDD478 /* Assume-inl.h in Headers */, - F019A1E69ABD9EFB290F390A21D4DDB8 /* Assume.h in Headers */, - 64E9668779E023DAB3BBF41809D8F117 /* AsymmetricMemoryBarrier.h in Headers */, - CA272D2C34E2CB7439E49F5E8C50B39A /* Async.h in Headers */, - EC149F2DAA670DE4F9B8EBECDEF0FBF6 /* AsyncPipe.h in Headers */, - A400B9B8FB9F5F41500F5CC75EE44047 /* AsyncServerSocket.h in Headers */, - 4315BB8B01AD4F6C8471609F32EF9BB3 /* AsyncSignalHandler.h in Headers */, - C5D98D860D7A11FF17244B4F15784A53 /* AsyncSocket.h in Headers */, - 8B85C171EFDD4AD0202225848BBA21E5 /* AsyncSocketBase.h in Headers */, - 1233D8532997F37E596614EA65C3A8E4 /* AsyncSocketException.h in Headers */, - 3430884A4D38E993B442558C6354B5C8 /* AsyncSSLSocket.h in Headers */, - AFA0C72B948583394AD1358F729A8E43 /* AsyncTimeout.h in Headers */, - F0A0E0EAC86B125D297DBA17AEF79DFF /* AsyncTrace.h in Headers */, - 0A3B2E62C110683729D4D8EC050296C7 /* AsyncTransport.h in Headers */, - 7498AFAAE2EFAA61F05CE8562469CDAB /* AsyncTransportCertificate.h in Headers */, - A61E1AD73CE201E81B0115B04120451D /* AsyncUDPServerSocket.h in Headers */, - AF3E6F22710568EC95BEEAFA0FA3D03F /* AsyncUDPSocket.h in Headers */, - 3F6A56C16740605BB328BAD73C805434 /* AtFork.h in Headers */, - BABA229DBB08C44F9EBF8E13BE099E39 /* Atomic.h in Headers */, - 7CE88D7C5016F60D0861623E78DE1CC7 /* AtomicHashArray-inl.h in Headers */, - 41C66397B2D2ADFBDD322A4D4D194393 /* AtomicHashArray.h in Headers */, - 9E549BC48C2EEC5F37747DB43A90618C /* AtomicHashMap-inl.h in Headers */, - F3870608091DD6CBC7B9D99E5750251D /* AtomicHashMap.h in Headers */, - 4A47FD7935C0243A04BC888F76B6871B /* AtomicHashUtils.h in Headers */, - EA62493AFBF1C1B77E5C01B30D88740A /* AtomicIntrusiveLinkedList.h in Headers */, - F1D7DD6F64C3FC6B794B2FEA430EF122 /* AtomicLinkedList.h in Headers */, - EE89714434BD8F8DDD0C50F8A84CA28F /* AtomicNotification-inl.h in Headers */, - 8304E6A7808274F2F6A6E2BC954B4C55 /* AtomicNotification.h in Headers */, - CE0544AF056C362096A856A2AD0EDA74 /* AtomicReadMostlyMainPtr.h in Headers */, - AE88B8034E4EA1DAB7C63B0600025739 /* AtomicRef.h in Headers */, - 337F34B4064D81DDDD1C42B0398669BE /* AtomicSharedPtr.h in Headers */, - 85F65B796F292FD457A19DA844B626C2 /* AtomicStruct.h in Headers */, - 73B8AA869C9826686845C789D89EA07D /* AtomicUnorderedMap.h in Headers */, - E24B68DAF8BD7F21011BAD051A1A9707 /* AtomicUnorderedMapUtils.h in Headers */, - 60A005CDECFB802E4FE2BC623E72763F /* AtomicUtil-inl.h in Headers */, - 94DA63976E6391449B25B43F284BB15B /* AtomicUtil.h in Headers */, - 9D1EF7F398DC1B040EB1ABCC20E39B71 /* AtomicUtils.h in Headers */, - 00CA931194E42924A14D9594C1799EEE /* AutoTimer.h in Headers */, - 2FA95772D10AF99617212F3ECE0D9BA5 /* Barrier.h in Headers */, - ADCA2E22B66E748E23E3E0B4AB986E88 /* Base-inl.h in Headers */, - 0E4D42CC0731386E1346BB5D4ABBF7B3 /* Base.h in Headers */, - E232697AD2A0BBC29515EC23C546E8B6 /* BasicTransportCertificate.h in Headers */, - 51CCC62D357828844F150E39DA8B249C /* Baton.h in Headers */, - AF607083502DB153643AA2C3657C2EEB /* Benchmark.h in Headers */, - 4A4A6BAD842063E47B8AA660BAD50368 /* BitIterator.h in Headers */, - 75CBB53A3F1AF861DFD77162187293D5 /* BitIteratorDetail.h in Headers */, - 196FF82F454AE91BD2A07237684A40B2 /* Bits.h in Headers */, - FBB905CD3CE8243BEAAC75C3DDD33593 /* Bits.h in Headers */, - 1B85A99F2196FEFE3882FE4B99978A65 /* Bits.h in Headers */, - FC351E252743AFD503DA95AAEEDC0B94 /* BitVectorCoding.h in Headers */, - 2A2C0C8B8480A8A12AB2FE25B992F697 /* BlockingQueue.h in Headers */, - 567C99BE688A07429884CA040DA56081 /* Builtins.h in Headers */, - 12D8B4D17339DBEDFDD9F6504C732A97 /* CacheLocality.h in Headers */, - 67613660F75EF6515B4BAE41BB08777B /* CallOnce.h in Headers */, - DBCD75EB1B2FE2FAF06806A9B5D50CF3 /* CancellationToken-inl.h in Headers */, - 2DEA4B875DC7B50B724BCEF3284CE739 /* CancellationToken.h in Headers */, - 3E91D33D6E3C202B6546B6E382C22AC3 /* Cast.h in Headers */, - 0A0A806A7EF677E86C81D042EACB6ED5 /* CheckedMath.h in Headers */, - 293568674BFC2FCB3EBC3EC193AB75D8 /* Checksum.h in Headers */, - 10B2D424A3478547BD17480EFB1AFB62 /* ChecksumDetail.h in Headers */, - 9F3B9DA9669C59E564518C1A96A97643 /* Chrono.h in Headers */, - 026FEC544273938E4B8C8EA35EFAF37F /* ClockGettimeWrappers.h in Headers */, - FE2B53D3440FFDDB7F6739700B105D07 /* Codel.h in Headers */, - 698EF61D6930A11EE09A9EE0568653A8 /* CodingDetail.h in Headers */, - A9CEBA226FCE19E20561B3EC0C73F45B /* Combine-inl.h in Headers */, - B1BEA4D94DD4E493A57735A570C151B1 /* Combine.h in Headers */, - 497476058342A05CF5778CFE89C64857 /* ConcurrentBitSet.h in Headers */, - F993E6549C0851C0DDD67BD1AA91E7A8 /* ConcurrentHashMap.h in Headers */, - 5CD371AFB7CB4B1F243DC3BC0275D1D7 /* ConcurrentSkipList-inl.h in Headers */, - 600984407593CAE4123B5B98F2F63F89 /* ConcurrentSkipList.h in Headers */, - EA0957065C56F9090D0DE011CDDA4AED /* Config.h in Headers */, - 792B466F92509CC9774CFBF90D1D6E5B /* Constexpr.h in Headers */, - 0D97C1CD1A890E06D10A8D88EB5691C6 /* ConstexprMath.h in Headers */, - C4D3FBE724C5BFFDECAC4439825A9ACF /* Conv.h in Headers */, - 515A63624758D92055598936A58821E7 /* Conv.h in Headers */, - B18CF03030926BAE02076D47E86B6B49 /* Core-inl.h in Headers */, - A1E98F7E4E51D39996B91EC5393E2680 /* Core.h in Headers */, - 8C2D57DF6CD081EC3F32F0EEA8F1CFD6 /* Core.h in Headers */, - 8C737796442DCB27B2932B7BB34047E9 /* CoreCachedSharedPtr.h in Headers */, - 13236A2A23B12AB9E96E9833D53F084B /* CPortability.h in Headers */, - 3A89EEC67401096D5878D5BCF2BF31A5 /* CppAttributes.h in Headers */, - F6545B694383EDB18603EBD0CA8F0C42 /* CpuId.h in Headers */, - E6BA031A7D5B108C112B7155861B252A /* CPUThreadPoolExecutor.h in Headers */, - 5529C087D88FDAF9A85CB65DC8CDB87D /* CString.h in Headers */, - 456E4AB758602349E23F61D2405B46CF /* Cursor-inl.h in Headers */, - 3F3D701215C4AFCE2ADBC2E05517C8C6 /* Cursor.h in Headers */, - 93A6090475EA44A4041F84D027F72CF6 /* CustomizationPoint.h in Headers */, - F059D8CE1A7BEBDA200C8AAE87265C7F /* DecoratedAsyncTransportWrapper.h in Headers */, - 26D0A998AFF2ABD69097741C6E93AAB9 /* DefaultKeepAliveExecutor.h in Headers */, - BEB08356C8E6AB7B4DBCC7C2C1D632F3 /* DelayedDestruction.h in Headers */, - ACBD2026A18F59E32D2F3B256E5A0E01 /* DelayedDestructionBase.h in Headers */, - 0D310DB3C35AA95D4FFF6136F95E4740 /* Demangle.h in Headers */, - 7D5B3E68B9832BB556D371E5A9BCE7AA /* Demangle.h in Headers */, - EC6E77808945DD2335455C1870716873 /* DestructorCheck.h in Headers */, - 15FBBCD4B17F6C048CAFC89CF6C431A8 /* Dirent.h in Headers */, - 0EBCD98422FB2A6FB9E988BDBD060E68 /* DiscriminatedPtr.h in Headers */, - C40DF081F200C091D8F9FDE8328F0832 /* DiscriminatedPtrDetail.h in Headers */, - FE9B3B4F1679B7FC55D4F0BC257188A9 /* DistributedMutex-inl.h in Headers */, - 3E54813E4A34B933CAA7E974042884C9 /* DistributedMutex.h in Headers */, - 59DDE51E06D89D01F992DF6DF5534A6F /* DistributedMutexSpecializations.h in Headers */, - 5518695204C2C4442F282B846619E657 /* DrivableExecutor.h in Headers */, - E24E331B0CC02D6AD017B30F0142BEBA /* dynamic-inl.h in Headers */, - 6663CA97C495F0067DB751B4F77BD191 /* dynamic.h in Headers */, - 2E8D9CE040612CC0E556550029F283D1 /* DynamicBoundedQueue.h in Headers */, - 3D4A5D2A008BAF26362F5AC6F1D91B2C /* DynamicConverter.h in Headers */, - FBDE3BE2ADA99A66628DA4F9636DFDA5 /* DynamicParser-inl.h in Headers */, - E688CE98B6E0FD22A1D01CC49010ED71 /* DynamicParser.h in Headers */, - 928ABA8DEAEE4802ECA46DDD640DDF5C /* EDFThreadPoolExecutor.h in Headers */, - 27289C9CE545E9A60B4FFBECC9BFA815 /* EliasFanoCoding.h in Headers */, - 2C476EC9F7B621F0D142449AA955BC63 /* EnableSharedFromThis.h in Headers */, - 03FD9338E05722163030989A500E5ACE /* Enumerate.h in Headers */, - 1B1F3CBBD982305D78A6C7E4BACD0715 /* EnvUtil.h in Headers */, - DC101DEF3E801F552ADA91FB978D9FA7 /* Event.h in Headers */, - 203D046A232F648291F7C514306B6C31 /* EventBase.h in Headers */, - 995FC435F64072A7A2061B424BA99E5D /* EventBaseBackendBase.h in Headers */, - 50B23F454216E25EBB3CBF9EA0823CAF /* EventBaseLocal.h in Headers */, - 866542A6D239578D8248EF43F897882A /* EventBaseManager.h in Headers */, - FE95FE6E39EE662AC4EDC51E46F7B5A6 /* EventBaseThread.h in Headers */, - 8FDD9248339209DBCE1186C73CE376CC /* EventCount.h in Headers */, - 2B17E6CC7F18626E88991E8296872DAD /* EventFDWrapper.h in Headers */, - 875925826288449AE05007C6B7B1F53F /* EventHandler.h in Headers */, - B66283733F8C9AA0249BFED628761EAA /* EventUtil.h in Headers */, - 27C671CFA2AF9380A55C1614618C1951 /* EvictingCacheMap.h in Headers */, - 68CD1A0F0CB97A63379770608900238D /* Exception.h in Headers */, - 3C40BB853A1C314833FBC7D20AA82BC8 /* Exception.h in Headers */, - 02EF338B0043B985C4B57E3BA2551EEC /* ExceptionString.h in Headers */, - FEBBA64A1E058524A95B0C86F1E549C7 /* ExceptionWrapper-inl.h in Headers */, - F1E687BB5381C7F3338CF664F919B8EF /* ExceptionWrapper.h in Headers */, - 628961005A361946B7FE598FA4841B1E /* ExecutionObserver.h in Headers */, - 373564FB9ACEE07BA3D91832122052A7 /* Executor.h in Headers */, - 40B884A2C4F2B4B0F13FE03CCC08123F /* ExecutorWithPriority-inl.h in Headers */, - AB72A8D33F9D1856BA7168DB5B2791B0 /* ExecutorWithPriority.h in Headers */, - 1269F8BF61CCEE24D084D81CA0FFD09A /* Expected.h in Headers */, - D5B9B7F9AFD1EEA64D96076DD32A19A5 /* F14Defaults.h in Headers */, - 1CC3C81FC9A48F450D8A84B50D13A0EA /* F14IntrinsicsAvailability.h in Headers */, - 9F563F27420EAB0B4D4D7D605FE16CE0 /* F14Map-fwd.h in Headers */, - 7155EB967B59F694EF6A61D9B79FF119 /* F14Map.h in Headers */, - 4C34A0A6AEC3A13A95CC28543AEFD240 /* F14MapFallback.h in Headers */, - A7E588EB1B8F0345B2014BCE041E14EB /* F14Mask.h in Headers */, - DC8E68839942D7B0D1FB57E5620EFCEC /* F14Policy.h in Headers */, - 1F26E6BE8680874514D23F4E1D98AFFF /* F14Set-fwd.h in Headers */, - 09A464ED48BAA4E9DCFEDC9F7D894822 /* F14Set.h in Headers */, - EFB7C9A08B274807C6FD2A5BCB8222C4 /* F14SetFallback.h in Headers */, - 74B4FB1EA24FA31CFBE58617136D9514 /* F14Table.h in Headers */, - EBD975A21CC130A96D250236FFE4F9C2 /* FarmHash.h in Headers */, - 80E32BEABC86CDFDEEBCD0188913C774 /* FBString.h in Headers */, - 84E258828ADD4F0693A0FBA70AC02CD5 /* FBVector.h in Headers */, - 9014FB60BD5C56FAC0F13E7CA7C0C7E5 /* Fcntl.h in Headers */, - B6B00AE75626B3BD4A6925A7DD0BED17 /* FiberIOExecutor.h in Headers */, - 5FE547005F737373C13EED355B4C56E8 /* File-inl.h in Headers */, - 4405773DD41EF91B394D1E1E75A0080F /* File.h in Headers */, - 061D88E1301C65207DD06740E61D1EB0 /* File.h in Headers */, - 218321A99D4C17B8A48D880818EC732A /* FileUtil.h in Headers */, - 81EC383175D5EF36C5D7F4C08F069B14 /* FileUtilDetail.h in Headers */, - AD22D5927EBA7856411A5A5B7ABC4B8F /* Fingerprint.h in Headers */, - 997DF0418012D9C969CDDBE78493ACC2 /* FingerprintPolynomial.h in Headers */, - 84EEA38B752500B65CE33B3C4DD6C5B2 /* FixedString.h in Headers */, - 058BF1EA0CA722A7BB971A828627761C /* FlatCombiningPriorityQueue.h in Headers */, - 13AEDF2384770BE43EE78BE141CEDA67 /* Foreach-inl.h in Headers */, - 390E2523878FE4E2C1C90A2619F00E63 /* Foreach.h in Headers */, - 431E952A2662F9537EEF1374B5DA09AC /* Format-inl.h in Headers */, - 3BD2B765DC245C6F0426F60090F210A2 /* Format.h in Headers */, - EFA449FF3A33370C4637B3E6123A6D85 /* FormatArg.h in Headers */, - 00C85C1CDF2C41BEE2C92B5FCA1CC7B0 /* FormatTraits.h in Headers */, - D62C8173C02363F6C4CFECB79A2F4E93 /* Function.h in Headers */, - CD6D4D520B30014559A20DCE9FA708E9 /* FunctionScheduler.h in Headers */, - 98C98393D69ED7F94B9E2A374EEB5B9B /* Futex-inl.h in Headers */, - 37B9FCCF9E74ADD4185E7E23CC114819 /* Futex.h in Headers */, - 40D512932B53BF0C9B19C93170B001DA /* Future-inl.h in Headers */, - 1B99C991A7C99C8CC2F38A0347F3A121 /* Future-pre.h in Headers */, - 55C69E66185BEE52D7BEA59E84E3D4C3 /* Future.h in Headers */, - E92F0FA65600E39939718011B0E11595 /* FutureDAG.h in Headers */, - B43716406889A28154E0ABF207A5D3FF /* FutureExecutor.h in Headers */, - F1756EEC7A49EE771C830BEE83AD9668 /* FutureSplitter.h in Headers */, - B52951C4E8D55EEDA6694C1F4C670AAA /* GFlags.h in Headers */, - B668ADC18948577ACF241EE17261898E /* GlobalExecutor.h in Headers */, - A815F9755430CE3D28CA90A9A2939A6C /* GlobalShutdownSocketSet.h in Headers */, - 4A4B5F838A05E6669185CAB202C98414 /* GlobalThreadPoolList.h in Headers */, - 0805B88775F5127E25DC5FEACCC70FFB /* GLog.h in Headers */, - B37DC1D3578C31D1130CA28CE692F82A /* GMock.h in Headers */, - 76B76FC8DA45AB63C0EAEF2E774715AF /* GroupVarint.h in Headers */, - 4FEEAB5DAD78FB635EF3069BF10B38E8 /* GroupVarintDetail.h in Headers */, - A4DEE42DFAE0049FC953D79F1878ABD2 /* GTest.h in Headers */, - F5A4421DA388DB2E6B62B6E7189A4A0D /* Hardware.h in Headers */, - 64477B01BA2845D9F3BFACBB196D5C04 /* Hardware.h in Headers */, - 2233CA5C4FC47CF70497C3A96122839B /* HardwareConcurrency.h in Headers */, - B4319515A213B477546C8D23908015A9 /* Hash.h in Headers */, - 5E2BE91CC31B546CA05E13E09E90FF9B /* Hash.h in Headers */, - 52C4BD8950B90DDD1FA2D7117CADDEAB /* Hazptr-fwd.h in Headers */, - 747C41A7777A999CFA3D5CF28A2D17C4 /* Hazptr.h in Headers */, - B430443E69D0C09438FBDA75EAF0F2CE /* HazptrDomain.h in Headers */, - C563E33C869F2ED1808D489315A3FFC4 /* HazptrHolder.h in Headers */, - 3191D5BC8DF9A6E27368C42A045B8F80 /* HazptrObj.h in Headers */, - 9464D81DF74668AB4C0214762BE3DC02 /* HazptrObjLinked.h in Headers */, - 2B3ABEC8CAF40D427297C55BE2FAF13B /* HazptrRec.h in Headers */, - 50048E79A44925E0FB236709CA03F0FA /* HazptrThreadPoolExecutor.h in Headers */, - 5268DEEBD8139963CE6A265EBAE51960 /* HazptrThrLocal.h in Headers */, - D0F327FFEA03D2AE3926EDE3E8B0898A /* HazptrUtils.h in Headers */, - F8A4CC9CE15FE243C6D5BBDA1AFF4E68 /* HeterogeneousAccess-fwd.h in Headers */, - 446EDCCE605E487DEA7FDC49412978AA /* HeterogeneousAccess.h in Headers */, - 2E2D07A18F4C187A70FB7401FE310266 /* HHWheelTimer-fwd.h in Headers */, - 310FC297D438B0CB71298DEE3B71637E /* HHWheelTimer.h in Headers */, - 6CB8E82D91B0002F6ED56BCAD35261C6 /* Indestructible.h in Headers */, - 07B8107DA5AB71459F43D9310A95E3C3 /* IndexedMemPool.h in Headers */, - 2894CD03A47A89F6993D4103D489E73A /* Init.h in Headers */, - A1F52978FDA5EC7AD4635D845C107B9C /* Init.h in Headers */, - DDA8CD3E85032BA74249EA2AA0392795 /* InitThreadFactory.h in Headers */, - 1DB7C1509BFDDDDC4ED474A575ED6943 /* InlineExecutor.h in Headers */, - 3691C5289A85E2378F596C850E7998D6 /* InlineFunctionRef.h in Headers */, - FD0B1E952E0A1A94B712844D96C27196 /* Instructions.h in Headers */, - B528125B7563D586035DA02518156F63 /* IntrusiveList.h in Headers */, - 961A60FC24CABD50E207866623A6BE2C /* Invoke.h in Headers */, - 3880A3045E3B0F0E72575FB4A77D97BC /* IOBuf.h in Headers */, - 3C8FADDFBF7195E074827CA0311ABC2C /* IOBufQueue.h in Headers */, - AF66026DBD0A6C03C7E13E6CE3874F11 /* IOExecutor.h in Headers */, - F1CDF2408CDEE6F3511DB317E57AD980 /* IOObjectCache.h in Headers */, - 5D2BD57DF6AF3001B41228304682B802 /* IOThreadPoolExecutor.h in Headers */, - 52C7480AD689B6B11088046852C59D7C /* IOVec.h in Headers */, - E63F763F56DE18B1716616B01DCAEB74 /* IPAddress.h in Headers */, - 85FB80C3679DE97851603273B8050BA3 /* IPAddress.h in Headers */, - 437CCA9A01770C7126E104304340F697 /* IPAddressException.h in Headers */, - E63A36AB5C9E8478F5938FCCDA985EB1 /* IPAddressSource.h in Headers */, - 1B9C7E5AEBEE4D514147F7454C293DD1 /* IPAddressV4.h in Headers */, - B5CFC6181C917E99EF224FFDACFDEC95 /* IPAddressV6.h in Headers */, - BB222E07B3D4D9D0CBBD1D9E39FE7C7B /* IStream.h in Headers */, - 0E60CE569E84B2A80E998E6E87F66737 /* Iterator.h in Headers */, - E616E3D55BD61B70F30FC6B24A0B9AFA /* Iterators.h in Headers */, - 3EF246027D135EDAF5225C3989188A9E /* JemallocHugePageAllocator.h in Headers */, - 051F2D0B4FA7428CC33D0CBDE22CDD5C /* JemallocNodumpAllocator.h in Headers */, - 0D0732327EC3325200FF338E60CAC019 /* json.h in Headers */, - 4FF4129BBB8059A86B09AC5688566ECF /* json_patch.h in Headers */, - D5D7104B77F74669305E6182C8CF6DC4 /* json_pointer.h in Headers */, - 314B6EE711D95D661F7CAC8B195540EA /* JSONSchema.h in Headers */, - 79E140050AA16502C0FFEBB0A39C1A70 /* Launder.h in Headers */, - DF9FE4E9F9A40DAA04728167B52AF6AC /* Lazy.h in Headers */, - 2A39E8383F3F87C10CFCBCC9381983AE /* Libgen.h in Headers */, - 598932F943B3A990AB137376BA25DD05 /* LifoSem.h in Headers */, - C2DE63A3637BCF33709A6E7D3EE3A2C4 /* LifoSemMPMCQueue.h in Headers */, - 73861AA2D4F81EC1EB34597A18C3B91E /* Likely.h in Headers */, - 846FAD40C0E7A245D8859E291FC6EFBC /* LockFreeRingBuffer.h in Headers */, - 7FA959A3C0B473A052042C48302F5BEF /* LockTraits.h in Headers */, - 5541CE6CF63D1CE843C1B80F0DCFA527 /* MacAddress.h in Headers */, - 17E11B09E7BE63F04A144481228B9BC5 /* MallctlHelper.h in Headers */, - C99942A2F28045B2A355599111228E67 /* Malloc.h in Headers */, - 46836E31B2E73082FC430223E9D1C39F /* Malloc.h in Headers */, - 3ED013A53259B55D600510C7F33BDF27 /* MallocImpl.h in Headers */, - CEBA0D9D900D4F672A183CF76DE920FF /* ManualExecutor.h in Headers */, - FBBEBF4A426544A7F8DDB2780C6D8592 /* ManualTimekeeper.h in Headers */, - 28EF0E5FCF46BBFCEA7980660880F5E3 /* MapUtil.h in Headers */, - 6A6922F1A9389BCE989DE75E0170BCE5 /* MasterPtr.h in Headers */, - 0AD81DBBD1EBF56B71208232BA422397 /* Math.h in Headers */, - B0138620B174EB526678E9FF53F5544C /* Math.h in Headers */, - C38E50D5E1E7519E2BEDE7FCA861E4F1 /* Memory.h in Headers */, - 5F747038368DD837190F55B577D673DD /* Memory.h in Headers */, - 4A49BAEDE53802C4DE4CF430976140A2 /* MemoryIdler.h in Headers */, - 9994C402A7E524E584C34B80E6CD76B9 /* MemoryMapping.h in Headers */, - C6D339D0151E25C5A59AA498F84BFF66 /* MemoryResource.h in Headers */, - 9AF2B2ED7315DC7E1E1E40C4906D1713 /* Merge.h in Headers */, - 3509C7618AE75AE409667374D7E3CC0E /* MicroLock.h in Headers */, - D0CFBC2F19D671DD98262011F750E660 /* MicroSpinLock.h in Headers */, - 2BD0EB19A587409B1970DEF07FBD38D2 /* MicroSpinLock.h in Headers */, - C9CF39FE550F40C6EDC5CA85F51C52EB /* MoveWrapper.h in Headers */, - 75345DA97662F677F4F0A5E81752DE55 /* MPMCPipeline.h in Headers */, - AA4A4F4FBC3991A4038F6ABD9969F0FB /* MPMCPipelineDetail.h in Headers */, - A2A6957BEFE3C9E7D45234DF91A5F8FA /* MPMCQueue.h in Headers */, - AA60032B0450CEC8B9E378BC6D0AAA9C /* NamedThreadFactory.h in Headers */, - 54114F3CBB6D49F51AE89AFC93F639A2 /* NestedCommandLineApp.h in Headers */, - EC8A8908CCDB43808BFB6C1BA951F1E9 /* NetOps.h in Headers */, - AA9398A0E3FB9E24C22168A448A924B2 /* NetworkSocket.h in Headers */, - 67FCC255A90B3474B08DF136139879F6 /* NotificationQueue.h in Headers */, - B756460D2D0F42ED68554A027CDADCA7 /* OpenSSL.h in Headers */, - 7FDD296527ADCD6EA9AF5BE037275A6B /* OpenSSLCertUtils.h in Headers */, - B90935884CDA4B45711E255608EE3412 /* OpenSSLHash.h in Headers */, - 90E9EDB35E776C751BCC4AE22EAB2B7E /* OpenSSLLockTypes.h in Headers */, - 951DFD2B370BE6BB036942688253544A /* OpenSSLPtrTypes.h in Headers */, - 77A3DA5BD4F3100083F0076D9B9AF719 /* OpenSSLThreading.h in Headers */, - FA9A52619E9B0FEBE5ECA06A808726BC /* OpenSSLUtils.h in Headers */, - BE447E82EC835B45AF2CC1CC66B42093 /* OpenSSLVersionFinder.h in Headers */, - 7FC397CF7C0AE87370A2EE1E9386AEDD /* Optional.h in Headers */, - 92A54D8D5D28C9D3964C85D97FDEA378 /* Ordering.h in Headers */, - C3CDACBE1EAED8056C6E4C3837046436 /* Overload.h in Headers */, - 19C997402B9BF8BB51F85B0BF51B3701 /* PackedSyncPtr.h in Headers */, - 713AE8C332392BAEB3F266EAEC305FAB /* Padded.h in Headers */, - 50D543980AA0C40C1A2E96CC71CF8DEE /* Parallel-inl.h in Headers */, - 6649DE36D434B1D060877FC6C07ED815 /* Parallel.h in Headers */, - CDEF49F226A278440D16C31A6EEB6386 /* ParallelMap-inl.h in Headers */, - 7C2F64774E8210BDDEA0D335ADCD1A63 /* ParallelMap.h in Headers */, - D600E921C56A2D69EF0107E52DEE946C /* ParkingLot.h in Headers */, - B43E262FD6A4ADA544CDB9F8E727E2F7 /* Partial.h in Headers */, - 431F1D9D7D38B09DA6541A37AD580E71 /* PasswordInFile.h in Headers */, - 4623F390783A7B1EC4BB9DC8C7A2EEBB /* Phase.h in Headers */, - D70012F73E62CF3626B2B5429B4BA5F4 /* PicoSpinLock.h in Headers */, - 1F7AC1274D9E9ACB9389594F22344A0C /* Poly-inl.h in Headers */, - 5D8EF02BD345B4FC3816EB1C198823CC /* Poly.h in Headers */, - F784E3D32C09293A2559EEF389D305C5 /* PolyDetail.h in Headers */, - D409C45E051161AE96111F0788694CB2 /* PolyException.h in Headers */, - 74C000ED119FF6BEB81E5EE92FAFF1FE /* Portability.h in Headers */, - 392B4EE9C292E7CCEB772FC19491BF50 /* Portability.h in Headers */, - 35CBC1C586829ECF2EC76056B62B64EC /* Preprocessor.h in Headers */, - 65174A1CD8C01D5CFC0EA840E725E6C4 /* Pretty.h in Headers */, - D338C84C69319801306A0C04DBC58113 /* PriorityLifoSemMPMCQueue.h in Headers */, - E4504253D2D46A1993CC10D631202FDD /* PriorityThreadFactory.h in Headers */, - A9BDD09C319C919AD9891C9547795B85 /* PriorityUnboundedBlockingQueue.h in Headers */, - F554DF931259EB705949DA77E47E9CC6 /* PriorityUnboundedQueueSet.h in Headers */, - BA11FBBB50946DDA83C36A3E078FA62E /* ProducerConsumerQueue.h in Headers */, - 26B8D51264AEFC6A56B9DB0BB37F703F /* ProgramOptions.h in Headers */, - E50686E6839F23639981F7083404D7B0 /* Promise-inl.h in Headers */, - C8B4EF93CA511D6B06613C96A18ED54A /* Promise.h in Headers */, - 9D491B508F591D643FC266C85550842A /* PropagateConst.h in Headers */, - E3710275FAEE91E661AABB966435F467 /* ProxyLockable-inl.h in Headers */, - 20370BECF8986CC15002A2B117670206 /* ProxyLockable.h in Headers */, - E4712C90D3F487C0D6CB1C4566F25E0C /* PThread.h in Headers */, - 156541A16438D5D0895A42BEBB48DE15 /* QueuedImmediateExecutor.h in Headers */, - 8F0B2AB38C7598BFA53BFAFC6A37B392 /* QuotientMultiSet-inl.h in Headers */, - 62CD31F01F846955EF299F2E2A3F8D25 /* QuotientMultiSet.h in Headers */, - 0784E0211CC2C4FB1359962B97443D94 /* Random-inl.h in Headers */, - 0BB4C7B85258E0F8086E013BBBA4C109 /* Random.h in Headers */, - A04AEF08A74F6C1B1CDFCC9201A9C24D /* Range.h in Headers */, - A5B083DC443DFF40EA663575FC40CB8C /* RangeCommon.h in Headers */, - A7A5BD9D7814C379D8B8E0E04F95CCA9 /* RangeSse42.h in Headers */, - 770A0841BC40B272325D826C6696BBB3 /* Rcu-inl.h in Headers */, - C07FE9E9401A9A7AC5584B9A015A9547 /* ReadMostlySharedPtr.h in Headers */, - 2FFE9FAA8D62C7EB54AE4AFA8C77DE6F /* RecordIO-inl.h in Headers */, - FCA93ACE869A0B9090EA63FC3B629DD1 /* RecordIO.h in Headers */, - D5D7B2D4BCF99C4CF48C524BD28EF73B /* ReentrantAllocator.h in Headers */, - 31583A91BCCF51357A9796FF0C6AF86D /* RelaxedConcurrentPriorityQueue.h in Headers */, - FAD7CBB5A40D687B5AC4C0CEC4F2C9B5 /* Replaceable.h in Headers */, - 472B3D427932E6FC2E4967E93D4387A4 /* Request.h in Headers */, - F68EC550357049AB75640B066871560E /* Retrying.h in Headers */, - 2122B39BF4EB62EAE6046796632F30B7 /* RValueReferenceWrapper.h in Headers */, - 4FD62B78F0BFEBDAE68A4F3EE4DF3027 /* RWSpinLock.h in Headers */, - D2DB32357AE6E6495A65A1292E6BD2B4 /* RWSpinLock.h in Headers */, - D0C24E8E006A79C19C50FCE2772F9CE4 /* SafeAssert.h in Headers */, - C5A9B24B3D3821B4E5953F288E96F9B4 /* SanitizeLeak.h in Headers */, - 254A0207C9A5435446C9EB5FC1E2E1BD /* SanitizeThread.h in Headers */, - 4A5DE958E7B8A74089F199CA129BA0AC /* SaturatingSemaphore.h in Headers */, - 3E5E7FB7A66D70724EA03A3BD8925364 /* Sched.h in Headers */, - 430F4AD1A66A278A4E5BA05434474BF4 /* ScheduledExecutor.h in Headers */, - 6038F065D32A8F8CFF13EEDC3402E3A7 /* ScopedEventBaseThread.h in Headers */, - 22192EF73D543AE0FC9D5241AC93D77A /* ScopedTraceSection.h in Headers */, - B9AC618C5CB4E5E7D18912F9B303D70C /* ScopeGuard.h in Headers */, - 334639594CD3B14668FCE91DBE3921EC /* Select64.h in Headers */, - 05CE6B2B6AEC53FAF5A5AFE992FD4DD2 /* Semaphore.h in Headers */, - 5643E0BEF5CDBD94B2E9FBA62E88851C /* SequencedExecutor.h in Headers */, - 8036968614594F8F5A1D6E18311E9A9A /* SerialExecutor.h in Headers */, - 64CD60AD18D39BD11DF9A7AB66F8C5E6 /* SharedMutex.h in Headers */, - B32AB77AA9A4DA642FAFF1F272196FBD /* SharedPromise-inl.h in Headers */, - 65FF4FDDA53BEE2AE45A616F3E5B8F28 /* SharedPromise.h in Headers */, - 1C365319323C45B39781751874B3F6EB /* Shell.h in Headers */, - EDF1358A1861DE759E1968739E4DDAE8 /* ShutdownSocketSet.h in Headers */, - 67D41D86E7404C2FB57E724875B6DC9C /* Singleton-inl.h in Headers */, - 74FF1669700872F68ECCB121E900374F /* Singleton.h in Headers */, - E5EB8C9AF473302D95697DE48AE9A25F /* Singleton.h in Headers */, - FA4C4E6107314851BE9AA7201CE17439 /* SingletonRelaxedCounter.h in Headers */, - 1E4A51287E648A1B47F0645FE0ACEA6A /* SingletonStackTrace.h in Headers */, - 281F420D4D08D8B48BBF90E7C15AD2BF /* SingletonThreadLocal.h in Headers */, - AE70D975AC1A08A5CED619D971356446 /* SingleWriterFixedHashMap.h in Headers */, - 790FC273380B9F9D7624E794E2C9D1CD /* Sleeper.h in Headers */, - 4BFC3DCBA80AEE40103F8579C8A80433 /* SlowFingerprint.h in Headers */, - 89B4D9853434312C263DA9C63905FB5B /* small_vector.h in Headers */, - 216C3DACCFE33404EBC02F181CFE76CC /* SmallLocks.h in Headers */, - 6A5491F2BD508E7D50AA4F42647F8E49 /* SocketAddress.h in Headers */, - AB7CDBB8DB8DDCCD753DA66FB48FF54F /* SocketFastOpen.h in Headers */, - E768BEA3AC3D5B8C9CF6C6C2FB0E7FEB /* SocketFileDescriptorMap.h in Headers */, - 9DBEDAE0E8C4AD74E09B1C747A6A302C /* SocketOptionMap.h in Headers */, - 3408DFE875D457D24F5852EA6B1EEE11 /* Sockets.h in Headers */, - E2924297050725D0A9A417B790048262 /* SoftRealTimeExecutor.h in Headers */, - E611F8A26FFEFEDF762FD658C4A401C7 /* sorted_vector_types.h in Headers */, - DF1C4D0B69A25667C09C145B761A2ABA /* SparseByteSet.h in Headers */, - E4468BEAC9914B5F8EDF207311B19DCF /* Spin.h in Headers */, - 1C998FD6B4BA2422E07B1721522EB31A /* SpinLock.h in Headers */, - C9435052F2B550331385387463316060 /* SpookyHashV1.h in Headers */, - 833239E61DC278BA99DB107F6F2E8887 /* SpookyHashV2.h in Headers */, - 29885AE0FF6386A8C047608ED823966C /* Sse.h in Headers */, - 504EAED4F699BF61E9A9B5B066522759 /* SSLContext.h in Headers */, - 0C6A52354FE750E7A9A4668602B7E9FD /* SSLErrors.h in Headers */, - C0AAAE7D2E8FB25CF10290D82E521CC2 /* SSLOptions.h in Headers */, - B85AEEF63B153D1C3F14465C1180D427 /* SSLSession.h in Headers */, - AE3B5FFF91578BD86FCE678E4D511490 /* SSLSessionImpl.h in Headers */, - EEB27CC61142DA4426501343B5C5CDCF /* StampedPtr.h in Headers */, - F0028EF27D5DC5DE3E1502C307ABF4FC /* StaticConst.h in Headers */, - 18A0E54AC4BCBEAF027331B9DA3D4F40 /* StaticSingletonManager.h in Headers */, - 50A46AB0A0FE521BFF483CC14C816ACA /* StaticTracepoint-ELFx86.h in Headers */, - 1DC3B3ED731297D4B0C4C4A142DDA161 /* StaticTracepoint.h in Headers */, - C8BE9D050E4985293B883ED447B2EB49 /* Stdio.h in Headers */, - E3A6A2914E4E1410B5CDB1ADEFDA3377 /* Stdlib.h in Headers */, - 2E23B31A3F440ED388687BBCD95AF8FE /* stop_watch.h in Headers */, - 9410EA6EF48344169A75A958BE8017BE /* String-inl.h in Headers */, - 751259A4AD093D37A789125A91B65BD5 /* String-inl.h in Headers */, - CE1DB49856DD31FBC69562255FCDD2DF /* String.h in Headers */, - E3726DA4A950F97AB8B5637CADB04573 /* String.h in Headers */, - CF47F480D3ED893039BE2CCDA62FC876 /* String.h in Headers */, - DA286E1B35DCD56983182FB3BA426E20 /* StringKeyedCommon.h in Headers */, - B50DDEB4B8A3B9FFAB438BC2162F0479 /* StringKeyedMap.h in Headers */, - DA5E9E3DAC1B97E8591BA63DC69A40D5 /* StringKeyedSet.h in Headers */, - 72870EFAFC806F2D536C786F8C27C30A /* StringKeyedUnorderedMap.h in Headers */, - AB2557ECDCDE7C6CD68BC93D37181717 /* StringKeyedUnorderedSet.h in Headers */, - 6019C19FFA36AAF453410F89F4FEE0B9 /* STTimerFDTimeoutManager.h in Headers */, - DD0A68EE3EBF0562EF4405FF3504A13C /* Subprocess.h in Headers */, - E8C93CDEEAB2CEE201DE4777FADC7968 /* Synchronized.h in Headers */, - 8E1DEF25B735D1A785DD78EE889C3B4A /* SynchronizedPtr.h in Headers */, - 522A3CF0D1ADF19CC06008D29AAC795D /* SysFile.h in Headers */, - 6D1A50A28B1A04A75F4189051654C032 /* Syslog.h in Headers */, - 947EBFAF561523CEAB1438F60D586878 /* SysMembarrier.h in Headers */, - EC34A7E36B174CC4B9078772F53E3DF5 /* SysMman.h in Headers */, - A760DFA573F02FD70843C16CB0044807 /* SysResource.h in Headers */, - D17837AC4B056727CC494C985164C5F8 /* SysStat.h in Headers */, - 43B6EEE134C6EAE721D2469D830A3442 /* SysSyscall.h in Headers */, - C0B33521AEEDA9D5DD9338CBF2743FEB /* SysTime.h in Headers */, - 022B6465FDBAE388C6FA832D8887A1AA /* SysTypes.h in Headers */, - 8CA37D52B3531D048B27B2BBDCB08998 /* SysUio.h in Headers */, - B27B96865E4E6C461AC34583416FF4FD /* Tearable.h in Headers */, - 4DA696C2B7FEC6A6073C172C6EA69E38 /* TestUtil.h in Headers */, - 9DD9E9FA469EE8851F753F3889F72DA0 /* ThreadCachedArena.h in Headers */, - 026A675C0161153B7C472090F0BD29C2 /* ThreadCachedInt.h in Headers */, - CA0DB6D84E2A84A5AB91E1B47CD52F63 /* ThreadCachedInts.h in Headers */, - A43CC1671CD227216978189512CCE0A5 /* ThreadCachedLists.h in Headers */, - 30016246B5BFFC114F02D2DCE4B952BD /* ThreadedExecutor.h in Headers */, - F1FD931C3B9B2569BBF887421D5C91DD /* ThreadedRepeatingFunctionRunner.h in Headers */, - 34B605BC6280D7C2946A02D0F9732EE4 /* ThreadFactory.h in Headers */, - 15CED7BF3CA20A9F19039AB2C2F5C825 /* ThreadId.h in Headers */, - 99643527DCEBED964CF9BDE5F2A1E93B /* ThreadLocal.h in Headers */, - D77F80FAC806F5571B64A0D857F68C64 /* ThreadLocalDetail.h in Headers */, - 00AD6D95024B36D347A0A53209917AE0 /* ThreadName.h in Headers */, - AE7BE2B77D8D7D19E954C438F3529695 /* ThreadPoolExecutor.h in Headers */, - F71CA64442FA066DC6848C2180B20013 /* ThreadWheelTimekeeper.h in Headers */, - 067A37492EB34B116B74685AAF80F3FF /* ThreadWheelTimekeeperHighRes.h in Headers */, - 5FE9E888E488BF843FABA9C9EAB3F2CE /* Time.h in Headers */, - F467684362860016ECE32C50FB711A56 /* TimedDrivableExecutor.h in Headers */, - 6F09E5B36F13794F805960F04889F241 /* TimekeeperScheduledExecutor.h in Headers */, - B79245E53385C84252DD12CE59091CAC /* TimeoutManager.h in Headers */, - B55C8C800593B549121E20FB2317EBBD /* TimeoutQueue.h in Headers */, - 7BEDA7BD38244698BA28406BCF03CE96 /* TimerFD.h in Headers */, - 7DD2695FA91046349DCE4620EC28CBA0 /* TimerFDTimeoutManager.h in Headers */, - 030CE03442AAF0D17E7243A20E0A9FB9 /* TLRefCount.h in Headers */, - E5412A8A9E37CD79BD1DCC3F65B972B8 /* TLSDefinitions.h in Headers */, - B51648E1E25C44C881A0FE0BC4F99F55 /* TokenBucket.h in Headers */, - F2C26A3578C33AFC538807C1017B197E /* Traits.h in Headers */, - 0C6DDC119931752F533EDD64083081F7 /* Try-inl.h in Headers */, - 1AB957499C10F7A111F8823CAECFD47E /* Try.h in Headers */, - EC3DB82100E25E65AFB5814685BA4FB3 /* TupleOps.h in Headers */, - BAA50BC0EB6877632DE8EA1CE27B544A /* TurnSequencer.h in Headers */, - 6F6F1986739B2DC3294BFBBDEAABD223 /* TypedIOBuf.h in Headers */, - D3A7970E12FBF63D1434459423CF999B /* TypeInfo.h in Headers */, - 4D6E71C34060136615DF09DE28F76442 /* TypeList.h in Headers */, - B776B30581B4A5A58C015181B7330BA0 /* Types.h in Headers */, - C7C7934E74A572DC2770EEBF686AEC60 /* UnboundedBlockingQueue.h in Headers */, - A7F62D637EC54A62FC83A3692AE15DF3 /* UnboundedQueue.h in Headers */, - B61A64E1FAD8C584FC5CE7EE0698D237 /* UncaughtExceptions.h in Headers */, - 7B5A4E7C242F425F52A52D1EE5C1DD75 /* Unicode.h in Headers */, - 1287168EF2CD67E43188C356B6F46FFA /* UninitializedMemoryHacks.h in Headers */, - 4E67B805383C16C8C0A14A9760F83519 /* UniqueInstance.h in Headers */, - A38078DF6D462A1E0A1F4EADC9185831 /* Unistd.h in Headers */, - 3E5EAE93868290EB9317AF387F633C99 /* Unit.h in Headers */, - 14B60DCAA5F82150E44D96C6E8BACC49 /* Uri-inl.h in Headers */, - 586D2C673D08DA408DED8AB93479286F /* Uri.h in Headers */, - 309329432249EA82E2CDB35A8E839FF6 /* UTF8String.h in Headers */, - 910130C845923C458E2328749355BAB1 /* Util.h in Headers */, - B8B55D0CE3E56A2BF9A96DE60A74F55B /* Utility.h in Headers */, - 65258AAFCCB9DE82497763AC88AF7753 /* Utility.h in Headers */, - 761045387754C6047E7422E7F1035F1D /* Varint.h in Headers */, - 07F46AF92BBC3F06FB334E9C09C6E6FA /* VirtualEventBase.h in Headers */, - 7797D8925217702587628181C7B88F89 /* VirtualExecutor.h in Headers */, - 077D189A1BEA7AEAD83205A12386648C /* WaitOptions.h in Headers */, - 73CE1D028D9D4122C59BD2BCA4EAC27A /* Windows.h in Headers */, - ADDA0A8B8E112F07CA0165FE134B8954 /* WriteChainAsyncTransportWrapper.h in Headers */, - 176EB591D2CF11E961FEE769724A73A9 /* WTCallback.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; F2E259317742918F9957E51B4F1EF56B /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -23607,6 +23503,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + F515D90E4EA436034E793A1DD874B35A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; FC6FF80EEEAF425F28F78A3DD19ABC36 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -23642,21 +23545,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FDCA0E229D14E75056B4BA1362B6934B /* Headers */ = { + FECF97CC36D4166509F6B7573FF30101 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); 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 */ @@ -23671,7 +23566,7 @@ buildRules = ( ); dependencies = ( - C6FE0B4EE9A16163A117065CB7948195 /* PBXTargetDependency */, + 84A25F9A02074C506EB437EA2995B541 /* PBXTargetDependency */, ); name = ReactNativeUiLib; productName = ReactNativeUiLib; @@ -23689,7 +23584,7 @@ buildRules = ( ); dependencies = ( - DD506450B1E857C9AC353EB6E0F3807D /* PBXTargetDependency */, + 4058739C154A1EA39E3E94FDA853FF8C /* PBXTargetDependency */, ); name = BugsnagReactNative; productName = BugsnagReactNative; @@ -23707,8 +23602,8 @@ buildRules = ( ); dependencies = ( - 5C69C6682B7613089EEAD9C0118E21E8 /* PBXTargetDependency */, - 9D72EEB470CC78DD08A5D7792EC05CEB /* PBXTargetDependency */, + D84FECD9B4019DEC6CABF1A149959DC1 /* PBXTargetDependency */, + 312FCCC4EAC37D3B6DC85DA934715C98 /* PBXTargetDependency */, ); name = EXPermissions; productName = EXPermissions; @@ -23726,9 +23621,9 @@ buildRules = ( ); dependencies = ( - 34DD2DB019EB593D54968749CF373FB6 /* PBXTargetDependency */, - 49000148FB9A6D4D8863D13F43987F2C /* PBXTargetDependency */, - A4E1E5257777851226543A6D214339FF /* PBXTargetDependency */, + E10EC8BFB98F3841201DB9A44F7299F4 /* PBXTargetDependency */, + 174F911B5B055CCA630FC3263B09A64A /* PBXTargetDependency */, + 3C88964A30097F84526B0006B581865A /* PBXTargetDependency */, ); name = RNFastImage; productName = RNFastImage; @@ -23746,7 +23641,7 @@ buildRules = ( ); dependencies = ( - F817F8E73E4F5F30EDA9C758E6905938 /* PBXTargetDependency */, + 3525D38F33FD56096723F107C9E50DF1 /* PBXTargetDependency */, ); name = EXKeepAwake; productName = EXKeepAwake; @@ -23764,10 +23659,10 @@ buildRules = ( ); dependencies = ( - 5A0358650403586EC12D4CBA6BE7D808 /* PBXTargetDependency */, - 212FA81F2469C6CF511511C189B03057 /* PBXTargetDependency */, - 94EEE994817462F7FE72B2ECE1841F62 /* PBXTargetDependency */, - C18816878545BA9A6601A83842B23FC7 /* PBXTargetDependency */, + AB1AB6CEB47F3BFBA63E92C14FEE2FA0 /* PBXTargetDependency */, + 45029279D8564ED0AF6314B7505771B0 /* PBXTargetDependency */, + 3A7591B83513229C859D4BF3E5C5E0D6 /* PBXTargetDependency */, + 74EB25786FA2CC38B87F3A49CE956D41 /* PBXTargetDependency */, ); name = RNImageCropPicker; productName = RNImageCropPicker; @@ -23785,7 +23680,7 @@ buildRules = ( ); dependencies = ( - 503AC82D1B78B050F523E7D203759249 /* PBXTargetDependency */, + 77A23070DBD54FD859058B79268CAAF2 /* PBXTargetDependency */, ); name = "react-native-orientation-locker"; productName = "react-native-orientation-locker"; @@ -23803,9 +23698,9 @@ buildRules = ( ); dependencies = ( - A96593739DAB1AAF13C58078E22AEE7E /* PBXTargetDependency */, - 5083CF6030735C6F4744F52705D7F1A4 /* PBXTargetDependency */, - D71749C223C1D997AD30FD97BFE6A97B /* PBXTargetDependency */, + ED4509C21A4BB08B3904EF2E0893AEF5 /* PBXTargetDependency */, + 354C79F26617474F228D1C48A00D53B0 /* PBXTargetDependency */, + 77353E89F50BD8F609081955558EE335 /* PBXTargetDependency */, ); name = EXAV; productName = EXAV; @@ -23823,7 +23718,7 @@ buildRules = ( ); dependencies = ( - 68F402D9447A96CDB79397219D66EDC3 /* PBXTargetDependency */, + B0759ABFB384513E85C1759BED78F842 /* PBXTargetDependency */, ); name = RNRootView; productName = RNRootView; @@ -23832,17 +23727,17 @@ }; 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */ = { isa = PBXNativeTarget; - buildConfigurationList = 3657A5E007F7D6829EA7757F9048F84D /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoder" */; + buildConfigurationList = A0F07839CB0D12CB6A04ACD8D016E8E3 /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoder" */; buildPhases = ( - 47A6081FFAF612A9F06E215EB84F7D4F /* Headers */, - B953AE8EB688840FA938AD9826AB49E4 /* Sources */, - 5923E3FD13B3E39A56F3C0CF826D6747 /* Frameworks */, + 4BED2D8A811AE11E3FB5A4EB5A1C777F /* Headers */, + 10BF9EB8699805FF04482DBA052FAA41 /* Sources */, + A70BF45D07A515C8AD56EAFCE6D38EF5 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 8102466B14D896293B8F6B2694E57270 /* PBXTargetDependency */, - 35E6F3F5FCC1EB05397A3D16641ADCE8 /* PBXTargetDependency */, + 594C2D0BC6D6190E3E8E39EFFFEAA52C /* PBXTargetDependency */, + 6716D0DC54DF7FEB851F879E16A58B8F /* PBXTargetDependency */, ); name = SDWebImageWebPCoder; productName = SDWebImageWebPCoder; @@ -23860,7 +23755,7 @@ buildRules = ( ); dependencies = ( - 843B4C123F4B7E19B88E9472E56E6C81 /* PBXTargetDependency */, + 186658E07CEA148F5CB6FFD11ABD6869 /* PBXTargetDependency */, ); name = RNCMaskedView; productName = RNCMaskedView; @@ -23869,16 +23764,16 @@ }; 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */ = { isa = PBXNativeTarget; - buildConfigurationList = 05C2E051ED636A17653E60FDD2E78F7C /* Build configuration list for PBXNativeTarget "Flipper-RSocket" */; + buildConfigurationList = 05F6218EB5762E18941D48093B7B1B4E /* Build configuration list for PBXNativeTarget "Flipper-RSocket" */; buildPhases = ( - 33B8168733531A07217161DB4E5E0260 /* Headers */, - CC865F8CB40069BAE6358CCB09373859 /* Sources */, - 01905F831A7C833C22F10009B284DD9F /* Frameworks */, + 526FE99A33F44C604A5DD7E8736DB12B /* Headers */, + 6EE7623114916F746A65A4CB1E8246C6 /* Sources */, + 52FB038CBF35426E74FCD47450520773 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 4D75DBFBDC27207CAA389149716A602D /* PBXTargetDependency */, + 01F9D6D1B87B29B952A7C64BC172B2ED /* PBXTargetDependency */, ); name = "Flipper-RSocket"; productName = "Flipper-RSocket"; @@ -23896,7 +23791,7 @@ buildRules = ( ); dependencies = ( - A4B1830028997D107C86C79AD9ED314C /* PBXTargetDependency */, + 52C50AD3FF2D6FAC578F03489881A9CD /* PBXTargetDependency */, ); name = RNScreens; productName = RNScreens; @@ -23914,9 +23809,9 @@ buildRules = ( ); dependencies = ( - 23E691FF367F96FA52463D59EA7BA573 /* PBXTargetDependency */, - C10D3F1F26902A099A43A129B4A7B72D /* PBXTargetDependency */, - 0974A923B3AB008306B3D34C6B1E6D9F /* PBXTargetDependency */, + 090D45DD031E988F9FBA7E2EE9F1484A /* PBXTargetDependency */, + AA56BC43A362AAD923D0E30F0FF74A10 /* PBXTargetDependency */, + 1CBDB65FF80F1116F5E9C50D09436BC6 /* PBXTargetDependency */, ); name = EXImageLoader; productName = EXImageLoader; @@ -23925,136 +23820,135 @@ }; 28666AA448F927736F4533C70E448907 /* Pods-defaults-RocketChatRN */ = { isa = PBXNativeTarget; - buildConfigurationList = 282CD723C2525B6DBB2F41A25807C82C /* Build configuration list for PBXNativeTarget "Pods-defaults-RocketChatRN" */; + buildConfigurationList = D905E66D0811D9136CB1DB58677609EE /* Build configuration list for PBXNativeTarget "Pods-defaults-RocketChatRN" */; buildPhases = ( - 46C153CF54ED2D770A62B8C23A430D97 /* Headers */, - CEEBFF37C3A64805135FC15A4648BE7D /* Sources */, - 0327F162802448991B0A434D4CF5A393 /* Frameworks */, + DD8BB985475BFE74FADACE5346DF13FB /* Headers */, + BF48E3959DB0CE3C62FF93F1386A5098 /* Sources */, + CAF682AF7B384937BD501723111C8F77 /* Frameworks */, ); buildRules = ( ); dependencies = ( - A17F25DB0281322E5614F72A2FB52745 /* PBXTargetDependency */, - 159532F87E59EA9603B610FA15BBCD34 /* PBXTargetDependency */, - DBA8A81E5B685DAF4788DCAA5262C3D3 /* PBXTargetDependency */, - 03A8E09726F681363CE88CB84A4BD687 /* PBXTargetDependency */, - D815C6CBC5391DB17C2DBC875CD164AE /* PBXTargetDependency */, - F25E7B062700D0F8BCCAA8E754D0138F /* PBXTargetDependency */, - E43F77FC13D430310203EECD7B39CAFF /* PBXTargetDependency */, - 50CD67F20688978013E2B26EDCE80C6F /* PBXTargetDependency */, - 7D56E69852C6A22EB3735F11FE9D5236 /* PBXTargetDependency */, - 4245732D38A97739EE983E132EFC4F42 /* PBXTargetDependency */, - C84798229C4F7A2237121C7BD9031AF3 /* PBXTargetDependency */, - 3BE45F54A834207A0A2A4CA145D7AB00 /* PBXTargetDependency */, - 8B974B9F1E9042F72D05EB7B0D731259 /* PBXTargetDependency */, - D7BF9F1D4DD5B1C6AFF7C85263DA0679 /* PBXTargetDependency */, - 1FD7D9E98F71D2B6F25F254A2EC521E0 /* PBXTargetDependency */, - 419690AA45AAF17CE16574481ED44CB4 /* PBXTargetDependency */, - F54F16F8E7DDEFE5DA1AD68C2F7E4A2E /* PBXTargetDependency */, - 16CA34B320A46E72EEAF1053C4B4DCB5 /* PBXTargetDependency */, - D9FC1C67A30D0B050FE1D2FB6B288FDA /* PBXTargetDependency */, - 3F39BA032D776528E8A6CA335F0F0F56 /* PBXTargetDependency */, - BAA09B376D3D4EECF2BB0B5806ADCC11 /* PBXTargetDependency */, - 1C97698617BDA6EA0AD202BC1D8C7267 /* PBXTargetDependency */, - 42E6CB85016A7A9215C3AD09DF8B2FED /* PBXTargetDependency */, - 523737F3B72863C110FCE7871D91C7FC /* PBXTargetDependency */, - E3A289E35589E139E35CF7377D8B53D7 /* PBXTargetDependency */, - B80581AFDFD003754102602A6C260D51 /* PBXTargetDependency */, - 5ECFBCF58EE026C9A386D1B8006E1188 /* PBXTargetDependency */, - 05E8E9165812E4FCBDD33F40EDF2A2C4 /* PBXTargetDependency */, - 2312E9A48614952DB0B76BA4AB893350 /* PBXTargetDependency */, - BB9670343E4D21E593412C76CB764426 /* PBXTargetDependency */, - F5907030653DDC90F7BCA5CED6812E15 /* PBXTargetDependency */, - 1AF1DCC998E745F5A2EBEB43AFC9BE82 /* PBXTargetDependency */, - FA06BA4C7A3C911A20B6FB8994130803 /* PBXTargetDependency */, - 0364826E56A2B461415D10B88FBDE5C0 /* PBXTargetDependency */, - 4B536908D1EABA221C4B519AABCFF645 /* PBXTargetDependency */, - 04F679602B44607C67F258E68F5DA42C /* PBXTargetDependency */, - CA04514D82A000A32384ACBA3980C893 /* PBXTargetDependency */, - E1796A9A1DA21011C21DCCFB810CE58A /* PBXTargetDependency */, - D87577019C96396B152D5E605452E837 /* PBXTargetDependency */, - C65B63CEAB8C0C80CE1592D316952493 /* PBXTargetDependency */, - 9740544716B4D94A0EFB1418CA0298E1 /* PBXTargetDependency */, - FB2150DE04C359536DB55841A62FE2C3 /* PBXTargetDependency */, - 067D8E6BE94DB84F1D192ADF49B306E4 /* PBXTargetDependency */, - 61F5F7DEAF5F574F193AEE62C5875EA7 /* PBXTargetDependency */, - 6DF02AF45722DD2CB55F546CD36915C2 /* PBXTargetDependency */, - 95DA30C649A509D2D0654C71C18FB1D0 /* PBXTargetDependency */, - A06B4C26EFBDE83F904019F5C5302EF1 /* PBXTargetDependency */, - 4997D9E4027C2D0A6FBB671B65C81FA5 /* PBXTargetDependency */, - 3D0DD40A2EC42F56BFDCC4C526AE408E /* PBXTargetDependency */, - 31D09D278D849C883FD091A871EE9CAF /* 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 */, + 838797BAA501797FAAEC90BCE383EEB2 /* PBXTargetDependency */, + 7F3400031FDE7DDD5F5C826767E983DA /* PBXTargetDependency */, + F17458F3936BDFD259B8BE14849AF4F1 /* PBXTargetDependency */, + 80AE0D4988878E02355080E7071011D8 /* PBXTargetDependency */, + 3F93D8AFDCCC7AF02CF15E2D28669AF5 /* PBXTargetDependency */, + FCDE7122E881D728823ECE01E6B6A7C0 /* PBXTargetDependency */, + E59E37C575DC2BDA3BFB6EB9B0F02159 /* PBXTargetDependency */, + 84E1A88728047625FA7006710FFA6787 /* PBXTargetDependency */, + CEEF3405BDE90EC6AB64ABC32FB6796A /* PBXTargetDependency */, + BB65CE6B21E43B926FCD65B71E76226D /* PBXTargetDependency */, + D02F1AAB04653CB763556FBAD6C30D88 /* PBXTargetDependency */, + B33EBEDFE6D51F21D4417E8A956FC922 /* PBXTargetDependency */, + 29799F06BD41FADAB17402B089811CA0 /* PBXTargetDependency */, + 68EAA3B8548C3479594C16E6BD3C1B14 /* PBXTargetDependency */, + 959221A97053A87D6643E0D79944D69F /* PBXTargetDependency */, + C9D0B22556D5C328179ACEE6AC31724D /* PBXTargetDependency */, + C4CC17EE6E31486B1D75A2E9A67D2D76 /* PBXTargetDependency */, + 93BAE09216ABF73CE8CD07C981C1AFED /* PBXTargetDependency */, + 6EE3EBBD87AE47D116722735C4287FEE /* PBXTargetDependency */, + 9833B59ED4DDE35521D191EFE4FF2646 /* PBXTargetDependency */, + 4409F68704B019EE1D12570F9C50E337 /* PBXTargetDependency */, + E209EF2205DA9B3A5C633B9D81CE15D6 /* PBXTargetDependency */, + 4EE6B4230B7ADE561A1401A94CDAE77E /* PBXTargetDependency */, + DC41DFB5029607B597132170CD12F247 /* PBXTargetDependency */, + 760198FBFE378C2D59CE6949229510D5 /* PBXTargetDependency */, + 1D84436A5F4FAD8EBA1D62F86A3C82EC /* PBXTargetDependency */, + 47E10EF201B8B92D983E5CA2297C62F1 /* PBXTargetDependency */, + D3A316338E94098BEF91C8FD18C59D20 /* PBXTargetDependency */, + 9D51F8521399157168E8AD47CAAF1E54 /* PBXTargetDependency */, + 8B847CC057B06159AD0745B15034C9EA /* PBXTargetDependency */, + 531A75494AAF48A0852A57E60A44E88E /* PBXTargetDependency */, + 603EA3340701C84675979E6FEAD374C3 /* PBXTargetDependency */, + 2B8611DBBE84CEF80F874C69EB9DAA73 /* PBXTargetDependency */, + 439935FFD314A88F2CAB49163678D622 /* PBXTargetDependency */, + BB01F1E3210F9E35958A7F172F147791 /* PBXTargetDependency */, + 0D1900F368FE391488323407ECB48F10 /* PBXTargetDependency */, + 5E2276B58B1D19656B5AFEB6897BCC0E /* PBXTargetDependency */, + 8A542CB94DB974DF65E4984A90E32731 /* PBXTargetDependency */, + E80774BDA7CB381A61625A856FF799B6 /* PBXTargetDependency */, + 608CBF849D10B67304C8FC966232191E /* PBXTargetDependency */, + 690261AE24BFDECCCA4D1E8E656AF96E /* PBXTargetDependency */, + 38AB2DCFC1477A82B208544C2B262B18 /* PBXTargetDependency */, + F8CCE0891F7FB6EF0EAFE7F299E65828 /* PBXTargetDependency */, + E6CB53435C056C09762E4143C2E5920A /* PBXTargetDependency */, + 68E89379C2F3EB38AFE37A5D3C165937 /* PBXTargetDependency */, + AEA8A59ADC51B1E6D9BB80A1DC020851 /* PBXTargetDependency */, + 8AFAA20CB04E1B66782DEB6C10DAA330 /* PBXTargetDependency */, + 04466FE8D7AFEA5E7F6D60BBD058AE53 /* PBXTargetDependency */, + 507433B634EFAED9C3DD663CB2663C11 /* PBXTargetDependency */, + DFE342E4E91550F07C1C1336E58132E8 /* PBXTargetDependency */, + FC87AC7A71D2F9A18D99084206426D34 /* PBXTargetDependency */, + 768C186D69DB33DAE40B02EBCE81BCEC /* PBXTargetDependency */, + 05D369B2139A9CCCD41F184B58888CFB /* PBXTargetDependency */, + C2A51AE4882CCF2A55B76F9E53D0B7AB /* PBXTargetDependency */, + 98965C454130793264CFF23FC4F999B7 /* PBXTargetDependency */, + BA9170F19D2CA4F20C9542A4E5F1A96F /* PBXTargetDependency */, + ECF94764E04A4BDEE8FCD1F2573D565B /* PBXTargetDependency */, + 7101145E074403F51B2108273DA901A9 /* PBXTargetDependency */, + 2E7315C7CA1CF9057DB75004C7683842 /* PBXTargetDependency */, + ED5FE9A1F5767FE5C9870D5874D8FA23 /* PBXTargetDependency */, + 22DECEFE1ED04B8D550D01FD85BF729B /* PBXTargetDependency */, + FD17267F1F77F27A6BBF322041A24505 /* PBXTargetDependency */, + 97FE8EF49D42600DB3228CD22A190D8D /* PBXTargetDependency */, + 5A35F5F36ACA90EA8DE1C8578BD14DB5 /* PBXTargetDependency */, + C2682724CD2A810E51E195155915C91B /* PBXTargetDependency */, + 118140F79776F7DA59010C5A6C093856 /* PBXTargetDependency */, + 788387C8E7E81FC285543264E8CCCAB9 /* PBXTargetDependency */, + 61E90B0AC2FEDA1FB3710EBA88A0B546 /* PBXTargetDependency */, + A2C5C4D86C8F407B5126697A0EAAA1FD /* PBXTargetDependency */, + 3E1514148A617C33A63296C3DD9A8B6F /* PBXTargetDependency */, + B5B0768E47EF3AA1C62F60FD87D195F9 /* PBXTargetDependency */, + D9ABA04500D33078B7D936D87B964786 /* PBXTargetDependency */, + D654E750C79B4BB2B8FF91B1310FC215 /* PBXTargetDependency */, + 35FBE17065CFB60AC31A0323CD2BA748 /* PBXTargetDependency */, + 970AC64F9ED4367D8B88BEFDCAAC714D /* PBXTargetDependency */, + D4B43B879FB4E2FCA13404243336D9C7 /* PBXTargetDependency */, + A5400D2FFE05A17A99460CD636B5010D /* PBXTargetDependency */, + FF42D11F3254C92A75E1B55178DA853E /* PBXTargetDependency */, + C9570815F3B41FC97001613671AD102C /* PBXTargetDependency */, + ABEC5654B38853A7A975536CCB27C648 /* PBXTargetDependency */, + F3106DB3DC8EE20ECB3E63A5EC9A96AD /* PBXTargetDependency */, + 41DCC8A6AC86688C9206A560E4E92F37 /* PBXTargetDependency */, + 15A819722206D928CC7E9F28B2FE6F27 /* PBXTargetDependency */, + 80580B0C1D5425E7BA28D2333FEAF3CA /* PBXTargetDependency */, + 34DAB19A38F809F1F68853BBD6C3A90A /* PBXTargetDependency */, + 951CBACD4E3BEAA592BED3FC99C0AC4A /* PBXTargetDependency */, + 13E191CCA7F210E4F7522236C5A0D9FF /* PBXTargetDependency */, + 78F60CB68FA668043B40D6316033DFD6 /* PBXTargetDependency */, + 30001B641FD4686CBCD28CA8A2498B4F /* PBXTargetDependency */, + A6F5E53114AE0763BCF6563B1398B066 /* PBXTargetDependency */, + D790A7510ABCC1B4883550AA46C939D6 /* PBXTargetDependency */, + D1CCF969AF6F433A9C73EC51F7135392 /* PBXTargetDependency */, + CD31E3B6B069867440CA8599AFC25D2F /* PBXTargetDependency */, + 4DF03221D6CF33B8B124779E72D652AF /* PBXTargetDependency */, + A8D6A7315A1BD3A9380AD15E103A4CD8 /* PBXTargetDependency */, + DB003DEB01CAB25610D621BA7DF6A852 /* PBXTargetDependency */, + D312E3B5ECF9A1C11C7F0AF1DBCE5E1A /* PBXTargetDependency */, + 2887D166E22F84A9B63F2AE854A4BC09 /* PBXTargetDependency */, + CE33BE92CCB9BB76AC39D54A45947080 /* PBXTargetDependency */, + 40573B30A8F8545BFD41B14CA1B22847 /* PBXTargetDependency */, + E9F548BD3AD628DDE1F74CABC53A1428 /* PBXTargetDependency */, + 198FC9931B460A3AA0314CCD621B2BF3 /* PBXTargetDependency */, + 49E256423C42DCCA486AC33A47043EAA /* PBXTargetDependency */, + 9494DA7A5084CAF561968635AF4D3793 /* PBXTargetDependency */, + C001598BCAF8B6E88D489DD4E4AAD990 /* PBXTargetDependency */, + AEC1F7CD343F6A4A664B8BE9B9CAEE51 /* PBXTargetDependency */, + 99410B0BD2BA60AE30B9644703CEFD9E /* PBXTargetDependency */, + 2B09BD9F8F010C65DBCB300BCD1E9015 /* PBXTargetDependency */, + 6FF571274CCFD91198F1B4BC40C323EA /* PBXTargetDependency */, + 56F84ECD6644EEF80538D74A7CA3F714 /* PBXTargetDependency */, + FCA0506489C4B82F843362F18B3C7A40 /* PBXTargetDependency */, + AC542DCE2E3C008E7772D6D63FA49B96 /* PBXTargetDependency */, + D1A39F76B028428BC59223556F55A813 /* PBXTargetDependency */, + 16C5BB02321CF42FD534C83CF9E48846 /* PBXTargetDependency */, + 402E93CC88F02528C3AA41375ABD025A /* PBXTargetDependency */, + AEF9B0B3347D0C1B8507724840604902 /* PBXTargetDependency */, + 9B2AB31820FBA3A849AAD89E1D5A80F3 /* PBXTargetDependency */, + 2F842000F16F62C459E9C40B103A1716 /* PBXTargetDependency */, + C3A6703C763104CDD0B6370E8654D4B7 /* PBXTargetDependency */, + 79C9EE51ECFF8DF0C794CF12013E50C6 /* PBXTargetDependency */, ); name = "Pods-defaults-RocketChatRN"; productName = "Pods-defaults-RocketChatRN"; @@ -24072,7 +23966,7 @@ buildRules = ( ); dependencies = ( - 9D1591D2B3C6D6EC5E71A9003C7FD339 /* PBXTargetDependency */, + AF488A6C6D8D7337987342E420C4372D /* PBXTargetDependency */, ); name = EXAppleAuthentication; productName = EXAppleAuthentication; @@ -24081,11 +23975,11 @@ }; 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */ = { isa = PBXNativeTarget; - buildConfigurationList = 3287CAB8581E256BCF95D21803BC1D63 /* Build configuration list for PBXNativeTarget "DoubleConversion" */; + buildConfigurationList = 721230FCEF2DD2866BF353B1F9DB7244 /* Build configuration list for PBXNativeTarget "DoubleConversion" */; buildPhases = ( - 547B4D6471FECFEB4C25BFEBCA3EB00C /* Headers */, - DF7A2712B4BA2974A8C08DBBEF914ABD /* Sources */, - 090E4C0458E0B66CE34F7D4572670E50 /* Frameworks */, + 529DAFFFFBDF15D93D46E1F401EA2897 /* Headers */, + C6160D79DB3E426B83F201872E87069F /* Sources */, + F4D1F314C9FC07460E5074661F954F71 /* Frameworks */, ); buildRules = ( ); @@ -24098,11 +23992,11 @@ }; 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */ = { isa = PBXNativeTarget; - buildConfigurationList = E8A09ECB54A1A4AB74568DB7EF8378FB /* Build configuration list for PBXNativeTarget "Yoga" */; + buildConfigurationList = 6D4C17CC99363B596296072D28C6246E /* Build configuration list for PBXNativeTarget "Yoga" */; buildPhases = ( - D72BE8BDAB4FA93A22D0018B15674689 /* Headers */, - 19621271E82C3B3CD4BC79CA2F1FF78E /* Sources */, - 6B25F3BD1F8A5960612209449EF255EF /* Frameworks */, + 4E8FC4BE45A4BCD8801E0B78A3092B37 /* Headers */, + 7130C3B02B5ADB306DDBC2A756DED77E /* Sources */, + 40D5469A4E4A6A48CCFFF1586CAB038E /* Frameworks */, ); buildRules = ( ); @@ -24115,11 +24009,11 @@ }; 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */ = { isa = PBXNativeTarget; - buildConfigurationList = B41BB4FF42F4655FD0DE0FD4B54A1364 /* Build configuration list for PBXNativeTarget "PromisesObjC" */; + buildConfigurationList = D7F5760573BB6DD3094A31BBF26EADAD /* Build configuration list for PBXNativeTarget "PromisesObjC" */; buildPhases = ( - 4F064EBED39C124C704353ECC5AF0C23 /* Headers */, - F4DB371160F598627F976FA3D8B4FFB8 /* Sources */, - 38C62E38814348B026229F047B311BEC /* Frameworks */, + 3FEA03CCD409F77CE3F383803F451E5E /* Headers */, + 946650891CBDC8D30E659291F17A86BC /* Sources */, + 4EEFC6EFD91E61CF1657281A33087931 /* Frameworks */, ); buildRules = ( ); @@ -24132,11 +24026,11 @@ }; 2D4D3D5AD93ADCCF3DD45A88009E48D6 /* TOCropViewController-TOCropViewControllerBundle */ = { isa = PBXNativeTarget; - buildConfigurationList = CF59A6DA10BF9FB9938D9C7999DB17AE /* Build configuration list for PBXNativeTarget "TOCropViewController-TOCropViewControllerBundle" */; + buildConfigurationList = 2EBA62A93CA84B599483EE4CA189A74C /* Build configuration list for PBXNativeTarget "TOCropViewController-TOCropViewControllerBundle" */; buildPhases = ( - 9D03CEFA1D32826C7B58F049D9B16A48 /* Sources */, - C4FFA7D0D6DCBE143A02449EBDC33D56 /* Frameworks */, - E1B086883458358D45B705731BBF9907 /* Resources */, + 74214022CCE0C8B1B8DFCC90AA2D35A9 /* Sources */, + D4820EA77C45664528314E857F89B70E /* Frameworks */, + 199872CEE8F1F02BFC0264364D8E7457 /* Resources */, ); buildRules = ( ); @@ -24149,17 +24043,17 @@ }; 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */ = { isa = PBXNativeTarget; - buildConfigurationList = 86424EF1FD6CD8932C815759C2481D5A /* Build configuration list for PBXNativeTarget "YogaKit" */; + buildConfigurationList = 1CFDD314F90493816C04281CE82F3685 /* Build configuration list for PBXNativeTarget "YogaKit" */; buildPhases = ( - 3448C4B9FEF8F30AA3F702CC3DE17688 /* Headers */, - 87704976361E18A5FF7158184DDFC3B3 /* Sources */, - 466CB752C1E132B7EBAF5CD29195D4FB /* Frameworks */, - B8F06AC42B69598D3097527856CFBAB9 /* Copy generated compatibility header */, + D0E9EC15392F0617444BD409B02DFD62 /* Headers */, + 6EA568F72251B93B614D6EBA0870E280 /* Sources */, + 5A74CF43CC6EBF491B6666157F1A0D72 /* Frameworks */, + F66FAB1147038FEA39ABA342A4E6B143 /* Copy generated compatibility header */, ); buildRules = ( ); dependencies = ( - 10FFE99A8432BE06BF8F4B8B8CF1ECAD /* PBXTargetDependency */, + 73162C5F36A73086592CD10C3A87D036 /* PBXTargetDependency */, ); name = YogaKit; productName = YogaKit; @@ -24168,11 +24062,11 @@ }; 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */ = { isa = PBXNativeTarget; - buildConfigurationList = E3579EB337684834CE5F2834DBD1F9BC /* Build configuration list for PBXNativeTarget "SDWebImage" */; + buildConfigurationList = C5FD195B5A6EA48B88C7894676EC2240 /* Build configuration list for PBXNativeTarget "SDWebImage" */; buildPhases = ( - 95657992F9D01499BBF976829A20BF0E /* Headers */, - D8517DEE152D22FB7BF097FF501459B7 /* Sources */, - FBBFEE9B64E98877FF10CF47A2C3E763 /* Frameworks */, + 183214B030B27031A1A77C6BEF61AB3A /* Headers */, + 2CDFA623FF21774083045A9DD53730BC /* Sources */, + 44017752268ED2BBEF62F26FD3401258 /* Frameworks */, ); buildRules = ( ); @@ -24194,7 +24088,7 @@ buildRules = ( ); dependencies = ( - 8DC1B8618AA167FA3B741573AB4D5671 /* PBXTargetDependency */, + 2F28704735C459E0A26AB260954D4132 /* PBXTargetDependency */, ); name = "react-native-restart"; productName = "react-native-restart"; @@ -24212,7 +24106,7 @@ buildRules = ( ); dependencies = ( - 3165F58EF4EBF9080BFC74C903A8ADCC /* PBXTargetDependency */, + 345F7C59814D9F87094B72837092EB55 /* PBXTargetDependency */, ); name = "react-native-appearance"; productName = "react-native-appearance"; @@ -24230,7 +24124,7 @@ buildRules = ( ); dependencies = ( - 742E16C3BB78827076256397AD16588E /* PBXTargetDependency */, + 7D7F3BF83DBBF2956DC3A6BAC5E433C9 /* PBXTargetDependency */, ); name = EXHaptics; productName = EXHaptics; @@ -24239,17 +24133,17 @@ }; 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */ = { isa = PBXNativeTarget; - buildConfigurationList = 1A421FF281684C42970CDCA859F1606D /* Build configuration list for PBXNativeTarget "FirebaseCore" */; + buildConfigurationList = A4B60289D5448974DA13EC4BBFF653A9 /* Build configuration list for PBXNativeTarget "FirebaseCore" */; buildPhases = ( - EBB33AF8339BAE33E59EBD7C35048674 /* Headers */, - 1AAB652766457EBBD9E2E8435D04C617 /* Sources */, - 8B8B4D9CC9C59997D9ECE869C918567D /* Frameworks */, + 2D4F303D343C20CCC452DD90AA97F265 /* Headers */, + 3D0716CDDD1C294759BD8B5B48B7C80F /* Sources */, + 355963F29EF7512A9B180C263428B5BE /* Frameworks */, ); buildRules = ( ); dependencies = ( - 3173DEBDDEC487252D8E3C31F2BF7E4D /* PBXTargetDependency */, - D74A1390842F7FE96443871A1BE71AFE /* PBXTargetDependency */, + 060BBDC09416BA698E81533615545593 /* PBXTargetDependency */, + EBEF21FF707B0C75077DCA432F1ACC61 /* PBXTargetDependency */, ); name = FirebaseCore; productName = FirebaseCore; @@ -24258,21 +24152,21 @@ }; 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */ = { isa = PBXNativeTarget; - buildConfigurationList = 8598985B785143769BA18643EE6E4747 /* Build configuration list for PBXNativeTarget "React-cxxreact" */; + buildConfigurationList = 5C77EEA53580AAFA9740D0641DA14530 /* Build configuration list for PBXNativeTarget "React-cxxreact" */; buildPhases = ( - 0F4E009DFD7749E7B577A29B6D019C79 /* Headers */, - 81EDB40E17D10196A350BB54243FD2E0 /* Sources */, - 66A354C6B78E47663A2F634A8A281072 /* Frameworks */, + 8C9565FDAAEC63825F30C36D30AD7A6E /* Headers */, + 6D067DC9C764C989C522D84408EEFA04 /* Sources */, + EC34FE857631CFA9506DBEDF6DBDD3E1 /* Frameworks */, ); buildRules = ( ); dependencies = ( - CCB24D9966D8EB329AAF3413B52755A4 /* PBXTargetDependency */, - 4EE693779B4D0451DCAA5FE9F38552ED /* PBXTargetDependency */, - 1FD4E7EA4EBF9F7590F937B3A82187C4 /* PBXTargetDependency */, - EBD7461BE3463844E8FF0465BA8F834F /* PBXTargetDependency */, - DE1084DA3C6EC26B22315C8C5FECF96F /* PBXTargetDependency */, - D9A44A425C7B1A6C12F46F2C0593C7CC /* PBXTargetDependency */, + 3CB00A54815C03E74326155EE6D6D3F6 /* PBXTargetDependency */, + 8D2C9841735645E205C2B9AEFA9AE3D7 /* PBXTargetDependency */, + EA422AFAEF5E4129FB3325D7C8B7FCE7 /* PBXTargetDependency */, + AD84AC3A4D90B463AD7B895033EFBEC1 /* PBXTargetDependency */, + 9CB3B95FB50CA1BEAEADD73A10A8EE79 /* PBXTargetDependency */, + ACD1E20FD29DC5B6265E8756D840D2D5 /* PBXTargetDependency */, ); name = "React-cxxreact"; productName = "React-cxxreact"; @@ -24281,11 +24175,11 @@ }; 47D2E85A78C25869BB13521D8561A638 /* libwebp */ = { isa = PBXNativeTarget; - buildConfigurationList = 7CF0E0709DEBE09D15FD8CF7EEDA6480 /* Build configuration list for PBXNativeTarget "libwebp" */; + buildConfigurationList = E449DA36DD11BC1BEB84865AA699F973 /* Build configuration list for PBXNativeTarget "libwebp" */; buildPhases = ( - 7ABD41AB8EBCEB2EA1DA2078B7E2741E /* Headers */, - 86D80D6AD3BB2B5DE9516850DC89A24A /* Sources */, - 14931FDEA9D62B36C1CD49743D35D07E /* Frameworks */, + F0C1C2A0A3C204A2E9ED3912D9F16650 /* Headers */, + B0F6A96B96BEF468042BC355BFC779B7 /* Sources */, + 484D9926FACACAD6A60BD775EC8539B0 /* Frameworks */, ); buildRules = ( ); @@ -24307,8 +24201,8 @@ buildRules = ( ); dependencies = ( - CF20F934EA861FFE9E709727F2FE6355 /* PBXTargetDependency */, - C1E79D990EB7FCACBADA22FFD846C413 /* PBXTargetDependency */, + C550AA63572E3564AB7A3A6E85F3382D /* PBXTargetDependency */, + CA61D576B252F0FCC7EEBDC5F92A47E5 /* PBXTargetDependency */, ); name = EXVideoThumbnails; productName = EXVideoThumbnails; @@ -24317,22 +24211,22 @@ }; 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */ = { isa = PBXNativeTarget; - buildConfigurationList = 8A3A56D85B48B38B48EB9C0997FCC8FC /* Build configuration list for PBXNativeTarget "React-RCTImage" */; + buildConfigurationList = F25C27535D3EEED7AB2D7B287549E898 /* Build configuration list for PBXNativeTarget "React-RCTImage" */; buildPhases = ( - 21DC825E70879406A711AFA25A3C35C9 /* Headers */, - EA74C0139AC5081A21D8584BC8C95072 /* Sources */, - 26C05172D73F2711A035E1AFCFB7C6C9 /* Frameworks */, + FECF97CC36D4166509F6B7573FF30101 /* Headers */, + CAD62FAD01B51F88826D8D9762927227 /* Sources */, + 00E3C7B9C7D9FA728FCF1CCC06E6A3F1 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 4C00D5959C0275CF3F62F990D35F59E6 /* PBXTargetDependency */, - 99C0BB507340FDF2BEF628A74B6CB7ED /* PBXTargetDependency */, - 35CDA6F32876D704376EB37A315BE791 /* PBXTargetDependency */, - B61C7391F2A3A520621ED640DD54F2FF /* PBXTargetDependency */, - E9C39026016DC678D7B8E831E16CE67F /* PBXTargetDependency */, - DBBC9B219A2F357B756FE8C6FE311D64 /* PBXTargetDependency */, - C9FD1C00E6FB1DFEAACCD11B6B1BAAD9 /* PBXTargetDependency */, + 4ED4DA638D00431593339C5F9F40AD1E /* PBXTargetDependency */, + 6EAE57EA99CE154D34CB36469E4724E7 /* PBXTargetDependency */, + E429D5D1E0B3F648B3A7E3DEF530B404 /* PBXTargetDependency */, + 9FAE18B279E51E82A69A27241D9A815C /* PBXTargetDependency */, + 8BCD80F18009797454975B2DA9D20038 /* PBXTargetDependency */, + 43FFD3874F85CE7E51AAAE7795FB74F2 /* PBXTargetDependency */, + 8308D2A39A3DA766F9D8A2947BB2C283 /* PBXTargetDependency */, ); name = "React-RCTImage"; productName = "React-RCTImage"; @@ -24341,21 +24235,20 @@ }; 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */ = { isa = PBXNativeTarget; - buildConfigurationList = 7639DDA105231FCED01ACD92C023BD94 /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics" */; + buildConfigurationList = 11C7B655B9FE866E776BD0641836A692 /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics" */; buildPhases = ( - 32767EF8ECDB0C6BD745D060BE4CE041 /* Headers */, - FBAC39EA5913B087F62D65EC9BD25809 /* Sources */, - 0C240251BF3A13E3DAD32755DC698599 /* Frameworks */, + C8B2CC3D2A91D8D3A5B2D549E1CFE9C0 /* Headers */, + 25A2103B856577A2D754054D40D3B06B /* Sources */, + 77E20A8930CA3D15825822D276943C66 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 9C52AD580BC2D903386F354DF4DF31B3 /* PBXTargetDependency */, - DEEE3E36501F9123908514A73DF5B6C8 /* PBXTargetDependency */, - EB8F42500FD91B13F4F3E742B08D8D64 /* PBXTargetDependency */, - 955C75316A92558BE1DDB4CEC770BC22 /* PBXTargetDependency */, - 4EEF157AA7107834179C4BD3C29EBBD4 /* PBXTargetDependency */, - EFAC43EA7932209090DAE22A3E16F462 /* PBXTargetDependency */, + 2560A5892AEE51F0ADEF727A148A578B /* PBXTargetDependency */, + 4C69793D9F30AAD1B616E6BFE01702B3 /* PBXTargetDependency */, + BE02B5CBAB4265BA84D5D110A952372F /* PBXTargetDependency */, + 985BFF6FDB949268A01EF1900A9FF136 /* PBXTargetDependency */, + EFA6FDB8470919C6F1D66116A304C8E0 /* PBXTargetDependency */, ); name = FirebaseCrashlytics; productName = FirebaseCrashlytics; @@ -24364,20 +24257,20 @@ }; 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */ = { isa = PBXNativeTarget; - buildConfigurationList = BA0EC386D6BE379538C4814592A45115 /* Build configuration list for PBXNativeTarget "React-RCTVibration" */; + buildConfigurationList = 536F2AFDA66292AA9E3607E1E87FEBC3 /* Build configuration list for PBXNativeTarget "React-RCTVibration" */; buildPhases = ( - 7AD8FD53A4F56589C48326B17C3F0172 /* Headers */, - 8FED9B5B4F059F5478C085D5F13E67B7 /* Sources */, - 7608EA2E574F04A4EFFFBF71CAD996C3 /* Frameworks */, + 057939E5277913D9D9CFD310D6D52DC6 /* Headers */, + B25C351F104898F1CE1772B53325E375 /* Sources */, + F16774798676F4B2C0ED8A28EE1FAA8F /* Frameworks */, ); buildRules = ( ); dependencies = ( - 3C5576056247D2D724E75F90D93A285C /* PBXTargetDependency */, - 54A1B5A706B639A40F971EEA7DF83A26 /* PBXTargetDependency */, - 63FDD5F28F2449930F5FF3F89A7D63E0 /* PBXTargetDependency */, - 6DA85D0749230491B777AF2B9955D3FD /* PBXTargetDependency */, - 49B03F90478E1949A3AA6518B86BD5FB /* PBXTargetDependency */, + D504FD34BECD845BEFC3B460863F5C9E /* PBXTargetDependency */, + 8158858589D6BF93FAF18AA6318AA5F6 /* PBXTargetDependency */, + 781C1CEA46D5535E38506D8058BE6FC7 /* PBXTargetDependency */, + BB10A89919A7078CC778F4499A1662EA /* PBXTargetDependency */, + C5D9DF4FA12C1F491A560D7A27DE694E /* PBXTargetDependency */, ); name = "React-RCTVibration"; productName = "React-RCTVibration"; @@ -24386,15 +24279,18 @@ }; 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */ = { isa = PBXNativeTarget; - buildConfigurationList = B23AB0A3DEAFA9C5A59992B99CAE31D5 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */; + buildConfigurationList = 6AC8BDDB0AE7274239A3D22F62848C93 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */; buildPhases = ( - C89CDC1D5851B80AEE4136CF8782FF35 /* Headers */, - 06B45AA0E79D0D392E03821831EC5EE7 /* Sources */, - 76262678306B695908517427F3277AAA /* Frameworks */, + BC553F0BB600419791B71CB2D7119592 /* Headers */, + 6B395CBCC4828FA2D4089763B2873175 /* Sources */, + E0A079BCB5ED24C784892F5C05F5824E /* Frameworks */, ); buildRules = ( ); dependencies = ( + F9FF0AC6F4955C69A9C94B88B566A1F4 /* PBXTargetDependency */, + DB0F851E2A6CC483F6ECF1551EB100D4 /* PBXTargetDependency */, + ED6677A38A36295465B8E97A7B8B5335 /* PBXTargetDependency */, ); name = GoogleDataTransport; productName = GoogleDataTransport; @@ -24420,18 +24316,18 @@ }; 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */ = { isa = PBXNativeTarget; - buildConfigurationList = 48E9B7E18674ACF2A55997FE5D85AB3D /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */; + buildConfigurationList = 74C58781318BABEE67E4529DBB1AB9C2 /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */; buildPhases = ( - 16C9301B3B44A3BFC2EE8398700F5F45 /* Headers */, - 87527D13C00FD77A39339C52096F80D6 /* Sources */, - 8B09D297005EFA31FDF8C21B881F42B1 /* Frameworks */, + 9F734B616992596CEEFD8582B33D0CC5 /* Headers */, + 9A77F9202F6BC6340BFF091DE7FE71D5 /* Sources */, + B39F78B54B728B8C701AE8F54AEE16D3 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 1082D84F7E4B4D734416E1936CFF1F7C /* PBXTargetDependency */, - 98B0F94162940C76C02AF8909928350D /* PBXTargetDependency */, - D6C42671162BF758411A50346D56FB0B /* PBXTargetDependency */, + F43CFC5DE38971E710D5FC732AEB5147 /* PBXTargetDependency */, + 8D065D3D5C2DE02F4A65A08F97FCDEA7 /* PBXTargetDependency */, + 0E63D9C72E88622F3CCDD9001E1A3ABA /* PBXTargetDependency */, ); name = FirebaseCoreDiagnostics; productName = FirebaseCoreDiagnostics; @@ -24449,7 +24345,7 @@ buildRules = ( ); dependencies = ( - AF57A30D2562ED9A9AADD6B60A165A49 /* PBXTargetDependency */, + 7DA41BF5D7650636D128D6D825FFAAF5 /* PBXTargetDependency */, ); name = "rn-fetch-blob"; productName = "rn-fetch-blob"; @@ -24467,7 +24363,7 @@ buildRules = ( ); dependencies = ( - F2337174BDFDB4931B7290F90B692884 /* PBXTargetDependency */, + 895B3BF831BE0EB6A163557AA753FD9A /* PBXTargetDependency */, ); name = "react-native-background-timer"; productName = "react-native-background-timer"; @@ -24476,21 +24372,21 @@ }; 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */ = { isa = PBXNativeTarget; - buildConfigurationList = D02AA2B78DE333D8AA9B71F87FE3A16B /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */; + buildConfigurationList = 532D71872F15271A03B4B90443943E29 /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */; buildPhases = ( - 35388A352622AA7F1DAEBD9B241F13B8 /* Headers */, - A12AE97B7C45C2A0EFB2DB544284E0B4 /* Sources */, - 6D226EF8E64FBD813303F6B1A3ACE52C /* Frameworks */, + 9140561D6BDBC9DE579FB1EF5D5C6D65 /* Headers */, + 3CE008ABD8DA96293D85B1759ED18543 /* Sources */, + 2A59363411D695F07766203539D749A2 /* Frameworks */, ); buildRules = ( ); dependencies = ( - AAB67EE154C223DDDCC58E4EEBD3E115 /* PBXTargetDependency */, - B082AF4A82521DB2223D8795CC3EF3A7 /* PBXTargetDependency */, - 7DEC811F162C91C0E4F20A38AEF63405 /* PBXTargetDependency */, - B60AC390B399EB2C317CAC4A6751BCEA /* PBXTargetDependency */, - 1961B90BC65AE9758BBFE2687A7C9291 /* PBXTargetDependency */, - FDB1D4808F7A548BD1E7AEB4CC723FDA /* PBXTargetDependency */, + 4009EBD020D7F1F4DEB39FDBFEF16BE7 /* PBXTargetDependency */, + 074EBDA4CBFD91C765CC4796C5FD9B52 /* PBXTargetDependency */, + 7CAB2AAA94A708DA79755E53411383FB /* PBXTargetDependency */, + 0490C82DCDFD540DC57807765E66FB86 /* PBXTargetDependency */, + 81482AD9717C67A533A794E275C4F76A /* PBXTargetDependency */, + B8B7189AE8671E992A353F2F2213C329 /* PBXTargetDependency */, ); name = "React-RCTNetwork"; productName = "React-RCTNetwork"; @@ -24508,7 +24404,7 @@ buildRules = ( ); dependencies = ( - 7C1898829AA78A584083F035F9EBE43E /* PBXTargetDependency */, + 31C7AE7876A62BBA5DD8A281C1E17395 /* PBXTargetDependency */, ); name = RNBootSplash; productName = RNBootSplash; @@ -24517,21 +24413,21 @@ }; 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */ = { isa = PBXNativeTarget; - buildConfigurationList = B184BBD24DBACB1F7AB9BC08967F325C /* Build configuration list for PBXNativeTarget "React-RCTSettings" */; + buildConfigurationList = 5F1086870C1B4562D3D376F5F28E603F /* Build configuration list for PBXNativeTarget "React-RCTSettings" */; buildPhases = ( - 3C08D5F52C7B09D9A3DA046C19EBE48A /* Headers */, - 6E342C1863C6EFD754695C6635FEDC9E /* Sources */, - B5D365BA9FE9622D5D3CC87B480282FA /* Frameworks */, + DA45B625C72F0D1B29FE5D0A8C83E18E /* Headers */, + DA78856E1496B31DDF9AE75C8FF57F4E /* Sources */, + 3F20D5EFD1D5E7A16DF6D2B0CDAACA6B /* Frameworks */, ); buildRules = ( ); dependencies = ( - 640C3BD56E30DA4E357D5B46AEC7B8D2 /* PBXTargetDependency */, - 709B871155D317AAC652FB584275EB88 /* PBXTargetDependency */, - DD9B003008BD3B2162EA2457DA28D9B9 /* PBXTargetDependency */, - C3756755A3C46D421435C7FED55614BA /* PBXTargetDependency */, - 2F6A8828A44FFE5C4EFD583AA4A6A194 /* PBXTargetDependency */, - E71DF5BEC6F56FEE063677666C975549 /* PBXTargetDependency */, + 9A4EBE295E9988A7BFB75FF821660C2E /* PBXTargetDependency */, + 9E6280E3B235CCF52E8105A6DE195C08 /* PBXTargetDependency */, + 43179BB62BEA21D0A100F27AA6588644 /* PBXTargetDependency */, + 4041C05F92521F4CD5C3530E64690122 /* PBXTargetDependency */, + 86BEE168C5FBBFC99C63CEE99AFE69D7 /* PBXTargetDependency */, + CC26795DBDBE1CF119C92439FCDB618C /* PBXTargetDependency */, ); name = "React-RCTSettings"; productName = "React-RCTSettings"; @@ -24540,11 +24436,11 @@ }; 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */ = { isa = PBXNativeTarget; - buildConfigurationList = A985D3F6FA56980595207C020231CBA4 /* Build configuration list for PBXNativeTarget "Flipper-Glog" */; + buildConfigurationList = 09BDAC07DE7CBAE9BA1D14F667E038EF /* Build configuration list for PBXNativeTarget "Flipper-Glog" */; buildPhases = ( - 5295DB252CE1E1D89510E560DCB4C9AD /* Headers */, - C329CEDCB92265596E6F0B53B157BBB4 /* Sources */, - 492B35FBE1C93DDE295D44C8B1E50149 /* Frameworks */, + 7FF0E0A0A9C1C1B2672A1894CD29E4ED /* Headers */, + 0B3CFC7507C006FC93FC885F7094C48D /* Sources */, + 98CF1D05282FCEDC7D5409389DF618E2 /* Frameworks */, ); buildRules = ( ); @@ -24566,8 +24462,8 @@ buildRules = ( ); dependencies = ( - 3BF55021C42F4AA24BAA0E5F17C7328A /* PBXTargetDependency */, - CD89306CBF2966433669EC98705C2BF7 /* PBXTargetDependency */, + 1B57586F65300F75C72354274D87BE36 /* PBXTargetDependency */, + FE4FD4DE47AFFAD011AB0F2649712CC4 /* PBXTargetDependency */, ); name = EXConstants; productName = EXConstants; @@ -24576,11 +24472,11 @@ }; 6D979AB5FDA2E858850D9903776A30B3 /* RNImageCropPicker-QBImagePicker */ = { isa = PBXNativeTarget; - buildConfigurationList = 61A06D8075505FCA973B9B1BEA8F8422 /* Build configuration list for PBXNativeTarget "RNImageCropPicker-QBImagePicker" */; + buildConfigurationList = 5C38B8D88AD3F41453BB5317649F071A /* Build configuration list for PBXNativeTarget "RNImageCropPicker-QBImagePicker" */; buildPhases = ( - E614FC26554889E48FEF59B5028C293C /* Sources */, - 388E400298503AF2A882E57345CDBC47 /* Frameworks */, - 57AE3BECED03C5461F899119D6E26F47 /* Resources */, + 0D7A99384E6A403C23CB7DB7F293E595 /* Sources */, + A8D195D12FC59C29EAB51AF2E35E1436 /* Frameworks */, + CDDF88BE26E7490B040D745E4A88605C /* Resources */, ); buildRules = ( ); @@ -24593,19 +24489,19 @@ }; 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */ = { isa = PBXNativeTarget; - buildConfigurationList = 9BCF68CB9635471364DB455867B28F93 /* Build configuration list for PBXNativeTarget "React-RCTLinking" */; + buildConfigurationList = EB6159666777F4FB81CDB33F5DAB81F6 /* Build configuration list for PBXNativeTarget "React-RCTLinking" */; buildPhases = ( - 8D332BFB50C6E0B3500E6A620A5124B2 /* Headers */, - 7E8BA6D659913B1D0EFAF83038BE1710 /* Sources */, - C521FC2555BD592B6E7A8B27ECB0511D /* Frameworks */, + 57DEAF73FED4309B1F27AF0CD4139FEC /* Headers */, + 5A4915F181C49E4F4665640BF914A223 /* Sources */, + 947E0852744F15ED0FBCDAB080EB4C18 /* Frameworks */, ); buildRules = ( ); dependencies = ( - AC02DC2E639BAAF59887325E1A629F15 /* PBXTargetDependency */, - D2E80F20B489DF125E118DA9CBADA4E2 /* PBXTargetDependency */, - 461D405C85A42C4D4DE8B8EDBCDAAD05 /* PBXTargetDependency */, - D29F5EBCABFDB69174234C45DCCFA61F /* PBXTargetDependency */, + FBBCB2B74904484D63ADAC6DADDB4B41 /* PBXTargetDependency */, + EB64AC446144574DE453F5F259615D48 /* PBXTargetDependency */, + 53F560A420BCEE987B9C37C70B18E133 /* PBXTargetDependency */, + E45D1F2369207E7F89D8C0376258AC28 /* PBXTargetDependency */, ); name = "React-RCTLinking"; productName = "React-RCTLinking"; @@ -24640,8 +24536,8 @@ buildRules = ( ); dependencies = ( - 216FB6A5224C001100AE4D43F15ABBCF /* PBXTargetDependency */, - 02E9E53F1A94297D28085B1950547CAC /* PBXTargetDependency */, + DC4829FA2659E07831C6B796E1854BED /* PBXTargetDependency */, + 69798DA34258BE1C29FDCDDC7A3683D9 /* PBXTargetDependency */, ); name = "react-native-mmkv-storage"; productName = "react-native-mmkv-storage"; @@ -24650,11 +24546,11 @@ }; 7A020DAB6F3F0BA0A6D9946E84B38B7F /* React-Core-AccessibilityResources */ = { isa = PBXNativeTarget; - buildConfigurationList = B8198E1C72E8DA0A69E1024353E1C138 /* Build configuration list for PBXNativeTarget "React-Core-AccessibilityResources" */; + buildConfigurationList = 986021632BE94B4BC6C50DEAE16E8F18 /* Build configuration list for PBXNativeTarget "React-Core-AccessibilityResources" */; buildPhases = ( - EB25AF3F5AE8AE09FACE42EAFBFBE4B0 /* Sources */, - 056CFBBDCE4CE13F557A90E15A3F26A5 /* Frameworks */, - C346BB50095D536EA1D970C0FC453D91 /* Resources */, + 9761CF1F310A91B927BB69B176B327C8 /* Sources */, + 965A4DB22FCDE0CF3785B1EAB7F637BF /* Frameworks */, + 5F666C2E308491A6FE0D9F8A3AAE003B /* Resources */, ); buildRules = ( ); @@ -24667,23 +24563,23 @@ }; 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */ = { isa = PBXNativeTarget; - buildConfigurationList = 7134511ABE33086F91DA69DCACBA42D3 /* Build configuration list for PBXNativeTarget "React-Core" */; + buildConfigurationList = 4A020416D87D62BA1A0BAFE553B027CB /* Build configuration list for PBXNativeTarget "React-Core" */; buildPhases = ( - 899FA27752C5D668B318DB03B59F23F1 /* Headers */, - 1F1C22A1BBAE122A3C45A0DD1E46E4A3 /* Sources */, - C9704626858AA54A37D091FCEC5825FF /* Frameworks */, + E73DEA6C8A4C0B18F9DA0EA4D1DB2A66 /* Headers */, + 38566B4549872EA7D136E71992453768 /* Sources */, + C8E2CB3E95615FFB40514FCB114458F2 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 0C43A054BC4BC5BBBE6F1E3F3A13805B /* PBXTargetDependency */, - 0F87CCE58C28FC6D52AFE65D4495F8AF /* PBXTargetDependency */, - D758F4D7432653926E6C49A0A7074F1D /* PBXTargetDependency */, - 57BB3A8F6016B19EDCCE5335A39C621E /* PBXTargetDependency */, - 8B0534F037CD0E0C160F632724B0C72B /* PBXTargetDependency */, - 98250801EC68C0B54855BD4C64A37A68 /* PBXTargetDependency */, - 579507B3D7B2B5E050C4EFBF57722327 /* PBXTargetDependency */, - 4FF8D9053D6DAC55F93BE6FA7BAFFE10 /* PBXTargetDependency */, + E5AAC413FE234F874D84E8F68E43B93C /* PBXTargetDependency */, + AE8BBD413C0C160FC92B1E7871D07C40 /* PBXTargetDependency */, + A87481A6E1E5EE22AE3B7CDB111B51AD /* PBXTargetDependency */, + 19A75602AE42F313F11E56B6A2B9DB40 /* PBXTargetDependency */, + CF02ABC4D015C1A828BF6FB82F9FA9B3 /* PBXTargetDependency */, + 0E147070978343B47FCF8AF4C97CCFB2 /* PBXTargetDependency */, + 997812D5AA9E96019B08220DE361390C /* PBXTargetDependency */, + 3E100F63E2FDF35C264EF88759877AF7 /* PBXTargetDependency */, ); name = "React-Core"; productName = "React-Core"; @@ -24701,7 +24597,7 @@ buildRules = ( ); dependencies = ( - 35916694CB4AEC3839FA9A6523944D33 /* PBXTargetDependency */, + 6BFFA0A576E0EBDE09E58C8C0F0C31C6 /* PBXTargetDependency */, ); name = KeyCommands; productName = KeyCommands; @@ -24719,7 +24615,7 @@ buildRules = ( ); dependencies = ( - F6EF3E761AFFB05B34543BE2A05CE37A /* PBXTargetDependency */, + 14B5ECD33CE9A95E5CFC7F58E7BBCDA3 /* PBXTargetDependency */, ); name = RNDeviceInfo; productName = RNDeviceInfo; @@ -24737,8 +24633,8 @@ buildRules = ( ); dependencies = ( - 1736AFA17A2E93DB6BB7BC7E97359220 /* PBXTargetDependency */, - F89C0168872CC85F8022A10B61F4192C /* PBXTargetDependency */, + 1B6D9E758B677C6D116B8672D9C9FE64 /* PBXTargetDependency */, + 523C298DCA5352B1DF3C8C3D112136BE /* PBXTargetDependency */, ); name = EXFileSystem; productName = EXFileSystem; @@ -24756,8 +24652,8 @@ buildRules = ( ); dependencies = ( - 5681A9D06B98CB349E0BECE9CEF73D37 /* PBXTargetDependency */, - D2D5A9B07BFB2B311D4BA574520C5905 /* PBXTargetDependency */, + F29A95C1F42B4F2F6B94E5D79E08EE5E /* PBXTargetDependency */, + AEDF85E63F836E5FD6905F921CE4B53C /* PBXTargetDependency */, ); name = EXLocalAuthentication; productName = EXLocalAuthentication; @@ -24766,18 +24662,18 @@ }; 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */ = { isa = PBXNativeTarget; - buildConfigurationList = 3DA0C9CB48D3B339CD7211DC65FF1DF8 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */; + buildConfigurationList = 15909EF7E8D5DABA11CE23B1B6F236A8 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */; buildPhases = ( - 020509F05CB0B5BF9AAC64C9E6F3AAAB /* Headers */, - 91DAF8DF98C806A8869E1F76366B66C3 /* Sources */, - 849348596BF7A91154E742079C2F33E1 /* Frameworks */, + EA737CC7F0A400375FF8A2BC9E5D09B0 /* Headers */, + 4A76B276F8A252BBF9C80BB229E6F9E8 /* Sources */, + 22D9F4A8CD71A733356A9EDDE32439CA /* Frameworks */, ); buildRules = ( ); dependencies = ( - 072E381627E0BE8FB18753729F2B3BCB /* PBXTargetDependency */, - D8418189C05C7D18D3BF4D9401E920B9 /* PBXTargetDependency */, - EF3A0FE6B9410BE94FF5344607867C29 /* PBXTargetDependency */, + A0490EDA2B03F209288D831F17AD5941 /* PBXTargetDependency */, + AE44A6D856AE795BE8F8D5A38279BF31 /* PBXTargetDependency */, + F2168DBC6DDF76DFC45751E8802DB5D7 /* PBXTargetDependency */, ); name = FirebaseInstallations; productName = FirebaseInstallations; @@ -24795,9 +24691,9 @@ buildRules = ( ); dependencies = ( - A39C1D9EDDCE91F1FFFB789184384CE3 /* PBXTargetDependency */, - AF62E583F49DDF5681F631AE65E575B9 /* PBXTargetDependency */, - 102A11ED5ECB64B2E2DF4318C52CA9BF /* PBXTargetDependency */, + 2473555AA52F2000C42B53B16B55F91A /* PBXTargetDependency */, + EA8AED4397663507BC138EEDC612347C /* PBXTargetDependency */, + DFD75BF2A603342538165F05DE1588B4 /* PBXTargetDependency */, ); name = UMReactNativeAdapter; productName = UMReactNativeAdapter; @@ -24815,7 +24711,7 @@ buildRules = ( ); dependencies = ( - 00C84C54894AF873508C08C0475A38AC /* PBXTargetDependency */, + 00B73881A39ADC4C08D69E7C5071836F /* PBXTargetDependency */, ); name = RNCAsyncStorage; productName = RNCAsyncStorage; @@ -24833,7 +24729,7 @@ buildRules = ( ); dependencies = ( - 2C83FC9EB661BC061EFA0B27D8557426 /* PBXTargetDependency */, + 38AF90275B6EBCA0DC8FB5D317856A39 /* PBXTargetDependency */, ); name = "react-native-webview"; productName = "react-native-webview"; @@ -24842,16 +24738,16 @@ }; 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */ = { isa = PBXNativeTarget; - buildConfigurationList = 190C0F2337A08E43A7C299D3CF7BE735 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */; + buildConfigurationList = 103AB1FDBCB48631F6EDB0982F3C6CC0 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */; buildPhases = ( - C7258613A9D3CB4E8022AF31252D1EBE /* Headers */, - F75836C634629F43519C830769CD8906 /* Sources */, - 27502B193E10C41F84D4D33BFF58317D /* Frameworks */, + A3A43A9C424802AF3D79822FB77AD199 /* Headers */, + FFBD84F9F291FA225FDC9BCDA3B5CBBF /* Sources */, + FF21FD15676AF24CB2697E086FEC508C /* Frameworks */, ); buildRules = ( ); dependencies = ( - C8DC6B3EE89C1B1193DF14CED983C9FF /* PBXTargetDependency */, + E84BB57927A08B336DAE30251E9219FF /* PBXTargetDependency */, ); name = GoogleUtilities; productName = GoogleUtilities; @@ -24869,7 +24765,7 @@ buildRules = ( ); dependencies = ( - B3774D91A546CD12B524EB2A594F0225 /* PBXTargetDependency */, + DB3D7C9A14428E59AAB1D2F0BD8400F9 /* PBXTargetDependency */, ); name = ReactNativeART; productName = ReactNativeART; @@ -24878,17 +24774,17 @@ }; 90D0DE2F3348233618414728C35311CA /* RNFBApp */ = { isa = PBXNativeTarget; - buildConfigurationList = 6DD53296479F50CD1C3BC24B29EAD994 /* Build configuration list for PBXNativeTarget "RNFBApp" */; + buildConfigurationList = 198715AB47263208BC9318CD730715C0 /* Build configuration list for PBXNativeTarget "RNFBApp" */; buildPhases = ( - 2EC1C66097245CBFB80A278BAF8A660C /* Headers */, - E855EAA7620F280C830A01CC6E4B5531 /* Sources */, - F8E8A7C9A49CB13FD1E91B784BBDE608 /* Frameworks */, + E9954F5D8A28850A6DA42BCD72F7F7DE /* Headers */, + 18C38DE7BFDBC79671B9BBA7FE8C2217 /* Sources */, + 723612DF68A6ADF46298B90739970E6C /* Frameworks */, ); buildRules = ( ); dependencies = ( - A0FEBB6DAF4E3A669B89FC9B1CD07678 /* PBXTargetDependency */, - 26371950D5B797447E6D0D20D6B43090 /* PBXTargetDependency */, + C37EED698B9377C75C0FA0987C048647 /* PBXTargetDependency */, + 65147122B3A8E7490EC4C6C712D39969 /* PBXTargetDependency */, ); name = RNFBApp; productName = RNFBApp; @@ -24906,7 +24802,7 @@ buildRules = ( ); dependencies = ( - 3836C32AD867B24088ADB5ACA17C1CB9 /* PBXTargetDependency */, + 83EDF5C0F136F7828BCFEC5E4C7465EA /* PBXTargetDependency */, ); name = MMKV; productName = MMKV; @@ -24915,21 +24811,21 @@ }; 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */ = { isa = PBXNativeTarget; - buildConfigurationList = DCF7F11097D2457233B3A62DE52D5E26 /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */; + buildConfigurationList = B7D927D20D9BC7F01A2278A923DF04D3 /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */; buildPhases = ( - CE10927F1368C7C146A00493FBDB827A /* Headers */, - 3093B66C13AEC65A7EB32D903802E16E /* Sources */, - 9D3086269F5FEF0B41E3EE6CCB384D15 /* Frameworks */, + DB832E25003487873F0DF2CEAC05411F /* Headers */, + C51BFEED8833EDF14BF401578D6A1C48 /* Sources */, + 459151C5D835B3E1DA182A62754ACA8C /* Frameworks */, ); buildRules = ( ); dependencies = ( - 76D883E6112206E640BC582FB6E422F9 /* PBXTargetDependency */, - 8E0B6A5A19350B3CF831B4C0AB3DFD28 /* PBXTargetDependency */, - B9E71B41D7D034BFF91B3F7866D92C13 /* PBXTargetDependency */, - 5E5CCD44181C1775196264B5DB49525E /* PBXTargetDependency */, - 36E5238B382AAA54286417B3B5E404C2 /* PBXTargetDependency */, - 9C39277969B0A4DA5944A45777990442 /* PBXTargetDependency */, + 7731BAAB54931B4241EF345DDF5044A2 /* PBXTargetDependency */, + 5F107327600B77DC3E4874C0262A3BBD /* PBXTargetDependency */, + C14E2F90D0DD029D9614D73FFCC73330 /* PBXTargetDependency */, + 0424E44AC7B8C70BFAA907562E70418E /* PBXTargetDependency */, + 283C77128454C00906932935E6F1978F /* PBXTargetDependency */, + D1E38AB3ECC1AE172076C4E34F662DEA /* PBXTargetDependency */, ); name = "React-RCTAnimation"; productName = "React-RCTAnimation"; @@ -24938,21 +24834,21 @@ }; 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */ = { isa = PBXNativeTarget; - buildConfigurationList = 99AD276357F7332F893095DEA03E6D80 /* Build configuration list for PBXNativeTarget "React-RCTBlob" */; + buildConfigurationList = CBFBD9C8272B3D2719665208349EEBDE /* Build configuration list for PBXNativeTarget "React-RCTBlob" */; buildPhases = ( - 9C726C3A50D17F100D21832AB30F22CB /* Headers */, - AA08ECE588FE40B13EC407D3083F2CD7 /* Sources */, - A0632783826BAE019E2F13432C982562 /* Frameworks */, + 9BA79D67510D84FB230F89D821E5A87B /* Headers */, + A9F7E9C8AEFD524E74A76EF2A8200DB8 /* Sources */, + 9F2809902C310630A6F144A0A7851067 /* Frameworks */, ); buildRules = ( ); dependencies = ( - CCCA23595042726A189C6E8435E7477B /* PBXTargetDependency */, - 11222750E16514AF685B8411254E8EA5 /* PBXTargetDependency */, - 8BAE0E52331C30A1FA1D75AD4F721B2F /* PBXTargetDependency */, - 6C6D394B44DA3D825A4BB623FFDDE272 /* PBXTargetDependency */, - 658C49C69889983801DA4EE1F5ADA74F /* PBXTargetDependency */, - 37DF78EFA5D5E6254124FDAE53A35011 /* PBXTargetDependency */, + 8D8D98E68B945C20FF349BDDA3642E64 /* PBXTargetDependency */, + 9DB06B8BC68E93A3433E2744253801C4 /* PBXTargetDependency */, + B629414E365CD878D97CD450FD7D8B6D /* PBXTargetDependency */, + FA21E9E249DF91BBDD4D6D7FEF8B11D9 /* PBXTargetDependency */, + 414110B6EB0657294AF1F21C947C6434 /* PBXTargetDependency */, + 88BBC05EBD81ED1327B456ADC1E286D0 /* PBXTargetDependency */, ); name = "React-RCTBlob"; productName = "React-RCTBlob"; @@ -24970,7 +24866,7 @@ buildRules = ( ); dependencies = ( - D1E365F6C004874AF693DFACA65902D8 /* PBXTargetDependency */, + EA6A5A839907493BF010D51531D566B6 /* PBXTargetDependency */, ); name = RNVectorIcons; productName = RNVectorIcons; @@ -24988,11 +24884,11 @@ buildRules = ( ); dependencies = ( - 778A0C3B893359A4BCBC1B30AD35C459 /* PBXTargetDependency */, - A44B339EF38105B4218D80BEA867D1BB /* PBXTargetDependency */, - 306E7CB25D86ECFF254F142498692742 /* PBXTargetDependency */, - E35C43D55D09209E7812AE4642C1BC5F /* PBXTargetDependency */, - 93BFC96BEE953617FFE9A359C02B2B79 /* PBXTargetDependency */, + 0A3051F4D27E9A1D46D2ED9D7B613D56 /* PBXTargetDependency */, + 0D8281B73D6955CC4A983B8E49D81949 /* PBXTargetDependency */, + 8811BF5925BF4E90D1D66BF16B3C00A2 /* PBXTargetDependency */, + 1CDA2D9783B0AB2D98C00338CEE755E9 /* PBXTargetDependency */, + DD3DAA4B06B7AB23111D7678E25AB33D /* PBXTargetDependency */, ); name = FlipperKit; productName = FlipperKit; @@ -25001,95 +24897,94 @@ }; 9C801345ED2C78BD1674053E7BE5D6ED /* Pods-ShareRocketChatRN */ = { isa = PBXNativeTarget; - buildConfigurationList = 9548D2B018583428824F3A29588AA7F4 /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */; + buildConfigurationList = 39C77ACCF0A2A9D15E59641690D00CA2 /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */; buildPhases = ( - 625F88FCD1FD52D99D540AA585DBB9B6 /* Headers */, - 77097C36BF6E5A0653F74E8B5D82E82E /* Sources */, - 21B6FA09C81EF877BF8FA4E81EF0FFA9 /* Frameworks */, + CE081C16E64AECF54A82C5BFD3AFB4E1 /* Headers */, + 79081E767A0CBFF709063E7856A0BA4F /* Sources */, + 636E5E831620D91BAFBF5674BC63B9C8 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 525794CAAD2054235BA45EFEDD873E34 /* PBXTargetDependency */, - 77D703D5CB8B5949D0861CDA49A928C4 /* PBXTargetDependency */, - 873DB1035BDB9BEE23640791E8ACFE11 /* PBXTargetDependency */, - EC794D0F1D96256DB8EECE701640324A /* PBXTargetDependency */, - 5B235AED231828BDAD45A6CA4393CF7F /* PBXTargetDependency */, - D40E10E09F4C1A4A050CE0003257DD67 /* PBXTargetDependency */, - A5B6EDFE5E5FEAB205B817E415E30140 /* PBXTargetDependency */, - 67DB51C8E439B0C1CC56905093CFA923 /* PBXTargetDependency */, - E2E9C264F68D50AA7EB98D42917BC39C /* PBXTargetDependency */, - 850BA46AECB629EA853922582A21797E /* PBXTargetDependency */, - E72ECEEB0D10E285A5D5247F40A32C9E /* PBXTargetDependency */, - 9A613263B7D22D1813C592491CD1AD44 /* PBXTargetDependency */, - 5ADB05FB403184882C5A1B53E4AAF2EF /* PBXTargetDependency */, - D002761F989B578E1E8A7B7D903B9E6C /* PBXTargetDependency */, - E03DA546F9CE6C59FF2AC6739040AFC6 /* PBXTargetDependency */, - D2F5F0A333569EFF7A52968C8D77FD06 /* PBXTargetDependency */, - 832233DF4B59E11A86749D6B9BD2BADB /* PBXTargetDependency */, - DCE5DA758F0D3ECEFA484EA5A71AF966 /* PBXTargetDependency */, - 9C91C195FA855CEE26201DD8C41E384C /* PBXTargetDependency */, - 33D8F1A3D2AEA03EB135F7E291954CB1 /* PBXTargetDependency */, - 64BCB838179D2EA5BF97C1A5AACDD668 /* PBXTargetDependency */, - F9AB9C5B562F6F022A90158926456501 /* PBXTargetDependency */, - DBA3BF76BFC14668578091366B6A2984 /* PBXTargetDependency */, - 053CC9F9AA5D815F1E1B4B23CF423772 /* PBXTargetDependency */, - 416CEE9D2D54720CAE0FC426E12C8E80 /* PBXTargetDependency */, - 33273ABCFC87950254E775066C579749 /* PBXTargetDependency */, - 1C5D5905C13A6D093563087A90B95C9A /* PBXTargetDependency */, - 5D4BAFDA50CBDD8B848E652163DB65C3 /* PBXTargetDependency */, - 9D731C7D0B1C76E573E21FF60D948931 /* PBXTargetDependency */, - 30A1F4982E7FA2B0F75AD0FAD4C55048 /* PBXTargetDependency */, - 3E97DD2036D933FF1858528D925AF3E2 /* PBXTargetDependency */, - 393D9E9FF04E5794A54A6909114E4563 /* PBXTargetDependency */, - 878344A477EFFA904BF0B6E0068BF9FF /* PBXTargetDependency */, - F19094131982BEBCD36D4F3113A5D9A0 /* PBXTargetDependency */, - 88CEE5F83585ED1FF84BABA2F30A40DC /* PBXTargetDependency */, - 251F0ECC267D8EBDCE9E5960452BE1B6 /* PBXTargetDependency */, - 260C1ABC7D2EE4924ED0BB725573EA0E /* PBXTargetDependency */, - 4B237EB8ED0ABBBBEBC9E765BA5BE952 /* PBXTargetDependency */, - BDF86F11AA43EC9C2833627F15570B69 /* PBXTargetDependency */, - 04FFA7C3011B200DD582FD347C6D50B2 /* PBXTargetDependency */, - F3B031B98600B5A7909A0C976B3B1CF3 /* PBXTargetDependency */, - 01921A34E440A1BBB51DAE9BDE7B492E /* PBXTargetDependency */, - 9F232B1CB51B2D222918F735920D687B /* PBXTargetDependency */, - 1951E963DE3CB8CD163B0D5344B250B3 /* PBXTargetDependency */, - E420343DC6AD3882F4AA2C76E693F707 /* PBXTargetDependency */, - 6E13084951295C5BAEE0D523EB67FDE1 /* PBXTargetDependency */, - 12EF0762D37A5D1B19EFFAAF43B4B991 /* PBXTargetDependency */, - 7AFB50AC5F979729E12C15FCBA623F27 /* PBXTargetDependency */, - C200CD3A01D9A295E8920691083AB8D2 /* PBXTargetDependency */, - 2FE78A545AF40E3745907C01AC109F2F /* PBXTargetDependency */, - 44AB4AD0F2967DE07766179139B0612C /* PBXTargetDependency */, - 9DC9402E08D3E3FE5E4E45C605A0C99A /* PBXTargetDependency */, - E0EF4E04851113AF72381C9D91CD73D6 /* PBXTargetDependency */, - 37F07278431F40747E413404E6B394E4 /* PBXTargetDependency */, - AF6B644B0107CE9A77A76D61CF434526 /* PBXTargetDependency */, - C090F6F2E9F950474A1AAB8077E9C8D2 /* PBXTargetDependency */, - 10D97D7977A91B839FC8D9AD647CE2AD /* PBXTargetDependency */, - 448E36C6129DC9D367BED734FD0BFBD7 /* PBXTargetDependency */, - EDBAF43AC1D71FC4D5642E6F82CA8297 /* PBXTargetDependency */, - 9E9CABF43446CBBC92120C760622288E /* PBXTargetDependency */, - 673150981ACA1CC97B792323EA139512 /* PBXTargetDependency */, - 62DF3BF8881F9327C0F08E79FF016E08 /* PBXTargetDependency */, - 09F732CE23DB6F8D7BDDDDB329928C61 /* PBXTargetDependency */, - 8F4D99D576079EC5F97A4FADC2E79055 /* PBXTargetDependency */, - F54FD69AFEAF49910EF76396867E4352 /* PBXTargetDependency */, - 47E92E95E197DA3EF9B5337926C40756 /* PBXTargetDependency */, - F39C92D5CE5E5B251659FCCDC3240684 /* PBXTargetDependency */, - 33BB382DD85B63C974C4EE04D9864065 /* PBXTargetDependency */, - 46608AA6D6D95EDF3DB1739EF1E63D32 /* PBXTargetDependency */, - 30BB46F045F469DCEDC1605078E1F815 /* PBXTargetDependency */, - 5A1E2A4D412F9B9EE8DFEE4268FE5BD3 /* PBXTargetDependency */, - DED6F0F828B202A8752C2426CBABB635 /* PBXTargetDependency */, - F335723CC6D00197EA5D49073F02CC9B /* PBXTargetDependency */, - 1E11EF7F772C24A0F1DC3092CB60BCC0 /* PBXTargetDependency */, - E6DA6D4D1152836D8BE7E288D25F9E5D /* PBXTargetDependency */, - 69DCACE747F92097A5AABA97F8210589 /* PBXTargetDependency */, - 6D3F505507FF472E3311DE92322C10E2 /* PBXTargetDependency */, - 52A71980865D1A4D5CCDF2792BA58563 /* PBXTargetDependency */, - 6846C03FEFC460997927DE8A3B32E3EA /* PBXTargetDependency */, - C593EAACD701053D3666114E6A739B40 /* PBXTargetDependency */, + F4AA63FD547961883C84C7381ADB8933 /* PBXTargetDependency */, + 8E2D2C7C98E1CABB3245355940E1E87F /* PBXTargetDependency */, + 0E14B3F20ED55D540B62EFD20AA9491A /* PBXTargetDependency */, + 419457E3DED6009286874517F8E646B0 /* PBXTargetDependency */, + 254B48CCBFEB88B1C72D0F57A1AF302B /* PBXTargetDependency */, + 278AF661D5D75B7BDC1DD85E5AC4C8F3 /* PBXTargetDependency */, + 330CC8D22AE4E17AC475DD3E9D5E9BEB /* PBXTargetDependency */, + 576BE430DAC478313CAF057112E53916 /* PBXTargetDependency */, + B91704426EF4F4B5B73564B4169EC742 /* PBXTargetDependency */, + D8CB449C87FA9FFFF40D344DA6AD4AE0 /* PBXTargetDependency */, + DB934CA323A9ED83185697C70EB8469A /* PBXTargetDependency */, + C53F1B58B49D5772DE75000F9F2578A4 /* PBXTargetDependency */, + 8DAFC34E393280D91D63C5F20C5A752A /* PBXTargetDependency */, + DF2076F122E125DA27C6A76BFDBC6C54 /* PBXTargetDependency */, + AF7B4A7CF0B8F196ED64B6DA3497E43D /* PBXTargetDependency */, + F611E3325D2A03B9804FFA0BF7C42795 /* PBXTargetDependency */, + 4967D79C269353FA2BA5045913F01C4E /* PBXTargetDependency */, + 1EF87B3E5A6D3BB449D011D716FB00DA /* PBXTargetDependency */, + D3606635AE41B951B6521BAF7A0D2D96 /* PBXTargetDependency */, + 5A70FB0B9B8A5696FC6E7E022B0D04FD /* PBXTargetDependency */, + A3B205EF952F80102BD5AA543BFD7732 /* PBXTargetDependency */, + B0A4A7C12624195F9E2944EA2086F6DA /* PBXTargetDependency */, + ABEB7B0A220807311994D576794CEB5D /* PBXTargetDependency */, + BD872B20A13F0FA73FA57662E1ED7D0A /* PBXTargetDependency */, + A0EB66E02B4657A98B7139E578BDAD0D /* PBXTargetDependency */, + 1BE2AFB8104E6EA64E10EFF9361BB356 /* PBXTargetDependency */, + 974A95738EB43A100A6E0E058BD98DB6 /* PBXTargetDependency */, + 0006186374F453653E0AD8253820CA99 /* PBXTargetDependency */, + 43F3C159BA7C0FD27F3AE363CA8DEC2B /* PBXTargetDependency */, + DAF8CDBD658286E588A7C051EA6A24E5 /* PBXTargetDependency */, + 944DE85327E1D6838A53758F8CC90962 /* PBXTargetDependency */, + 1AC1C39938FF36D91462CD6341DD4299 /* PBXTargetDependency */, + 45525DBE4F8E27077077406270D414F3 /* PBXTargetDependency */, + ECF6B65ED5996EE4371118C3A2DB64A1 /* PBXTargetDependency */, + B954BD16CF1A6391C469553D28617141 /* PBXTargetDependency */, + 29C6BFEE6DA40F183ED305C4BD4BE701 /* PBXTargetDependency */, + 6BC10CD2DB2D83A41E29A6E107F49481 /* PBXTargetDependency */, + FD300B20ED1DA5DC1D66908FF76C4F6F /* PBXTargetDependency */, + 2D92FFFD9EE9E0C064E6BF97B3E55ABD /* PBXTargetDependency */, + 904356063F9ED77D43F0C8210408EB85 /* PBXTargetDependency */, + ABB4878604F8FDBD6B78ACE0A7CB82AA /* PBXTargetDependency */, + 87AF563751DE397C5DE272B635CED45A /* PBXTargetDependency */, + 4ACC89F10BEC63DCC5A64FCAD0574F0A /* PBXTargetDependency */, + 5DCD74850C9BA27E180C0A3E0D4DFE3D /* PBXTargetDependency */, + 9839989213A6B5CE8FC8485808D274F1 /* PBXTargetDependency */, + EFF1774616A3385BC379CC5802BF8308 /* PBXTargetDependency */, + 2D821EA2B8616FCBA2CB6DE2D711583E /* PBXTargetDependency */, + 98CEC86F11A1508B0D709FB6A8E02601 /* PBXTargetDependency */, + B718ABC3318734F4D8CBB5F040385B07 /* PBXTargetDependency */, + 055BF29A9CEF865DE4B211661BC0E26F /* PBXTargetDependency */, + 0AC8A8C08F84BB1E3FF181B35173C1EE /* PBXTargetDependency */, + 14A5356510DC8CCC0646232241E731D0 /* PBXTargetDependency */, + 2A08A5C73DF41F0D383C919804507181 /* PBXTargetDependency */, + 4D647510ED55B885DD7C924BD5AA6CFE /* PBXTargetDependency */, + 476E360E32823A9100883ABD664DED22 /* PBXTargetDependency */, + DE7EB006443839ED204C3BE7786A76A7 /* PBXTargetDependency */, + 5BC518D61E2CBCAA6039E3800EA672A4 /* PBXTargetDependency */, + E755385A82F8F5D6FE5A396E37B39BC5 /* PBXTargetDependency */, + 3FD9052EDD2D1D17B398DA5439102BF0 /* PBXTargetDependency */, + C126C1639AA510E432916C44DD0594D2 /* PBXTargetDependency */, + 92FC4A5C39CAD018CD2FA9CEF24F427D /* PBXTargetDependency */, + 3726526D06660E1A7676F344666AB83C /* PBXTargetDependency */, + A7BFF9C4A9DF8471CF48E1E66447D181 /* PBXTargetDependency */, + DC62536A9A01A16FCA0EAE24958D7D85 /* PBXTargetDependency */, + BBE255F49B9A6AB254C8BFC35096511A /* PBXTargetDependency */, + 5AB1E631A1FC5B4AA2AD6561FF1CAA45 /* PBXTargetDependency */, + 659B16C03CA3BB33BE4280605F772887 /* PBXTargetDependency */, + FB6E7AFF216542C43C51A3146675EB41 /* PBXTargetDependency */, + AD7E69DE73EBE984F31AAE3F5E9CC6B5 /* PBXTargetDependency */, + BEA50219E198BAB69C0D246089ED727D /* PBXTargetDependency */, + E6009D3EA13758323BBFC70E7A6D8282 /* PBXTargetDependency */, + 3B59CC19864C439E84BAFBCEBCBA922C /* PBXTargetDependency */, + 71294505717167401E928FF623E3D97E /* PBXTargetDependency */, + A525F2AD7B11819A5019986B7449F900 /* PBXTargetDependency */, + D3C75676E4714489E809BD0EDF0A6814 /* PBXTargetDependency */, + 94F6BFBA17DF6AA778B1CCB399F42C3A /* PBXTargetDependency */, + 8252F4EFB49EBA3AD139EDBE6FB891DA /* PBXTargetDependency */, + 4F67A988B5834813709DC07D6005E51F /* PBXTargetDependency */, + 781D8C82F424570D3F82B5A4DA5704E0 /* PBXTargetDependency */, ); name = "Pods-ShareRocketChatRN"; productName = "Pods-ShareRocketChatRN"; @@ -25107,7 +25002,7 @@ buildRules = ( ); dependencies = ( - 457835CDD49DEB76A7AD94CF770DAD5D /* PBXTargetDependency */, + E8980607CC21E2070C5815700D7F971D /* PBXTargetDependency */, ); name = EXWebBrowser; productName = EXWebBrowser; @@ -25125,7 +25020,7 @@ buildRules = ( ); dependencies = ( - A80562415DDCB5C8B76C52B76CEA8470 /* PBXTargetDependency */, + 8F395B074ECC70E29B47FB1A8BFD1279 /* PBXTargetDependency */, ); name = "rn-extensions-share"; productName = "rn-extensions-share"; @@ -25143,7 +25038,7 @@ buildRules = ( ); dependencies = ( - BA6D42DBC773B4DEC6F999B691DFD365 /* PBXTargetDependency */, + 34F43FA9958A67F2381A17E0A2E42826 /* PBXTargetDependency */, ); name = "react-native-slider"; productName = "react-native-slider"; @@ -25152,18 +25047,18 @@ }; A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */ = { isa = PBXNativeTarget; - buildConfigurationList = C7FBFE582FBFF13F602500C33B2A524D /* Build configuration list for PBXNativeTarget "Folly" */; + buildConfigurationList = 1CA582F27FBB77DC02723D745CBC5542 /* Build configuration list for PBXNativeTarget "Folly" */; buildPhases = ( - FDCA0E229D14E75056B4BA1362B6934B /* Headers */, - B4A02E143964DEC773779516D0EE5AEB /* Sources */, - C5FF60F6BE285F9D106FEF0794594E6E /* Frameworks */, + F515D90E4EA436034E793A1DD874B35A /* Headers */, + 8DC2FEF11C019E5B53AD8CD0397A9FB6 /* Sources */, + 9317F2851C22CB4629B416B810C28BC8 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 2BD011342DF553BAED77F8B433B8A1E1 /* PBXTargetDependency */, - 6A167F825DB4342908527C09C7F4595A /* PBXTargetDependency */, - DEC385D465A44023B40AA0B14F03C88D /* PBXTargetDependency */, + B8E272FB204CCB11E4FD907844FFDF83 /* PBXTargetDependency */, + 691519C27F3F52B56A0B6C3753843B79 /* PBXTargetDependency */, + AF096C123E22EDAF7F20EF8EB503D783 /* PBXTargetDependency */, ); name = Folly; productName = Folly; @@ -25172,11 +25067,11 @@ }; AC8AE887C706A43711D115E69B9D988A /* MMKVCore */ = { isa = PBXNativeTarget; - buildConfigurationList = C386EF60DEB60E6B34D30DC1927843E5 /* Build configuration list for PBXNativeTarget "MMKVCore" */; + buildConfigurationList = 156172C4ACC1B662D9FCD4461AF52F01 /* Build configuration list for PBXNativeTarget "MMKVCore" */; buildPhases = ( - 39588D39B3F0A639A3A757F69AED9D5D /* Headers */, - B5BD6D78F135464EFEACD22A6F70A0D1 /* Sources */, - F560CAC8AFA8EEB77435002416274232 /* Frameworks */, + CDF40A17965B1A8071EFCB6F654E58AF /* Headers */, + E26CCB7D2EA59D26183EA0CCA083D2CD /* Sources */, + 2913EB72EB72F7180E1512550739AAC9 /* Frameworks */, ); buildRules = ( ); @@ -25198,7 +25093,7 @@ buildRules = ( ); dependencies = ( - 223B8F1D703C5920C7EDE6E86E136E25 /* PBXTargetDependency */, + F120AA76C0CF393662DCC4A293673DCC /* PBXTargetDependency */, ); name = "react-native-cookies"; productName = "react-native-cookies"; @@ -25216,7 +25111,7 @@ buildRules = ( ); dependencies = ( - B6882D411BD60DC0C0961B960316DD0C /* PBXTargetDependency */, + DC5DB3BC8C510147D64F13D3DB1B69A8 /* PBXTargetDependency */, ); name = RNLocalize; productName = RNLocalize; @@ -25225,20 +25120,20 @@ }; B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */ = { isa = PBXNativeTarget; - buildConfigurationList = 8285E1ACF4197F3E409804285250EA22 /* Build configuration list for PBXNativeTarget "Flipper-Folly" */; + buildConfigurationList = 2EE38790594429D0FE5E8C358C189F13 /* Build configuration list for PBXNativeTarget "Flipper-Folly" */; buildPhases = ( - F2C2EA2F9537428BECC4BC2C2C654B17 /* Headers */, - F6AECD449282C1F6B09541EECA6631F3 /* Sources */, - 8102EDA9AE541DEFE08793B6F89F64D5 /* Frameworks */, + 6E6D81B1616C9EE7219EDE7A13430041 /* Headers */, + EF6F81358B6581974FFF71E61E82AF3C /* Sources */, + 2BEC4E81C0DE5CA44F59306585A1C428 /* Frameworks */, ); buildRules = ( ); dependencies = ( - ECBD910057830834818FA49C42735DF0 /* PBXTargetDependency */, - 3B202452873EF08728807D159111601B /* PBXTargetDependency */, - FD6272B9A7739138C165EFC0C79C386F /* PBXTargetDependency */, - 6B7D11A694CEB753DD994DD6CAE7E6D4 /* PBXTargetDependency */, - F1755F8636332D5C3D5E211159555F6C /* PBXTargetDependency */, + D1448409BB1373769727EC173469B556 /* PBXTargetDependency */, + A8A162D788BE3A33F09241ECC3269D94 /* PBXTargetDependency */, + D8EA6A151D4B64A4E5C9433F4627FDE1 /* PBXTargetDependency */, + 82D3BD899C445696CB850B890EBC603E /* PBXTargetDependency */, + 9867AFC1CB1DAC1E9F895BBBEB5A8BCF /* PBXTargetDependency */, ); name = "Flipper-Folly"; productName = "Flipper-Folly"; @@ -25247,22 +25142,22 @@ }; B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */ = { isa = PBXNativeTarget; - buildConfigurationList = 328D4463EF6234F5E4911FE3DFD548EB /* Build configuration list for PBXNativeTarget "ReactCommon" */; + buildConfigurationList = F269C2899842165C23779FC0CA39E4D4 /* Build configuration list for PBXNativeTarget "ReactCommon" */; buildPhases = ( - 76BFF7DFDE4DC30AA4711A411B364813 /* Headers */, - 9C6552DF17BF71706171A40136760A8D /* Sources */, - BD33565E5C7791EE6713CFBC3172E1F7 /* Frameworks */, + E85BCBC06068FB0E5709BC09D034E84A /* Headers */, + 6E3499E906877D7535EE7D0CF61EE35F /* Sources */, + 7936A0570007A9AA3393913774680566 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 33BA9EB8B099F83741D178AABC4A024C /* PBXTargetDependency */, - 5368C33CE8DA67AF28E66B1DD7AF6C0D /* PBXTargetDependency */, - CADD5A04FC583F4D3D2BE243398CC79F /* PBXTargetDependency */, - 23C4EF4BA78C1531F9E8BE0E7AE83355 /* PBXTargetDependency */, - 0365DE6A1F746EAD5FF9D6FCCB8C5714 /* PBXTargetDependency */, - 2D5B59D418260996A8ADC001B002A643 /* PBXTargetDependency */, - 955B93F458BB25FDDF46A57DA5A87FC5 /* PBXTargetDependency */, + C39A86180919B076F08A7101ED29EB7B /* PBXTargetDependency */, + 152715E4A80256649ED03E279E9AAC29 /* PBXTargetDependency */, + 106D0A4C547EE0B88F5868442596F810 /* PBXTargetDependency */, + ABA6B965A637BB605B2ED13A4F164F30 /* PBXTargetDependency */, + E98688B3DB5247D29E262FEE95A44D0D /* PBXTargetDependency */, + E1B9CC35856703D74CB3C6D184C0211D /* PBXTargetDependency */, + BD105AB505F06660D0E8A8255697866F /* PBXTargetDependency */, ); name = ReactCommon; productName = ReactCommon; @@ -25280,7 +25175,7 @@ buildRules = ( ); dependencies = ( - 623DDDF667A2C1D97F9D5E5FB5EEE0EE /* PBXTargetDependency */, + 44C3FF36D692AF9BC1EFD2E68363C33B /* PBXTargetDependency */, ); name = RNGestureHandler; productName = RNGestureHandler; @@ -25298,7 +25193,7 @@ buildRules = ( ); dependencies = ( - 4DAA479CA30D3BD404B3FE27858A29FB /* PBXTargetDependency */, + AA468753E2EEB924E3CA98D3CA784D15 /* PBXTargetDependency */, ); name = "react-native-cameraroll"; productName = "react-native-cameraroll"; @@ -25316,7 +25211,7 @@ buildRules = ( ); dependencies = ( - E7C3BF046A405DA6A0BB117E6EC4859B /* PBXTargetDependency */, + D70CB7EF7CD88AD20CE4BA71F81EEBEB /* PBXTargetDependency */, ); name = "react-native-safe-area-context"; productName = "react-native-safe-area-context"; @@ -25325,18 +25220,18 @@ }; BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */ = { isa = PBXNativeTarget; - buildConfigurationList = F111719BAE4C0547C9E515A490C75B54 /* Build configuration list for PBXNativeTarget "RNFBAnalytics" */; + buildConfigurationList = EAF0E44C93D56471D42CE80D840353F9 /* Build configuration list for PBXNativeTarget "RNFBAnalytics" */; buildPhases = ( - DE70141E66ACDE79A002F15F926D6056 /* Headers */, - 0894B033947CB6AF5339C5E1D60BEC64 /* Sources */, - 18A314E525F481665908AACF3D55FDD0 /* Frameworks */, + 6AB7C443B0BFD02AC330C3E009FE6B7D /* Headers */, + 44097693E9A317E37B0F23EB8F681C46 /* Sources */, + 67F185E879935C088D67E9DC803ED1C1 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 87395D00BBC50A2043FCCFBCA6E1734C /* PBXTargetDependency */, - 7DF01DB0992AAAACA6248A9A30F5C3FA /* PBXTargetDependency */, - 01C62AF185F0CA06B0313BB8024E1604 /* PBXTargetDependency */, + FD51C31DFABE7A04801CD238170C0C70 /* PBXTargetDependency */, + BFB064FABBF4C7A938C2D18D454CC585 /* PBXTargetDependency */, + C3544B5D28DE8000130773FE1B25ADAD /* PBXTargetDependency */, ); name = RNFBAnalytics; productName = RNFBAnalytics; @@ -25345,21 +25240,21 @@ }; C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */ = { isa = PBXNativeTarget; - buildConfigurationList = 6A3D1EAED331DC049E2F2539FF84C85E /* Build configuration list for PBXNativeTarget "FBReactNativeSpec" */; + buildConfigurationList = CEA3B883F04B69A8422870A2205F91A8 /* Build configuration list for PBXNativeTarget "FBReactNativeSpec" */; buildPhases = ( - A998B362F087E6B7562755B8EAFF0D38 /* Headers */, - BACD9B678C69B865EF2A990320DC765F /* Sources */, - 8E12C0F8EFD5498CE0A7634D2FBFFA87 /* Frameworks */, + 3CD14BBAD852A358738C9165561AD023 /* Headers */, + 0ABD68702DAF84728F9B76DFB1D4317A /* Sources */, + 9D9505AF19B4F6A2339B4C8D10059BD3 /* Frameworks */, ); buildRules = ( ); dependencies = ( - BB6DB400586554B4195F82D5210126A0 /* PBXTargetDependency */, - 09CF646B7803EA105BBA9983C239501F /* PBXTargetDependency */, - CD87039D7979CDD9BE0396F860724011 /* PBXTargetDependency */, - 0F224BC1109D38048531B395D0A9E003 /* PBXTargetDependency */, - 27C93FBAFF3D7CD1F8E5C1F4D58363CA /* PBXTargetDependency */, - 5FFC0625B21167568F9B81AB321B12DF /* PBXTargetDependency */, + DB2A82912FF004EFD28275BBEEBAC2D1 /* PBXTargetDependency */, + FC4BB2F7A39396822F6A8E832AA37DD0 /* PBXTargetDependency */, + 43A1E1B4DF0AE80C50E8F0647196F181 /* PBXTargetDependency */, + C8D660342A02A1E1A0A86148BF6814BD /* PBXTargetDependency */, + 0F86AA813B15DB5E9315F962EA219C47 /* PBXTargetDependency */, + 34DC851C5BC13F156AE30A74211F188D /* PBXTargetDependency */, ); name = FBReactNativeSpec; productName = FBReactNativeSpec; @@ -25385,16 +25280,16 @@ }; CA400829100F0628EC209FBB08347D42 /* react-native-notifications */ = { isa = PBXNativeTarget; - buildConfigurationList = 20F9E92483C8456A6858D493127CE4C3 /* Build configuration list for PBXNativeTarget "react-native-notifications" */; + buildConfigurationList = 92658F0ED2798C66F289238AD197E25F /* Build configuration list for PBXNativeTarget "react-native-notifications" */; buildPhases = ( - 41CD13CCAA3D55E362301C35D4A4BFFC /* Headers */, - B2B487099728AB25E8DA7DB8CC261807 /* Sources */, - BF737B47E6E4756E49A1FE82E1212FE6 /* Frameworks */, + D0F78F59E8D551938D305C53F6BCFB22 /* Headers */, + B88BD580C74310C440E82D1C49B963A9 /* Sources */, + 36428A86524A9E35877FC315E56E7E4F /* Frameworks */, ); buildRules = ( ); dependencies = ( - 4D2843FEDE1E3B4DAFF17D3542B3AE13 /* PBXTargetDependency */, + 17D6C730DDFB527971F338C2F5E1F73C /* PBXTargetDependency */, ); name = "react-native-notifications"; productName = "react-native-notifications"; @@ -25412,7 +25307,7 @@ buildRules = ( ); dependencies = ( - CD91DED68084CAA0666F3EF532C496B0 /* PBXTargetDependency */, + D36A44938A8F3BA60980276B360DEEFE /* PBXTargetDependency */, ); name = RNCPicker; productName = RNCPicker; @@ -25421,11 +25316,11 @@ }; D0EFEFB685D97280256C559792236873 /* glog */ = { isa = PBXNativeTarget; - buildConfigurationList = BABC371BF3BCE359A716FE722EDCE630 /* Build configuration list for PBXNativeTarget "glog" */; + buildConfigurationList = E42ED1A29AD2C62FA883E3FB9C2218E7 /* Build configuration list for PBXNativeTarget "glog" */; buildPhases = ( - 783C89544FF7F65261EBD6ACB9F0F320 /* Headers */, - 9A10890965F13D4AB54FC2F36B95C331 /* Sources */, - 7E18D3B8801F2B2AAD3B9A91F1B01991 /* Frameworks */, + 25B1601FA78ABE6A3E4B7CD461A9C0F9 /* Headers */, + 0CD40E29A97E85B5A4FC49091E9DB4F0 /* Sources */, + AA7ABC7CD26B6D33A94FEFB0062DAFB6 /* Frameworks */, ); buildRules = ( ); @@ -25447,7 +25342,7 @@ buildRules = ( ); dependencies = ( - 0694D76F99EBE685A34FA1097D6A88C5 /* PBXTargetDependency */, + FA9687B47F265456C2AF8A4BB369CDDE /* PBXTargetDependency */, ); name = "react-native-document-picker"; productName = "react-native-document-picker"; @@ -25456,19 +25351,19 @@ }; D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */ = { isa = PBXNativeTarget; - buildConfigurationList = 1622ED18B8505D1786E342279D7017E4 /* Build configuration list for PBXNativeTarget "RCTTypeSafety" */; + buildConfigurationList = ECFBEFAB9811F1632624BD11817AD4E5 /* Build configuration list for PBXNativeTarget "RCTTypeSafety" */; buildPhases = ( - 766545BC75F0F032E6EC5BBB07D7FF4F /* Headers */, - 4DC3CCEBBA2158F7407C17408E441598 /* Sources */, - A26B591712AD223C14E56726C5514AF6 /* Frameworks */, + 2B9DF928FBBAD86FA10F0004D0052F30 /* Headers */, + 2F54AE85F31789AF2BF83612F2714C84 /* Sources */, + 8022ECB18AF11CCE76A4E6C8564715BF /* Frameworks */, ); buildRules = ( ); dependencies = ( - 6AD3073EB741B1A635FF65CA8B9AA23B /* PBXTargetDependency */, - 7371DA2363467034845FB398EC4D152A /* PBXTargetDependency */, - D39A501453C6C19A56435F1DEE8359B0 /* PBXTargetDependency */, - 3EB8FD33BF88780AE8F54134563EF6FF /* PBXTargetDependency */, + 6ADC38F6B321373C96EF988C77FF168D /* PBXTargetDependency */, + 18843269B45EEECADC69ACC97AE1A1B0 /* PBXTargetDependency */, + DDD7252B40097E4CC361D27629D73CA0 /* PBXTargetDependency */, + 297060E98635BAB694E154F7E3037311 /* PBXTargetDependency */, ); name = RCTTypeSafety; productName = RCTTypeSafety; @@ -25477,11 +25372,11 @@ }; D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */ = { isa = PBXNativeTarget; - buildConfigurationList = E545F7E8F6749858392C91D82E1058E6 /* Build configuration list for PBXNativeTarget "nanopb" */; + buildConfigurationList = BF1A90088B416DDAF1ABED20237B98FC /* Build configuration list for PBXNativeTarget "nanopb" */; buildPhases = ( - 9969109630DB3EB1A8CE94DAB904916F /* Headers */, - 80A32FB13265807C9A6E0B7BAF4B6B53 /* Sources */, - AC553FD4C888410F4D47D4195A000BF3 /* Frameworks */, + 660F968C8F29082BB3CFBDA1E579A3F1 /* Headers */, + 22D31ABAD023E84BE992EF3D227EF36F /* Sources */, + 2840219A5CEED9CAB208FC22B02F636E /* Frameworks */, ); buildRules = ( ); @@ -25503,8 +25398,8 @@ buildRules = ( ); dependencies = ( - 98F41687A2D4FF04CF73C2FE1767A83D /* PBXTargetDependency */, - 5A95752B2A07CE74479E73670B96A641 /* PBXTargetDependency */, + DD2E73AF4A4E2EBE7E5A3BE4693BB18A /* PBXTargetDependency */, + 16B144DDC44F425FF7DAB7508F870DE1 /* PBXTargetDependency */, ); name = "react-native-jitsi-meet"; productName = "react-native-jitsi-meet"; @@ -25522,7 +25417,7 @@ buildRules = ( ); dependencies = ( - 2820E4898DC8A8359B79ECBF59B7FF27 /* PBXTargetDependency */, + D15A88B1EE447800C93548C4C530F536 /* PBXTargetDependency */, ); name = RNDateTimePicker; productName = RNDateTimePicker; @@ -25531,136 +25426,135 @@ }; D83FEDBB2D35218BB7BD3780EF08216C /* Pods-defaults-Rocket.Chat */ = { isa = PBXNativeTarget; - buildConfigurationList = 7E58472859BD52003B764E7624E50D1B /* Build configuration list for PBXNativeTarget "Pods-defaults-Rocket.Chat" */; + buildConfigurationList = DB4C501604C6BA36B77AB56C7EFDF549 /* Build configuration list for PBXNativeTarget "Pods-defaults-Rocket.Chat" */; buildPhases = ( - FFD11559CB6EC0B2944F1C0968371307 /* Headers */, - 96878A31DC31EB607E9D2BC4701175C1 /* Sources */, - 4908CD824E73BB903C21CBF4F1267639 /* Frameworks */, + 0B97CB11A13D52B5A84195B5819A0629 /* Headers */, + AF5E2EF3A90FE9BC14B5C1D98B58EF81 /* Sources */, + 13FEE54D8B9671D888F84626C3242859 /* Frameworks */, ); buildRules = ( ); dependencies = ( - E0DBE1250FDDC965742A21EBDBAE8ECC /* PBXTargetDependency */, - 871C462783B7B383975E32F88743092C /* PBXTargetDependency */, - 3FE644C8567E78E63152B3CF9FB41FAE /* PBXTargetDependency */, - FEFF2119E4924D1240BDA0B1C2BA1864 /* PBXTargetDependency */, - AE2DCD7DCE3F53CF28F7FD13A7E6ED57 /* PBXTargetDependency */, - 6E34DD8B0C604477DB835D976B00775D /* PBXTargetDependency */, - F1C609697EBD6B6375BA6722C87B39BE /* PBXTargetDependency */, - 7A7F63D2723A0ACC3F22AA777185C816 /* PBXTargetDependency */, - A2F5457E39F9BDD90BFF15228CC52DDF /* PBXTargetDependency */, - 9358AA4899ECFE438DFADB1D1B99C6D1 /* PBXTargetDependency */, - 9BFF237C45E53058E6A70EA9E4637045 /* PBXTargetDependency */, - 658F1D9E65AC220DE91BE4D828AF5560 /* PBXTargetDependency */, - 4E8A6C1E295B1006705F618BE3B3A461 /* PBXTargetDependency */, - 881964B18D546000992AC470161F7782 /* PBXTargetDependency */, - DF165389F99E6691A336A3AF17FB7990 /* PBXTargetDependency */, - 33BC02C86DB28151F77B4E8236CB220A /* PBXTargetDependency */, - B07A3B58A9E5CDC5C649EB882CFF98AA /* PBXTargetDependency */, - 6FE8C6925A4917D2396B6EA13FD6A0B3 /* PBXTargetDependency */, - 0D2316826D0E0CF78EB91F3E71A1A50B /* PBXTargetDependency */, - DF20CABD69F144B604A9FA15929FCEC5 /* PBXTargetDependency */, - 02CE4F41998ECD47688D9758EED02333 /* PBXTargetDependency */, - 011560862F24AE63E24EF7ACE30F71A5 /* PBXTargetDependency */, - E7719A7EA68A2252A257E3BEB101A061 /* PBXTargetDependency */, - 34EE390314D3670A03F65D7987CF515C /* PBXTargetDependency */, - A2C1EB2750A2DE149FD7A697AC55D0AA /* PBXTargetDependency */, - 380DC43C1853FEF7E06CBB960122D142 /* PBXTargetDependency */, - 52D6743A2675E85C6F79459238AFA06B /* PBXTargetDependency */, - 9AF9BA2B43A799009D23FD8F2DA762A9 /* PBXTargetDependency */, - 3DDE1C1225150518A528704C529646E6 /* PBXTargetDependency */, - 0608E18EC6F66977846C783FA5C3F664 /* PBXTargetDependency */, - 2E0B3446CC2BE9ABAD0B84978889370D /* PBXTargetDependency */, - B4E34D58170AD2D253D6CCF3136718C7 /* PBXTargetDependency */, - 8DFE394A0DDC694C1E0988A3B179713D /* PBXTargetDependency */, - 56C4376D4EC7D6085B37465A5C20582F /* PBXTargetDependency */, - 9BEBBF16404CCF99DE1BAD74A54EF3BD /* PBXTargetDependency */, - DD523A9B5BBE5EF096B80E02C936DB96 /* PBXTargetDependency */, - 2A365EEDBCC3508976C18174A915A488 /* PBXTargetDependency */, - 88ADB92D50D86E13BF536880214470BF /* PBXTargetDependency */, - 65C2F8843F38A91C7E255A73880C1875 /* PBXTargetDependency */, - DC5294B3DFBD76F0F6A50579B916ABEA /* PBXTargetDependency */, - BF56BAF40E1E61E0AF844609093E8B21 /* PBXTargetDependency */, - 5BB55CDA4518F914AF807EF901BB99FA /* PBXTargetDependency */, - C32367CF2278843F4C3AC4B0D9CB1404 /* PBXTargetDependency */, - 9D5BF4134C0572B991FC443F8B1FBE43 /* PBXTargetDependency */, - 255ADAAFF959D63ACCC31B5BB8110E99 /* PBXTargetDependency */, - D672E86AA8A8B3F13646B588315F3F0F /* PBXTargetDependency */, - 36DBA0361BF385B55D1BFB027A5F6C8A /* PBXTargetDependency */, - CCB6E2E0148AEF060DE2E5372E5B0B53 /* PBXTargetDependency */, - D8DD64F62D8950BA7C1840F7C2531292 /* PBXTargetDependency */, - F58835635D5A198C1FA497EE649C9E7B /* 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 */, + 3DA13B8FE61AD130508E0A1533983F42 /* PBXTargetDependency */, + A271ABAEAD3D5240E656A9DE7D538EF3 /* PBXTargetDependency */, + 6CD87FDBEB6BAA71D3EABAD3B0EDE361 /* PBXTargetDependency */, + 7A9C95F18490F80329F5E7D12D9A7D70 /* PBXTargetDependency */, + 8E5A307F262813151AE8D1AD1F54DAD4 /* PBXTargetDependency */, + 2911DD510FA0428A9DFA82B46535214E /* PBXTargetDependency */, + 99783D6865D30C3D2995FA5EA723732E /* PBXTargetDependency */, + 9C764A32F3248EF77114A1A093BE26F7 /* PBXTargetDependency */, + 7BC3CDC92B4CAA99516C759B96C1833F /* PBXTargetDependency */, + 751862A175CF6530B011FBD52D94875F /* PBXTargetDependency */, + BB0257F03489AFD0F503AE88BE4E13AE /* PBXTargetDependency */, + 68F5F4D15D6201C71BF472003F0FC463 /* PBXTargetDependency */, + 39C53122A035C5B4386D631092A138C0 /* PBXTargetDependency */, + CA21FD1160017A6AE1DF73D8B5CFC218 /* PBXTargetDependency */, + 875EB42533ADC00C244B3648F55975C8 /* PBXTargetDependency */, + 8211B3125781CE67FB69860924B8E312 /* PBXTargetDependency */, + C837E5185EA71165F520B500BF4F5CCD /* PBXTargetDependency */, + A9D552E355C11032D023390A1127D0ED /* PBXTargetDependency */, + 32BBB0C9ADCB28EC8DCF668A28E30E89 /* PBXTargetDependency */, + 6CD405AD170784D93294E8CEB1C58F4E /* PBXTargetDependency */, + CBAA9EBD598D2F26CC3FA7296F4769DC /* PBXTargetDependency */, + F46EBCDBE7A3E04EEE5D765AA1B5DFE5 /* PBXTargetDependency */, + D0B0B262C0DCC966C07016BB22F32B03 /* PBXTargetDependency */, + 299969D9D0C937051B60E22D2750AFF2 /* PBXTargetDependency */, + F0E342A06F1B804C826F1712B5A6E191 /* PBXTargetDependency */, + 3531BD2E3C1665265E8EF7E648A55D19 /* PBXTargetDependency */, + 4FC03DFFE75620749C391591D11A4286 /* PBXTargetDependency */, + 9F6E285820C7407933600CA705F6D211 /* PBXTargetDependency */, + 525B2AD91132909CD3AFC8C94CA34DCA /* PBXTargetDependency */, + 4FB9F15B533AD4D7FE72AE08EE0498F8 /* PBXTargetDependency */, + 732648A323ED28357C2D0B2AC8FD197D /* PBXTargetDependency */, + 9364B21D49B1BECA39ADDADBB9616C71 /* PBXTargetDependency */, + 0E8AF485C0C6B36D5C4E8A88BDE43427 /* PBXTargetDependency */, + 215BE681585CB7682279E3B3072A830B /* PBXTargetDependency */, + E66C058348E33E9FB0A45E156EF65EFB /* PBXTargetDependency */, + C4DBDD976539CC0F4CDFD5B50F418E33 /* PBXTargetDependency */, + 6D389AAAF074B7D0022117836901CEA1 /* PBXTargetDependency */, + 8E985E0156DA4A77E54CDFB7321D4E47 /* PBXTargetDependency */, + 565726A5D4E18F483AAC1243AC48562A /* PBXTargetDependency */, + 1C36F499EAB809B9FE42790E3BCD8A54 /* PBXTargetDependency */, + 78B502D474C8699009D24E7EA5A92B76 /* PBXTargetDependency */, + 199ED174302276384D74CBFB064BAB51 /* PBXTargetDependency */, + DD3EBF97B7310B817EE734861B7E7D6E /* PBXTargetDependency */, + 6D174A044909D5AA1124049B08E05896 /* PBXTargetDependency */, + 831EEED89E775C9A9B852B3A4DA5811E /* PBXTargetDependency */, + 552E4A0B3885295C06E08EF640672FF1 /* PBXTargetDependency */, + 74F0F819EC2942D95BE454EF14121478 /* PBXTargetDependency */, + FAD27F1BA7B870AC7EA8DA1E7593BA19 /* PBXTargetDependency */, + C49C92FFE97768DBDD9DE009BC448106 /* PBXTargetDependency */, + 69EECCD390CE7FBF17FD25E346892165 /* PBXTargetDependency */, + AA87515F60564C00F6505908C48A1501 /* PBXTargetDependency */, + 3FB1E3C50602D799AF810FEBF9DC4DF3 /* PBXTargetDependency */, + BE350F4E873B2E5E3506E812853F4463 /* PBXTargetDependency */, + 6DBC346A86EC07CCFB30C7CC50CB8B9A /* PBXTargetDependency */, + 32C05C9AB5AB6DEB4E500661F74F91BA /* PBXTargetDependency */, + 5548156E9EA1A012086E1B81E9FE986F /* PBXTargetDependency */, + D1F1847B59F8F1E9494B066B52867022 /* PBXTargetDependency */, + EE5AE3B201B288006C437EAB7C36CFF2 /* PBXTargetDependency */, + 8621ED914294ACBB21744EA5923EC219 /* PBXTargetDependency */, + 79AB4BA71AE1212241A3601F966D203C /* PBXTargetDependency */, + C9DDF2CCCA700CA6FF50D75202B5A479 /* PBXTargetDependency */, + 8689D3A294BD4A50D36EB678A5782FA0 /* PBXTargetDependency */, + 51B36869556074EA9A6E625FBC93426E /* PBXTargetDependency */, + 7737DCF8481DC425D0B07798A6AC8342 /* PBXTargetDependency */, + CF6633CAF5F31CB25B5ECF9C5B772984 /* PBXTargetDependency */, + 1B463C123C22C94BBF36BF1A78B06B9B /* PBXTargetDependency */, + EAE6C132F2212E65B2EA7D3AC64AD1BF /* PBXTargetDependency */, + 64B5B1FBC3CA0C0BA44D61A7283165A0 /* PBXTargetDependency */, + 043077B15733FDE1AC6814FDAF692462 /* PBXTargetDependency */, + 8A8154AD75DC4C24F702C0A027B49473 /* PBXTargetDependency */, + 5E4C94B44093EB0498875B292D6991EC /* PBXTargetDependency */, + D88AEB538C7C50E55F127CD0E1B22A4D /* PBXTargetDependency */, + 9AF006CCAC3CD965D2E3313C170853FD /* PBXTargetDependency */, + 9E1D018F06E83C4BBDB8625AAB4ACC48 /* PBXTargetDependency */, + FE4ABFAC22BED8C8A08E80B773AA9731 /* PBXTargetDependency */, + 8C1A6251B70743E06759A4FB7B8C647E /* PBXTargetDependency */, + DCA4306EB6129355939C3FAB17E9A463 /* PBXTargetDependency */, + 164E059F72F66642419E1E92847D44B9 /* PBXTargetDependency */, + 40C658D93E262A1A5CF9AF56C9F2104D /* PBXTargetDependency */, + 6696DBA1DECA19B074DEC2A4DE982255 /* PBXTargetDependency */, + 70FFA706DCF047B5960C4C44D8828F6A /* PBXTargetDependency */, + 726B7616C63D7A4E130B8498C8D06CF1 /* PBXTargetDependency */, + D69D49F0C198F3569F95959F34E660C5 /* PBXTargetDependency */, + 477255CC8C87E49D1FE5025DED7C6459 /* PBXTargetDependency */, + C8A05D1E41B5A6F37C6E2EEF540181CF /* PBXTargetDependency */, + 9F46DBCBA6724B09E6B1092E3310801C /* PBXTargetDependency */, + 59E174E49C518B6CD0AD94D4AAEA60C3 /* PBXTargetDependency */, + 5D6001D472CD46BFD57762739914A853 /* PBXTargetDependency */, + 072C5A86C62D54C830D390B38AD4BFD1 /* PBXTargetDependency */, + E9B817B74ED3D6CB7CB299E9793D7E48 /* PBXTargetDependency */, + 868698583447C0267150D22E52587D48 /* PBXTargetDependency */, + C4FB42DAC7D44CC5BEDD44B30E201A69 /* PBXTargetDependency */, + D0FB0290517DA809880A221EC425B54B /* PBXTargetDependency */, + F99E2D7AA197C91F1E2A62C735FF948D /* PBXTargetDependency */, + F225677CCA41A6FD6892B57976A20BCC /* PBXTargetDependency */, + 2706C6B7F5C01CE074E339A3B8C8AF75 /* PBXTargetDependency */, + 551BE844AD1770F0BAA748164621A87C /* PBXTargetDependency */, + 7A47F93D105CFE393D735017AA7668AE /* PBXTargetDependency */, + 838ACA4824BDF205443A9A33FDBAA2C3 /* PBXTargetDependency */, + D6BC7A54458D9920474BEF88CF02B937 /* PBXTargetDependency */, + B7D265F8013656A9A15F167395AC32F6 /* PBXTargetDependency */, + FDD711D6E3F9842F7F6FCD162DF58EC1 /* PBXTargetDependency */, + 46C9FB7EB55BF4F9B343EEFA47510A16 /* PBXTargetDependency */, + 84639395E83C840C5D598F50ABC1D5BF /* PBXTargetDependency */, + FBBBBDB8D48BBB924E9027BDE7B7F109 /* PBXTargetDependency */, + 4BAE88BCA0DBF07EF076B9E9CD9899C2 /* PBXTargetDependency */, + F700E5A5CE61D4990A996DC66E01A61F /* PBXTargetDependency */, + D54C04E48FBCB8B9A1B4A0E9D9B473F4 /* PBXTargetDependency */, + 331D90E9C3179B99EEF694C4590F6913 /* PBXTargetDependency */, + F20E655A8369D4CE8F2D332723A375C0 /* PBXTargetDependency */, + 87DA040565D8D0BD2AA7CE2CC14FB103 /* PBXTargetDependency */, + 1D53CCC80A556C5F579E1BF05BD95CAF /* PBXTargetDependency */, + 55C72C35E6A604C80F5BED34F6C309FF /* PBXTargetDependency */, + 2242E15580B7C16BA59B8B2A97AE2676 /* PBXTargetDependency */, + 7A1E2AE8C32ED5E21AC4C1762A0A4593 /* PBXTargetDependency */, + 1B91F65E9AAFD95B22072D61BB28362C /* PBXTargetDependency */, + 54437533F427FE89636D32B86C962F66 /* PBXTargetDependency */, + 5E79A704C3CD52283E428CC97393847D /* PBXTargetDependency */, + 51689BB498C0F969F42F62CF257671EB /* PBXTargetDependency */, + 56D11A49C014F7BF256831698D360D09 /* PBXTargetDependency */, ); name = "Pods-defaults-Rocket.Chat"; productName = "Pods-defaults-Rocket.Chat"; @@ -25669,11 +25563,11 @@ }; D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */ = { isa = PBXNativeTarget; - buildConfigurationList = 7FD4B67B6D85C5202A220303DB19967D /* Build configuration list for PBXNativeTarget "Flipper-DoubleConversion" */; + buildConfigurationList = E424E81E304F3E3FCA54E7194C9B1386 /* Build configuration list for PBXNativeTarget "Flipper-DoubleConversion" */; buildPhases = ( - A918905289650D30840BAF201AEBEC22 /* Headers */, - 29C27C5F870303A05B7F1A8CBF7F2C11 /* Sources */, - 0FEC85AEA4833F5482B00CD286D465BF /* Frameworks */, + 98809CFB62E67298AF0579F78319E1D8 /* Headers */, + 9AE923FB0FE0437F656F96B3E765D814 /* Sources */, + 7E3107E829D6A64423B788B01EE925DC /* Frameworks */, ); buildRules = ( ); @@ -25696,8 +25590,8 @@ buildRules = ( ); dependencies = ( - C35653AB157D5149F7A5ACEBDCF31398 /* PBXTargetDependency */, - DE3136BCE4D9B6099B7E13E7DD5CBDB6 /* PBXTargetDependency */, + 34D3A5E026AB267B280298B15C8088B4 /* PBXTargetDependency */, + 22D66748471D574CF87C68EC68822C65 /* PBXTargetDependency */, ); name = "react-native-simple-crypto"; productName = "react-native-simple-crypto"; @@ -25706,20 +25600,20 @@ }; DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */ = { isa = PBXNativeTarget; - buildConfigurationList = EFB6A1D8B888DB6965868BDF09B19FF6 /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */; + buildConfigurationList = 3E958C260177168641EE994F3652B6C6 /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */; buildPhases = ( - 6FD63A0646D751060DCC9798566304DD /* Headers */, - CCB7F201D7F5637AFDB7AFF5ECB317B2 /* Sources */, - A9E0A89527F0A317E57B4FD3B867FE00 /* Frameworks */, + 31C3DBB8C202F8EE7AF01C85AE7640A9 /* Headers */, + 1963C67A73DB255AAB929FE0ADD9B396 /* Sources */, + FE48F1B24384908BB6EFC06ED7516C93 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 13B40AA4930C101E775B37E8A8E2F558 /* PBXTargetDependency */, - 13E9D5624C9D324D72774B102F1A220A /* PBXTargetDependency */, - 8E26DE12A313C6CF90368D57B9315C53 /* PBXTargetDependency */, - 6DB5C8F2342EBB917C04777101088638 /* PBXTargetDependency */, - BEA620CE75E5FAE2697A057C6A42036B /* PBXTargetDependency */, + FC843D6D048D4781E40629A4FC6757C8 /* PBXTargetDependency */, + 4E31C756EABB5B3C784B59C40E206F3F /* PBXTargetDependency */, + 7A0931097F5FD857F6A1AEB7F3D31A34 /* PBXTargetDependency */, + D620BE27AF5E96B5C9C562598E3A4E62 /* PBXTargetDependency */, + 75EAFA91B2D3A48FE920EE7BE1582F2D /* PBXTargetDependency */, ); name = "React-jsiexecutor"; productName = "React-jsiexecutor"; @@ -25728,11 +25622,11 @@ }; DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */ = { isa = PBXNativeTarget; - buildConfigurationList = DDF1146075AED77A6FB5C89E5A17D46D /* Build configuration list for PBXNativeTarget "UMCore" */; + buildConfigurationList = 8CB34A9973C1AF69EAE6AE3305FDABCE /* Build configuration list for PBXNativeTarget "UMCore" */; buildPhases = ( - 968AB5955BF4265E408A394A97586CF0 /* Headers */, - EE5FC4C137981A10F02DDFEC9A90E144 /* Sources */, - 107305289528BE85C49448DBBDE5FC56 /* Frameworks */, + 481DA8F3A1B9FEE3B4DCD0AD1712343F /* Headers */, + 959EE5942A6ABBE00CEA9E5D5E0A446A /* Sources */, + A26373F9258E4E32B1A16C08EF8E880E /* Frameworks */, ); buildRules = ( ); @@ -25745,16 +25639,16 @@ }; DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */ = { isa = PBXNativeTarget; - buildConfigurationList = E916F3F98D246814288110611EECE5B5 /* Build configuration list for PBXNativeTarget "React-RCTText" */; + buildConfigurationList = ADF54A880C2D910178293DA39981646F /* Build configuration list for PBXNativeTarget "React-RCTText" */; buildPhases = ( - 9F7732D8B734FFE10836F53D03373957 /* Headers */, - 4008FFDAC680AB0D978169E6A06AEC7A /* Sources */, - 0A39A480C8681DBACD5FFF8127DB1027 /* Frameworks */, + 4271ABFA576A711DC9589837BFEEA36A /* Headers */, + 179E24671C0E2B91FE1D55BCD14E8E36 /* Sources */, + 8454D8ED28F7F7C1749065CA880557DA /* Frameworks */, ); buildRules = ( ); dependencies = ( - 3DEA4F77E3B1B2EB75E7BCE099516AC7 /* PBXTargetDependency */, + 382491E40267D3B1CFDB03AF10351261 /* PBXTargetDependency */, ); name = "React-RCTText"; productName = "React-RCTText"; @@ -25772,7 +25666,7 @@ buildRules = ( ); dependencies = ( - 95B75F7860E336E53999BF596F69E713 /* PBXTargetDependency */, + F57BE0A5214B282CEE675F67A529B031 /* PBXTargetDependency */, ); name = RNConfigReader; productName = RNConfigReader; @@ -25790,13 +25684,13 @@ buildRules = ( ); dependencies = ( - E9D752B7A0A6CA2201A56AF41B55FE70 /* PBXTargetDependency */, - 01963416EF070C1196E080A9C4F80C8F /* PBXTargetDependency */, - E0B695F4405052719C7DB5929D5E2925 /* PBXTargetDependency */, - EAA1C9744C0F84066DD273F6713B1F2A /* PBXTargetDependency */, - 8308273C7B32E22EABB5E57E7C2FF136 /* PBXTargetDependency */, - 74F8A93CC11C687F32F11EED780BB123 /* PBXTargetDependency */, - 08A80242EF621FE5249B8A6821E3B528 /* PBXTargetDependency */, + DFE25FA9AB1813D0FBBA835AEA7C1A57 /* PBXTargetDependency */, + 5ED527C77B270612A0DCADED30488A2F /* PBXTargetDependency */, + D0F1F57088B5590917FE1C8C71D7165C /* PBXTargetDependency */, + 8DA929AFD71C3D6F4BFEF4C3C8317C9D /* PBXTargetDependency */, + 738F4AFB3CDFB4B9C6E1742DFE9778C2 /* PBXTargetDependency */, + 38E8C98B98E02AA208C14EA800651F59 /* PBXTargetDependency */, + DFC5A0342DF1445D9CCA3B9955B87E42 /* PBXTargetDependency */, ); name = "React-CoreModules"; productName = "React-CoreModules"; @@ -25805,136 +25699,135 @@ }; E2816A8094E8D1BCDC0C50D2C832730A /* Pods-NotificationService */ = { isa = PBXNativeTarget; - buildConfigurationList = 15D70A3E1A38003A3D0A4E007899C8EB /* Build configuration list for PBXNativeTarget "Pods-NotificationService" */; + buildConfigurationList = 912EAB049FE0B8260E01DE4A159971E8 /* Build configuration list for PBXNativeTarget "Pods-NotificationService" */; buildPhases = ( - 3C72D172C719026E05A62E07A326DEAB /* Headers */, - CED9467DB0E02077CF9DA9F305DB80D7 /* Sources */, - 0253A804B6FB0B27175DED0DF32E6FC6 /* Frameworks */, + 9409A91C2B8CA56810CF9F78C614FF95 /* Headers */, + 1B2A68B224B6D0051EDBFD668568B2FA /* Sources */, + 6FF17F9B9102FDF493F122A9DDEB1295 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 6F899B1CF569294AA53A75C4A04119F1 /* PBXTargetDependency */, - B4479E44B759860F6FF1135CEF639C6F /* PBXTargetDependency */, - 0FBFC3EDF954D686BA9D6400FCB8D2AC /* PBXTargetDependency */, - 0EE7338AB4ED545B2E6D827771BB5292 /* PBXTargetDependency */, - 3DF8E7244C78D298F33E4087A11D42C2 /* PBXTargetDependency */, - 6B3F8881897F259FC65C0CE3E3FC890A /* PBXTargetDependency */, - 56886BDDA16248A0EE6A55F7DEE29F9D /* PBXTargetDependency */, - F71E5D6673375B839D91608F734A0C58 /* PBXTargetDependency */, - 0399F8E7F60B250E7203EF4021EC24FA /* PBXTargetDependency */, - C7766D4C6DCDF9D25622CB1639FE0F2C /* PBXTargetDependency */, - 1205189B5ED29666C874158CB2A13820 /* PBXTargetDependency */, - C13CCCF9806CB2BE0CC85D7056FC26ED /* PBXTargetDependency */, - 6EEEB30C584334CEAB6902709714B1F4 /* PBXTargetDependency */, - 695542F45904365E232CCDDB1B8C3065 /* PBXTargetDependency */, - 658E9BCDD37BEC09763EF0B207697B78 /* PBXTargetDependency */, - 2CC211E860AC526B2B3AD756E6301F1C /* PBXTargetDependency */, - 534232C248FEA0A8A25C6AD0A452570E /* PBXTargetDependency */, - 2575599B1F915B85EC1974C52AAE46D8 /* PBXTargetDependency */, - 2DE5FA902384564AA580EC4CE31E882B /* PBXTargetDependency */, - 039BF314760B8B55D1254FE46D176F54 /* PBXTargetDependency */, - 5E7DAA94EBF58001ADF875E6E243E917 /* PBXTargetDependency */, - C34DC7E165FF861EAA73D5EE225F4D43 /* PBXTargetDependency */, - 9ABB9410265E4337B5E9F9A5B1FFF798 /* PBXTargetDependency */, - 87C0EC86FE2AE68FCD3FC4A8A1526E08 /* PBXTargetDependency */, - 8EE9C7909FA58F08A702AD53DC9829C2 /* PBXTargetDependency */, - C37A9D225DD0390E7A3F944DC2A09E2E /* PBXTargetDependency */, - D55F6451078B7D14D49925307E32C390 /* PBXTargetDependency */, - 17D20522A04D8235DFD59A95E47DC791 /* PBXTargetDependency */, - A30EA4A0B9FAD3CB0E3AD186F57E151B /* PBXTargetDependency */, - 3BC7FB5217807555B32ADBCA09656AAB /* PBXTargetDependency */, - A5A37E78F869FA5C2BA13A6BBAEE1C8F /* PBXTargetDependency */, - 3C82E7685BCD9EFF2B88ECA459593364 /* PBXTargetDependency */, - CEC071A494390167B3EC5C1B8B51ABF8 /* PBXTargetDependency */, - 7A1B473AED8A0A6873866586562A4230 /* PBXTargetDependency */, - 0CE95488CB1B21E8129E444A510B1569 /* PBXTargetDependency */, - 3ECB065FA55296FB4572438D2B970480 /* PBXTargetDependency */, - 2B763EFADB98C2AD5729E9AADF531138 /* PBXTargetDependency */, - F4EA2113CDF2F997D9DC4C554A39B475 /* PBXTargetDependency */, - 48982575292B9A2D307943FA0A6C704B /* PBXTargetDependency */, - C6D8A89F7CBA6AEF84CBCFC19E99AB43 /* PBXTargetDependency */, - 3BA85962FE35535D607670074B2EC838 /* PBXTargetDependency */, - 9E3DF1E464A88EAE87834F3680B33B9E /* PBXTargetDependency */, - 85698F0C7A09A8EC6FF5151C9BE0FFBC /* PBXTargetDependency */, - 462BF3BD4757B97651F78164E177A7EF /* PBXTargetDependency */, - FADCAE772B1191CB9E965B8E7F2CA66D /* PBXTargetDependency */, - 6B68C691A8F089DBA30004C526C82AE1 /* PBXTargetDependency */, - 9BF819BBB49FED4A00E9D086AD2843C5 /* PBXTargetDependency */, - A27D6851BF3C5C3CDDACC962535F76F7 /* PBXTargetDependency */, - A2FF5036846F3FE0F7E4C11FA200FACB /* PBXTargetDependency */, - B90B2FC34935449835414B3B66AEF834 /* 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 */, + B1B87F23BA8B773CA2BE8B55E4607080 /* PBXTargetDependency */, + 6C9DB88C79A04195B0536AF9E0365D0C /* PBXTargetDependency */, + C2E0DD8A8C76D4265CCB8D5308BC422F /* PBXTargetDependency */, + 45154BDDE2C06935321000D7487F313C /* PBXTargetDependency */, + E5CE07B0EA783E6346151018952E5608 /* PBXTargetDependency */, + 00C3183BB61AC71C7E9CB0A8EF18A850 /* PBXTargetDependency */, + 8054183CD01D1F995BEE140899F6EC48 /* PBXTargetDependency */, + 2A1F8521C581EDABA7127D9868A25F0F /* PBXTargetDependency */, + D28D0A7CCC82991129BFFC82BB76AD62 /* PBXTargetDependency */, + C92B42E4E52419CC26727C81359298C8 /* PBXTargetDependency */, + 5552A2AFA4C196FBD1C3C00733DAC32D /* PBXTargetDependency */, + 7C5F75483EA47D07E14ABFD60680A853 /* PBXTargetDependency */, + 720AC6923D008DCE500DD02B77E178F3 /* PBXTargetDependency */, + 0356710ABBB3F0A8C990F4DBD8A9A637 /* PBXTargetDependency */, + 59CB1FB1A2A69C4110F7C770D202C1BF /* PBXTargetDependency */, + E7A66B2BB50B676D3258BF119780552B /* PBXTargetDependency */, + 1A728CA007829DB029F260B2D0C25C1C /* PBXTargetDependency */, + 94BC216760DE6FD9032CE92DC55D777D /* PBXTargetDependency */, + E89CACF3FE51C6E2B7C05EC45EDE7300 /* PBXTargetDependency */, + ECDC7AAAE49727DF01045618A5C91711 /* PBXTargetDependency */, + CDCBB734431A381C1F5BBC42BB7CCBC7 /* PBXTargetDependency */, + 86B2A5A3E3EE2F246E2769787EBC544A /* PBXTargetDependency */, + 049646528FC3744B90ACBC904C7C8B42 /* PBXTargetDependency */, + 4B84AA469B4372B50A7DEBE94D4E1537 /* PBXTargetDependency */, + 69C9A189632C565BF678AC18091AFCC4 /* PBXTargetDependency */, + E3588183C3D058DA632D9FAC534A54C0 /* PBXTargetDependency */, + B566918A509D7D554DEB616FBD0380F7 /* PBXTargetDependency */, + A125FA55561CE8D145017B657C0CD831 /* PBXTargetDependency */, + 271ACF716453A85D44A17FDB9B4BE916 /* PBXTargetDependency */, + 7F27B793D770EFEC12DC826737915BC1 /* PBXTargetDependency */, + EF83086665A4D19AFCA404300C2E348F /* PBXTargetDependency */, + DADCC0C397BEC62986DA8219B9FCFDD0 /* PBXTargetDependency */, + 27D0C7205DCAEFA1215B12A09C99BB27 /* PBXTargetDependency */, + 40BE07AFA22C7D2E993959FCD57A8473 /* PBXTargetDependency */, + 42815BEE89D4EB168376CC22E64EEF9E /* PBXTargetDependency */, + 405A9E955DE323213015657DD57C470F /* PBXTargetDependency */, + BAB020D89735130569DB8EA43B39BAC8 /* PBXTargetDependency */, + 8923883FF1681560507367B0CAB1415B /* PBXTargetDependency */, + 0F034BB9A7822ABB3AF4C8CDD0912554 /* PBXTargetDependency */, + D26EF46AF5227949F398C56A1626F1A3 /* PBXTargetDependency */, + 61CFE8D1ECEFF0EBA9FB560F3ED8CC7A /* PBXTargetDependency */, + 5BDFE683943FBCD718AF30198478C19E /* PBXTargetDependency */, + 30883ECC5A1AA69913AFB1F24533F929 /* PBXTargetDependency */, + D7C74425D5FCDC63412352F3D0B90D1B /* PBXTargetDependency */, + 5396FC56217BC3A35B69E61C80EC4D19 /* PBXTargetDependency */, + 4D450731ED8239AB0BBCE8E7065E4ADC /* PBXTargetDependency */, + 81CD01649E291A49B1F39C3C5BB4587C /* PBXTargetDependency */, + 252C4FDB8549495B26E9D20F22FDC1D7 /* PBXTargetDependency */, + 3C2B1D56E511220FD1884439DB3B45B2 /* PBXTargetDependency */, + E05A563EAD7218B2A44B910EAC8EEDC8 /* PBXTargetDependency */, + 3CC74D00C2F9DD5E5FA1306BF34AAF97 /* PBXTargetDependency */, + 4F3E4AB4CF796F291E613FB1EC31A2C5 /* PBXTargetDependency */, + E025A1D2D3BD83479FDE0003AC107836 /* PBXTargetDependency */, + 523A410F7C420A1F8FD8DAC93092B5C2 /* PBXTargetDependency */, + 4689268A3512DA6454C584FBCBEC92E7 /* PBXTargetDependency */, + 0BC5828568282981AF18B0881B4D7B7A /* PBXTargetDependency */, + 0D0D6463810B5F5CF91DFB7689BE5F54 /* PBXTargetDependency */, + 76E75E6FB2A9C46E0FB65F5E1C2675FA /* PBXTargetDependency */, + 8E64B8FD05F2B4B7E3B139B92ED7D695 /* PBXTargetDependency */, + 0329053CBEF9E3C9161869C90C21CD41 /* PBXTargetDependency */, + 4C8A262993FC47B37EA763D6FACCD27E /* PBXTargetDependency */, + DECB5BFC9D3080B662DD7C12DED5EF1A /* PBXTargetDependency */, + 7EC8DB427F4228D5E0323EBF744A1EDF /* PBXTargetDependency */, + 78218C54FBD1C1C60413E1F57AEC8390 /* PBXTargetDependency */, + 1C5AB3E1E780B75BD53325B0D5128637 /* PBXTargetDependency */, + A7090108875805DE3D6B2C4A9362AED0 /* PBXTargetDependency */, + 26F925A31291F24D2E879F53673F71CF /* PBXTargetDependency */, + 66219AF80A30686CA0EF2BBFC7921274 /* PBXTargetDependency */, + A76DE7E819A8C81BBA7485BA0E258A8A /* PBXTargetDependency */, + 6B8B9018528823B444C5B9C6523DE8CB /* PBXTargetDependency */, + 2303B515AD38F219F7289201FD34BBB2 /* PBXTargetDependency */, + 9B23FDA80F64AA6B33A930077F3A2BB7 /* PBXTargetDependency */, + A305555786F89AAA622630DBF0D95E8F /* PBXTargetDependency */, + 5631393D2B97D29C3D5E3DF80D115989 /* PBXTargetDependency */, + 00B2F4457BBA386EA0D81E77F64F6FE4 /* PBXTargetDependency */, + 37942952283F87902BD91AFBDB262883 /* PBXTargetDependency */, + C4D2E3E79F2FC997B6F770AE409F019F /* PBXTargetDependency */, + DFC4743CBA0DB644379D48527B911A91 /* PBXTargetDependency */, + C981F633389FAF033AE5B1F2D13E4A10 /* PBXTargetDependency */, + 5C5E0A04C3FC52D701606D73937F4465 /* PBXTargetDependency */, + C37E716B74679C4809094FDB88A127A3 /* PBXTargetDependency */, + 781F5CBC9638DB5F104DDFA1EDEB71D4 /* PBXTargetDependency */, + 11809FF872B918591EE81B9850C8FEA0 /* PBXTargetDependency */, + ECD975C7D95A45B8FEE24CB83330BAC8 /* PBXTargetDependency */, + CB6364F42CC5FCE13F4174ECFA5A00C1 /* PBXTargetDependency */, + 0F206CCF5EE85E81F9977C32EA345839 /* PBXTargetDependency */, + C4AD3983ED240B97F611CB262E0215D8 /* PBXTargetDependency */, + 2241104363DA272BA9EB905A2B540DBA /* PBXTargetDependency */, + 63635A5ED08B59E55EB082B06BD07D4A /* PBXTargetDependency */, + A027A211B6497409ED0D6CD5E4FE506F /* PBXTargetDependency */, + 8F3A7771E97DE7A411B430F8D3345B56 /* PBXTargetDependency */, + EA46D2BA1BDAC92F28AA2310AAE6C717 /* PBXTargetDependency */, + 2258684E6837B1DB6FB139DF85A2BC76 /* PBXTargetDependency */, + B21663EAFD6F3561120ED24FA9C9E41F /* PBXTargetDependency */, + 153C98E92CCD8F55D26D47A88D98139A /* PBXTargetDependency */, + B527596D79FAA058B4B712D2E53E324D /* PBXTargetDependency */, + 50131BAF9B4752B0852D5D219931E407 /* PBXTargetDependency */, + 9F6F14AEE0543DFC44A60D1700912152 /* PBXTargetDependency */, + DA417FD07863E2D08B3B397C2AE4337A /* PBXTargetDependency */, + D76835CA5FAA3C7CF87777FD896840E0 /* PBXTargetDependency */, + 559BB3EBD49A2F34C044E2E6C480ADC9 /* PBXTargetDependency */, + 20E0F1A8F2E65AFF0E29A47BB62AA0E1 /* PBXTargetDependency */, + 132D8B573F2D5755C811B773478D5891 /* PBXTargetDependency */, + 48E071E6E281687D433F1CC37D3F6948 /* PBXTargetDependency */, + AE31252BAAABBC0CC63D5D85420B7473 /* PBXTargetDependency */, + EA3B0DCEBAEE9339811DD892CF9FE32E /* PBXTargetDependency */, + A0B9161FCB56599582D13D37E7EE85B1 /* PBXTargetDependency */, + 7641C70132E718800FF2C6DEA0AD525A /* PBXTargetDependency */, + 07D4991C163A65DA62389A3A0FA74794 /* PBXTargetDependency */, + 71D38CF3AA2749688BDCEA04709F2357 /* PBXTargetDependency */, + B5B7D85FEC76BE48603D2E0C0CCFDBF8 /* PBXTargetDependency */, + 2F483CB0C8AA932381B2346A41C54E90 /* PBXTargetDependency */, + 8F838FB69F171ED00FD0F8143BCF31BE /* PBXTargetDependency */, + F8E1BA5020583EA8781D736694065ECF /* PBXTargetDependency */, + F9D832B6EA8D2166F017D86C295009E6 /* PBXTargetDependency */, + ACF52959D47CD774CEBCC9F61700F797 /* PBXTargetDependency */, + 90DC17737DCCBC5BC18DA77F6DFAB3A0 /* PBXTargetDependency */, + 3C72AB958A1ACD15DD0C80C812DB4435 /* PBXTargetDependency */, + FD70F4D2D41270EB42D3CCED6E58111C /* PBXTargetDependency */, + C65E5DB50076F01FD9CF31FA5965FC88 /* PBXTargetDependency */, ); name = "Pods-NotificationService"; productName = "Pods-NotificationService"; @@ -25943,18 +25836,18 @@ }; E3573FB7AF659C42B699003C73722241 /* RNFBCrashlytics */ = { isa = PBXNativeTarget; - buildConfigurationList = 5B2A57B655D0C4D73337CAB3CAD9D412 /* Build configuration list for PBXNativeTarget "RNFBCrashlytics" */; + buildConfigurationList = 346DD82E611CC900D4BB48A30FD59CAA /* Build configuration list for PBXNativeTarget "RNFBCrashlytics" */; buildPhases = ( - 8F155CCA5E2429F0E2369C269756BF6F /* Headers */, - 3E0DEF9FC3A26DB1726EB23389D8FB65 /* Sources */, - B9F15CC4E7A790B8CB98BD8F59D38587 /* Frameworks */, + B671D28AAD96418622E95E6FAFD19194 /* Headers */, + 36A79917C48725B3DF30B2232E50B96B /* Sources */, + E9FCB2079D76D1E32392586717220BB0 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 8A011ADA8162A3833F4E421EC5BC42E8 /* PBXTargetDependency */, - 20233A6D2A2EE803CA62A488F08AE780 /* PBXTargetDependency */, - D701EF8CE5377927D1BDFA9A8DEAB929 /* PBXTargetDependency */, + 52829466BD068AC1A41C8E5B74524BE6 /* PBXTargetDependency */, + CD65F8CDBA4D82E18901BA435586FEC2 /* PBXTargetDependency */, + B60C97520E515CD6190B04032A01FAA4 /* PBXTargetDependency */, ); name = RNFBCrashlytics; productName = RNFBCrashlytics; @@ -25972,8 +25865,8 @@ buildRules = ( ); dependencies = ( - F92DD4F634208A20AAF5E16F11F4D93A /* PBXTargetDependency */, - BEA26F9CAB3808C4C05A93858A7CAF8F /* PBXTargetDependency */, + 05FFE6BA3BFA7187FCC9968D8311A38C /* PBXTargetDependency */, + D7451EDFB0C134EDAB7C587AF0575EBD /* PBXTargetDependency */, ); name = Flipper; productName = Flipper; @@ -25991,7 +25884,7 @@ buildRules = ( ); dependencies = ( - 24F1A08600BC668B2993E90B12E7C7CA /* PBXTargetDependency */, + 317E0DFA062DB6E002569C1A91293086 /* PBXTargetDependency */, ); name = "react-native-netinfo"; productName = "react-native-netinfo"; @@ -26009,7 +25902,7 @@ buildRules = ( ); dependencies = ( - 75E65320B10FDD9887681C0972234ECD /* PBXTargetDependency */, + E34125A65425BC11932772F9EBA2A33A /* PBXTargetDependency */, ); name = "react-native-blur"; productName = "react-native-blur"; @@ -26018,53 +25911,34 @@ }; F3966F664F3CFAEFAB57C40FB54D3788 /* TOCropViewController */ = { isa = PBXNativeTarget; - buildConfigurationList = AAD60E62DD1389164E61B65BFFEB5BE7 /* Build configuration list for PBXNativeTarget "TOCropViewController" */; + buildConfigurationList = 7DBA8939EE94E69812B731918F6C13D9 /* Build configuration list for PBXNativeTarget "TOCropViewController" */; buildPhases = ( - C9ACBB017FBF85E5C3FC21E2867DEA69 /* Headers */, - 30895E478F8ED466DD0906482C76EA26 /* Sources */, - F5AC57FAB52D8ED9399E375611AE091D /* Frameworks */, + EE3D9C372066FD7217E698BCE3B25968 /* Headers */, + B1C885B2A2EFCF910F1662CB2B75A542 /* Sources */, + 1F932C01FE0E9E1B9C298915F857849F /* Frameworks */, ); buildRules = ( ); dependencies = ( - AB3E285824F96021A5BB69D40B27CD54 /* PBXTargetDependency */, + 545B6320B286283C062C8428FA328C95 /* PBXTargetDependency */, ); name = TOCropViewController; productName = TOCropViewController; productReference = 7862C607B7BE0510C2D65193F9B4B4F9 /* libTOCropViewController.a */; productType = "com.apple.product-type.library.static"; }; - F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */ = { - isa = PBXNativeTarget; - buildConfigurationList = BD85A96B3C42A6A40A07361D92BFA93A /* Build configuration list for PBXNativeTarget "GoogleDataTransportCCTSupport" */; - buildPhases = ( - C044D03670C53BCD6C231B027F348618 /* Headers */, - 21674A7F56D01F4383F7615D496250B6 /* Sources */, - 59F38F235D0D1B8E65F9869228814557 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - AF7197A6134E99DE3FE165A37EE71724 /* PBXTargetDependency */, - DC637A3E34C66298CF4F995FD8F6DEBA /* PBXTargetDependency */, - ); - name = GoogleDataTransportCCTSupport; - productName = GoogleDataTransportCCTSupport; - productReference = 6942351307BC1F54575D9853307EAE0E /* libGoogleDataTransportCCTSupport.a */; - productType = "com.apple.product-type.library.static"; - }; F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */ = { isa = PBXNativeTarget; - buildConfigurationList = A072199B29CA132D9703551CCB242DC6 /* Build configuration list for PBXNativeTarget "UMPermissionsInterface" */; + buildConfigurationList = 998587A68208CE7AE2926C5D852F4E88 /* Build configuration list for PBXNativeTarget "UMPermissionsInterface" */; buildPhases = ( - AA27D99C377A9DF9F99AC42E07D91935 /* Headers */, - 4DA588F7BC435E77CB53353ACC46E6B4 /* Sources */, - 30793C45B7B3F6F9DCF4A681FB46404C /* Frameworks */, + A25E4C8D3100D468FB92C85EEC4DB953 /* Headers */, + F87965C516174730DDC7D25DF88431CD /* Sources */, + 847B351B41AA5B2B356C3A1492645940 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 05B381CEFDC9207D7B0CAA0054090207 /* PBXTargetDependency */, + C6D94AE54521AB0A1BA158564AFA8333 /* PBXTargetDependency */, ); name = UMPermissionsInterface; productName = UMPermissionsInterface; @@ -26073,11 +25947,11 @@ }; F7D033C4C128EECAA020990641FA985F /* React-jsinspector */ = { isa = PBXNativeTarget; - buildConfigurationList = 03ACD63175890F54E009225B728DDE3A /* Build configuration list for PBXNativeTarget "React-jsinspector" */; + buildConfigurationList = A463DEA91D789CC6660C1A930BAAC6E9 /* Build configuration list for PBXNativeTarget "React-jsinspector" */; buildPhases = ( - 8047032905A6688C0D10B87A5DDF4C44 /* Headers */, - D437C0907A2538739802F8FC4FFE4C22 /* Sources */, - 2A88DCDB2A27880E8BA5AD272C4FAEE8 /* Frameworks */, + 572FCAFDD20726C4118D064850DA39B0 /* Headers */, + A36544DAA249C7B6F3EAB08AEEA28841 /* Sources */, + D4CB512E5E5DC6662EE9AC4173216AA5 /* Frameworks */, ); buildRules = ( ); @@ -26090,19 +25964,19 @@ }; FA877ADC442CB19CF61793D234C8B131 /* React-jsi */ = { isa = PBXNativeTarget; - buildConfigurationList = 1B2A9B657DEBA91193ACCCFACDDDB1D8 /* Build configuration list for PBXNativeTarget "React-jsi" */; + buildConfigurationList = 390BEB4708BA198A6FF1ED9387E2B365 /* Build configuration list for PBXNativeTarget "React-jsi" */; buildPhases = ( - 2EC4F2D93643E2B3C9A111B09E71D58E /* Headers */, - 7DFCB9C6D6CD11D2735A118F00182B41 /* Sources */, - BDAD07DAFFEC2EE05A6675EF7D4D91AE /* Frameworks */, + 664D62ED606F876CAFF944C91BC60A2F /* Headers */, + E6F2B05964E440FF5129713E1B81E913 /* Sources */, + A374B92FE7AA6D12490F59B4DFF72BF8 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 3F599DE0B91EF427CB4C339A993CB41B /* PBXTargetDependency */, - 96552D03DDC919F4C848E7397411EA94 /* PBXTargetDependency */, - E9FEBE191A7DA0369B7D57140FA2C453 /* PBXTargetDependency */, - FA1249617FC1DA49DB9CAD7605FE8B6F /* PBXTargetDependency */, + E83CBCBA42F794B810CF30C5FAC05337 /* PBXTargetDependency */, + 3B6C063CD6079DF7556CE8EF90CFE299 /* PBXTargetDependency */, + FF534AE6DB7B66117F1C874A99F24B00 /* PBXTargetDependency */, + 2444A92DD2D0A66600D7B5C45A5C32DC /* PBXTargetDependency */, ); name = "React-jsi"; productName = "React-jsi"; @@ -26120,7 +25994,7 @@ buildRules = ( ); dependencies = ( - FB58F329C81C0D819D38BAE841997E6D /* PBXTargetDependency */, + 579A1439EE36525111D54D6B03268027 /* PBXTargetDependency */, ); name = RNReanimated; productName = RNReanimated; @@ -26145,7 +26019,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 80CC743D0D53C331DCCBC0FC3396FEF7 /* Products */; + productRefGroup = CB8E83D3FA95DB4A19488DAC0D7F1500 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -26184,7 +26058,6 @@ D0EFEFB685D97280256C559792236873 /* glog */, B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */, 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */, - F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */, 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */, 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */, 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */, @@ -26282,59 +26155,59 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 57AE3BECED03C5461F899119D6E26F47 /* Resources */ = { + 199872CEE8F1F02BFC0264364D8E7457 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 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 */, + 9E0D2E63ED78F4A61CA8D33DD6F1B14B /* ar.lproj in Resources */, + 09C8276F9632908B82F8680156302185 /* Base.lproj in Resources */, + EC4F9568A0292BFC9F433AD088DF0F5C /* da-DK.lproj in Resources */, + D44E6611D41E16C4423EFAD7EDA6476E /* de.lproj in Resources */, + D5EBF47EEC6ECB2AD1060B4EE092CE4E /* en.lproj in Resources */, + 3A9CE6A33C3E3B956CF4ECA3B3E3384B /* es.lproj in Resources */, + EA9F1B2BA0292AA59B49AFC92FD46567 /* fa-IR.lproj in Resources */, + 7E2045212034CE7D21940DE66EA72419 /* fa.lproj in Resources */, + C87D4FA97EDC02DB6A79D927890E671F /* fi.lproj in Resources */, + 45D2A2BA6D7F5E8193A404735404B7AD /* fr.lproj in Resources */, + 1A4ECDF9B054FDA26B319B6655840B2C /* hu.lproj in Resources */, + 895FD072BC66BB00E06765963B2D48E0 /* id.lproj in Resources */, + 679C2D6B2E780000CD90C3943C815D6A /* it.lproj in Resources */, + C79E531DD6275AD1736D0F317C6D8199 /* ja.lproj in Resources */, + A464E331A237095CB5A87647F4788D57 /* ko.lproj in Resources */, + EA45255503219F9786CF846A642AFCCC /* ms.lproj in Resources */, + DF550EA9CA2747C308EBF695FE1B7A51 /* nl.lproj in Resources */, + AC26544B7B2F83ECDB7C687CAAAC5CDF /* pl.lproj in Resources */, + B3C7EE6F96221F1D6316C87465CBBF93 /* pt-BR.lproj in Resources */, + CE20C4B97442ECCD9D94EC062027E086 /* pt.lproj in Resources */, + 736745F43F5CB782F651CC28A9B68B94 /* ro.lproj in Resources */, + D9A780334FB2BCA6F4FE9625D3D19322 /* ru.lproj in Resources */, + 6D84748703E721BED214A2455C54128E /* tr.lproj in Resources */, + DE3F52A2385953424A209634E4419A9E /* vi.lproj in Resources */, + 6AB1CFB9014216147B568F563D963525 /* zh-Hans.lproj in Resources */, + E1A0001886B58EA302891F573BEE8601 /* zh-Hant.lproj in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - C346BB50095D536EA1D970C0FC453D91 /* Resources */ = { + 5F666C2E308491A6FE0D9F8A3AAE003B /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5114AB49EA22A2C2E519F563FABE94F5 /* en.lproj in Resources */, + BDA3769135F03ADB8DDDD7CA32F347A2 /* en.lproj in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E1B086883458358D45B705731BBF9907 /* Resources */ = { + CDDF88BE26E7490B040D745E4A88605C /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 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 */, + 7715B01FB13CC532D97787ACC03FF140 /* de.lproj in Resources */, + 939420728B6732B662D5DACB2B22B700 /* en.lproj in Resources */, + 8A8640E2DFA49B55257CF4E81A7DD7CD /* es.lproj in Resources */, + EF6C5EA12A4FEF6E7EA0086D7C830D57 /* fr.lproj in Resources */, + C37888B3DB411C3F117C80ECA14FBCF6 /* ja.lproj in Resources */, + D8F05CC55EF2C829CD82CD2C3E7F27B1 /* pl.lproj in Resources */, + 866F1F5C4DA0EDBD9E8B4DB7F166DCD9 /* QBImagePicker.storyboard in Resources */, + 5EE9EC98F17152326EF44E1B4F6140E4 /* zh-Hans.lproj in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -26365,7 +26238,43 @@ 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"; }; - B8F06AC42B69598D3097527856CFBAB9 /* Copy generated compatibility header */ = { + 4D012383B4E4DB8FA4D4C6D4934AA67F /* [CP] Copy XCFrameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_ROOT}/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks.sh", + "${PODS_ROOT}/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework", + ); + name = "[CP] Copy XCFrameworks"; + outputPaths = ( + "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + D02A1ACC849D15CFE4C074EDE7426BDE /* [CP] Copy XCFrameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_ROOT}/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks.sh", + "${PODS_ROOT}/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework", + ); + name = "[CP] Copy XCFrameworks"; + outputPaths = ( + "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurementWithoutAdIdSupport", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + F66FAB1147038FEA39ABA342A4E6B143 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -26419,37 +26328,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 06B45AA0E79D0D392E03821831EC5EE7 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 710AFD0D2E1B1DD6D37EA9AD4C020F2F /* GDTCORAssert.m in Sources */, - 9BD3305F76866E9B140C03D998AAECDF /* GDTCORClock.m in Sources */, - 123ADC8B55684E7E86A0EE01347EBE03 /* GDTCORConsoleLogger.m in Sources */, - 06E90097D8E9145311E543E7B8FB99FA /* GDTCORDataFuture.m in Sources */, - D0FE6950C4E2D9FA1A0450B3AAEC3BC9 /* GDTCOREvent.m in Sources */, - 03E80ACCFFC9D76B2CAD684BA0ACC87E /* GDTCORFlatFileStorage.m in Sources */, - D5744FBFE1498B672A336F6A12810C9B /* GDTCORLifecycle.m in Sources */, - C467D6546A73A22111F3A981E86422CB /* GDTCORPlatform.m in Sources */, - 29EC6C3989F9120B097EEDD3FECF9B21 /* GDTCORReachability.m in Sources */, - 8F267FB683DEAE664D7EB1DB674BA3E9 /* GDTCORRegistrar.m in Sources */, - D969E1A81608BB8F469214F34D563932 /* GDTCORTransformer.m in Sources */, - 48F380ED9123F91FDDE84F9A72D8CBC1 /* GDTCORTransport.m in Sources */, - 78D81137BED9497F5DC333B3AEBA52FF /* GDTCORUploadCoordinator.m in Sources */, - 4327E349BF87D0E2B6724D0C3702AA41 /* GDTCORUploadPackage.m in Sources */, - 0C9B45982348809BCEEEDAB151BF9DB1 /* GoogleDataTransport-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0894B033947CB6AF5339C5E1D60BEC64 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9BA15B9892D3EC5C5388D2E7F3505CF3 /* RNFBAnalytics-dummy.m in Sources */, - 9F8EB12BC10441086E0A5D204EEBC722 /* RNFBAnalyticsModule.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 09D7BE206EC028FA9424E8CF2AC6546D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26468,6 +26346,62 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 0ABD68702DAF84728F9B76DFB1D4317A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 298BFC481D8234C1D3DA36EF92ABBF05 /* FBReactNativeSpec-dummy.m in Sources */, + 94DAB1D813440B6ACE5FBB29BA89594C /* FBReactNativeSpec-generated.mm in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 0B3CFC7507C006FC93FC885F7094C48D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A0898215180B96F7B9B64E56D6E13C5F /* demangle.cc in Sources */, + 7B253A0051839E072779B102705720B5 /* Flipper-Glog-dummy.m in Sources */, + F0A2053C39EA41B8691B2D1204FFDF6D /* logging.cc in Sources */, + 315C53785C8CBF00DE6B8EAD4CA2951E /* raw_logging.cc in Sources */, + 0E84E8B413785E76CD66D82CDFD10730 /* signalhandler.cc in Sources */, + 264711328E82EEAF649DA19F868557CC /* symbolize.cc in Sources */, + 8C3655DC4994EBA511B868ED21C3A69E /* utilities.cc in Sources */, + 9E741DD7963E01596D5171A8683DF997 /* vlog_is_on.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 0CD40E29A97E85B5A4FC49091E9DB4F0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B4108C1913449E9CA2646F2D095F145E /* demangle.cc in Sources */, + 098F0D483375CFA330C9BE07EABB7A53 /* glog-dummy.m in Sources */, + 0DCF14C282234DE16FBACB549B2C6B85 /* logging.cc in Sources */, + D40C7A0C453FE807285FEF6C6BEA0735 /* raw_logging.cc in Sources */, + C9C17DDA95D73A74088603AEA3D231EC /* signalhandler.cc in Sources */, + A41E46E40E15710830DBEFF3FAB956B9 /* symbolize.cc in Sources */, + 1DC9CFD4CE65684C722E63392B4F758F /* utilities.cc in Sources */, + 0D5AC71CCC3116C59E60DFE0EB772AA6 /* vlog_is_on.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 0D7A99384E6A403C23CB7DB7F293E595 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 10BF9EB8699805FF04482DBA052FAA41 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2A257AFE49715E072AE8A45AB7D4B3D5 /* SDImageWebPCoder.m in Sources */, + 02D6C471D7332B867AA33E3C0021B3A7 /* SDWebImageWebPCoder-dummy.m in Sources */, + DF24D711A18B792E5C19C620382229CB /* UIImage+WebP.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 12DB861E1D5042DB06805F1E3C754234 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26536,47 +26470,66 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 19621271E82C3B3CD4BC79CA2F1FF78E /* Sources */ = { + 179E24671C0E2B91FE1D55BCD14E8E36 /* 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 */, + 0924A46E5D714EBE766C342B8785A73E /* NSTextStorage+FontScaling.m in Sources */, + 3423E4FE99178CB3B02EB5E80BE1ABF2 /* RCTBackedTextInputDelegateAdapter.m in Sources */, + C0F48B927A18010FFDD1C63A4EAD2FB8 /* RCTBaseTextInputShadowView.m in Sources */, + D7461D4470A604FC05B36FC9A9E70CA7 /* RCTBaseTextInputView.m in Sources */, + 834572DC71AB1D67942D2E9631FE5823 /* RCTBaseTextInputViewManager.m in Sources */, + 6D6F4B0F33E912EB4C7041AE254FADAD /* RCTBaseTextShadowView.m in Sources */, + A12A48C3C757CE41A318A436BAA95E51 /* RCTBaseTextViewManager.m in Sources */, + A7AFFBDFDB32387D600389F266A3440B /* RCTConvert+Text.m in Sources */, + 7CA1043D10D51D26DB9C456ED0C41159 /* RCTInputAccessoryShadowView.m in Sources */, + 1CDE82B08C9F0A2AD103BA738AEBEF5D /* RCTInputAccessoryView.m in Sources */, + E6BA9A82EE101D38921284406271F7C4 /* RCTInputAccessoryViewContent.m in Sources */, + 231783262AF84C83B7795F3399C8FB22 /* RCTInputAccessoryViewManager.m in Sources */, + 30F6999B58DC831FBE58C11AB7BDCB3E /* RCTMultilineTextInputView.m in Sources */, + 0ECE19059576EF39888C1130C96D7AB8 /* RCTMultilineTextInputViewManager.m in Sources */, + 5325F215AB6E5281373329A985FF5EBD /* RCTRawTextShadowView.m in Sources */, + 26EE14421FDF9ABEBEE1B9D1E8B16A03 /* RCTRawTextViewManager.m in Sources */, + AE542D8FFA9C4848E406D18CFBC57E2D /* RCTSinglelineTextInputView.m in Sources */, + 493A0642DEE535DEA6B2951EE3495903 /* RCTSinglelineTextInputViewManager.m in Sources */, + 54A73EFF6A7EE60805E2CB7284839E51 /* RCTTextAttributes.m in Sources */, + 84F01AA230DF266ADABA15A40B329570 /* RCTTextSelection.m in Sources */, + A347974DC38128A9330C94F0C9109B2D /* RCTTextShadowView.m in Sources */, + C99D61697613F3914A765592B9F35262 /* RCTTextView.m in Sources */, + 6408AE4EBE9F0066F2C0B677FBD92761 /* RCTTextViewManager.m in Sources */, + 6D7F58D6F59E630CBEC13E1DF86F4FBB /* RCTUITextField.m in Sources */, + 9D25D12164FAD1A1CA43C1ACC2738A8F /* RCTUITextView.m in Sources */, + F78641FA32E42678304B325B7703C7DC /* RCTVirtualTextShadowView.m in Sources */, + 87EDE2B91ADFD6ABD7643113173B58F4 /* RCTVirtualTextViewManager.m in Sources */, + 5274ED6BCCB6CF975CCBD890BB7E5174 /* React-RCTText-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1AAB652766457EBBD9E2E8435D04C617 /* Sources */ = { + 18C38DE7BFDBC79671B9BBA7FE8C2217 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 38BE793D65B1B3FA57CEA129110E4321 /* FIRAnalyticsConfiguration.m in Sources */, - 807633923A5C13689B3CBD3A6A1684A7 /* FIRApp.m in Sources */, - 75BA20E0165C5EC5181172D4DDF6CE42 /* FIRAppAssociationRegistration.m in Sources */, - 21185E835673B7527527F6F320274C8D /* FIRBundleUtil.m in Sources */, - 4DC980BF9D6EFE8D7B091516B1D91842 /* FIRComponent.m in Sources */, - F5A46BCB8FB3925B166BD2EE04E18B88 /* FIRComponentContainer.m in Sources */, - 54A49DBED1C0C6F3E414C74C67FEB9E7 /* FIRComponentType.m in Sources */, - 34DE984349AF7766137FA465AB6A830F /* FIRConfiguration.m in Sources */, - 91FBCD1E2C9F2BC3919D0EAF29CF2034 /* FIRCoreDiagnosticsConnector.m in Sources */, - 10D5565F5A52168F86A1AE607CBF15D6 /* FIRDependency.m in Sources */, - 69BF4C4DEE25EC5E407455D16C3D4196 /* FIRDiagnosticsData.m in Sources */, - 5FBB6B3DF26674FEBDA876BD01152F60 /* FirebaseCore-dummy.m in Sources */, - F311E951B2238D36D5E94210F5E0B3F6 /* FIRErrors.m in Sources */, - BC47223710BE22AF5C7F0B2C8A89A4DF /* FIRHeartbeatInfo.m in Sources */, - A61DE28FCDEB69EF4D5366EB1975DE6D /* FIRLogger.m in Sources */, - D38F535C111791B0B9BDF468B976B569 /* FIROptions.m in Sources */, - 5457AEBC18C7ACADF41AA86B2B52AF86 /* FIRVersion.m in Sources */, + CB9BED8DCD58BBD795B1C51CFEDD7408 /* RCTConvert+FIRApp.m in Sources */, + 7E20965D7404E21ADBAB16C387ED8388 /* RCTConvert+FIROptions.m in Sources */, + ADA4F3045B0E4ABE09DF8790C68ABD43 /* RNFBApp-dummy.m in Sources */, + 2C78AEDFFD32BEDF9D4AAD7441D70CDF /* RNFBAppModule.m in Sources */, + 178A93DC88CAB82F6BF6E610263F417A /* RNFBJSON.m in Sources */, + 9EBC51FCD3C35CAD643B0FB5D5CFE4D8 /* RNFBMeta.m in Sources */, + 10F692470E695B0F1498695E1B962DBD /* RNFBPreferences.m in Sources */, + 75F45A4E67C050F5F0232978F6E92BDA /* RNFBRCTEventEmitter.m in Sources */, + B444F22040453A5E319B7B8FC0ED861E /* RNFBSharedUtils.m in Sources */, + 441A82789CA0C680087A8A690BC04EB3 /* RNFBUtilsModule.m in Sources */, + 201EE977430D08C5FF82035168719032 /* RNFBVersion.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1963C67A73DB255AAB929FE0ADD9B396 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + EB8F5B04ADF873182F2F932EE28BF00A /* JSIExecutor.cpp in Sources */, + 7F53650314E1F47F56454FCAA4A12D5B /* JSINativeModules.cpp in Sources */, + 8C5BB09DD52C0260BFAA549FD4A3100C /* React-jsiexecutor-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -26589,6 +26542,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 1B2A68B224B6D0051EDBFD668568B2FA /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C0EFFEFE9B3A6CBABDA153F7D394C8BD /* Pods-NotificationService-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 1C8153817F0925DCBBD335B4A8D830EB /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26608,132 +26569,6 @@ ); 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; @@ -26745,17 +26580,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 21674A7F56D01F4383F7615D496250B6 /* Sources */ = { + 22D31ABAD023E84BE992EF3D227EF36F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6E68EFA10CD9088237944F99D2590051 /* cct.nanopb.c in Sources */, - 4BC052A29EA3F3D4D4898D8546C7FFCB /* GDTCCTCompressionHelper.m in Sources */, - 7377B00AC112D93806E7ED3236BF2072 /* GDTCCTNanopbHelpers.m in Sources */, - 55BF901CA9C7ED13054F2566A63B99FA /* GDTCCTPrioritizer.m in Sources */, - 9055D1C86A5062025CE958E346F0EA75 /* GDTCCTUploader.m in Sources */, - F2F04100F47AE781C4EB81AB84306589 /* GDTCOREvent+GDTCCTSupport.m in Sources */, - 0B4986B712501FDD56C148AA812B2926 /* GoogleDataTransportCCTSupport-dummy.m in Sources */, + C6BC6A9E958C89DEAF7A4121C6178013 /* nanopb-dummy.m in Sources */, + F3F48F7395B3B312F84A8ACC461F912D /* pb_common.c in Sources */, + 5BA7EEBED4B197CF99831D52BA516678 /* pb_decode.c in Sources */, + A7147BDB1EB061F98F3F021EA6795BB2 /* pb_encode.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -26768,6 +26600,90 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 25A2103B856577A2D754054D40D3B06B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 92114CF55305981531198B5F2CD20D7F /* crashlytics.nanopb.c in Sources */, + 4248820C18D11ABC3C146A4D5154C44B /* FIRCLSAllocate.c in Sources */, + 426D5862ADC48F2A91F65AB283F2133B /* FIRCLSAnalyticsManager.m in Sources */, + 0F16C8968A386D7793F5890987E22BCE /* FIRCLSApplication.m in Sources */, + E8A5508BB029E5107E88019AEF607F88 /* FIRCLSApplicationIdentifierModel.m in Sources */, + F9408A38F8F8120B5C4A7493C463368D /* FIRCLSAsyncOperation.m in Sources */, + 403FE10C0E6B70C131C887BBBEB4AEAC /* FIRCLSBinaryImage.m in Sources */, + 656B03619354E8494AF25DD26E3979C4 /* FIRCLSByteUtility.m in Sources */, + A6089AD7F1E2E01CB3E81CBE431DB452 /* FIRCLSCodeMapping.m in Sources */, + E05F3575C3C02B8EB96382732FF64D60 /* FIRCLSCompactUnwind.c in Sources */, + E06B797435414DB869D0821D48777441 /* FIRCLSCompoundOperation.m in Sources */, + DB9985BF6CCB8374DDFF8C627AC5C015 /* FIRCLSConstants.m in Sources */, + D6FFD7D3E17A4A65791EFA151C8E88E6 /* FIRCLSContext.m in Sources */, + 1E12FE8E29A7D77D871D4A4B2E19F9E6 /* FIRCLSCrashedMarkerFile.c in Sources */, + BC07D85F0E9FF23422C5645B05AC93F8 /* FIRCLSDataCollectionArbiter.m in Sources */, + 8F44100E78CC2DD59F1D1D08772E1613 /* FIRCLSDataCollectionToken.m in Sources */, + ED6246F87CA39E22186ED05099D74D8A /* FIRCLSDataParsing.c in Sources */, + C8A667226C6D678207D09C221ABDF7D0 /* FIRCLSDemangleOperation.mm in Sources */, + 420BC8AD90AD446497009EFBABFC816D /* FIRCLSDownloadAndSaveSettingsOperation.m in Sources */, + A8681311DC988B9AB9B5BB99E0911DBA /* FIRCLSdSYM.m in Sources */, + A3B899502F153102AA79659E45395337 /* FIRCLSDwarfExpressionMachine.c in Sources */, + 9926D2C6CAA9DDE1D5F8F16EE05830E6 /* FIRCLSDwarfUnwind.c in Sources */, + 967689620A546B15D2387B922D87B150 /* FIRCLSException.mm in Sources */, + 941BB7BF8433ADE29D289B7D7DE45E2E /* FIRCLSExecutionIdentifierModel.m in Sources */, + F10C99F5D66F7A7A8D04FA397B61A6B3 /* FIRCLSExistingReportManager.m in Sources */, + 4A51706811A76E06C2D382B9867058F9 /* FIRCLSFABAsyncOperation.m in Sources */, + FAB81166F3A1024B39540D65C84894B8 /* FIRCLSFABHost.m in Sources */, + 7BE307A7E91EC9F712A99DF20CC527B0 /* FIRCLSFABNetworkClient.m in Sources */, + 7CC7619C569C6FDBB35F2D25D7ADD1AB /* FIRCLSFile.m in Sources */, + C2D0A457AB1F687B031719EAD67A6BA0 /* FIRCLSFileManager.m in Sources */, + B21E51A12D1D9B36A98DFD52D807DCDC /* FIRCLSHandler.m in Sources */, + 78E4B165E17DD509EEB28E84B5C2C779 /* FIRCLSHost.m in Sources */, + 64B4ED8853EA5D146AED6D3F51DFEBB4 /* FIRCLSInstallIdentifierModel.m in Sources */, + 21980AB3114CDBF93AB43BE68223936D /* FIRCLSInternalLogging.c in Sources */, + 735C69C0B7D7534594B34A44470F9834 /* FIRCLSInternalReport.m in Sources */, + 753135E5A7678326CED44ADB1974F056 /* FIRCLSLaunchMarkerModel.m in Sources */, + 78AEDAD15C21BE441B1C6F57841B4C6C /* FIRCLSLogger.m in Sources */, + B7D64253F5F365F40169CDCB3A24E0C8 /* FIRCLSMachException.c in Sources */, + 5B142E4129C53C4718C2A0D62856181C /* FIRCLSMachO.m in Sources */, + 5C331C1611AE40CCBAAE96F97E67AF48 /* FIRCLSMachOBinary.m in Sources */, + EE3AE896F05E636F6D508C0BB8BB5952 /* FIRCLSMachOSlice.m in Sources */, + 359075749F982661244E466C577B35B0 /* FIRCLSManagerData.m in Sources */, + D3B406868759FB11F9B5E5D23FE37E59 /* FIRCLSMultipartMimeStreamEncoder.m in Sources */, + 0DD93E6D039DBEA9BD2D294E9A0E5F3A /* FIRCLSNetworkOperation.m in Sources */, + 95A7AE39446EF025A81FD27FE5AAFFA5 /* FIRCLSNetworkResponseHandler.m in Sources */, + 61C1D3D4DD3340195A4556D54E89DFB6 /* FIRCLSNotificationManager.m in Sources */, + 07052879967C41AFAF1A18F3E55903C6 /* FIRCLSProcess.c in Sources */, + C8B1021CB84FE9169F6D913CF43ECD68 /* FIRCLSProcessReportOperation.m in Sources */, + F4FA4CEE87F4EEC4CA4B4C3B2E0CF64C /* FIRCLSProfiling.c in Sources */, + 6EEF23074BC9E740E88AEB6F9061757C /* FIRCLSRecordApplication.m in Sources */, + 1F97222DA3E1B709CC975E6136F40986 /* FIRCLSRecordBase.m in Sources */, + EB00F6287FD36741BD603F0B07A032FC /* FIRCLSRecordHost.m in Sources */, + BB3FB58245009169BDAEF28D0D8A13FD /* FIRCLSRecordIdentity.m in Sources */, + DA34F7770C91BCDA52569202EE694AEB /* FIRCLSReportAdapter.m in Sources */, + E6416ECF22B10C23DE1ADB9EEC76A1FF /* FIRCLSReportManager.m in Sources */, + 9BC0CCE8E02BB5F8E6E37A5B0391B0DA /* FIRCLSReportUploader.m in Sources */, + 5519756793CE2CC30D44DFB9498FF639 /* FIRCLSSerializeSymbolicatedFramesOperation.m in Sources */, + F9955F3F08FB92B28A1A10CA83DDD7FD /* FIRCLSSettings.m in Sources */, + 183318737E109497FD711C3BD53A3402 /* FIRCLSSettingsManager.m in Sources */, + 099D78F5BA4932A221C11BF93E327B3E /* FIRCLSSignal.c in Sources */, + 50D104F5E419E21185D46644FD13EF72 /* FIRCLSSymbolicationOperation.m in Sources */, + CA67E8C8069E620F13C0A0AC4CF3C888 /* FIRCLSSymbolResolver.m in Sources */, + 786E2BBC7D9E384D38D08255DF12B4E8 /* FIRCLSThreadArrayOperation.m in Sources */, + 0B4AF7FFF7B931789A9F39849F1D113F /* FIRCLSThreadState.c in Sources */, + 446EA46207436337935BAD03CC130BEA /* FIRCLSUnwind.c in Sources */, + D7170D69929504A66786EB75BF7A7A36 /* FIRCLSUnwind_arm.c in Sources */, + A114EBE14249F07F4D5CC72A3EC98014 /* FIRCLSUnwind_x86.c in Sources */, + C2074E616730DA1628878D8D3879AE13 /* FIRCLSURLBuilder.m in Sources */, + E0A9626BC5851B78AFE0E41557E2D1C0 /* FIRCLSUserDefaults.m in Sources */, + C8E628BF8E71988B51F2F5AF693AF9B6 /* FIRCLSUserLogging.m in Sources */, + 3E3A0A59E9FDECCB4313D8C3E6132327 /* FIRCLSUtility.m in Sources */, + 7C12FEE5BA0AF4C6B0CFC346716DA5D0 /* FIRCLSUUID.m in Sources */, + 44AC41D52C542249F84B5AB7BD047393 /* FIRCrashlytics.m in Sources */, + 1B58EC2B4289E967EAA45C606214A856 /* FIRCrashlyticsReport.m in Sources */, + 2503027030436100480119ED756D0F6C /* FirebaseCrashlytics-dummy.m in Sources */, + C1A6144A5B7CF9377096D738F557F7A7 /* FIRExceptionModel.m in Sources */, + 39A55A205FB18EBF37B6EDE9167ABED7 /* FIRStackFrame.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 26229A55C385020EFC21BAD133807753 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26777,65 +26693,89 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 29C27C5F870303A05B7F1A8CBF7F2C11 /* Sources */ = { + 2CDFA623FF21774083045A9DD53730BC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6F042C53972929F80231196C9EFE2553 /* bignum-dtoa.cc in Sources */, - 9B55638800419E3DBB4A67238367B52C /* bignum.cc in Sources */, - FAA33C3D5171B44CAA47D33AB56B4CBF /* cached-powers.cc in Sources */, - 19703A5DE8711C2C161A5C720E0E9308 /* diy-fp.cc in Sources */, - CE6B98AB17B0103BDB81966B2A943962 /* double-conversion.cc in Sources */, - FE111A83E887C80A99BB7B662C4551E3 /* fast-dtoa.cc in Sources */, - E7D396716B836C728A1AD569D27C01DA /* fixed-dtoa.cc in Sources */, - 176B0A376E0B638A9195B32CA538459B /* Flipper-DoubleConversion-dummy.m in Sources */, - 3C23480E8DD4035FA702DA89B4E53559 /* strtod.cc in Sources */, + A3C7205396E21E242F8BA24850F5C5D3 /* NSBezierPath+SDRoundedCorners.m in Sources */, + 80D71F748BA0B5A27B44A063CE05689C /* NSButton+WebCache.m in Sources */, + 1580400831A8193347B5CE0FB8755BF3 /* NSData+ImageContentType.m in Sources */, + D9BA4EF040F22E769FC8AAE369AF4ADA /* NSImage+Compatibility.m in Sources */, + A5934842D8DFFD7DF8C04584C97ECFAC /* SDAnimatedImage.m in Sources */, + 305FB42357CF9623AFCF9A4B8F00B84B /* SDAnimatedImagePlayer.m in Sources */, + C09B05625ED8210F0AC8A2B80066AB05 /* SDAnimatedImageRep.m in Sources */, + FF72CBACE7B06B94C0F4DA343DA7E358 /* SDAnimatedImageView+WebCache.m in Sources */, + 523C4C2308F3CE4A241B554A1EB77463 /* SDAnimatedImageView.m in Sources */, + B285D0C780DA72B83AC2E2C503E314D1 /* SDAssociatedObject.m in Sources */, + B4FE0B8CB037A8D1C12A2EE170EF8913 /* SDAsyncBlockOperation.m in Sources */, + 938A4516E505D65D0DF69776ADB9E7E6 /* SDDeviceHelper.m in Sources */, + D8D7EBE019079E82614A273131AD06B2 /* SDDiskCache.m in Sources */, + DA3C21D5A1B7E34127BD8FA4EADB846E /* SDDisplayLink.m in Sources */, + C3571E9760F84DDD8BAE84EBABE7AEF2 /* SDFileAttributeHelper.m in Sources */, + 60BDC53D8DF9B3A8B060A7EF3DC0B4E8 /* SDGraphicsImageRenderer.m in Sources */, + 894A980E74DC32CA22B687CBC6C18648 /* SDImageAPNGCoder.m in Sources */, + 3946ABCFE8F38371909695919F01081B /* SDImageAssetManager.m in Sources */, + 9F6E61703BCE114F6D42FD6ECC6C3148 /* SDImageCache.m in Sources */, + B0627EDB30B86C370118239687895155 /* SDImageCacheConfig.m in Sources */, + 8496332BC1F2062EB6A5780DACC1517A /* SDImageCacheDefine.m in Sources */, + 9C5C3BB40842BF11C1D3CC6B6CBEAD51 /* SDImageCachesManager.m in Sources */, + 95459263AE7426791DEAE1F34EB2FCF4 /* SDImageCachesManagerOperation.m in Sources */, + 1990091778070E9A3C988954880D126E /* SDImageCoder.m in Sources */, + 267A10AEBA073CFE1C644B65D6CA6140 /* SDImageCoderHelper.m in Sources */, + 64877E9E96DAA979C9E3B01102C29333 /* SDImageCodersManager.m in Sources */, + B08928F50CCA68F122583DBF3F93F42F /* SDImageFrame.m in Sources */, + EE3CD3F708BD6EE7BF430FF736895BC1 /* SDImageGIFCoder.m in Sources */, + F684AD79239D8F56D51AD79B8F2700C3 /* SDImageGraphics.m in Sources */, + 841F1106E28F90BBF06C714E77C1934E /* SDImageHEICCoder.m in Sources */, + DB8061931C5A9D919CF02C27F32125DA /* SDImageIOAnimatedCoder.m in Sources */, + 7B0CD6E00F9E6D60370924856789CE45 /* SDImageIOCoder.m in Sources */, + 9DD8674A86218975B87557292DE31A48 /* SDImageLoader.m in Sources */, + 47372AF865C7F8AEA10B47EE63B411D9 /* SDImageLoadersManager.m in Sources */, + 0DAD44A0E1FAB844304876D1D045A891 /* SDImageTransformer.m in Sources */, + F9400201D8DBC8A9D19E4020C5ED0D68 /* SDInternalMacros.m in Sources */, + E036473E17372BDB5B3C0CCCF1C97A32 /* SDMemoryCache.m in Sources */, + AAAF75D827A8A95D3773997ADB5BD008 /* SDWeakProxy.m in Sources */, + 49940914B01E79FEF7F7A9B611ABD8A9 /* SDWebImage-dummy.m in Sources */, + 289F82B9D9CC733CF516CE978A6681DE /* SDWebImageCacheKeyFilter.m in Sources */, + EE759ED92E5BECC0CC61A318C3444924 /* SDWebImageCacheSerializer.m in Sources */, + 2385B8CEAE1F1001047F4F4261853A2A /* SDWebImageCompat.m in Sources */, + C125C40DB0C07C4F4F64C793946E65EF /* SDWebImageDefine.m in Sources */, + 6EC14A2FBBC1EEA6A815930210DF9BEE /* SDWebImageDownloader.m in Sources */, + 1887F6C67488B42A8369D5D8A7F79315 /* SDWebImageDownloaderConfig.m in Sources */, + DB79EA3F1ED9698B5CD49187C044BE27 /* SDWebImageDownloaderDecryptor.m in Sources */, + 28EF1019043D4B3942EC05465D7B0BC7 /* SDWebImageDownloaderOperation.m in Sources */, + EADB1BF80000C0680A1517AF430238A1 /* SDWebImageDownloaderRequestModifier.m in Sources */, + D0A178330EB6A1E133945595303444DD /* SDWebImageDownloaderResponseModifier.m in Sources */, + B74AE4563179CC42140D12BE0B8B5C6C /* SDWebImageError.m in Sources */, + 1A2B5E14EAEF1030E6B80B826A402329 /* SDWebImageIndicator.m in Sources */, + C92814EC8A57594D663ECB2A1C253E8B /* SDWebImageManager.m in Sources */, + 910C434C7BB86D4B11A3F1D388F71AB6 /* SDWebImageOperation.m in Sources */, + 98230BD99AFAA04CE94DE926D2BDDFCE /* SDWebImageOptionsProcessor.m in Sources */, + 9C1BD43EF54CD2AE7EDFA07DEE228B96 /* SDWebImagePrefetcher.m in Sources */, + 8B840E51547729C0D0386AC562FF499D /* SDWebImageTransition.m in Sources */, + EA7869E98B305185E2A031F48DDD604A /* UIButton+WebCache.m in Sources */, + 8254A11DEB94E535ADCB5E4585772CCA /* UIColor+SDHexString.m in Sources */, + 90ACC986F2EA499BE6A9C2E699650D96 /* UIImage+ExtendedCacheData.m in Sources */, + A349DF71704A252FA948F20D0B2D30EB /* UIImage+ForceDecode.m in Sources */, + FD7175F1A2A34B51A84E035F2C744338 /* UIImage+GIF.m in Sources */, + 97BB87A29066BC846E7830BE40B727B3 /* UIImage+MemoryCacheCost.m in Sources */, + 3BF2FEFA29673A6C00CA9EE3DED4EA5E /* UIImage+Metadata.m in Sources */, + CCADB258519356A67E1680C2F5C8F4C8 /* UIImage+MultiFormat.m in Sources */, + 752A38E78A7E23555A029451E09D47CF /* UIImage+Transform.m in Sources */, + 328582D6D607AA16A6119F07BD7961E2 /* UIImageView+HighlightedWebCache.m in Sources */, + 68A0D378E7C0E6BB821659A8BD119603 /* UIImageView+WebCache.m in Sources */, + A5EC818C8F6E5FFA65C124D662A93282 /* UIView+WebCache.m in Sources */, + 9D1AF48763DF670279E8A0115A513734 /* UIView+WebCacheOperation.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 30895E478F8ED466DD0906482C76EA26 /* Sources */ = { + 2F54AE85F31789AF2BF83612F2714C84 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 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; - }; - 3093B66C13AEC65A7EB32D903802E16E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 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 */, + 5C1DE7AA529516A6F35E24210CB8B19D /* RCTConvertHelpers.mm in Sources */, + CAC2FB7118AB5F65005D495770C256DB /* RCTTypedModuleConstants.mm in Sources */, + 5CD2F44CF2B9362C16BD4217ED159602 /* RCTTypeSafety-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -26862,13 +26802,178 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3E0DEF9FC3A26DB1726EB23389D8FB65 /* Sources */ = { + 36A79917C48725B3DF30B2232E50B96B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 23F880255FD99355C2934B672C938E94 /* RNFBCrashlytics-dummy.m in Sources */, - C029E26863B3C57950073AD8BF04163A /* RNFBCrashlyticsInitProvider.m in Sources */, - 6972EE81FA37E8317A730ADE9136D406 /* RNFBCrashlyticsModule.m in Sources */, + 2162AF190A7C7B320E28C8D13A8D0C40 /* RNFBCrashlytics-dummy.m in Sources */, + FC45BDDDEDC4E53276B0B660187A90B5 /* RNFBCrashlyticsInitProvider.m in Sources */, + CCB19294C2D941BEBC30B9ADC6535392 /* RNFBCrashlyticsModule.m in Sources */, + 9F8323FEB8075577327CD8728A57D1F6 /* RNFBCrashlyticsNativeHelper.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 38566B4549872EA7D136E71992453768 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D4ED0FB56F007D35C566D2218EE847DA /* JSCExecutorFactory.mm in Sources */, + EAA17C443E50A4DD64C30EB24782C7EF /* NSDataBigString.mm in Sources */, + DE5D62586B9D00FE1C40E543F3395289 /* RCTActivityIndicatorView.m in Sources */, + 2DCFC62A417C045F8F034AD667BD1864 /* RCTActivityIndicatorViewManager.m in Sources */, + 20F1E9763E16D425A7E496D9582F940F /* RCTAssert.m in Sources */, + 8D96AE71CB4D802AA7FF2FC0E52ED77D /* RCTBorderDrawing.m in Sources */, + B2335E0457DBE7A2B2854069F048125F /* RCTBridge.m in Sources */, + E6814D20E3B18F4D92A15C9E254DA242 /* RCTBundleURLProvider.m in Sources */, + 73571EA85EB1D1BF4AD6B2DD182C62C0 /* RCTComponentData.m in Sources */, + 0E56BF71E3FAE80FA244029CB404D454 /* RCTComponentEvent.m in Sources */, + DD091E6455238D051EDDCAD54DE5B576 /* RCTConstants.m in Sources */, + 2A35F5CEB763D1B0F8B7D91C853C55FF /* RCTConvert+CoreLocation.m in Sources */, + 745167EBF9B7789340E15BE14EE51589 /* RCTConvert+Transform.m in Sources */, + 13387B14C5E12F844A4B2523003E5FDC /* RCTConvert.m in Sources */, + 00CD27DBF87D3BC23A7D5154C4FC3C80 /* RCTCxxBridge.mm in Sources */, + 648909D2A5ED7D240FC47F95CC488C0A /* RCTCxxConvert.m in Sources */, + 35DEAD70C948B4871DAD562D8D635E5F /* RCTCxxMethod.mm in Sources */, + BB9CFA7600ABCDA32056714392FB9849 /* RCTCxxModule.mm in Sources */, + EF75A3C330C8C9AC1C3AD4B0345E40B2 /* RCTCxxUtils.mm in Sources */, + 87B5F31FD7F97B686C45A41416AB107B /* RCTDatePicker.m in Sources */, + F92C9318BE49B326D39A01D39F7EDB61 /* RCTDatePickerManager.m in Sources */, + 850C6380F60B2172FD71B6989F95091F /* RCTDevLoadingViewSetEnabled.m in Sources */, + 3FD8DD686660195E29A8B8F0C1D5BD9F /* RCTDisplayLink.m in Sources */, + 50D619E50052FF9B5BFEC74F6001641F /* RCTErrorInfo.m in Sources */, + 000ECC0015C1DB7251A3AE7A7FC9AA8C /* RCTEventDispatcher.m in Sources */, + 7107D21E0C9710B3878653A0DED9403B /* RCTEventEmitter.m in Sources */, + 372FA844B6F2CDB837E4F5A82CC8F75B /* RCTFollyConvert.mm in Sources */, + 8FA6985E0D319E8E2A2E75DD32EEDE72 /* RCTFont.mm in Sources */, + 3F0D14B8AC2D1643F918523185F201A2 /* RCTFrameUpdate.m in Sources */, + C0FB08E6B27E8035C26DA5BB3E07F3CC /* RCTI18nUtil.m in Sources */, + 94A92E035648216C214828F999C5945C /* RCTImageSource.m in Sources */, + B2CFE9FACFAF09369F12CAC8050E8481 /* RCTInspector.mm in Sources */, + 55BEF2C23491B2B766A9112ABEFCA749 /* RCTInspectorDevServerHelper.mm in Sources */, + AD659C2A336796C1C256EBFC38CE6423 /* RCTInspectorPackagerConnection.m in Sources */, + A28C6C6E351A7ECA59CEBFFDFB19D7FA /* RCTJavaScriptLoader.mm in Sources */, + B116231C358C83B52A4A6C2A0C9C5F7E /* RCTJSStackFrame.m in Sources */, + 6785327E221ABA3ACB49419DBA0DE070 /* RCTKeyCommands.m in Sources */, + 8101B918DD2C7CECB36AEA677EC2E206 /* RCTLayout.m in Sources */, + 735914B0A15A4FFAB316C64E39C80F8F /* RCTLayoutAnimation.m in Sources */, + 8A3CEF0DBFAD685967F3E9B4BF660E62 /* RCTLayoutAnimationGroup.m in Sources */, + 9B2DCEF0C080E8077E7F74F81E43D33C /* RCTLog.mm in Sources */, + 48774001F86367ACC8CDDD2E966B190B /* RCTManagedPointer.mm in Sources */, + AA4E5184A9903706371F76654ED88B05 /* RCTMaskedView.m in Sources */, + 0A54DC64E2643AA0B787F68A68183F8B /* RCTMaskedViewManager.m in Sources */, + D2BFDD28EC526750301E0D3E04AC06DB /* RCTMessageThread.mm in Sources */, + 3F15D48B264B310C3AA780F743BD40A0 /* RCTModalHostView.m in Sources */, + 9A51BB4BF689590E06DDD5D24226F46C /* RCTModalHostViewController.m in Sources */, + D419083BAE3D99D81522F08901826264 /* RCTModalHostViewManager.m in Sources */, + 3396F4FADF60B2E7B01BA755F2EF063B /* RCTModuleData.mm in Sources */, + 464F339CE242FE68677EF88FF21C758A /* RCTModuleMethod.mm in Sources */, + 93EF77EC7AE998D372EE0EE0F05208BB /* RCTMultipartDataTask.m in Sources */, + 5755168A043E6B3BCB580BB03DF9BD64 /* RCTMultipartStreamReader.m in Sources */, + E6C43582DD6161EE17FD08737A5DB7E5 /* RCTNativeModule.mm in Sources */, + 702CB3211C84AA076BDA62A3A094BFF0 /* RCTObjcExecutor.mm in Sources */, + FD3118A0D30F21C544D1ECA260B4D1E7 /* RCTPackagerClient.m in Sources */, + 57034C89C7986732A484800306E634A0 /* RCTPackagerConnection.mm in Sources */, + 01EA04E99E0C2B78F43FD20B2BEB6744 /* RCTParserUtils.m in Sources */, + 2A764E476545DB200C26A550C6F9C0E3 /* RCTPerformanceLogger.m in Sources */, + 97648D4CCD01710467B1A60ED888D7F8 /* RCTPicker.m in Sources */, + C5B51633CCD07205EDA64B86EDAE91FD /* RCTPickerManager.m in Sources */, + 09992A193A3209618ACD2585B485CAA1 /* RCTProfile.m in Sources */, + B5141968FF7CE3A834EB6D2A26D3F83A /* RCTProfileTrampoline-arm.S in Sources */, + 178C7A63A11DB1380AF4409F18297A02 /* RCTProfileTrampoline-arm64.S in Sources */, + 532BEEC85323F045E5E9794D0C8B36CB /* RCTProfileTrampoline-i386.S in Sources */, + 7EA8E3B8B756AC5158659AB4BCB1EFAB /* RCTProfileTrampoline-x86_64.S in Sources */, + C68DFE526617FA42678E61248DD640C5 /* RCTProgressViewManager.m in Sources */, + C7E19B45EA6BA50EBA1705A6C0BCF076 /* RCTReconnectingWebSocket.m in Sources */, + 5F4DA1BDD39C672AE3228E59A37E25EA /* RCTRedBoxExtraDataViewController.m in Sources */, + 795F096C0CB0C4533DF042EB63251A77 /* RCTRedBoxSetEnabled.m in Sources */, + D88A4F893FE30B6FCF86313C6CFB64AF /* RCTRefreshControl.m in Sources */, + EAE5F74A34E5E72F590BB86E06F709B7 /* RCTRefreshControlManager.m in Sources */, + 6527FD2DC1F4949B0B769940C892313E /* RCTReloadCommand.m in Sources */, + 8D01221992BE537A99400843F1D90396 /* RCTRootContentView.m in Sources */, + 936B9C6A122982397DEFEABEE028ADCD /* RCTRootShadowView.m in Sources */, + D8DC5A7C4A81DF934C0C2FE9EB7248D5 /* RCTRootView.m in Sources */, + 6D4555A37CCA38DF8F33233C1D2CEDA1 /* RCTSafeAreaShadowView.m in Sources */, + 97C71718DD7DD3D7829A4A8F54C20B46 /* RCTSafeAreaView.m in Sources */, + 32B63F39F8FA38FE6A1F9EDF3E06D50B /* RCTSafeAreaViewLocalData.m in Sources */, + 1FAAA77B51D15595FE1772C61C977F39 /* RCTSafeAreaViewManager.m in Sources */, + E957A9616AB1C4E1F31D7A5D8562E400 /* RCTScrollContentShadowView.m in Sources */, + B6888B03523F2AB898A2403A4D894690 /* RCTScrollContentView.m in Sources */, + 407467F669BA4BD98A5AA48C5AE5CEF0 /* RCTScrollContentViewManager.m in Sources */, + 8CB5F65C25A842279F8B95DF9A946C5E /* RCTScrollEvent.m in Sources */, + C0CDE32FAC6841DD671D1AD009E36FBA /* RCTScrollView.m in Sources */, + 91E75210C2EF06406DC56FA1F8AEE459 /* RCTScrollViewManager.m in Sources */, + 09F302910FE789989F064AD1A173CAF2 /* RCTSegmentedControl.m in Sources */, + 6F99852EB7890398C96127B1F2496F07 /* RCTSegmentedControlManager.m in Sources */, + 1B25A8BBEA94E1C22567121182E0E492 /* RCTShadowView+Internal.m in Sources */, + 1D40EAD2221E6A9EA5E92FE7576C9585 /* RCTShadowView+Layout.m in Sources */, + 94A824835845D49DAD7E7982841C50A5 /* RCTShadowView.m in Sources */, + AF38AF6B4122CDDF57D16EDA8F24BE5D /* RCTSlider.m in Sources */, + F7E088D671227AA717864971EA26B0C7 /* RCTSliderManager.m in Sources */, + 7F39201E983DE9E28513349CC090F19A /* RCTSRWebSocket.m in Sources */, + C5A61DC24E7816510C4A4A79F06FB86D /* RCTSurface.mm in Sources */, + 0E010CBDB28F6DDF16CD5D1A241BB4CF /* RCTSurfaceHostingProxyRootView.mm in Sources */, + CFA88DC2F8F780818116AA7A2DF3ECC1 /* RCTSurfaceHostingView.mm in Sources */, + E53AD12DCD6E072BEF93786180A728F6 /* RCTSurfacePresenterStub.m in Sources */, + 46FC08DE10C6E53F34F4A016015BD435 /* RCTSurfaceRootShadowView.m in Sources */, + A623E8156E433A3DFFC65B3609C34935 /* RCTSurfaceRootView.mm in Sources */, + B0E5F7FAE74554E74DAE3D5BA86E8D60 /* RCTSurfaceSizeMeasureMode.mm in Sources */, + 02EDD861917BE62AF789A138174A54D6 /* RCTSurfaceStage.m in Sources */, + 23703D4F729A8697ECB8F9DBDE312E88 /* RCTSurfaceView.mm in Sources */, + 31F04F4FE4EB6B21D74289B5EF39CE4E /* RCTSwitch.m in Sources */, + 4F2D02BCC42051873E61F852504B00C6 /* RCTSwitchManager.m in Sources */, + DE622BA26F793F49421D7F6AD433854B /* RCTTouchEvent.m in Sources */, + 6ECABBC8D85C57031C3300FA252791FC /* RCTTouchHandler.m in Sources */, + D972F36D73F57DF51F746251A180052C /* RCTUIManager.m in Sources */, + FCB11F81C141A79E92C0B60E2339099F /* RCTUIManagerObserverCoordinator.mm in Sources */, + 6402B0918E6325CBD0C0E237A252F032 /* RCTUIManagerUtils.m in Sources */, + 46F6B1411D771FD1C7EB33D391B24442 /* RCTUIUtils.m in Sources */, + 7047F1ED856DD7225B2454314FEF4021 /* RCTUtils.m in Sources */, + 933FE4499A1DF8A5023AB124D3F102D0 /* RCTUtilsUIOverride.m in Sources */, + D898F4D98120CC3FF4C79E2C5D723554 /* RCTVersion.m in Sources */, + 303B9272CDED940987786CC8B042A33A /* RCTView.m in Sources */, + C34094048EA6740E28F0AB24BB360BDD /* RCTViewManager.m in Sources */, + 6A02D18728F1D15C991D9F44B667557D /* RCTWeakProxy.m in Sources */, + 63CBA7F8E8BB3F79901ABF13B3CA12F4 /* RCTWrapperViewController.m in Sources */, + 98F8067A4835837E6C277C528ED20646 /* React-Core-dummy.m in Sources */, + 700392024309C0CA1078C765331AE16D /* UIView+React.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3CE008ABD8DA96293D85B1759ED18543 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A1251A9E7A7123C82C6CD78997B569D1 /* RCTDataRequestHandler.mm in Sources */, + 2FAA587282C4532457E1B4C17A049C42 /* RCTFileRequestHandler.mm in Sources */, + 6AF54E24842761B600136FB6A9B7C3B8 /* RCTHTTPRequestHandler.mm in Sources */, + 508FC47437AF620680733C6A1BC461BA /* RCTNetworking.mm in Sources */, + C9E56183A0E396B00C878AD073521F35 /* RCTNetworkPlugins.mm in Sources */, + E00F288208B813286F43A86229A06964 /* RCTNetworkTask.mm in Sources */, + B196DE8C4C3C00EB9ACB8EBF7343D32B /* React-RCTNetwork-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3D0716CDDD1C294759BD8B5B48B7C80F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E4FF71922991AE8BA46C4494523906D3 /* FIRAnalyticsConfiguration.m in Sources */, + DFCDC4BD6C4B109CBF3A56A71E04AD8D /* FIRApp.m in Sources */, + 1CB6925BD51D861BDEFC44A57B9A00AA /* FIRAppAssociationRegistration.m in Sources */, + 5DA43C45FA9F838166F2444B5A3CE42A /* FIRBundleUtil.m in Sources */, + EF15D5641CACDBFD0BB68FCFBE41FD56 /* FIRComponent.m in Sources */, + 38E4933BDBA105682989A6EF2BA90C2B /* FIRComponentContainer.m in Sources */, + 4EE414345484A17F32D76F6954305290 /* FIRComponentType.m in Sources */, + F1599A19E59E853DF2C2B69809ABFD70 /* FIRConfiguration.m in Sources */, + 465BC3D9D867A36245CEB3C2102C68DD /* FIRCoreDiagnosticsConnector.m in Sources */, + 595847691AD14DD50BF3D07203848805 /* FIRDependency.m in Sources */, + E5AF5A8F19099B9BA16463B0725D050B /* FIRDiagnosticsData.m in Sources */, + 0F97BA203024B75C2BB14066AEF98DEE /* FirebaseCore-dummy.m in Sources */, + 547238C4858045FEC6D103E082E1E8A0 /* FIRFirebaseUserAgent.m in Sources */, + D0B313391F3A7835FE081A06C3CBE5DE /* FIRHeartbeatInfo.m in Sources */, + 0D733D652D2BE3F5EC932BAC8C3EE25A /* FIRLogger.m in Sources */, + F1C14C07CB943B132C56B1D5D3FB8565 /* FIROptions.m in Sources */, + 1ED7B1B0D733120435231219CBEBBBBA /* FIRVersion.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -26907,41 +27012,6 @@ ); 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; @@ -26956,6 +27026,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 44097693E9A317E37B0F23EB8F681C46 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + BDB5AFFD188675E46B0BF09B4A7135E3 /* RNFBAnalytics-dummy.m in Sources */, + B3A6B4A16330185BCDB99702EEB700A0 /* RNFBAnalyticsModule.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 46FB2812582C0EC553E1CC30B670004B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26966,22 +27045,28 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 4DA588F7BC435E77CB53353ACC46E6B4 /* Sources */ = { + 4A76B276F8A252BBF9C80BB229E6F9E8 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 52A61F34A5E15791B7B83A514AAFA249 /* UMPermissionsInterface-dummy.m in Sources */, - B4A1352431E6A2CC44DD63B2465CD162 /* UMPermissionsMethodsDelegate.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4DC3CCEBBA2158F7407C17408E441598 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 0B83B0A088BFFCE6DA6D366545292EC6 /* RCTConvertHelpers.mm in Sources */, - 95DF45B851DF9544DA6B811EFEFDE5AB /* RCTTypedModuleConstants.mm in Sources */, - A4769B0EB887405108D381690EE6D66F /* RCTTypeSafety-dummy.m in Sources */, + E957336F20971184BCB88B258C5B423C /* FIRCurrentDateProvider.m in Sources */, + 282012EBF3DA18E671623EF58A5EC635 /* FirebaseInstallations-dummy.m in Sources */, + 281618F50C01E9779B0DC7542075947C /* FIRInstallations.m in Sources */, + 25B39EFE93275A5772E7FEBB7911D34D /* FIRInstallationsAPIService.m in Sources */, + CE3D08F37600A29EC0F65B10DF35493F /* FIRInstallationsAuthTokenResult.m in Sources */, + C88058F7991E67783AAEB2E7C47B7F8E /* FIRInstallationsBackoffController.m in Sources */, + F13A22160CB68825A5DCDD6210294C76 /* FIRInstallationsErrorUtil.m in Sources */, + 0212AA750FDE57399D1B7E4584BD3EE4 /* FIRInstallationsHTTPError.m in Sources */, + 3785A408115A6B24F393E5E10F746137 /* FIRInstallationsIDController.m in Sources */, + 22A65699DF761B0B25D5D87F10732BA5 /* FIRInstallationsIIDStore.m in Sources */, + 7A5D558901214F8CF9BA53C4E020EB3C /* FIRInstallationsIIDTokenStore.m in Sources */, + 4C52DB7E14FA0A8EF56AC183AEB7E6AA /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */, + 21B61EB39700EF6BA421D538DCAAEBF3 /* FIRInstallationsItem.m in Sources */, + 96AA3E0E20A3662B96F010409C190AE9 /* FIRInstallationsLogger.m in Sources */, + 247D7BE1319FE703863AEDC056CFDB78 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */, + 4579EAC53BFCFB69A9B1EE0CF3C8F64F /* FIRInstallationsStore.m in Sources */, + 67C472F9F0783A8EADC57974E652C12F /* FIRInstallationsStoredAuthToken.m in Sources */, + 66F131D5143CB053CD98610B7F730407 /* FIRInstallationsStoredItem.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -27007,6 +27092,16 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 5A4915F181C49E4F4665640BF914A223 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E6B66B4D5459BCFBB53F1DD74507DCB9 /* RCTLinkingManager.mm in Sources */, + 4EEC9AEAEEB584B314FE05F8DC1933E9 /* RCTLinkingPlugins.mm in Sources */, + CEA4CC477A04781BF4F58F793A1CCCF7 /* React-RCTLinking-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 5AB7759E96E70C9A91FB3422BE09DEB5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27159,6 +27254,57 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 6B395CBCC4828FA2D4089763B2873175 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A7F3FB771E7E1F8F5DEDA99D68F876FD /* cct.nanopb.c in Sources */, + 0AC7C1DEBE5C268961D72197061246A3 /* GDTCCTCompressionHelper.m in Sources */, + E0FC27D08CEE6B279AC205CD4500197B /* GDTCCTNanopbHelpers.m in Sources */, + 6928C1DAB356E256D558A4E758134F69 /* GDTCCTUploader.m in Sources */, + 02A85881C969D49195B9055707EE5CAE /* GDTCCTUploadOperation.m in Sources */, + F18B20318552B5689BD56562DDC3241C /* GDTCORAssert.m in Sources */, + DBAF58843EA346504EAED7035CC48441 /* GDTCORClock.m in Sources */, + B584D0C2A73855DA82BC2F8B37788F58 /* GDTCORConsoleLogger.m in Sources */, + D28C7C1771442328F0907B83D590DF23 /* GDTCORDirectorySizeTracker.m in Sources */, + 52FD95DEA98E090B2113ACCC6E426F7C /* GDTCOREndpoints.m in Sources */, + 3BD4A10CC166338D6C3D86C14257B32D /* GDTCOREvent+GDTCCTSupport.m in Sources */, + 6D6D8BD2F5084497F7FD1658B09E1457 /* GDTCOREvent.m in Sources */, + C6059FD001E5604111D5C9E9A2531A17 /* GDTCORFlatFileStorage+Promises.m in Sources */, + C1F3E221AEDBD3262DFF64EC6EB92233 /* GDTCORFlatFileStorage.m in Sources */, + 5C7A0078D04B5AEF7032DA118E53CA97 /* GDTCORLifecycle.m in Sources */, + 6BC552959492D2EB30DC1B8D8C85ADEC /* GDTCORPlatform.m in Sources */, + 208D614CD83E99DA82DE9CAA1ED0D10C /* GDTCORReachability.m in Sources */, + 8F61C82F9FD3C14A4C89BF5EE2321208 /* GDTCORRegistrar.m in Sources */, + A888FA1005F641CC331FDFFB2E17CAB0 /* GDTCORStorageEventSelector.m in Sources */, + B8C5B3D6D47D64D74373DDDB97B5F03C /* GDTCORTransformer.m in Sources */, + F3926955FC6C8C4D5EFBFA89780FCE28 /* GDTCORTransport.m in Sources */, + 2FDCAC3D2B96C9F9DA8438DC9C1BC35F /* GDTCORUploadBatch.m in Sources */, + 9B44052A7CA58C69DBCE7C2AE5EE733E /* GDTCORUploadCoordinator.m in Sources */, + F8C2BE27CA75EE529E04CC581A7C21C0 /* GoogleDataTransport-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6D067DC9C764C989C522D84408EEFA04 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E76AEE324FB75C68D9B12BFF7DA53418 /* CxxNativeModule.cpp in Sources */, + 169D3675A3894D9082B48A7DAC275732 /* Instance.cpp in Sources */, + 4B0EAAA416F48F9F6E2BEFB745CCB5D7 /* JSBigString.cpp in Sources */, + BBD9DC2B4E8F4BFD5CD5D2CDD0C44B49 /* JSBundleType.cpp in Sources */, + 2E5DE35F575F07D158968BB5E3F9B9EC /* JSDeltaBundleClient.cpp in Sources */, + B03D949988BD227E8307FA541BC41461 /* JSExecutor.cpp in Sources */, + 724027CB1901CDFF5248687B90B8556D /* JSIndexedRAMBundle.cpp in Sources */, + 88889A4E6D3D97CC4FE40AD1692E7813 /* MethodCall.cpp in Sources */, + 2167CB049DDDFCFFDB28E4D3973F0FE8 /* ModuleRegistry.cpp in Sources */, + 28C565FC0E8D02360A1038511BF27D3C /* NativeToJsBridge.cpp in Sources */, + D2290745478CFF572C86943875226BA7 /* RAMBundleRegistry.cpp in Sources */, + FBBDAC17012105580DF46C88A51DD336 /* React-cxxreact-dummy.m in Sources */, + E2AB4919343A220FB12D3038C6B5F727 /* ReactMarker.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6D52977D378DDC5FE8ACB13D3706933B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27184,13 +27330,102 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6E342C1863C6EFD754695C6635FEDC9E /* Sources */ = { + 6E3499E906877D7535EE7D0CF61EE35F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - ADCB55F484D0BFC43A8FA44DB09BB2B5 /* RCTSettingsManager.mm in Sources */, - 162FBD061BB998CB2CA30E417F1660A0 /* RCTSettingsPlugins.mm in Sources */, - F7930F9AEA9196F7DD08730ADC7CD13F /* React-RCTSettings-dummy.m in Sources */, + A3F067431BFE1C9EA2F70B1CE9D326FC /* LongLivedObject.cpp in Sources */, + 7722C17F08B7E1D7C15AE27E93209B6C /* RCTTurboModule.mm in Sources */, + ECFCD572B5A03FF0BCE3B716191219D4 /* RCTTurboModuleManager.mm in Sources */, + 243D5468F973F4B753EC871A23657E5F /* ReactCommon-dummy.m in Sources */, + 59A8E1609F338A9A8CD8B32906964A73 /* TurboCxxModule.cpp in Sources */, + 169AAEB434E91D4A6E7780E4D302F23A /* TurboModule.cpp in Sources */, + 2EEB78A83ECEAD10D171389313708A74 /* TurboModuleBinding.cpp in Sources */, + A5EFFB6009D15BF892FEE20C615E8701 /* TurboModuleUtils.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6EA568F72251B93B614D6EBA0870E280 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + EA74C2ED19504F31568683206FAF2929 /* UIView+Yoga.m in Sources */, + 6825C4460A11C8472D89B816D79808E7 /* YGLayout.m in Sources */, + 0A13AE3ADE1EB20EBDB85AC984279D5C /* YGLayoutExtensions.swift in Sources */, + B4A06A64E2D22F818700CBFDDD76CD13 /* YogaKit-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6EE7623114916F746A65A4CB1E8246C6 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 89D59F04F4DD04DE9AF424CF989574FE /* BaselinesAsyncSocket.cpp in Sources */, + 858C10B86492AB46D4D6BF05796A026D /* BaselinesTcp.cpp in Sources */, + DDB9DF69CF9F353F44F18BDC69B2282B /* Benchmarks.cpp in Sources */, + 8ACBD7C8C826942F0199CBE9EF64E4E5 /* ChannelRequester.cpp in Sources */, + 93447B9DA6AEDE5E5661DD87A5A0F089 /* ChannelResponder.cpp in Sources */, + 07FDB2C7AEE418DCF7B088D3C07C0D3D /* CMakeLists.txt in Sources */, + F4AB10D51E889A29CE4A3AE8E752ECAE /* ColdResumeHandler.cpp in Sources */, + 7F960127F77059DF7CC5EA9DC29E9813 /* Common.cpp in Sources */, + A5F9F0D594D94797038D0324BF159F4C /* ConnectionSet.cpp in Sources */, + F1E75C37D6096C09813C428679DEB21E /* ConsumerBase.cpp in Sources */, + AB0E6B5A04D7A2BD5BCA7601056F3F9D /* ErrorCode.cpp in Sources */, + D80D09CEE80CCD99DFACE14DDBDB4FB6 /* FireAndForgetResponder.cpp in Sources */, + D5E6E3B60030732D5B5884A3EB687025 /* FireForgetThroughputTcp.cpp in Sources */, + 03F9D7C976232B82AD8630041730E6D4 /* Fixture.cpp in Sources */, + 018C6708FFB1C32383B39E5308B35544 /* Flipper-RSocket-dummy.m in Sources */, + 24C79E495E45E05554ADEB3A524A365F /* Flowables.cpp in Sources */, + A2857A457D8F9FE724AD7FE5F6893CD2 /* Frame.cpp in Sources */, + 68D096701E41AA4A1FECB456A40E7239 /* FramedDuplexConnection.cpp in Sources */, + A88E5A3C41BD61338FA1D9CE2A706F36 /* FramedReader.cpp in Sources */, + 8CB42B4D16CB4222457A44BE2C42179C /* FrameFlags.cpp in Sources */, + 5E891A0C2DAECB6600713C04516EA7ED /* FrameHeader.cpp in Sources */, + 5D8EE3550E66F9B9DA860157E72D525B /* Framer.cpp in Sources */, + 22AECE39583BC5AB39E629D639DF524E /* FrameSerializer.cpp in Sources */, + CCC43254498EBF7A7AC99FA1FB9C3F55 /* FrameSerializer_v1_0.cpp in Sources */, + C9A854A1E77A3B638AC8DFC0103B8D9B /* FrameTransportImpl.cpp in Sources */, + AEC64EF743DFB1F4C338556637E45C92 /* FrameType.cpp in Sources */, + 69E7D834D137CC906FC9B12306A7E869 /* KeepaliveTimer.cpp in Sources */, + F889811D3732619491667AB48F9997B2 /* Observables.cpp in Sources */, + 0F063F4BD08FE7234FC59E3B76D1AFBC /* Payload.cpp in Sources */, + 7602BC750C61467FBC577FC261E81933 /* ProtocolVersion.cpp in Sources */, + AE8D492F56A283B0F77A543BDC19CFEF /* PublisherBase.cpp in Sources */, + B1E88C23750C837168487FB5D04E643D /* README.md in Sources */, + BD45C9ED3C57B2A23E4EF4BE568A4944 /* README.md in Sources */, + 5B98B4BE4EFA758AA01ABD3CBDB5D345 /* RequestResponseRequester.cpp in Sources */, + C59624E13AA96CFBDB89D40BFADB3F10 /* RequestResponseResponder.cpp in Sources */, + 861BF970B33988B69A0937954B739107 /* RequestResponseThroughputTcp.cpp in Sources */, + 56FDEBA28F95CF21DD62B40F51A90378 /* ResumeIdentificationToken.cpp in Sources */, + 59863F6B699A4AF6E557DFD9E01736FD /* RSocket.cpp in Sources */, + 9855F1483A965A658A173DA7CB15E322 /* RSocketClient.cpp in Sources */, + 93C13A26FAB04AAEE923D3784CD8FB4C /* RSocketParameters.cpp in Sources */, + 222044A13B4A524A3A3FBA6AF42A52D0 /* RSocketRequester.cpp in Sources */, + 7CBEC1AC2146D358653AACED34128BFD /* RSocketResponder.cpp in Sources */, + EAA7E6661DF1BDB4EE28EB6E6724541D /* RSocketServer.cpp in Sources */, + F061470662D819D597F5653EF8B317DC /* RSocketServiceHandler.cpp in Sources */, + 4D4DAD148158E1FBEE862BAC568907DD /* RSocketStateMachine.cpp in Sources */, + 644FDE7392F7D1B875E51275B4B1E16F /* RSocketStats.cpp in Sources */, + CCA269C54216B5C8460DFA0D5C73C066 /* ScheduledFrameProcessor.cpp in Sources */, + 57EB246441964D23E1784C3753A37712 /* ScheduledFrameTransport.cpp in Sources */, + 4F51E6D3E85FC33087F588C521B14B3B /* ScheduledRSocketResponder.cpp in Sources */, + 45C28417CEDB1260B235613D6D0A94E2 /* ScheduledSingleSubscription.cpp in Sources */, + F75BB843ACB5EC8EB8F3CDE72BD077FF /* ScheduledSubscription.cpp in Sources */, + 49DA3F841D843DE6A4D3B31012897D77 /* SetupResumeAcceptor.cpp in Sources */, + FE70690FB72839A12A73A5196110C4B1 /* StreamFragmentAccumulator.cpp in Sources */, + 8BD4731FBA81FA171FCAB1C78BF4471C /* StreamRequester.cpp in Sources */, + 4247FBE9313CB49741C3553EC1052F44 /* StreamResponder.cpp in Sources */, + 8F279C0ABD42267ABF1BEE48463710B4 /* StreamStateMachineBase.cpp in Sources */, + 749F22E01DB00CD5FFDE591509971E73 /* StreamsWriter.cpp in Sources */, + FA248DBF47933D1C87CC62BD6DBB62A6 /* StreamThroughputMemory.cpp in Sources */, + 81B3C940DA3ED5957C16646418674A38 /* StreamThroughputTcp.cpp in Sources */, + 261DC95B5C5F3C492466B99B0762D876 /* Subscription.cpp in Sources */, + BFC2DBC248F6435B71B5CCC7748CBF1D /* Subscription.cpp in Sources */, + 65A37A23269FD2995B39722366F7F853 /* SwappableEventBase.cpp in Sources */, + A7544E93A6791E74098E990AE8F01305 /* TcpConnectionAcceptor.cpp in Sources */, + 999854DBE2AC4A0732AA0ED24B4DF93C /* TcpConnectionFactory.cpp in Sources */, + 2C074D7837B9F0005432D54ABA023AB7 /* TcpDuplexConnection.cpp in Sources */, + EFEB7306E06739C8B357065AD1010277 /* WarmResumeManager.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -27203,6 +27438,26 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 7130C3B02B5ADB306DDBC2A756DED77E /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 252D67B2106CBF78CB7C474B41738E2A /* event.cpp in Sources */, + E3425A2310473CB31DF66AA8EA88F8EA /* experiments.cpp in Sources */, + 7CB6D795EE1FF1DBC0F45DB1DE8955E7 /* log.cpp in Sources */, + C66611EC9244C70F2C2659375E7480DD /* Utils.cpp in Sources */, + 6C5452BA9C977F7B3C48A9BC41AA8749 /* YGConfig.cpp in Sources */, + 7C465AE52B921DB820510E9004B4317A /* YGEnums.cpp in Sources */, + F742DCB880E6D8F32EDA624F68D8102E /* YGLayout.cpp in Sources */, + F5A87F49F8549914AF7FE9677891F514 /* YGNode.cpp in Sources */, + EDC01F0F27E2031709C92B7BE888D13C /* YGNodePrint.cpp in Sources */, + FE1E6168F9E90A993B925C58BA62992D /* YGStyle.cpp in Sources */, + 49933CF654054503B4B168D7FAFBC700 /* YGValue.cpp in Sources */, + 42C0ACA0EC533F80C02E5D35F4690AA7 /* Yoga-dummy.m in Sources */, + ECAFFB2EBAC4CFE1DC9BF007E2DDDCFC /* Yoga.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 71896DA44086972D6F202B99254E1CD3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27216,11 +27471,10 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 77097C36BF6E5A0653F74E8B5D82E82E /* Sources */ = { + 74214022CCE0C8B1B8DFCC90AA2D35A9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9AF2454F235E6C326A9534BD8741EA4E /* Pods-ShareRocketChatRN-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -27239,6 +27493,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 79081E767A0CBFF709063E7856A0BA4F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 660E6D096CDEA923ECBF594E9CE072AA /* Pods-ShareRocketChatRN-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 7C2E3E38684AA8A415EF1633224E1CAB /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27309,60 +27571,6 @@ ); 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; - }; - 80A32FB13265807C9A6E0B7BAF4B6B53 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FAF073F541640B331869137F69051753 /* nanopb-dummy.m in Sources */, - DF2BE2C0C2335765E3DA628FB1568D67 /* pb_common.c in Sources */, - 045534C63D5A1209B26D1B260A9E8319 /* pb_decode.c in Sources */, - 18ED5A3F1591EFF7CD963300C74FC7F2 /* pb_encode.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 81EDB40E17D10196A350BB54243FD2E0 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 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; - }; 821716E3B1AE515B5F06F83CDE55ECFB /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27382,149 +27590,6 @@ ); 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; - }; - 87527D13C00FD77A39339C52096F80D6 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - DBBEE698F6D3D85FC8499D9ABE0DA432 /* FIRCoreDiagnostics.m in Sources */, - 7382C315B793423DB244B4FC7EC4A79C /* firebasecore.nanopb.c in Sources */, - 8350B5344DD74F056D5E066BA7F196F9 /* FirebaseCoreDiagnostics-dummy.m 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; @@ -27534,37 +27599,31 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8FED9B5B4F059F5478C085D5F13E67B7 /* Sources */ = { + 8DC2FEF11C019E5B53AD8CD0397A9FB6 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1B3A8973244529C0570F19527256D9B6 /* RCTVibration.mm in Sources */, - 716FCBA3838D5E465F1C718BF8A3807E /* RCTVibrationPlugins.mm in Sources */, - 7894538708043EA6C58F0503975094CF /* React-RCTVibration-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 91DAF8DF98C806A8869E1F76366B66C3 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - C8E6CA71CC1F49D9C696185FEA0BE565 /* FirebaseInstallations-dummy.m in Sources */, - 4C397EF99315E3D07D51620E725338AF /* FIRInstallations.m in Sources */, - A60C49347CB026AF9F413F42A87B6658 /* FIRInstallationsAPIService.m in Sources */, - 07C73BAD832C9C4A87FD735867F54427 /* FIRInstallationsAuthTokenResult.m in Sources */, - 19750EB180F39F69B969D9CF646E5200 /* FIRInstallationsErrorUtil.m in Sources */, - F81EDCC13F9FAC12132B8700B00C486E /* FIRInstallationsHTTPError.m in Sources */, - 056BFF301C02C2A8F4D6FE5CB8AB0E07 /* FIRInstallationsIDController.m in Sources */, - C6AA9B7CB0BEF87036F13062137DA244 /* FIRInstallationsIIDStore.m in Sources */, - 53A9E8F584A7406DCF9D573001164D64 /* FIRInstallationsIIDTokenStore.m in Sources */, - E931594A84987B624C5BC023312E1DEC /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */, - 4C8F59ED4554F5A4DE8BF079E0B4562D /* FIRInstallationsItem.m in Sources */, - 0B0D025EDEF39EFBAC691A9A3FECE11D /* FIRInstallationsLogger.m in Sources */, - FCB10874E0624109B4648381220A1D3A /* FIRInstallationsSingleOperationPromiseCache.m in Sources */, - 45DB30F050A26962C2F1ACC3C61AE6C7 /* FIRInstallationsStore.m in Sources */, - 7BC3ECD8116369FD1A78F1FF7DE57B58 /* FIRInstallationsStoredAuthToken.m in Sources */, - 6C422A8013A7E450FFD5E20CBF070972 /* FIRInstallationsStoredItem.m in Sources */, - 484E51F13E09C2650AF5EFD64023B79C /* FIRInstallationsVersion.m in Sources */, + B40F908F9D3006DE289D37F0A508A6AF /* Assume.cpp in Sources */, + 1540B815C94053D4624137E12DF97221 /* Conv.cpp in Sources */, + 30F4F59018DBA565E53E68597C11390A /* CString.cpp in Sources */, + BB0749E6C27FE51B2949E0535EF6A832 /* Demangle.cpp in Sources */, + 112A8CDA4EB9AFE600848F3CB6291E86 /* Demangle.cpp in Sources */, + C0088376E6BB408954068854963F18AE /* dynamic.cpp in Sources */, + FB3A746866A3E0DBF074E8E13E7E6BD8 /* F14Table.cpp in Sources */, + DBDE4B9EB07C004D13822B1E7CA5DAE3 /* FileUtil.cpp in Sources */, + F2FDC8E43C3856065EC45D53AE20F29C /* Folly-dummy.m in Sources */, + 63A5463F627990B1DF13E95B0A112F7D /* Format.cpp in Sources */, + D00E95660BE96EAA3D9524916EBDFCDB /* json.cpp in Sources */, + FE194AF333D52F371C167F64C295B18C /* json_pointer.cpp in Sources */, + 7F8E583EBDE8DA1B9F61E42F60C94AB1 /* MallocImpl.cpp in Sources */, + 50D6F89403116E0D9401ECD5DCA22236 /* NetOps.cpp in Sources */, + ABB12F118E8158F73588BF9940DBBD3E /* SafeAssert.cpp in Sources */, + 363092AA1D09EA9D75DC36F5F8B0398D /* ScopeGuard.cpp in Sources */, + 46503288003913EE92B34B4729115A38 /* SpookyHashV2.cpp in Sources */, + 892BA81E8D1CBC9BE09E88BE607AF65D /* String.cpp in Sources */, + CEB173492AE47B9A4BF57D1BDE1AA0A6 /* SysUio.cpp in Sources */, + EB705DF5EFC60A9106428477BDE438E9 /* Unicode.cpp in Sources */, + 80DFF5941D5C94DF359AD1768E9BF6A8 /* UniqueInstance.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -27577,11 +27636,54 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 96878A31DC31EB607E9D2BC4701175C1 /* Sources */ = { + 946650891CBDC8D30E659291F17A86BC /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46BD2882CF00F6E8A62C61AD4EB8EDE9 /* FBLPromise+All.m in Sources */, + D8FD5DEAB27920FB3CEFFACA48377838 /* FBLPromise+Always.m in Sources */, + F865B414A1FB10278CA8A74C326DAB0F /* FBLPromise+Any.m in Sources */, + B8A5EC217ACF8923A03E4A1C62E8B4AA /* FBLPromise+Async.m in Sources */, + C7D6F2B50EF54CA197B16938977D915F /* FBLPromise+Await.m in Sources */, + 27C5C8C8C9C7B95BA89377B7E03D11F1 /* FBLPromise+Catch.m in Sources */, + 3C321FFE8665ACA424A2078B81D321C1 /* FBLPromise+Delay.m in Sources */, + F960A2FFD36567AE4F7F19103B9834E8 /* FBLPromise+Do.m in Sources */, + 0F4913348A43AD5E0A6FD01F168F6026 /* FBLPromise+Race.m in Sources */, + EB464186EAD58615258328DD61EE6E7D /* FBLPromise+Recover.m in Sources */, + 786D606F66AFF16EC54EC49661B234E3 /* FBLPromise+Reduce.m in Sources */, + 0046E5436BB86AD41852E05266B9CA4A /* FBLPromise+Retry.m in Sources */, + 4570671EF3E95DA395C611B8F651B81D /* FBLPromise+Testing.m in Sources */, + 1CEA81AEEEE29957DDE74968BBB197CC /* FBLPromise+Then.m in Sources */, + A1284B6E800A11D8B542B268CC794360 /* FBLPromise+Timeout.m in Sources */, + 775652DD25ED5C3FABD963F96E82E6E6 /* FBLPromise+Validate.m in Sources */, + 2F7A0A745A555019704A48B74A6C489B /* FBLPromise+Wrap.m in Sources */, + 82BBB1400E2E7C1DFD64AA02E021C20A /* FBLPromise.m in Sources */, + 822CCEFEA417DCFF2BD11BEF70317D6F /* FBLPromiseError.m in Sources */, + C5369C4447B90E4C985E3D1B5CC62372 /* PromisesObjC-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 959EE5942A6ABBE00CEA9E5D5E0A446A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ACC80D9C3F1EC733A6566E14CCB43387 /* UMAppDelegateWrapper.m in Sources */, + 558D5A94FC69DFEC087633BE8AB4804A /* UMCore-dummy.m in Sources */, + 5277F750A5DA7B087CDF0F0680C83CFB /* UMErrorCodes.m in Sources */, + 06A6E3853E9804E84A08BD8587B2128B /* UMExportedModule.m in Sources */, + 4EF1C709C015F3C37C38F44AE05CD434 /* UMLogManager.m in Sources */, + 718C9A996D6D918EEC91604A7CC4BF17 /* UMModuleRegistry.m in Sources */, + DFBDBEAE3B98550E2145ADAE609AE85A /* UMModuleRegistryProvider.m in Sources */, + 8873D7E83AEF31240C571DF3A9A98632 /* UMSingletonModule.m in Sources */, + FB5E8F9C7C5287C6E561445544FB2B6B /* UMUtilities.m in Sources */, + 1DC25C820B2A573DE2C1192BC35D8213 /* UMViewManager.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9761CF1F310A91B927BB69B176B327C8 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D52DF263F6B8B51F0BBD84B9EA495BEA /* Pods-defaults-Rocket.Chat-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -27598,54 +27700,38 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9A10890965F13D4AB54FC2F36B95C331 /* Sources */ = { + 9A77F9202F6BC6340BFF091DE7FE71D5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 81EB70D6F5DE89D222B3300FE2D2DFAE /* demangle.cc in Sources */, - F59559A80A6749CF498C8F130D129FCB /* glog-dummy.m in Sources */, - 3BF2BA5E23BEBFDD67761110D45E4718 /* logging.cc in Sources */, - 98B74E9714C7B606A50AD9EFDD99459E /* raw_logging.cc in Sources */, - 6E834470CF0ECEDA3715568786CB4104 /* signalhandler.cc in Sources */, - A87300B034B975C706A4C6EAD9981B5E /* symbolize.cc in Sources */, - 67FB77B5523EB19EF70F659E7E1E26C3 /* utilities.cc in Sources */, - EEFCC24373F45C78C770E6CB929BC75F /* vlog_is_on.cc in Sources */, + 1B2540D88E6B1BB90874926D7CDE9990 /* FIRCoreDiagnostics.m in Sources */, + D8D5734866CD78806B57B7D77CCF8E91 /* firebasecore.nanopb.c in Sources */, + 62028A93E3465157E7FB65A5CAB67091 /* FirebaseCoreDiagnostics-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9C6552DF17BF71706171A40136760A8D /* Sources */ = { + 9AE923FB0FE0437F656F96B3E765D814 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 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 */, + 3387D2DA1D7046B4EBBAB253EEBC2E50 /* bignum-dtoa.cc in Sources */, + 7B2282855BC1BC7422C47433E0E02FAA /* bignum.cc in Sources */, + 0DD23116ACFD08335117542ED2D7B7BC /* cached-powers.cc in Sources */, + 7C8B2B2D3D69363BFCFA7E068F9952EC /* diy-fp.cc in Sources */, + FCBDFBE93CE023EBDE42300160B8C1C3 /* double-conversion.cc in Sources */, + E80EBCB4639286152E3248395A82AA27 /* fast-dtoa.cc in Sources */, + 877CD16D6F94CF8CCF81BDA8D0309252 /* fixed-dtoa.cc in Sources */, + F5A0DBACD5C73D559B70E9E3F7A5906C /* Flipper-DoubleConversion-dummy.m in Sources */, + B036F1B26A1F4B93C75BF744DB1AFAE2 /* strtod.cc in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9D03CEFA1D32826C7B58F049D9B16A48 /* Sources */ = { + A36544DAA249C7B6F3EAB08AEEA28841 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A12AE97B7C45C2A0EFB2DB544284E0B4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 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 */, + 89983126ED8286520F5E189EA367A6CE /* InspectorInterfaces.cpp in Sources */, + 22EFC1C55E599EF2CABEABBB57E5FBD4 /* React-jsinspector-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -27668,15 +27754,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - AA08ECE588FE40B13EC407D3083F2CD7 /* Sources */ = { + A9F7E9C8AEFD524E74A76EF2A8200DB8 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 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 */, + 57AAE0878F3C8A94A58D819153BC5692 /* RCTBlobCollector.mm in Sources */, + 10C04DB2E126FD244E0C3CABDB8621E6 /* RCTBlobManager.mm in Sources */, + 54CD5048E813A962969CB005B407529A /* RCTBlobPlugins.mm in Sources */, + 15F5B801CC65ECA73371A178BADC90FA /* RCTFileReaderModule.mm in Sources */, + 1AC075CF9689180B80B1BF5A86CC537C /* React-RCTBlob-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -27691,6 +27777,163 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AF5E2EF3A90FE9BC14B5C1D98B58EF81 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 91725A97279BD4005D72A1D2CEA8DFE9 /* Pods-defaults-Rocket.Chat-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B0F6A96B96BEF468042BC355BFC779B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 688ABA4EBF74B1F4D29070D92FFA24DB /* alpha_dec.c in Sources */, + 41CC34364001BBDA02DC4C8EC41031CA /* alpha_enc.c in Sources */, + D517EFA94539A8A5D2A06D3188100611 /* alpha_processing.c in Sources */, + A5D3A840311F01DDE853663A30131D36 /* alpha_processing_mips_dsp_r2.c in Sources */, + AC09D764DE9F35BB9DB89453D3A5F52E /* alpha_processing_neon.c in Sources */, + 0F74594CE5511D5FBB8E3F0501C3B555 /* alpha_processing_sse2.c in Sources */, + ED59E9A3AF2A42652D8548BF0997F9A2 /* alpha_processing_sse41.c in Sources */, + 7E988A4EE5A036ACF1DA8B99A5EF6644 /* analysis_enc.c in Sources */, + EBAAAC41E03DEB5A63583313B5736557 /* anim_decode.c in Sources */, + C0CC04AEB78B78BB540382E4843A13D4 /* anim_encode.c in Sources */, + 9B918E262F1D682FFEE260E40DCC3E0A /* backward_references_cost_enc.c in Sources */, + 971E41C6C251E171F66F5F4ECF8522EF /* backward_references_enc.c in Sources */, + F6033F22724D9122B0A978AB7252C574 /* bit_reader_utils.c in Sources */, + AEFCC175F970AC088D1D365E75B77BBA /* bit_writer_utils.c in Sources */, + 1E7F591A65F2D411A36B01B92ACE8566 /* buffer_dec.c in Sources */, + 9D5E431DF5AC625A6920C8AB97C19BF6 /* color_cache_utils.c in Sources */, + 995D68F0C722B653D59C8BFECCB53205 /* config_enc.c in Sources */, + 876502B56BFEA85C47BBA6736BE793B3 /* cost.c in Sources */, + 9A9933D808C8FE05969AF8BBC9018131 /* cost_enc.c in Sources */, + CAEE5428E85420E3A56E1FD79D2CEED0 /* cost_mips32.c in Sources */, + EEC6EE2686690AE5C45B7367484C861B /* cost_mips_dsp_r2.c in Sources */, + 8016678F8D945FEEF817B8B19B0BA2A8 /* cost_neon.c in Sources */, + CFB7715951C631629B339C391D4BE992 /* cost_sse2.c in Sources */, + E38A2846E489CBB664CD87072809A8D6 /* cpu.c in Sources */, + FD69A4D4B4334916B919E58D6DF559D9 /* dec.c in Sources */, + 83604D5AB45305B0D2180B217F6D9A6F /* dec_clip_tables.c in Sources */, + 60B386EDEC8BC48A9AFACAE3D3A91B32 /* dec_mips32.c in Sources */, + 02CE6F88219E056D94844ECD6E7A036B /* dec_mips_dsp_r2.c in Sources */, + 61C16DE732B2333524BAA4ED4CF6A186 /* dec_msa.c in Sources */, + 80911A5B48DC49C4ECA3DA60EFD1A7A8 /* dec_neon.c in Sources */, + 1A7E28066EB981933711DF6D3C606763 /* dec_sse2.c in Sources */, + 86002FA3D6C9A9D6EAD14B30302E1572 /* dec_sse41.c in Sources */, + E93CD19A1E504EBA1463DE60847276A7 /* demux.c in Sources */, + 347AB7BA7A135FA003A8E2C707A5B372 /* enc.c in Sources */, + 88648D04730D1508377B634288C5F13B /* enc_mips32.c in Sources */, + A20111A597E8EF48C07687F0427A5BFA /* enc_mips_dsp_r2.c in Sources */, + 58CED8F70DB651EB525ACE8B169507EB /* enc_msa.c in Sources */, + 45B9CE0BB23F27CFCF9CA7C1B868CAB6 /* enc_neon.c in Sources */, + E2BC9A8A127D3D4391E5EBA3444E3FFB /* enc_sse2.c in Sources */, + 00BBCD1159BD8E5736ECB19B1E9DD847 /* enc_sse41.c in Sources */, + E90B90063F2D7778B1680ECB2822EDDB /* filter_enc.c in Sources */, + A9DA9463EC8416E0DC74CF615EFA0207 /* filters.c in Sources */, + 53D445CC5E214617C0D4422DDC5E1097 /* filters_mips_dsp_r2.c in Sources */, + BEB10B41F6FE13272304E8A8B47F7042 /* filters_msa.c in Sources */, + 2361E3650CF15F3799E4006220CFD805 /* filters_neon.c in Sources */, + B85FC204D710C375469D2B18FF41BAFF /* filters_sse2.c in Sources */, + 2632AB838D8D0D71DFE8C5CB47273CFF /* filters_utils.c in Sources */, + DF83023D0481AB4403371AF63A3B34AD /* frame_dec.c in Sources */, + 9716E153EF356AC8F284C11AE1A7FEEC /* frame_enc.c in Sources */, + C2C2402165B34D5404664609A22D3F88 /* histogram_enc.c in Sources */, + 75F54FCCD89C187614B469A21C7D5B1C /* huffman_encode_utils.c in Sources */, + FD1F13DAE68FF851CD6F84E238742E32 /* huffman_utils.c in Sources */, + 2C6E97513A2D9DE144665BF813001F07 /* idec_dec.c in Sources */, + 34DBC0C6E00CD3D05DD27591E15BE191 /* io_dec.c in Sources */, + F39353F15AF32B53B20DA97D775B0061 /* iterator_enc.c in Sources */, + E7C977C7773740C3C3040230D309EE6B /* libwebp-dummy.m in Sources */, + E5A52763CD6D7F17CF52B4CF008DC9B7 /* lossless.c in Sources */, + 728259095E0F34467B06E200A410D536 /* lossless_enc.c in Sources */, + DEEBDD68428E886B479168339ECB10FF /* lossless_enc_mips32.c in Sources */, + D955A45C5E842B7C48CC72806BC0DB9F /* lossless_enc_mips_dsp_r2.c in Sources */, + 73E5FA6958A3721A6795CC9BCAD586BF /* lossless_enc_msa.c in Sources */, + EB6406DA10013189C60A9C88E53CAB51 /* lossless_enc_neon.c in Sources */, + AFF442F596EA9A3F55D16C54A9B72016 /* lossless_enc_sse2.c in Sources */, + 64DA811CAAF98C7E55D4A668C0B2A474 /* lossless_enc_sse41.c in Sources */, + 38F410AA9B127D8305A10662AC453C72 /* lossless_mips_dsp_r2.c in Sources */, + 2E47FFC3DD25EB33E75DFCABA121E038 /* lossless_msa.c in Sources */, + 85E0267B67F2BFDC9425546D83660DBA /* lossless_neon.c in Sources */, + A9108FA0056FEF2C87918B51DECAAEB7 /* lossless_sse2.c in Sources */, + C2EF0103DDD5DA1BAB20B4E20C2F3DA6 /* muxedit.c in Sources */, + 2992A6A8C3F6688EBD8BF8C749DB1C90 /* muxinternal.c in Sources */, + 7F9D0BFB7CA2856528063A5C3C60526B /* muxread.c in Sources */, + CA32846AACB359E4695ED4DF8E863ABF /* near_lossless_enc.c in Sources */, + 612BF976A784D017A33749F68901BB19 /* picture_csp_enc.c in Sources */, + 8CF609CBDDF69A39AA3644519D0A3994 /* picture_enc.c in Sources */, + F4635622FF7AD48417F081FDE987D50F /* picture_psnr_enc.c in Sources */, + BA2005DD63700B586325B11FDE14238E /* picture_rescale_enc.c in Sources */, + C4FA1252F311F3E8E6520F55AA9D6CE4 /* picture_tools_enc.c in Sources */, + D7DB629696569BBF4DEDFF9338F333D4 /* predictor_enc.c in Sources */, + F5D1C0AEA0B2D6BD1F82AC21423420B8 /* quant_dec.c in Sources */, + 5DFEC10A5F5D4E189C42F11E247DAA38 /* quant_enc.c in Sources */, + 3D546C7CD1E09B0D2126E7F899E41F9A /* quant_levels_dec_utils.c in Sources */, + EC03B42E5A791C0EDEE043870D2E5D4C /* quant_levels_utils.c in Sources */, + 998F904A36D5310C474FB8CC90060E4C /* random_utils.c in Sources */, + D20FC0FA86465BCC0B7A8ACA361B7299 /* rescaler.c in Sources */, + C1C10E9B0096BE44D765736246A3DBA9 /* rescaler_mips32.c in Sources */, + 53933C750B8927CEA1309DD75D9A20DD /* rescaler_mips_dsp_r2.c in Sources */, + 4D6C8B27B9F78880367D7C9F4774A564 /* rescaler_msa.c in Sources */, + BB20C26A95446EF2FAC6E041D7FE6FCF /* rescaler_neon.c in Sources */, + 3AB9B0276E5A72C5AC6103970FD0D5D8 /* rescaler_sse2.c in Sources */, + B729ECD2CA3E362DA26F92FDFA8B54F1 /* rescaler_utils.c in Sources */, + AA20A77D3DE222BB489BA3EA8C2D249A /* ssim.c in Sources */, + 1B3062B4D900F59DD50744A0F4FDEB96 /* ssim_sse2.c in Sources */, + C3D46F50D97ACF97A3ABEEE608527FD7 /* syntax_enc.c in Sources */, + 1976E09409B7E37BAC8D5787800810D6 /* thread_utils.c in Sources */, + A2A39FA52AA8B74BAB8CCBA27C755F9A /* token_enc.c in Sources */, + 4271FFC4CAE4CAAFE6AA17579D73B36D /* tree_dec.c in Sources */, + E739857E523E4060D9C561389269B82B /* tree_enc.c in Sources */, + A57A9325491F27B5B7F0EEC399029E2E /* upsampling.c in Sources */, + BEB3AF783AA1A04D64B697FCFABF036F /* upsampling_mips_dsp_r2.c in Sources */, + 88CF4131B60D15E944CB4F28CEE820BC /* upsampling_msa.c in Sources */, + 5E463E64CD5AAB14E22CDFD0FC0BC2AD /* upsampling_neon.c in Sources */, + AAA04BC83BA6D2F237C6CD72F8DA804F /* upsampling_sse2.c in Sources */, + 624EC38E48BCDAC3E53F41926A1E5295 /* upsampling_sse41.c in Sources */, + 6B2882B36E5739E422F55376E3A0610E /* utils.c in Sources */, + D834E8CAD005752FC02B1C95C9F7BEE3 /* vp8_dec.c in Sources */, + 56FF6FE5BCA17F609B427584A4E1783E /* vp8l_dec.c in Sources */, + 97A36F2DA145570DE2AF7280F716F05D /* vp8l_enc.c in Sources */, + 7D22208E161E7232DA34406F17338172 /* webp_dec.c in Sources */, + 3C8B10A69B4E610B8F728849CBF8CBD1 /* webp_enc.c in Sources */, + 6878BCB061B32892BF486BD1864874EC /* yuv.c in Sources */, + AE4CE36346031CE691549E521B17D1C7 /* yuv_mips32.c in Sources */, + 86989CDB4BA2EC921B8366E6189B6726 /* yuv_mips_dsp_r2.c in Sources */, + 9F389CC783B61863C985A4538644136F /* yuv_neon.c in Sources */, + 94345C5144B57D7EB8138161E936BFB3 /* yuv_sse2.c in Sources */, + 1D1005FFFD001845DED8B8D342B84B09 /* yuv_sse41.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B1C885B2A2EFCF910F1662CB2B75A542 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + F311BF0C72C6DDE8EF3726BF31940AEA /* TOActivityCroppedImageProvider.m in Sources */, + 8C41DF5F36238664DC4D0805FBFDB92C /* TOCropOverlayView.m in Sources */, + 43A99863BCD96E329797D033EB184B4C /* TOCroppedImageAttributes.m in Sources */, + 9182249451E7F276946AD40A19E0382C /* TOCropScrollView.m in Sources */, + 27AC8CFDABD93D3DD794EE2154CF6D83 /* TOCropToolbar.m in Sources */, + DA96036FA2B270931794ED618118F26A /* TOCropView.m in Sources */, + 27DC5A1496A2FAB957F427E170C2C465 /* TOCropViewController-dummy.m in Sources */, + 5314CC86B8D2475B371176928ADB7336 /* TOCropViewController.m in Sources */, + D1C3532ED6A7C0972A66BB628598D5F3 /* TOCropViewControllerTransitioning.m in Sources */, + 6F5027732FE15C1C808332969743E509 /* UIImage+CropRotate.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B25C351F104898F1CE1772B53325E375 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 7C9CAA8AAD6065C19518485D5153ECFB /* RCTVibration.mm in Sources */, + 95BA8A385AB0EB774E612D6698FC6516 /* RCTVibrationPlugins.mm in Sources */, + 5104B3E30AA0EFBEA9EE522B472A6B25 /* React-RCTVibration-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; B29F6B4D19279FD6E2ACC1B34B72ABE7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27714,114 +27957,34 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B2B487099728AB25E8DA7DB8CC261807 /* Sources */ = { + B88BD580C74310C440E82D1C49B963A9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D9D7640C312E4F5D10B045C66F25D16D /* RCTConvert+RNNotifications.m in Sources */, - B777045A0B6188B81FEBFA6615EEC91F /* react-native-notifications-dummy.m in Sources */, - 6D4221604A646F7E15D58162641C7719 /* RNBridgeModule.m in Sources */, - F4D59FBF8971EED16A3A357859818125 /* RNCommandsHandler.m in Sources */, - 06790325DF359DC61EAC515295D64139 /* RNEventEmitter.m in Sources */, - 906F81B02AF6433FF551221C78F8683D /* RNNotificationCenter.m in Sources */, - 93B1B5AA846FF98B591DE480C117BF1F /* RNNotificationCenterListener.m in Sources */, - AD91D024AD639FACF7D9F42AF6129707 /* RNNotificationCenterMulticast.m in Sources */, - A7CBB4FA781535D20605D6B3D7AEB381 /* RNNotificationEventHandler.m in Sources */, - 55F765F37C59C5C960CB40C562CA9CBE /* RNNotificationParser.m in Sources */, - 1AB409368DE96B84F159C045C652405A /* RNNotifications.m in Sources */, - C3526B4559076B3A4B3E014D48676190 /* RNNotificationsStore.m in Sources */, - 33187A10BF5CF09073D396DCE97FF6ED /* RNNotificationUtils.m in Sources */, - D182608FDFEC21E7230DFE29FA430907 /* RNPushKit.m in Sources */, - F9F2C514B5F410C5C47CCCD541D1BFEA /* RNPushKitEventHandler.m in Sources */, - F49C2FA8B1239AA5E35582766C9F05C6 /* RNPushKitEventListener.m in Sources */, + 8A6C3CAF0D4EC30B47B194436D8E9F0B /* RCTConvert+RNNotifications.m in Sources */, + CC10AB686258D8B37525DCB2006D9F5A /* react-native-notifications-dummy.m in Sources */, + 21C10523B2673B8863B135082B6BD97B /* RNBridgeModule.m in Sources */, + 977542090F294D37B1272DC5C60EAE81 /* RNCommandsHandler.m in Sources */, + 99AE954813E539327161E8EF058303B9 /* RNEventEmitter.m in Sources */, + 4DBC534FD227B721A3F2D14BF81EEB51 /* RNNotificationCenter.m in Sources */, + 4FBD675B26C0EB3371918164DF49E659 /* RNNotificationCenterListener.m in Sources */, + 2B775780068F4A68C3A7CB09C37FFBDD /* RNNotificationCenterMulticast.m in Sources */, + D0E7C5482E417D85570B7A3DED6D0EE8 /* RNNotificationEventHandler.m in Sources */, + 9369481F2FD18FC1DF4C2197D26DAE88 /* RNNotificationParser.m in Sources */, + E3A9A76CECB223A31DA373B0DCDED5E2 /* RNNotifications.m in Sources */, + D1B42BD09B4E863D144057B3F70810DC /* RNNotificationsStore.m in Sources */, + 917786D91A8B197DD5EE70EA32F0DA9D /* RNNotificationUtils.m in Sources */, + 5232D2F074B13E18F6F44F69D5ACEDB7 /* RNPushKit.m in Sources */, + 1A8B09EF8F672A79457D339B07FF8D4A /* RNPushKitEventHandler.m in Sources */, + 333727BE81A672146C04E15F6A2AC3C1 /* RNPushKitEventListener.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B4A02E143964DEC773779516D0EE5AEB /* Sources */ = { + BF48E3959DB0CE3C62FF93F1386A5098 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 50F48DEA9699FFADBDF5C7E49E962B31 /* Assume.cpp in Sources */, - B5624B2574FCBD6D2EE1AFAAC3EBF821 /* Conv.cpp in Sources */, - 9FA5FD43E5B421A79D9BF607E331934C /* CString.cpp in Sources */, - 059AE8730098AB07B1F988DF156D1FD4 /* Demangle.cpp in Sources */, - 5FF2427F34560BB1B36AF262A680A7DD /* Demangle.cpp in Sources */, - B526C32E500FEFDE5119AFCB3CC5871F /* dynamic.cpp in Sources */, - ECA03478FEB50615CF46EF2FB1C34B1D /* F14Table.cpp in Sources */, - 1BA2BC88C90D25542716C82A21749BF4 /* FileUtil.cpp in Sources */, - AE328E51305E959DB9626882ADF97E89 /* Folly-dummy.m in Sources */, - 2256927FA77FD039B69FB645678E7299 /* Format.cpp in Sources */, - 57E9D27E3642D2A3A45FB9F361ECA280 /* json.cpp in Sources */, - AE383D9DEF5D919ACFEAA864AE8308B0 /* json_pointer.cpp in Sources */, - 8E0753284938C9A96BEAA05C4E87C6A7 /* MallocImpl.cpp in Sources */, - BBA4EF25E6D42D6C918ACEF83E7FCB0D /* NetOps.cpp in Sources */, - EC2BF1606D5EDF113D6AF113F435C11C /* SafeAssert.cpp in Sources */, - 974D256CC34AC0B3593314126CAEE42F /* ScopeGuard.cpp in Sources */, - C2B2FD8B3540F65786DE84DD3157C9CD /* SpookyHashV2.cpp in Sources */, - F82851901AFA951A5DA6D1E01B083B3B /* String.cpp in Sources */, - 7CA03BE2E36D6987989047AFE21C4A3D /* SysUio.cpp in Sources */, - AB8C04A89F1BD9B3F8B0F386FD4E965C /* Unicode.cpp in Sources */, - 60496583A5C28DF86368AB0134028763 /* UniqueInstance.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B5BD6D78F135464EFEACD22A6F70A0D1 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3B1C2375F72D614273A7E20F2B50FA53 /* AESCrypt.cpp in Sources */, - BAA33C07E64A19220C51EBB888717DDA /* CodedInputData.cpp in Sources */, - DE824BD4BF39F007B34DB7795FB4CD86 /* CodedInputData_OSX.cpp in Sources */, - AB1C929A07DE1226F328EFE67065E882 /* CodedInputDataCrypt.cpp in Sources */, - 00E7E507B35B9ED43364FB08C77A8B17 /* CodedInputDataCrypt_OSX.cpp in Sources */, - 8CC7E6E71C2BC3F4C733557F1E7FC300 /* CodedOutputData.cpp in Sources */, - FA2E4E700F4AA0927B0EA01B821658FE /* crc32_armv8.cpp in Sources */, - FFC16059436481CCBFDAA9B2D4ED3D8E /* InterProcessLock.cpp in Sources */, - 570E34B23882B925C3EE0377983FFFFF /* InterProcessLock_Android.cpp in Sources */, - 656E96B112F8DEAEEFE7AAEA75059837 /* InterProcessLock_Win32.cpp in Sources */, - EE849462A9967CAA051C5CB7F16FBBC2 /* KeyValueHolder.cpp in Sources */, - 20F53C4562F9243F4424D17130CA4851 /* MemoryFile.cpp in Sources */, - FDD190E2C63B62C5E33AB364FACB9899 /* MemoryFile_Android.cpp in Sources */, - 17ADCD25A0AC453A319AE7BFC4C49386 /* MemoryFile_OSX.cpp in Sources */, - 5125E604F9DF3D5E4316B650943F2992 /* MemoryFile_Win32.cpp in Sources */, - F26ADA58C32D6C1BE7CD5D718B253C57 /* MiniPBCoder.cpp in Sources */, - 3EB22CEB4B95EA971BA3072F1E43E3E6 /* MiniPBCoder_OSX.cpp in Sources */, - DE6A526E4DA692316F76227F198D322C /* MMBuffer.cpp in Sources */, - 608FD3C08394ED233BC6A43B300F84A0 /* MMKV.cpp in Sources */, - 4EF9378FC3D8BD0B8EFEAB601831B27D /* MMKV_Android.cpp in Sources */, - 6A8D0F5527B3A31CA5623B0CDECEC68D /* MMKV_IO.cpp in Sources */, - 7A9AA2C3F8CA1170D990133DC738D4C2 /* MMKV_OSX.cpp in Sources */, - 46C8A7F1F9A6494BF569DF5CD044352F /* MMKVCore-dummy.m in Sources */, - E240FE4CFF3AAB68DC9FCDFFD745FE17 /* MMKVLog.cpp in Sources */, - 83DC616794F55784AD83DCF949AD0275 /* MMKVLog_Android.cpp in Sources */, - BCE2640BC2EC085ACED3706D0923D9C2 /* openssl_aes-armv4.S in Sources */, - 77B4EF80891CBF092D9510B9F4B2A2F6 /* openssl_aes_core.cpp in Sources */, - E8AAAD11E3A011961B9D34B6E253121F /* openssl_aesv8-armx.S in Sources */, - D8D56728978B571854440BEAF9A2AFEE /* openssl_cfb128.cpp in Sources */, - 16B4DE7A881A2254D0516118EEA95367 /* openssl_md5_dgst.cpp in Sources */, - DA76C2F9286A335CC3BF97E694A9260B /* openssl_md5_one.cpp in Sources */, - BFA5894B8AD263940233E09AF9A5DD88 /* PBUtility.cpp in Sources */, - 932FBE18F8D6AA9934B4B87AE4CDE50A /* ThreadLock.cpp in Sources */, - 8FD43EBA8EBF65E2D71B5BA9ADC1F59E /* ThreadLock_Win32.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B953AE8EB688840FA938AD9826AB49E4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A2441A8CC7E81A1C4229640C1BFA555B /* SDImageWebPCoder.m in Sources */, - 047D6EB8FFFC54F62A4AFF308CC44B41 /* SDWebImageWebPCoder-dummy.m in Sources */, - 926900D8D8512D08BBC1F654CF2F013E /* UIImage+WebP.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BACD9B678C69B865EF2A990320DC765F /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 314F969C7D2BE11CFE0C7884458796B1 /* FBReactNativeSpec-dummy.m in Sources */, - 878D0D8594ECD6AF780CE5C01CB43068 /* FBReactNativeSpec-generated.mm in Sources */, + 06476BB0C7B902816C31C23D790B4AE4 /* Pods-defaults-RocketChatRN-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -27835,18 +27998,48 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C329CEDCB92265596E6F0B53B157BBB4 /* Sources */ = { + C51BFEED8833EDF14BF401578D6A1C48 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 87FAB2E7B5CB31167B2A4D0A20077AF8 /* demangle.cc in Sources */, - E9FA4E493CE37CBEAF8A008DDD4FC0AD /* Flipper-Glog-dummy.m in Sources */, - 39EF4BD6033984C2FA93DDA38B027B6F /* logging.cc in Sources */, - 3E12B1767A16F6D7D4FFD3A9F32B41DD /* raw_logging.cc in Sources */, - C2E9339C027879FBAB447AAFBC59397C /* signalhandler.cc in Sources */, - 2FEE24CCC3F937F8EBE58D7430F736A7 /* symbolize.cc in Sources */, - 3C4045BFE55E9D98AEC61AE50CD4C733 /* utilities.cc in Sources */, - E949C130EA1F57FB79EC5C0B3E3854F6 /* vlog_is_on.cc in Sources */, + 441917F92BD2A1CCB950E14CF5D524A7 /* RCTAdditionAnimatedNode.m in Sources */, + 1389AF58F6D346F831110A333D57D870 /* RCTAnimatedNode.m in Sources */, + 32230F8872A43D9A898821E2FC5EC501 /* RCTAnimationPlugins.mm in Sources */, + F8720F298DED04213F64AD402BC00244 /* RCTAnimationUtils.m in Sources */, + A972F862F05DD529B2FD9917E4FD0A17 /* RCTDecayAnimation.m in Sources */, + B1551DB634D60F04E89BA8385E25D7BF /* RCTDiffClampAnimatedNode.m in Sources */, + 29130845ABA5B83F68573D29EDEB818D /* RCTDivisionAnimatedNode.m in Sources */, + 30AF2D6E93A911F71242794946D8BA07 /* RCTEventAnimation.m in Sources */, + E8EAAE2776745D58E8076EFEAADD8BB4 /* RCTFrameAnimation.m in Sources */, + 4FF1A93EEEFD1CC49C5887003ED61D24 /* RCTInterpolationAnimatedNode.m in Sources */, + B2FBAB058986C42F0745341C1787DC7A /* RCTModuloAnimatedNode.m in Sources */, + 3D9F283EE735E065CB07E9FEA2461B2C /* RCTMultiplicationAnimatedNode.m in Sources */, + 6F1E83C5D5BA53A1D07395DFA71B01D5 /* RCTNativeAnimatedModule.mm in Sources */, + 6F03B1043AB56D7BEBB22329F8AE3601 /* RCTNativeAnimatedNodesManager.m in Sources */, + 427C0670A315434C7CE8E3A10C97CEF5 /* RCTPropsAnimatedNode.m in Sources */, + 43D838A040A59E65EAD38CB992AA5F1F /* RCTSpringAnimation.m in Sources */, + 73870C68C85B48F6F58C8E69CCEB112E /* RCTStyleAnimatedNode.m in Sources */, + AA454329B2EFEC08A9B8B41CBAB25F06 /* RCTSubtractionAnimatedNode.m in Sources */, + 90674FC8597DD1850B3856F5DBBA7D58 /* RCTTrackingAnimatedNode.m in Sources */, + 9AB7C90B576702A142C5C3B400FDE905 /* RCTTransformAnimatedNode.m in Sources */, + 5BF089644C26DB20F1BED84A0DCB2676 /* RCTValueAnimatedNode.m in Sources */, + D2A2F403DD55C5811B280A05A7CDC982 /* React-RCTAnimation-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C6160D79DB3E426B83F201872E87069F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6F823C3535137A8185AFFBCFE2D6925A /* bignum-dtoa.cc in Sources */, + 290A99823485F8C7D6009F2B6E67CF29 /* bignum.cc in Sources */, + B3D2E6223910433675D456E4287C5937 /* cached-powers.cc in Sources */, + 1D5B1FBCF9D5196F345C78ED54062B0D /* diy-fp.cc in Sources */, + 36D3C78DB596A6DEB00A7A4F8758DD90 /* double-conversion.cc in Sources */, + 88AC4B12C36EAA9349304601E6743FE4 /* DoubleConversion-dummy.m in Sources */, + 127C1B6354E1D407DA3B7EE0DF03FFE4 /* fast-dtoa.cc in Sources */, + DE84B1D41B2BE4E1025276F9546ECD6A /* fixed-dtoa.cc in Sources */, + BDF7088823D65C4F3E1A7570EA167F26 /* strtod.cc in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -27859,6 +28052,31 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + CAD62FAD01B51F88826D8D9762927227 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 83E85E9179ACBAD585641D05E710AEFA /* RCTAnimatedImage.m in Sources */, + FBCB6FB6BDAAF93F51B7D28DA6A9FE46 /* RCTDisplayWeakRefreshable.m in Sources */, + 284C633C16F53C06D956B6EE3B897FB7 /* RCTGIFImageDecoder.mm in Sources */, + D062151E5D02811C00AD19C30E3629B4 /* RCTImageBlurUtils.m in Sources */, + 065157C2F1BA032DE61FFEFF43E8F1A7 /* RCTImageCache.m in Sources */, + 639248B63EC7E01E68C313F439A1B613 /* RCTImageEditingManager.mm in Sources */, + 7C25B968730257171657FE7531E07330 /* RCTImageLoader.mm in Sources */, + 053A5F1944C4EC8A192E9E746D8CC0B3 /* RCTImagePlugins.mm in Sources */, + 7C704CEF86B93B42E29D2CEC68FE312E /* RCTImageShadowView.m in Sources */, + 7E57CCA47C89851C911EFA38DC8550F8 /* RCTImageStoreManager.mm in Sources */, + 1549DB2F75117ED32FE6A4D97CFDE511 /* RCTImageURLLoaderWithAttribution.mm in Sources */, + 40C1571F73F8F2BCD58BCBA631F172A1 /* RCTImageUtils.m in Sources */, + 6B26ADD30EAD5900D5C2B36D63306CC9 /* RCTImageView.mm in Sources */, + 0DEB330F7DFF59630E03233A01697165 /* RCTImageViewManager.mm in Sources */, + 2D38C57F74D8B961E43ADD59F09DE692 /* RCTLocalAssetImageLoader.mm in Sources */, + 45F40CAB0675F6B732FB161C31114C58 /* RCTResizeMode.m in Sources */, + A756AB5EF0DD736701B3FCB1F9DD7CF0 /* RCTUIImageViewAnimated.m in Sources */, + 6ED963269FD7697312FA9C253FF340EE /* React-RCTImage-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; CC53D1D34209DFDC335D6160B307F12B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27874,114 +28092,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - CC865F8CB40069BAE6358CCB09373859 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 529F7F8B2B9C52548A1EF01992F3DFD4 /* BaselinesAsyncSocket.cpp in Sources */, - 6D7205D7AD07A7486DE7BC2E45035341 /* BaselinesTcp.cpp in Sources */, - DB76D0B05B98CD4FDC1B1A8E7C75F86B /* Benchmarks.cpp in Sources */, - DB35D9D830399DA010FA302EA647B66D /* ChannelRequester.cpp in Sources */, - 02B0F67E1268F46CCEA5210C18ED01D6 /* ChannelResponder.cpp in Sources */, - FB75FD87F276E8776BAFEB9D5B2C55E9 /* CMakeLists.txt in Sources */, - C565D7F26E3ADA68EC443400D06E2307 /* ColdResumeHandler.cpp in Sources */, - BEE4F77D3DA63FACDE7E15950986788C /* Common.cpp in Sources */, - D450C4AC21F2E9B231839558F0203A0F /* ConnectionSet.cpp in Sources */, - 584616A78219910E31DA6733957366BD /* ConsumerBase.cpp in Sources */, - 8815CFE24B80C349BF3C976C9247EAAB /* ErrorCode.cpp in Sources */, - 4FC86232369030F0E75462CD4C4B1DA6 /* FireAndForgetResponder.cpp in Sources */, - C42D938363F17A6C6F1996FE54FB5918 /* FireForgetThroughputTcp.cpp in Sources */, - 642A7542E356D42EF2B5159D8073566A /* Fixture.cpp in Sources */, - BCEE012A3CE7FD1014FEA1E067579250 /* Flipper-RSocket-dummy.m in Sources */, - 347FF536802B32E47DDE40AB766CDC7A /* Flowables.cpp in Sources */, - 540A81C068EBD4E0A242BD18437E52CC /* Frame.cpp in Sources */, - 568F4E1B3EDB6EC5EEFC687E4836D6A4 /* FramedDuplexConnection.cpp in Sources */, - 4FCD8F441F66C477B132185CBC8B66E4 /* FramedReader.cpp in Sources */, - 8235C50BB228225C8911A0B2E4A2CEE8 /* FrameFlags.cpp in Sources */, - 1F5C7B914767359755017FB63CAD5628 /* FrameHeader.cpp in Sources */, - C12215D7712F883562E76A6BEC4A231D /* Framer.cpp in Sources */, - CD1D574A89CB4D2BE7A1EA4DFB763AF0 /* FrameSerializer.cpp in Sources */, - D5A1FA795A975ABAD689FE86D831453A /* FrameSerializer_v1_0.cpp in Sources */, - 65A2D3156F5533EE638F8968F3B63C4F /* FrameTransportImpl.cpp in Sources */, - 3323018AF7E637C7343FC277A2BECCC2 /* FrameType.cpp in Sources */, - 82AE40CFB8C2DD3210E726D87C00BF17 /* KeepaliveTimer.cpp in Sources */, - 9DC611D735478B22791B9F3265E9B1F3 /* Observables.cpp in Sources */, - 5A15C293F8C60A733F1E6C82A1EE19B6 /* Payload.cpp in Sources */, - 00A480F23CAF1CC7CF4BD05C7CD3778A /* ProtocolVersion.cpp in Sources */, - 229E5AC02E2117AB85BD5E5102E14C73 /* PublisherBase.cpp in Sources */, - CAF78C462A5AA5D316416EF6EC8E23BB /* README.md in Sources */, - 1E76EE40BB01670015D9B093930EC947 /* README.md in Sources */, - 311786568A7708BF816F93F6301657B3 /* RequestResponseRequester.cpp in Sources */, - 147F0B8AE1F48597E9AC6CE13224D8C1 /* RequestResponseResponder.cpp in Sources */, - BF1229EFBB6A6D719C12B0F525389F04 /* RequestResponseThroughputTcp.cpp in Sources */, - DCE0C5C79A0139ECFD0BB13953F1040C /* ResumeIdentificationToken.cpp in Sources */, - B7F8AB044660F1F4120D77622EE4982D /* RSocket.cpp in Sources */, - F3BD4CADEBE784CB0E933FBDE6521D35 /* RSocketClient.cpp in Sources */, - 8196189AA25EFF948F914F2B6349A878 /* RSocketParameters.cpp in Sources */, - 25C175A288FBF338EFE274BD58D1947C /* RSocketRequester.cpp in Sources */, - 0641A4780AF00558AEFE9FD8C529E76F /* RSocketResponder.cpp in Sources */, - E24A83206E03C560A2FADF1736D882F5 /* RSocketServer.cpp in Sources */, - 3EF0690028186B94828B8DA3213007DA /* RSocketServiceHandler.cpp in Sources */, - 44A1E719092F8C5711620A3CE598E2B4 /* RSocketStateMachine.cpp in Sources */, - 1F1322D8664D7B4667D3AEB4A936367C /* RSocketStats.cpp in Sources */, - 530FB780B805376C0010AAB1F42A0383 /* ScheduledFrameProcessor.cpp in Sources */, - 15D3B2DE00CEF3729DFDCBBEEA88085D /* ScheduledFrameTransport.cpp in Sources */, - 32C729D1C5FF93C48FE1CA318B5F9E4F /* ScheduledRSocketResponder.cpp in Sources */, - FB05C807C47916A23C9DFF3161A07413 /* ScheduledSingleSubscription.cpp in Sources */, - F0D2D3B2FCF72435442D5A2613FFE87C /* ScheduledSubscription.cpp in Sources */, - 325BDF089BEFEF3784F62E7CF0F39841 /* SetupResumeAcceptor.cpp in Sources */, - 99EA072406AFDC6171C6D22EC0C9DD05 /* StreamFragmentAccumulator.cpp in Sources */, - ECA7331A60F55EFFF80D117F9B030620 /* StreamRequester.cpp in Sources */, - A2581B8823456EC69A9EEC651DCE45F8 /* StreamResponder.cpp in Sources */, - 8D8C0BD614A1846E0F96F2AF6B1FE341 /* StreamStateMachineBase.cpp in Sources */, - 985959D4892A36A8029D6D137874BBC8 /* StreamsWriter.cpp in Sources */, - 8F0282EF99CED853E19680B0D02BE1D4 /* StreamThroughputMemory.cpp in Sources */, - D71EAB42A1D1BD3AA4A4C5FAB21B8977 /* StreamThroughputTcp.cpp in Sources */, - 479669489603B9B888F16F284B005027 /* Subscription.cpp in Sources */, - A4229FEB301824CE1DEED815070DD55C /* Subscription.cpp in Sources */, - 00A91CA1971A6623B2582E43318C51B8 /* SwappableEventBase.cpp in Sources */, - 36E89D0B9A24926D637E79162CDE8E26 /* TcpConnectionAcceptor.cpp in Sources */, - 6D25E0ED798EC9F33CF8F4D4A7D0D623 /* TcpConnectionFactory.cpp in Sources */, - E917780AF426816952E3BF5ED26323B9 /* TcpDuplexConnection.cpp in Sources */, - E1E0164B39C96D5D8E6F64FD5A957926 /* WarmResumeManager.cpp in Sources */, - ); - 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; - files = ( - 396C2E0C5379CBEBC6835C56DAD9F90F /* Pods-NotificationService-dummy.m in Sources */, - ); - 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; - files = ( - 0F9D7AECE1424B29956413FF5FA9258A /* InspectorInterfaces.cpp in Sources */, - 65F216F3C6BFB9FD20A8ECACB2B3B55C /* React-jsinspector-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; D59FC4670DEBD32647D2AE76E3FB2FC3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27993,79 +28103,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D8517DEE152D22FB7BF097FF501459B7 /* Sources */ = { + DA78856E1496B31DDF9AE75C8FF57F4E /* 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 */, + B6ABC4612DCF0BC488C2A229FCE3F4B6 /* RCTSettingsManager.mm in Sources */, + EB76F4F00B79F59A1BD16A6E406202D2 /* RCTSettingsPlugins.mm in Sources */, + FC7672A82AC8BC0B2D31C9CFBAC97D2C /* React-RCTSettings-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -28095,19 +28139,44 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DF7A2712B4BA2974A8C08DBBEF914ABD /* Sources */ = { + E26CCB7D2EA59D26183EA0CCA083D2CD /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B7DACA34020A23187B68763E3C284C05 /* bignum-dtoa.cc in Sources */, - 963B723C9F8E8637CABD0888ECB1657A /* bignum.cc in Sources */, - 1E08E51E687A1710CBBE2C66B444C9DB /* cached-powers.cc in Sources */, - EDE5A40FB7635093BD0E6818729A290C /* diy-fp.cc in Sources */, - 77BCF34BECEC2C82F2447635F13D4CB7 /* double-conversion.cc in Sources */, - 73D9853C8F5F8418431B1B0B83C63CB8 /* DoubleConversion-dummy.m in Sources */, - 21FB10C2F23656993355A8AE38A8EB18 /* fast-dtoa.cc in Sources */, - 5DB10ACCAE6C4AABBB12FEB9A3CBCBFC /* fixed-dtoa.cc in Sources */, - C647368B826F89A321E9248EA475802C /* strtod.cc in Sources */, + 64BA68F2571A10EC32877B7402A47CB0 /* AESCrypt.cpp in Sources */, + 50243BBBB5F2D0294F6D3D0401CB6538 /* CodedInputData.cpp in Sources */, + 0B63C3C4107D8DE66F7BA6BFE1B1B0C1 /* CodedInputData_OSX.cpp in Sources */, + 03934C95833E8E5ECBAE4614E72E4245 /* CodedInputDataCrypt.cpp in Sources */, + 764D808AE01C3101079FE3A7080F5D49 /* CodedInputDataCrypt_OSX.cpp in Sources */, + 9466D83F8B99B15436A6E3099D0FBB58 /* CodedOutputData.cpp in Sources */, + F2A8EC7F033AF1369E8B007140FFB78C /* crc32_armv8.cpp in Sources */, + B15FEAC9780554CCC774F961AD1622CF /* InterProcessLock.cpp in Sources */, + 18AFFAFF2883281D31591AFEF8D5E592 /* InterProcessLock_Android.cpp in Sources */, + F59F6D4C2C08EB20A365619ABF23573E /* InterProcessLock_Win32.cpp in Sources */, + 4344135221A55B0AC49FE49B087F17D8 /* KeyValueHolder.cpp in Sources */, + DDA107F13639998583B9E2752227018F /* MemoryFile.cpp in Sources */, + AC210FD78F69FC6320FA3A26CDCBD1A4 /* MemoryFile_Android.cpp in Sources */, + 67BA13861E06F0F35EE6DD16F4EC1D5E /* MemoryFile_OSX.cpp in Sources */, + 58CFA55ADA36C91E846329B72BF99DC9 /* MemoryFile_Win32.cpp in Sources */, + 7E918C67D47F6B4ABA338CBEE8B5B1EA /* MiniPBCoder.cpp in Sources */, + D801C0EA726BF775283A30376D338269 /* MiniPBCoder_OSX.cpp in Sources */, + A5CCB9A2C4AEB04EF8D06C05A2A0EE4B /* MMBuffer.cpp in Sources */, + CE0573B1B83E1E033B15C45B3AD1F036 /* MMKV.cpp in Sources */, + 9D283567A509B921DE289C00C770EA9E /* MMKV_Android.cpp in Sources */, + 090C8ED2EF74D2D892A9DCF7E8D9985B /* MMKV_IO.cpp in Sources */, + 95FFEA52858044905B8234B5124B3982 /* MMKV_OSX.cpp in Sources */, + B55AA92DBDB81568F2064A44C43A43F5 /* MMKVCore-dummy.m in Sources */, + 14436E5BF7F770BBE5F3C0887C19368E /* MMKVLog.cpp in Sources */, + 62335EE3542782B3EC31599CF119AD2E /* MMKVLog_Android.cpp in Sources */, + 924BEC733DA3048B5091BE9C80EAE322 /* openssl_aes-armv4.S in Sources */, + 0EEE5A90B1E4ABC7F38A9AEE5EAE421E /* openssl_aes_core.cpp in Sources */, + D7E82F90DA5CBFE5394D99551A9EA9A5 /* openssl_aesv8-armx.S in Sources */, + DFC4E9824D9E8FEA8E56AA6F10F32E06 /* openssl_cfb128.cpp in Sources */, + 4810DE4EECF92645413890D7343597CA /* openssl_md5_dgst.cpp in Sources */, + D8396D4FFBE64BDDFE85A64FA9EB4BB7 /* openssl_md5_one.cpp in Sources */, + 43963F98EBAD794C67C6A323465BC42F /* PBUtility.cpp in Sources */, + 20463DFD6F25FB27AB81A35AD316B057 /* ThreadLock.cpp in Sources */, + A2A7935C905052EF3267E9CA5E32C9E9 /* ThreadLock_Win32.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -28121,10 +28190,16 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E614FC26554889E48FEF59B5028C293C /* Sources */ = { + E6F2B05964E440FF5129713E1B81E913 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 6B7A3BB0C31D7D506DF93EC7D7FF35F7 /* JSCRuntime.cpp in Sources */, + 050244FFF2FA95899A18EE1E728F6D47 /* jsi.cpp in Sources */, + AC79247FD0D8A3DA404EBAC8ABBC0D37 /* JSIDynamic.cpp in Sources */, + 7A09C45BA8F48A31F08A0EA45995E9FF /* jsilib-posix.cpp in Sources */, + 51A7DF3464F8E888B3F6FC61D8613B9D /* jsilib-windows.cpp in Sources */, + 08040766666DB2BDBEB1BD190D0D0418 /* React-jsi-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -28137,24 +28212,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E855EAA7620F280C830A01CC6E4B5531 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 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; - }; E99F2F415284E622B0B66CA80C7E4E8F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -28164,38 +28221,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 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 = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; EC4FB09447977D6D891704EEFDDFA5CD /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -28219,20 +28244,159 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EE5FC4C137981A10F02DDFEC9A90E144 /* Sources */ = { + EF6F81358B6581974FFF71E61E82AF3C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 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 */, + 1E83285CC50EEA96ECE2FD33B473FAAA /* Assume.cpp in Sources */, + CCFEBFECE2D94BDCAE109FA9B1EDDAE0 /* AsymmetricMemoryBarrier.cpp in Sources */, + ED971F4EA85ED5C027ED8FBB14EF3088 /* AsyncPipe.cpp in Sources */, + D14D7EF36574B456B1CF47B6386EFE27 /* AsyncServerSocket.cpp in Sources */, + 9388F39823819E793BBC10D94DECE410 /* AsyncSignalHandler.cpp in Sources */, + D5CEC0E394542AF4347B25670EC13426 /* AsyncSocket.cpp in Sources */, + B573A7FAC44339039CC59332B981A4F9 /* AsyncSocketException.cpp in Sources */, + 96A04C5DED4606E03E1C6CB921ECACF4 /* AsyncSSLSocket.cpp in Sources */, + DD162FC1F0BF5D2C2206782E7F7A4122 /* AsyncTimeout.cpp in Sources */, + 3E332441A3BDC6BD49AD29F8ED80C15D /* AsyncTrace.cpp in Sources */, + BDCB5C52D150E3C1F119B72DD75022DE /* AsyncUDPSocket.cpp in Sources */, + 32B3511CEB3EE46F7968A7634A29B12D /* AtFork.cpp in Sources */, + 7A620CCF35927A13BE3F084F17AA1757 /* AtomicNotification.cpp in Sources */, + 2AB3C8BDEA4431381F8C4066634B1796 /* Barrier.cpp in Sources */, + 16BC8763B376D30ACAE20ADF56617DA4 /* Benchmark.cpp in Sources */, + 40312EBE687A5AFC141EDDCDFEFFD743 /* Builtins.cpp in Sources */, + 4DEB596178D53B05A1B5DBDE7F312DFB /* CacheLocality.cpp in Sources */, + 3DD1F2D840D53AA40C53605E4F9BDE15 /* CancellationToken.cpp in Sources */, + 8C3F6F442E39E1B7CD778E369A47D56D /* Checksum.cpp in Sources */, + B1BC748DFCED7CBD566DCDFA8926F584 /* ClockGettimeWrappers.cpp in Sources */, + 2E89DA0F50C6CAC13A6880ED8EB02A7A /* Codel.cpp in Sources */, + 336BACB7F319AE1DB76BEA8CAAB5B8F1 /* Conv.cpp in Sources */, + 5A19FBE18A3497C682C4F3FAD05BCDFC /* CPUThreadPoolExecutor.cpp in Sources */, + BBA40614007D4E46F8DC395D94F63803 /* CString.cpp in Sources */, + 4E7FF6A39AB6388B5E35681873905C01 /* Cursor.cpp in Sources */, + BC56E2EB2EAD05246E9E3A4EF30D070A /* Demangle.cpp in Sources */, + D3647A7CE552612344FB3D3ADBCF317C /* Demangle.cpp in Sources */, + 8BD3A0356C1F87B200AE6CDA14A5610B /* Dirent.cpp in Sources */, + 96445A42ADD5B85215E445F47F27A626 /* DistributedMutex.cpp in Sources */, + 9D802BD761C933A8B7C4D0B4A719EC71 /* dynamic.cpp in Sources */, + 686EFA96378613EDDBC86DDF88C485DE /* EDFThreadPoolExecutor.cpp in Sources */, + F6537A5CD96E98CCCADCA5C16E2E2C45 /* EventBase.cpp in Sources */, + 9359F192A4B6C4BA31C2A99670BB1323 /* EventBaseBackendBase.cpp in Sources */, + 71363BA53E545A566438E36904DFDB08 /* EventBaseLocal.cpp in Sources */, + F719953AEFC28277A0A3EA7D5784BB59 /* EventBaseManager.cpp in Sources */, + 515E82EDF58A24834BC589E61B1E7423 /* EventBaseThread.cpp in Sources */, + 9073FC956C4840FC71DF502925B86B64 /* EventHandler.cpp in Sources */, + C558C305818B2F2AB3AD871C5A2E93F8 /* ExceptionWrapper.cpp in Sources */, + A80F9DFF9432F57A845D68BD64C21E71 /* Executor.cpp in Sources */, + 7504FC314492E419E11D721B6085E278 /* ExecutorWithPriority.cpp in Sources */, + 1BA4F93B2D5D18FC42785704D8702BE3 /* F14Table.cpp in Sources */, + 3E23CAFBDFACA269ED9E21922144EC03 /* Fcntl.cpp in Sources */, + 2A0EB32F6FA10184B06B6FD38AB20858 /* File.cpp in Sources */, + 2AFC37541231CED8517904F21492224B /* FileUtil.cpp in Sources */, + C560A461C8CD17AFD64915E76E06B285 /* Fingerprint.cpp in Sources */, + E8773466DA00F94B078065248118FBDF /* Flipper-Folly-dummy.m in Sources */, + 9CF7BD17ECCEDA65BDA525D52C76C785 /* Format.cpp in Sources */, + 4F685AA3461FF9D03241BBCE9683CEEF /* Futex.cpp in Sources */, + 6E8B4E26A71972DCA6631B40B8BF17BF /* Future.cpp in Sources */, + 08B7155EA7CF4B3D18320F00D4A894BB /* GlobalExecutor.cpp in Sources */, + 566FA52F859553C78F60B87C9394AA4C /* GlobalShutdownSocketSet.cpp in Sources */, + 9C24F555DBD9C312CAFBBCEA238B2DA0 /* GlobalThreadPoolList.cpp in Sources */, + CC73CFBF4C94ABB4E2BAD779325B94CE /* GroupVarint.cpp in Sources */, + E91484DF154D0FC31FCB16EE0D5F07CC /* HardwareConcurrency.cpp in Sources */, + F11BA0A94823E9A5BE37CA0595AF290B /* Hazptr.cpp in Sources */, + 53148A6847A4F92C705C3F42FA235E0E /* HazptrThreadPoolExecutor.cpp in Sources */, + 75171E9D71B7CE9B10B35458FEBFFC48 /* HHWheelTimer.cpp in Sources */, + 014748B2705D631221C4358090578463 /* Init.cpp in Sources */, + 46548540A84F43712D40B18718737493 /* InlineExecutor.cpp in Sources */, + 2536412B12DA4D8C22BA5B5F9D76E32E /* IOBuf.cpp in Sources */, + 7156E6C3BD31E5B2FFAB449CA55DE015 /* IOBufQueue.cpp in Sources */, + F398B5D4B1BF27EEC5AD06595938C411 /* IOThreadPoolExecutor.cpp in Sources */, + 37226C4E2D285EE0D7F8AF21220A0F65 /* IPAddress.cpp in Sources */, + 8C9AA39559B0BDCB019990ED91A5E78F /* IPAddress.cpp in Sources */, + E3EDDF3C8381E507E3A11C5520E33854 /* IPAddressV4.cpp in Sources */, + 6A09FE1118D92F42710FA9885EBFD7E1 /* IPAddressV6.cpp in Sources */, + 4801282EA16CDA1918DC28E748748A8D /* json.cpp in Sources */, + 1A978311F459F85A654C2B5C2385D501 /* json_patch.cpp in Sources */, + 982D5D1F3F63C54454FC25DEB8A2089D /* json_pointer.cpp in Sources */, + F8039E6A22A089DC82303233EB9B19C5 /* Libgen.cpp in Sources */, + F51D07F78CE6FD3B0222501BC7663E62 /* MacAddress.cpp in Sources */, + 7FE5862FC657BA25C11F7CDB59A7779C /* MallctlHelper.cpp in Sources */, + 79A16441D5B4BE0A7C86640D75BA0B02 /* Malloc.cpp in Sources */, + C626078F0F8BA2B02D58B55EC1032EDD /* MallocImpl.cpp in Sources */, + 62064B3E1711470D180F251B8DF10E0C /* ManualExecutor.cpp in Sources */, + 97DBAAF30873ABB6E6FAA3AD4981A763 /* ManualTimekeeper.cpp in Sources */, + B24A9A8483C97E7BD79122DA7EE5A3B6 /* MemoryIdler.cpp in Sources */, + 6B33C5C5ACD1252156757F55356874CF /* MemoryMapping.cpp in Sources */, + 45DB695092EFBBF88F837E20A60D0042 /* MicroLock.cpp in Sources */, + 5BF46A2DF0A08D5F79DAE00C361523C7 /* NetOps.cpp in Sources */, + 8F67D394D156556843CA41B2B4BD6E72 /* OpenSSL.cpp in Sources */, + 243C1DC1891B44E4815ECCCF25CF3DAD /* OpenSSLCertUtils.cpp in Sources */, + 5C3C03EB5A3D4B2DC895C29C804AB351 /* OpenSSLHash.cpp in Sources */, + D2878B94B27523D135432DBB57854171 /* OpenSSLThreading.cpp in Sources */, + 61807C7ECC65B6EC98C4AD7708BCD4EE /* OpenSSLUtils.cpp in Sources */, + 6400E088740366DAAA33458FA50421AF /* ParkingLot.cpp in Sources */, + 2BDDFA3968F57A67D983A59C9C123527 /* PasswordInFile.cpp in Sources */, + 61F816B7244EFF0BAA230994ADCF2BA3 /* PThread.cpp in Sources */, + 08B15D0C9106FFB54A977572435074AA /* QueuedImmediateExecutor.cpp in Sources */, + 8E4944EA884B287930757AB1B5574920 /* Random.cpp in Sources */, + 4E7385D25FE84A3B9D4E681EBC9C0532 /* RangeCommon.cpp in Sources */, + 2361152C6D8DB29D4D3A50D643EF350E /* RangeSse42.cpp in Sources */, + 7B5D2ACCFD02EB5485EC61D872C6BF3C /* RecordIO.cpp in Sources */, + 026E9F16A43446301C8C034038CB2655 /* ReentrantAllocator.cpp in Sources */, + A88F00D763D54546D79B4B3566B01A78 /* Request.cpp in Sources */, + 46731BB44A11C056226255FFAF343969 /* SafeAssert.cpp in Sources */, + 0ADB98A9395F9027C601060778258B5D /* SanitizeLeak.cpp in Sources */, + AC7C64524B1B2B8DC4D61B6A54267600 /* SanitizeThread.cpp in Sources */, + 9AE9A98C8DBECF1F14DB2C32E9BC3B84 /* Sched.cpp in Sources */, + 2841B2C5241D11E80306CACB20C97080 /* ScopedEventBaseThread.cpp in Sources */, + D66352B1297821C631085F63FFEC05B6 /* ScopeGuard.cpp in Sources */, + 9BA2A3C168ECD2A35916D07E78FD0E16 /* Semaphore.cpp in Sources */, + 9C9DC2934E559B7C4AD058F135CB85E2 /* SerialExecutor.cpp in Sources */, + CF1C24DB25682CC756B70BBC30CFF934 /* SharedMutex.cpp in Sources */, + 084B8008C6ADA451571BCB7BECF0085B /* Shell.cpp in Sources */, + C5C0FDFD635275F79F4A5F0F68597EF3 /* ShutdownSocketSet.cpp in Sources */, + FE00E2D48E0EF85C79B1422A8A2AB617 /* Singleton.cpp in Sources */, + EC130A42A3217A772F1D87263ECA5D41 /* SingletonStackTrace.cpp in Sources */, + 54E719826E2CED25F6DBEC03D47C6028 /* SocketAddress.cpp in Sources */, + E59F54122B9BF29250678F5298B530E2 /* SocketFastOpen.cpp in Sources */, + E8ADA698E997CD62E0BAEF90111677D2 /* SocketOptionMap.cpp in Sources */, + BF8353034ECC112C2D71417023E8F6BB /* Sockets.cpp in Sources */, + E589FDD237F1D53E694FC764834A026E /* SpookyHashV1.cpp in Sources */, + 63547D8931975F093C3DAAB06DAAD9E0 /* SpookyHashV2.cpp in Sources */, + 3C016F733C2F96A3058015F4D517D0AC /* Sse.cpp in Sources */, + 54EAF941E05C84CAB61A4E67F033993B /* SSLContext.cpp in Sources */, + A3FBCB93192EE53522905EDF2A56DC07 /* SSLErrors.cpp in Sources */, + 8DD1A6C2F1D1678A404BE593956E57A8 /* SSLOptions.cpp in Sources */, + 4AD559B273F3519E072BD91A3A076A06 /* SSLSessionImpl.cpp in Sources */, + 35FC61007393AFFB3644F01C57B7D289 /* StaticSingletonManager.cpp in Sources */, + 052946D9490553DA35079C43DDE85719 /* Stdio.cpp in Sources */, + 503A37D335E3DC4D54A1BF41C606CE65 /* Stdlib.cpp in Sources */, + F589364126FF46DE4C88F60F098E7A97 /* String.cpp in Sources */, + 2202D37BB69D4D70434FC4397324F046 /* String.cpp in Sources */, + 71E3D5B18352D7D05C06F33412361966 /* Subprocess.cpp in Sources */, + 05882D37810C37B467629CA78FD6E4BE /* SysFile.cpp in Sources */, + EC343C2F06035D1ACC4900797F53B289 /* SysMembarrier.cpp in Sources */, + D285B72A61293FFAFF1096932C31B9F6 /* SysMman.cpp in Sources */, + 9761FFEFAEC3491AE0FF89EF4053DCD8 /* SysResource.cpp in Sources */, + B448E2BDB9036BC6FEE12D04C9D2E5C5 /* SysStat.cpp in Sources */, + 50B28D405013B5E17B3AAE28A209722E /* SysTime.cpp in Sources */, + 82E01A7EB155441CF3DC3EB956DB70C0 /* SysUio.cpp in Sources */, + 952468C2BCA903879CB2D67B74E5E432 /* ThreadCachedArena.cpp in Sources */, + 702D8E330BBD8E0DE31C53E0818C411C /* ThreadedExecutor.cpp in Sources */, + 12C5EA21986DEC79674F7A6FC2C617DF /* ThreadLocalDetail.cpp in Sources */, + 5D1133A0EEFEF84E73F9BF742BD9F842 /* ThreadName.cpp in Sources */, + 486D1FB61F6E357C3AADBF3BAAF79485 /* ThreadPoolExecutor.cpp in Sources */, + 9AF1F189352725219749161506EC9427 /* ThreadWheelTimekeeper.cpp in Sources */, + 525190892BF7A2F650E6B5C1EF0DB459 /* Time.cpp in Sources */, + 9FC2E8363259256332969BA62FBEAA5C /* TimedDrivableExecutor.cpp in Sources */, + A80039AA79AA8CBC6741BB331FEBA7A0 /* TimekeeperScheduledExecutor.cpp in Sources */, + 251183D00C72ED3D5BBF4FF02C42CEBD /* TimeoutManager.cpp in Sources */, + 7DC0397127D96DAE256794DF6D68D865 /* TimeoutQueue.cpp in Sources */, + EC56A46E10A386FDA5B0B33E8798AB5A /* Unicode.cpp in Sources */, + 570B8D6772FD9D006757B43A10F2E330 /* UniqueInstance.cpp in Sources */, + 5F53E92FD8ABF09953231CCE1FD082E4 /* Unistd.cpp in Sources */, + 0073367454286FD329EE9DAF60B0F46D /* Uri.cpp in Sources */, + 8DDD380D59AB3B412D97D4457AB0EB4A /* VirtualEventBase.cpp in Sources */, + 2AE562C36E354CAAE078240A17BDFC34 /* WaitOptions.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -28245,210 +28409,12 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F4DB371160F598627F976FA3D8B4FFB8 /* Sources */ = { + F87965C516174730DDC7D25DF88431CD /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 26E3EA9EA688E451D555351D01FAF093 /* FBLPromise+All.m in Sources */, - FD66F588DC0E70AE690A0F996BE9795D /* FBLPromise+Always.m in Sources */, - 5C66571FCF2922FF506249F786F7C2B3 /* FBLPromise+Any.m in Sources */, - 9770201320FB3CF124779BD9333C0C1F /* FBLPromise+Async.m in Sources */, - C6EF6DF30317ED5A9D1C8FBB49196CDA /* FBLPromise+Await.m in Sources */, - D5BA735782CFC37A8CE51F894B82612F /* FBLPromise+Catch.m in Sources */, - 08D52DE9B2323BD5306514C8E953CFC4 /* FBLPromise+Delay.m in Sources */, - 16F3F7362DA973002D1BD504C9743C15 /* FBLPromise+Do.m in Sources */, - CCB1309DF0D5E43298D4B39272DE4714 /* FBLPromise+Race.m in Sources */, - 8921B186021211DCAAB9002E6164BF96 /* FBLPromise+Recover.m in Sources */, - 3E5CFC853FC87AB0A847FBA94DBCDA9E /* FBLPromise+Reduce.m in Sources */, - 5A3B01EF4602391E5A04403FF71730EE /* FBLPromise+Retry.m in Sources */, - 3876A6A0E2FE43C217D0CBCE4158EC4B /* FBLPromise+Testing.m in Sources */, - 1D819081622A037E8FF435B0C0A97B62 /* FBLPromise+Then.m in Sources */, - 3AAD0FAD389E0ADD6196897E2DCD7B7F /* FBLPromise+Timeout.m in Sources */, - 01F1DFD8208B8E4DAC0394FBBAFCCDAB /* FBLPromise+Validate.m in Sources */, - 70FC399652F3D3F4E1494D92ADEA423C /* FBLPromise+Wrap.m in Sources */, - 27A280D1DBA7A8B6FD7A3651A54497AA /* FBLPromise.m in Sources */, - A60EFB2995A377F91CE02D5AB813E667 /* FBLPromiseError.m in Sources */, - 74D86512B76EB5951D255CB9631423CA /* PromisesObjC-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F6AECD449282C1F6B09541EECA6631F3 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 834853DF79D22D35F79249694745C845 /* Assume.cpp in Sources */, - 3982B54A81FF6C438C549B5F2F4A167F /* AsymmetricMemoryBarrier.cpp in Sources */, - E5F20D894B2BEF19E448E36254B4D65C /* AsyncPipe.cpp in Sources */, - EC6B36DE220FC85C1830743B92F61766 /* AsyncServerSocket.cpp in Sources */, - 4F38E53B95D8818071B780659E5CC94F /* AsyncSignalHandler.cpp in Sources */, - 96E256F89922BC5E08659C1D36EAECD0 /* AsyncSocket.cpp in Sources */, - B16080103ED619D497F9F38FDCD203E0 /* AsyncSocketException.cpp in Sources */, - 324E10204B55A30A7E49833F7506C1F7 /* AsyncSSLSocket.cpp in Sources */, - A9FB072399C61B2494EB51AE6A481A76 /* AsyncTimeout.cpp in Sources */, - 0D40CDBD5486AE061AB3157BADBC82FA /* AsyncTrace.cpp in Sources */, - 34ED194A67DC1C79DDCFB4C9DE4EBA59 /* AsyncUDPSocket.cpp in Sources */, - AB8C0623A643580EE18888EC3B7BDC01 /* AtFork.cpp in Sources */, - FAF7ED55F520D5B12387011B0A011697 /* AtomicNotification.cpp in Sources */, - 23A7632A236B534C61233C4A94C9D15A /* Barrier.cpp in Sources */, - 4731DF4BBC06D7B9DC50AD464E18AAFD /* Benchmark.cpp in Sources */, - C13CAF955D7B855DAC37DBE3E4F24924 /* Builtins.cpp in Sources */, - 59F53C7E38D885A1EF74A0FACD20E817 /* CacheLocality.cpp in Sources */, - 3AD033CAAC68190D9737A8F5146BC484 /* CancellationToken.cpp in Sources */, - 985EA3220078A46F592506E868150BCB /* Checksum.cpp in Sources */, - 68B2F7B7DC6560ED107AB863D886DED3 /* ClockGettimeWrappers.cpp in Sources */, - E6BD50F9F6ED0AE9A28037989C07A7AA /* Codel.cpp in Sources */, - 91EA968E216DC49C58C97DD7D9AE45CE /* Conv.cpp in Sources */, - C019BEB44308C457EE6E10A0695D5492 /* CPUThreadPoolExecutor.cpp in Sources */, - 7BCAC281B3CEA74686047213C3BA9B43 /* CString.cpp in Sources */, - 0AC7CEEF8A91D361D372B86E0A7A3CF0 /* Cursor.cpp in Sources */, - 4DFBEE0184786AC88141F62FAFC1951B /* Demangle.cpp in Sources */, - 25BDABCF4B94685FDE0C08F1D9D57028 /* Demangle.cpp in Sources */, - DCFA0D969EE55402E86500E829B21623 /* Dirent.cpp in Sources */, - 24497D5DB531C36C16DD8D625C7311B8 /* DistributedMutex.cpp in Sources */, - C642996CE8A550A6B4A92BB541C6B5F1 /* dynamic.cpp in Sources */, - 1C3771DFE7BC396741747DDD18CC8BFD /* EDFThreadPoolExecutor.cpp in Sources */, - D47FC085AC5BA1B7377EC38A9795CB48 /* EventBase.cpp in Sources */, - 941AA48CA2E9FD933B91419C3E95DDEC /* EventBaseBackendBase.cpp in Sources */, - 4AA4D6D8123EB43271B2B3C11D88C096 /* EventBaseLocal.cpp in Sources */, - 7D3EF6CF6484558FACD312FD0FBC8B77 /* EventBaseManager.cpp in Sources */, - 82D143D04EBB0300144ED17BC95FA0C3 /* EventBaseThread.cpp in Sources */, - 2D3EDAA4EB79B23EB3EEC4386687B9E7 /* EventHandler.cpp in Sources */, - 170AE8952FA2CA6148287311F527E9D1 /* ExceptionWrapper.cpp in Sources */, - 2B0A47D7D27FC519A68BB4849C2D4002 /* Executor.cpp in Sources */, - 02F2A48AE9CCA2EAD2D41975E94393BD /* ExecutorWithPriority.cpp in Sources */, - 79CE7042D63D07FE19B42596CC71C3E3 /* F14Table.cpp in Sources */, - 44A5C07FD2E0EE420C679ACA385898CF /* Fcntl.cpp in Sources */, - CEF6F79DC57906F6BB3A2EBC056D81A2 /* File.cpp in Sources */, - 2FAEC8D8FFA2F50D651D605CB6A05CDD /* FileUtil.cpp in Sources */, - 61DD63094FAC5774D23AC3BE10E8D48E /* Fingerprint.cpp in Sources */, - 676ACEB006D30E1C9B09790857EAE512 /* Flipper-Folly-dummy.m in Sources */, - DF6260BE03F8B14B2BDB07352FE3AEBB /* Format.cpp in Sources */, - 8F121BD5C52FBE0AED367196850C9F81 /* Futex.cpp in Sources */, - 78B9B192F75BBA7430108DC883FA6FC1 /* Future.cpp in Sources */, - 896D483B57185E6C062455C5C247D9A7 /* GlobalExecutor.cpp in Sources */, - 523BE4BFB348B55B394B2F2007AABBA2 /* GlobalShutdownSocketSet.cpp in Sources */, - 9E665218BE13BD41A0F38267C022EF8D /* GlobalThreadPoolList.cpp in Sources */, - 1A251C4030FE668DFE3842E58E02C8A5 /* GroupVarint.cpp in Sources */, - E5CE155F7721EDCD288D16C91B47797C /* HardwareConcurrency.cpp in Sources */, - 103451815D22D387DC156526A2810594 /* Hazptr.cpp in Sources */, - 4095FEA0BA6463AF290FB0132EF4F710 /* HazptrThreadPoolExecutor.cpp in Sources */, - ACF9E58E3239581E7AC8B5023677B0AC /* HHWheelTimer.cpp in Sources */, - B9ABF97961D6362A055A91FB5DCD5FBF /* Init.cpp in Sources */, - FA5AA8E83A62BCE0E4C517BA716ACA70 /* InlineExecutor.cpp in Sources */, - 64EF3DCF42454B634E539A8DE2C4EDB3 /* IOBuf.cpp in Sources */, - C83E19593D5A5752402F8019479BB1BD /* IOBufQueue.cpp in Sources */, - 752F542E89474F7D90471444ED899F4E /* IOThreadPoolExecutor.cpp in Sources */, - A67605697A81BBB6F315448AE55D7B7B /* IPAddress.cpp in Sources */, - 27237AF6095A9DE25A69F27968FD4233 /* IPAddress.cpp in Sources */, - 487DA8B4A0C96EBBE5331273A15C0C3A /* IPAddressV4.cpp in Sources */, - 95C5EDEEC7C8C88872AFB03E8A716DA0 /* IPAddressV6.cpp in Sources */, - C344BC69DFA2AA39BF348D60ABEE1C2B /* json.cpp in Sources */, - 671E58F86028B5249D6DE018FFADFE27 /* json_patch.cpp in Sources */, - 10B5D6DA509258AD6E47E994B8FEC913 /* json_pointer.cpp in Sources */, - 14B05797CF12E3EDFDCBA4BFE23DBA81 /* Libgen.cpp in Sources */, - 4232B802A02909D241EA22D3F6ED1CD2 /* MacAddress.cpp in Sources */, - BAF9C32D3EBCE24210DA2174DC726F2D /* MallctlHelper.cpp in Sources */, - E557BA690CA573AC85E27EE224D87E00 /* Malloc.cpp in Sources */, - C68A63331846E51323BD1BD8A1AAC283 /* MallocImpl.cpp in Sources */, - 1192B60893289D935CB1C4BC5CF4221F /* ManualExecutor.cpp in Sources */, - 0C2F09CC99B70E4E378A03CA85A35FC1 /* ManualTimekeeper.cpp in Sources */, - DB38E5A0EB6A09064AF8609FD9A079CE /* MemoryIdler.cpp in Sources */, - 1FC982155BE4D529B89D7B467C17B5A4 /* MemoryMapping.cpp in Sources */, - E15BD892DE6037D0AF20F712AF46D737 /* MicroLock.cpp in Sources */, - B9882FA79D534829B852F941F8686B16 /* NetOps.cpp in Sources */, - 640129484F05970C31BB613773353914 /* OpenSSL.cpp in Sources */, - F171F3E9EC7D09E5FB240614BE38AB9B /* OpenSSLCertUtils.cpp in Sources */, - 5513A54DB97D861B0B20FC567241652F /* OpenSSLHash.cpp in Sources */, - 72B27A09A1AF231A88F1C04EB37E602D /* OpenSSLThreading.cpp in Sources */, - DB8D35A5E51A869C4A026AAEF3889ABA /* OpenSSLUtils.cpp in Sources */, - 33264174550D4688FB16240472482B7E /* ParkingLot.cpp in Sources */, - 06D59DD975E57872B9023520C3C71BD3 /* PasswordInFile.cpp in Sources */, - 05B453044DCD8B52064A168652D47DE5 /* PThread.cpp in Sources */, - D6B92EF9CD7654C6DEF92CF4FC4CD178 /* QueuedImmediateExecutor.cpp in Sources */, - 821F8E727F52697CDC7A47DA9821BB46 /* Random.cpp in Sources */, - 2C20D219BCB8C2352E06962104E8270A /* RangeCommon.cpp in Sources */, - 4E59720953C4BBA19C592BB451FD38E1 /* RangeSse42.cpp in Sources */, - A8A86CD9894A70BF0B97722A90BDD958 /* RecordIO.cpp in Sources */, - 1645EC47EB762E4FFE87BC156065831A /* ReentrantAllocator.cpp in Sources */, - 84387E934827FC3242DBF56E00779017 /* Request.cpp in Sources */, - 15E04767A844E89D123C3971936E35F0 /* SafeAssert.cpp in Sources */, - EEF7310A8A45A5AED1C7D9C8E3CE742D /* SanitizeLeak.cpp in Sources */, - EB002C803EB4B4F75B835AD8ABC9908B /* SanitizeThread.cpp in Sources */, - D9320651D932C30727FF289336E1AFB5 /* Sched.cpp in Sources */, - 6827CB2CB5D5ED0D8080CCF375C60AED /* ScopedEventBaseThread.cpp in Sources */, - 51EB98DAE04CADCB76A87102AAD002DE /* ScopeGuard.cpp in Sources */, - 48BAEEA4B23ED1433C176AADAF02597B /* Semaphore.cpp in Sources */, - 84204C1C9CFE443B3F38A06256AA357B /* SerialExecutor.cpp in Sources */, - A6DCA910E5B7FEDCB7F0E2A23CD1D942 /* SharedMutex.cpp in Sources */, - 06374191BB664B56DC52418E6F9FDA1E /* Shell.cpp in Sources */, - 4FA3CBB7914A0AAC5273D40CAF814CCF /* ShutdownSocketSet.cpp in Sources */, - CF94170BA0C2D6D4C6E048420122DB8C /* Singleton.cpp in Sources */, - DF365C2EBC94B800048B8CF31D261D9D /* SingletonStackTrace.cpp in Sources */, - E64F3B312F4C403650F0B1D4CE7DD4AE /* SocketAddress.cpp in Sources */, - 1FA03B89D98435C2AE69528890A6EF29 /* SocketFastOpen.cpp in Sources */, - 9CA01B91119E61D3A0D4BF65EE6F310B /* SocketOptionMap.cpp in Sources */, - ACB03BB02A279EED2F935404C0553FF3 /* Sockets.cpp in Sources */, - 47B90E46E8C241D04F71C81D7BBDDE1B /* SpookyHashV1.cpp in Sources */, - BC30EED1A963E545E20FD08320902DB9 /* SpookyHashV2.cpp in Sources */, - 8AC34CB4511A9486CF87EB4C9CCE5FC1 /* Sse.cpp in Sources */, - C71EF89DF0D50B0ED05AA62F2609AD0B /* SSLContext.cpp in Sources */, - 603337370B542B227858BCA1D1422D5C /* SSLErrors.cpp in Sources */, - 3288255C74D241EA772A5CD5EFB45BEA /* SSLOptions.cpp in Sources */, - 0046EEB51A17FE412BF74CDA311CCA99 /* SSLSessionImpl.cpp in Sources */, - 1C7E98F603927DF96FB1B8F641205745 /* StaticSingletonManager.cpp in Sources */, - B315DEBE40A059E415893283CC261CF6 /* Stdio.cpp in Sources */, - 318F6BE2737A121339F12DE30609947C /* Stdlib.cpp in Sources */, - 0F95B4D1E2AE16F5C2562755BEBECD85 /* String.cpp in Sources */, - BCE0EDCB1CD8E5CB1A9F93EFD35CD82E /* String.cpp in Sources */, - 53D6EF48E36BCCD83AAC7DB04D6EBF02 /* Subprocess.cpp in Sources */, - 0B680CFB0540EF39FFDEBDBF8F79C4F1 /* SysFile.cpp in Sources */, - F07CB0886D2CC80AA9532CCA534AC3AE /* SysMembarrier.cpp in Sources */, - 96401E81CDC05C31A8B53FCFDD39DF5A /* SysMman.cpp in Sources */, - 1D60864A4C3901FF5B52A5D29FEB00F4 /* SysResource.cpp in Sources */, - 38EDCDA7A46413398975DA0828C06FDB /* SysStat.cpp in Sources */, - D1C3B9C1A55FBF22E1BD8B073B095760 /* SysTime.cpp in Sources */, - 8101F4E7BC63E6E7AD66FEFBFACAEC44 /* SysUio.cpp in Sources */, - 05829281FC0BA39922CAA01018E41C0C /* ThreadCachedArena.cpp in Sources */, - B441D8D7A67FEA50D53AEF32C46A8026 /* ThreadedExecutor.cpp in Sources */, - 564BE46B537960C8C8A8AE9E46C8C74D /* ThreadLocalDetail.cpp in Sources */, - 2D9623080F4E76BE75D5102FDC852284 /* ThreadName.cpp in Sources */, - 5BD3AE01AF86C7EC55FD162CB1EA14C8 /* ThreadPoolExecutor.cpp in Sources */, - 6438A0CB4AFC674F05645DD92421BD21 /* ThreadWheelTimekeeper.cpp in Sources */, - 9E22B90ACB62733F2BFE0B0F29439484 /* Time.cpp in Sources */, - 3D1081491F1A74E0C34BFA4E980E3E1C /* TimedDrivableExecutor.cpp in Sources */, - 48A952537A117B37BF94FE22201D8C2A /* TimekeeperScheduledExecutor.cpp in Sources */, - 0F24191CA8A041D7FE10686F71563363 /* TimeoutManager.cpp in Sources */, - 474913B0763E3A4528CE8F1E6793E45B /* TimeoutQueue.cpp in Sources */, - A5F64A5F8053FE0D6259ACDBD4F88266 /* Unicode.cpp in Sources */, - 38DD78B3E00EFE9F320873CE777293EF /* UniqueInstance.cpp in Sources */, - 6F5E00D4AA1A75F94FF3CDD674D351A6 /* Unistd.cpp in Sources */, - 7596148AF404E5BB8DE2632EFC01D0E0 /* Uri.cpp in Sources */, - 2D411A0AC25E7B4E330A62790C3D0CA7 /* VirtualEventBase.cpp in Sources */, - 88FA54A6792462C9C8DCA6E46297E074 /* WaitOptions.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F75836C634629F43519C830769CD8906 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 66ED8D425E4F45C860D484AC4DB18B2C /* GoogleUtilities-dummy.m in Sources */, - 0DF1EEAB49D793105860A21DA914EF50 /* GULAppDelegateSwizzler.m in Sources */, - 5A77666ABFC6CBE9F22B1BDFAFC0959F /* GULAppEnvironmentUtil.m in Sources */, - 58CEBA82A249BF25F43B50D77011E196 /* GULHeartbeatDateStorage.m in Sources */, - A64560801A6CE1E08A25A23884DBEA8F /* GULKeychainStorage.m in Sources */, - AEB1A260BBB3152AD93E541F74199B1B /* GULKeychainUtils.m in Sources */, - E31A904663F8E0EC679E55CAE9AC2D2B /* GULLogger.m in Sources */, - 31D6FB40971A8C7BE5A1AFA78E3A2158 /* GULMutableDictionary.m in Sources */, - EDC8D517D22810BBBF119CD4811DC57E /* GULNetwork.m in Sources */, - AF470A4DF4B2BA77552B55DACC28175C /* GULNetworkConstants.m in Sources */, - A6EAB9C4A0A2889564C4E6E44FC2424E /* GULNetworkURLSession.m in Sources */, - 1C9AA5ECAD8C2F7639FD4EBAEF3452C7 /* GULNSData+zlib.m in Sources */, - C5169F55A08017893540E98111DAFAC0 /* GULReachabilityChecker.m in Sources */, - 4E1D8F2E391814741E7D0D91EE7CBEA9 /* GULSceneDelegateSwizzler.m in Sources */, - 1D1CAE6C44FE0A6019C795C3BC71CB04 /* GULSecureCoding.m in Sources */, - B7E3E0A078D2EE41F9237DC0C98537BC /* GULSwizzler.m in Sources */, - CDBD428EEBF253588CB3F474C085B54F /* GULUserDefaults.m in Sources */, + 0A38BF219640B73380EF60F26C19B07C /* UMPermissionsInterface-dummy.m in Sources */, + 13A544B72BA1D082EAF0B428D8B3427C /* UMPermissionsMethodsDelegate.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -28461,4122 +28427,4020 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FBAC39EA5913B087F62D65EC9BD25809 /* Sources */ = { + FFBD84F9F291FA225FDC9BCDA3B5CBBF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B313D9282040A2D049A9F5DBBFF26862 /* crashlytics.nanopb.c in Sources */, - C4A2E6450D085E2E713D37F4A13C0433 /* FIRAEvent+Internal.m in Sources */, - 537FCB67A58E7CC24F616EEB11A50AA3 /* FIRCLSAllocate.c in Sources */, - BEF031019AEFF925E45625DD5191959F /* FIRCLSApplication.m in Sources */, - 49E7F5DD19D1A9D965392EF6D9FD62EF /* FIRCLSApplicationIdentifierModel.m in Sources */, - 20A146B87A5A674B7BE619DB784CC277 /* FIRCLSAsyncOperation.m in Sources */, - 1A83D06635F509BEE152AD2CA8ABE80F /* FIRCLSBinaryImage.m in Sources */, - 4DA84086EC3036B6EEA7C3F2D7DBAE8D /* FIRCLSByteUtility.m in Sources */, - C07C1404D9248DFFEF4F2540C361BDCF /* FIRCLSCodeMapping.m in Sources */, - 3597D96A5994385C48EF04643A92F93A /* FIRCLSCompactUnwind.c in Sources */, - 1BA8A00F81DA5FB66B256CAB00A50E8D /* FIRCLSCompoundOperation.m in Sources */, - 775EFF67826C97499F9230765C5D908D /* FIRCLSConstants.m in Sources */, - 3CB83ABCFAE02258447ED5AC3CCD1E5E /* FIRCLSContext.m in Sources */, - 42388669FE0561F119D310E8018385AF /* FIRCLSCrashedMarkerFile.c in Sources */, - 2A5E383D55FE9C242624A8E3E76CD6FE /* FIRCLSDataCollectionArbiter.m in Sources */, - 926E44B73A3D00201A9D00116442406C /* FIRCLSDataCollectionToken.m in Sources */, - D37E9D23E2B6DF1B3C59E3EF5287E69B /* FIRCLSDataParsing.c in Sources */, - 0C7335E732F5A6E02288D04CC285F899 /* FIRCLSDemangleOperation.mm in Sources */, - 6219CB67BF47591198801A5475AC9810 /* FIRCLSDownloadAndSaveSettingsOperation.m in Sources */, - 2DC59B235ED0EC0A91F12BDFC23660C5 /* FIRCLSdSYM.m in Sources */, - B043026E9827E306ABC01E5F7EBDEE7F /* FIRCLSDwarfExpressionMachine.c in Sources */, - A691A2C3279D1BC307475576D7838143 /* FIRCLSDwarfUnwind.c in Sources */, - E5050845DFC58728473037CAA78378A0 /* FIRCLSException.mm in Sources */, - D1BE46897DCD1DFC3C263F8A280E215E /* FIRCLSExecutionIdentifierModel.m in Sources */, - B4BA3A08CF01AF745E8020BC7F3C7BBF /* FIRCLSFABAsyncOperation.m in Sources */, - 2C7CE9C58DFF531AA2AC58125DD534D2 /* FIRCLSFABHost.m in Sources */, - 28DB097850BA4AD5AA86D4A78ADE68EF /* FIRCLSFABNetworkClient.m in Sources */, - D9E163FEEAFD9A1880609C85919D27E7 /* FIRCLSFCRAnalytics.m in Sources */, - 05376FAB71BE9325DEA64606B5FE496C /* FIRCLSFile.m in Sources */, - CCC58A49D3FE284960374EDD35AE79EF /* FIRCLSFileManager.m in Sources */, - 078EB6FF6BBFC4D5D1C23CBE2E187B8B /* FIRCLSHandler.m in Sources */, - BF725862BCAA8BCCF751EF9257BB172C /* FIRCLSHost.m in Sources */, - 4B02FC4BEEB253365193CEFC5C6C08C2 /* FIRCLSInstallIdentifierModel.m in Sources */, - CD94A20CDD87A078033792FF35D2FDD2 /* FIRCLSInternalLogging.c in Sources */, - E83D75DAF197D119EC466226DA24D451 /* FIRCLSInternalReport.m in Sources */, - C30B5AB858B7A4404AD3058379C5C5C8 /* FIRCLSLogger.m in Sources */, - E231A20A63F48C974C354EA237E5B9E0 /* FIRCLSMachException.c in Sources */, - CAA198913ABDF365F82058416991C28F /* FIRCLSMachO.m in Sources */, - 9A2A7128EB69942C9C61F37DEFAFAD99 /* FIRCLSMachOBinary.m in Sources */, - 4569529CFADDC615ABC1B443CA14BFF4 /* FIRCLSMachOSlice.m in Sources */, - B26194A97FF0360FAB663359B842843B /* FIRCLSMultipartMimeStreamEncoder.m in Sources */, - E742E9C6D59FC15B2B598DA01392A726 /* FIRCLSNetworkClient.m in Sources */, - 8F1A90B16C428BC3BF019DD15E792A84 /* FIRCLSNetworkOperation.m in Sources */, - 94838925C73476BF2A7DE0ACF9F5D872 /* FIRCLSNetworkResponseHandler.m in Sources */, - 63A37F775D7718CF4160D778A29CDF55 /* FIRCLSOnboardingOperation.m in Sources */, - DC40CCF3CD8E96120E9E7291947AD62A /* FIRCLSPackageReportOperation.m in Sources */, - 08BE9B30C42741E682288EDD03C2D5EA /* FIRCLSProcess.c in Sources */, - 1FAB29507E6C530B4F5701DFAD969087 /* FIRCLSProcessReportOperation.m in Sources */, - 9C55F1DF8045F9BE4780B0AD61D3E046 /* FIRCLSProfiling.c in Sources */, - 61AD287FC184AAA51EE8A0FBAD58DB05 /* FIRCLSRecordApplication.m in Sources */, - 6D65FA5BA99BF57EC80B1EEBA1453555 /* FIRCLSRecordBase.m in Sources */, - 52C9B60899CCF1DAE73D440605570794 /* FIRCLSRecordHost.m in Sources */, - F1FD63BEB7D90017393BDC257A24AF1D /* FIRCLSRecordIdentity.m in Sources */, - 50EF57CCC25B10D398BBD18EDD1B693C /* FIRCLSReport.m in Sources */, - 699015D40F81ECA1AD569C9E2CD8EB5F /* FIRCLSReportAdapter.m in Sources */, - 3AFFB5ECDFFE4AC90EBC12F8EF91CCB2 /* FIRCLSReportManager.m in Sources */, - 31CFF5B92C099904CE847EDCB174CECA /* FIRCLSReportUploader.m in Sources */, - C8E145118AE686486E52337A433C53A9 /* FIRCLSSerializeSymbolicatedFramesOperation.m in Sources */, - 637B0F5A3F8E1E5D2A8A5CCD4CF7FBE3 /* FIRCLSSettings.m in Sources */, - 5BA6BE66A8F85520012434BB56953B56 /* FIRCLSSettingsOnboardingManager.m in Sources */, - 9B2E8A0FAE93947C0EAB20E49442F301 /* FIRCLSSignal.c in Sources */, - 87D0D382A2E4F64997169BDA289D7E54 /* FIRCLSSymbolicationOperation.m in Sources */, - C253F97B084091697048764792DB4ACB /* FIRCLSSymbolResolver.m in Sources */, - DC82E9B8A12D55B50D21219CD769F488 /* FIRCLSThreadArrayOperation.m in Sources */, - 4B005CEED7E815160946863FE06EFD00 /* FIRCLSThreadState.c in Sources */, - 0A6F160726FB7781AC7918741BE0CE2B /* FIRCLSUnwind.c in Sources */, - 0C007AF3E75F1C8A94D21AC52303D2DF /* FIRCLSUnwind_arm.c in Sources */, - B127D7148E93DEEE3176215709AFCAF7 /* FIRCLSUnwind_x86.c in Sources */, - 723EFC12107693BE96D29AB6EA86FF20 /* FIRCLSURLBuilder.m in Sources */, - 919B48F8606088327E091A87F4640F12 /* FIRCLSURLSession.m in Sources */, - DA9BA88926DC5914F3BBCE8FB51C5042 /* FIRCLSURLSessionConfiguration.m in Sources */, - 43487EFF4D19314724CC3B7C8EA723F4 /* FIRCLSURLSessionDataTask.m in Sources */, - 0BD726C30CD5EF226C4E63693F1D9DB9 /* FIRCLSURLSessionDownloadTask.m in Sources */, - C771EA4D47C62FD0733DD282D81D35EE /* FIRCLSURLSessionTask.m in Sources */, - 3C2FA4BA552EF8A6B0E7F297F31EB4E0 /* FIRCLSURLSessionUploadTask.m in Sources */, - 22448F033354D8846A35F5A1AA60FB44 /* FIRCLSUserDefaults.m in Sources */, - 47F41022AA2E2FA39A5D8314FF0E03AE /* FIRCLSUserLogging.m in Sources */, - 952B359E2EAF596B0221DB3BF4EEC9A6 /* FIRCLSUtility.m in Sources */, - C1FB6AF3F24B8B4303754549846645B9 /* FIRCLSUUID.m in Sources */, - EE3C262D6A0F5AA0CE2F976F2643690A /* FIRCrashlytics.m in Sources */, - 217FB94A14907C21FD2847C28265C1F2 /* FirebaseCrashlytics-dummy.m in Sources */, - 9DA8EB1FC867253A1E28427948A778CA /* FIRExceptionModel.m in Sources */, - 8346F19A4AE135B1F705DF97ABFE373B /* FIRStackFrame.m in Sources */, + B4EF9706D97E78D50403C85E79FD6FD4 /* GoogleUtilities-dummy.m in Sources */, + EC0E3487E86FE0C7E35C714C53A6AC6C /* GULAppDelegateSwizzler.m in Sources */, + 470AB5B302F6B4677C4649B02F345A73 /* GULAppEnvironmentUtil.m in Sources */, + 6B8C808B31CB61FE4F4D575F2C910DAC /* GULHeartbeatDateStorage.m in Sources */, + A798AE3AB23B0D43828DE78E55ABB80C /* GULHeartbeatDateStorageUserDefaults.m in Sources */, + 6BF8D96F770E04839FB319B8A435F2CE /* GULKeychainStorage.m in Sources */, + 95F394C7DFED446562D0E4E61DCDFF04 /* GULKeychainUtils.m in Sources */, + 328D1851C07232048C99533529A0E816 /* GULLogger.m in Sources */, + 746DD52318CDB8DB3A930E17724104B1 /* GULMutableDictionary.m in Sources */, + 028444AAFC7B5A9050DC48F26C902A11 /* GULNetwork.m in Sources */, + E2422F516B469C90C1882C3CAE909487 /* GULNetworkConstants.m in Sources */, + 7D2F3A64707FB41242628DE82350600B /* GULNetworkURLSession.m in Sources */, + 9EBA63AD722D62682C0CA9C99BAD2E0B /* GULNSData+zlib.m in Sources */, + A49987DB0C8313BB74617222050F51EC /* GULReachabilityChecker.m in Sources */, + B8C2C062DEF5116050846F0DD01BBAD6 /* GULSceneDelegateSwizzler.m in Sources */, + 30478B7D4A74EDDB1197E17A41E1D80D /* GULSecureCoding.m in Sources */, + 88D0132A7A071299F7EEFB5E47D75E9F /* GULSwizzler.m in Sources */, + B819DCE055CB59E5A997015C3283E79C /* GULURLSessionDataResponse.m in Sources */, + A1F074EB0CE5C9B9882E1A9BE767265A /* GULUserDefaults.m in Sources */, + 8D0D87CAEE2F431D4078BA48614BF762 /* NSURLSession+GULPromises.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 008765B12DF87847D34C6B7B781E6049 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = DA84FEF9B82E7C26F5A320A5D1E2CA0F /* PBXContainerItemProxy */; - }; - 00C84C54894AF873508C08C0475A38AC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 8F8404F92F0436A4BA77F5020262DC6C /* PBXContainerItemProxy */; - }; - 011560862F24AE63E24EF7ACE30F71A5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCrashlytics; - target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = 5F6A6B39CA33978ADA90F6312B69D43A /* PBXContainerItemProxy */; - }; - 012289AF3D5196AAF30279B4042AFF06 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMPermissionsInterface; - target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; - targetProxy = 881ACFD4214BD531701304622922FD32 /* PBXContainerItemProxy */; - }; - 01921A34E440A1BBB51DAE9BDE7B492E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = F04143E3B606CAB58974FE8DCF3062EE /* PBXContainerItemProxy */; - }; - 01963416EF070C1196E080A9C4F80C8F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 2D31B5144E14A39E209EDA25226F6836 /* PBXContainerItemProxy */; - }; - 01AB365B5F1E6E9B2B9A87DB2F6E86A5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YogaKit; - target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; - targetProxy = ADBCE0424846394D26D6447243BF5309 /* PBXContainerItemProxy */; - }; - 01C62AF185F0CA06B0313BB8024E1604 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = D20B3A97686B3802F7BADD8246FC8AC0 /* PBXContainerItemProxy */; - }; - 028CCCEB282C2941E6D56A531D125859 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMBarCodeScannerInterface; - target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; - targetProxy = 805D01B3EB1077391BA6CEEF56D7C077 /* PBXContainerItemProxy */; - }; - 02CE4F41998ECD47688D9758EED02333 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = 019243C3D77530DC73C1A4DFBE58E8E6 /* PBXContainerItemProxy */; - }; - 02E9E53F1A94297D28085B1950547CAC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = F74305E6DC4DCF48EFB361B80E1E255B /* PBXContainerItemProxy */; - }; - 0364826E56A2B461415D10B88FBDE5C0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = E28D87877E301B5890583BAE082AD4BF /* PBXContainerItemProxy */; - }; - 0365DE6A1F746EAD5FF9D6FCCB8C5714 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 589E2C12D15397CC6EA201220A02D3CE /* PBXContainerItemProxy */; - }; - 0399F8E7F60B250E7203EF4021EC24FA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXHaptics; - target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; - targetProxy = F559D29BBCB3A4CA7140CD1BE2B37E0E /* PBXContainerItemProxy */; - }; - 039BF314760B8B55D1254FE46D176F54 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = C1580F916BAC9A585D73B906A8D9C7C2 /* PBXContainerItemProxy */; - }; - 03A8E09726F681363CE88CB84A4BD687 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 3986C4FD6E9A06864E6CF4B8A3A0DD3D /* PBXContainerItemProxy */; - }; - 0415F3FDE9812796454B9F7713A78286 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNImageCropPicker; - target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; - targetProxy = D94EE2E21356604263D7CDB7FAAC2AC3 /* PBXContainerItemProxy */; - }; - 04EC0AE1EFC30A7640C11E6536BC18D4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMTaskManagerInterface; - target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; - targetProxy = 189532D867A43347C18C537951BA6AEC /* PBXContainerItemProxy */; - }; - 04F679602B44607C67F258E68F5DA42C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JitsiMeetSDK; - target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; - targetProxy = 57B04C6421CDA4790095ED7B06652588 /* PBXContainerItemProxy */; - }; - 04FFA7C3011B200DD582FD347C6D50B2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNVectorIcons; - target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; - targetProxy = B81C056BDAFB218CBBAB82C588F85565 /* PBXContainerItemProxy */; - }; - 053CC9F9AA5D815F1E1B4B23CF423772 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 6A89B475FC42CAF4C7E9A853B89F94D1 /* PBXContainerItemProxy */; - }; - 05B381CEFDC9207D7B0CAA0054090207 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = 68EE1A47FD13EA707CEC52005A4E4AE2 /* PBXContainerItemProxy */; - }; - 05E8E9165812E4FCBDD33F40EDF2A2C4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-PeerTalk"; - target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; - targetProxy = 90F689AB9F55A247ADC0E399DF9F85CE /* PBXContainerItemProxy */; - }; - 05E9D79ADFB25DC58DF722FED8F68B89 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = 81EAEB33E20099BB0453F7CBB1B71386 /* PBXContainerItemProxy */; - }; - 0608E18EC6F66977846C783FA5C3F664 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FlipperKit; - target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; - targetProxy = 7EB2E4F7EF84DB41873147E72FD71B6C /* PBXContainerItemProxy */; - }; - 067D8E6BE94DB84F1D192ADF49B306E4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 210CB3A014699225D03E15FB5E136812 /* PBXContainerItemProxy */; - }; - 0694D76F99EBE685A34FA1097D6A88C5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 1DD062D7B80FF6AE845543CE23E1D88C /* PBXContainerItemProxy */; - }; - 072E381627E0BE8FB18753729F2B3BCB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 16434D76BFC442DF38DAE98C67A8CCDF /* 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 */; - }; - 08A80242EF621FE5249B8A6821E3B528 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 747CAD5FB00F9C41E3E708B6AA1C61FA /* 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 */; - }; - 0987DB2D1AE44C95B59A79810C826233 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = 6385B125C1F12D88E873C919C512D8D7 /* PBXContainerItemProxy */; - }; - 09CF646B7803EA105BBA9983C239501F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = 90415E5ED53DF9940B738222323F2E59 /* PBXContainerItemProxy */; - }; - 09F732CE23DB6F8D7BDDDDB329928C61 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFileSystemInterface; - target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; - targetProxy = 796131D31197FCBDC72DCF04BB9C0B15 /* PBXContainerItemProxy */; - }; - 0A16A0D123F5E6C29EB22F7863795477 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - 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; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = 5D5C5DF38845909617CFF3BDB28AF73E /* PBXContainerItemProxy */; - }; - 0C43A054BC4BC5BBBE6F1E3F3A13805B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 100DBC410F886C1FCFA663B53C7A8B6E /* PBXContainerItemProxy */; - }; - 0C97159995F0CE3C0313959C7098BECA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = E589CE587A0A8283C240479BFA626F48 /* PBXContainerItemProxy */; - }; - 0CE95488CB1B21E8129E444A510B1569 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = DE018833FFCD95FC26309B54E95E010D /* PBXContainerItemProxy */; - }; - 0D2316826D0E0CF78EB91F3E71A1A50B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = DB54FEB03A329EDBB21D7358E24E125D /* PBXContainerItemProxy */; - }; - 0D858CA2366C053CBC7A224CFE887005 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFaceDetectorInterface; - target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; - targetProxy = 9563ABA3158E7A46FA5D05EC83008F87 /* PBXContainerItemProxy */; - }; - 0E206CE204FA280187DE0E83A5114F59 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = libwebp; - target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; - targetProxy = 619ADB8A3E317BFAA3F902B13FA32106 /* PBXContainerItemProxy */; - }; - 0EE7338AB4ED545B2E6D827771BB5292 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 37DBD1153E6FB4103033F9589A72ED98 /* PBXContainerItemProxy */; - }; - 0F224BC1109D38048531B395D0A9E003 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 2B2110361AF0F225888123D4A0873ACD /* PBXContainerItemProxy */; - }; - 0F87CCE58C28FC6D52AFE65D4495F8AF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core-AccessibilityResources"; - target = 7A020DAB6F3F0BA0A6D9946E84B38B7F /* React-Core-AccessibilityResources */; - targetProxy = 3E7032E024D803D0555D6E9ED20DC3CF /* PBXContainerItemProxy */; - }; - 0FBFC3EDF954D686BA9D6400FCB8D2AC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaLibEvent; - target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; - targetProxy = 19D806A34705232FD6F18416B4CC4D49 /* PBXContainerItemProxy */; - }; - 102A11ED5ECB64B2E2DF4318C52CA9BF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFontInterface; - target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; - targetProxy = 6217901DC29D774DEA81B72D3255B4C5 /* PBXContainerItemProxy */; - }; - 1082D84F7E4B4D734416E1936CFF1F7C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = 63349E3C829AFFB7A2A0750ABB6A293F /* PBXContainerItemProxy */; - }; - 10D97D7977A91B839FC8D9AD647CE2AD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = D7F58E073065F47E1524982D02E2C36D /* PBXContainerItemProxy */; - }; - 10FFE99A8432BE06BF8F4B8B8CF1ECAD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = 45E0800677FFAFD10B5CA25577645438 /* PBXContainerItemProxy */; - }; - 11222750E16514AF685B8411254E8EA5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 399EDC13C22F553119C23765D16F1672 /* PBXContainerItemProxy */; - }; - 1205189B5ED29666C874158CB2A13820 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXKeepAwake; - target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; - targetProxy = EBB6082BC9E924B9CA5D9BB3DB3814A7 /* PBXContainerItemProxy */; - }; - 12EF0762D37A5D1B19EFFAAF43B4B991 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = 44FAE8496F509004847750479B941714 /* PBXContainerItemProxy */; - }; - 13B40AA4930C101E775B37E8A8E2F558 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 931FB9559187A60B1A85C8A90D49A330 /* PBXContainerItemProxy */; - }; - 13E9D5624C9D324D72774B102F1A220A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 9103BECBE9C661C0039CF80BEDDCB5A5 /* PBXContainerItemProxy */; - }; - 148450CD7BAB8E5ADFCDB8AB1D7389C8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TOCropViewController; - target = F3966F664F3CFAEFAB57C40FB54D3788 /* TOCropViewController */; - targetProxy = 63E62F1D3D83A9D478C18BDC6CCFC677 /* PBXContainerItemProxy */; - }; - 159532F87E59EA9603B610FA15BBCD34 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaAsyncSocket; - target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; - targetProxy = F3A3269EEE83A5976672E5C6F0FB25C2 /* PBXContainerItemProxy */; - }; - 15A3869E3DBD0CF5729B58B8FBAA429E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactNativeUiLib; - target = 037A1F31C4D99F52EC9FD2008FEC481C /* ReactNativeUiLib */; - targetProxy = 33D51C73820F61D9BF5BF27C51AFEE6D /* PBXContainerItemProxy */; - }; - 16CA34B320A46E72EEAF1053C4B4DCB5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = 857FFAC78C95ACCB1EC5660F542B83CF /* PBXContainerItemProxy */; - }; - 170093F0C7ED94E1949B5CA3C5D8A26A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 35D3A17997AFCA9139445E80B1BB5DD6 /* PBXContainerItemProxy */; - }; - 1736AFA17A2E93DB6BB7BC7E97359220 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = D79E204F83FE68897955A8CCD149894F /* PBXContainerItemProxy */; - }; - 17D20522A04D8235DFD59A95E47DC791 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-PeerTalk"; - target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; - targetProxy = 4DE0865F0A037E4F88D0BC210F537DED /* PBXContainerItemProxy */; - }; - 1951E963DE3CB8CD163B0D5344B250B3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = 3CB9598A224670A61A40F345D5933757 /* PBXContainerItemProxy */; - }; - 1961B90BC65AE9758BBFE2687A7C9291 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 088E6FEBB8CD1A4606682A2443CE4D74 /* PBXContainerItemProxy */; - }; - 1AF1DCC998E745F5A2EBEB43AFC9BE82 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = 64B3A1B58982DEA53AAF36E99ED441EB /* PBXContainerItemProxy */; - }; - 1BB131C54791964AF234B70EE43304F2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-notifications"; - target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; - targetProxy = 689C7F986390E7FAA64215E3275EB760 /* PBXContainerItemProxy */; - }; - 1C5D5905C13A6D093563087A90B95C9A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCAsyncStorage; - target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; - targetProxy = 3309371765C150208FC57B950CF2C407 /* PBXContainerItemProxy */; - }; - 1C97698617BDA6EA0AD202BC1D8C7267 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCrashlytics; - target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = A18743F631754EE4003A3C027383F346 /* PBXContainerItemProxy */; - }; - 1C9FB44DE2549DBF1B4F52C10DD07CE8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 4541473AED3B8C0BE841288F37EFB719 /* PBXContainerItemProxy */; - }; - 1CF60D4E31629111AB673200097A7D91 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCameraInterface; - target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; - targetProxy = F2FE4D20E8D0A22A4CCDC832DCF95EF7 /* PBXContainerItemProxy */; - }; - 1D90CFF3F7F784799033DC582F6FDABB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = A4781A5387AEE976007F60872DD76AA0 /* PBXContainerItemProxy */; - }; - 1E11EF7F772C24A0F1DC3092CB60BCC0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-document-picker"; - target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; - targetProxy = 05B9635AB4E5BD74AF0305552318AC16 /* PBXContainerItemProxy */; - }; - 1EC9B0B43F6556A4052472FFDA4C6338 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactNativeART; - target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; - targetProxy = 268F8D2B92A7B5AD1C9C32F9C66316AC /* PBXContainerItemProxy */; - }; - 1FD4E7EA4EBF9F7590F937B3A82187C4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-callinvoker"; - target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; - targetProxy = 9E8E845F8CAC3030F5B589B5F675E4C3 /* PBXContainerItemProxy */; - }; - 1FD7D9E98F71D2B6F25F254A2EC521E0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXWebBrowser; - target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; - targetProxy = B0F06DC26238508D736984E33DF61DE9 /* PBXContainerItemProxy */; - }; - 20233A6D2A2EE803CA62A488F08AE780 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBApp; - target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; - targetProxy = 60004CBAD9624F5A99430EE406B6FF05 /* PBXContainerItemProxy */; - }; - 208F35FFBD54257A819377AB41B213C0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - 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; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = AB3879F831C680A8E39F24E2C0260A08 /* PBXContainerItemProxy */; - }; - 216FB6A5224C001100AE4D43F15ABBCF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKV; - target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; - targetProxy = 761F3800850CB810CE90679E8F2F5F1B /* PBXContainerItemProxy */; - }; - 223B8F1D703C5920C7EDE6E86E136E25 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 1DB39401316C871CBFBB844F3BC7C38B /* 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 */; - }; - 2312E9A48614952DB0B76BA4AB893350 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-RSocket"; - target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; - targetProxy = BFFB5E26266315BD19083BF7473DB594 /* PBXContainerItemProxy */; - }; - 2367F23BC954C95EE47980FFF04059F4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFaceDetectorInterface; - target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; - targetProxy = BE9538F774D84A256562A63EF70CB098 /* 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 */; - }; - 242738807E0E56733885A09A188ED0C3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFontInterface; - target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; - targetProxy = 7AEA76F9D9A6294EF9E87BFED6FFB066 /* PBXContainerItemProxy */; - }; - 24F1A08600BC668B2993E90B12E7C7CA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = F76EDAEE73405BFAF4D82C3030ECF3D3 /* PBXContainerItemProxy */; - }; - 251F0ECC267D8EBDCE9E5960452BE1B6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNLocalize; - target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; - targetProxy = 3F15E5BB0398D5A02F6D1B1250847625 /* PBXContainerItemProxy */; - }; - 255ADAAFF959D63ACCC31B5BB8110E99 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCAsyncStorage; - target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; - targetProxy = 2F3565659C0D362C2B8637B70CEFB638 /* PBXContainerItemProxy */; - }; - 2575599B1F915B85EC1974C52AAE46D8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = 46FCB21246D183207437D333782AF3BD /* PBXContainerItemProxy */; - }; - 25B212B0A5C476499903D75C5920C42A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMPermissionsInterface; - target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; - targetProxy = 8BD52883CECCD61DCF960BB36CC22658 /* PBXContainerItemProxy */; - }; - 260C1ABC7D2EE4924ED0BB725573EA0E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNReanimated; - target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; - targetProxy = B837E15B45FBF500F96C91D6D66DD9CB /* PBXContainerItemProxy */; - }; - 26371950D5B797447E6D0D20D6B43090 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 8FF50D1D6A737316829F18FE4564A043 /* PBXContainerItemProxy */; - }; - 26EF68F06497289198E2085A0D0009E2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = 329BE68D46DE5E67AF756AF526FD9B8D /* PBXContainerItemProxy */; - }; - 27C93FBAFF3D7CD1F8E5C1F4D58363CA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 7A26015531AEBE7E89C918FBC153A8B0 /* PBXContainerItemProxy */; - }; - 2820E4898DC8A8359B79ECBF59B7FF27 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 9BA13F9222553AA17AFB8D37B1612920 /* PBXContainerItemProxy */; - }; - 288C3E0DB05C7D3C85BE38F60736285C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-appearance"; - target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; - targetProxy = D12ECF283804A8DCB09139E367DAF9D1 /* PBXContainerItemProxy */; - }; - 290A9AAC7FA5CD09BC2F36D182710A69 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YogaKit; - target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; - targetProxy = 68908DD822EB092750857DA7D6049BB3 /* PBXContainerItemProxy */; - }; - 2A365EEDBCC3508976C18174A915A488 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = KeyCommands; - target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; - targetProxy = 8669BE1FA6D5870715C67DC8C590FE6A /* 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 */; - }; - 2B763EFADB98C2AD5729E9AADF531138 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = KeyCommands; - target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; - targetProxy = 1EDD127CD21420EAEB7800F8D5B3C80C /* PBXContainerItemProxy */; - }; - 2BD011342DF553BAED77F8B433B8A1E1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 736489F1D63D1C31A3ABC378FE278435 /* PBXContainerItemProxy */; - }; - 2C83FC9EB661BC061EFA0B27D8557426 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 7A4A32E009B5288FFF3793BE45B07124 /* PBXContainerItemProxy */; - }; - 2CA15F56F4B094FC289FE3E092BC1509 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFastImage; - target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; - targetProxy = 65468E8C5F61B6C576D2FB2D893A3039 /* PBXContainerItemProxy */; - }; - 2CC211E860AC526B2B3AD756E6301F1C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = 3E8954D495BF62F4E367787BFB426C20 /* PBXContainerItemProxy */; - }; - 2D5B59D418260996A8ADC001B002A643 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 2479BE9EA6999EB1BA93BBBA090CACAC /* PBXContainerItemProxy */; - }; - 2DE5FA902384564AA580EC4CE31E882B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = 34678C1CED4B1BBE46F2B85F57661B5D /* PBXContainerItemProxy */; - }; - 2E0B3446CC2BE9ABAD0B84978889370D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = D76D07A858D20059063199C8BB69A5C7 /* PBXContainerItemProxy */; - }; - 2E7ACB8C31B310F58C005A2402CBBFAB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMAppLoader; - target = C452F579644C83E8D8E36EC24A9BBD46 /* UMAppLoader */; - targetProxy = 27A42E5D17DE1A0DFCB1E5763117A537 /* PBXContainerItemProxy */; - }; - 2F1084D76941E37BFCC8257D26FB03DF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = C01591E65DB3C25EB22A06CD0BAED0C8 /* PBXContainerItemProxy */; - }; - 2F6A8828A44FFE5C4EFD583AA4A6A194 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = B015D4C9D121E7B69A18A4F5A9877DB7 /* PBXContainerItemProxy */; - }; - 2FE78A545AF40E3745907C01AC109F2F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = 78C0FDB3A6980D82D4DB91B0700AE704 /* PBXContainerItemProxy */; - }; - 306E7CB25D86ECFF254F142498692742 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Folly"; - target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; - targetProxy = 1938EB7E40430E78A5B79C567BF671C7 /* PBXContainerItemProxy */; - }; - 30A1F4982E7FA2B0F75AD0FAD4C55048 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDeviceInfo; - target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; - targetProxy = E8E534534FB5F4E4CD15B62E13B72648 /* PBXContainerItemProxy */; - }; - 30B35E7A286A8B908A42780D5337B05A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = B07FA46436F6EBD6AAE26BD8009AAA0D /* PBXContainerItemProxy */; - }; - 30BB46F045F469DCEDC1605078E1F815 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = D45A129EF49E13C9DFCE7C67EB59C295 /* PBXContainerItemProxy */; - }; - 3165F58EF4EBF9080BFC74C903A8ADCC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 79042D6F188898492E1A0482F2C55C71 /* PBXContainerItemProxy */; - }; - 3173DEBDDEC487252D8E3C31F2BF7E4D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = 93EE97CAF4E00C98FFD3661F74A90C39 /* PBXContainerItemProxy */; - }; - 31D09D278D849C883FD091A871EE9CAF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDeviceInfo; - target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; - targetProxy = C6756DBA166F70B5DC75B5A5644DBB4B /* PBXContainerItemProxy */; - }; - 31D12A5A82FF07F3FF442605A731BC19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-jitsi-meet"; - target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; - targetProxy = AF3E23F85A108B74AC3076EA3D680DAC /* PBXContainerItemProxy */; - }; - 32D64FF3D8FBC4219B94748D0B029612 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-mmkv-storage"; - target = 74DAFD196634D10887C9A4E7BA19A5E4 /* react-native-mmkv-storage */; - targetProxy = DB974DA8219EC0B663F25923536435FB /* PBXContainerItemProxy */; - }; - 3318915044253381F62012519CD8D227 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = B4D834806998BAD47AD1BC067D3CA005 /* PBXContainerItemProxy */; - }; - 33273ABCFC87950254E775066C579749 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = B9B50EDC8B45C11C95E44F52E34841C3 /* PBXContainerItemProxy */; - }; - 33433623DE45EF5E100BEAF5C4840E22 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "rn-fetch-blob"; - target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; - targetProxy = B56CD3A1472AFE48FC5FD13425844E8C /* PBXContainerItemProxy */; - }; - 33BA9EB8B099F83741D178AABC4A024C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 7C95385B36BF5E1D61C3D763A05271FE /* PBXContainerItemProxy */; - }; - 33BB382DD85B63C974C4EE04D9864065 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = D8D20DD2991C28C4D21FBBB44A03A815 /* PBXContainerItemProxy */; - }; - 33BC02C86DB28151F77B4E8236CB220A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = 9A20A658F4E7F74DE5A2B3A63BE42225 /* PBXContainerItemProxy */; - }; - 33D8F1A3D2AEA03EB135F7E291954CB1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = C90300BA8B1160C785A25CDF5038C0B6 /* 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; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 10F57E7F3D056180DACB1E7F62E7918A /* PBXContainerItemProxy */; - }; - 34EE390314D3670A03F65D7987CF515C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Flipper; - target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; - targetProxy = 5E633395975801C781B96807D3504D96 /* PBXContainerItemProxy */; - }; - 35916694CB4AEC3839FA9A6523944D33 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 1F267629E2C45323716C85D5FF86C843 /* PBXContainerItemProxy */; - }; - 35BFB41025779F1312A2C9053E23CCB8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = 15F9C20F9E8FA53B251B6C431D0945AC /* PBXContainerItemProxy */; - }; - 35CDA6F32876D704376EB37A315BE791 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 815FF9A9AD6A7CD366AB0204A9F240BD /* PBXContainerItemProxy */; - }; - 35E6F3F5FCC1EB05397A3D16641ADCE8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = libwebp; - target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; - targetProxy = 3664ADEBF5AA83A192D99CF6B94CAB5C /* PBXContainerItemProxy */; - }; - 3696275EB976EDF17500A124AFBF422E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 6D78640AB1EE40FB99B1B3F3EAD7C84F /* PBXContainerItemProxy */; - }; - 36DBA0361BF385B55D1BFB027A5F6C8A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCPicker; - target = D00F24222F074B31C56DC6D05E806A35 /* RNCPicker */; - targetProxy = D41D1D6526F6883D04DDF0B2D332D6BA /* PBXContainerItemProxy */; - }; - 36E5238B382AAA54286417B3B5E404C2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = BAA432D313104D0E1D5DD524AE9528A0 /* PBXContainerItemProxy */; - }; - 37DF78EFA5D5E6254124FDAE53A35011 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 404F14974AD8D90542BA9656656CD6E7 /* PBXContainerItemProxy */; - }; - 37F07278431F40747E413404E6B394E4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 7A9988DC9754B1367F3E0423132802B6 /* PBXContainerItemProxy */; - }; - 380DC43C1853FEF7E06CBB960122D142 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Folly"; - target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; - targetProxy = FF9169108C964067C5816F76C7C3EAEC /* PBXContainerItemProxy */; - }; - 3836C32AD867B24088ADB5ACA17C1CB9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKVCore; - target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; - targetProxy = E36EDE17FE9C4986A67C8FDA2E5A4FC0 /* PBXContainerItemProxy */; - }; - 387E7A4E0A2AB56C0D1747578E256AA4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 04BD55648024D7AD6EC0B596BD274CA2 /* 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 */; - }; - 393D9E9FF04E5794A54A6909114E4563 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBApp; - target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; - targetProxy = 6465ECC42E0B05E519226830767BC9E1 /* PBXContainerItemProxy */; - }; - 3ADB664E5B1E60583BFE89E352A2E570 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMConstantsInterface; - target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; - targetProxy = 387E0DBFB25B91078C1244F731AA58E2 /* PBXContainerItemProxy */; - }; - 3B202452873EF08728807D159111601B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-DoubleConversion"; - target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; - targetProxy = BA26B4930EC275BF43EFBB2A793FB441 /* PBXContainerItemProxy */; - }; - 3B476F5440E083E2E501E73C70B8CCBD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNReanimated; - 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 */; - }; - 3BA85962FE35535D607670074B2EC838 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = AFB4A777516E23DA5762DC0CBF92D74F /* PBXContainerItemProxy */; - }; - 3BC7FB5217807555B32ADBCA09656AAB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FlipperKit; - target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; - targetProxy = 414B8B5BC8942C29F3C20E9D1BB32DCD /* PBXContainerItemProxy */; - }; - 3BE45F54A834207A0A2A4CA145D7AB00 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXLocalAuthentication; - target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; - targetProxy = 034E6479BCE3E2425688D0DF1A320482 /* PBXContainerItemProxy */; - }; - 3BF55021C42F4AA24BAA0E5F17C7328A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMConstantsInterface; - target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; - targetProxy = C9EAD16E109683FA55B420800E8A3928 /* PBXContainerItemProxy */; - }; - 3C5576056247D2D724E75F90D93A285C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 677CAE2B7B4CC9141EFD18E82F50AA1C /* PBXContainerItemProxy */; - }; - 3C82E7685BCD9EFF2B88ECA459593364 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = A6B654EFAD16ECEBCDC502CA18067696 /* PBXContainerItemProxy */; - }; - 3C979E7F26628E15231DFDB5F07CF4E1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-simple-crypto"; - target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; - targetProxy = 94D9BB4B96D314CBF2C49BC49A6897E4 /* PBXContainerItemProxy */; - }; - 3D0DD40A2EC42F56BFDCC4C526AE408E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDateTimePicker; - target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; - targetProxy = 7BDD9521652F154A2B33968D2168C589 /* PBXContainerItemProxy */; - }; - 3D78C82C5A3D63B4043A681A98F1667E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMImageLoaderInterface; - target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; - targetProxy = 2B0BF2E19ED3EB7C4F5D282488ADCD4D /* PBXContainerItemProxy */; - }; - 3DDE1C1225150518A528704C529646E6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-RSocket"; - target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; - targetProxy = 1E86EDD6EC9467E297B13CD687B2BED3 /* PBXContainerItemProxy */; - }; - 3DEA4F77E3B1B2EB75E7BCE099516AC7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 57167F7967ED5FF3C36CD1BB5549A9B9 /* PBXContainerItemProxy */; - }; - 3DF8E7244C78D298F33E4087A11D42C2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAV; - target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; - targetProxy = AB7693329B745F0B1D9E1E9D6F162FFF /* PBXContainerItemProxy */; - }; - 3E1138345A10298A389EAC5930D5C9AC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 26EA74B03763D19362BDC43457F2C801 /* PBXContainerItemProxy */; - }; - 3E97DD2036D933FF1858528D925AF3E2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBAnalytics; - target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; - targetProxy = 3845AD7B1E17935DC0B99880BAF31093 /* PBXContainerItemProxy */; - }; - 3EB8FD33BF88780AE8F54134563EF6FF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 3C6EE330768E3B718B7124BF60CB95C9 /* PBXContainerItemProxy */; - }; - 3ECB065FA55296FB4572438D2B970480 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JitsiMeetSDK; - target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; - targetProxy = 87F9461BF83AD6766E900149D2BBF5A8 /* PBXContainerItemProxy */; - }; - 3F39BA032D776528E8A6CA335F0F0F56 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = DA25EAF026E78FF1F3415D5BF1B27842 /* PBXContainerItemProxy */; - }; - 3F599DE0B91EF427CB4C339A993CB41B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 4FEAC1D486437F3A329D0390E1812E33 /* PBXContainerItemProxy */; - }; - 3F9693F6F8855A607BFCFA66BBEDD7FA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = 5D9E02241FC8FB78D3D5F9BCBE127CFB /* PBXContainerItemProxy */; - }; - 3FE644C8567E78E63152B3CF9FB41FAE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaLibEvent; - target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; - targetProxy = 68D138D4AFF267687E9D2ADE6ED92C21 /* PBXContainerItemProxy */; - }; - 40614500C3809F18AD9718DDD4A21AFD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBApp; - target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; - targetProxy = A91C614994D3A6DC8B416B5A2472652F /* PBXContainerItemProxy */; - }; - 416CEE9D2D54720CAE0FC426E12C8E80 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = 47CD6209B66B364A60F8E8CCF04C5517 /* PBXContainerItemProxy */; - }; - 419690AA45AAF17CE16574481ED44CB4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = C5E77BB76449245748D3C397244DCB29 /* PBXContainerItemProxy */; - }; - 41A0CF73A5359D78540DEA50B3657555 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFastImage; - target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; - targetProxy = B33D6E60479748EAB723D4855A48C594 /* PBXContainerItemProxy */; - }; - 42250F99B71E0E6CF193BFAAEB42F7B6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNVectorIcons; - target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; - targetProxy = 418F76A64AE3A36B4A3AE72D032A32B7 /* PBXContainerItemProxy */; - }; - 4245732D38A97739EE983E132EFC4F42 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXImageLoader; - target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; - targetProxy = E7E45ACA9655372736172758FE4B3B70 /* PBXContainerItemProxy */; - }; - 42E6CB85016A7A9215C3AD09DF8B2FED /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = F57F58FC032338CFCA1E59546737DB61 /* PBXContainerItemProxy */; - }; - 448E36C6129DC9D367BED734FD0BFBD7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 48ECC6663B5A3CC4A942EB2D6029B791 /* PBXContainerItemProxy */; - }; - 44AB4AD0F2967DE07766179139B0612C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = 5ED680389AC685039E8ED24B5136D75A /* 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 */; - }; - 462BF3BD4757B97651F78164E177A7EF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNBootSplash; - target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; - targetProxy = 4D57ADFF3A5217D5F658028D5E09B654 /* PBXContainerItemProxy */; - }; - 46608AA6D6D95EDF3DB1739EF1E63D32 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = D5CDE84672D72BB352E99F51730D8ED3 /* PBXContainerItemProxy */; - }; - 46F6B5A53FD3018AA5356B326119D3D3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = DD12881F2F9F36D94350D31CEEFFFDEA /* PBXContainerItemProxy */; - }; - 4775202179D789A6BA980C6D6E59BC12 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-slider"; - target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; - targetProxy = 064E5A394D1D28DBB42235B0242B214E /* PBXContainerItemProxy */; - }; - 47E92E95E197DA3EF9B5337926C40756 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMPermissionsInterface; - target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; - targetProxy = 2D9E5D842826EFC8DEAC00189C39C776 /* PBXContainerItemProxy */; - }; - 48982575292B9A2D307943FA0A6C704B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKVCore; - target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; - targetProxy = 06C14A77166C0B79CDE03F7CE43A8C86 /* PBXContainerItemProxy */; - }; - 49000148FB9A6D4D8863D13F43987F2C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 0B8D9E81A96E592DD9D7830155EC85A1 /* PBXContainerItemProxy */; - }; - 4997D9E4027C2D0A6FBB671B65C81FA5 /* PBXTargetDependency */ = { + 0006186374F453653E0AD8253820CA99 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNConfigReader; target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; - targetProxy = 0AD2B4A1C4A814076A1BB7CD9304E47B /* PBXContainerItemProxy */; + targetProxy = C53951DFD700B8BD14EA2141FF4A7995 /* PBXContainerItemProxy */; }; - 49B03F90478E1949A3AA6518B86BD5FB /* PBXTargetDependency */ = { + 00B2F4457BBA386EA0D81E77F64F6FE4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 56743D9D986D453A2020F8A52E425876 /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = EA5D07CD6EA36CC08DA8CC3345254255 /* PBXContainerItemProxy */; }; - 4B237EB8ED0ABBBBEBC9E765BA5BE952 /* PBXTargetDependency */ = { + 00B73881A39ADC4C08D69E7C5071836F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNRootView; - target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; - targetProxy = 63A5A882B89C07F4B2822BDA1C144E9D /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = B6BB87503E40C8C5A65351E45C4C60BF /* PBXContainerItemProxy */; }; - 4B536908D1EABA221C4B519AABCFF645 /* PBXTargetDependency */ = { + 00C3183BB61AC71C7E9CB0A8EF18A850 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 14BC7E52F3EB7A19D70A79AD3975C262 /* PBXContainerItemProxy */; + name = EXAppleAuthentication; + target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; + targetProxy = 72223C5CB2A4EF149107269C58E8E915 /* PBXContainerItemProxy */; }; - 4C00D5959C0275CF3F62F990D35F59E6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 323E26771F98151140FA01867D9DB2B7 /* PBXContainerItemProxy */; - }; - 4D2843FEDE1E3B4DAFF17D3542B3AE13 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = AA601DAFF6F22D0B24AFA2146CABFBFE /* PBXContainerItemProxy */; - }; - 4D75DBFBDC27207CAA389149716A602D /* PBXTargetDependency */ = { + 01F9D6D1B87B29B952A7C64BC172B2ED /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Flipper-Folly"; target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; - targetProxy = 4E452E2C385C1C52F9F40F16D4D02754 /* PBXContainerItemProxy */; + targetProxy = 9A2CFD9005ACC9E76B232846BF8020CA /* PBXContainerItemProxy */; }; - 4DAA479CA30D3BD404B3FE27858A29FB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 4322039309792F346180562820FE13FE /* PBXContainerItemProxy */; - }; - 4E8A6C1E295B1006705F618BE3B3A461 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXPermissions; - target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; - targetProxy = 687B3C8916C441C74B8B78970022C380 /* PBXContainerItemProxy */; - }; - 4EE693779B4D0451DCAA5FE9F38552ED /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 7CAA2278E42A9F4EAA30F8074E75B37D /* PBXContainerItemProxy */; - }; - 4EEF157AA7107834179C4BD3C29EBBD4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 93A46045C175CFBDC701DA452F36D32F /* PBXContainerItemProxy */; - }; - 4F6E0822247DE59DBDE7F9F64506F448 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = C13A0CEB522F4A52AAC2F00890539129 /* PBXContainerItemProxy */; - }; - 4FA3354285E49A4276811F18DE6A1911 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMReactNativeAdapter; - target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; - targetProxy = 714D9DF63D60BB4ACED2510E95193506 /* PBXContainerItemProxy */; - }; - 4FE2D4E376A0646E43FF9EFF22BA5001 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = E21B894BB1A362A897FD89369B7E9B4F /* 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 */; - }; - 503AC82D1B78B050F523E7D203759249 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 1A1D0FDDB42FDFD639BDE966B5A6ABA4 /* PBXContainerItemProxy */; - }; - 507F37D1A95674817C9CF6F41430A249 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = BEA0C4FD2049E9CFF82F08F6BC0550A5 /* 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 */; - }; - 50CD67F20688978013E2B26EDCE80C6F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXFileSystem; - target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; - targetProxy = 5C5FA52087DF0FB718603FD6BDC1E18D /* PBXContainerItemProxy */; - }; - 514EF6DA4161159A76438366FC36D252 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMReactNativeAdapter; - target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; - targetProxy = 35DCBF5A73E26AC86A435079A6FEE52D /* PBXContainerItemProxy */; - }; - 5205CEDC42D95CF17A737EAFB757A48E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNRootView; - 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"; - target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; - targetProxy = 4FF33ECD69EFF0048F7A667AC82437A2 /* PBXContainerItemProxy */; - }; - 523737F3B72863C110FCE7871D91C7FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Flipper; - target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; - targetProxy = F3E7121446A18C2A66760785523797A5 /* PBXContainerItemProxy */; - }; - 525794CAAD2054235BA45EFEDD873E34 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BugsnagReactNative; - target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; - targetProxy = 72C512A4C01EF862DD14BE6E1281C665 /* PBXContainerItemProxy */; - }; - 52A71980865D1A4D5CCDF2792BA58563 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-simple-crypto"; - target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; - targetProxy = 1DAD407592C28DC581F9D3D5174FC896 /* PBXContainerItemProxy */; - }; - 52D6743A2675E85C6F79459238AFA06B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Glog"; - target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; - targetProxy = 4098537CFAF18E6BB0D1244EA9488475 /* PBXContainerItemProxy */; - }; - 53015A77136950359BC357A45B1F7D45 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = 26852744DE7959838234E3B9543C9293 /* PBXContainerItemProxy */; - }; - 533BA184DA290674FC24CC32B798DBA6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMConstantsInterface; - target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; - targetProxy = 085E77FD6F23314F05BCF6540A43C954 /* PBXContainerItemProxy */; - }; - 534232C248FEA0A8A25C6AD0A452570E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 61B08B4399FDFB9681F9E33856651FBF /* PBXContainerItemProxy */; - }; - 5368C33CE8DA67AF28E66B1DD7AF6C0D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 3E1E738BF3C6402F7EBC3A483F6C0FDB /* PBXContainerItemProxy */; - }; - 54A1B5A706B639A40F971EEA7DF83A26 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = EF6FD279B41AE89C627BCA73B7D1E925 /* PBXContainerItemProxy */; - }; - 561107DAD207FCC0BE622D2FBCA5A0E1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - 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; - name = UMConstantsInterface; - target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; - targetProxy = B1684402EA95ABA2615D5BEFA5028E9A /* PBXContainerItemProxy */; - }; - 56886BDDA16248A0EE6A55F7DEE29F9D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXConstants; - target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; - targetProxy = 030E6D5B68918F97E6CA09E3CB229019 /* PBXContainerItemProxy */; - }; - 56C4376D4EC7D6085B37465A5C20582F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = 8CAB2281E83EAEA88C3C582D4EAE980F /* 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 */; - }; - 5864B74692AB14A280D433D2665D713A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-jitsi-meet"; - target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; - targetProxy = 19765F839CC5E401EEE78A2C68238870 /* 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"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = AB75C33D53444BA84BF2BE24B0AFBDFC /* PBXContainerItemProxy */; - }; - 5A0358650403586EC12D4CBA6BE7D808 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RNImageCropPicker-QBImagePicker"; - target = 6D979AB5FDA2E858850D9903776A30B3 /* RNImageCropPicker-QBImagePicker */; - targetProxy = DD9305587DF9AB806C6D2BE0FA3C3CE9 /* PBXContainerItemProxy */; - }; - 5A1011D58DA15808AF13CCAE383DA82E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 2C623797E67B7C368BB0880B88675397 /* PBXContainerItemProxy */; - }; - 5A1E2A4D412F9B9EE8DFEE4268FE5BD3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = libwebp; - target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; - targetProxy = 4A7B6C65CBA6EDDFEA47C8F9BEF2C0BE /* PBXContainerItemProxy */; - }; - 5A22FAD6E91EE7DAD1C098431B6A511F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBApp; - target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; - targetProxy = 244B3A71501A7E38CA44C804BD2C33F6 /* PBXContainerItemProxy */; - }; - 5A43753233CAFC159BF88C43898F4499 /* PBXTargetDependency */ = { + 0329053CBEF9E3C9161869C90C21CD41 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNVectorIcons; target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; - targetProxy = 53F2F5C059B577384D2EA44C1366D512 /* PBXContainerItemProxy */; + targetProxy = 9E6D8FB2E573F014B9293368D13858FD /* PBXContainerItemProxy */; }; - 5A5942685CED52D8F754DD2A13D04B47 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFastImage; - target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; - targetProxy = 19D465850D177079DD6C13E9B930B406 /* PBXContainerItemProxy */; - }; - 5A95752B2A07CE74479E73670B96A641 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = D8B244408CDC93FDBC6BE540D7DD5612 /* PBXContainerItemProxy */; - }; - 5ADB05FB403184882C5A1B53E4AAF2EF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = 3E5DDE5FF075FB923187A1230CF8DB60 /* PBXContainerItemProxy */; - }; - 5B235AED231828BDAD45A6CA4393CF7F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXFileSystem; - target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; - targetProxy = 90F8A80A9FD490581F0BCD38AAB691B4 /* PBXContainerItemProxy */; - }; - 5B822110F78147B9FC8089BD6A8B89A9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBAnalytics; - target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; - targetProxy = 9C6CC90B51FAC6A2ADD1121B569565EC /* PBXContainerItemProxy */; - }; - 5BB55CDA4518F914AF807EF901BB99FA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = F5E4EDF029D0FD95D3A0F6EF7240296A /* PBXContainerItemProxy */; - }; - 5C265301A20B18C15D9458382AB6E82A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNScreens; - target = 214E42634D1E187D876346D36184B655 /* RNScreens */; - targetProxy = C340228541CAA74E8883D4FAA44B0992 /* PBXContainerItemProxy */; - }; - 5C69C6682B7613089EEAD9C0118E21E8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = 2FBB38BBD59A7054369EA6B8C26D68E2 /* PBXContainerItemProxy */; - }; - 5D17249B388DFE0B2076FC9BEC3C137B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBAnalytics; - target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; - targetProxy = 14A1F5C122622EEBD44073C5FF6A91F7 /* PBXContainerItemProxy */; - }; - 5D4BAFDA50CBDD8B848E652163DB65C3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCMaskedView; - target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; - targetProxy = FCD92FB0C719CBCA21AF536BB10C23C0 /* PBXContainerItemProxy */; - }; - 5DB08F0E5E06EBCCCDEE481BCB8DEB50 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactNativeUiLib; - target = 037A1F31C4D99F52EC9FD2008FEC481C /* ReactNativeUiLib */; - targetProxy = 513D4D8FE2C3265F07F2CF5C1C27DFCB /* 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 */; - }; - 5E6DED29663C43E7BF913E6B70729C0B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactNativeART; - target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; - targetProxy = CA0AFC06C86F18978F7F9D7C8F6E5368 /* PBXContainerItemProxy */; - }; - 5E7DAA94EBF58001ADF875E6E243E917 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = 2B1C26E833C0C976A2FC5CDC343DED9B /* PBXContainerItemProxy */; - }; - 5ECFBCF58EE026C9A386D1B8006E1188 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Glog"; - target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; - targetProxy = 57B92F1D4694D1CEF7DAAF3A498CBCE7 /* PBXContainerItemProxy */; - }; - 5F42EA1EFE67F07F2DFD98C858FDDD5A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = C926BCAF8E3832881447F34D540F77BE /* PBXContainerItemProxy */; - }; - 5FFC0625B21167568F9B81AB321B12DF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = A4A0096A1C703E25393E7FB9B2AC7002 /* PBXContainerItemProxy */; - }; - 607BA1316DB540743F389E7AE1D4DDCB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = D6A2058B4B1FDD1E1E02056AEC5A3674 /* 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 */; - }; - 61F5F7DEAF5F574F193AEE62C5875EA7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNBootSplash; - target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; - targetProxy = A8EACF613585FF30F70F31BF6B854537 /* PBXContainerItemProxy */; - }; - 623DDDF667A2C1D97F9D5E5FB5EEE0EE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 014DCA5C2300804E63CCA8A94354DF74 /* PBXContainerItemProxy */; - }; - 62C7C69631A0D8DA41FB441E97AA62A8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = A9FEBD6B49D2BD57369C9981525AA519 /* PBXContainerItemProxy */; - }; - 62DF3BF8881F9327C0F08E79FF016E08 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = 04CAEC1F691AAFEA1598715AB3553F2E /* 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 */; - }; - 63FDD5F28F2449930F5FF3F89A7D63E0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 95F931A6E5BBE5882D978FE1C05D4043 /* PBXContainerItemProxy */; - }; - 640C3BD56E30DA4E357D5B46AEC7B8D2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = C7202C9A259EC9868023113542E211D1 /* PBXContainerItemProxy */; - }; - 641E56B6F33EBDA1753E85EA88CB3155 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFileSystemInterface; - target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; - targetProxy = 69BF816AAD027125B667C2C838B65173 /* PBXContainerItemProxy */; - }; - 6464D5A0888F9F403825E104ACDC8C52 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = 6160C37BF815565435576A3E59EC7BD0 /* PBXContainerItemProxy */; - }; - 64BCB838179D2EA5BF97C1A5AACDD668 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKV; - target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; - targetProxy = 8AA6DA3656D3A39CFCCDC85957489E6E /* PBXContainerItemProxy */; - }; - 64C3E3E9EF1B3E1EB31DFB73249D47AD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = FAC2F2ADF33C2B99B2D44DCDF2438842 /* PBXContainerItemProxy */; - }; - 658C49C69889983801DA4EE1F5ADA74F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 2E1AA581CF634FBF722858F656BAF1F6 /* PBXContainerItemProxy */; - }; - 658E9BCDD37BEC09763EF0B207697B78 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXWebBrowser; - target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; - targetProxy = 8B281A028BD76634BA372B1BD0343D45 /* PBXContainerItemProxy */; - }; - 658F1D9E65AC220DE91BE4D828AF5560 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXLocalAuthentication; - target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; - targetProxy = 939CF523A6DC6EABE851095DE1F24CFD /* PBXContainerItemProxy */; - }; - 65C2F8843F38A91C7E255A73880C1875 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKVCore; - target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; - targetProxy = 17045D2FC7415906EC5C9CE3D4FFBF7D /* PBXContainerItemProxy */; - }; - 661D24B1226BE7510A94C805001B98D8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBCrashlytics; - target = E3573FB7AF659C42B699003C73722241 /* RNFBCrashlytics */; - targetProxy = 059245BD6657E0FFC8585FA34488255A /* PBXContainerItemProxy */; - }; - 673150981ACA1CC97B792323EA139512 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; - targetProxy = 44EBB9BE64DB2711C23D6D0305E26BFE /* PBXContainerItemProxy */; - }; - 677611959869D38B9C7B83FADD3D32C9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-cameraroll"; - target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; - targetProxy = 29BF0BC00D9A0A2A10D1F44DBC993637 /* PBXContainerItemProxy */; - }; - 67DB51C8E439B0C1CC56905093CFA923 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = 6666A0C1CAA0C9FD4FD71016F684CD91 /* PBXContainerItemProxy */; - }; - 6846C03FEFC460997927DE8A3B32E3EA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "rn-extensions-share"; - target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; - targetProxy = D9D4438E69D214C8590C04511BC4AB0F /* PBXContainerItemProxy */; - }; - 68F402D9447A96CDB79397219D66EDC3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = D4530897D7C20B161C118258A1633F37 /* PBXContainerItemProxy */; - }; - 695542F45904365E232CCDDB1B8C3065 /* PBXTargetDependency */ = { + 0356710ABBB3F0A8C990F4DBD8A9A637 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EXVideoThumbnails; target = 4A95B7CD1D5F80C5E8CD9CDA00D41F70 /* EXVideoThumbnails */; - targetProxy = 518532ACA99C44D5B38BF576E28AC199 /* PBXContainerItemProxy */; + targetProxy = 314AC4831C283DA3ABF61AB0780D5B4D /* PBXContainerItemProxy */; }; - 69DCACE747F92097A5AABA97F8210589 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-orientation-locker"; - target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; - targetProxy = 04DCF439BD548FABB064C097C6D50A06 /* PBXContainerItemProxy */; - }; - 6A167F825DB4342908527C09C7F4595A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = 0C79894580D1D0FD0CA907B53FC6C2C4 /* PBXContainerItemProxy */; - }; - 6A35E1CE5BCECE723FA607F6DC20DF9C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-callinvoker"; - target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; - targetProxy = 523047756B608CD319BD707498C75334 /* PBXContainerItemProxy */; - }; - 6AD3073EB741B1A635FF65CA8B9AA23B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = 0AB4A7C37728A5B5D6F4A3C1F24342D8 /* PBXContainerItemProxy */; - }; - 6ADDF1FC5A6F9235F7F20FA7D6CE1D2D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-webview"; - target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; - targetProxy = B70AA741C0282B5DA607FAA8BEC7E292 /* PBXContainerItemProxy */; - }; - 6B3F8881897F259FC65C0CE3E3FC890A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAppleAuthentication; - target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; - targetProxy = 1AB57D97F9C0EBFE53AEE98B8AEEC98E /* PBXContainerItemProxy */; - }; - 6B68C691A8F089DBA30004C526C82AE1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCMaskedView; - target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; - targetProxy = 59BBE0E0ADD3D3C427E3916C9F73B62C /* PBXContainerItemProxy */; - }; - 6B7D11A694CEB753DD994DD6CAE7E6D4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "OpenSSL-Universal"; - target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; - targetProxy = 5E1325832A8E72AF350CB54CD085795F /* PBXContainerItemProxy */; - }; - 6C6D394B44DA3D825A4BB623FFDDE272 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = 631860DE902F5F310D8A337E215D175B /* PBXContainerItemProxy */; - }; - 6D3F505507FF472E3311DE92322C10E2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-safe-area-context"; - target = BD9A27D8398DEB3205D3F8937B0672A0 /* react-native-safe-area-context */; - targetProxy = 9A70070E79D6EA7FDC0A75DD2C177E2C /* 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 */; - }; - 6DF02AF45722DD2CB55F546CD36915C2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCAsyncStorage; - target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; - targetProxy = 249FE286A270570434DDFF94805FA213 /* PBXContainerItemProxy */; - }; - 6E13084951295C5BAEE0D523EB67FDE1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = 1EEB64290688F9C0C9AFD4D97DF81C1C /* PBXContainerItemProxy */; - }; - 6E34DD8B0C604477DB835D976B00775D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAppleAuthentication; - target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; - targetProxy = 25C1E44C70537D1DCD0435C8F6EC4F69 /* PBXContainerItemProxy */; - }; - 6EEEB30C584334CEAB6902709714B1F4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXPermissions; - target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; - targetProxy = AD7DF495E195B73472FD726A7461F598 /* PBXContainerItemProxy */; - }; - 6F328422B905F68C036486CE3B01CFFC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 2CF0891B88CE0228FBFCE9DAD71B088E /* PBXContainerItemProxy */; - }; - 6F899B1CF569294AA53A75C4A04119F1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BugsnagReactNative; - target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; - targetProxy = 5D44C90718E179F8F6E0195799EE7C28 /* PBXContainerItemProxy */; - }; - 6FE8C6925A4917D2396B6EA13FD6A0B3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = 9FBD1C7DF674D489F8040506DED76060 /* PBXContainerItemProxy */; - }; - 709B871155D317AAC652FB584275EB88 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = F1FFE0503B43935AB8FBEB3821047502 /* PBXContainerItemProxy */; - }; - 70A9F041890B9C00E184598CF4A18B28 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMImageLoaderInterface; - target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; - targetProxy = FB95FA7BB0B509BA203B43646A21E664 /* PBXContainerItemProxy */; - }; - 7371DA2363467034845FB398EC4D152A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 4F88484A46025FA90381E33C895BEF86 /* 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 */; - }; - 743C5033CF88FE3C5FAB2CD5AA1281E3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCameraInterface; - target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; - targetProxy = AB100C92331AF10FE43EDD7815F2B92E /* 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"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 6D21C4486ADDCDC2F8305432A1EBC358 /* PBXContainerItemProxy */; - }; - 756BF1DE1FC5303BAFDA9945E390C5AA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTSettings"; - 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"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 329343E8FFB3CD33563B0778527F37D8 /* PBXContainerItemProxy */; - }; - 75E65320B10FDD9887681C0972234ECD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 4D435B17BB714FC0953B69BB55E6AD45 /* PBXContainerItemProxy */; - }; - 76D48B98224AA1F947C5637A01048119 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNLocalize; - target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; - targetProxy = 89BB2903CA2FF7E6A91CB8A72D796D2E /* PBXContainerItemProxy */; - }; - 76D883E6112206E640BC582FB6E422F9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 2D7FC0DD912BC92CB858469D500763F6 /* PBXContainerItemProxy */; - }; - 778A0C3B893359A4BCBC1B30AD35C459 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaAsyncSocket; - target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; - targetProxy = 7C3E8F7DDB0D96BB3AC36B23288EB0A1 /* PBXContainerItemProxy */; - }; - 779316B50F477779F07267B29671F3EF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactNativeUiLib; - target = 037A1F31C4D99F52EC9FD2008FEC481C /* ReactNativeUiLib */; - targetProxy = 721B1FA0CED0C0416535AD863C6978B7 /* PBXContainerItemProxy */; - }; - 77D703D5CB8B5949D0861CDA49A928C4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = D2EC406EE34C6F67568594F282C203B6 /* PBXContainerItemProxy */; - }; - 77DB37832D594257C011BF974D97BE9D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = 4D77CAE9B373A42588A77D07182CF9AB /* PBXContainerItemProxy */; - }; - 784D0094CAE63753D7DFD5735F9A1A11 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - 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 */; - }; - 7A1B473AED8A0A6873866586562A4230 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = DEC53EB66307C65D483CE04BD2E5A095 /* PBXContainerItemProxy */; - }; - 7A7F63D2723A0ACC3F22AA777185C816 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXFileSystem; - target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; - targetProxy = 2838F2155126B4D6B127D0CB9A07AC17 /* PBXContainerItemProxy */; - }; - 7AFB50AC5F979729E12C15FCBA623F27 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = E9A1D6EEAA2F8B6FF223CECC38277BA7 /* PBXContainerItemProxy */; - }; - 7B048AA394D3FFEBACCAC7393A189064 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = 91F259CBF9B042B5740C9DD00A33EA68 /* PBXContainerItemProxy */; - }; - 7C1898829AA78A584083F035F9EBE43E /* PBXTargetDependency */ = { + 0424E44AC7B8C70BFAA907562E70418E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = A142C35A345F1E8C2C4AE9BACE60B625 /* PBXContainerItemProxy */; + targetProxy = 2C4FAD58D6A9871710A41F0AA17EB96B /* PBXContainerItemProxy */; }; - 7D56E69852C6A22EB3735F11FE9D5236 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXHaptics; - target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; - targetProxy = 82A8754DC9BCA2330B0F6D12718DFA5F /* PBXContainerItemProxy */; - }; - 7DE5D0DDA502D20EBACC12B4C5539F67 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-cookies"; - target = ADC4ACC657481AD27F9936D08FF7F49A /* react-native-cookies */; - targetProxy = A69B4DE6F6C4B39B5519AA69BCC9A3EE /* PBXContainerItemProxy */; - }; - 7DEC811F162C91C0E4F20A38AEF63405 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = A0F6005B022CB8608EAA9F4D562A979A /* PBXContainerItemProxy */; - }; - 7DF01DB0992AAAACA6248A9A30F5C3FA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBApp; - target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; - targetProxy = 10001AD85D5FCCFE98B284E3048F3290 /* 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 */; - }; - 8308273C7B32E22EABB5E57E7C2FF136 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = D84D517E829C96160CBB60A4F124EC86 /* PBXContainerItemProxy */; - }; - 832233DF4B59E11A86749D6B9BD2BADB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = CA18B4DE376FF300DAC2C975446D581D /* PBXContainerItemProxy */; - }; - 836D08E31B1BF880ED3F9FD2D26F3D43 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "rn-fetch-blob"; - target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; - targetProxy = A7AFD40985488DFB2EE47DCD8B1D3C9D /* PBXContainerItemProxy */; - }; - 843B4C123F4B7E19B88E9472E56E6C81 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 5B540591E36BF282B24AA207196C7BA2 /* PBXContainerItemProxy */; - }; - 847EAE60588F699CC0705C83D4CB556D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-restart"; - target = 3ED96FB9FE1D18D5F1239C60A109F98C /* react-native-restart */; - targetProxy = 54719CB43356933FFE0A3BDA28326EC7 /* 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 */; - }; - 850BA46AECB629EA853922582A21797E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = F726C6CEBA037B9802E022588F614D6A /* PBXContainerItemProxy */; - }; - 8562B4CBC9B253A271C19CDDA9A10717 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = E56D9ECC657583575F147BBF30CFFAFA /* PBXContainerItemProxy */; - }; - 85698F0C7A09A8EC6FF5151C9BE0FFBC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = EFABA85A47E61BA0F1995C52CC9F4CA3 /* PBXContainerItemProxy */; - }; - 85EB1CEE3C2B0907926FADAD90165D2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 261326722201CB3C31AFA4769552C037 /* PBXContainerItemProxy */; - }; - 86D92E2CF7FB4EF87FF6416A83E19FDF /* PBXTargetDependency */ = { + 043077B15733FDE1AC6814FDAF692462 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTNetwork"; target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = A200FC898C1F88482794C84E9CA55187 /* PBXContainerItemProxy */; + targetProxy = AE0E6876A4BF98BD62E07EF21BE3681E /* PBXContainerItemProxy */; }; - 86F594968198D1EE280BACBBFE1E0B6A /* PBXTargetDependency */ = { + 04466FE8D7AFEA5E7F6D60BBD058AE53 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNLocalize; - target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; - targetProxy = 65FF2FA3A22C79CF09DD212402B07DA3 /* PBXContainerItemProxy */; + name = RNDateTimePicker; + target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; + targetProxy = B06A907FA2B027DED0C3BC157A533335 /* PBXContainerItemProxy */; }; - 871C462783B7B383975E32F88743092C /* PBXTargetDependency */ = { + 0490C82DCDFD540DC57807765E66FB86 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaAsyncSocket; - target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; - targetProxy = C2A153E1AD9C6A9E70B0AE1F507F33AA /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = EF7E9B5F4B97013474FACE3168C4D7CD /* PBXContainerItemProxy */; }; - 87395D00BBC50A2043FCCFBCA6E1734C /* PBXTargetDependency */ = { + 049646528FC3744B90ACBC904C7C8B42 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = AA8EC349D438D0ECCD450879E4482E67 /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = DF6F432511F2F5F5D59338AA6BED8FC5 /* PBXContainerItemProxy */; }; - 873DB1035BDB9BEE23640791E8ACFE11 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAV; - target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; - targetProxy = 48002C834423B9F8191D7714830A8ED1 /* PBXContainerItemProxy */; - }; - 878344A477EFFA904BF0B6E0068BF9FF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBCrashlytics; - target = E3573FB7AF659C42B699003C73722241 /* RNFBCrashlytics */; - targetProxy = DEDC682A009E21069F9CAC15BB9988C3 /* PBXContainerItemProxy */; - }; - 87C0EC86FE2AE68FCD3FC4A8A1526E08 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Flipper; - target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; - targetProxy = 1A0C874267F663083049A79EEF2D0E31 /* PBXContainerItemProxy */; - }; - 87DA86D944DD4EB581E47448FE04A689 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-safe-area-context"; - target = BD9A27D8398DEB3205D3F8937B0672A0 /* react-native-safe-area-context */; - targetProxy = B1C3DED9B531719F35F9FC7CB3C199A3 /* PBXContainerItemProxy */; - }; - 87F62DE14AF0BC67B4BA910D3BD59E9A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = BC05CBDFFBE8B5734974B175BEC61DED /* PBXContainerItemProxy */; - }; - 881964B18D546000992AC470161F7782 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXVideoThumbnails; - target = 4A95B7CD1D5F80C5E8CD9CDA00D41F70 /* EXVideoThumbnails */; - targetProxy = F60D2F3E21C0536C61581FB34C450EAB /* PBXContainerItemProxy */; - }; - 884CD1B3738F2FA92B79E61DC130998A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-simple-crypto"; - target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; - targetProxy = A7A207CFBBD9EB07ACE543ABF120785E /* PBXContainerItemProxy */; - }; - 88884100472FE45145E938F7FEACCBE0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNImageCropPicker; - target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; - targetProxy = 08A83E53265D712D11EF7DB907338D51 /* PBXContainerItemProxy */; - }; - 88ADB92D50D86E13BF536880214470BF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKV; - target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; - targetProxy = 2307AF613F11B9CEC14A6C3E17C51B35 /* PBXContainerItemProxy */; - }; - 88B71C08B8918A472B6749B1F05F9313 /* PBXTargetDependency */ = { + 055BF29A9CEF865DE4B211661BC0E26F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTText"; target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = 24BA854F9E6BFCCA9891DFB4FEEC0CCE /* PBXContainerItemProxy */; + targetProxy = CF024398E47DC9DE228A619EDEB80006 /* PBXContainerItemProxy */; }; - 88CEE5F83585ED1FF84BABA2F30A40DC /* PBXTargetDependency */ = { + 05D369B2139A9CCCD41F184B58888CFB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNGestureHandler; - target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; - targetProxy = 1CDB801B7675C1E7968289CC2465929C /* PBXContainerItemProxy */; + name = RNFastImage; + target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; + targetProxy = 2E568116D0CB6B7C14C7271CE8993E79 /* PBXContainerItemProxy */; }; - 89CF43615CD1B272225E920B66B3EF5C /* PBXTargetDependency */ = { + 05FFE6BA3BFA7187FCC9968D8311A38C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-netinfo"; - target = EC577C5CB1DC59A7464ECEF266A75B42 /* react-native-netinfo */; - targetProxy = 786B298F6D635B3937CBAF3F3BEDE25B /* PBXContainerItemProxy */; + name = "Flipper-Folly"; + target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; + targetProxy = 41E044D328E2C1868A7A0F9270913340 /* PBXContainerItemProxy */; }; - 8A011ADA8162A3833F4E421EC5BC42E8 /* PBXTargetDependency */ = { + 060BBDC09416BA698E81533615545593 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = 0FFEB977A890290F775AAEE22E3751F4 /* PBXContainerItemProxy */; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = 6BFB801655B01001E44AB1E4374267A1 /* PBXContainerItemProxy */; }; - 8A35B7F4442C523E7A0F382EFED97CC6 /* PBXTargetDependency */ = { + 06AEA599CBCCC9B859727DB677FBF9AD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-cameraroll"; - target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; - targetProxy = 2A75E54D489071F72F130003A82C18C4 /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = C4344FF20E5B97BA57E7FC3AC9FF649E /* PBXContainerItemProxy */; }; - 8A44D5D0A8C89ED1CA95672B2B8A5F3C /* PBXTargetDependency */ = { + 072C5A86C62D54C830D390B38AD4BFD1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-appearance"; - target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; - targetProxy = 4B3110F6A59CB1DCDE4568B21C532702 /* PBXContainerItemProxy */; + name = UMFaceDetectorInterface; + target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; + targetProxy = FE928FE741CF88A1FE7EC031406632CB /* PBXContainerItemProxy */; }; - 8B0534F037CD0E0C160F632724B0C72B /* PBXTargetDependency */ = { + 074EBDA4CBFD91C765CC4796C5FD9B52 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = 975E9656075B77DB9F1ED9CCBDAFC438 /* PBXContainerItemProxy */; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 031FC8E60959C583A9A20196B0AA998A /* PBXContainerItemProxy */; }; - 8B974B9F1E9042F72D05EB7B0D731259 /* PBXTargetDependency */ = { + 07D4991C163A65DA62389A3A0FA74794 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXPermissions; - target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; - targetProxy = B5890CA349E6139624447AEC7ED3A0BF /* PBXContainerItemProxy */; + name = "react-native-jitsi-meet"; + target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; + targetProxy = B1F205581A505990C1A347EE9DCD286D /* PBXContainerItemProxy */; }; - 8BAE0E52331C30A1FA1D75AD4F721B2F /* PBXTargetDependency */ = { + 090D45DD031E988F9FBA7E2EE9F1484A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 6AB14DCBA0268F0B02CAD15477B9E918 /* PBXContainerItemProxy */; + targetProxy = 7EE3A558911BD77297F1F349A649F9FD /* PBXContainerItemProxy */; }; - 8C64C63506BADBF4392D10213F93BE68 /* PBXTargetDependency */ = { + 0A3051F4D27E9A1D46D2ED9D7B613D56 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = 0F970A460496A38FCBDB59B76C19CDE0 /* PBXContainerItemProxy */; + name = CocoaAsyncSocket; + target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; + targetProxy = FD4B396BFF0D21352C0D8358F28CA26A /* PBXContainerItemProxy */; }; - 8DC1B8618AA167FA3B741573AB4D5671 /* PBXTargetDependency */ = { + 0AC8A8C08F84BB1E3FF181B35173C1EE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 71301225987CA19A51A03023EE8C946F /* PBXContainerItemProxy */; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = E5C0F293201E7708D780C327614927C0 /* PBXContainerItemProxy */; }; - 8DFE394A0DDC694C1E0988A3B179713D /* PBXTargetDependency */ = { + 0BC5828568282981AF18B0881B4D7B7A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNLocalize; + target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; + targetProxy = B8210667112D0DBC1CC86C8E0D428AA4 /* PBXContainerItemProxy */; + }; + 0D0D6463810B5F5CF91DFB7689BE5F54 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNReanimated; + target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; + targetProxy = D0E0F6B6D1FD41105072527A033DACEA /* PBXContainerItemProxy */; + }; + 0D1900F368FE391488323407ECB48F10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = KeyCommands; + target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; + targetProxy = 4E920F2EC7938EFADEED4E27A594B941 /* PBXContainerItemProxy */; + }; + 0D8281B73D6955CC4A983B8E49D81949 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Flipper; + target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; + targetProxy = 132B1642EF7BDE1DFCB0A535A5D7C4A1 /* PBXContainerItemProxy */; + }; + 0E147070978343B47FCF8AF4C97CCFB2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 5D73D6B44F9BEB2783F10FB7A99F464C /* PBXContainerItemProxy */; + }; + 0E14B3F20ED55D540B62EFD20AA9491A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAV; + target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; + targetProxy = E7E6D5270B31DBA574F058519484A418 /* PBXContainerItemProxy */; + }; + 0E63D9C72E88622F3CCDD9001E1A3ABA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = E49428833000FB338CE6AE2847F96000 /* PBXContainerItemProxy */; + }; + 0E8AF485C0C6B36D5C4E8A88BDE43427 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleDataTransport; target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = BD50625FF19EFEA058C6CFB7F5335F88 /* PBXContainerItemProxy */; + targetProxy = 295A2DC4988110DED082F9C9F2FC513B /* PBXContainerItemProxy */; }; - 8E0B6A5A19350B3CF831B4C0AB3DFD28 /* PBXTargetDependency */ = { + 0F034BB9A7822ABB3AF4C8CDD0912554 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = DE3AEFE4090DD1E79B962A8CF6D7E601 /* PBXContainerItemProxy */; + name = "OpenSSL-Universal"; + target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; + targetProxy = 8A6395AF00E99324EDF65B3913D20AAB /* PBXContainerItemProxy */; }; - 8E26DE12A313C6CF90368D57B9315C53 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 9F812F940199CFDAF05B665F7A6AB0CD /* PBXContainerItemProxy */; - }; - 8E756B94BA8848A987565D7764A386FD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 02811F56D6FAC43036D138393288C0A6 /* PBXContainerItemProxy */; - }; - 8EE9C7909FA58F08A702AD53DC9829C2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-DoubleConversion"; - target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; - targetProxy = 941FED83208558EA7F7AB279AC560AD6 /* PBXContainerItemProxy */; - }; - 8F4D99D576079EC5F97A4FADC2E79055 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFontInterface; - target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; - targetProxy = 598713BB5AB8553CB178B90C95FB8F2F /* PBXContainerItemProxy */; - }; - 9080471AE40FA0EA4B59403F81833371 /* PBXTargetDependency */ = { + 0F206CCF5EE85E81F9977C32EA345839 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCameraInterface; target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; - targetProxy = D1272B917EFDB936528727F0E306252D /* PBXContainerItemProxy */; + targetProxy = 2324AAEE579EE3A98BF08A1C1DD0AB85 /* PBXContainerItemProxy */; }; - 917F5834E8F67D92998710CFD9239132 /* PBXTargetDependency */ = { + 0F86AA813B15DB5E9315F962EA219C47 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = EE43AF94F8D3FD143C5721A4D16C044E /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = C140DB27ADBB6A1FB7326BB55FBB7045 /* PBXContainerItemProxy */; }; - 92AB4B5FAA61EA7FB3A22D0D0C7C4557 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-document-picker"; - target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; - targetProxy = CA68E0E6260ED811AAACAAA67AF218BE /* PBXContainerItemProxy */; - }; - 9358AA4899ECFE438DFADB1D1B99C6D1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXImageLoader; - target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; - targetProxy = 14993509D82E24AF8412F890B0AC9E92 /* 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 */; - }; - 955C75316A92558BE1DDB4CEC770BC22 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = E94AA18C8B22C8A76C02A97A5E139901 /* PBXContainerItemProxy */; - }; - 95B75F7860E336E53999BF596F69E713 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 6FA27D990FBB7FA75D1F6AE5176701C9 /* PBXContainerItemProxy */; - }; - 95DA30C649A509D2D0654C71C18FB1D0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCMaskedView; - target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; - targetProxy = 00C55E684207494F86321BD680EEE02B /* PBXContainerItemProxy */; - }; - 96552D03DDC919F4C848E7397411EA94 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 4032BAB5807B65B776CAA0875E2CB325 /* PBXContainerItemProxy */; - }; - 9740544716B4D94A0EFB1418CA0298E1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 888076A8267BE41CCD7EE2C89613BBA8 /* PBXContainerItemProxy */; - }; - 977A2512EDE03688CAF99817B953768C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = DC92CC13EBEED0E3F081F313900AAB90 /* PBXContainerItemProxy */; - }; - 98250801EC68C0B54855BD4C64A37A68 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = E2A7ECC5CD3AE80FC44FDE132729E462 /* PBXContainerItemProxy */; - }; - 98B0F94162940C76C02AF8909928350D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 4B1B15A2D1DFC61A2F46992A19E32DE4 /* PBXContainerItemProxy */; - }; - 98F41687A2D4FF04CF73C2FE1767A83D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JitsiMeetSDK; - target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; - targetProxy = 09DA642E3FAE00D647B6083C115CEC22 /* PBXContainerItemProxy */; - }; - 99C0BB507340FDF2BEF628A74B6CB7ED /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = E7C544788E9E64573CFBCFD603A59744 /* 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 */; - }; - 9A613263B7D22D1813C592491CD1AD44 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 2154C01D6087058A3C27065C77CA7D80 /* PBXContainerItemProxy */; - }; - 9ABB9410265E4337B5E9F9A5B1FFF798 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = CBE79AE340C230402AEF8E82A3D7008C /* PBXContainerItemProxy */; - }; - 9AF9BA2B43A799009D23FD8F2DA762A9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-PeerTalk"; - target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; - targetProxy = 41ED8AA5B8BF03CC6C070A0385CEC0A5 /* PBXContainerItemProxy */; - }; - 9BEBBF16404CCF99DE1BAD74A54EF3BD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 49146407EADE66F7CD7F4CC68BBC8FB9 /* PBXContainerItemProxy */; - }; - 9BF819BBB49FED4A00E9D086AD2843C5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCPicker; - target = D00F24222F074B31C56DC6D05E806A35 /* RNCPicker */; - targetProxy = 439CBB2D9FE58ECB4A7CCFD0DF73AD1E /* PBXContainerItemProxy */; - }; - 9BFF237C45E53058E6A70EA9E4637045 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXKeepAwake; - target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; - targetProxy = 087607394D62DA232F6CD91DD53382BA /* PBXContainerItemProxy */; - }; - 9C39277969B0A4DA5944A45777990442 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 7E9B0AE7F0A6181C598CC61282F75BB1 /* PBXContainerItemProxy */; - }; - 9C52AD580BC2D903386F354DF4DF31B3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = ECAEB910FD449A7802F8AB9CF1742EE7 /* PBXContainerItemProxy */; - }; - 9C91C195FA855CEE26201DD8C41E384C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = 55ED93C73C182377D1FEFFDDDF7516C7 /* PBXContainerItemProxy */; - }; - 9D1591D2B3C6D6EC5E71A9003C7FD339 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = 0487329FEB5DDFD9F69B737703995AE9 /* PBXContainerItemProxy */; - }; - 9D5BF4134C0572B991FC443F8B1FBE43 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNBootSplash; - target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; - targetProxy = 7211A311AFA85210B4B5B9A479E9A1B7 /* PBXContainerItemProxy */; - }; - 9D72EEB470CC78DD08A5D7792EC05CEB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMPermissionsInterface; - target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; - targetProxy = 3CFE5D33108B57D5CE7716656C397023 /* PBXContainerItemProxy */; - }; - 9D731C7D0B1C76E573E21FF60D948931 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNConfigReader; - target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; - targetProxy = EAF56F51BB0504D801BB41AA817778A3 /* PBXContainerItemProxy */; - }; - 9DC5D976438FC0CC235176AC04E3E45A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMBarCodeScannerInterface; - target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; - targetProxy = E5820887DC26A55F8ABDC4E430309738 /* PBXContainerItemProxy */; - }; - 9DC9402E08D3E3FE5E4E45C605A0C99A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = 3CEAF71FB8FF1043C3AF7E4B2E83A3EB /* PBXContainerItemProxy */; - }; - 9E3DF1E464A88EAE87834F3680B33B9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = BA782A9276C07B298D7CC55EDC5EDAE2 /* PBXContainerItemProxy */; - }; - 9E9CABF43446CBBC92120C760622288E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 843C9275B078F22AF0D6EA6CD41AB4E4 /* PBXContainerItemProxy */; - }; - 9EC6D4A531EF83DF76A93D23ECDDAE27 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-slider"; - target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; - targetProxy = F5A20052EC3F5D64B63FEFDAE607B402 /* PBXContainerItemProxy */; - }; - 9F232B1CB51B2D222918F735920D687B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-CoreModules"; - target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; - targetProxy = 8224C0900B3DECFCF94FF9E7B4614548 /* PBXContainerItemProxy */; - }; - 9F3F7A330E2358897C06E8C0A4B6B5FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNGestureHandler; - target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; - targetProxy = 581537D530B5FB61BECDBD30DF4A18E4 /* PBXContainerItemProxy */; - }; - A06B4C26EFBDE83F904019F5C5302EF1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCPicker; - target = D00F24222F074B31C56DC6D05E806A35 /* RNCPicker */; - targetProxy = DB7AA0142C8958AEA960F90DB9A00DCA /* PBXContainerItemProxy */; - }; - A0FEBB6DAF4E3A669B89FC9B1CD07678 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = C89AF37F579716DD0DEB87356978191D /* PBXContainerItemProxy */; - }; - A17F25DB0281322E5614F72A2FB52745 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BugsnagReactNative; - target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; - targetProxy = CD32D8598027FD53B19732F004CAC6AC /* PBXContainerItemProxy */; - }; - A224CE282494EE288B1F9B03228B5482 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-netinfo"; - target = EC577C5CB1DC59A7464ECEF266A75B42 /* react-native-netinfo */; - targetProxy = 2ECADCC6DA89025D6789BC34F51C4845 /* PBXContainerItemProxy */; - }; - A27D6851BF3C5C3CDDACC962535F76F7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNConfigReader; - target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; - targetProxy = AFF99097B3AD847D053200DBE94ADF83 /* PBXContainerItemProxy */; - }; - A2C1EB2750A2DE149FD7A697AC55D0AA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-DoubleConversion"; - target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; - targetProxy = ED186E2545CFB5CFCD0BE08678FC38BB /* PBXContainerItemProxy */; - }; - A2F5457E39F9BDD90BFF15228CC52DDF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXHaptics; - target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; - targetProxy = 5A23688EC2128295EF07C2509564CFA7 /* PBXContainerItemProxy */; - }; - A2FF5036846F3FE0F7E4C11FA200FACB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDateTimePicker; - target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; - targetProxy = EFE3B9656EFBBEBE5F497CDEFE36216D /* PBXContainerItemProxy */; - }; - A30EA4A0B9FAD3CB0E3AD186F57E151B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-RSocket"; - target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; - targetProxy = FB74D3BD722DB55339E1D5BE75F36AF9 /* PBXContainerItemProxy */; - }; - A334EABE0EFE713E2B4CD2406E5C73A0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 33EEB017E94380DA84AAB446863FAB59 /* PBXContainerItemProxy */; - }; - A39C1D9EDDCE91F1FFFB789184384CE3 /* PBXTargetDependency */ = { + 106D0A4C547EE0B88F5868442596F810 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = DF371A8A201DEFBA3617AA2EFD7B6F23 /* PBXContainerItemProxy */; + targetProxy = 9A2CA032BA1AC44C14BA6C39ED2CBD30 /* PBXContainerItemProxy */; }; - A3E4D6556E39521498A3E07E78FEA7A5 /* PBXTargetDependency */ = { + 11809FF872B918591EE81B9850C8FEA0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNRootView; - target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; - targetProxy = 15F6CE62980E44AAC63D9F6D85BCF968 /* PBXContainerItemProxy */; + name = TOCropViewController; + target = F3966F664F3CFAEFAB57C40FB54D3788 /* TOCropViewController */; + targetProxy = 7D14A5A3AEC790FEDC4789AA89E397BE /* PBXContainerItemProxy */; }; - A44B339EF38105B4218D80BEA867D1BB /* PBXTargetDependency */ = { + 118140F79776F7DA59010C5A6C093856 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Flipper; - target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; - targetProxy = 77626766B9523E6FD08C5AA4BABD4F19 /* PBXContainerItemProxy */; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = 106FAB8404E7AFB8881D7E1F5CEA9377 /* PBXContainerItemProxy */; }; - A4B1830028997D107C86C79AD9ED314C /* PBXTargetDependency */ = { + 132D8B573F2D5755C811B773478D5891 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 92BC211CB126809CE606A861CCB11A14 /* PBXContainerItemProxy */; + name = "react-native-appearance"; + target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; + targetProxy = 6CFF2B8D828E364C239FF5D8401D934B /* PBXContainerItemProxy */; }; - A4E1E5257777851226543A6D214339FF /* PBXTargetDependency */ = { + 13E191CCA7F210E4F7522236C5A0D9FF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; - targetProxy = E286BAC84975BA2C8EE2C0CCDC893363 /* PBXContainerItemProxy */; + name = UMConstantsInterface; + target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; + targetProxy = CF819CFAC9B9F2E54B275BF2279F1CB0 /* PBXContainerItemProxy */; }; - A523BA886C358B2765F4058E59E8B199 /* PBXTargetDependency */ = { + 14A5356510DC8CCC0646232241E731D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 54663C111D89937B3542F92AFB158EF3 /* PBXContainerItemProxy */; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = 14479470D3F1EF1223D3D5A3644C72F8 /* PBXContainerItemProxy */; }; - A56216E6FE3F307A71EB840B5975448F /* PBXTargetDependency */ = { + 14B5ECD33CE9A95E5CFC7F58E7BBCDA3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = ED84249B4BF6A56B8139CEDCA2A84593 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = DC09B1DD409496D2059B8A7B87C2E34C /* PBXContainerItemProxy */; }; - A5A37E78F869FA5C2BA13A6BBAEE1C8F /* PBXTargetDependency */ = { + 152715E4A80256649ED03E279E9AAC29 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 7F8AC8035463EF397674E45139D45EBE /* PBXContainerItemProxy */; + targetProxy = F8987D6457A96ED51A09796903268E6F /* PBXContainerItemProxy */; }; - A5B6EDFE5E5FEAB205B817E415E30140 /* PBXTargetDependency */ = { + 153C98E92CCD8F55D26D47A88D98139A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXImageLoader; - target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; - targetProxy = 20904E4872C1C47049511E8198FCE6DC /* PBXContainerItemProxy */; + name = UMSensorsInterface; + target = 2038C6F97563AAD6162C284B3EDD5B3B /* UMSensorsInterface */; + targetProxy = 4C94D3C941204D26DD4EC9F1BD601AB8 /* PBXContainerItemProxy */; }; - A80562415DDCB5C8B76C52B76CEA8470 /* PBXTargetDependency */ = { + 15A819722206D928CC7E9F28B2FE6F27 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TOCropViewController; + target = F3966F664F3CFAEFAB57C40FB54D3788 /* TOCropViewController */; + targetProxy = B20BB391DDFCEA4AB6EA0F358A0CC15B /* PBXContainerItemProxy */; + }; + 164E059F72F66642419E1E92847D44B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 228C09CCE8B43FA8B178C2718CDF21F5 /* PBXContainerItemProxy */; + }; + 16B144DDC44F425FF7DAB7508F870DE1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = B0DBBA98BFBD62D158852E3A49CEC254 /* PBXContainerItemProxy */; + targetProxy = 259751C0147464AD79D8BD42EC73310D /* PBXContainerItemProxy */; }; - A87B5617B07D8B0D545D797C15EF3366 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = F27FDD60551A78E22E4CC49777C0E626 /* PBXContainerItemProxy */; - }; - A96593739DAB1AAF13C58078E22AEE7E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = 508AB6F516BC6A7F9C3BC099996AB27D /* PBXContainerItemProxy */; - }; - AA509DEDF0BE8C1B5FAE0A9C17265D0F /* PBXTargetDependency */ = { + 16C5BB02321CF42FD534C83CF9E48846 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-restart"; target = 3ED96FB9FE1D18D5F1239C60A109F98C /* react-native-restart */; - targetProxy = 03B7AFF21F8345C0654178D8ACC2829F /* PBXContainerItemProxy */; + targetProxy = 7C30EC59916193BEA732848A3F1A2AD7 /* PBXContainerItemProxy */; }; - AAB67EE154C223DDDCC58E4EEBD3E115 /* PBXTargetDependency */ = { + 174F911B5B055CCA630FC3263B09A64A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 50929883822E2241FDC7903682F212C4 /* PBXContainerItemProxy */; + }; + 17D6C730DDFB527971F338C2F5E1F73C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = C69D4CCF1743E864A475143EC1A0DA86 /* PBXContainerItemProxy */; + }; + 17E183A460B5C3B10E3CCF6E830E8296 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 6E302568A2809B1E2B0DA74ED810BF9D /* PBXContainerItemProxy */; + }; + 186658E07CEA148F5CB6FFD11ABD6869 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 2DC74DB6F81A2F3DA7CEECD90758C44C /* PBXContainerItemProxy */; + }; + 18843269B45EEECADC69ACC97AE1A1B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = BD0D724A755FF211C75E13B3D0EA6FCA /* PBXContainerItemProxy */; + }; + 198FC9931B460A3AA0314CCD621B2BF3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 1373BCF1BDF266EB44D6A331FE7E01FE /* PBXContainerItemProxy */; + }; + 199ED174302276384D74CBFB064BAB51 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 14630EF1494875FA17478FA1F948E61F /* PBXContainerItemProxy */; + }; + 19A75602AE42F313F11E56B6A2B9DB40 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = A48D525C95B3916BFB172AE4A3115245 /* PBXContainerItemProxy */; + }; + 1A4A05103485870264E15964B45AE0D1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 4ED840B49BAEEFB800724184D31D1B85 /* PBXContainerItemProxy */; + }; + 1A728CA007829DB029F260B2D0C25C1C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FBReactNativeSpec; target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = B84BBA24079D0B067F523A12EB8B5861 /* PBXContainerItemProxy */; + targetProxy = D8BE4B5553009995415F888DD41DB3EE /* PBXContainerItemProxy */; }; - AB29582E674CB68F2E02E60FA62B5A5C /* PBXTargetDependency */ = { + 1AC1C39938FF36D91462CD6341DD4299 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNFBCrashlytics; target = E3573FB7AF659C42B699003C73722241 /* RNFBCrashlytics */; - targetProxy = BE1DC6BFECFC2C0FF2CBCBD808948B06 /* PBXContainerItemProxy */; + targetProxy = 44D1AC933F470B7AF8B65AC9031D53FD /* PBXContainerItemProxy */; }; - AB3E285824F96021A5BB69D40B27CD54 /* PBXTargetDependency */ = { + 1B463C123C22C94BBF36BF1A78B06B9B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = 861EE1F887D686DEC054DF8659E140DF /* PBXContainerItemProxy */; + }; + 1B57586F65300F75C72354274D87BE36 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMConstantsInterface; + target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; + targetProxy = 87B8867CF08BC233C5AD7E1727323B1B /* PBXContainerItemProxy */; + }; + 1B6D9E758B677C6D116B8672D9C9FE64 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 320AAB0720E125F30CC3FAED1FA30F99 /* PBXContainerItemProxy */; + }; + 1B91F65E9AAFD95B22072D61BB28362C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-simple-crypto"; + target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; + targetProxy = 3ED81FF1D873F4482717F91AC25F3375 /* PBXContainerItemProxy */; + }; + 1BE2AFB8104E6EA64E10EFF9361BB356 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCAsyncStorage; + target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; + targetProxy = 2C5A7E7672C588F58906671A2C4B8962 /* PBXContainerItemProxy */; + }; + 1C36F499EAB809B9FE42790E3BCD8A54 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = E6919FCCEBB96B3B7DFC04B02B2E6D6D /* PBXContainerItemProxy */; + }; + 1C5AB3E1E780B75BD53325B0D5128637 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = DC0A5C825D698C00EE0AD5E9D92A11AC /* PBXContainerItemProxy */; + }; + 1CBDB65FF80F1116F5E9C50D09436BC6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMImageLoaderInterface; + target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; + targetProxy = ACC1BC5A70DDFEC0601D09D4C488FAF3 /* PBXContainerItemProxy */; + }; + 1CDA2D9783B0AB2D98C00338CEE755E9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-PeerTalk"; + target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; + targetProxy = F9F2BD2B6ACC0C78427DC49D48F414F9 /* PBXContainerItemProxy */; + }; + 1D53CCC80A556C5F579E1BF05BD95CAF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-notifications"; + target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; + targetProxy = D570795949F11D3A35CB5D47E39B08B8 /* PBXContainerItemProxy */; + }; + 1D73A2C0C0363AF5C5B43715FA7BE963 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = A08F7CEB6D87DC4F998213A29B8C8639 /* PBXContainerItemProxy */; + }; + 1D84436A5F4FAD8EBA1D62F86A3C82EC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Folly"; + target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; + targetProxy = 5D13EDA8F3925731D4FD0AC6F5F9C98F /* PBXContainerItemProxy */; + }; + 1EF87B3E5A6D3BB449D011D716FB00DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = 07FFC4AEE901B8F5D5D5DCCAA4B869AD /* PBXContainerItemProxy */; + }; + 20E0F1A8F2E65AFF0E29A47BB62AA0E1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 832B860CD8AD4C03BE9359299EFA4A56 /* PBXContainerItemProxy */; + }; + 215BE681585CB7682279E3B3072A830B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 5256D29A91430A2FCA707301859CC439 /* PBXContainerItemProxy */; + }; + 2241104363DA272BA9EB905A2B540DBA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 86BC3E3AEA3AFA8178E6162A609CBBF2 /* PBXContainerItemProxy */; + }; + 2242E15580B7C16BA59B8B2A97AE2676 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-restart"; + target = 3ED96FB9FE1D18D5F1239C60A109F98C /* react-native-restart */; + targetProxy = 6B859F03BB1E2BC6078DA0CB6A6D16C8 /* PBXContainerItemProxy */; + }; + 2258684E6837B1DB6FB139DF85A2BC76 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMPermissionsInterface; + target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; + targetProxy = 414EE87BCDACF2019EA3CD902B78A3A1 /* PBXContainerItemProxy */; + }; + 22D66748471D574CF87C68EC68822C65 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = B698D3191584FFE4F68C160020ECEBFB /* PBXContainerItemProxy */; + }; + 22DECEFE1ED04B8D550D01FD85BF729B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 95451EA1007D0B439D12976F1B02A326 /* PBXContainerItemProxy */; + }; + 2303B515AD38F219F7289201FD34BBB2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = 56626064C503AE4F1D6302ACE93FF665 /* PBXContainerItemProxy */; + }; + 2444A92DD2D0A66600D7B5C45A5C32DC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 685624876C3D7191D82F76396FCD8B81 /* PBXContainerItemProxy */; + }; + 2473555AA52F2000C42B53B16B55F91A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 8EB82F4386ECADBDC7A60DA7193A48A3 /* PBXContainerItemProxy */; + }; + 252C4FDB8549495B26E9D20F22FDC1D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDateTimePicker; + target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; + targetProxy = 7170F580AE705DD8A7E5943F29DA7ED8 /* PBXContainerItemProxy */; + }; + 254B48CCBFEB88B1C72D0F57A1AF302B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXFileSystem; + target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; + targetProxy = A1663575BE1C1F8436F0ABC9FC38DF28 /* PBXContainerItemProxy */; + }; + 2560A5892AEE51F0ADEF727A148A578B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = B1DB7B60B79642A26FC628A644DCD6EE /* PBXContainerItemProxy */; + }; + 26F925A31291F24D2E879F53673F71CF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 199061DCD38F8B5530776EDE7261EC05 /* PBXContainerItemProxy */; + }; + 2706C6B7F5C01CE074E339A3B8C8AF75 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMTaskManagerInterface; + target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; + targetProxy = ED515D58598D44F38FE91CB0A21A17B0 /* PBXContainerItemProxy */; + }; + 271ACF716453A85D44A17FDB9B4BE916 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-RSocket"; + target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; + targetProxy = D1F9A82B7265213E03918AD4C6C5D191 /* PBXContainerItemProxy */; + }; + 278AF661D5D75B7BDC1DD85E5AC4C8F3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXHaptics; + target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; + targetProxy = 1729753B8B2BDEFF6E441ACBAC2E3388 /* PBXContainerItemProxy */; + }; + 27D0C7205DCAEFA1215B12A09C99BB27 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = 802D3E0C993032D90A785E0F06C89A70 /* PBXContainerItemProxy */; + }; + 283C77128454C00906932935E6F1978F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 0FFDAFFC8F3E68F89806F1F0B34DDA7D /* PBXContainerItemProxy */; + }; + 2887D166E22F84A9B63F2AE854A4BC09 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YogaKit; + target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; + targetProxy = AB5DE34E2442F11CA2A727E3AB8FA425 /* PBXContainerItemProxy */; + }; + 2911DD510FA0428A9DFA82B46535214E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAppleAuthentication; + target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; + targetProxy = F0C5A616F2FC33D338BBE1318F130C89 /* PBXContainerItemProxy */; + }; + 297060E98635BAB694E154F7E3037311 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = E7226DB61280E4F416D4FE77598FC8B2 /* PBXContainerItemProxy */; + }; + 29799F06BD41FADAB17402B089811CA0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXPermissions; + target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; + targetProxy = 9DD270B232400E99DC1F1D35AF146287 /* PBXContainerItemProxy */; + }; + 299969D9D0C937051B60E22D2750AFF2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Flipper; + target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; + targetProxy = E88094D8133C4461227B130FEC9A1B27 /* PBXContainerItemProxy */; + }; + 29C6BFEE6DA40F183ED305C4BD4BE701 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNReanimated; + target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; + targetProxy = 6760A899AE9E7CB5E1E1BA444CCDBEE1 /* PBXContainerItemProxy */; + }; + 2A08A5C73DF41F0D383C919804507181 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 52AE1F88AE2C0474750CA751D2934F9D /* PBXContainerItemProxy */; + }; + 2A1F8521C581EDABA7127D9868A25F0F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXFileSystem; + target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; + targetProxy = E2DA779D4646951910A96CE0E7329E51 /* PBXContainerItemProxy */; + }; + 2B09BD9F8F010C65DBCB300BCD1E9015 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-document-picker"; + target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; + targetProxy = 3FDDA839BE170081DE52F1646898F721 /* PBXContainerItemProxy */; + }; + 2B8611DBBE84CEF80F874C69EB9DAA73 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = FE908F046A9281E4D8EA73EDFA77449F /* PBXContainerItemProxy */; + }; + 2D3299471E566D9F333F07C6E1066832 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = 2CC08ECC173824B840115BAE7682C502 /* PBXContainerItemProxy */; + }; + 2D821EA2B8616FCBA2CB6DE2D711583E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = A9FEF5ABDB103BBE8E4CBC7ACAB15544 /* PBXContainerItemProxy */; + }; + 2D92FFFD9EE9E0C064E6BF97B3E55ABD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNVectorIcons; + target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; + targetProxy = C7556A3CE20058BF97181E90EB0D2F48 /* PBXContainerItemProxy */; + }; + 2E7315C7CA1CF9057DB75004C7683842 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNScreens; + target = 214E42634D1E187D876346D36184B655 /* RNScreens */; + targetProxy = E2D23AC3626922E24CD90955824391C0 /* PBXContainerItemProxy */; + }; + 2F28704735C459E0A26AB260954D4132 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 1E2643B226013CE2AC1871B8DB37AA73 /* PBXContainerItemProxy */; + }; + 2F483CB0C8AA932381B2346A41C54E90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-notifications"; + target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; + targetProxy = E40087C6AFF7F80C587533B0A6ADD9CB /* PBXContainerItemProxy */; + }; + 2F842000F16F62C459E9C40B103A1716 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-webview"; + target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; + targetProxy = 0AB354A9798E722BDE03EA354DF7E001 /* PBXContainerItemProxy */; + }; + 30001B641FD4686CBCD28CA8A2498B4F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFaceDetectorInterface; + target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; + targetProxy = 25285729884F45D6737EAAD475E08F2A /* PBXContainerItemProxy */; + }; + 30883ECC5A1AA69913AFB1F24533F929 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNBootSplash; + target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; + targetProxy = A15735F5D5EA5800A8931F95AA19040E /* PBXContainerItemProxy */; + }; + 312FCCC4EAC37D3B6DC85DA934715C98 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMPermissionsInterface; + target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; + targetProxy = 6EB73EE1A7D3E5CB739924304506E5CF /* PBXContainerItemProxy */; + }; + 317E0DFA062DB6E002569C1A91293086 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 73142E0207DD3E4CCEEFFCE6829C47AC /* PBXContainerItemProxy */; + }; + 31C7AE7876A62BBA5DD8A281C1E17395 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = E910F7866EFE078C76665EBDA41466F7 /* PBXContainerItemProxy */; + }; + 32BBB0C9ADCB28EC8DCF668A28E30E89 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = 4DF7E9DAC997C814EF72F7803DCACD67 /* PBXContainerItemProxy */; + }; + 32C05C9AB5AB6DEB4E500661F74F91BA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNImageCropPicker; + target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; + targetProxy = CF3F65C39667DFCA9A11AB06E2577392 /* PBXContainerItemProxy */; + }; + 330CC8D22AE4E17AC475DD3E9D5E9BEB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXImageLoader; + target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; + targetProxy = 1BB1CE47E43F0B7C350B64E1ECEB0AE9 /* PBXContainerItemProxy */; + }; + 331D90E9C3179B99EEF694C4590F6913 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-jitsi-meet"; + target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; + targetProxy = 1A4474E0918194D1DC88D4EDC6375B4F /* PBXContainerItemProxy */; + }; + 345F7C59814D9F87094B72837092EB55 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 40FFCC0F3347D57FF7FD5805CC7DB6B7 /* PBXContainerItemProxy */; + }; + 34D3A5E026AB267B280298B15C8088B4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "OpenSSL-Universal"; + target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; + targetProxy = F0C82FAF8A7BF2E774E0457E3256EAA3 /* PBXContainerItemProxy */; + }; + 34DAB19A38F809F1F68853BBD6C3A90A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMBarCodeScannerInterface; + target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; + targetProxy = 1BE3CE9C0068B98ECE48F85CEE1E110B /* PBXContainerItemProxy */; + }; + 34DC851C5BC13F156AE30A74211F188D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 7212B9FB8CD81D2E31CB14B37C667E9C /* PBXContainerItemProxy */; + }; + 34F43FA9958A67F2381A17E0A2E42826 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 8B32E1F54C10D2EE34665D793D0B5CD7 /* PBXContainerItemProxy */; + }; + 3525D38F33FD56096723F107C9E50DF1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 700472C68A2B607991F30D2B9F897AB1 /* PBXContainerItemProxy */; + }; + 3531BD2E3C1665265E8EF7E648A55D19 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Folly"; + target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; + targetProxy = 16114A19BEDA663128011E506737313E /* PBXContainerItemProxy */; + }; + 354C79F26617474F228D1C48A00D53B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFileSystemInterface; + target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; + targetProxy = 45C84CDB51BB3C1A775CA3FE8C8371CE /* PBXContainerItemProxy */; + }; + 35FBE17065CFB60AC31A0323CD2BA748 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 8C840C73D18D3C26937BC4883A84F133 /* PBXContainerItemProxy */; + }; + 3726526D06660E1A7676F344666AB83C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFileSystemInterface; + target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; + targetProxy = 2A93A0F51E5CCDC41C00A7B79ABFC208 /* PBXContainerItemProxy */; + }; + 37942952283F87902BD91AFBDB262883 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = CC12EADC6804F26795AF13E176EE17F8 /* PBXContainerItemProxy */; + }; + 382491E40267D3B1CFDB03AF10351261 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = E38E251AA919C9787DDA6A5C90C7E2C7 /* PBXContainerItemProxy */; + }; + 38AB2DCFC1477A82B208544C2B262B18 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 2207F028972700D452CBA76552187669 /* PBXContainerItemProxy */; + }; + 38AF90275B6EBCA0DC8FB5D317856A39 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 47DE5E05DFA2550C86BDC70BCCB3F6DE /* PBXContainerItemProxy */; + }; + 38E8C98B98E02AA208C14EA800651F59 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 0544B9F82DF9AF7FA79EEB9D438D35F3 /* PBXContainerItemProxy */; + }; + 39C53122A035C5B4386D631092A138C0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXPermissions; + target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; + targetProxy = 3D7DE2AE26F4C3B09DE6CBCADA3C6FB0 /* PBXContainerItemProxy */; + }; + 3A7591B83513229C859D4BF3E5C5E0D6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 6D1090EE4D24D597A63EFB6B69CD1AF9 /* PBXContainerItemProxy */; + }; + 3B59CC19864C439E84BAFBCEBCBA922C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-appearance"; + target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; + targetProxy = 693FB888C436BF956E6D32BEF84A081C /* PBXContainerItemProxy */; + }; + 3B6C063CD6079DF7556CE8EF90CFE299 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 9AAEFBA5BCC8242882BACA1B368B71F1 /* PBXContainerItemProxy */; + }; + 3C2B1D56E511220FD1884439DB3B45B2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = 654A23269615B5D467CE7BCFE1C50412 /* PBXContainerItemProxy */; + }; + 3C72AB958A1ACD15DD0C80C812DB4435 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-webview"; + target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; + targetProxy = 1AFCB1651DC83952E89FE783DE0E53FB /* PBXContainerItemProxy */; + }; + 3C88964A30097F84526B0006B581865A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageWebPCoder; + target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; + targetProxy = 448EE0CA1880B5CD8C0D48DBA587C633 /* PBXContainerItemProxy */; + }; + 3CB00A54815C03E74326155EE6D6D3F6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 21CC15B805449174D79E2D42599F4411 /* PBXContainerItemProxy */; + }; + 3CC74D00C2F9DD5E5FA1306BF34AAF97 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBApp; + target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; + targetProxy = E0EA15FE1DFBE47625A58840458BEE21 /* PBXContainerItemProxy */; + }; + 3DA13B8FE61AD130508E0A1533983F42 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BugsnagReactNative; + target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; + targetProxy = 1AB5F4CAD889FC53BDDEF433E20CD630 /* PBXContainerItemProxy */; + }; + 3E100F63E2FDF35C264EF88759877AF7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = BF3276F746CCE5D67C2EE099F67BC9C6 /* PBXContainerItemProxy */; + }; + 3E1514148A617C33A63296C3DD9A8B6F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = E2B5C0D24658385AA282EDE94DD55EEA /* PBXContainerItemProxy */; + }; + 3F93D8AFDCCC7AF02CF15E2D28669AF5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAV; + target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; + targetProxy = 51D395496C5F3EF65FB3D84887BB213B /* PBXContainerItemProxy */; + }; + 3FB1E3C50602D799AF810FEBF9DC4DF3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBCrashlytics; + target = E3573FB7AF659C42B699003C73722241 /* RNFBCrashlytics */; + targetProxy = 57BA5EA4B1258B807BE1AA88965F0B27 /* PBXContainerItemProxy */; + }; + 3FD9052EDD2D1D17B398DA5439102BF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 1DBA54ADB9DAF68772B533B537DDB0E9 /* PBXContainerItemProxy */; + }; + 4009EBD020D7F1F4DEB39FDBFEF16BE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = 4FEE8599415FBADCB501340E6A72C64D /* PBXContainerItemProxy */; + }; + 402E93CC88F02528C3AA41375ABD025A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-safe-area-context"; + target = BD9A27D8398DEB3205D3F8937B0672A0 /* react-native-safe-area-context */; + targetProxy = 98736FC0BCCFF4AC1F6E5F8B862F56AC /* PBXContainerItemProxy */; + }; + 4041C05F92521F4CD5C3530E64690122 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 20B6F8FC4C799AAEE9FA267A14D3978E /* PBXContainerItemProxy */; + }; + 40573B30A8F8545BFD41B14CA1B22847 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = CE00AF6478413E3AC66161B14F185998 /* PBXContainerItemProxy */; + }; + 4058739C154A1EA39E3E94FDA853FF8C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 3EBBD5C1A16CB41C12C117D09E0C78FE /* PBXContainerItemProxy */; + }; + 405A9E955DE323213015657DD57C470F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = KeyCommands; + target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; + targetProxy = 441C1A5969E4CE97E583B8E3E165736E /* PBXContainerItemProxy */; + }; + 40BE07AFA22C7D2E993959FCD57A8473 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 886D2FD97763AB9545D4E046AB6F634B /* PBXContainerItemProxy */; + }; + 40C658D93E262A1A5CF9AF56C9F2104D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactNativeART; + target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; + targetProxy = A008A7A90072E352C1E128CDD620FAFB /* PBXContainerItemProxy */; + }; + 414110B6EB0657294AF1F21C947C6434 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 8E8621B9634A8440772FA731E6F336D4 /* PBXContainerItemProxy */; + }; + 419457E3DED6009286874517F8E646B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAppleAuthentication; + target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; + targetProxy = B724B86B2429A89D346164B115733D73 /* PBXContainerItemProxy */; + }; + 41DCC8A6AC86688C9206A560E4E92F37 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageWebPCoder; + target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; + targetProxy = 58D2C925136FBCD2E5E03194E4707CC0 /* PBXContainerItemProxy */; + }; + 42815BEE89D4EB168376CC22E64EEF9E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JitsiMeetSDK; + target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; + targetProxy = 15E9757673FCF8383CF88543CB151FA0 /* PBXContainerItemProxy */; + }; + 43179BB62BEA21D0A100F27AA6588644 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = B7C3C07DFB07B6A10CE0F663C0C43A75 /* PBXContainerItemProxy */; + }; + 439935FFD314A88F2CAB49163678D622 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 90E61A5FBEA4AE6DC49C6AC0271CE0E8 /* PBXContainerItemProxy */; + }; + 43A1E1B4DF0AE80C50E8F0647196F181 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = EB43408D29ACA1C56B2A6FD7EB1DEC17 /* PBXContainerItemProxy */; + }; + 43F3C159BA7C0FD27F3AE363CA8DEC2B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = 6B10CDDF8DEAC481FAE9D076B7B9382F /* PBXContainerItemProxy */; + }; + 43FFD3874F85CE7E51AAAE7795FB74F2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 4CE027EF58AA801094C800F1AB0DA83C /* PBXContainerItemProxy */; + }; + 4409F68704B019EE1D12570F9C50E337 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = 2081DC5DD41A0FD2920755EC53E1DF62 /* PBXContainerItemProxy */; + }; + 4456522F0E0DCF2C73860E554407E295 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = EBECB5C23A1BE03B6EF46DB8E62CF3B9 /* PBXContainerItemProxy */; + }; + 44C3FF36D692AF9BC1EFD2E68363C33B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 3B02B28A513EEA46FC5D6CE244D58544 /* PBXContainerItemProxy */; + }; + 45029279D8564ED0AF6314B7505771B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 0F129759F365400119783CB7A16C79A6 /* PBXContainerItemProxy */; + }; + 45154BDDE2C06935321000D7487F313C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = D02DF915D04937950924E93CBE8E453A /* PBXContainerItemProxy */; + }; + 45525DBE4F8E27077077406270D414F3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFastImage; + target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; + targetProxy = 57774A141907AA41121C2F50B939849D /* PBXContainerItemProxy */; + }; + 4689268A3512DA6454C584FBCBEC92E7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNImageCropPicker; + target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; + targetProxy = FC7BDEE02D634D66F23973CCEB4EBE74 /* PBXContainerItemProxy */; + }; + 46C9FB7EB55BF4F9B343EEFA47510A16 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-appearance"; + target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; + targetProxy = FD39CBAAB6B6332A1EEB8C487B8D48FB /* PBXContainerItemProxy */; + }; + 476E360E32823A9100883ABD664DED22 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = FB2679821C9B43156301FB079205A2DC /* PBXContainerItemProxy */; + }; + 477255CC8C87E49D1FE5025DED7C6459 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMAppLoader; + target = C452F579644C83E8D8E36EC24A9BBD46 /* UMAppLoader */; + targetProxy = FEF84FDC9ECE446D5D87D98EB468B59D /* PBXContainerItemProxy */; + }; + 47E10EF201B8B92D983E5CA2297C62F1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Glog"; + target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; + targetProxy = F463812BA5C69E6AA3E06A44B31B39B2 /* PBXContainerItemProxy */; + }; + 48E071E6E281687D433F1CC37D3F6948 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-background-timer"; + target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; + targetProxy = AAD4EDE061804AF1837B95104611BCFB /* PBXContainerItemProxy */; + }; + 4967D79C269353FA2BA5045913F01C4E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = 18E001DAC1ACDF5EC5B302EEC9372FDB /* PBXContainerItemProxy */; + }; + 49E256423C42DCCA486AC33A47043EAA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-appearance"; + target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; + targetProxy = 1F9CF9215F4DEA6C4204EF7336D79BFA /* PBXContainerItemProxy */; + }; + 4ACC89F10BEC63DCC5A64FCAD0574F0A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = 8B5774CF84A080A622613931D41A1D26 /* PBXContainerItemProxy */; + }; + 4B84AA469B4372B50A7DEBE94D4E1537 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Flipper; + target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; + targetProxy = 79740EEA771DB773EBE41A14B74F5070 /* PBXContainerItemProxy */; + }; + 4BAE88BCA0DBF07EF076B9E9CD9899C2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-cameraroll"; + target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; + targetProxy = 1EE20266A7655830A40BC1186F0B15E7 /* PBXContainerItemProxy */; + }; + 4C69793D9F30AAD1B616E6BFE01702B3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = 1D4FD1CD32AF1D1C8F080C415129CD99 /* PBXContainerItemProxy */; + }; + 4C8A262993FC47B37EA763D6FACCD27E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 4F56463A92F8D446250CC036D2717902 /* PBXContainerItemProxy */; + }; + 4D450731ED8239AB0BBCE8E7065E4ADC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCPicker; + target = D00F24222F074B31C56DC6D05E806A35 /* RNCPicker */; + targetProxy = 3B7A1B61D3EC69DB68FDFDBF803691BE /* PBXContainerItemProxy */; + }; + 4D647510ED55B885DD7C924BD5AA6CFE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 59E6ED52765AAA207A407FA54F5075A1 /* PBXContainerItemProxy */; + }; + 4DF03221D6CF33B8B124779E72D652AF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMReactNativeAdapter; + target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; + targetProxy = 6C364D1BDA238BF73F2B59A2341BC099 /* PBXContainerItemProxy */; + }; + 4E31C756EABB5B3C784B59C40E206F3F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 55EA460B0B6F02A3744910D8453303B3 /* PBXContainerItemProxy */; + }; + 4ED4DA638D00431593339C5F9F40AD1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = 45600A72DF9975E77852701B39848C02 /* PBXContainerItemProxy */; + }; + 4EE6B4230B7ADE561A1401A94CDAE77E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = B3A522F99980C785FB333B60ECBFFB1F /* PBXContainerItemProxy */; + }; + 4F3E4AB4CF796F291E613FB1EC31A2C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBCrashlytics; + target = E3573FB7AF659C42B699003C73722241 /* RNFBCrashlytics */; + targetProxy = E8AA37FEEBF79A2FE3856D72445C685C /* PBXContainerItemProxy */; + }; + 4F67A988B5834813709DC07D6005E51F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-extensions-share"; + target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; + targetProxy = EE624667801CF8D735ECA41F4D350545 /* PBXContainerItemProxy */; + }; + 4FB9F15B533AD4D7FE72AE08EE0498F8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FlipperKit; + target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; + targetProxy = CAA249178DEC2A873C39B6019575BD53 /* PBXContainerItemProxy */; + }; + 4FC03DFFE75620749C391591D11A4286 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Glog"; + target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; + targetProxy = 85EC46365A74A36F6C3911029DBD3514 /* PBXContainerItemProxy */; + }; + 50131BAF9B4752B0852D5D219931E407 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 15B818E907D2948907E063691826BC29 /* PBXContainerItemProxy */; + }; + 507433B634EFAED9C3DD663CB2663C11 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = 646AA8A6B00518CC2EE3686E696F3ACD /* PBXContainerItemProxy */; + }; + 51689BB498C0F969F42F62CF257671EB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-extensions-share"; + target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; + targetProxy = 609E85A6828E9953589AA2C7BF40EED9 /* PBXContainerItemProxy */; + }; + 51B36869556074EA9A6E625FBC93426E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-CoreModules"; + target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; + targetProxy = 8CCFED054F78C608A3AF5783E2C5C4EF /* PBXContainerItemProxy */; + }; + 523A410F7C420A1F8FD8DAC93092B5C2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNGestureHandler; + target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; + targetProxy = E7C987EF507B487CCBE80070160CCC87 /* PBXContainerItemProxy */; + }; + 523C298DCA5352B1DF3C8C3D112136BE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFileSystemInterface; + target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; + targetProxy = 18FF8DB2BDAC7BFF0CF50F9A2937C4B7 /* PBXContainerItemProxy */; + }; + 525B2AD91132909CD3AFC8C94CA34DCA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-RSocket"; + target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; + targetProxy = 36E59F66917CB7178A184A7F8B9F9E7E /* PBXContainerItemProxy */; + }; + 52829466BD068AC1A41C8E5B74524BE6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = A73F9BF9F93567C2CA1893D35573EF8E /* PBXContainerItemProxy */; + }; + 52C50AD3FF2D6FAC578F03489881A9CD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 6FC3A979923733100C5D55F03DD1672E /* PBXContainerItemProxy */; + }; + 531A75494AAF48A0852A57E60A44E88E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = FAB1FB0F3519260AB6BC9247B48DDBBB /* PBXContainerItemProxy */; + }; + 5396FC56217BC3A35B69E61C80EC4D19 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCMaskedView; + target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; + targetProxy = C7336210E36F4BB9AC3A0C84755741DF /* PBXContainerItemProxy */; + }; + 53A45FC38BC2DF96747680E0CC942843 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 5CC3633BD3A0867D5EE08DB26C0A7BCC /* PBXContainerItemProxy */; + }; + 53F560A420BCEE987B9C37C70B18E133 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = D137D4B78BF4C2B6A3A74FAAB8FB2F13 /* PBXContainerItemProxy */; + }; + 54437533F427FE89636D32B86C962F66 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-slider"; + target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; + targetProxy = 5DB4E7BE27F15FD58FDC08FFC06C278E /* PBXContainerItemProxy */; + }; + 545B6320B286283C062C8428FA328C95 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "TOCropViewController-TOCropViewControllerBundle"; target = 2D4D3D5AD93ADCCF3DD45A88009E48D6 /* TOCropViewController-TOCropViewControllerBundle */; - targetProxy = D2F5945D3DA1343609E6362A3F8D096C /* PBXContainerItemProxy */; + targetProxy = 02C95EC1C108F6BF562D855FA7CC3047 /* PBXContainerItemProxy */; }; - AC02DC2E639BAAF59887325E1A629F15 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = B53E53A713B758D890A4EFA9DEF7A686 /* PBXContainerItemProxy */; - }; - AC9CAF78E97B3518ED243FF2075822DD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = FF6B1CDBD77774D31CC7046466EA4F19 /* PBXContainerItemProxy */; - }; - AD9A500A96B5820E26FFE11E948E083B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = A7969B3F51E689647E810D2C82C61C6D /* PBXContainerItemProxy */; - }; - AE2DCD7DCE3F53CF28F7FD13A7E6ED57 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAV; - target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; - targetProxy = E26E5A0DED16FF5D42CC26296F36E91B /* 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 */; - }; - AF6B644B0107CE9A77A76D61CF434526 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 98FEF3EDEF13515636E4EA226C6A9BE8 /* PBXContainerItemProxy */; - }; - AF7197A6134E99DE3FE165A37EE71724 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 0E33B7698BDC2A2B26451C5959153809 /* 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 */; - }; - B07A3B58A9E5CDC5C649EB882CFF98AA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = A51FE1097643995B093462BEFAD0025A /* PBXContainerItemProxy */; - }; - B082AF4A82521DB2223D8795CC3EF3A7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 9CD9A301CE83D2B81B0E2D8AE7A718A1 /* PBXContainerItemProxy */; - }; - B0B0C845234356FDD394382DD340CBE0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = C7F8759E3217CFFB4B18A211DE44E552 /* PBXContainerItemProxy */; - }; - B18819691601795CBF0EB8F9A1F9F2FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNGestureHandler; - target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; - targetProxy = 2FA72F7D1A6E654C5026D82D232BEA8A /* PBXContainerItemProxy */; - }; - B207684CC731169B000E6B47B62FB11F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMSensorsInterface; - target = 2038C6F97563AAD6162C284B3EDD5B3B /* UMSensorsInterface */; - targetProxy = FAB61B59B51D6523F91460033208C479 /* 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 */; - }; - B3D1DB651676D1963240D67EBCA5BD76 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-orientation-locker"; - target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; - targetProxy = F7F265DCEF28AE6ED9491DBB15E871F1 /* PBXContainerItemProxy */; - }; - B4479E44B759860F6FF1135CEF639C6F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaAsyncSocket; - target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; - targetProxy = 8BDF94549A2EBC0BB5E5A593575B65E2 /* PBXContainerItemProxy */; - }; - B4E34D58170AD2D253D6CCF3136718C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = 949FA5B2344A6103E6FFF8B8AE5935CA /* 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 */; - }; - B6882D411BD60DC0C0961B960316DD0C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = E5FF6F874A4521094BE6268B05BB2AA0 /* PBXContainerItemProxy */; - }; - B80581AFDFD003754102602A6C260D51 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Folly"; - target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; - targetProxy = BD3D89B99F85999E952ADFC9D06E912A /* PBXContainerItemProxy */; - }; - B8B8622F8A9C93E4FA2E57667F5E210F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = 835453A676ED909156EBA83A3706767B /* PBXContainerItemProxy */; - }; - B90B2FC34935449835414B3B66AEF834 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDeviceInfo; - target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; - targetProxy = 7A58B7F110D8CD6189A0BC0350396B09 /* PBXContainerItemProxy */; - }; - B9E71B41D7D034BFF91B3F7866D92C13 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 253C39FD9B89FF20D0B2F4D0D13E5B05 /* PBXContainerItemProxy */; - }; - BA1B16962B73E328A131274C26C9D5FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-cookies"; - target = ADC4ACC657481AD27F9936D08FF7F49A /* react-native-cookies */; - targetProxy = E379E12261C63CC8E439F0160919CDAC /* PBXContainerItemProxy */; - }; - BA6D42DBC773B4DEC6F999B691DFD365 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = DAF64C20849B7F0958A39B60B9EBB5DD /* PBXContainerItemProxy */; - }; - BAA09B376D3D4EECF2BB0B5806ADCC11 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = D80DBBFB05E3B8C575560F5B1F9C8205 /* PBXContainerItemProxy */; - }; - BAF06E162577E718A7F51CFD00D4EC23 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "rn-extensions-share"; - target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; - targetProxy = 5DCDA8E65C9CB2814CDF681FB049A61F /* PBXContainerItemProxy */; - }; - BB143E395D999A753ABF7CA2B754FDDD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = 66A455A3C6F2B04B1969C0272C21F441 /* PBXContainerItemProxy */; - }; - BB252DDF05A6E26A708A85E7309CB7C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = libwebp; - target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; - targetProxy = 5F6248BD0F30842E7797A3278B530437 /* PBXContainerItemProxy */; - }; - BB6DB400586554B4195F82D5210126A0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 280B3F19500F7379E280F82B917B385E /* PBXContainerItemProxy */; - }; - BB8C174EF06F6EBC35CA5EC43494C053 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-mmkv-storage"; - target = 74DAFD196634D10887C9A4E7BA19A5E4 /* react-native-mmkv-storage */; - targetProxy = 90C461E32288F14591E929EEBB7B852A /* PBXContainerItemProxy */; - }; - BB9670343E4D21E593412C76CB764426 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FlipperKit; - target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; - targetProxy = 8829332F4CB3028D204039AE3F2DF68A /* PBXContainerItemProxy */; - }; - BDF86F11AA43EC9C2833627F15570B69 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNScreens; - target = 214E42634D1E187D876346D36184B655 /* RNScreens */; - targetProxy = E94C0F00636682274A5247C332469F98 /* PBXContainerItemProxy */; - }; - BEA26F9CAB3808C4C05A93858A7CAF8F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-RSocket"; - target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; - targetProxy = 1BA13DF97D7D93F05FBF5C15E8015F1A /* PBXContainerItemProxy */; - }; - BEA620CE75E5FAE2697A057C6A42036B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 0E385F17ED3C3C9175EB1E2DB5F334B1 /* PBXContainerItemProxy */; - }; - BEFA91F9FC90E033541B5895899B040C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 1DD84FFDAF4C1BACF20D021770B1483E /* PBXContainerItemProxy */; - }; - BF56BAF40E1E61E0AF844609093E8B21 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 8BD5961270A3C193F767DAA6102068F6 /* PBXContainerItemProxy */; - }; - BFDBDFB915E59C291510F86F59659757 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = 87F05D948331245D039ABB664C5F353B /* PBXContainerItemProxy */; - }; - C0338A2B693C1BBA268F20FBD87D863A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = DFD0A91147006AD87FEA41DDCDFD41BD /* PBXContainerItemProxy */; - }; - C090F6F2E9F950474A1AAB8077E9C8D2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = D2FF0BE89CB4E3A4826A59EEF9ABD566 /* PBXContainerItemProxy */; - }; - C10D3F1F26902A099A43A129B4A7B72D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = 16B64CB6E91DA9B636F658C1D787F26F /* PBXContainerItemProxy */; - }; - C13CCCF9806CB2BE0CC85D7056FC26ED /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXLocalAuthentication; - target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; - targetProxy = EBFC2F5FC44542B7C015EA50591915C0 /* PBXContainerItemProxy */; - }; - C152229834B5FD54CB71B70305BB49B4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMBarCodeScannerInterface; - target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; - targetProxy = DFCB5EEDF4061C4CEB71E646BF542F54 /* PBXContainerItemProxy */; - }; - C162FFE29880EAE64EFD4EC7AACF8F05 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 9FD06551F0D4A9DC98697276FBE33D7A /* 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 */; - }; - C200CD3A01D9A295E8920691083AB8D2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = 4CA820B1076F4FA91A0357329FCBB8FA /* 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; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = 0AB69CBB228D482320A1FB2AED3AE9CA /* PBXContainerItemProxy */; - }; - C32367CF2278843F4C3AC4B0D9CB1404 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 2B38AF2718873C86C53AC1D1C1E19438 /* PBXContainerItemProxy */; - }; - C34DC7E165FF861EAA73D5EE225F4D43 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCrashlytics; - target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = 361B97B2B0BB1D3866E3E6282B98C776 /* PBXContainerItemProxy */; - }; - C35653AB157D5149F7A5ACEBDCF31398 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "OpenSSL-Universal"; - target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; - targetProxy = 409A4681FB9A00AFACB62A42CA9604DA /* PBXContainerItemProxy */; - }; - C3756755A3C46D421435C7FED55614BA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = F3CF5940372906B47D63B535340676E6 /* PBXContainerItemProxy */; - }; - C37A9D225DD0390E7A3F944DC2A09E2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Folly"; - target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; - targetProxy = 4A9C11257D1E21E024D2FC46ADAAE436 /* PBXContainerItemProxy */; - }; - C4214DFD6B1F4EE6A436DEF24E4B3818 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 7F53A9166ECE2C9B93DA19E19BDFCD72 /* PBXContainerItemProxy */; - }; - C4D0F961276A4F524ECEA8B848482834 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-safe-area-context"; - target = BD9A27D8398DEB3205D3F8937B0672A0 /* react-native-safe-area-context */; - targetProxy = 7831CED1476708E665D581B5354B1846 /* PBXContainerItemProxy */; - }; - C593EAACD701053D3666114E6A739B40 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "rn-fetch-blob"; - target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; - targetProxy = C543859DE6C562EA5EF60AB54FD608BE /* PBXContainerItemProxy */; - }; - C65B63CEAB8C0C80CE1592D316952493 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "OpenSSL-Universal"; - target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; - targetProxy = 585BC4884FBE97D233398E79F0D0703C /* PBXContainerItemProxy */; - }; - C6D25D01A048BC0A39B757F0DBDEBF80 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = 11D790C32F9A68ADF8B9854FAA3492AF /* PBXContainerItemProxy */; - }; - C6D8A89F7CBA6AEF84CBCFC19E99AB43 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "OpenSSL-Universal"; - target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; - targetProxy = EF27F48F8DBBE1C09237F57347A0DE40 /* PBXContainerItemProxy */; - }; - C6FE0B4EE9A16163A117065CB7948195 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = D60045C20BFF7EF0EB8D8648260D7335 /* 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 */; - }; - C7766D4C6DCDF9D25622CB1639FE0F2C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXImageLoader; - target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; - targetProxy = 125E62504A496ED089F02EBBA1272670 /* PBXContainerItemProxy */; - }; - C84798229C4F7A2237121C7BD9031AF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXKeepAwake; - target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; - targetProxy = 7FD45EA7C517030B071C049200DB78AC /* PBXContainerItemProxy */; - }; - C855A6A37742C378A745560CBB08ED2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFontInterface; - target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; - targetProxy = 5AAFCEC328A149E8A79F9A7D3D486437 /* PBXContainerItemProxy */; - }; - C8C916AC3AEF7C2D2205E958E10CF587 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-simple-crypto"; - target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; - targetProxy = B2AC8DD263F3F8C219129A77880A8B7E /* PBXContainerItemProxy */; - }; - C8DC6B3EE89C1B1193DF14CED983C9FF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 9B8E95BB80D017EEEBFFDD98AED64A5E /* PBXContainerItemProxy */; - }; - C9F5024B96B2FE55302EABB94198FAED /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-document-picker"; - target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; - targetProxy = 70100A6E47EC258144A59C0EACBF758A /* PBXContainerItemProxy */; - }; - C9FD1C00E6FB1DFEAACCD11B6B1BAAD9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 2A7A80FFB6CD7F16BBED6A0A13725241 /* PBXContainerItemProxy */; - }; - CA04514D82A000A32384ACBA3980C893 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = KeyCommands; - target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; - targetProxy = F76D2285EEB6AE1A59A786C32C0AE547 /* PBXContainerItemProxy */; - }; - CADD5A04FC583F4D3D2BE243398CC79F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 238A73DC63295BE2E2783D02E4DDEF70 /* 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 */; - }; - CCB24D9966D8EB329AAF3413B52755A4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 69F3B5B467C7087BCC3A92B31258FE90 /* PBXContainerItemProxy */; - }; - CCB6E2E0148AEF060DE2E5372E5B0B53 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNConfigReader; - target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; - targetProxy = 2533CE7EE9E01E1014080709755D7C32 /* PBXContainerItemProxy */; - }; - CCCA23595042726A189C6E8435E7477B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = DF871FAFD45D520FD98A43938492B9B5 /* PBXContainerItemProxy */; - }; - CD87039D7979CDD9BE0396F860724011 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = E9EF7348621A9166F7A02C5B69793FE3 /* 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 */; - }; - CEC071A494390167B3EC5C1B8B51ABF8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 8BBB316B7D2968DBAD3E1FDC2EB9F707 /* PBXContainerItemProxy */; - }; - CF20F934EA861FFE9E709727F2FE6355 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = F2FF8074878F7E068C629C5EB4D71C50 /* PBXContainerItemProxy */; - }; - CF6CDC6F269A25210FE90A607AC77678 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBApp; - target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; - targetProxy = A1A7AE1F213AFC4F5921A31A4983DD7C /* PBXContainerItemProxy */; - }; - D002761F989B578E1E8A7B7D903B9E6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCrashlytics; - target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = BC6ED4F580182C8CB14C2B21EC902959 /* PBXContainerItemProxy */; - }; - D1E365F6C004874AF693DFACA65902D8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 3571792CE170D96635B56B840B2ED848 /* PBXContainerItemProxy */; - }; - D2835DA41D45F5AB863AF89165993ADD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YogaKit; - target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; - targetProxy = 179862A7E3B7D0BA1B1EE5F1377487E0 /* PBXContainerItemProxy */; - }; - D29F5EBCABFDB69174234C45DCCFA61F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = B713F5A957F0BE4D94B35393A2DEBC1E /* PBXContainerItemProxy */; - }; - D2D5A9B07BFB2B311D4BA574520C5905 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = CA353E563A82C4A75CA26BF793D3345E /* PBXContainerItemProxy */; - }; - D2E21865138D169E906A6D22E430A092 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 2EAEE49F4A208780FAA7BED0403D083C /* PBXContainerItemProxy */; - }; - D2E80F20B489DF125E118DA9CBADA4E2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 29F64FF42488D3C58F1F4B29D58DAAC4 /* PBXContainerItemProxy */; - }; - D2EF294AA1D859287E72261372DA3687 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-CoreModules"; - target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; - targetProxy = 5FDD4EA4CF4C2126D807E87F8F6A4CEA /* PBXContainerItemProxy */; - }; - D2F5F0A333569EFF7A52968C8D77FD06 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = C0388BF8616DC6164F098B5AEB36E335 /* PBXContainerItemProxy */; - }; - D302A47E773FC219EE117B36A1F9A9C9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-orientation-locker"; - target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; - targetProxy = 99BC3B8296FFAF1FD1E4A474F608DDAF /* PBXContainerItemProxy */; - }; - D3991515936010E630F5A99EA8293D65 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFileSystemInterface; - target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; - targetProxy = D429D1301B1C536F0A79B2E2F35B4644 /* PBXContainerItemProxy */; - }; - D39A501453C6C19A56435F1DEE8359B0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = 450D20640D17F34CFB8B9A214197460C /* PBXContainerItemProxy */; - }; - D40E10E09F4C1A4A050CE0003257DD67 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXHaptics; - target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; - targetProxy = CB03FF85441B13F7E3D8E9A20FFF402F /* PBXContainerItemProxy */; - }; - D55F6451078B7D14D49925307E32C390 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Glog"; - target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; - targetProxy = 81AE879CB5B133E379B8DFE5A4FBAD0B /* PBXContainerItemProxy */; - }; - D5D585141F47BFD506ED8DE970BDC191 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-blur"; - target = EEBB8D24F2B3531A5C5DAA668D02331F /* react-native-blur */; - targetProxy = 8D2FE757245E126F7ECE83AA9C274FEC /* PBXContainerItemProxy */; - }; - D64832BFEAD65D59BBA2C6F62AB8A020 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-blur"; - target = EEBB8D24F2B3531A5C5DAA668D02331F /* react-native-blur */; - targetProxy = 477801AAD25410E4050E34AC27712E69 /* PBXContainerItemProxy */; - }; - D672E86AA8A8B3F13646B588315F3F0F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCMaskedView; - target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; - targetProxy = 04255C988640385FD23BB65C1F0D2856 /* PBXContainerItemProxy */; - }; - D6C42671162BF758411A50346D56FB0B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 5560E69C4D48AAD879E79B1FFD61D1C6 /* 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 */; - }; - D74A1390842F7FE96443871A1BE71AFE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = DF255CA8B442D5173B2005CCD78303D7 /* PBXContainerItemProxy */; - }; - D758F4D7432653926E6C49A0A7074F1D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = E4B1EB692DE94F6F8E6CA340F2BA3069 /* PBXContainerItemProxy */; - }; - D7BF9F1D4DD5B1C6AFF7C85263DA0679 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXVideoThumbnails; - target = 4A95B7CD1D5F80C5E8CD9CDA00D41F70 /* EXVideoThumbnails */; - targetProxy = 892DC26A22986ACA308F63927F31FA71 /* PBXContainerItemProxy */; - }; - D815C6CBC5391DB17C2DBC875CD164AE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAV; - target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; - targetProxy = B72E72D84137F01437DCCBCDD1D446C2 /* PBXContainerItemProxy */; - }; - D8418189C05C7D18D3BF4D9401E920B9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = F372AB7F42192B12330B24CCFF4911E3 /* PBXContainerItemProxy */; - }; - D8627E935F41F5DFC32F09631544F2C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMTaskManagerInterface; - target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; - targetProxy = EA22795901404A17182FB283D8D76174 /* PBXContainerItemProxy */; - }; - D87577019C96396B152D5E605452E837 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKVCore; - target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; - targetProxy = 8D2EC5F7E32055BD4CF5B04A7D7A8B28 /* PBXContainerItemProxy */; - }; - D87FAC4D878FD8FBC24BB1E58EF0E3BC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-document-picker"; - target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; - targetProxy = E0D951BA5C4178DFC9F1E01FC1351145 /* PBXContainerItemProxy */; - }; - D8DD64F62D8950BA7C1840F7C2531292 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDateTimePicker; - target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; - targetProxy = F2A816DA72B88DD5004A3FC82C1D53C5 /* PBXContainerItemProxy */; - }; - D9A44A425C7B1A6C12F46F2C0593C7CC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 65EC04101B753A9192248B15EEED4827 /* PBXContainerItemProxy */; - }; - D9FC1C67A30D0B050FE1D2FB6B288FDA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = 9EF860817BB0588FCFAAC0ED488928A8 /* PBXContainerItemProxy */; - }; - DAEE039CBE3BA2EB54B2A69CC7CA92E6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-notifications"; - target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; - targetProxy = E91711A8B643B5037AC0E4D1C920EEAB /* PBXContainerItemProxy */; - }; - DB01DEA39A75137C8E5BACC6EB3E018D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactNativeART; - target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; - targetProxy = 1F6AF03B6C3BA73ABEFFF63A06FE4057 /* PBXContainerItemProxy */; - }; - DBA3BF76BFC14668578091366B6A2984 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "OpenSSL-Universal"; - target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; - targetProxy = 00839D36C71B03F98DABCE192E6F1443 /* PBXContainerItemProxy */; - }; - DBA8A81E5B685DAF4788DCAA5262C3D3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaLibEvent; - target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; - targetProxy = 1AC28340C4DC7CBC2B1C81463663252A /* PBXContainerItemProxy */; - }; - DBBC9B219A2F357B756FE8C6FE311D64 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 6B5E4CBCC8FF49229E79C166D23A2D4D /* PBXContainerItemProxy */; - }; - DC5294B3DFBD76F0F6A50579B916ABEA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "OpenSSL-Universal"; - target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; - targetProxy = 496A79270D0F046C2495B2E0727BB6A0 /* PBXContainerItemProxy */; - }; - DC637A3E34C66298CF4F995FD8F6DEBA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = EEAF63AC0A05E0E25EFE7199DDC84048 /* PBXContainerItemProxy */; - }; - DCE5DA758F0D3ECEFA484EA5A71AF966 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = F5215991DC0960E3B9B732244BE48B01 /* PBXContainerItemProxy */; - }; - DD506450B1E857C9AC353EB6E0F3807D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = DB9BB9CFC12000ACFC093E35F6892978 /* PBXContainerItemProxy */; - }; - DD523A9B5BBE5EF096B80E02C936DB96 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JitsiMeetSDK; - target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; - targetProxy = 9AAD28E661640C1D44C0A3B8F782CBAE /* PBXContainerItemProxy */; - }; - DD5578C619E57C13CEEF47627A3BAE10 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNRootView; - target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; - targetProxy = 47C123CE92F9387C7631FC3ECCDE2A16 /* PBXContainerItemProxy */; - }; - DD9B003008BD3B2162EA2457DA28D9B9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 0722D797FED5800C724C81330389E8F6 /* 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 */; - }; - DEC385D465A44023B40AA0B14F03C88D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 719934DD3CD5EE047A019E7379AD6222 /* PBXContainerItemProxy */; - }; - DED09F86EFFE14F4749E7DF46B0271C4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-notifications"; - target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; - targetProxy = A93ABA18ADA03B660F8CD446AA601954 /* PBXContainerItemProxy */; - }; - DED6F0F828B202A8752C2426CBABB635 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 30665A95A4456EA0AE21999062391B5B /* PBXContainerItemProxy */; - }; - DEEE3E36501F9123908514A73DF5B6C8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = 219BBDEA9963FA562DEC039D88EED58B /* PBXContainerItemProxy */; - }; - DF165389F99E6691A336A3AF17FB7990 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXWebBrowser; - target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; - targetProxy = EF6A7A06A557061982EEBBA2426487E3 /* PBXContainerItemProxy */; - }; - DF20CABD69F144B604A9FA15929FCEC5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 89EED93B3B48B5218DA1EEE4443D5179 /* 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 */; - }; - E03DA546F9CE6C59FF2AC6739040AFC6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = C65859A9AAB6CAF77E6BB2CAD51C2763 /* PBXContainerItemProxy */; - }; - E0B695F4405052719C7DB5929D5E2925 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = B8F78FA28009A52893E9CF968740EAB6 /* PBXContainerItemProxy */; - }; - E0DBE1250FDDC965742A21EBDBAE8ECC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BugsnagReactNative; - target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; - targetProxy = 37D774651DC057CDF6B1BE39ED1DFB30 /* PBXContainerItemProxy */; - }; - E0EF4E04851113AF72381C9D91CD73D6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-callinvoker"; - target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; - targetProxy = 40434883BC2C3B1AB6315BB0BD86A15E /* PBXContainerItemProxy */; - }; - E0F79494FAF1C2C52F51F275D4AF3304 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCrashlytics; - target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = 7B04FEAA8599994EB4F83B2A9F7E3AF6 /* PBXContainerItemProxy */; - }; - E1796A9A1DA21011C21DCCFB810CE58A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKV; - target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; - targetProxy = 0505163BB72C3D9AA99065F8FF50AD47 /* PBXContainerItemProxy */; - }; - E2E9C264F68D50AA7EB98D42917BC39C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = F5636E33B1CD789816BF7373863515B7 /* PBXContainerItemProxy */; - }; - E3070B430EB0D1AB9625A2BEB462492B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 5D83788C4B3470DFB084FEEEB59C9C6B /* PBXContainerItemProxy */; - }; - E35C43D55D09209E7812AE4642C1BC5F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-PeerTalk"; - target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; - targetProxy = 0C87F86315CC542BA2C840437FCCE84E /* PBXContainerItemProxy */; - }; - E3A289E35589E139E35CF7377D8B53D7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-DoubleConversion"; - target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; - targetProxy = A7B64E5C719D0349DB7D02110E1E004B /* PBXContainerItemProxy */; - }; - E420343DC6AD3882F4AA2C76E693F707 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = B8EDA7EC3A793A6BB4C3AE3CD6D40C62 /* PBXContainerItemProxy */; - }; - E43F77FC13D430310203EECD7B39CAFF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXConstants; - target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; - targetProxy = E668DADD34AB1C137E2B442F4E9D52D2 /* PBXContainerItemProxy */; - }; - E5159D2A9E4F1C9264DB274F7FF2894A /* PBXTargetDependency */ = { + 551BE844AD1770F0BAA748164621A87C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Yoga; target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = CE781699D9C3C14DA35B799EF7A0E25C /* PBXContainerItemProxy */; + targetProxy = C6401E388A330EC76631A18FF6417A5B /* PBXContainerItemProxy */; }; - E52F8ED71B8B30544A3CE8929A5711BD /* PBXTargetDependency */ = { + 552E4A0B3885295C06E08EF640672FF1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNImageCropPicker; - target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; - targetProxy = 3D6C164B1957D58D9396600AFFD14172 /* PBXContainerItemProxy */; + name = RNCPicker; + target = D00F24222F074B31C56DC6D05E806A35 /* RNCPicker */; + targetProxy = 522C91DDB6B2B0903EF1C230638131CF /* PBXContainerItemProxy */; }; - E6DA6D4D1152836D8BE7E288D25F9E5D /* PBXTargetDependency */ = { + 5548156E9EA1A012086E1B81E9FE986F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-mmkv-storage"; - target = 74DAFD196634D10887C9A4E7BA19A5E4 /* react-native-mmkv-storage */; - targetProxy = F1329A82DF31978626E8D037948C074A /* PBXContainerItemProxy */; + name = RNLocalize; + target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; + targetProxy = 10B164745DAD343B9A977DE0EF8C5F30 /* PBXContainerItemProxy */; }; - E71DF5BEC6F56FEE063677666C975549 /* PBXTargetDependency */ = { + 5552A2AFA4C196FBD1C3C00733DAC32D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = B1EFCFB840CF2D937A95B0BB9B9BB60A /* PBXContainerItemProxy */; + name = EXKeepAwake; + target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; + targetProxy = 291A6CCB1515789A69DD5F61CDD37925 /* PBXContainerItemProxy */; }; - E72ECEEB0D10E285A5D5247F40A32C9E /* PBXTargetDependency */ = { + 559BB3EBD49A2F34C044E2E6C480ADC9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = 7508D6899DA783D9A27A35E010CB9AFE /* PBXContainerItemProxy */; + name = libwebp; + target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; + targetProxy = 0B7F948762280AC9F49A7AFC251B2410 /* PBXContainerItemProxy */; }; - E7719A7EA68A2252A257E3BEB101A061 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = 6D5416D544C22C419FA99B0E1FCF0B49 /* PBXContainerItemProxy */; - }; - E7C3BF046A405DA6A0BB117E6EC4859B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 5AEE4C15015205968D1F22DFCFBD127D /* PBXContainerItemProxy */; - }; - E9C39026016DC678D7B8E831E16CE67F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = 8F1480D7158BB0B20CFD487A6DE6C95C /* PBXContainerItemProxy */; - }; - E9D752B7A0A6CA2201A56AF41B55FE70 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = B086F1CC719CE1F29372845DC888CF50 /* 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"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = EC3758CC170F2E3799100917C10ED964 /* PBXContainerItemProxy */; - }; - EAADE4328947760462367F0BFB4C3CEC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 32631EB179A3DB0AFC285E9715ED23CD /* PBXContainerItemProxy */; - }; - EB8F42500FD91B13F4F3E742B08D8D64 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = C14AD0BA954082526864BADBC71FDE85 /* 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 */; - }; - EC794D0F1D96256DB8EECE701640324A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAppleAuthentication; - target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; - targetProxy = A45AB5B6B85AC0174BB46669E91DCE3C /* PBXContainerItemProxy */; - }; - ECBD910057830834818FA49C42735DF0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaLibEvent; - target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; - targetProxy = 74DA8510B87B141F5E7A75CD97DACD64 /* PBXContainerItemProxy */; - }; - ED39AF70950440EC78C01CE63620A88B /* PBXTargetDependency */ = { + 55C72C35E6A604C80F5BED34F6C309FF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-orientation-locker"; target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; - targetProxy = 62C3DDEC2166ED56B29E20A39960D41B /* PBXContainerItemProxy */; + targetProxy = BBEDF1002970BF973F70D2E2B82975A1 /* PBXContainerItemProxy */; }; - EDBAF43AC1D71FC4D5642E6F82CA8297 /* PBXTargetDependency */ = { + 5631393D2B97D29C3D5E3DF80D115989 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactNativeUiLib; - target = 037A1F31C4D99F52EC9FD2008FEC481C /* ReactNativeUiLib */; - targetProxy = 9799CDB9868D556A4E87E7978F91E802 /* PBXContainerItemProxy */; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 20D7F7A42D37A095C32058B245DA02AD /* PBXContainerItemProxy */; }; - EF158F3A09CD998E810B1093EEB9B241 /* PBXTargetDependency */ = { + 565726A5D4E18F483AAC1243AC48562A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMAppLoader; - target = C452F579644C83E8D8E36EC24A9BBD46 /* UMAppLoader */; - targetProxy = 2C5430E59569BF99C4169F119B7DEAFD /* PBXContainerItemProxy */; + name = "OpenSSL-Universal"; + target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; + targetProxy = 3882F620454BE70EB25A781A7412EE13 /* PBXContainerItemProxy */; }; - EF3A0FE6B9410BE94FF5344607867C29 /* PBXTargetDependency */ = { + 56D11A49C014F7BF256831698D360D09 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 12DD4D8AEB1297572CD060640386AFA0 /* PBXContainerItemProxy */; + name = "rn-fetch-blob"; + target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; + targetProxy = A53B2B62404B3E78BA253B24F444E6C0 /* PBXContainerItemProxy */; }; - EFAC43EA7932209090DAE22A3E16F462 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 246D1F4D74F0B2F4731889DBAA0236A0 /* PBXContainerItemProxy */; - }; - F0A494BA635CFAE67E80BFA4F30E20F9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNVectorIcons; - target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; - targetProxy = 4ADE323CE1C41CB080148F893E93BB09 /* PBXContainerItemProxy */; - }; - F12BD954C0DEFAA3C1FFF0CEF3EAA777 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = 47A5636E2D2BD1961A59E4556C123FE1 /* PBXContainerItemProxy */; - }; - F1755F8636332D5C3D5E211159555F6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = 5A57CE85CF97280149F83CF210F56B56 /* PBXContainerItemProxy */; - }; - F19094131982BEBCD36D4F3113A5D9A0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFastImage; - target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; - targetProxy = D8007A270575389B7A8388B88128DC7F /* PBXContainerItemProxy */; - }; - F1C609697EBD6B6375BA6722C87B39BE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXConstants; - target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; - targetProxy = 2F370063C0C18AD572EE611755353486 /* PBXContainerItemProxy */; - }; - F2337174BDFDB4931B7290F90B692884 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 88E046EB451BAA5E76FB9310AF9189F2 /* PBXContainerItemProxy */; - }; - F25E7B062700D0F8BCCAA8E754D0138F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAppleAuthentication; - target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; - targetProxy = D3C27869420E3873AB68A54C1E8F87CC /* PBXContainerItemProxy */; - }; - F335723CC6D00197EA5D49073F02CC9B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-appearance"; - target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; - targetProxy = E47D8A641DE6A5FEB9017D61643B3904 /* PBXContainerItemProxy */; - }; - F35082D829BE040F5FD54E914CE0389C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMSensorsInterface; - target = 2038C6F97563AAD6162C284B3EDD5B3B /* UMSensorsInterface */; - targetProxy = E50AF0DC959FA4FCE63444C25178ABB0 /* PBXContainerItemProxy */; - }; - F39C92D5CE5E5B251659FCCDC3240684 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMReactNativeAdapter; - target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; - targetProxy = 0E9AD9B9172838CE21F67B5D3C965429 /* PBXContainerItemProxy */; - }; - F3B031B98600B5A7909A0C976B3B1CF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 3024EA7437D59544C3DE0F03A7337FB6 /* PBXContainerItemProxy */; - }; - F4EA2113CDF2F997D9DC4C554A39B475 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKV; - target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; - targetProxy = 3372A37ABA0066E5A1C781D93E8C99FF /* PBXContainerItemProxy */; - }; - F54F16F8E7DDEFE5DA1AD68C2F7E4A2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = CB8E3FFBE6EE953884F4C621D48082F2 /* PBXContainerItemProxy */; - }; - F54FD69AFEAF49910EF76396867E4352 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMImageLoaderInterface; - target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; - targetProxy = D3D7824AFCEEA357B9FA38C0F3227B20 /* PBXContainerItemProxy */; - }; - F58835635D5A198C1FA497EE649C9E7B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDeviceInfo; - target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; - targetProxy = 5F5D9E8BA7DCA81D7C3102B6015A759A /* PBXContainerItemProxy */; - }; - F5907030653DDC90F7BCA5CED6812E15 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 61D993EEADD9E29F822C98678DE28605 /* PBXContainerItemProxy */; - }; - F5DD5A8C36B6090D7C1AB2BC3894F449 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNReanimated; - target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; - targetProxy = F6D85FDA5F73F0D34FAD55007F2A76B2 /* PBXContainerItemProxy */; - }; - F63DD9FB66E949B5073227BF57C231FD /* PBXTargetDependency */ = { + 56F84ECD6644EEF80538D74A7CA3F714 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-mmkv-storage"; target = 74DAFD196634D10887C9A4E7BA19A5E4 /* react-native-mmkv-storage */; - targetProxy = 4932D89B8C5A275C718DB80BFFEEAD86 /* PBXContainerItemProxy */; + targetProxy = E8F5F8C37536E1C40418E7710BA3ACC1 /* PBXContainerItemProxy */; }; - F6B81BB11DB2C2252E4B4AEA6D8B8A2B /* PBXTargetDependency */ = { + 576BE430DAC478313CAF057112E53916 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-background-timer"; - target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; - targetProxy = B5EAFAF8B56E5D62EAEFFA5C2483A25D /* PBXContainerItemProxy */; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = 8285A31A5FD4B58D6DABE48D581F5B6A /* PBXContainerItemProxy */; }; - F6BA04141BCD4060558EAB78D5B6A288 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMReactNativeAdapter; - target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; - targetProxy = AE4D6DE1B956F4E0A5EC62002FC1C1D8 /* PBXContainerItemProxy */; - }; - F6EF3E761AFFB05B34543BE2A05CE37A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 71290BF4534238A978F63C48B26C7F93 /* PBXContainerItemProxy */; - }; - F71E5D6673375B839D91608F734A0C58 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXFileSystem; - target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; - targetProxy = 36399BD5D4EE948DED3C123DDD8FBA37 /* 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 */; - }; - F92DD4F634208A20AAF5E16F11F4D93A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Folly"; - target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; - targetProxy = 849173FD56F17A9EDCB0AC1DC0CE1142 /* PBXContainerItemProxy */; - }; - F96A383CDE9054FC26EAB88865CA1775 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TOCropViewController; - target = F3966F664F3CFAEFAB57C40FB54D3788 /* TOCropViewController */; - targetProxy = 5720D2BDE293A5F56F512087DBDC179A /* PBXContainerItemProxy */; - }; - F978D3913E7827D8B121968F40BE5273 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-netinfo"; - target = EC577C5CB1DC59A7464ECEF266A75B42 /* react-native-netinfo */; - targetProxy = 9A16C06AE5019D295CCF7EDF017F5C86 /* PBXContainerItemProxy */; - }; - F9AB9C5B562F6F022A90158926456501 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKVCore; - target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; - targetProxy = 884681EEF6A2E151364C17C111632CB8 /* PBXContainerItemProxy */; - }; - FA06BA4C7A3C911A20B6FB8994130803 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = A822EAEFC0AFB4913367B80EEEB93D46 /* PBXContainerItemProxy */; - }; - FA1249617FC1DA49DB9CAD7605FE8B6F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 6191B2A67520629884B14A6BDCC568DD /* PBXContainerItemProxy */; - }; - FADCAE772B1191CB9E965B8E7F2CA66D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCAsyncStorage; - target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; - targetProxy = 4C38B1606230F35D8E54C3EDF8EC8793 /* PBXContainerItemProxy */; - }; - FB2150DE04C359536DB55841A62FE2C3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = 852A1630D6241FCEBB6A14132020BD9C /* PBXContainerItemProxy */; - }; - FB58F329C81C0D819D38BAE841997E6D /* PBXTargetDependency */ = { + 579A1439EE36525111D54D6B03268027 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = E3A9FDD9B181798017B6DD8DD252D878 /* PBXContainerItemProxy */; + targetProxy = AAE81D07B807CA88B6FA50484D4D4FC0 /* PBXContainerItemProxy */; }; - FD6272B9A7739138C165EFC0C79C386F /* PBXTargetDependency */ = { + 594C2D0BC6D6190E3E8E39EFFFEAA52C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Flipper-Glog"; - target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; - targetProxy = 23D8C4693283CF2E21DE1174ABEFD157 /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = C6777C978BEF152D37CC093A9FDD0264 /* PBXContainerItemProxy */; }; - FD7DD48E6472708AB50A006A17EBF8B1 /* PBXTargetDependency */ = { + 59CB1FB1A2A69C4110F7C770D202C1BF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-webview"; - target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; - targetProxy = BC0E117BEA73CDE643BBA0A1D0DF8A40 /* PBXContainerItemProxy */; + name = EXWebBrowser; + target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; + targetProxy = 086D2DF986866E1B13905F86F99BE1A6 /* PBXContainerItemProxy */; }; - FDB1D4808F7A548BD1E7AEB4CC723FDA /* PBXTargetDependency */ = { + 59E174E49C518B6CD0AD94D4AAEA60C3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMConstantsInterface; + target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; + targetProxy = E655B0287A64CC220840E3BF23856FAE /* PBXContainerItemProxy */; + }; + 5A35F5F36ACA90EA8DE1C8578BD14DB5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = 1CA59E7C572B8C5700998494D6DBA886 /* PBXContainerItemProxy */; + }; + 5A70FB0B9B8A5696FC6E7E022B0D04FD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKV; + target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; + targetProxy = 8F75E1746DF7634F48EAEE9CA4B0AE53 /* PBXContainerItemProxy */; + }; + 5AB1E631A1FC5B4AA2AD6561FF1CAA45 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMReactNativeAdapter; + target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; + targetProxy = 65AA7221DF66D0439C986F8FA4740548 /* PBXContainerItemProxy */; + }; + 5BC518D61E2CBCAA6039E3800EA672A4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ReactCommon; target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 2D8136F758A9D9DF16FE450EC1919CC9 /* PBXContainerItemProxy */; + targetProxy = F55ABB7E1DE45A23239B4CD1FF5F24EA /* PBXContainerItemProxy */; }; - FEFF2119E4924D1240BDA0B1C2BA1864 /* PBXTargetDependency */ = { + 5BDFE683943FBCD718AF30198478C19E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = A03257B4BED6AA86C50BFF8A1814324F /* PBXContainerItemProxy */; + }; + 5C5E0A04C3FC52D701606D73937F4465 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactNativeUiLib; + target = 037A1F31C4D99F52EC9FD2008FEC481C /* ReactNativeUiLib */; + targetProxy = 9100D41504B954D226C0531208F05C84 /* PBXContainerItemProxy */; + }; + 5D6001D472CD46BFD57762739914A853 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = A0BEB100ADDDFEB40C00B7E087E9E9AE /* PBXContainerItemProxy */; + }; + 5DCD74850C9BA27E180C0A3E0D4DFE3D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = 33FC02B2A853CBCD4DAC684350FC34BA /* PBXContainerItemProxy */; + }; + 5E2276B58B1D19656B5AFEB6897BCC0E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKV; + target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; + targetProxy = 3397FCDFD4BBF62C9A63866126F9251B /* PBXContainerItemProxy */; + }; + 5E4C94B44093EB0498875B292D6991EC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = 0C0DFCC21E2311706F8B51F6CBE22089 /* PBXContainerItemProxy */; + }; + 5E79A704C3CD52283E428CC97393847D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-webview"; + target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; + targetProxy = 9D217D7334286BB764BAB9C01C801C41 /* PBXContainerItemProxy */; + }; + 5ED527C77B270612A0DCADED30488A2F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 3445A80AEEC61D3CCAF8FAAE90E82340 /* PBXContainerItemProxy */; + }; + 5F107327600B77DC3E4874C0262A3BBD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = E86E3511CFE2B52EC66748B89A1E93F5 /* PBXContainerItemProxy */; + }; + 603EA3340701C84675979E6FEAD374C3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = 8A975DD72DB8CC9A6184A9AE6C72F687 /* PBXContainerItemProxy */; + }; + 608CBF849D10B67304C8FC966232191E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = CFE33F69FCE5CE5FF04CBB723620D097 /* PBXContainerItemProxy */; + }; + 6136484670C7A9504658C402D169CE3C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = 01F054251C44B947DF213E39DE384C80 /* PBXContainerItemProxy */; + }; + 61CFE8D1ECEFF0EBA9FB560F3ED8CC7A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 6AE6D298DBE0F6B70C5C6A15E0CB5F3C /* PBXContainerItemProxy */; + }; + 61E90B0AC2FEDA1FB3710EBA88A0B546 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = 0A969384BDC963A81C034BE8294883DA /* PBXContainerItemProxy */; + }; + 63635A5ED08B59E55EB082B06BD07D4A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFaceDetectorInterface; + target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; + targetProxy = 68566D47BF91067555B5D93129178176 /* PBXContainerItemProxy */; + }; + 64B5B1FBC3CA0C0BA44D61A7283165A0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = 95E5419D5C31F3C63D26DA01FDE3AB69 /* PBXContainerItemProxy */; + }; + 65147122B3A8E7490EC4C6C712D39969 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = A8CF471FA8CC26ED7515B8371872F2F8 /* PBXContainerItemProxy */; + }; + 659B16C03CA3BB33BE4280605F772887 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = A6AE504A333F68B432C5CE3318F66B5D /* PBXContainerItemProxy */; + }; + 66219AF80A30686CA0EF2BBFC7921274 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = 92723D03636499893C59B5002FD3E124 /* PBXContainerItemProxy */; + }; + 6696DBA1DECA19B074DEC2A4DE982255 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactNativeUiLib; + target = 037A1F31C4D99F52EC9FD2008FEC481C /* ReactNativeUiLib */; + targetProxy = 4F1911D63B63C3351B50C2B46B570FC8 /* PBXContainerItemProxy */; + }; + 6716D0DC54DF7FEB851F879E16A58B8F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = libwebp; + target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; + targetProxy = 2E78A2986DAD133FF2B5353D3A44EDC1 /* PBXContainerItemProxy */; + }; + 68E89379C2F3EB38AFE37A5D3C165937 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCMaskedView; + target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; + targetProxy = 9929B825C1ADA02066DA39683122F362 /* PBXContainerItemProxy */; + }; + 68EAA3B8548C3479594C16E6BD3C1B14 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXVideoThumbnails; + target = 4A95B7CD1D5F80C5E8CD9CDA00D41F70 /* EXVideoThumbnails */; + targetProxy = E04E86C621A64C464F8733679876F327 /* PBXContainerItemProxy */; + }; + 68F5F4D15D6201C71BF472003F0FC463 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXLocalAuthentication; + target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; + targetProxy = 9D799AF80EE1394572CCB5AB7F6263F3 /* PBXContainerItemProxy */; + }; + 690261AE24BFDECCCA4D1E8E656AF96E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 4E62D869B8392EB69FE1F085B2BCF936 /* PBXContainerItemProxy */; + }; + 691519C27F3F52B56A0B6C3753843B79 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = BAC70348DE12622E5F41982F2169DA83 /* PBXContainerItemProxy */; + }; + 69798DA34258BE1C29FDCDDC7A3683D9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = EC1D1051458AC72AE89B8AA19FB5BFB8 /* PBXContainerItemProxy */; + }; + 69C9A189632C565BF678AC18091AFCC4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-DoubleConversion"; + target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; + targetProxy = B70D0BC6CA37510DE3B4B7742483C5F6 /* PBXContainerItemProxy */; + }; + 69EECCD390CE7FBF17FD25E346892165 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBAnalytics; + target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; + targetProxy = 959DDA0CEF918943512BD08DF6051703 /* PBXContainerItemProxy */; + }; + 6ADC38F6B321373C96EF988C77FF168D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = 3C73096FD2598E6B4EA19302CDC003A4 /* PBXContainerItemProxy */; + }; + 6B8B9018528823B444C5B9C6523DE8CB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = 1A0C74659CA55F82346335BE94C8632B /* PBXContainerItemProxy */; + }; + 6BC10CD2DB2D83A41E29A6E107F49481 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNRootView; + target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; + targetProxy = F593EB3481FDCE22B9902C991B0534B7 /* PBXContainerItemProxy */; + }; + 6BFFA0A576E0EBDE09E58C8C0F0C31C6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 70D72A361E75DEA82C1338FC910AD036 /* PBXContainerItemProxy */; + }; + 6C9DB88C79A04195B0536AF9E0365D0C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaAsyncSocket; + target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; + targetProxy = 7E29528A682B7E9C60E37930460EF8CC /* PBXContainerItemProxy */; + }; + 6CD405AD170784D93294E8CEB1C58F4E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = C13BB977F7F70974338DF7BEA81E6856 /* PBXContainerItemProxy */; + }; + 6CD87FDBEB6BAA71D3EABAD3B0EDE361 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaLibEvent; + target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; + targetProxy = 9974A14B947CC3453B19B2778ADB8B27 /* PBXContainerItemProxy */; + }; + 6D174A044909D5AA1124049B08E05896 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCAsyncStorage; + target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; + targetProxy = D6DA8777A6AC6605659EE19F5002195D /* PBXContainerItemProxy */; + }; + 6D389AAAF074B7D0022117836901CEA1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKV; + target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; + targetProxy = 4B94E69F25792201AAD9AF8959C484C0 /* PBXContainerItemProxy */; + }; + 6DBC346A86EC07CCFB30C7CC50CB8B9A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNGestureHandler; + target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; + targetProxy = B29B560B4B794BB5E78F8A7642F678ED /* PBXContainerItemProxy */; + }; + 6EAE57EA99CE154D34CB36469E4724E7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 63545891A46B5E8A031C2D38FA7E606C /* PBXContainerItemProxy */; + }; + 6EE3EBBD87AE47D116722735C4287FEE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = 37E07B5C1B1BB5BD190BD9B3F34CDDF6 /* PBXContainerItemProxy */; + }; + 6FF571274CCFD91198F1B4BC40C323EA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-jitsi-meet"; + target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; + targetProxy = 0BD10C47E020B09BA710E2E88995E307 /* PBXContainerItemProxy */; + }; + 70FFA706DCF047B5960C4C44D8828F6A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 4BF6795D5F44AFA2120D7C803EDE3082 /* PBXContainerItemProxy */; + }; + 7101145E074403F51B2108273DA901A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNRootView; + target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; + targetProxy = C0EF2C0152E3C41686F58C37637A2CA5 /* PBXContainerItemProxy */; + }; + 71294505717167401E928FF623E3D97E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-document-picker"; + target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; + targetProxy = 144D7EE3BFF01909A0BFD2172739FDE4 /* PBXContainerItemProxy */; + }; + 71D38CF3AA2749688BDCEA04709F2357 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-mmkv-storage"; + target = 74DAFD196634D10887C9A4E7BA19A5E4 /* react-native-mmkv-storage */; + targetProxy = 20058E7C507166F45CCF97EF053F5C79 /* PBXContainerItemProxy */; + }; + 720AC6923D008DCE500DD02B77E178F3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXPermissions; + target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; + targetProxy = A7301873AEEF1C32C2FF7020C2D7589D /* PBXContainerItemProxy */; + }; + 7253874C89EAE0AF5E20353FEF924553 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = DE24799342215964891C3C7B68A6026F /* PBXContainerItemProxy */; + }; + 726B7616C63D7A4E130B8498C8D06CF1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageWebPCoder; + target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; + targetProxy = 3AFE5F3C45B1374167470E0C29BD15F5 /* PBXContainerItemProxy */; + }; + 73162C5F36A73086592CD10C3A87D036 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 22AB59269C00A047FE1924B734078EDB /* PBXContainerItemProxy */; + }; + 732648A323ED28357C2D0B2AC8FD197D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 8979C583B226032EC85EE713CDE5DAEC /* PBXContainerItemProxy */; + }; + 738F4AFB3CDFB4B9C6E1742DFE9778C2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 6E69139AD19E1341E3FEDD33EB6F0DDA /* PBXContainerItemProxy */; + }; + 74EB25786FA2CC38B87F3A49CE956D41 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TOCropViewController; + target = F3966F664F3CFAEFAB57C40FB54D3788 /* TOCropViewController */; + targetProxy = 05FD77BC3E6C47C210CA0B3E717B426C /* PBXContainerItemProxy */; + }; + 74F0F819EC2942D95BE454EF14121478 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNConfigReader; + target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; + targetProxy = C126EC80D15620C22748F4420A0D0018 /* PBXContainerItemProxy */; + }; + 751862A175CF6530B011FBD52D94875F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXImageLoader; + target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; + targetProxy = 1D3015BCE5E97748EB059B2A840F3551 /* PBXContainerItemProxy */; + }; + 75EAFA91B2D3A48FE920EE7BE1582F2D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 725ABFD46F60D46995DD54697B9D9C76 /* PBXContainerItemProxy */; + }; + 760198FBFE378C2D59CE6949229510D5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-DoubleConversion"; + target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; + targetProxy = AD1D3A645D091E653BA24E02CD865569 /* PBXContainerItemProxy */; + }; + 7641C70132E718800FF2C6DEA0AD525A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-document-picker"; + target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; + targetProxy = 3E0EB2A9A256544883C00595DD58763B /* PBXContainerItemProxy */; + }; + 768C186D69DB33DAE40B02EBCE81BCEC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBCrashlytics; + target = E3573FB7AF659C42B699003C73722241 /* RNFBCrashlytics */; + targetProxy = 128654B82DD088C87E753C5DA26984FF /* PBXContainerItemProxy */; + }; + 76E75E6FB2A9C46E0FB65F5E1C2675FA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNRootView; + target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; + targetProxy = 88DC725C5B7D76ADFB9CB7AEF652027C /* PBXContainerItemProxy */; + }; + 7731BAAB54931B4241EF345DDF5044A2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = D9024A451726924EE70E3547086939DA /* PBXContainerItemProxy */; + }; + 77353E89F50BD8F609081955558EE335 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMPermissionsInterface; + target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; + targetProxy = C620982B67D48CD81099C1DD7DB176A5 /* PBXContainerItemProxy */; + }; + 7737DCF8481DC425D0B07798A6AC8342 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = 007BE81A03E0D45CCA1B6158C0CB0C1C /* PBXContainerItemProxy */; + }; + 77A23070DBD54FD859058B79268CAAF2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = C385E5D753C6EAD3B10CE3B6AE85B4ED /* PBXContainerItemProxy */; + }; + 781C1CEA46D5535E38506D8058BE6FC7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 4530925210EBA4D2389FFAFC354D337E /* PBXContainerItemProxy */; + }; + 781D8C82F424570D3F82B5A4DA5704E0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-fetch-blob"; + target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; + targetProxy = 1EDAFC6FCB52DD7E08237F19C8CD4D30 /* PBXContainerItemProxy */; + }; + 781F5CBC9638DB5F104DDFA1EDEB71D4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageWebPCoder; + target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; + targetProxy = AA9745C4C59FAAF17E4908A4862BBCD9 /* PBXContainerItemProxy */; + }; + 78218C54FBD1C1C60413E1F57AEC8390 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = 61F8F8117A711FFF2E115BD91E822E66 /* PBXContainerItemProxy */; + }; + 788387C8E7E81FC285543264E8CCCAB9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = B9407AAFE4A1E5D8509E6D8EBD6BB8C5 /* PBXContainerItemProxy */; + }; + 78B502D474C8699009D24E7EA5A92B76 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 987BBC651CA89A744BC72316CB7D4C38 /* PBXContainerItemProxy */; + }; + 78F60CB68FA668043B40D6316033DFD6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 5B212FAB6243F893F0705567BDFC69F2 /* PBXContainerItemProxy */; + }; + 79AB4BA71AE1212241A3601F966D203C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNVectorIcons; + target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; + targetProxy = EAB81B8E3EE94C26AE718C92A617295C /* PBXContainerItemProxy */; + }; + 79C9EE51ECFF8DF0C794CF12013E50C6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-fetch-blob"; + target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; + targetProxy = 11003D119E1EE8CE38C9BDE6A0FF2F86 /* PBXContainerItemProxy */; + }; + 7A0931097F5FD857F6A1AEB7F3D31A34 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 7703856DDB2B7E30F1DFAE557BC93191 /* PBXContainerItemProxy */; + }; + 7A1E2AE8C32ED5E21AC4C1762A0A4593 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-safe-area-context"; + target = BD9A27D8398DEB3205D3F8937B0672A0 /* react-native-safe-area-context */; + targetProxy = FD694EA64D045E0A3FDDD4B47548FEB6 /* PBXContainerItemProxy */; + }; + 7A47F93D105CFE393D735017AA7668AE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YogaKit; + target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; + targetProxy = 9F69303680500D3AEE457BA9C485FABA /* PBXContainerItemProxy */; + }; + 7A9C95F18490F80329F5E7D12D9A7D70 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DoubleConversion; target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 710B49CAF8C1D166EF9E096B08159AF8 /* PBXContainerItemProxy */; + targetProxy = D795AF5C85256ACF57E3953671D3D298 /* PBXContainerItemProxy */; + }; + 7BC3CDC92B4CAA99516C759B96C1833F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXHaptics; + target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; + targetProxy = F34F1B6FA5CBD62BF1B6266FCBDCF7CE /* PBXContainerItemProxy */; + }; + 7C5F75483EA47D07E14ABFD60680A853 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXLocalAuthentication; + target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; + targetProxy = E0FEEAC9DA4A48F58BF38A592E4C671B /* PBXContainerItemProxy */; + }; + 7CAB2AAA94A708DA79755E53411383FB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 8BA72BBFF80499F57DE69FB1819B5BCB /* PBXContainerItemProxy */; + }; + 7D7F3BF83DBBF2956DC3A6BAC5E433C9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 30EE22C0CED218E451FB3D0BD390BB69 /* PBXContainerItemProxy */; + }; + 7DA41BF5D7650636D128D6D825FFAAF5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 9DBCF5384E26BA5FF9D239AC60894308 /* PBXContainerItemProxy */; + }; + 7EC8DB427F4228D5E0323EBF744A1EDF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-CoreModules"; + target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; + targetProxy = 63237CBDCD6F5A401DF0CEC77358D6B2 /* PBXContainerItemProxy */; + }; + 7F27B793D770EFEC12DC826737915BC1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FlipperKit; + target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; + targetProxy = AE5D04034C63A577411801AD034D75DD /* PBXContainerItemProxy */; + }; + 7F3400031FDE7DDD5F5C826767E983DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaAsyncSocket; + target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; + targetProxy = 43BAB4B88539EC72FDCD9966ADB3D302 /* PBXContainerItemProxy */; + }; + 8054183CD01D1F995BEE140899F6EC48 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXConstants; + target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; + targetProxy = 3BF36CBCC1F4222738A5BB84C3608BD9 /* PBXContainerItemProxy */; + }; + 80580B0C1D5425E7BA28D2333FEAF3CA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMAppLoader; + target = C452F579644C83E8D8E36EC24A9BBD46 /* UMAppLoader */; + targetProxy = 6E2DFBF4FDD3460732885A2EE8775244 /* PBXContainerItemProxy */; + }; + 80AE0D4988878E02355080E7071011D8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 368C8CB5469A6B97B9AAB617D1FDABE9 /* PBXContainerItemProxy */; + }; + 81482AD9717C67A533A794E275C4F76A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 387B476807B21D0EE0C0134D5B7B7BDA /* PBXContainerItemProxy */; + }; + 8158858589D6BF93FAF18AA6318AA5F6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 98AD33CCCEAFC1F498400FE55D0214CC /* PBXContainerItemProxy */; + }; + 81CD01649E291A49B1F39C3C5BB4587C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNConfigReader; + target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; + targetProxy = DA754FD5077A3481C3B8B91A77EB1247 /* PBXContainerItemProxy */; + }; + 8211B3125781CE67FB69860924B8E312 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = E4B5D4463BC0F09F2C65989F699811CA /* PBXContainerItemProxy */; + }; + 8252F4EFB49EBA3AD139EDBE6FB891DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-simple-crypto"; + target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; + targetProxy = 464B4F1018F1353EDB47939D37B2F34F /* PBXContainerItemProxy */; + }; + 82D3BD899C445696CB850B890EBC603E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "OpenSSL-Universal"; + target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; + targetProxy = 8F0D8DA76BB7A97569EE616D541394E9 /* PBXContainerItemProxy */; + }; + 8308D2A39A3DA766F9D8A2947BB2C283 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = EFAF44FC7955A65FAEE4804FB8F25EB8 /* PBXContainerItemProxy */; + }; + 831EEED89E775C9A9B852B3A4DA5811E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCMaskedView; + target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; + targetProxy = 0B48329B7447A1856D0EF5396DEAC058 /* PBXContainerItemProxy */; + }; + 838797BAA501797FAAEC90BCE383EEB2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BugsnagReactNative; + target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; + targetProxy = 0A5051093B1122A7BE97285EB3D93B87 /* PBXContainerItemProxy */; + }; + 838ACA4824BDF205443A9A33FDBAA2C3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = 6236C7E8A2B2C5707E2774A37487AA29 /* PBXContainerItemProxy */; + }; + 83EDF5C0F136F7828BCFEC5E4C7465EA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKVCore; + target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; + targetProxy = DD178B0324C391F7B96FBFEF39A6931B /* PBXContainerItemProxy */; + }; + 84639395E83C840C5D598F50ABC1D5BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-background-timer"; + target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; + targetProxy = ED59C9A30940FCE44E18918162BDD3F7 /* PBXContainerItemProxy */; + }; + 846A8E5D2F0F48E5CC1FFA1D09507ACE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = BC1455029708B41314F0E55873AF7E84 /* PBXContainerItemProxy */; + }; + 84A25F9A02074C506EB437EA2995B541 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 51E1474E7822CD9A551B2E08DA6F4155 /* PBXContainerItemProxy */; + }; + 84E1A88728047625FA7006710FFA6787 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXFileSystem; + target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; + targetProxy = 7DE09409D13BE1EF7B2AD457AF24501A /* PBXContainerItemProxy */; + }; + 8621ED914294ACBB21744EA5923EC219 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNScreens; + target = 214E42634D1E187D876346D36184B655 /* RNScreens */; + targetProxy = E79BDD1516B43FF44DC2B16C0BF19B45 /* PBXContainerItemProxy */; + }; + 868698583447C0267150D22E52587D48 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFontInterface; + target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; + targetProxy = 08BB06AA1BC0DE8D03AE1EA3D879668A /* PBXContainerItemProxy */; + }; + 8689D3A294BD4A50D36EB678A5782FA0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 16AA74D71A7398CA0E11FFC170A6D98C /* PBXContainerItemProxy */; + }; + 86B2A5A3E3EE2F246E2769787EBC544A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCrashlytics; + target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; + targetProxy = 9A7F68DF7BF9B99972854D49221EECB7 /* PBXContainerItemProxy */; + }; + 86BEE168C5FBBFC99C63CEE99AFE69D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 26C2773B15551C98FD0F5D3D62C7849A /* PBXContainerItemProxy */; + }; + 875EB42533ADC00C244B3648F55975C8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXWebBrowser; + target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; + targetProxy = 4B41D0F96B8A8929CDE17E41AF747074 /* PBXContainerItemProxy */; + }; + 87AF563751DE397C5DE272B635CED45A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-CoreModules"; + target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; + targetProxy = 04CFD1B3921870DC371BC670C661D062 /* PBXContainerItemProxy */; + }; + 87DA040565D8D0BD2AA7CE2CC14FB103 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-netinfo"; + target = EC577C5CB1DC59A7464ECEF266A75B42 /* react-native-netinfo */; + targetProxy = 662503B6BE78CA3172E35B799820DE2C /* PBXContainerItemProxy */; + }; + 8811BF5925BF4E90D1D66BF16B3C00A2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Folly"; + target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; + targetProxy = C0C2567F23C2F690FC40B44231D497CC /* PBXContainerItemProxy */; + }; + 88BBC05EBD81ED1327B456ADC1E286D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 2F35FDFE3584B35EAE06D8EE19CF3F3B /* PBXContainerItemProxy */; + }; + 8923883FF1681560507367B0CAB1415B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKVCore; + target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; + targetProxy = E0A861CE5C05400D44F65967296BA9D2 /* PBXContainerItemProxy */; + }; + 895B3BF831BE0EB6A163557AA753FD9A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 3D80600DFCF14A99277E4B1E7676277B /* PBXContainerItemProxy */; + }; + 8A542CB94DB974DF65E4984A90E32731 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKVCore; + target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; + targetProxy = C936890C9C9EC5BCB103A9D61A535EDB /* PBXContainerItemProxy */; + }; + 8A8154AD75DC4C24F702C0A027B49473 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = B5F8DFC1938C078E5118F3B5423F4E0A /* PBXContainerItemProxy */; + }; + 8AFAA20CB04E1B66782DEB6C10DAA330 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNConfigReader; + target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; + targetProxy = 5AEB79EB8C7D7CD784A7317F6FDF5493 /* PBXContainerItemProxy */; + }; + 8B847CC057B06159AD0745B15034C9EA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FlipperKit; + target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; + targetProxy = 55B51DD37808D016A49963C458E93014 /* PBXContainerItemProxy */; + }; + 8BCD80F18009797454975B2DA9D20038 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = ECF14484C6C38EBABFF7771FA3E65175 /* PBXContainerItemProxy */; + }; + 8C1A6251B70743E06759A4FB7B8C647E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 5F2C055CA634C74061D0E166D38A34AA /* PBXContainerItemProxy */; + }; + 8CFCCE3D83C09764D0D0399D94970F39 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = 43F310ACB4292600662C6801A176BA45 /* PBXContainerItemProxy */; + }; + 8D065D3D5C2DE02F4A65A08F97FCDEA7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = B95A9CEBC6060D64F5D8976E0D7757BF /* PBXContainerItemProxy */; + }; + 8D2C9841735645E205C2B9AEFA9AE3D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = C3518EF84CC1FE9B2DE6482D8AB70824 /* PBXContainerItemProxy */; + }; + 8D3E22B738BCB345C0B0B44C036D9A7E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = C465834E1CE11BB8C12FC45A969FF6DA /* PBXContainerItemProxy */; + }; + 8D8D98E68B945C20FF349BDDA3642E64 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = 09C0CE2EDC66B70D0271D9B4403A4417 /* PBXContainerItemProxy */; + }; + 8DA929AFD71C3D6F4BFEF4C3C8317C9D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = C8F2E50A9D3B9E68B345399245D0B4C4 /* PBXContainerItemProxy */; + }; + 8DAFC34E393280D91D63C5F20C5A752A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = 7A8A5C3D3A0D0C29C0D3889A45C7AC16 /* PBXContainerItemProxy */; + }; + 8E2D2C7C98E1CABB3245355940E1E87F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 67EEC3B057347F863B8B617AF2D17BC9 /* PBXContainerItemProxy */; + }; + 8E5A307F262813151AE8D1AD1F54DAD4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAV; + target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; + targetProxy = 082D59254CB9417AA5A4667AEBE4501F /* PBXContainerItemProxy */; + }; + 8E64B8FD05F2B4B7E3B139B92ED7D695 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNScreens; + target = 214E42634D1E187D876346D36184B655 /* RNScreens */; + targetProxy = E1C037939375CF047CA4AA7E858CCAE2 /* PBXContainerItemProxy */; + }; + 8E985E0156DA4A77E54CDFB7321D4E47 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKVCore; + target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; + targetProxy = A28BDF4A746D1A9558F6EFE1D56C38A5 /* PBXContainerItemProxy */; + }; + 8F395B074ECC70E29B47FB1A8BFD1279 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = E81AF4C68F1C01BF743C305817519004 /* PBXContainerItemProxy */; + }; + 8F3A7771E97DE7A411B430F8D3345B56 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFontInterface; + target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; + targetProxy = A2D92AC1500A7936BADEAE0EA4807252 /* PBXContainerItemProxy */; + }; + 8F838FB69F171ED00FD0F8143BCF31BE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-orientation-locker"; + target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; + targetProxy = 7BE1C6C1ACFAC172D5A42B7D8AF90697 /* PBXContainerItemProxy */; + }; + 8FD93165A93D475D2BA144527CDBD883 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = CEE52619DF98867E6200717CF1D1964D /* PBXContainerItemProxy */; + }; + 904356063F9ED77D43F0C8210408EB85 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 688B031CA6C6B1143A067DFEC97310BE /* PBXContainerItemProxy */; + }; + 90DC17737DCCBC5BC18DA77F6DFAB3A0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-slider"; + target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; + targetProxy = 78495966667944047424EADB614939AD /* PBXContainerItemProxy */; + }; + 92FC4A5C39CAD018CD2FA9CEF24F427D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 0E7667A784C7D520B06D891A12B70475 /* PBXContainerItemProxy */; + }; + 9364B21D49B1BECA39ADDADBB9616C71 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = 5DA5C4FCB8254DB7DE7AAA2BEC813F94 /* PBXContainerItemProxy */; + }; + 93BAE09216ABF73CE8CD07C981C1AFED /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = F643BECDF1540015C6F1221EC37B7CE3 /* PBXContainerItemProxy */; + }; + 944DE85327E1D6838A53758F8CC90962 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBApp; + target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; + targetProxy = AB928283F0FAF611F54F5AD17E8702AA /* PBXContainerItemProxy */; + }; + 9494DA7A5084CAF561968635AF4D3793 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-background-timer"; + target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; + targetProxy = B8E42AA9C9162DD63D4A1D50F56C07D9 /* PBXContainerItemProxy */; + }; + 94BC216760DE6FD9032CE92DC55D777D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = B32487E4ADC7A9BE4221CD287F179182 /* PBXContainerItemProxy */; + }; + 94CD28D9661B0019FBCBBFE7286CFE01 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = FB9DFC5C7193860410555F4890DEDFC1 /* PBXContainerItemProxy */; + }; + 94F6BFBA17DF6AA778B1CCB399F42C3A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-safe-area-context"; + target = BD9A27D8398DEB3205D3F8937B0672A0 /* react-native-safe-area-context */; + targetProxy = 8DB6C819935E509644C90A9F03EAAE1C /* PBXContainerItemProxy */; + }; + 951CBACD4E3BEAA592BED3FC99C0AC4A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCameraInterface; + target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; + targetProxy = DB995110BFEC366DBCE4278F00D5235D /* PBXContainerItemProxy */; + }; + 959221A97053A87D6643E0D79944D69F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXWebBrowser; + target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; + targetProxy = B5CD8C77DF126336C68551115306DBA3 /* PBXContainerItemProxy */; + }; + 970AC64F9ED4367D8B88BEFDCAAC714D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = C184DC5759F78D66D6CD7B052A21A905 /* PBXContainerItemProxy */; + }; + 974A95738EB43A100A6E0E058BD98DB6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCMaskedView; + target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; + targetProxy = 2476DCC50C11C8D10FB1347322719B4B /* PBXContainerItemProxy */; + }; + 97FE8EF49D42600DB3228CD22A190D8D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-CoreModules"; + target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; + targetProxy = B12CD4BE7C772488007C5049A3EDCD93 /* PBXContainerItemProxy */; + }; + 9833B59ED4DDE35521D191EFE4FF2646 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 0CBB55EDFB1F42E0C5E457F7ADF53443 /* PBXContainerItemProxy */; + }; + 9839989213A6B5CE8FC8485808D274F1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = EF6F0D5B504D7623419C491F02A07ED4 /* PBXContainerItemProxy */; + }; + 985BFF6FDB949268A01EF1900A9FF136 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 72A10EBDFC90E592195145D8DA20F5F5 /* PBXContainerItemProxy */; + }; + 9867AFC1CB1DAC1E9F895BBBEB5A8BCF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = 8FB011BF1066B8F44243462CF3E0F536 /* PBXContainerItemProxy */; + }; + 98965C454130793264CFF23FC4F999B7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNImageCropPicker; + target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; + targetProxy = ABFD567B27D81D65730BB62AF968BD27 /* PBXContainerItemProxy */; + }; + 98CEC86F11A1508B0D709FB6A8E02601 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = 3C7566368AC49C18C264F1F966890A37 /* PBXContainerItemProxy */; + }; + 99410B0BD2BA60AE30B9644703CEFD9E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-cookies"; + target = ADC4ACC657481AD27F9936D08FF7F49A /* react-native-cookies */; + targetProxy = EAAEBD709738B51C8DA6EFBB09F9B170 /* PBXContainerItemProxy */; + }; + 997812D5AA9E96019B08220DE361390C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = ED7801DD1265CFAE4327B0C48C30104A /* PBXContainerItemProxy */; + }; + 99783D6865D30C3D2995FA5EA723732E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXConstants; + target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; + targetProxy = 984119A37F69F6A54F1FCB14241A0059 /* PBXContainerItemProxy */; + }; + 9A4EBE295E9988A7BFB75FF821660C2E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = 0FB7E08063984F6C443549ED5777677E /* PBXContainerItemProxy */; + }; + 9AF006CCAC3CD965D2E3313C170853FD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = 59EA091DA2D2E6DF3E8A114A09248AF9 /* PBXContainerItemProxy */; + }; + 9B07A6AC48E9E79E4F8F9B059391845D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCrashlytics; + target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; + targetProxy = 18F36C7D75DC87429EA064663FDF1578 /* PBXContainerItemProxy */; + }; + 9B23FDA80F64AA6B33A930077F3A2BB7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = B931168DAFE139DF74C14122A5511E35 /* PBXContainerItemProxy */; + }; + 9B2AB31820FBA3A849AAD89E1D5A80F3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-slider"; + target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; + targetProxy = D2B1926DA025FF23045D17AD94A574E7 /* PBXContainerItemProxy */; + }; + 9C764A32F3248EF77114A1A093BE26F7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXFileSystem; + target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; + targetProxy = FC672D7A1B4EF6FACBF88FA2D6AAF3D9 /* PBXContainerItemProxy */; + }; + 9CB3B95FB50CA1BEAEADD73A10A8EE79 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = 95B39AF4DFCF7C67484D1F87DDFCA98B /* PBXContainerItemProxy */; + }; + 9D51F8521399157168E8AD47CAAF1E54 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-RSocket"; + target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; + targetProxy = BFD8B4EC1280961313849DFE50BEEEE2 /* PBXContainerItemProxy */; + }; + 9DB06B8BC68E93A3433E2744253801C4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = A5FD59A9E204709A57384A1AFE739AD1 /* PBXContainerItemProxy */; + }; + 9E1D018F06E83C4BBDB8625AAB4ACC48 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = A3B13C24D75E05C6053E4F4DF9D6BCDA /* PBXContainerItemProxy */; + }; + 9E6280E3B235CCF52E8105A6DE195C08 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 36AA7D9CDB134622E8BFF977D855C046 /* PBXContainerItemProxy */; + }; + 9F37ED5D6E58D519EC1A2527691079B1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = 2C83C7CD1959DB68D499BC8EA1D092F3 /* PBXContainerItemProxy */; + }; + 9F46DBCBA6724B09E6B1092E3310801C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCameraInterface; + target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; + targetProxy = CACA0F6ABFBF4AA64F99B91296D4E4F6 /* PBXContainerItemProxy */; + }; + 9F6E285820C7407933600CA705F6D211 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-PeerTalk"; + target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; + targetProxy = 9E32B1A0089BC3166B40D2A4B8C578F7 /* PBXContainerItemProxy */; + }; + 9F6F14AEE0543DFC44A60D1700912152 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YogaKit; + target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; + targetProxy = 0D7C0D93E7DD28203420F32E560BBDD1 /* PBXContainerItemProxy */; + }; + 9FAE18B279E51E82A69A27241D9A815C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = AC14C09C906102CE79F110B48626897F /* PBXContainerItemProxy */; + }; + A027A211B6497409ED0D6CD5E4FE506F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFileSystemInterface; + target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; + targetProxy = E8DA56C7322FE31297F5507A11CACED8 /* PBXContainerItemProxy */; + }; + A0490EDA2B03F209288D831F17AD5941 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 9D16A3ECB94B034FEDA06C6F4CA775CA /* PBXContainerItemProxy */; + }; + A0B9161FCB56599582D13D37E7EE85B1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-cookies"; + target = ADC4ACC657481AD27F9936D08FF7F49A /* react-native-cookies */; + targetProxy = C10524BD53B3A1B84FF4CE655CCB79C5 /* PBXContainerItemProxy */; + }; + A0EB66E02B4657A98B7139E578BDAD0D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = A2C8286DA990DB2BA0C61E4ACEAFCD9F /* PBXContainerItemProxy */; + }; + A125FA55561CE8D145017B657C0CD831 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-PeerTalk"; + target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; + targetProxy = FB147963812A4AF73A78488BFE79B2E4 /* PBXContainerItemProxy */; + }; + A262591B41B3A5F254C5F42882177620 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = 4DD3596C004D85101524DD4280E145A9 /* PBXContainerItemProxy */; + }; + A271ABAEAD3D5240E656A9DE7D538EF3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaAsyncSocket; + target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; + targetProxy = F77D51CE9ED7D233CBEAA175E22B50B9 /* PBXContainerItemProxy */; + }; + A2C5C4D86C8F407B5126697A0EAAA1FD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = 5BEAF5126021D1B0D226850E94A178C5 /* PBXContainerItemProxy */; + }; + A305555786F89AAA622630DBF0D95E8F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = 4FF31A03FEAB3AD5F80C3F6FDB230A86 /* PBXContainerItemProxy */; + }; + A3B205EF952F80102BD5AA543BFD7732 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKVCore; + target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; + targetProxy = D0FA83D7A274F1B10DEB8E28B3A8177A /* PBXContainerItemProxy */; + }; + A525F2AD7B11819A5019986B7449F900 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-mmkv-storage"; + target = 74DAFD196634D10887C9A4E7BA19A5E4 /* react-native-mmkv-storage */; + targetProxy = D56FD4E5E5745EFCBC6EEB7EF2F60B07 /* PBXContainerItemProxy */; + }; + A5400D2FFE05A17A99460CD636B5010D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 53537C9D2C7D88C4B7ACB3A2CC4B0671 /* PBXContainerItemProxy */; + }; + A6F5E53114AE0763BCF6563B1398B066 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFileSystemInterface; + target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; + targetProxy = 999C72F457B6407C8ABDCB79B7DFDCC3 /* PBXContainerItemProxy */; + }; + A7090108875805DE3D6B2C4A9362AED0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = 03E85BC737DB852DCDBC71BF8FEC67D2 /* PBXContainerItemProxy */; + }; + A76DE7E819A8C81BBA7485BA0E258A8A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = 9AF81B9D2D8A466589EEB7A78DAD3273 /* PBXContainerItemProxy */; + }; + A7BFF9C4A9DF8471CF48E1E66447D181 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFontInterface; + target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; + targetProxy = B483D2634A88F89EC4DEEA4479D7E4DC /* PBXContainerItemProxy */; + }; + A87481A6E1E5EE22AE3B7CDB111B51AD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = A4B6414EFFB274B56BD5972BCA7AF563 /* PBXContainerItemProxy */; + }; + A8A162D788BE3A33F09241ECC3269D94 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-DoubleConversion"; + target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; + targetProxy = 9A6418F01E0D51B4D91F4EB964E43B68 /* PBXContainerItemProxy */; + }; + A8D6A7315A1BD3A9380AD15E103A4CD8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMSensorsInterface; + target = 2038C6F97563AAD6162C284B3EDD5B3B /* UMSensorsInterface */; + targetProxy = 6B5F57122FD7D38CA36FC5E15848AB57 /* PBXContainerItemProxy */; + }; + A9D552E355C11032D023390A1127D0ED /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = 93878408BA5E4BEFBF2FF3DA37E39C43 /* PBXContainerItemProxy */; + }; + AA468753E2EEB924E3CA98D3CA784D15 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = B8B45E60680EFC1789A707FDF550DE1D /* PBXContainerItemProxy */; + }; + AA56BC43A362AAD923D0E30F0FF74A10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 24C57269A801E8C1C9734AA90720C975 /* PBXContainerItemProxy */; + }; + AA87515F60564C00F6505908C48A1501 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBApp; + target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; + targetProxy = 30170861A47A487D6D513A4BDCFEC02B /* PBXContainerItemProxy */; + }; + AB1AB6CEB47F3BFBA63E92C14FEE2FA0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RNImageCropPicker-QBImagePicker"; + target = 6D979AB5FDA2E858850D9903776A30B3 /* RNImageCropPicker-QBImagePicker */; + targetProxy = 2199951CCAFECA992C4B6DA547473CBC /* PBXContainerItemProxy */; + }; + ABA6B965A637BB605B2ED13A4F164F30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = 7E6DA092DDD888072C7E4FDB63BE4805 /* PBXContainerItemProxy */; + }; + ABB4878604F8FDBD6B78ACE0A7CB82AA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = A06F2F2E3AD5A752F1C5B72B718CA180 /* PBXContainerItemProxy */; + }; + ABEB7B0A220807311994D576794CEB5D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = F952FCFCB90B8395899FB0B657E34E3D /* PBXContainerItemProxy */; + }; + ABEC5654B38853A7A975536CCB27C648 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactNativeUiLib; + target = 037A1F31C4D99F52EC9FD2008FEC481C /* ReactNativeUiLib */; + targetProxy = A620406D420DBC7FED868CABC722AD5A /* PBXContainerItemProxy */; + }; + AC542DCE2E3C008E7772D6D63FA49B96 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-notifications"; + target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; + targetProxy = 21807FB99AF195106AC3AEEE2E46EB35 /* PBXContainerItemProxy */; + }; + ACD1E20FD29DC5B6265E8756D840D2D5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = F273C2DDDB650DFD7F654772B533AA1E /* PBXContainerItemProxy */; + }; + ACF52959D47CD774CEBCC9F61700F797 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-simple-crypto"; + target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; + targetProxy = F0778C96EEC6EE3611072C2F66D220AA /* PBXContainerItemProxy */; + }; + AD7E69DE73EBE984F31AAE3F5E9CC6B5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 4EDC7B64106DC916B26B512D628F40F2 /* PBXContainerItemProxy */; + }; + AD84AC3A4D90B463AD7B895033EFBEC1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = E5C1BC01A8CC148C53ECEF40482BF30E /* PBXContainerItemProxy */; + }; + AE31252BAAABBC0CC63D5D85420B7473 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-blur"; + target = EEBB8D24F2B3531A5C5DAA668D02331F /* react-native-blur */; + targetProxy = 5ECAC7A5A03F3B9D691918E66210F96C /* PBXContainerItemProxy */; + }; + AE44A6D856AE795BE8F8D5A38279BF31 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 64C155C9759654773172A5349F969C8A /* PBXContainerItemProxy */; + }; + AE8BBD413C0C160FC92B1E7871D07C40 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core-AccessibilityResources"; + target = 7A020DAB6F3F0BA0A6D9946E84B38B7F /* React-Core-AccessibilityResources */; + targetProxy = 236E48043712D83FB26A39304A7D230C /* PBXContainerItemProxy */; + }; + AEA8A59ADC51B1E6D9BB80A1DC020851 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCPicker; + target = D00F24222F074B31C56DC6D05E806A35 /* RNCPicker */; + targetProxy = B9CA478BEA99DEA28F5C311FB446D7A6 /* PBXContainerItemProxy */; + }; + AEC1F7CD343F6A4A664B8BE9B9CAEE51 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-cameraroll"; + target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; + targetProxy = 19C84EFCB739A95408FF1289E51613E5 /* PBXContainerItemProxy */; + }; + AEDF85E63F836E5FD6905F921CE4B53C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = EBBE9E2580BC11F10EBE8570E8BFA8A4 /* PBXContainerItemProxy */; + }; + AEF9B0B3347D0C1B8507724840604902 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-simple-crypto"; + target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; + targetProxy = 4B8C3513CE33048AE9FADF68D57AB4F5 /* PBXContainerItemProxy */; + }; + AF096C123E22EDAF7F20EF8EB503D783 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = FCC8833A0FB3833D034EC2388073B21E /* PBXContainerItemProxy */; + }; + AF488A6C6D8D7337987342E420C4372D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 22EAC520383BBCB9F57398DC80880448 /* PBXContainerItemProxy */; + }; + AF7B4A7CF0B8F196ED64B6DA3497E43D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = 0D7E5CF3B133F36A6CBC14FA65DFE742 /* PBXContainerItemProxy */; + }; + B0759ABFB384513E85C1759BED78F842 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = E476B9B7A56F458C6190973273D1D4AF /* PBXContainerItemProxy */; + }; + B0A4A7C12624195F9E2944EA2086F6DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "OpenSSL-Universal"; + target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; + targetProxy = BA005D7D91BD20DC68C3A7E0E00BF31E /* PBXContainerItemProxy */; + }; + B0F011793C1EB591637EF5440D2B978D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = 4FC11A187B171E6EC206AC179D53D840 /* PBXContainerItemProxy */; + }; + B1B87F23BA8B773CA2BE8B55E4607080 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BugsnagReactNative; + target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; + targetProxy = 2B83A63D882D68826553F50702F45532 /* PBXContainerItemProxy */; + }; + B21663EAFD6F3561120ED24FA9C9E41F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMReactNativeAdapter; + target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; + targetProxy = 8B7913F50542F322B10A7B3D641583D5 /* PBXContainerItemProxy */; + }; + B33EBEDFE6D51F21D4417E8A956FC922 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXLocalAuthentication; + target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; + targetProxy = 04C32CE0ED13117EBB961E1226E926C2 /* PBXContainerItemProxy */; + }; + B527596D79FAA058B4B712D2E53E324D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMTaskManagerInterface; + target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; + targetProxy = 7C8633E0EC4316591925E031A2AD93CF /* PBXContainerItemProxy */; + }; + B566918A509D7D554DEB616FBD0380F7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Glog"; + target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; + targetProxy = 23614A74CA270941C37C5817CBD0302E /* PBXContainerItemProxy */; + }; + B5B0768E47EF3AA1C62F60FD87D195F9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = C1AD3C8AE3E4E4FA4C349F52587B766F /* PBXContainerItemProxy */; + }; + B5B7D85FEC76BE48603D2E0C0CCFDBF8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-netinfo"; + target = EC577C5CB1DC59A7464ECEF266A75B42 /* react-native-netinfo */; + targetProxy = CE1195E7B67D3866C21782A06B030D16 /* PBXContainerItemProxy */; + }; + B60C97520E515CD6190B04032A01FAA4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 3BBBC1DFB175EA9154E0F8FD405A4700 /* PBXContainerItemProxy */; + }; + B629414E365CD878D97CD450FD7D8B6D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 17F8DB004B13A4396572E6059D2FEEB6 /* PBXContainerItemProxy */; + }; + B718ABC3318734F4D8CBB5F040385B07 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = CDAF01722D8ED14CA205EA391436004D /* PBXContainerItemProxy */; + }; + B7D265F8013656A9A15F167395AC32F6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = libwebp; + target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; + targetProxy = 756EB337B58EADB685C465759BA16EA2 /* PBXContainerItemProxy */; + }; + B8B7189AE8671E992A353F2F2213C329 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 7FD05A7D9B5E9A63BDF61EFC78CCD390 /* PBXContainerItemProxy */; + }; + B8E272FB204CCB11E4FD907844FFDF83 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 8D6BAC7913B7A21AB97FEFDD8EAF0EC0 /* PBXContainerItemProxy */; + }; + B91704426EF4F4B5B73564B4169EC742 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = 5FD8F8409C255A8BD7B4BDA04055A265 /* PBXContainerItemProxy */; + }; + B954BD16CF1A6391C469553D28617141 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNLocalize; + target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; + targetProxy = 250474764488907EE200F7738BA01C5E /* PBXContainerItemProxy */; + }; + BA9170F19D2CA4F20C9542A4E5F1A96F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNLocalize; + target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; + targetProxy = 119095A792ABD8C97777ECAF4714E90D /* PBXContainerItemProxy */; + }; + BAB020D89735130569DB8EA43B39BAC8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKV; + target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; + targetProxy = CC5FF69B2C0F5F9C3523FBFEFE3AB544 /* PBXContainerItemProxy */; + }; + BB01F1E3210F9E35958A7F172F147791 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JitsiMeetSDK; + target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; + targetProxy = 72E4CA7D02AB3590866E785E31DC8FF2 /* PBXContainerItemProxy */; + }; + BB0257F03489AFD0F503AE88BE4E13AE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXKeepAwake; + target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; + targetProxy = 55544D20771D6E4A7FAB202ABB93D49C /* PBXContainerItemProxy */; + }; + BB10A89919A7078CC778F4499A1662EA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 65F73A75FF032C9CDB61147320BD2977 /* PBXContainerItemProxy */; + }; + BB33A01D28BA792127B6C7928A01D309 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = ECB51521A17275BA945334BB42AB3EDC /* PBXContainerItemProxy */; + }; + BB65CE6B21E43B926FCD65B71E76226D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXImageLoader; + target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; + targetProxy = D0339DABD70F43B158C1BB157892A971 /* PBXContainerItemProxy */; + }; + BBE255F49B9A6AB254C8BFC35096511A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMPermissionsInterface; + target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; + targetProxy = FA9E3ACAB17BDC3327083FB557C7CD03 /* PBXContainerItemProxy */; + }; + BD105AB505F06660D0E8A8255697866F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = AF578D8DF69C4374A33D0EEAD44EFC30 /* PBXContainerItemProxy */; + }; + BD872B20A13F0FA73FA57662E1ED7D0A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 76AB4DAB6CC7591CE96C293A4892B043 /* PBXContainerItemProxy */; + }; + BE02B5CBAB4265BA84D5D110A952372F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = 59A09B0B5C5F398ADC170774FC7D9783 /* PBXContainerItemProxy */; + }; + BE350F4E873B2E5E3506E812853F4463 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFastImage; + target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; + targetProxy = 5902B3E1F029735906955A0715372FBA /* PBXContainerItemProxy */; + }; + BEA50219E198BAB69C0D246089ED727D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = libwebp; + target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; + targetProxy = E28C4F672F771AD70CF189EE2FBE5DB1 /* PBXContainerItemProxy */; + }; + BEEFCBBC576E15B56D28DC22730F9919 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 25753EF311B1BDD6C5F05F264C5AD9D2 /* PBXContainerItemProxy */; + }; + BFB064FABBF4C7A938C2D18D454CC585 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBApp; + target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; + targetProxy = 9BA7958DEEFC82F9D40A08B26E736229 /* PBXContainerItemProxy */; + }; + C001598BCAF8B6E88D489DD4E4AAD990 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-blur"; + target = EEBB8D24F2B3531A5C5DAA668D02331F /* react-native-blur */; + targetProxy = 0F3C2D302F0E9A9E7D779CB299536DC3 /* PBXContainerItemProxy */; + }; + C126C1639AA510E432916C44DD0594D2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageWebPCoder; + target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; + targetProxy = 2614D1F38548BAFCD84B1ACFDD673C7D /* PBXContainerItemProxy */; + }; + C14E2F90D0DD029D9614D73FFCC73330 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 73E04FE9C6A09E51280FD81D4BA6ABC5 /* PBXContainerItemProxy */; + }; + C2682724CD2A810E51E195155915C91B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = 712507AA5AFF3B3AC6C74491EA9D9A0A /* PBXContainerItemProxy */; + }; + C2A51AE4882CCF2A55B76F9E53D0B7AB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNGestureHandler; + target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; + targetProxy = A6725A8F9A0AE0EF2F6C5CD186335F94 /* PBXContainerItemProxy */; + }; + C2E0DD8A8C76D4265CCB8D5308BC422F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaLibEvent; + target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; + targetProxy = 52085C3F1C8B5B9243BDD848F2B738AF /* PBXContainerItemProxy */; + }; + C3544B5D28DE8000130773FE1B25ADAD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 884DE6ADEC24F46AF86A3716F97139F0 /* PBXContainerItemProxy */; + }; + C37E716B74679C4809094FDB88A127A3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = A5B1B4E521FEFBECC8CD521AA2A94AD8 /* PBXContainerItemProxy */; + }; + C37EED698B9377C75C0FA0987C048647 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = 05E62A220B4C1DA92358DA2567DB1532 /* PBXContainerItemProxy */; + }; + C39A86180919B076F08A7101ED29EB7B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 73959D5C5E12BEA06036C92A6A804E1E /* PBXContainerItemProxy */; + }; + C3A6703C763104CDD0B6370E8654D4B7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-extensions-share"; + target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; + targetProxy = E44C706280A65ECFF90DCA0C1A1A3C88 /* PBXContainerItemProxy */; + }; + C49C92FFE97768DBDD9DE009BC448106 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = FDD691AAE72F83DF20DE6418CF1D8AD5 /* PBXContainerItemProxy */; + }; + C4AD3983ED240B97F611CB262E0215D8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMConstantsInterface; + target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; + targetProxy = 1D65F9DF2D99F0A2D836C1FED6F67E16 /* PBXContainerItemProxy */; + }; + C4CC17EE6E31486B1D75A2E9A67D2D76 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = EA84B3991E851AB3FF366BA3A8BC005C /* PBXContainerItemProxy */; + }; + C4D2E3E79F2FC997B6F770AE409F019F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 7539B6F413D83D3209CFAA4160E8D9FD /* PBXContainerItemProxy */; + }; + C4DBDD976539CC0F4CDFD5B50F418E33 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = KeyCommands; + target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; + targetProxy = 71E9DE59262061063673E8AA80055C99 /* PBXContainerItemProxy */; + }; + C4FB42DAC7D44CC5BEDD44B30E201A69 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMImageLoaderInterface; + target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; + targetProxy = 034BD76A5D7ACA8272B3E99D283FBEDB /* PBXContainerItemProxy */; + }; + C53F1B58B49D5772DE75000F9F2578A4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = A121AC5201788B59824D5BDC3153E0E7 /* PBXContainerItemProxy */; + }; + C550AA63572E3564AB7A3A6E85F3382D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = CEE681264561C0171F54D69FFAA275F2 /* PBXContainerItemProxy */; + }; + C5D9DF4FA12C1F491A560D7A27DE694E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 1B04D7A9EC102CCB8D3AF9107D29C650 /* PBXContainerItemProxy */; + }; + C65E5DB50076F01FD9CF31FA5965FC88 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-fetch-blob"; + target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; + targetProxy = 5DC700285D3480CF97A627A7F519EE7D /* PBXContainerItemProxy */; + }; + C6D94AE54521AB0A1BA158564AFA8333 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = AEEF4F3DE7B097BC3F107C34A2D8357D /* PBXContainerItemProxy */; + }; + C837E5185EA71165F520B500BF4F5CCD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = EC13F2ACF47A2CC2532F4775DFB64B34 /* PBXContainerItemProxy */; + }; + C8A05D1E41B5A6F37C6E2EEF540181CF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMBarCodeScannerInterface; + target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; + targetProxy = 1EEF94EE569223DE2C9A2FA6891E3124 /* PBXContainerItemProxy */; + }; + C8D660342A02A1E1A0A86148BF6814BD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 33D1F70D8CACD68787D8B35EB0A3AF91 /* PBXContainerItemProxy */; + }; + C92B42E4E52419CC26727C81359298C8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXImageLoader; + target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; + targetProxy = 65E8BED8A87D796383CEB31D0CEE1F00 /* PBXContainerItemProxy */; + }; + C9570815F3B41FC97001613671AD102C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactNativeART; + target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; + targetProxy = E39734969149CFFD64383B9E2AB650B6 /* PBXContainerItemProxy */; + }; + C981F633389FAF033AE5B1F2D13E4A10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactNativeART; + target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; + targetProxy = 3BE4C3B4CB37C7FB19CC3B98D66C1D64 /* PBXContainerItemProxy */; + }; + C9D0B22556D5C328179ACEE6AC31724D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = 45673C1F798DFFEA8137F3ADBB02181E /* PBXContainerItemProxy */; + }; + C9DDF2CCCA700CA6FF50D75202B5A479 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 81771DBF53EAEE26A702FF05471F9B0D /* PBXContainerItemProxy */; + }; + CA21FD1160017A6AE1DF73D8B5CFC218 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXVideoThumbnails; + target = 4A95B7CD1D5F80C5E8CD9CDA00D41F70 /* EXVideoThumbnails */; + targetProxy = 80C6CC8C6179634BB22FFA10E36A18CD /* PBXContainerItemProxy */; + }; + CA61D576B252F0FCC7EEBDC5F92A47E5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFileSystemInterface; + target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; + targetProxy = 375039AC72CAC81977EF8C61776BE630 /* PBXContainerItemProxy */; + }; + CB6364F42CC5FCE13F4174ECFA5A00C1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMBarCodeScannerInterface; + target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; + targetProxy = C488738EFD2264727AFE59C208AB65A6 /* PBXContainerItemProxy */; + }; + CBAA9EBD598D2F26CC3FA7296F4769DC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = 6F4F01BB4A21B4C8578F27EA770ACB1D /* PBXContainerItemProxy */; + }; + CC26795DBDBE1CF119C92439FCDB618C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 0BB9962C12303E71083AC8412EAEC50B /* PBXContainerItemProxy */; + }; + CD31E3B6B069867440CA8599AFC25D2F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMPermissionsInterface; + target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; + targetProxy = C79C78C39831A3A1EE99D7643BEE9A03 /* PBXContainerItemProxy */; + }; + CD65F8CDBA4D82E18901BA435586FEC2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBApp; + target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; + targetProxy = 04E6E689A3A40BEBD320C767B484AE49 /* PBXContainerItemProxy */; + }; + CDCBB734431A381C1F5BBC42BB7CCBC7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = CD3FE39324C669D8B363AD384A463E56 /* PBXContainerItemProxy */; + }; + CE33BE92CCB9BB76AC39D54A45947080 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = DBB8B411A83C8A2ABB31208D115C46DA /* PBXContainerItemProxy */; + }; + CEEF3405BDE90EC6AB64ABC32FB6796A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXHaptics; + target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; + targetProxy = DF5F6833CAD07FF66E3741863854467F /* PBXContainerItemProxy */; + }; + CF02ABC4D015C1A828BF6FB82F9FA9B3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = E739A6D430337214D5F6F817C78853DB /* PBXContainerItemProxy */; + }; + CF6633CAF5F31CB25B5ECF9C5B772984 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = AEDA63282AB9B357461182622EE793FC /* PBXContainerItemProxy */; + }; + D02F1AAB04653CB763556FBAD6C30D88 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXKeepAwake; + target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; + targetProxy = D4624E7E04C747702F5633DBF88DD65F /* PBXContainerItemProxy */; + }; + D0B0B262C0DCC966C07016BB22F32B03 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = 3BE8530EB0236AB72FF03B39537845D7 /* PBXContainerItemProxy */; + }; + D0F1F57088B5590917FE1C8C71D7165C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = E75067485B493DA4C19A4E48F9ECB4D4 /* PBXContainerItemProxy */; + }; + D0FB0290517DA809880A221EC425B54B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMPermissionsInterface; + target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; + targetProxy = C51D41167BFE0484A0DCED8C0992DD44 /* PBXContainerItemProxy */; + }; + D1448409BB1373769727EC173469B556 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaLibEvent; + target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; + targetProxy = 0B455CF58985CECA5F387586D7C5103B /* PBXContainerItemProxy */; + }; + D15A88B1EE447800C93548C4C530F536 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 3D23F8C7433A13D66B3DE57D4A7ED5D4 /* PBXContainerItemProxy */; + }; + D1A39F76B028428BC59223556F55A813 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-orientation-locker"; + target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; + targetProxy = F4331DCE64B4321806B59EC9891F5B30 /* PBXContainerItemProxy */; + }; + D1CCF969AF6F433A9C73EC51F7135392 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMImageLoaderInterface; + target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; + targetProxy = B1660B8C60F4AF474E93A57882308716 /* PBXContainerItemProxy */; + }; + D1E38AB3ECC1AE172076C4E34F662DEA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 3048834BB5862C08402AD6A859A5DA2F /* PBXContainerItemProxy */; + }; + D1F1847B59F8F1E9494B066B52867022 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNReanimated; + target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; + targetProxy = C1240DABD77E82107B423EC89D7E08E3 /* PBXContainerItemProxy */; + }; + D26EF46AF5227949F398C56A1626F1A3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 645C2CDDBBE20589C421D81A2393E610 /* PBXContainerItemProxy */; + }; + D28D0A7CCC82991129BFFC82BB76AD62 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXHaptics; + target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; + targetProxy = 77B74C0FD41D51EB896D4970DA44D315 /* PBXContainerItemProxy */; + }; + D312E3B5ECF9A1C11C7F0AF1DBCE5E1A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 0D10EA0AA691A4FF254446F1794E5F43 /* PBXContainerItemProxy */; + }; + D3606635AE41B951B6521BAF7A0D2D96 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 2DBB0E3B3D8505F15393A2D5BA4D1920 /* PBXContainerItemProxy */; + }; + D36A44938A8F3BA60980276B360DEEFE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = DC43AF7FCBC547C4D381E0DEA88EF89E /* PBXContainerItemProxy */; + }; + D3A316338E94098BEF91C8FD18C59D20 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-PeerTalk"; + target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; + targetProxy = EF8E915C737B102CE55C2E2577BE50C1 /* PBXContainerItemProxy */; + }; + D3C75676E4714489E809BD0EDF0A6814 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-orientation-locker"; + target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; + targetProxy = 39347590B41B7D2EC13B2525EC8B0AFD /* PBXContainerItemProxy */; + }; + D4B43B879FB4E2FCA13404243336D9C7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = D555D05CB9613C7DFD90309B1E4BE0ED /* PBXContainerItemProxy */; + }; + D504FD34BECD845BEFC3B460863F5C9E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = DAAE29B312C6AE3A959246BEEAEA9C88 /* PBXContainerItemProxy */; + }; + D54C04E48FBCB8B9A1B4A0E9D9B473F4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-document-picker"; + target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; + targetProxy = CDDF8EF53D24ACC2ED8A01125EEF8282 /* PBXContainerItemProxy */; + }; + D620BE27AF5E96B5C9C562598E3A4E62 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 96AB2C01D6688C0D02F92B2E4D16DB01 /* PBXContainerItemProxy */; + }; + D654E750C79B4BB2B8FF91B1310FC215 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = AC7D5C1CE3A98E18483894BFA78CFDD0 /* PBXContainerItemProxy */; + }; + D69D49F0C198F3569F95959F34E660C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TOCropViewController; + target = F3966F664F3CFAEFAB57C40FB54D3788 /* TOCropViewController */; + targetProxy = 1F466DD82CE0021FB197169EC510B622 /* PBXContainerItemProxy */; + }; + D6BC7A54458D9920474BEF88CF02B937 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 74266801154870EB127170E8E9691A69 /* PBXContainerItemProxy */; + }; + D70CB7EF7CD88AD20CE4BA71F81EEBEB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = C71C7F25FBDE4B704AB60DFE17687800 /* PBXContainerItemProxy */; + }; + D7451EDFB0C134EDAB7C587AF0575EBD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-RSocket"; + target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; + targetProxy = 50C721785ABB88742FDCF852A2F4A2A5 /* PBXContainerItemProxy */; + }; + D76835CA5FAA3C7CF87777FD896840E0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 845402F3E963DBAD374BD1A4AD0E4ECD /* PBXContainerItemProxy */; + }; + D790A7510ABCC1B4883550AA46C939D6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFontInterface; + target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; + targetProxy = 6F97055BE33FCE9252649DA9D460A233 /* PBXContainerItemProxy */; + }; + D7C74425D5FCDC63412352F3D0B90D1B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCAsyncStorage; + target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; + targetProxy = 923A205D6A555B51099555C76D5A8EDD /* PBXContainerItemProxy */; + }; + D84FECD9B4019DEC6CABF1A149959DC1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 77D55083B57263174230EC0D0AEA1165 /* PBXContainerItemProxy */; + }; + D88AEB538C7C50E55F127CD0E1B22A4D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = 3613F8EE08B3BC84C4FD984D8ED7D35B /* PBXContainerItemProxy */; + }; + D8CB449C87FA9FFFF40D344DA6AD4AE0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = FE61859530DF1129DFB076F624F01242 /* PBXContainerItemProxy */; + }; + D8EA6A151D4B64A4E5C9433F4627FDE1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Glog"; + target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; + targetProxy = BEDF933413E0438B5D6511CCE1B87DCF /* PBXContainerItemProxy */; + }; + D9ABA04500D33078B7D936D87B964786 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = 0FAA6D5D107704781E13353C47DE36A8 /* PBXContainerItemProxy */; + }; + DA417FD07863E2D08B3B397C2AE4337A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = EDA7FDFE135D03F43811FCBA312C1205 /* PBXContainerItemProxy */; + }; + DADCC0C397BEC62986DA8219B9FCFDD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = 459795317B46B5C394A61B2E620AD1C0 /* PBXContainerItemProxy */; + }; + DAF8CDBD658286E588A7C051EA6A24E5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBAnalytics; + target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; + targetProxy = D183F488AB56CD26DE05AA6973C63667 /* PBXContainerItemProxy */; + }; + DB003DEB01CAB25610D621BA7DF6A852 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMTaskManagerInterface; + target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; + targetProxy = B7BBFF6990BC66D397826D11B90EA53D /* PBXContainerItemProxy */; + }; + DB0F851E2A6CC483F6ECF1551EB100D4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 76CB12B1F6E56102575C4AE69E8C48CD /* PBXContainerItemProxy */; + }; + DB2A82912FF004EFD28275BBEEBAC2D1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = AEEDCDAC5E1022FBA868756A75567E4B /* PBXContainerItemProxy */; + }; + DB3D7C9A14428E59AAB1D2F0BD8400F9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 269924719A79EE5556A86B4D06B94F95 /* PBXContainerItemProxy */; + }; + DB934CA323A9ED83185697C70EB8469A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = ABD2F2446BDBF7704C60E8CFDADF8171 /* PBXContainerItemProxy */; + }; + DBA80AE46E6798185DB5BF4EA6A0668B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 9F3274EEF128D7C1A694998C9B7AC952 /* PBXContainerItemProxy */; + }; + DC41DFB5029607B597132170CD12F247 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Flipper; + target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; + targetProxy = 24D998E5F512523BA281A0E9B8CEBB3D /* PBXContainerItemProxy */; + }; + DC4829FA2659E07831C6B796E1854BED /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKV; + target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; + targetProxy = 1204C99CCF7C2C722AD524BF179D583F /* PBXContainerItemProxy */; + }; + DC5DB3BC8C510147D64F13D3DB1B69A8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 092D3E08E94C9EEE058C57B89E5C689E /* PBXContainerItemProxy */; + }; + DC62536A9A01A16FCA0EAE24958D7D85 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMImageLoaderInterface; + target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; + targetProxy = 7719D9E871F95477573983AA42B24679 /* PBXContainerItemProxy */; + }; + DCA4306EB6129355939C3FAB17E9A463 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = DAA335600DCF2D78A14C31ABC7ED46C9 /* PBXContainerItemProxy */; + }; + DD2E73AF4A4E2EBE7E5A3BE4693BB18A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JitsiMeetSDK; + target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; + targetProxy = D62FF55B25F14F1E902B2C23BB4859CB /* PBXContainerItemProxy */; + }; + DD3DAA4B06B7AB23111D7678E25AB33D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YogaKit; + target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; + targetProxy = 813D26C4B071AFDD403C0CC8378F63C4 /* PBXContainerItemProxy */; + }; + DD3EBF97B7310B817EE734861B7E7D6E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNBootSplash; + target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; + targetProxy = 688DF64D8D3E0AD509D0102A84A2415D /* PBXContainerItemProxy */; + }; + DDD7252B40097E4CC361D27629D73CA0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = C29E40708C8BE022E5951B2739A296CB /* PBXContainerItemProxy */; + }; + DE7EB006443839ED204C3BE7786A76A7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 0A70F1BE371B85947BA8CF92865C671B /* PBXContainerItemProxy */; + }; + DECB5BFC9D3080B662DD7C12DED5EF1A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = C4D217D2505AEC390647948E02284595 /* PBXContainerItemProxy */; + }; + DF2076F122E125DA27C6A76BFDBC6C54 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCrashlytics; + target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; + targetProxy = A0F337C9B63636371E1960B55662B5C1 /* PBXContainerItemProxy */; + }; + DFC4743CBA0DB644379D48527B911A91 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = AB75C52F539BFD68033252E5EA568E2B /* PBXContainerItemProxy */; + }; + DFC5A0342DF1445D9CCA3B9955B87E42 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 0FF8C1A3F975E0872B1FF08CD8E88A8F /* PBXContainerItemProxy */; + }; + DFD75BF2A603342538165F05DE1588B4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFontInterface; + target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; + targetProxy = D8CB79E603F60774A0D72C3B2C2AAB86 /* PBXContainerItemProxy */; + }; + DFE25FA9AB1813D0FBBA835AEA7C1A57 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = 909C9604D505A0BC26AA29BC13113A4F /* PBXContainerItemProxy */; + }; + DFE342E4E91550F07C1C1336E58132E8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBAnalytics; + target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; + targetProxy = 8AC62A2EA639DD26730C51ED51548828 /* PBXContainerItemProxy */; + }; + E025A1D2D3BD83479FDE0003AC107836 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFastImage; + target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; + targetProxy = 819E0D62B7377CAEC26AFE13F16E659C /* PBXContainerItemProxy */; + }; + E05A563EAD7218B2A44B910EAC8EEDC8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBAnalytics; + target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; + targetProxy = 0AC3354952E2F13F794FE78F1D68DC2C /* PBXContainerItemProxy */; + }; + E10EC8BFB98F3841201DB9A44F7299F4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 0678FBC5764091B7ABEF2534A9599274 /* PBXContainerItemProxy */; + }; + E1B9CC35856703D74CB3C6D184C0211D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 7B657C20A7862930D57ECB9C5BDEE23C /* PBXContainerItemProxy */; + }; + E209EF2205DA9B3A5C633B9D81CE15D6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCrashlytics; + target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; + targetProxy = 94B4B293A6889ADCC74F0CAE92363A79 /* PBXContainerItemProxy */; + }; + E34125A65425BC11932772F9EBA2A33A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 6AB078F5C3EC4288638750E8D7224FAF /* PBXContainerItemProxy */; + }; + E3588183C3D058DA632D9FAC534A54C0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Folly"; + target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; + targetProxy = 2CD8FFA79C642C1675B537055BA4AFDA /* PBXContainerItemProxy */; + }; + E429D5D1E0B3F648B3A7E3DEF530B404 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 799821967E75578E89473710309ECF0C /* PBXContainerItemProxy */; + }; + E45D1F2369207E7F89D8C0376258AC28 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = BCBA9E53FB79675DC41B1BA2DD8EC931 /* PBXContainerItemProxy */; + }; + E59E37C575DC2BDA3BFB6EB9B0F02159 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXConstants; + target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; + targetProxy = AEB93B40A88D21AA9447005326C7E1D3 /* PBXContainerItemProxy */; + }; + E5AAC413FE234F874D84E8F68E43B93C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = CE89130C17BF59C678B960F826E6BA8E /* PBXContainerItemProxy */; + }; + E5CE07B0EA783E6346151018952E5608 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAV; + target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; + targetProxy = 586E6542D7020CAF09C2DE8DDFB33E5C /* PBXContainerItemProxy */; + }; + E6009D3EA13758323BBFC70E7A6D8282 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 09848A82E58A368B3F65BCBDC1D86008 /* PBXContainerItemProxy */; + }; + E66C058348E33E9FB0A45E156EF65EFB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JitsiMeetSDK; + target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; + targetProxy = 1457C40DD4B357BCB5CA31DE7C777D64 /* PBXContainerItemProxy */; + }; + E6CB53435C056C09762E4143C2E5920A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCAsyncStorage; + target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; + targetProxy = 1B97C0F8FE25244238F675B24D5CD28E /* PBXContainerItemProxy */; + }; + E755385A82F8F5D6FE5A396E37B39BC5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactNativeUiLib; + target = 037A1F31C4D99F52EC9FD2008FEC481C /* ReactNativeUiLib */; + targetProxy = C0485A64D10A7821F1E9192BA7AEF4F0 /* PBXContainerItemProxy */; + }; + E7A66B2BB50B676D3258BF119780552B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = 246822493F471A34CE1A2AABDB4AA3F0 /* PBXContainerItemProxy */; + }; + E80774BDA7CB381A61625A856FF799B6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "OpenSSL-Universal"; + target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; + targetProxy = 32A03D3CC33A41DD5FD8652F87C29368 /* PBXContainerItemProxy */; + }; + E83CBCBA42F794B810CF30C5FAC05337 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 836A76364E385D6A3AE741C371DD2B4B /* PBXContainerItemProxy */; + }; + E84BB57927A08B336DAE30251E9219FF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 05B912C1EA69924BBD5D9C6FD184040B /* PBXContainerItemProxy */; + }; + E8980607CC21E2070C5815700D7F971D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 6CA9BE293253DCF7BD72FB908DA70616 /* PBXContainerItemProxy */; + }; + E89CACF3FE51C6E2B7C05EC45EDE7300 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = 97081DC25EC33F7725FDC70E63F786A3 /* PBXContainerItemProxy */; + }; + E98688B3DB5247D29E262FEE95A44D0D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 16403438806AE1CC532A88FBBE5AE076 /* PBXContainerItemProxy */; + }; + E9B817B74ED3D6CB7CB299E9793D7E48 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFileSystemInterface; + target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; + targetProxy = 8FFC67EBB3F2B2CF443509C39C393CDE /* PBXContainerItemProxy */; + }; + E9F548BD3AD628DDE1F74CABC53A1428 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = libwebp; + target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; + targetProxy = 63350BB150D15A098BE68CE47A9EA896 /* PBXContainerItemProxy */; + }; + EA3B0DCEBAEE9339811DD892CF9FE32E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-cameraroll"; + target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; + targetProxy = ED6E8BD38C4AF3A595723ECB1788EFC5 /* PBXContainerItemProxy */; + }; + EA422AFAEF5E4129FB3325D7C8B7FCE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = D6EAF9B8E2DD5138A16C06408B606229 /* PBXContainerItemProxy */; + }; + EA46D2BA1BDAC92F28AA2310AAE6C717 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMImageLoaderInterface; + target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; + targetProxy = 609C719C129CE760CA05805239863AB2 /* PBXContainerItemProxy */; + }; + EA6A5A839907493BF010D51531D566B6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 3670447C031E77F43ABCB5477063E0B9 /* PBXContainerItemProxy */; + }; + EA8AED4397663507BC138EEDC612347C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = A3911E85749F46E86A3FF53BCAF43770 /* PBXContainerItemProxy */; + }; + EAE6C132F2212E65B2EA7D3AC64AD1BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = EF79B334E8B98F5D754CA2647D9684A8 /* PBXContainerItemProxy */; + }; + EB64AC446144574DE453F5F259615D48 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 359C609CDCF996711A53C76FCD133AEE /* PBXContainerItemProxy */; + }; + EBEF21FF707B0C75077DCA432F1ACC61 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 1EF3886BD1C7F4FF2919C885771FAB05 /* PBXContainerItemProxy */; + }; + ECD975C7D95A45B8FEE24CB83330BAC8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMAppLoader; + target = C452F579644C83E8D8E36EC24A9BBD46 /* UMAppLoader */; + targetProxy = 4E35666AB3570E91D2FD9CEB1E38F8FB /* PBXContainerItemProxy */; + }; + ECDC7AAAE49727DF01045618A5C91711 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 8911D112ABF61548CC4BD84673FDF958 /* PBXContainerItemProxy */; + }; + ECF6B65ED5996EE4371118C3A2DB64A1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNGestureHandler; + target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; + targetProxy = D7C55B766D3E510B5BA68A93F67F36F7 /* PBXContainerItemProxy */; + }; + ECF94764E04A4BDEE8FCD1F2573D565B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNReanimated; + target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; + targetProxy = 6A8815C5EAC2B418E3251B4BFEE57C4C /* PBXContainerItemProxy */; + }; + ED4509C21A4BB08B3904EF2E0893AEF5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 2BFE433967167E50BA33F0305310FDFC /* PBXContainerItemProxy */; + }; + ED5FE9A1F5767FE5C9870D5874D8FA23 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNVectorIcons; + target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; + targetProxy = A026950410EA44F1CDC0FB9E18961EA1 /* PBXContainerItemProxy */; + }; + ED6677A38A36295465B8E97A7B8B5335 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = D0653229E0FC4FDF97B8131EB525DC4A /* PBXContainerItemProxy */; + }; + EE5AE3B201B288006C437EAB7C36CFF2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNRootView; + target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; + targetProxy = 857B5DA813F67DC85AB9B6DE895688FE /* PBXContainerItemProxy */; + }; + EF83086665A4D19AFCA404300C2E348F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 78A5EC2126D765F2BAF170530FD81B22 /* PBXContainerItemProxy */; + }; + EFA6FDB8470919C6F1D66116A304C8E0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = E048441CF45A6572026272C6AD1800E0 /* PBXContainerItemProxy */; + }; + EFF1774616A3385BC379CC5802BF8308 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 70D1CFE3D71009B17C0312C20A4A5412 /* PBXContainerItemProxy */; + }; + F0E342A06F1B804C826F1712B5A6E191 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-DoubleConversion"; + target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; + targetProxy = 33888C138D9CE0AE7BA93926BE8AD2B5 /* PBXContainerItemProxy */; + }; + F120AA76C0CF393662DCC4A293673DCC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = E8C12A9C913D9CEAEE588D64EE3D488E /* PBXContainerItemProxy */; + }; + F17458F3936BDFD259B8BE14849AF4F1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaLibEvent; + target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; + targetProxy = E7A7D33EE80A4F18B6AE152982E2D2D5 /* PBXContainerItemProxy */; + }; + F20E655A8369D4CE8F2D332723A375C0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-mmkv-storage"; + target = 74DAFD196634D10887C9A4E7BA19A5E4 /* react-native-mmkv-storage */; + targetProxy = C7B8BBEC3F797FBB06E6910BC36042AA /* PBXContainerItemProxy */; + }; + F2168DBC6DDF76DFC45751E8802DB5D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 5DE0562B9644EA838924D14AC3DC1500 /* PBXContainerItemProxy */; + }; + F225677CCA41A6FD6892B57976A20BCC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMSensorsInterface; + target = 2038C6F97563AAD6162C284B3EDD5B3B /* UMSensorsInterface */; + targetProxy = D7CB6E340FD5B2EC92184E8DBC6479F8 /* PBXContainerItemProxy */; + }; + F29A95C1F42B4F2F6B94E5D79E08EE5E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMConstantsInterface; + target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; + targetProxy = 17A03565A155A182C72F0E33F069ADE9 /* PBXContainerItemProxy */; + }; + F3106DB3DC8EE20ECB3E63A5EC9A96AD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = FDB0B68FECF72EE23EBBE6A242C72AC0 /* PBXContainerItemProxy */; + }; + F43CFC5DE38971E710D5FC732AEB5147 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = 05E997A8854DF329E9D8F924FC6554A2 /* PBXContainerItemProxy */; + }; + F46EBCDBE7A3E04EEE5D765AA1B5DFE5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCrashlytics; + target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; + targetProxy = 4C84C176E24BE3B0B5E0E1BF28F05C47 /* PBXContainerItemProxy */; + }; + F4AA63FD547961883C84C7381ADB8933 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BugsnagReactNative; + target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; + targetProxy = 2E7610C981EE4F5905D2189314FD084C /* PBXContainerItemProxy */; + }; + F57BE0A5214B282CEE675F67A529B031 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 082FDA192CF7C2E314E8AF551B48EFD6 /* PBXContainerItemProxy */; + }; + F611E3325D2A03B9804FFA0BF7C42795 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 5C3621531033FC4622F71F4C29539E78 /* PBXContainerItemProxy */; + }; + F700E5A5CE61D4990A996DC66E01A61F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-cookies"; + target = ADC4ACC657481AD27F9936D08FF7F49A /* react-native-cookies */; + targetProxy = 5E6C81B39427A23A0D394264DE036830 /* PBXContainerItemProxy */; + }; + F8CCE0891F7FB6EF0EAFE7F299E65828 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNBootSplash; + target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; + targetProxy = BBD7CC6D4477D49BC90B69D2685BF96D /* PBXContainerItemProxy */; + }; + F8E1BA5020583EA8781D736694065ECF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-restart"; + target = 3ED96FB9FE1D18D5F1239C60A109F98C /* react-native-restart */; + targetProxy = 3A7B5B894DB0DAF71F34FBDBCEEB2FAC /* PBXContainerItemProxy */; + }; + F99E2D7AA197C91F1E2A62C735FF948D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMReactNativeAdapter; + target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; + targetProxy = A17FB7DE39C0B238952C33153A7333A7 /* PBXContainerItemProxy */; + }; + F9D832B6EA8D2166F017D86C295009E6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-safe-area-context"; + target = BD9A27D8398DEB3205D3F8937B0672A0 /* react-native-safe-area-context */; + targetProxy = 36630111F6745E927FA4269BB8352CD1 /* PBXContainerItemProxy */; + }; + F9FF0AC6F4955C69A9C94B88B566A1F4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 00BF4B08D619918F2583E947C3AC6AC1 /* PBXContainerItemProxy */; + }; + FA21E9E249DF91BBDD4D6D7FEF8B11D9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = 3A8DA1B4BDD8B029B6CD2EEABE7454CA /* PBXContainerItemProxy */; + }; + FA9687B47F265456C2AF8A4BB369CDDE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 986B785DA72A0BEFEB2B3E5E6889D852 /* PBXContainerItemProxy */; + }; + FAD27F1BA7B870AC7EA8DA1E7593BA19 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDateTimePicker; + target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; + targetProxy = 9294F1249A8B3510DFAA084005DE0130 /* PBXContainerItemProxy */; + }; + FB6E7AFF216542C43C51A3146675EB41 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = 0680FF2EBF9CFDAA8083AFD96304A490 /* PBXContainerItemProxy */; + }; + FBBBBDB8D48BBB924E9027BDE7B7F109 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-blur"; + target = EEBB8D24F2B3531A5C5DAA668D02331F /* react-native-blur */; + targetProxy = C8FCF8A39B6EAA5A1E443E1F80C53CC0 /* PBXContainerItemProxy */; + }; + FBBCB2B74904484D63ADAC6DADDB4B41 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = 24DE4BC4C0F30270091EBA6E73D438E6 /* PBXContainerItemProxy */; + }; + FC4BB2F7A39396822F6A8E832AA37DD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 41553C782F94C858AF14C1763EF9C62C /* PBXContainerItemProxy */; + }; + FC843D6D048D4781E40629A4FC6757C8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 75625BFC95F388D5B28AD40E2A23BF38 /* PBXContainerItemProxy */; + }; + FC87AC7A71D2F9A18D99084206426D34 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBApp; + target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; + targetProxy = B9F853391A5274ED28D2AB5E50E69985 /* PBXContainerItemProxy */; + }; + FCA0506489C4B82F843362F18B3C7A40 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-netinfo"; + target = EC577C5CB1DC59A7464ECEF266A75B42 /* react-native-netinfo */; + targetProxy = 1057D15B74123F453D1BD7620D13BA25 /* PBXContainerItemProxy */; + }; + FCDE7122E881D728823ECE01E6B6A7C0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAppleAuthentication; + target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; + targetProxy = 0181287EECAA2DCF33E85AAEB10D2A35 /* PBXContainerItemProxy */; + }; + FD17267F1F77F27A6BBF322041A24505 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 80977374DC961BFABB6093D11E83B61E /* PBXContainerItemProxy */; + }; + FD300B20ED1DA5DC1D66908FF76C4F6F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNScreens; + target = 214E42634D1E187D876346D36184B655 /* RNScreens */; + targetProxy = 882A291AC39BDD42065282618327E5F1 /* PBXContainerItemProxy */; + }; + FD51C31DFABE7A04801CD238170C0C70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = 88E75771E21DAE21242B1D307436EEFC /* PBXContainerItemProxy */; + }; + FD70F4D2D41270EB42D3CCED6E58111C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-extensions-share"; + target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; + targetProxy = DBA998B27119199F6368B45CE30DBF50 /* PBXContainerItemProxy */; + }; + FDD711D6E3F9842F7F6FCD162DF58EC1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 8A7499CA124BE50365E5768532E4811D /* PBXContainerItemProxy */; + }; + FE4ABFAC22BED8C8A08E80B773AA9731 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = AB15C25FD76BE8FFDC66323EF16FE906 /* PBXContainerItemProxy */; + }; + FE4FD4DE47AFFAD011AB0F2649712CC4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 2BB394C4B6312F38715D609E97CC2D44 /* PBXContainerItemProxy */; + }; + FF42D11F3254C92A75E1B55178DA853E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = F97B8E4FE33B53FC4154CFA93C605D32 /* PBXContainerItemProxy */; + }; + FF534AE6DB7B66117F1C874A99F24B00 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = 94481CB6AB4167C9E2B8C6DEA32255E7 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 00346BC8A579C120FF2062634D9C6B42 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7543099DFCF3098C6A1B696B827EECE3 /* 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; - }; 00585F65DCD8DAF8DBD0363AC21770FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 01909B7DDF257968495FBC40CF5795D9 /* BugsnagReactNative.debug.xcconfig */; + baseConfigurationReference = B9847C0465F18EEF9E4443115F5C978C /* BugsnagReactNative.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32601,7 +32465,7 @@ }; 0108C466213A842904DE4745A5461B23 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 788CC0E370887A3B71DD1C573EF30B1F /* EXAppleAuthentication.debug.xcconfig */; + baseConfigurationReference = 7D662423968EB9DAC7B3F8BBA6888E61 /* EXAppleAuthentication.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32627,7 +32491,7 @@ }; 01D14AB23FAA5F98813B68B15F47A97E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 674C5AFA6B8658F9E0228FA349267BE7 /* RNLocalize.release.xcconfig */; + baseConfigurationReference = FA6B3C349713AABB32DF41A57CAB881E /* RNLocalize.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32651,33 +32515,34 @@ }; name = Release; }; - 0278AAC31EEE2A8B1F78388E7E895BDB /* Debug */ = { + 033FEF0AF8927AD062B19A452159E597 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1805431BA300537A75B6F3008ECABF8E /* FirebaseCoreDiagnostics.debug.xcconfig */; + baseConfigurationReference = 67DF051E655B8DB6FF36A044D88E2193 /* 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; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; - PRODUCT_NAME = FirebaseCoreDiagnostics; + 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 = Debug; + name = Release; }; 0347D3E292B97FE46B9749A84BC11588 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CBF17D8B18C07D001A2A6430326B6940 /* react-native-webview.release.xcconfig */; + baseConfigurationReference = 9BCFC2F04C83164EEEADD25EA93E97CE /* react-native-webview.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32701,35 +32566,33 @@ }; name = Release; }; - 03B1149496F120D1F8A32161B9574FDB /* Release */ = { + 0383D9E67E328B9D20B644C78FFB8C07 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B3DF9F54431589035E19C4BEFEFB525A /* Flipper-RSocket.release.xcconfig */; + 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*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Flipper-RSocket/Flipper-RSocket-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + 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 = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RSocket; - PRODUCT_NAME = "Flipper-RSocket"; - PUBLIC_HEADERS_FOLDER_PATH = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; 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; }; 085EDE8532AF45E3B73429C47189A3E8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7AD97723A063BF19FEC68DF897D27118 /* RNReanimated.release.xcconfig */; + baseConfigurationReference = E6CCADDB3CE0BFB0AC3ACC446F192C8B /* RNReanimated.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32755,7 +32618,7 @@ }; 08E2461374E02C28A465B15A10DD303E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 73A98A77CD3A29D350923E4ABEFB2250 /* MMKV.debug.xcconfig */; + baseConfigurationReference = F21C7F8C02C316554FC041B6CC0F60D0 /* MMKV.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32780,7 +32643,7 @@ }; 0A0E6214D07BB47739004A51C7369DDD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B6B6A672610F67995E4F13D33640D278 /* BugsnagReactNative.release.xcconfig */; + baseConfigurationReference = 6259B2F638F3B917E8ABD305AD69BA94 /* BugsnagReactNative.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32804,9 +32667,90 @@ }; name = Release; }; + 0AAFB00A8E9CC7062CCA4710EB53C17A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E00298D9782B34D5694E8F35A5959DF4 /* 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; + }; + 0AE760D0517FBE64F0094EF3D56ADC4A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7BC7C20A82545EF6315557F7AA7D849A /* RNFBApp.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/RNFBApp/RNFBApp-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.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; + }; + 0AFED5AA89F417F654448D8F96D8A790 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C1F9043EC48EA159C734534F3D888B52 /* 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; + }; 0B42755D4DB1F814A30755F6846F9FFB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 808921C767EAB2224EC8F726671E4FC1 /* ReactNativeART.release.xcconfig */; + baseConfigurationReference = 4AADB7D800B05BDF25C9C275A69158BD /* ReactNativeART.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32830,15 +32774,40 @@ }; name = Release; }; - 0EC8F41457242D86314C7170FAB4EFBC /* Debug */ = { + 0BE880D556AA51ECC93247399490A630 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43C0C1192214C8336CF88696F0FA25FF /* OpenSSL-Universal.debug.xcconfig */; + baseConfigurationReference = F04E92904E80D8BE551A083F1BF682F4 /* 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 = 9.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; + }; + 0D7C234C85EEB0164956A18F9585EA6F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 44B62B09BBBFE6BA1FA4B96AF2FDEEE8 /* 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; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; + 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"; @@ -32847,7 +32816,7 @@ }; 10822A7A03FF7C46AA5713F43522E531 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4BE13D3415FC9EA0B6B7AC5D8198F10E /* React-CoreModules.release.xcconfig */; + baseConfigurationReference = 575080636316C9C74D251F9C23BA8A40 /* React-CoreModules.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32872,9 +32841,35 @@ }; name = Release; }; + 134DC3AA1E6A4621ED6C680EEE7C681E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9E3D7AC2DF7B7DC83F52770E17B57B6E /* 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; + }; 135C691B9CBC76093532F63552917B4B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6CF4924C7417E63EAD4938C35BF7B198 /* react-native-orientation-locker.release.xcconfig */; + baseConfigurationReference = EA45E30E4E43320F25A04D609C8041B9 /* react-native-orientation-locker.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32898,25 +32893,9 @@ }; name = Release; }; - 15E26D19AD58A030F183FF46AD865DEA /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DF69CE3746862703D411272E0A4E919E /* React-callinvoker.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; - }; 16AA0154D3837FC4C44F6909CAF079E4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ADD650387C1E7CEF9B37C0B2673F90A0 /* RNImageCropPicker.release.xcconfig */; + baseConfigurationReference = 4EC822D3F9EFBCC42259B22CF249D798 /* RNImageCropPicker.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32942,7 +32921,7 @@ }; 16B61979BF8FE08400FAAF42434F81B0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A541A11F55CD544A3836D2DD8E6D3BE2 /* CocoaLibEvent.debug.xcconfig */; + baseConfigurationReference = 5ED7F7740A8D6D4B03C0446CBA303729 /* CocoaLibEvent.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32957,7 +32936,7 @@ }; 1A2D2B8780D72D2E7930B048F99C7AEF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 075E2316CDBA184F5871EC6E2F260E62 /* react-native-restart.debug.xcconfig */; + baseConfigurationReference = 7B3F59658E57482C1200E46EC0892F6B /* react-native-restart.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32982,7 +32961,23 @@ }; 1A8AC6BD524C6BC798924603B66A8044 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8E78CAA2C10634D2A26FEDB8001B4CA1 /* UMFaceDetectorInterface.debug.xcconfig */; + baseConfigurationReference = EF1291240449E1935AA8240147EE61FF /* UMFaceDetectorInterface.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; + }; + 1A8B46814796521B7D21F0B780712D57 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F9DE584754347DFBED8F7EAD5C268373 /* UMFileSystemInterface.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32998,7 +32993,7 @@ }; 1ABE1D128B3F0307F9D20E20083FABAA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 97F22FD130D38E6FE56D88111261AF31 /* EXWebBrowser.release.xcconfig */; + baseConfigurationReference = A473B5FF841E39F0B4A1D5ABB8081EDA /* EXWebBrowser.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33023,58 +33018,9 @@ }; name = Release; }; - 1B392EB7BBE18918383044433F147DC5 /* 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; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 1C3C327A782A8D4409B8FD27A47A59CA /* Release */ = { - isa = XCBuildConfiguration; - 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*]" = ""; - 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"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 1CFE88A76538D02382248941B2C0067F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C63973463770DD60DEDCCF09DF20C477 /* UMAppLoader.debug.xcconfig */; + baseConfigurationReference = 225781FF47C297361440E8C032539F8F /* UMAppLoader.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33098,33 +33044,9 @@ }; name = Debug; }; - 1D261D4B9CB1E7DC39D103CB3445FC20 /* Debug */ = { + 1D94B882AE38B68C1FCBAD74044CEEB9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 04C9072E8E73E49E527671FED550BBA8 /* Pods-NotificationService.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-NotificationService/Pods-NotificationService.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; - }; - 1D448FD009678DD68D68FCD86684C992 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E7C60AF07EF19BB35D82B97203A33BF9 /* UMCore.debug.xcconfig */; + baseConfigurationReference = 27DFFA4EA6EFF9F6159E5B11883AD9F6 /* RNFBCrashlytics.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33132,13 +33054,39 @@ "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/RNFBCrashlytics/RNFBCrashlytics-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 = RNFBCrashlytics; + PRODUCT_NAME = RNFBCrashlytics; + 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; + }; + 1DFA3248C5363852D11D0F7940BBA3F6 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0F46C792AF8A4B5317C9699D9305928A /* 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; @@ -33148,9 +33096,36 @@ }; name = Debug; }; + 1F51BE5A9C437261C01F6A310B4DA332 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 28E9390A26FEFF851CA2CC4BC4483A2C /* 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; + }; 1F90A2C5A78F00D900E1DCA48FD307B6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D7B4402BB41860A4C9052FD22D07DE73 /* RNCMaskedView.release.xcconfig */; + baseConfigurationReference = DA21801DA4177C2CDC8D490E412EF775 /* RNCMaskedView.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33174,9 +33149,35 @@ }; name = Release; }; + 1FAC7E6715AE6B1F12DC61FA7B4F43CA /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1E6FE159B1965C31B55B73659D05A4CF /* 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; + }; 22484930B6D46E07F261091E83A95EEE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EC219E2FACBE9683563E1C58A5DB61C3 /* rn-extensions-share.debug.xcconfig */; + baseConfigurationReference = B4FB06E2BE4FFE3B38810942EAADF267 /* rn-extensions-share.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33199,36 +33200,9 @@ }; name = Debug; }; - 22D8CA17F7B20938F47AC573E6C9A2B6 /* 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; - }; 2496DFBAA294BB49D90637669DD67732 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7C420411B1148BBC0AD7C9DE767407D3 /* RNBootSplash.debug.xcconfig */; + baseConfigurationReference = 43DC3D669ACA2BAF23F2586BCEE2997F /* RNBootSplash.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33253,7 +33227,7 @@ }; 257D2762CC305B1CA0E8BA95EF20434A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E4EDC844B935E417B08F6DD2F53A5230 /* react-native-safe-area-context.debug.xcconfig */; + baseConfigurationReference = 92210A25F36196F04A7369850C7B324F /* react-native-safe-area-context.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33276,104 +33250,9 @@ }; name = Debug; }; - 259762C6289A05593342280FD2F045F3 /* Release */ = { + 299C74AA6AB4A7069321B701BDBE813D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0F5C12C810D661E04E6C88E19F4F1022 /* React-RCTNetwork.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; - 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"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 25C2F82475AD9547B497B27665BFE5BC /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 211EB030992454A91CF18D3C476C3ED6 /* React-RCTAnimation.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-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"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 26C28667592B12A8E8B81B16B7ADE210 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 510A56C0C0869F304ADFA58AE135F71B /* boost-for-react-native.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; - }; - 26F88B4D24B19C2A25971E3193DA6FDC /* 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; - }; - 284CA3D07B29CA819FD96D8F4D8CC169 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7A89E4A30B0E3CDA97DDDF57758BDC4E /* RCTRequired.release.xcconfig */; + baseConfigurationReference = 17221403CF98BD5965EABF49B27D2406 /* React-callinvoker.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33388,34 +33267,9 @@ }; name = Release; }; - 296C3EAC2895088FCE6939931E139D00 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F33A8BB2F0560B24EA69F8E08E8AB281 /* 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; - }; 29C3E314DB4897EDDAF98A807F427E18 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0A14EFF149F4510495C44C02DDE6539C /* FlipperKit.debug.xcconfig */; + baseConfigurationReference = D8EA726E3874E7D7DB82C52783A4165F /* FlipperKit.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33441,7 +33295,7 @@ }; 2A57F02F073C8EE682B34DE95CEFC2CE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FE8F2233EDDB14A8B4B142BCB0E4E62D /* RNVectorIcons.release.xcconfig */; + baseConfigurationReference = C5677B6C2E6EAB808D5F1D97E92F9D37 /* RNVectorIcons.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33467,7 +33321,7 @@ }; 2A7B9923A025C9FD5DA7D60F3BED10CF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 940FC5034C5012B724903EE9C30582D3 /* UMReactNativeAdapter.debug.xcconfig */; + baseConfigurationReference = 21522FA91FBED0B4D7F540BE31B9B235 /* UMReactNativeAdapter.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33493,7 +33347,7 @@ }; 2A814AD419EFEFB028BA5AA9087304A0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CD715A86FB2F7BB0788591940C27B2E9 /* react-native-cookies.release.xcconfig */; + baseConfigurationReference = 9BB219A3250693C82212D97EEC6C1532 /* react-native-cookies.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33517,9 +33371,25 @@ }; name = Release; }; + 2A97B379E39595CCACB769412A0B2462 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1C181B6F78FE3A1504BD63167B36C163 /* 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; + }; 2B1D1CF3E19848CE2F0FFD9650031F5F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F103531629CE681801F01C363FF0D7B1 /* EXWebBrowser.debug.xcconfig */; + baseConfigurationReference = 14B2A2C968E840931F7144E18FB4F79F /* EXWebBrowser.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33543,94 +33413,48 @@ }; name = Debug; }; - 2B25A4305E3BD352856BE38942B73076 /* Release */ = { + 2B6634142DF922639C54C56203068756 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FC2F869BED46C5294D3A995FD8452959 /* TOCropViewController.release.xcconfig */; + baseConfigurationReference = F7724D327E786A1292F6A69F341AD291 /* 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*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/TOCropViewController/TOCropViewController-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = TOCropViewController; - PRODUCT_NAME = TOCropViewController; + 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; + name = Debug; }; - 2BA0A942925FE60D5696597B28EBBFC4 /* Debug */ = { + 2CEDB09E1253878D032C95382BF9BC5F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 734C8E4BC89C8F01BCC3E27668DC7881 /* UMConstantsInterface.debug.xcconfig */; + baseConfigurationReference = 898242E9454C4550AAA0D784B5D31B4F /* 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; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; - 2C211EFCBF47BD29B47326192C86E970 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8865CD2C51AF956D4A1E7517DCF3DEC4 /* 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 = 2F2647A7CF0BA38680B65DD76DC2660D /* 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; - }; 2EE7477CED0EF45A9B85F8884BE22919 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 74081050700BF5CB49284C13A580DF52 /* RNImageCropPicker.debug.xcconfig */; + baseConfigurationReference = F61838FBFA9DC1EA8FE6C1BF737338DE /* RNImageCropPicker.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33653,18 +33477,28 @@ }; name = Debug; }; - 2F8C05D24C01621B9E3C09251F0AFCAF /* Release */ = { + 2F99CFD8B41020E6A9CEAFCE7A0021BD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C56F4FBA8454587CEF4B2EABB6A7A6AC /* UMImageLoaderInterface.release.xcconfig */; + baseConfigurationReference = AB8B1613B9F8174C252C8F52DDC40226 /* RNFBAnalytics.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/RNFBAnalytics/RNFBAnalytics-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 = 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; }; @@ -33672,7 +33506,7 @@ }; 306B30B972532C61B933FD6D83DC5284 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DD8069EF15FA3E2332D66229065F935B /* RNConfigReader.debug.xcconfig */; + baseConfigurationReference = 9F76FD1E7CC4AD6B6A0D4B9AECBE5B53 /* RNConfigReader.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33695,78 +33529,9 @@ }; name = Debug; }; - 3123B551A3EE7955088B9A55138D5415 /* 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; - }; - 3168C0C50D72FC24FD91F8EE942C4657 /* 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; - }; - 319D93C25C4B6C3E0AA156CBF7D7300E /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C74F1403727AB3EC02EA01887CFA5016 /* Firebase.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; - }; 31E84E0F2370347830137DC5F187B48B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 51334732F12041BFB4175B22F9949C71 /* RNScreens.release.xcconfig */; + baseConfigurationReference = 6156DFC967BA34C1F52F4C9FC186C386 /* RNScreens.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33790,42 +33555,35 @@ }; name = Release; }; - 31FDB76878F35640CB9C117AED83EC71 /* Debug */ = { + 31FD74A64E1E50DB872C19AB78D63A1D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 462B8FB3666CB1ED940C4ACDDFB78B22 /* 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; - }; - 321A45BF474BAC18B8C03FE9E299B927 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A6678CC1CBCEE8A33CAECB64471FA9E4 /* GoogleAppMeasurement.release.xcconfig */; + baseConfigurationReference = 44B3BD8BA9B2B34BABEBD823E619F90F /* React-RCTVibration.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/React-RCTVibration/React-RCTVibration-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTVibration; + PRODUCT_NAME = "React-RCTVibration"; + 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; }; 333C065553B31C04ADF1571A7834855A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 777A6CEA1DB169E129FEC44F494A83BF /* Flipper.debug.xcconfig */; + baseConfigurationReference = D2BDB1088A70F74E98A3165BF3966C41 /* Flipper.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33850,7 +33608,7 @@ }; 350E549B9D9AFA7C44AB9D907104BC96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 18615B7AD54983D86DB88848732FC3C1 /* RNFastImage.debug.xcconfig */; + baseConfigurationReference = 8A629F097736E5635D52E432873B9D16 /* RNFastImage.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33875,7 +33633,7 @@ }; 351669C9D9B6E760A1FFDA38509E07C3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8E6EFC487486E9E37740026A3857CF15 /* RNLocalize.debug.xcconfig */; + baseConfigurationReference = 595E6273549FEF1B6AE41CE9CD64B2C0 /* RNLocalize.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33900,7 +33658,7 @@ }; 35BB07AFAF2489D6E6B1371C8B6FC80C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EC89D9ADE465DD4095779743A07CD76E /* EXAV.debug.xcconfig */; + baseConfigurationReference = 51557B438EB2E9ADE3BBFF90A6B0F97F /* EXAV.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33926,7 +33684,7 @@ }; 365354509D9C21A6A99C16F71A69B955 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 96029579371D4169676428C15CAC1507 /* react-native-background-timer.debug.xcconfig */; + baseConfigurationReference = B3EC0898520B19FFC8DAA14D066B2A02 /* react-native-background-timer.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33949,9 +33707,25 @@ }; name = Debug; }; + 389EA194564C37B7C61F5B8B4FBF30D5 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7AD5BFB07650E19A0E80836E426CFB00 /* boost-for-react-native.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; + }; 39048FDB453C1BFAAB89D97B145921E3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB3DDB4876F896E8B1AE447F6B120FA5 /* CocoaAsyncSocket.release.xcconfig */; + baseConfigurationReference = 82A831150287E2B6742F9FDD0B20B96A /* CocoaAsyncSocket.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33975,9 +33749,34 @@ }; name = Release; }; + 396D3C01C84214084BE6F2079A18DD87 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D4419DB95D20EB18F7D647B2AB05E192 /* 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 = 9.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; + }; 39E658BFB6AA16170AC332C84B7A8FD2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 10A07E6001A83CEC9DF53CC50DDD02C2 /* EXLocalAuthentication.debug.xcconfig */; + baseConfigurationReference = 9E4B1567BBF75266EACED272544C3413 /* EXLocalAuthentication.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34001,36 +33800,9 @@ }; name = Debug; }; - 3B110A786600809C5EE6C893435780CF /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8DA30566DC8E188328E58AFAAB0A8378 /* 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 = D93F63F5CC32EB673EDCE49317E7742C /* RNScreens.debug.xcconfig */; + baseConfigurationReference = D316997E6EA8C814B260DDABDD2CA8E5 /* RNScreens.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34055,7 +33827,7 @@ }; 3C6C400C2D5AE4C140D1CE46C3ED3F9C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1FD64C9F6F1D5513F497F91D41E1A7CC /* UMTaskManagerInterface.debug.xcconfig */; + baseConfigurationReference = E9B62DB6FE8AA1AF872D1C50930F4FF9 /* UMTaskManagerInterface.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34069,47 +33841,23 @@ }; name = Debug; }; - 3C75C521C18106455172257F4A2396B8 /* Debug */ = { + 3D5217B083BFD55B5F63AA09422E74EA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D92E023773E4D45C62791204E1A10E9C /* RNFBCrashlytics.debug.xcconfig */; + baseConfigurationReference = C4B932655D78971B513A6D350F07F5BB /* React-RCTAnimation.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/RNFBCrashlytics/RNFBCrashlytics-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + 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 = RNFBCrashlytics; - PRODUCT_NAME = RNFBCrashlytics; - 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; - }; - 3CDD36D8549E1F4DB1899F1EFF21199A /* 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"; + PRODUCT_MODULE_NAME = RCTAnimation; + PRODUCT_NAME = "React-RCTAnimation"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -34120,35 +33868,9 @@ }; name = Release; }; - 3DD1D67721F3F608E71D7933917EE05C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DDB1481585DD67DAAE7FDEFC82C66283 /* ReactCommon.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/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"; - }; - name = Debug; - }; 3DD506842A625431AD29113DA971F4B1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D6C7E955A289B723B89E0A05BA003614 /* Flipper-PeerTalk.debug.xcconfig */; + baseConfigurationReference = 7A5C2E6F340166ED4726B51434A26B02 /* Flipper-PeerTalk.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34173,7 +33895,7 @@ }; 3EF4F733E0263A0A5C9664CDF8852B62 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A96C9D624CE41913C45DAC707A95C7AE /* EXImageLoader.debug.xcconfig */; + baseConfigurationReference = 87D97C01F9496534C3408DA8568BF74A /* EXImageLoader.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34197,28 +33919,26 @@ }; name = Debug; }; - 3F25406BC987009CD58215A93180E2BC /* Release */ = { + 3FE3488C577B86848E86C6EAFE4C8C3D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 296FE652533F7B4A228BB78544E90129 /* React-cxxreact.release.xcconfig */; + 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*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-cxxreact/React-cxxreact-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + 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 = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = cxxreact; - PRODUCT_NAME = "React-cxxreact"; - PUBLIC_HEADERS_FOLDER_PATH = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; @@ -34226,7 +33946,7 @@ }; 4196DE35CAD463258426CDBC8A8080B4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0D7B3D155511D245A98DF92E2FADACEC /* react-native-jitsi-meet.debug.xcconfig */; + baseConfigurationReference = 6E6CD8C8D5D961C2A32A92C9641D5670 /* react-native-jitsi-meet.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34249,34 +33969,9 @@ }; name = Debug; }; - 42377AEF19CF59F36FB7917A989EF2D8 /* 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; - }; 43006AD3CA2B3CDC0ED6122642692885 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0986669E69C41DF562CD7BFB7F72901A /* EXVideoThumbnails.release.xcconfig */; + baseConfigurationReference = 430D63F3CC6C06189CAF4A6C0C7E59FB /* EXVideoThumbnails.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34303,7 +33998,7 @@ }; 43FD8FC5E3AEF2DAD14D3B18A43381EE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ACADC6F13687922FC2AC6436B9E0E00C /* React-CoreModules.debug.xcconfig */; + baseConfigurationReference = A3E7E2A6B7A95EF68D0C44BB708B47BB /* React-CoreModules.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34327,25 +34022,9 @@ }; name = Debug; }; - 44A1911298B33D1684C987CBFCC753E0 /* 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; - }; 452A6A33E111B1718D3C3EA700068412 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6579D1FA3ECBCF4C34D2D0372364D28F /* RNCPicker.release.xcconfig */; + baseConfigurationReference = 65F096EC62AFEC1C476843CCEC61C836 /* RNCPicker.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34371,7 +34050,7 @@ }; 4555D131CF85031582E48F2F9396BF87 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F34594A83A4070F814BCA781477A48EE /* RNGestureHandler.debug.xcconfig */; + baseConfigurationReference = D3123555C9438913E21E5CED460DA6FB /* RNGestureHandler.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34394,34 +34073,51 @@ }; name = Debug; }; - 46B30C33BF229B795F1901873B64A1C5 /* Debug */ = { + 45A7EA2AD5E1883DB580ED5C061EFAD5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 75142469360160A29114C49BE60A9BA9 /* react-native-notifications.debug.xcconfig */; + baseConfigurationReference = 625A76F204A94480B8EC729EB40F3494 /* 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*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-notifications/react-native-notifications-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_notifications; - PRODUCT_NAME = "react-native-notifications"; + 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 = Debug; + name = Release; }; - 4736EF55BFAA5758771FDFAAA1EEA457 /* Release */ = { + 4767A7CA3E3BE5F619D2BEE79A72618B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C44B1AA0010B4FCC3299ECE2838C11ED /* YogaKit.release.xcconfig */; + baseConfigurationReference = 4EC822D3F9EFBCC42259B22CF249D798 /* 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; + }; + 48006E2B0DE631546E2EB2242D54FBA1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 111DB39BFB58274F51C7578EA220D5C4 /* YogaKit.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34442,13 +34138,12 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 4.1; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; 496CE5CB645BE6032E5C5D35E7868A96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 982592451D0DE8980AFD643B11087C21 /* react-native-blur.debug.xcconfig */; + baseConfigurationReference = A95643A0F1F8BB8460EDDDABE5073E97 /* react-native-blur.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34471,9 +34166,58 @@ }; name = Debug; }; + 4ABA68122DAB11706F112A9C0E1C9D13 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = BEDBED46C9744D625482EFAC355D3ED5 /* 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*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 9.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"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 4AE979ACC0308E5BC3112E30A1177E1E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 04C9072E8E73E49E527671FED550BBA8 /* Pods-NotificationService.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-NotificationService/Pods-NotificationService.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; + }; 4B80C0B6B88DC847BD605C9572BAB5DE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7DA84AE32131D08F05F5314ADE1BBA82 /* RNBootSplash.release.xcconfig */; + baseConfigurationReference = 43560B7B46D449B5339DF2CEAC96D5B9 /* RNBootSplash.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34499,7 +34243,7 @@ }; 4BA7314297F52E6540B1DD6B034FA0B6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 34CB4921243A458C6638E4EE2C7191CF /* react-native-simple-crypto.release.xcconfig */; + baseConfigurationReference = F811242D0CE314D919360EA5B0C854FC /* react-native-simple-crypto.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34524,35 +34268,9 @@ }; name = Release; }; - 4CE12D872B847D1364FCD70100C74951 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = EB15FA58DABA03A2E737CDAE8944FF4B /* 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 = 025456DD4CC7928CA3E0331F6A4FFA18 /* UMSensorsInterface.debug.xcconfig */; + baseConfigurationReference = 3701C61288C43546478C86B213A78A7E /* UMSensorsInterface.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34568,7 +34286,7 @@ }; 4D9FFA4CA17A3D542C4A55A820DD6B47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 922934DAA3CE50B0BDB5D030664AC7B2 /* UMCameraInterface.debug.xcconfig */; + baseConfigurationReference = 432334A5DB28B315D15D36B738BF2094 /* UMCameraInterface.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34584,7 +34302,7 @@ }; 4DBCE360C534E754DD9273611AF0920E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AB036A82F46A9310AAE2DDA867C9B66A /* RNConfigReader.release.xcconfig */; + baseConfigurationReference = 2CEF496F2C67E0AC05DD56F9D0B4DE22 /* RNConfigReader.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34608,86 +34326,9 @@ }; name = Release; }; - 4E54B3FAAE249652B3A60E4A21D8A3C6 /* Debug */ = { + 4E3E5572A28859DF58E1D6B5FEE6160D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BD30CF3EAED3EB92B072DBD0F03EAA33 /* RNFBAnalytics.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/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"; - }; - name = Debug; - }; - 4FEF1549FF187DEBD3B75F0CD911E86F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E7324BBA7023ED83B4F4001C479EE2E0 /* react-native-notifications.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-notifications/react-native-notifications-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_notifications; - PRODUCT_NAME = "react-native-notifications"; - 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; - }; - 500147AEE9488CEC1AF465A78CC039B7 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 70399F2EB8F2134BFFFC71FD6E8B9918 /* 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"; - 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 = 0E96E97FF12DD5ADC6FD59F7A5CAC807 /* UMConstantsInterface.release.xcconfig */; + baseConfigurationReference = 5C1FD7C375D842573ABF0BD09CAB74D5 /* React.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34698,13 +34339,145 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 5135E0B29C80EFDC4E21B2E595A7A626 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7D35E5FC16524C794DFC1DD6B41B8C5C /* 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; + }; + 52177DF869FDEADDC54E2C4FD5BA59BA /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 39908BB6750CEE5B21E8B7036DBFF4D4 /* 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; + }; + 52A872CCA09F1ECC1284C6BE22A454FB /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CA24A004FA38BBEC541DF7DF6A65E62F /* 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; + }; + 52C41E24493583E5247FD21595FD0556 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4CEC97F6FC7233A1E96AFBC8BE30A29F /* nanopb.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/nanopb/nanopb-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = nanopb; + PRODUCT_NAME = nanopb; + 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; }; + 532F23134CC047F915566179026C852D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4A165E8C512BD78F8E37CA494558605A /* 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; + }; + 5393622F46C09213745F3BA1C2A5D50A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EEA4CC9B97D8B1DF863F7448D02747DE /* Pods-ShareRocketChatRN.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-ShareRocketChatRN/Pods-ShareRocketChatRN.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; + }; 54DA5EA8201F8CE46653A2027CE70573 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6B5047C3DD1E42EF9ECDF97AEA354546 /* react-native-mmkv-storage.debug.xcconfig */; + baseConfigurationReference = AF9E4FA7340F394469317FB9C8C59F1A /* react-native-mmkv-storage.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34729,7 +34502,7 @@ }; 54EFEB42850D0E2A710E1DA4E256F09C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 31797ECEE9994A5DE95878DB158758F3 /* RNGestureHandler.release.xcconfig */; + baseConfigurationReference = 3BC3C904458814464705FE530F2FA4C0 /* RNGestureHandler.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34753,51 +34526,9 @@ }; name = Release; }; - 55040F9F4528366AB0738D595768748B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 12B0789AEB598E09E5751C3F1D291A25 /* 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; - }; - 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; - }; 57B656256E59CE6A3B384FD16049A754 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2D731BF378383620DB3FE06B12D582E8 /* EXImageLoader.release.xcconfig */; + baseConfigurationReference = 38C5D4D4CA90F86E6A81596F13EF4938 /* EXImageLoader.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34822,64 +34553,21 @@ }; name = Release; }; - 58931928B751A7861ED4F34C316B9CD7 /* Release */ = { + 59A13D7A12F0442D55E2DCC5B26CF1D7 /* 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 */; + baseConfigurationReference = AC1069D54926EA7624C69DDA5228DF54 /* 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/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; - }; - 59BD51A20EDC884F8AF19B2D5713C7BE /* 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; + PRODUCT_MODULE_NAME = GoogleUtilities; + PRODUCT_NAME = GoogleUtilities; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -34892,7 +34580,7 @@ }; 59C351BC0241061C2F886AA3809DC8E3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 31BE23E7A03A83154C74D283EA74BCD2 /* react-native-cookies.debug.xcconfig */; + baseConfigurationReference = C87E06808A4209104365841BE37D770C /* react-native-cookies.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34915,9 +34603,37 @@ }; name = Debug; }; + 5B343B98BB47A818C37412476EE3FDD7 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D364AF2B7DC1E93D481F46758C852B0D /* 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; + }; 5B5773DDB035D2B5B24C7C4AC38E9D15 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AFD0C84B95E0A7B2E662AB5EE7E7FD05 /* UMBarCodeScannerInterface.release.xcconfig */; + baseConfigurationReference = 4595B0AE48A3F5F5599F11429A9F46BB /* UMBarCodeScannerInterface.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34932,73 +34648,21 @@ }; name = Release; }; - 5B8E9A01D4B2D0211EE85BB22E41ACCA /* Release */ = { + 5BF68704A01E6B897AEDC998A5B5295A /* Debug */ = { isa = XCBuildConfiguration; - 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/nanopb/nanopb-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 4.3; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = nanopb; - PRODUCT_NAME = nanopb; - 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; - }; - 5C021E5A18C66239DB6EB0742F7F6801 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B16A6B2C6D3CA184F415E6F10CC698EA /* GoogleDataTransport.release.xcconfig */; + baseConfigurationReference = B5D8C6D08301FB18DECACFBF1E81D757 /* 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*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.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; - }; - 5C10219B871D1C1F64123A7EE193A2A9 /* 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; + PRODUCT_MODULE_NAME = GoogleUtilities; + PRODUCT_NAME = GoogleUtilities; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -35008,16 +34672,16 @@ }; name = Debug; }; - 5E5D2C4B16CC86F04BB329BF865E552B /* Release */ = { + 606ACA9FF74CAAFF677A9BE3382DE2BC /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1D5A942DFE226321150CFFF7E10612F6 /* FirebaseInstallations.release.xcconfig */; + baseConfigurationReference = 0736579352E1125A2CF8F5040F42F6B6 /* 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; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; @@ -35029,40 +34693,12 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - 5F9461C8782624B96E32DF4A6330AE6F /* Release */ = { + 6080288AEA9BCF79DEA7F53AD2B47AAF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9A18D04D8D5B88B70122539728A20321 /* 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 = FDE462179675AFD4DCD749537003DF93 /* React-RCTActionSheet.debug.xcconfig */; + baseConfigurationReference = B9F5C222D7595F51ADCCC51504E1D413 /* UMImageLoaderInterface.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35076,22 +34712,49 @@ }; name = Debug; }; - 6178B046DC6DAD27F254239A059E3D33 /* Release */ = { + 6183B68BE1E55EF53ACA0A344BE523A4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6FFEC0B71BAAA2833F594D9DE4A5C56E /* Flipper-DoubleConversion.release.xcconfig */; + baseConfigurationReference = E57240B90298E881904A72EA03679B7E /* 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/Flipper-DoubleConversion/Flipper-DoubleConversion-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + 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 = DoubleConversion; - PRODUCT_NAME = "Flipper-DoubleConversion"; + 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; + }; + 61B5D808F856B5A893A0DB3E912CD601 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8E529A85772839C1339B706558803556 /* 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; @@ -35102,9 +34765,60 @@ }; name = Release; }; + 62A7F0AB9F52004088999292C686338D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 02BB178B95F429C4CBBEA066B2E8495B /* 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; + }; + 652BBD81C2C3594A4BE9B89CB30F9F87 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3CB44C67EEAAB048AF3F3948CBCD800B /* 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; + }; 6626E0DDF75356B939BB71211EC59DF0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 67F3605A00D99C4D32CA121E5A655B1A /* EXKeepAwake.release.xcconfig */; + baseConfigurationReference = 557DB4800D047CED5CE1BEDC2571E37E /* EXKeepAwake.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35129,9 +34843,76 @@ }; name = Release; }; + 66E9230773C79F96AE50438939808C07 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8DB1A6707774A2D80AB10144F384E36C /* 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; + }; + 6872A3571FBE63E2C08ED754245E7E2F /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A400F0258DDD68C773AFB7A034FEE35D /* RNFBApp.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/RNFBApp/RNFBApp-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.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"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 6A6FA50B7F117ED12F5794881144C778 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4C1566837340BF7C0C84C43F777AAA90 /* 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; + }; 6B94BA27ACC1EAC4AD317AA67E84A1EC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B4BB84C0E1EA1C9A6F91AB210E31DCF8 /* react-native-safe-area-context.release.xcconfig */; + baseConfigurationReference = BC3DD4791B7992F11173B48D031DC6DE /* react-native-safe-area-context.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35155,9 +34936,9 @@ }; name = Release; }; - 6C2A4BC6BEB7D95A0F2B978EB73FF6D2 /* Debug */ = { + 6C55EF35299020CC4D9A8AA5F8ED242C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6806B6D0BEAF4BD1FEB70ED0340C5662 /* React-RCTText.debug.xcconfig */; + baseConfigurationReference = 76DDECCD3450DE1ECB69FCA42A4CDF86 /* React-RCTVibration.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35165,25 +34946,26 @@ "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"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTVibration/React-RCTVibration-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTText; - PRODUCT_NAME = "React-RCTText"; + PRODUCT_MODULE_NAME = RCTVibration; + PRODUCT_NAME = "React-RCTVibration"; 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; }; 6D4A190682DC23C0259B3828452D0D8C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4465D019EC460685C91E7859BB5BDD47 /* ReactNativeUiLib.debug.xcconfig */; + baseConfigurationReference = 5E7F86B07F68DD7EB3AFAAC41197DBA5 /* ReactNativeUiLib.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35206,111 +34988,34 @@ }; name = Debug; }; - 6D7F9A2BDC74C558C1694F127E8EDE56 /* Debug */ = { + 6E1A65487D38BED62E4895DA43695E27 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EC1C9B822559D0FDF6697E13C613AF9F /* React-RCTAnimation.debug.xcconfig */; + baseConfigurationReference = 29A522F564C45BAC1C908C4FA821DD3F /* Pods-ShareRocketChatRN.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*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTAnimation/React-RCTAnimation-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTAnimation; - PRODUCT_NAME = "React-RCTAnimation"; - PUBLIC_HEADERS_FOLDER_PATH = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; - }; - 6F2D4F7885760E049D07F20C1EC606E9 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9129A60C49590EF63A8BFE19F541D797 /* 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; - }; - 6F6E36D204E9D377DE5F8D7DB561EEF1 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E3F33E1C24C81B6C36F0E44AC02684B0 /* 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; }; 70D7C826A438DFF0D518F3538297D657 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C539B5CC0F60FEC25673DB8D9FFA2C66 /* RNCPicker.debug.xcconfig */; + baseConfigurationReference = 4B0C3CDA208AF8D2A8C7E3CCA72353FB /* RNCPicker.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35335,7 +35040,7 @@ }; 711124276934A48C61CF80232B1C533A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C4EFF7A09673AAF21AD5AE3B716D2F5F /* react-native-orientation-locker.debug.xcconfig */; + baseConfigurationReference = 3629C94D943831397F2B74963B747393 /* react-native-orientation-locker.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35358,9 +35063,48 @@ }; name = Debug; }; + 71CD4807C6518DDFCC948F4AB2594773 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CFD7E5EAB25887A2EE18AFD76FDDCCFD /* 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 = 9.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 723299D2AB111B4FAEA7AB0B38B0AE19 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8A411E244EF7AE4241371AC88EFBF69E /* 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 = 9.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; + }; 742312CDFE8344A008648B6D790D7F39 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0A67ABDC77549AC093ECA0947A149EE5 /* rn-fetch-blob.debug.xcconfig */; + baseConfigurationReference = 46B6D8839D3F9B92D9C90949315A1531 /* rn-fetch-blob.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35385,7 +35129,7 @@ }; 750A8AF251538FFC328C63B9042035F3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A50473E5C0CADB88DBD1D68963C2EC74 /* UMFaceDetectorInterface.release.xcconfig */; + baseConfigurationReference = 337A23B34C727D7B4F8B2DE60C7FC96F /* UMFaceDetectorInterface.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35400,34 +35144,9 @@ }; 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; - }; 75F07EC0626EBC846B90C595F7B0B7BC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 67243E8672F7F52A57F2E014771277F4 /* EXLocalAuthentication.release.xcconfig */; + baseConfigurationReference = 558039D102C94D290BE2EE91DB07BB79 /* EXLocalAuthentication.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35454,7 +35173,7 @@ }; 7692F34AE1B1B8DEE6436089896B7197 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52FB91A91CD92D1AAAD4C258C3CB11DC /* EXKeepAwake.debug.xcconfig */; + baseConfigurationReference = EA1B689156D274FDC4130FE3A3B70C29 /* EXKeepAwake.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35478,85 +35197,9 @@ }; name = Debug; }; - 77B794A51D0DDB894B3D9918755FEB7A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A3467B72043412FA3C85B3095E914FEE /* 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; - }; - 79D85B65931347F49E2BA72AD51ACA8F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 0BD0DBC3BD722E1179D01F79AAFECDB3 /* 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*]" = ""; - 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"; - }; - name = Debug; - }; - 79F0B561E6A6AC4B3A3AE3D8F63DD2CC /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DD5597CB438FE8BA116AB03F1DB438D6 /* 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 = 1141FC3B5BB4679B7E69FDC404638684 /* UMBarCodeScannerInterface.debug.xcconfig */; + baseConfigurationReference = 832ED3B04A4BA00E2B947D460EE3AB4F /* UMBarCodeScannerInterface.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35572,7 +35215,7 @@ }; 7A6EB9C6CE44347C72D09313D7332837 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 13FB2379AA885D159107AA3154DE6A21 /* react-native-mmkv-storage.release.xcconfig */; + baseConfigurationReference = FE432BAC99FECF59C14085728281865A /* react-native-mmkv-storage.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35596,9 +35239,9 @@ }; name = Release; }; - 7AB3D2FC79DC820C4E7D13B24D73F053 /* Debug */ = { + 7AA9AC9263634B0D61D6630C4D44F663 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 657833CAA51E34C117563EDB73773180 /* UMPermissionsInterface.debug.xcconfig */; + baseConfigurationReference = 8E1E10B221D81EAA8DBDBD8AC1EA1AA4 /* React-jsiexecutor.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35606,13 +35249,13 @@ "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-jsiexecutor/React-jsiexecutor-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 = jsireact; + PRODUCT_NAME = "React-jsiexecutor"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -35622,61 +35265,9 @@ }; name = Debug; }; - 7C3F3328C379D902ADE4552FA5C49BE7 /* Release */ = { + 7C67B00D4006D697D617E951D2DBF9CA /* 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; - }; - 7DC9963EDA5319FB6AC6DF6367BB86F6 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1E042BF1C837CE6276B784FAE8AA7BDE /* 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 = F2C4DA622BEA8FA1B5C5FE77EA51780C /* Yoga.release.xcconfig */; + baseConfigurationReference = FED0701444F195889C22A3501F2636DA /* React-jsiexecutor.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35684,14 +35275,13 @@ "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/React-jsiexecutor/React-jsiexecutor-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 = jsireact; + PRODUCT_NAME = "React-jsiexecutor"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -35702,9 +35292,9 @@ }; name = Release; }; - 7EEF039496FADAB5D3D1359DF8CE5F86 /* Release */ = { + 7E59DD90432FA1FEDC52A09E4B07658C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 69756D135CF3349CECC446A348F509C3 /* React-Core.release.xcconfig */; + baseConfigurationReference = 610C7C323C0A96D59013F15E875132BD /* Folly.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35712,27 +35302,25 @@ "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/Folly/Folly-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"; + 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"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; 7F7559A0F1335AE0B112CE8919D23F2B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B3368B080248F6BDF4F5EF7C647F896E /* react-native-simple-crypto.debug.xcconfig */; + baseConfigurationReference = A7AC37E212D95BC76D0208D19DB8DD0B /* react-native-simple-crypto.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35758,7 +35346,7 @@ }; 802C8D0063BA11FCC41073939417E89C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 86D6B96D8EE0B5B7D0C3D04A6BA319A0 /* UMFontInterface.debug.xcconfig */; + baseConfigurationReference = 6E9AC85DD8470FEC582822A04247DFC1 /* UMFontInterface.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35772,70 +35360,33 @@ }; name = Debug; }; - 80D9907407A502A9E17EFD68B595EFDA /* Release */ = { + 847C4E70B4B00CAFA1B1170CA4FC2EC2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F0F273C931BC70BA2351D434AB2538C2 /* FBLazyVector.release.xcconfig */; + baseConfigurationReference = 73E1F34E7FC3565F04DD718354810F51 /* 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 = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 81CF5F799473C9B323CD7F234C00BA9B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 74081050700BF5CB49284C13A580DF52 /* 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; - }; - 84C7353950C6FEB0B9BD95A343A82EAB /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D2EEBE4D28122A45923BEB587CE57C45 /* 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; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTTypeSafety; - PRODUCT_NAME = RCTTypeSafety; + 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; }; 856F5D1DE9373D7F014D1325CDB5986A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F4EE9DA4AF87D552760151E5FE58830D /* RNDateTimePicker.debug.xcconfig */; + baseConfigurationReference = 8C9EFFFBEF0921CE0504CD89058CE3EA /* RNDateTimePicker.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35859,28 +35410,18 @@ }; name = Debug; }; - 85D1D6E6CDDB2D3967F5D42BEE82DE6D /* Release */ = { + 8572B745DA8755022C6D017862506B06 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6757BF4FF3F7B936770150A4C07F8D7 /* React-RCTVibration.release.xcconfig */; + baseConfigurationReference = 3C58FAAB9D24B9BAA23D3B42DC517E36 /* 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-RCTVibration/React-RCTVibration-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTVibration; - PRODUCT_NAME = "React-RCTVibration"; - 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; }; @@ -35888,7 +35429,7 @@ }; 86D704FC4DBC00A97F725EBD0F56BF90 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6825B362F9EF0B5AB7ED3DD4E3102F37 /* EXFileSystem.release.xcconfig */; + baseConfigurationReference = 0C1AE477AF1CB642D750A5C86928DCCA /* EXFileSystem.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35913,35 +35454,9 @@ }; name = Release; }; - 878427B4CF6043E92F33A36636F5024D /* 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; - }; 87C4B8BC048F40119CF450A38B64C9EC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 89E7660DE07683C487344F742C558180 /* UMAppLoader.release.xcconfig */; + baseConfigurationReference = F98AED75F8111231240948648CF0C18C /* UMAppLoader.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35966,9 +35481,34 @@ }; name = Release; }; + 884B808B434B573FFC0009E9D38712A9 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EBC5798AA66B03E95C8203F33D6B1F8F /* 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; + }; 88B180B6FDB37C9A632CA95AA80DF593 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E78A6AAF2C48D6D121C5B3F92489213F /* RNCAsyncStorage.debug.xcconfig */; + baseConfigurationReference = 3A33620D88D324693CFE54D8B6E7ADBD /* RNCAsyncStorage.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35991,9 +35531,35 @@ }; name = Debug; }; + 88DACF767D6E980F1BDAE53F9889E965 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 45E87CE0FE7FBCAFC6C80926A961A95A /* 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; + }; 89EF4439BDF39C665C924AC65ECB8271 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 81834A7D0A5FEFE6786990A379A44991 /* EXVideoThumbnails.debug.xcconfig */; + baseConfigurationReference = 47262A9E91FAC40A2504EBE0BF115D6C /* EXVideoThumbnails.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36019,7 +35585,7 @@ }; 8A6C967434ED5981B3FF2FD9EFFB408E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7157FC7634DAC29CD337EC7A7C0349B6 /* Flipper-PeerTalk.release.xcconfig */; + baseConfigurationReference = 4BF9478E3032525B79A09A7FA0444A5D /* Flipper-PeerTalk.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36043,51 +35609,114 @@ }; name = Release; }; - 8B89B1A08F561B9B90CAE478F6A184A0 /* Release */ = { + 8B1DC446CCB80D8DBA0C2DAE78BA99F7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A9D99854C2DBB2BA2D2FB61C07EF545D /* React-callinvoker.release.xcconfig */; + baseConfigurationReference = EBEC63AA0C19EFA4078F57A0DC8FCE22 /* glog.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"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 8BF34B18C84D5B3803E0A2EACD91EC70 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 29A522F564C45BAC1C908C4FA821DD3F /* Pods-ShareRocketChatRN.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-ShareRocketChatRN/Pods-ShareRocketChatRN.modulemap"; + GCC_PREFIX_HEADER = "Target Support Files/glog/glog-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + 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; + }; + 8B3F7BD7EECD83760DA6905B4078742B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7D411A7A5D5F793055E135D8670D09DA /* 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; + }; + 8C29D28BF4794768038005EE8A6CF1E3 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2D44384FB441D256FDD8091E9A3BA0E0 /* 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; }; + 8CE8502C359CC8E77EE0A284752615E1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 18441D902E3E32653E85F15165162A6E /* React-RCTSettings.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-RCTSettings/React-RCTSettings-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + 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; + }; 8E02C4017D589CD1B7E1A531391363E6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0AABBD45F9189ECFE2FCDEDB215865B6 /* Flipper.release.xcconfig */; + baseConfigurationReference = 410EBBA88D287A751A8871F7F6B9042C /* Flipper.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36111,9 +35740,35 @@ }; name = Release; }; + 8E443EAA204B938D1C7DB9AEA656093C /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 478D3AB4116E0394F9911A3869E05679 /* 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; + }; 8F10C49606FA594BECAB5250F35485D9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5140968AE7F7AC8F968635ADB5AB5E17 /* EXAppleAuthentication.release.xcconfig */; + baseConfigurationReference = 451EB76C5DC055C0AB841D52026AA329 /* EXAppleAuthentication.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36138,6 +35793,33 @@ }; name = Release; }; + 8F93B8E12FBD12819043B0069CBF68E4 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 67026CD0ECD52AC5700882B10EFEA19D /* 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; + }; 903A0004D3E6651EFD5D2E16214D101B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -36200,36 +35882,9 @@ }; name = Release; }; - 907CA54E5A2061925BBEFB7578DEDD76 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C24D123087E40CBDCC7D0F62F306F583 /* 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; - }; 909DDA39D5B83E93426D408B37888AB8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 18DCF62AE9E398F075F5821EB8D850B8 /* RNDeviceInfo.debug.xcconfig */; + baseConfigurationReference = CFFA0F8853DA122625647C49E7169DB2 /* RNDeviceInfo.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36252,46 +35907,15 @@ }; name = Debug; }; - 916382E6528A50D71E3AF4BB4F713975 /* Debug */ = { + 909E8E0D27DEF170D1D4832DBCCA29EC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 850F4C22D89650FC2FA270C103A9EA59 /* Firebase.debug.xcconfig */; + baseConfigurationReference = F2CC53EAC77535E93AE3897A89D2CFD9 /* 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"; - }; - name = Debug; - }; - 9178D06534AD779D4E35B86AD33A879A /* Debug */ = { - isa = XCBuildConfiguration; - 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; - }; - 91D06C9FCA0DCA502D81BF60E9203A71 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9B699102AFEA45C8A1FB25CD8C39FEB2 /* 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; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; @@ -36299,9 +35923,61 @@ }; name = Release; }; + 910413BB4E07A40C6B5248FD35C34340 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C125C8772FA3913522294457EF82F87D /* TOCropViewController.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/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"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 916AD362730971C61CAFC32DB9DEA68E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C4D022C3A75FBFD9F416861EA23E303E /* RNFBCrashlytics.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/RNFBCrashlytics/RNFBCrashlytics-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNFBCrashlytics; + PRODUCT_NAME = RNFBCrashlytics; + 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; + }; 9252CB0A71F0690FB20E718A1C797988 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D859FC8A485A1DE809FF4969A35B5408 /* ReactNativeUiLib.release.xcconfig */; + baseConfigurationReference = 4848B44E6C25D74DC7522F7F435BE2A2 /* ReactNativeUiLib.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36325,9 +36001,33 @@ }; name = Release; }; + 9280322F4DD4699DB080723786496252 /* 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; + }; 9376D68D65FD8921FB576F9CADCF7468 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 707B5972B78A11D23C88E947EDAFEEDA /* EXHaptics.debug.xcconfig */; + baseConfigurationReference = 901DE87733A27C3FF25E2D06C45FB191 /* EXHaptics.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36353,7 +36053,7 @@ }; 938A0DBE22AFAC483AB84CD8F08F625B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 15FA7CCB76FAC137A2CE18E0DBEEA213 /* react-native-cameraroll.release.xcconfig */; + baseConfigurationReference = D3F3878032B5E8F237A244E2D5E91955 /* react-native-cameraroll.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36377,28 +36077,43 @@ }; name = Release; }; - 95CEB505F2D00D923F1B8873193BCFC8 /* Release */ = { + 96453861C6F0D9D28C482D5BB2EE08A3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D3C292F1957A2F4E62A64E2B3D218CBB /* React-RCTBlob.release.xcconfig */; + baseConfigurationReference = A6EB796E6E9E63CB8E30B650EF1BB98B /* Pods-NotificationService.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*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTBlob/React-RCTBlob-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-NotificationService/Pods-NotificationService.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTBlob; - PRODUCT_NAME = "React-RCTBlob"; - PUBLIC_HEADERS_FOLDER_PATH = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 96E52B3E06F37EF95AEED051902A5A9C /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = ED8889CB93D2642CC9FD3D9A12D93651 /* React.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; }; @@ -36406,7 +36121,7 @@ }; 9753F5A33937A57B9E83B97216F845B9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AE26E153923822E3300C60591B5F4B4B /* EXConstants.debug.xcconfig */; + baseConfigurationReference = 5BFCD2F6238787EE5A720E044BF3F469 /* EXConstants.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36430,33 +36145,95 @@ }; name = Debug; }; - 9ACC1F098337677D14A82329DED6BB91 /* Release */ = { + 97E20EA3DA23B90CB0B39B22E9585E27 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ADD650387C1E7CEF9B37C0B2673F90A0 /* RNImageCropPicker.release.xcconfig */; + baseConfigurationReference = 193C89066A0F60AC9103D73C85A52780 /* React-RCTSettings.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; + 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-RCTSettings/React-RCTSettings-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + 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"; - WRAPPER_EXTENSION = bundle; + VALIDATE_PRODUCT = YES; }; name = Release; }; - 9B5B4AC11987C3B697B6EEE737C8F603 /* Release */ = { + 98B23A297B25690DCD3A4EA615313CF4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 794413679EF9D4E33E909FEEE391632C /* UMFileSystemInterface.release.xcconfig */; + baseConfigurationReference = 775305329771C4D6BAE4A455ECF0FB8E /* 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; + }; + 9B495755C26EAD150E86D2D217ED166C /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8CBAB7A1CE9B90E8C95F94B3B8C9110B /* 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; + }; + 9B49A303761858CC661CA3698CE0C979 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0694EF1F31054BEFECF53E236B255B4C /* 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; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; @@ -36466,7 +36243,7 @@ }; 9B5BF48577E71ABD8A1652767C41E3B4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 71F85104E15DF327B11C6C8453AF51AA /* EXPermissions.release.xcconfig */; + baseConfigurationReference = 8ECCD019CBB337F093825F9B42F9415F /* EXPermissions.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36491,23 +36268,39 @@ }; name = Release; }; - 9CE755567D2633A9560CBCB4C7E93A0D /* Debug */ = { + 9C93DC461AED9894263383BABA6BF781 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0F71D086ECFD2FF7404774056F25DE2A /* RCTTypeSafety.debug.xcconfig */; + baseConfigurationReference = 3AFAFCE26B20DE3F894635030D35E75E /* 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; + }; + 9C9A4DEF48D6560777445BFEA11E3BD9 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CA24A004FA38BBEC541DF7DF6A65E62F /* 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/RCTTypeSafety/RCTTypeSafety-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 = RCTTypeSafety; - PRODUCT_NAME = RCTTypeSafety; + PRODUCT_MODULE_NAME = TOCropViewController; + PRODUCT_NAME = TOCropViewController; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -36517,9 +36310,35 @@ }; name = Debug; }; + 9CFA1A3FBAE29A45830A7C4D3DE44C42 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4FA1A8C389C8F6BB6808F056F860268E /* 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; + }; 9D23DAFB91B66D16068F000F5EBC72DF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D9B0551A03A9169E8731435D764C35DE /* react-native-document-picker.debug.xcconfig */; + baseConfigurationReference = BDAB63541EDB16BF92B45DD3F15FE620 /* react-native-document-picker.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36545,7 +36364,7 @@ }; 9D3B5E8C5C36D3D34B6E77F7F8655A55 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 19F4744135B4EC0215EEF8F8EA396E5A /* react-native-background-timer.release.xcconfig */; + baseConfigurationReference = 45BB28014CEF7FA11787E48C829BCD0C /* react-native-background-timer.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36571,7 +36390,7 @@ }; 9D421D4D6B43C832B960A98DCDC512EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CAB2E0F668BEB860C3B3C180EEDB2E9A /* RNRootView.debug.xcconfig */; + baseConfigurationReference = D03F2EC168FEB870AFBE439718CD2B7F /* RNRootView.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36594,9 +36413,9 @@ }; name = Debug; }; - 9E12F2BB5A6983D91B09610D4673C67D /* Release */ = { + 9DC1047742CF655A283D73B788E1C219 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CDBB37A01075172885F036A06A92ECF6 /* React-RCTSettings.release.xcconfig */; + baseConfigurationReference = EABE0DC8FA938D2889DA73DD261A8678 /* UMCore.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36604,13 +36423,65 @@ "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/UMCore/UMCore-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 = 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; + }; + 9E407B16EA7C93F4C3F37D42C39DC20A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 12A6AE30293D7965D2F848ECC7CFB2BF /* RNFBAnalytics.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/RNFBAnalytics/RNFBAnalytics-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.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"; + }; + name = Debug; + }; + 9EB28D4E82CDBF882355DB32A5043BC2 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1A41A55EC461EE7BD4FECFFAD6FC9A8B /* Folly.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/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; @@ -36621,40 +36492,22 @@ }; name = Release; }; - 9E98CED78BB6EBF178491D268070DB60 /* Release */ = { + 9F3948C7AD8DEA2BFBDDEB406E01BA39 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E1F943A1DEBF77DA582B4E517C4B3370 /* React.release.xcconfig */; + baseConfigurationReference = 643B32B4AF6D795F7295D65BAB26DEC6 /* nanopb.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"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - A094683E79827FBCA9D7A705574E8833 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7BA7E8BFE2A902C8F99FBEBECCB83C70 /* DoubleConversion.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/DoubleConversion/DoubleConversion-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-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 = nanopb; + PRODUCT_NAME = nanopb; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -36666,7 +36519,7 @@ }; A3954D608A3250B31D27ACB3F81D6EA3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 85D99EE04AB25BCFDC3B021A2A5BA6D5 /* EXAV.release.xcconfig */; + baseConfigurationReference = E930CD5C359AAD0C122930EE68D5FB3B /* EXAV.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36691,9 +36544,59 @@ }; name = Release; }; + A5B6BC9BFD15F73DAB13E6537AFEF032 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 780034BD9110DB350AB6E0EA51B02D26 /* 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; + }; + A7E5D339BEF2EA16C7747B4015E69460 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1F83F4F4313935C7068D01F03F36AB0F /* 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 = 9.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; + }; A828AE6C2020D397E9898AB29D8A6318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5B9A37A3A93264498A95F6800B8A24D6 /* UMReactNativeAdapter.release.xcconfig */; + baseConfigurationReference = D40120CF2171641AFAD11CE389255002 /* UMReactNativeAdapter.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36718,9 +36621,36 @@ }; name = Release; }; + A840571F4C717236B179482D85C49168 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 51890424EA06C5E2B3499DC5E28334F7 /* 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; + }; A88863909A597EDDC64341B93F5A7A2A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ACB28382ECA9B6D4C49AFD8F967D97C9 /* rn-extensions-share.release.xcconfig */; + baseConfigurationReference = 862F70770ABF17A2563D9F02B014F9E8 /* rn-extensions-share.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36746,7 +36676,7 @@ }; A8FD13E434E0A9CA98385E274F1D58C4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 54E26D6244B283227E7B7AE8C4A6BED9 /* RNFastImage.release.xcconfig */; + baseConfigurationReference = A891673F678E98FCD3FEF21059E42F58 /* RNFastImage.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36772,7 +36702,7 @@ }; A967EF33D2C9B4DB921FFF1ED930E0BB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 23158F53650B4E4BAB266F6EB433D2AF /* EXPermissions.debug.xcconfig */; + baseConfigurationReference = EE9711DB265746F33A96C4348690304D /* EXPermissions.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36798,7 +36728,7 @@ }; A9704006361D9EF34EE5A3BEAF8BF978 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8A26FF56150E749B5BD83CD5B9706159 /* react-native-slider.release.xcconfig */; + baseConfigurationReference = 5069B53F7C8AC6EFEDFECBDFDB51DE1B /* react-native-slider.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36822,33 +36752,9 @@ }; 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 = 849CA04AF4F1E72F93DAE01EEA2ADDF3 /* react-native-webview.debug.xcconfig */; + baseConfigurationReference = B36C70692800D9381762635E2B536FB7 /* react-native-webview.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36873,7 +36779,7 @@ }; ABB27A12F638A2BAA41A61BD20FC686B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 37EBD710F653406AD78421D39591F385 /* RNRootView.release.xcconfig */; + baseConfigurationReference = C8BF08ED5F05F9660323924C3ADCD97D /* RNRootView.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36899,7 +36805,7 @@ }; AC1FFFF2A425E208851DEC43F4F0CCB2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EE5D996815FD3F190A1035E514B18EF0 /* CocoaLibEvent.release.xcconfig */; + baseConfigurationReference = 5F8CB70BE3E28FFC698AB250C46C70B0 /* CocoaLibEvent.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36915,7 +36821,7 @@ }; AC86A93E55F489027EEB6DFC5C762A4A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 388F9F6D439A1094C18E5F5041716714 /* rn-fetch-blob.release.xcconfig */; + baseConfigurationReference = 6BF125A39EEA93CF902E848E133E32C7 /* rn-fetch-blob.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36939,7 +36845,144 @@ }; name = Release; }; - ACC5B275D065F64258CB096489505A1F /* Release */ = { + AD4C4EA26ADD55326064FB27B50A1D5E /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F2C868FEEAE6E9F5B32A1321FCDEB7D9 /* React-RCTNetwork.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; + 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"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + ADF94A0015284D9A700FEEF33A5F0E49 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6E53B5765F7401237F55A261FE009112 /* RNCAsyncStorage.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/RNCAsyncStorage/RNCAsyncStorage-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNCAsyncStorage; + PRODUCT_NAME = RNCAsyncStorage; + 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; + }; + AE9F10EED5065C35D8894054160912DC /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9EEF1F35349D59FBDEF10DA1EB32D72E /* React-RCTLinking.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-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"; + }; + name = Debug; + }; + AFFC4B8B500F3F30AA01625986696B5A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 338B91B094B3A4928392ED8F99B67C7F /* UMCameraInterface.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; + }; + B09FA2E464432F8CD3E51C1ECA2D7F24 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8CF2D21232CA2CC0079A53EA5F0BBE3E /* 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; + }; + B10C54E2391C19D81F16AE5A10235B41 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 01D45145ED00B2D3F855D1763C25F973 /* 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 = 9.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + B3D362FD06F721420575F383E38E3FA8 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 22179B26EFA123B0FB129665B0D3749A /* Pods-defaults-Rocket.Chat.release.xcconfig */; buildSettings = { @@ -36964,52 +37007,34 @@ }; name = Release; }; - ADF94A0015284D9A700FEEF33A5F0E49 /* Release */ = { + B3D3DA9B2A51649048F0B36F27086C88 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6AC4315D7C74558F8762F7414A177858 /* RNCAsyncStorage.release.xcconfig */; + baseConfigurationReference = 5AB47BCDA61EB94EFF3A04C994088BB2 /* react-native-notifications.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/RNCAsyncStorage/RNCAsyncStorage-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + GCC_PREFIX_HEADER = "Target Support Files/react-native-notifications/react-native-notifications-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNCAsyncStorage; - PRODUCT_NAME = RNCAsyncStorage; + PRODUCT_MODULE_NAME = RNNotifications; + PRODUCT_NAME = "react-native-notifications"; 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; }; - AFFC4B8B500F3F30AA01625986696B5A /* Release */ = { + B400C709A8E3B8CCA833E1D50F5FCEB9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EE685BE0257B2B859A19AAC6A68263C6 /* UMCameraInterface.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; - }; - B0397950029C6B2A7AB98B8C6BFA6060 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C51E5D849192A64306731DE3BD9AEABA /* UMImageLoaderInterface.debug.xcconfig */; + baseConfigurationReference = 4BB01348E1466A8B055C151943AF78FB /* React-callinvoker.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37023,57 +37048,22 @@ }; name = Debug; }; - B29F2B441010739689D2DFE0D4E6FA48 /* Release */ = { + B4307F7A40FF54054293C4A840A1410E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6D60DC773ED9A638954E2BC86A2FD627 /* libwebp.release.xcconfig */; + baseConfigurationReference = 031026658AAFFE512891B2D48C5B0563 /* React-Core.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 = ""; + 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; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = bundle; }; - name = Release; - }; - B36AB15C5E16F3D7C814B930E2DFB827 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B4B06C80ADD010F278A3D7BD0716838F /* RNFBCrashlytics.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/RNFBCrashlytics/RNFBCrashlytics-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNFBCrashlytics; - PRODUCT_NAME = RNFBCrashlytics; - 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; }; B4EFE046ACF8F37157F6E322C7FCFC28 /* Debug */ = { isa = XCBuildConfiguration; @@ -37141,35 +37131,9 @@ }; name = Debug; }; - B5536A5ACA29631B6BA89A215E9C8572 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 11B69FFD7AB91D6B73E56B5E279B6794 /* React-RCTSettings.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-RCTSettings/React-RCTSettings-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - 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; - }; B5CE058F8DFB838E466A1568B4DC340A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BE1351BCCF762D6FA5CE54E8855075DE /* react-native-blur.release.xcconfig */; + baseConfigurationReference = 0281DCCF570A3F040675425C358D5893 /* react-native-blur.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37195,7 +37159,7 @@ }; B5E282A2A22F19370FA7EA1B6DA85DFE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7C177F3F39A73631C74791F4CC69AB21 /* react-native-netinfo.debug.xcconfig */; + baseConfigurationReference = 872499179D4B79D6E023B81836C82B94 /* react-native-netinfo.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37218,9 +37182,9 @@ }; name = Debug; }; - B64512D4AB2D32EA75C5E14BDFFB1247 /* Release */ = { + B626DBF74BEC2AAA04ABB3FF968856E1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C9CDF231FE44D02D1AA70496A34ADEE2 /* React-jsiexecutor.release.xcconfig */; + baseConfigurationReference = 3DB141F29443C94B53FED863C60F7B26 /* React-RCTAnimation.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37228,41 +37192,13 @@ "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"; + 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 = 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 = 462B8FB3666CB1ED940C4ACDDFB78B22 /* 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"; + PRODUCT_MODULE_NAME = RCTAnimation; + PRODUCT_NAME = "React-RCTAnimation"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -37274,7 +37210,7 @@ }; B7CCF664AABA87549DAD4BE20161BCD0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 318DA75223408F61899A35E4300819CD /* ReactNativeART.debug.xcconfig */; + baseConfigurationReference = D7993BC764FADC03E5D1830F7A761EA4 /* ReactNativeART.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37299,7 +37235,7 @@ }; B7ED70FAF7F9B0C7A06D52BC575861D3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2F80CD194F85D900365658F4B5E47468 /* CocoaAsyncSocket.debug.xcconfig */; + baseConfigurationReference = 9CEB12C4D46715DF56A7216ACF9C1AB1 /* CocoaAsyncSocket.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37322,39 +37258,91 @@ }; name = Debug; }; - B9511F30D6576F298BF65735A0917770 /* Debug */ = { + B8B6882932268DB4B1BC5731DAC6E2D9 /* Release */ = { 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; - }; - BBBA50CA3D7646EA3A1EE1C8BA4AB0DC /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AA1332A395B581C0AD8CAC8508ACB572 /* SDWebImage.release.xcconfig */; + baseConfigurationReference = 7F648451048AD038DE6F90DB9FD3E955 /* 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*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SDWebImage; - PRODUCT_NAME = SDWebImage; + 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; + }; + BABD54D5710BCE019C62DFA813CC5C9D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E00298D9782B34D5694E8F35A5959DF4 /* 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; + }; + BC21C1154821AB14671C6204A864132F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E174A7483129947DA61508929C74FBE8 /* 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"; + 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; + }; + BC6EA95E1EE0FEDD7DC19DE46CD15C4B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8D45D887090B516489502C7B7F2572D1 /* 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; @@ -37367,7 +37355,7 @@ }; BD6E31C909B4DFE311A1DC28A76A4927 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3D514A95468C3971D27D58E6E178E1D2 /* UMSensorsInterface.release.xcconfig */; + baseConfigurationReference = BDCC0AFCB3852FBCD8A2762F296CFD48 /* UMSensorsInterface.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37384,7 +37372,7 @@ }; BD745573C6626ACDAE15BA6F32AA7608 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B16F9C4D959BC6A3ABFDA91E26288020 /* EXFileSystem.debug.xcconfig */; + baseConfigurationReference = 77693AF7EF83D9AEA79D1461B684A659 /* EXFileSystem.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37408,9 +37396,9 @@ }; name = Debug; }; - BDCB3616E13DFD77D8B903C46FE22A08 /* Debug */ = { + BDBC3EDA0FE51E170B7DAAF77E04CF56 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3AFE3583A3500341820737B396B84186 /* Yoga.debug.xcconfig */; + baseConfigurationReference = 8994D66C8DE1ABE96FCF40E0C16BB2FB /* React-RCTBlob.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37418,14 +37406,13 @@ "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/React-RCTBlob/React-RCTBlob-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 = RCTBlob; + PRODUCT_NAME = "React-RCTBlob"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -37437,7 +37424,7 @@ }; BE4E6EDE9AF028C01E50111F948786BB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F68CBBCD9EBB3603407F3147FE23D5E8 /* UMFontInterface.release.xcconfig */; + baseConfigurationReference = FA5BD5C80CBC2DDE835BC275BF4CBBDC /* UMFontInterface.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37452,64 +37439,22 @@ }; name = Release; }; - C302DBF05B2F48E8CCEFE82A3BE33967 /* Debug */ = { + C0159831CD7EAA5D0408FA1FD7286F01 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 80FEF1633468F2369547D7240D7B3EBC /* nanopb.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; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = nanopb; - PRODUCT_NAME = nanopb; - 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; - }; - C41918B6774A34275FC11149DC857CE1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 69756D135CF3349CECC446A348F509C3 /* 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; - }; - C44282CE539DB2CA52D8B7A2A3D927DC /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A2F4E001EC825E43F3A56679E8F14BDA /* FirebaseCrashlytics.release.xcconfig */; + baseConfigurationReference = B73EDCBF7CCB49F05F3E6DCC9C028F7E /* 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 = FirebaseCrashlytics; - PRODUCT_NAME = FirebaseCrashlytics; + PRODUCT_MODULE_NAME = SDWebImage; + PRODUCT_NAME = SDWebImage; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -37520,9 +37465,25 @@ }; name = Release; }; + C01C29D2D4594C56593A7FD417A77110 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D46EC66166FD33E9173A473F5619882C /* 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; + }; C4AC01671ACF2941952FC335503ABF31 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1334C86C0D531A276D6D9CD5117FBCB9 /* RNCMaskedView.debug.xcconfig */; + baseConfigurationReference = 0AA3CAE923672062053D8DB7C18F21B6 /* RNCMaskedView.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37545,15 +37506,16 @@ }; name = Debug; }; - C9EBBB7B4C9FDE178F4125E43E65F590 /* Release */ = { + C6C88E3799D8070887F4BCF679797C29 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 57D665E0B76742C9DEEF2CDF4AF2140A /* FirebaseAnalytics.release.xcconfig */; + baseConfigurationReference = 7459487F20F9F9AF28F12620FBB881FD /* 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; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + 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"; @@ -37561,58 +37523,25 @@ }; name = Release; }; - CA8AD6E7B92BE502F7D6D23EE78D6721 /* Debug */ = { + CC08FDB483D36CD241C9794F11684469 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EEA4CC9B97D8B1DF863F7448D02747DE /* Pods-ShareRocketChatRN.debug.xcconfig */; + baseConfigurationReference = 6D2174DFB01928E494FD3C704E670020 /* RCTRequired.debug.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; 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*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; - SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; - CAFFA56063291F0074315452CEF1753D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = ABCAFFB8CC2775928E7B5903D4213CF9 /* 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*]" = ""; - 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; - }; CD6B0B81BD17C385BC79BD68BF90BCDB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EDB0D28EB0682A9EA4BD4325F89DFB06 /* MMKV.release.xcconfig */; + baseConfigurationReference = 81E70F280577A5397F3BAF48E4267900 /* MMKV.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37636,9 +37565,26 @@ }; name = Release; }; + CDDF8DB5F2EB8504F11CEAFB7F7B4DBC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B2E88726AA5C0471C9B554A4594C15B0 /* 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; + }; D0FDE8CBCEEA78218E7F9B36A3679E2A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1D72B0DD844A5E558BFA7A98C6F42A4A /* react-native-appearance.release.xcconfig */; + baseConfigurationReference = C81D53311C3D5BDA006D183ED5B0540D /* react-native-appearance.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37664,7 +37610,7 @@ }; D124A7732EA3602924AFD9A7E066FF3C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F5BCC5E7683F64AFB800E6E22E9A71AB /* RNDateTimePicker.release.xcconfig */; + baseConfigurationReference = F193373EE41176CDAAEAD430F32E2CA9 /* RNDateTimePicker.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37689,51 +37635,61 @@ }; name = Release; }; - D15DE9437220D30B1D7FEB8D5A68C89B /* Debug */ = { + D153AC19F1BABB5BAE87092132C702B8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 30AC5FC338EF2C58113737A5B71F166E /* React-RCTNetwork.debug.xcconfig */; + baseConfigurationReference = F0FADEFAB5C88FF56A835C1336268C61 /* Flipper-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/React-RCTNetwork/React-RCTNetwork-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + 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 = RCTNetwork; - PRODUCT_NAME = "React-RCTNetwork"; + 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 = Debug; + name = Release; }; - D274B64804D79799479B0BBAD09744D3 /* Debug */ = { + D303A591BAF3AC0538CB84CE86365D79 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 83DD58D48264CB6CF04ACD1129661BEE /* RCTRequired.debug.xcconfig */; + baseConfigurationReference = A60F11BF9CF3FFFC67986BC979D6A6C8 /* Flipper-DoubleConversion.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"; + "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 = Debug; + name = Release; }; D31CCB2EB065D24914BA60C38116363E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1A7A7DAB415332DBDEF7E49B399BCE09 /* FlipperKit.release.xcconfig */; + baseConfigurationReference = 4679DC15CA1E39F50F92E75BACB3975D /* FlipperKit.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37758,95 +37714,58 @@ }; name = Release; }; - D56A4DF8ADCEBDA81C123823AE60908D /* Release */ = { + D3F3CD0055CCAE55F72EBACCF59AB02A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 803CFA33F7A53897B79DCBDECED047B3 /* React-RCTLinking.release.xcconfig */; + baseConfigurationReference = C125C8772FA3913522294457EF82F87D /* 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-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 = ""; + 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; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = bundle; }; name = Release; }; - D679DA3653EA9F2D9C4564889CB0C9AB /* Release */ = { + D5BF031F2149C131CDB98DBB00528493 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E4145287E0FEAE7C8454DF68F5415B92 /* JitsiMeetSDK.release.xcconfig */; + baseConfigurationReference = A8DBA8CE70BA32B7596AB8BEFCC1AF32 /* Firebase.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; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - D70C80B3216DB37DB0AF6335C7AB520D /* Release */ = { + D63161B2C7D34C0A56E9A8088C249041 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A6EB796E6E9E63CB8E30B650EF1BB98B /* Pods-NotificationService.release.xcconfig */; + baseConfigurationReference = F61838FBFA9DC1EA8FE6C1BF737338DE /* RNImageCropPicker.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-NotificationService/Pods-NotificationService.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + 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"; - VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; - D71510F76DCF7CE58547EB4918DF4984 /* Release */ = { + D650C5F5033FF1D5F4C2472EE55D03E7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D4A947E4DB9056EBA486B2A60BBE4286 /* UMTaskManagerInterface.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; - }; - D82F1F73E6BAB818F64F22CBAF8DAB6A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 945FFD7633B336A4C9E8ABE7D59193F8 /* React-RCTImage.release.xcconfig */; + baseConfigurationReference = FC2B4605322202EFDAC57811B80DF842 /* React-RCTImage.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37867,89 +37786,29 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + D679DA3653EA9F2D9C4564889CB0C9AB /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A26C8249B1B9BB351766015EFE248B76 /* 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; }; - D85A5A009377EFAA1866C72E788F7660 /* Debug */ = { + D71510F76DCF7CE58547EB4918DF4984 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 29B78C755E6DF828B23B2CDA4944A4E7 /* React-RCTVibration.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-RCTVibration/React-RCTVibration-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTVibration; - PRODUCT_NAME = "React-RCTVibration"; - 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; - }; - D85FED984316C9A59AA98BDA48F31ACC /* 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; - }; - D8CC2289D84A8823CD842A6F46355F5F /* 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; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - DB1BE5F141E2C70CE4E954662D199AC0 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = EF42D26B5FE68CC054D1033C8E2E6BBD /* UMFileSystemInterface.debug.xcconfig */; + baseConfigurationReference = 3ADDF63AA3A8AAAB170DF34CF266F112 /* UMTaskManagerInterface.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37960,12 +37819,64 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + D82C9EC9FD9F3071EBC7EBFAB85FBFB6 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B663636A32F30E1156ACCAF51C5CB9F2 /* 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; + }; + D9A5387BA2FF7C82C6A613FDE351232D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F71A0355690210AB7B4967596B631FCF /* 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 = 9.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"; }; name = Debug; }; DB2005A0531F44543BA413716CCC3FDC /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25C38D3F5CE0F89E57DB30DDC790CEBB /* KeyCommands.debug.xcconfig */; + baseConfigurationReference = 4F561D676CA28284628B5C16CE399BC9 /* KeyCommands.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37988,34 +37899,51 @@ }; name = Debug; }; - DFE3D2C1B0142C84FEAA5CD73DB9034E /* Release */ = { + DD2E78DCDDA773C9A599E77EF8392865 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6C3D1B2CD5D89B2C758F92FA4913F711 /* GoogleDataTransportCCTSupport.release.xcconfig */; + baseConfigurationReference = F624F5B94C4B4DE1A481C4CF45D05D74 /* 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 = GoogleDataTransportCCTSupport; - PRODUCT_NAME = GoogleDataTransportCCTSupport; + 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; + }; + DE3329B734F61D71B92CB25B3FA194EC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4EB9CDA91BDA4B3BD499315A6FBAD493 /* 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; }; - E38B421ED25B1A7F21D51135635FE42F /* Debug */ = { + DF082AC7C7E54A6DFABAAD782C07FAEC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5C53978173B8706FDCF4C6DCA87CEC71 /* React-RCTLinking.debug.xcconfig */; + baseConfigurationReference = 39A292B576BB721526D7BD3395B4C600 /* React-RCTLinking.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38036,12 +37964,13 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; E459A1D9F0B488199727A77BAC16AD65 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 357E8E167937BBD31B292CDB770EABA3 /* RNReanimated.debug.xcconfig */; + baseConfigurationReference = B1D2AD5A814178CABFADA8C5A6FC1C6C /* RNReanimated.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38064,34 +37993,9 @@ }; name = Debug; }; - E467EA58A631A5CA99AD6450D86627CA /* 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; - }; E4BD380E366DC7269640D2EFB8A914BF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 16FCCF88559014ACF827EB8B74D32BA7 /* react-native-slider.debug.xcconfig */; + baseConfigurationReference = AE99E3936A9D286EBE3323DE0E3B6862 /* react-native-slider.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38114,9 +38018,36 @@ }; name = Debug; }; + E5D5E5F5F3C4E28559C8EC0FBC1F8D9E /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = BDA1082574364F3D168FEB148C4805D1 /* 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; + }; E6E001CA0857B974D8C862B0CA95C154 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 752B14194E6FB7F6BB40E18FE5F86A5E /* KeyCommands.release.xcconfig */; + baseConfigurationReference = EA846955DFD456DFB1784C9A72CB62F4 /* KeyCommands.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38142,7 +38073,7 @@ }; E79554B3BBBAD59DD13FE4326E02D109 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BCA2B6EAAA74F3BAD64BBA6612B7291F /* react-native-appearance.debug.xcconfig */; + baseConfigurationReference = CE4B436DBBDA9A46B021E499714E96ED /* react-native-appearance.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38165,9 +38096,88 @@ }; name = Debug; }; + E7C01B87E59D7BBEAD7F3B170D2E6197 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 989C1D2C9C9C73B53A105C2DACC22189 /* ReactCommon.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/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"; + }; + name = Debug; + }; + E8397DB35FC7D62A4C1ADFB222B193F4 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5EB761C8478218EF655BF5F4AB1627EF /* 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; + }; + E9A13D47A3EC784234B9A3DC271241FF /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = BFFCBF9E443244665BE0D467E1D4C23F /* FBReactNativeSpec.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/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"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; EA153B9EA17E108C573D62F0F600AFB9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BBEF54EB10C45EE0F6D3EC0EB4CCA459 /* RNDeviceInfo.release.xcconfig */; + baseConfigurationReference = 8902C2988C23723C230AF54EF2004C39 /* RNDeviceInfo.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38193,7 +38203,7 @@ }; EA63371836855F183EB482F6D7439350 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 33F3DF7F42A945FE3B27508C5C5C45E5 /* react-native-document-picker.release.xcconfig */; + baseConfigurationReference = 453AEDA15B428A73E44308E8B7304D2E /* react-native-document-picker.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38218,9 +38228,9 @@ }; name = Release; }; - EA7F8F12F0A75F98F4A00938197BB82C /* Debug */ = { + EB5A2C59374AF1F1E9BB442B36DCF1D0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1AFC84AA13D2920C0C58887B51153A68 /* React-RCTBlob.debug.xcconfig */; + baseConfigurationReference = 4AFC4E9BC1B3C16D3870490963FDB11B /* DoubleConversion.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38228,13 +38238,13 @@ "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"; + 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 = RCTBlob; - PRODUCT_NAME = "React-RCTBlob"; + PRODUCT_MODULE_NAME = DoubleConversion; + PRODUCT_NAME = DoubleConversion; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -38244,21 +38254,24 @@ }; name = Debug; }; - ED53483D564E8F147DADDBDB2C0CD7B6 /* Debug */ = { + ED5A018D1E55B9B3AAC1AADE9A4700D3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 87100FFF4EC926F665E372575992B1E1 /* FirebaseInstallations.debug.xcconfig */; + baseConfigurationReference = 031026658AAFFE512891B2D48C5B0563 /* 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*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + 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 = FirebaseInstallations; - PRODUCT_NAME = FirebaseInstallations; + PRODUCT_MODULE_NAME = React; + PRODUCT_NAME = "React-Core"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -38268,9 +38281,9 @@ }; name = Debug; }; - EE6071C9FFCFC60D91242975AD03057B /* Release */ = { + EDE7E121F346CB01A40C68FEA2FCD86C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BB1F737AC4244403FEC41330BB58416F /* React-RCTText.release.xcconfig */; + baseConfigurationReference = 9C866525F9B87D1FF8DC25351A5C47BB /* UMPermissionsInterface.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38278,13 +38291,13 @@ "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"; + 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 = RCTText; - PRODUCT_NAME = "React-RCTText"; + PRODUCT_MODULE_NAME = UMPermissionsInterface; + PRODUCT_NAME = UMPermissionsInterface; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -38295,34 +38308,25 @@ }; name = Release; }; - EEB359810F83A957A7E60801CDA9683B /* Debug */ = { + EE8F225B23FBC1ACEA5116F6C0CD7571 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 59C4AF2D4F1DA2588C8EC94898F2D084 /* SDWebImage.debug.xcconfig */; + baseConfigurationReference = 3C5C2BF940996CA9CE35D5B3EEDF837B /* Firebase.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 = ""; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 9.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 = Debug; + name = Release; }; F0506B029B9E71EEE11506B8BCCA1457 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 10AFBA89BB2EECA51A690D0323D8A62B /* react-native-cameraroll.debug.xcconfig */; + baseConfigurationReference = 237767518942A7903C33DDE388B6DFD5 /* react-native-cameraroll.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38345,22 +38349,51 @@ }; name = Debug; }; - F0F5EEE12D4F3915AD8B8A2843E8D234 /* Debug */ = { + F1A7C9AC2E3641947922B56052E8DA6B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FCB8EF8BFA94EB0EEE2B5C06904C18B1 /* Flipper-DoubleConversion.debug.xcconfig */; + baseConfigurationReference = 729136C288E5A9D3E7AC8297E3383DA7 /* React-cxxreact.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/Flipper-DoubleConversion/Flipper-DoubleConversion-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + 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 = DoubleConversion; - PRODUCT_NAME = "Flipper-DoubleConversion"; + 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 = Release; + }; + F2E346C0C744C00614A367A90F4A707A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 777B7D1E0E46481A3E11E42C7217466F /* 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; @@ -38370,62 +38403,9 @@ }; name = Debug; }; - F1072CAD264D91126121DD00267BBDBE /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B58ACE3455CE27C415E35751B672BF8 /* Folly.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/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"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - F129DD72E6C9D0137CBA673877222DB7 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 919FBBB5A634BB55B40C453D604C862C /* 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/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"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; F4021723BC60346B934B57D211E377CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 019D3CADAE0B6D570B084DDAF0470007 /* react-native-netinfo.release.xcconfig */; + baseConfigurationReference = EE8F19E369152C7A30E2EAFC3B3F0EB2 /* react-native-netinfo.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38449,57 +38429,9 @@ }; name = Release; }; - F4B9FF9202B1D36BCAF42D962A1C9602 /* 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; - }; - F51A1C83A2E9549EDDB2F63DC6E3A151 /* 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; - }; F5741BF254B759E7C65C9EC19A11B1D8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 38F867F883264D0E4DCED09E0FDF6467 /* RNVectorIcons.debug.xcconfig */; + baseConfigurationReference = 6033D0466EABF229038D9CFABD4FA5B5 /* RNVectorIcons.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38522,33 +38454,9 @@ }; name = Debug; }; - 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 = 49727AFDC9FF177CAF1534FDB1FD81B4 /* EXHaptics.release.xcconfig */; + baseConfigurationReference = 659B44DBFD29C12FD93D417398632D65 /* EXHaptics.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38573,24 +38481,52 @@ }; name = Release; }; - F712B3C95CA97C4B7CD7089DC4FDBF66 /* Debug */ = { + F72F3900BAF7760892E55BB3BBB9E442 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 78E61F6F41AF9506D619EC8762A5957B /* FirebaseAnalytics.debug.xcconfig */; + baseConfigurationReference = A09C1737021D5858280C43C1AB09BA30 /* react-native-notifications.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-notifications/react-native-notifications-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNNotifications; + PRODUCT_NAME = "react-native-notifications"; + 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; + }; + F847460C218D909A5E6CB61E49BF81AE /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 98472AD2244C41B3000A94F7B68F937E /* 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; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + 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 = Debug; + name = Release; }; F9ABBEEDD1A828D78D88DE53937DCC91 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 83AE4EC069B39AC53A6C620802BDE092 /* react-native-jitsi-meet.release.xcconfig */; + baseConfigurationReference = ECD27E9F7D7A80E1BDC406D2660AD2E0 /* react-native-jitsi-meet.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38614,61 +38550,9 @@ }; name = Release; }; - F9C873A329B624ADA330C62F5DE32497 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 015DFD5E684CF8AD29A4C7EDE514B9DA /* 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; - }; - FA0B47B96EEB0649B6E77DB81B20A234 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 96D74BD54456BF5766811A130EAAEDBA /* 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 = F1B9071C2F7DF7D3D3F0DC7619FB146F /* EXConstants.release.xcconfig */; + baseConfigurationReference = C113843DF4AE193FB46CE0CAA6E6E43B /* EXConstants.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38695,7 +38579,7 @@ }; FB4ABA246927508A6406B2AD139AB213 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5E0D6E3977FCC0A91EE437CFB155D6E /* react-native-restart.release.xcconfig */; + baseConfigurationReference = 2DB56F672CA32B0ED88CD910D9BA344B /* react-native-restart.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38719,21 +38603,23 @@ }; name = Release; }; - FB8A71FE57F728827B0A285C76031DF9 /* Debug */ = { + FC617BB3E3259D03CCD40DDEE40FA5D5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7E259C3E6DE6F96851D12BCE522F5D90 /* GoogleDataTransportCCTSupport.debug.xcconfig */; + baseConfigurationReference = F2D47A82A7F3AA9E113D651AE7113737 /* RCTTypeSafety.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*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + 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 = GoogleDataTransportCCTSupport; - PRODUCT_NAME = GoogleDataTransportCCTSupport; + PRODUCT_MODULE_NAME = RCTTypeSafety; + PRODUCT_NAME = RCTTypeSafety; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -38743,35 +38629,9 @@ }; name = Debug; }; - FBB2493B481348586F8BCAA5C7A31AEC /* 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; - }; FED4091850B98DEE852E1FFC263B0AA5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 445C853D0D51E07D96D598DDB886563C /* JitsiMeetSDK.debug.xcconfig */; + baseConfigurationReference = 2A733C2923941DF6BF0FF33C98705A80 /* JitsiMeetSDK.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38785,9 +38645,9 @@ }; name = Debug; }; - FED6EBFB2B300FD2EF2F30420E94650B /* Release */ = { + FFF4313F599124919FE7DFC3799B5A95 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A69BBD8D595A78FF5464133B3122ECA8 /* FBReactNativeSpec.release.xcconfig */; + baseConfigurationReference = B770C35A13C149FE50773C8BFEF0B2F1 /* UMCore.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38795,13 +38655,13 @@ "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"; + 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 = FBReactNativeSpec; - PRODUCT_NAME = FBReactNativeSpec; + PRODUCT_MODULE_NAME = UMCore; + PRODUCT_NAME = UMCore; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -38812,49 +38672,23 @@ }; name = Release; }; - FF63028D546DDD38DCEEDD44E5019C3B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 39D2B180D3871C68DFB40D8B41F08497 /* 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 */ - 03ACD63175890F54E009225B728DDE3A /* Build configuration list for PBXNativeTarget "React-jsinspector" */ = { + 0215B36027953BD16DEC6BFC2BE8A10B /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */ = { isa = XCConfigurationList; buildConfigurations = ( - FA0B47B96EEB0649B6E77DB81B20A234 /* Debug */, - 5F9461C8782624B96E32DF4A6330AE6F /* Release */, + 71CD4807C6518DDFCC948F4AB2594773 /* Debug */, + 909E8E0D27DEF170D1D4832DBCCA29EC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 05C2E051ED636A17653E60FDD2E78F7C /* Build configuration list for PBXNativeTarget "Flipper-RSocket" */ = { + 05F6218EB5762E18941D48093B7B1B4E /* Build configuration list for PBXNativeTarget "Flipper-RSocket" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6F6E36D204E9D377DE5F8D7DB561EEF1 /* Debug */, - 03B1149496F120D1F8A32161B9574FDB /* Release */, + DD2E78DCDDA773C9A599E77EF8392865 /* Debug */, + 532F23134CC047F915566179026C852D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -38868,11 +38702,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 0E72D67D277FDC94F266ED7D0C59E1B7 /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */ = { + 09BDAC07DE7CBAE9BA1D14F667E038EF /* Build configuration list for PBXNativeTarget "Flipper-Glog" */ = { isa = XCConfigurationList; buildConfigurations = ( - B0397950029C6B2A7AB98B8C6BFA6060 /* Debug */, - 2F8C05D24C01621B9E3C09251F0AFCAF /* Release */, + 6A6FA50B7F117ED12F5794881144C778 /* Debug */, + D153AC19F1BABB5BAE87092132C702B8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -38886,6 +38720,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 103AB1FDBCB48631F6EDB0982F3C6CC0 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 5BF68704A01E6B897AEDC998A5B5295A /* Debug */, + 59A13D7A12F0442D55E2DCC5B26CF1D7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 11C7B655B9FE866E776BD0641836A692 /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D9A5387BA2FF7C82C6A613FDE351232D /* Debug */, + 396D3C01C84214084BE6F2079A18DD87 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 13415A5232D59FD50FC05169C8463FD9 /* Build configuration list for PBXNativeTarget "EXWebBrowser" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38895,20 +38747,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 15D70A3E1A38003A3D0A4E007899C8EB /* Build configuration list for PBXNativeTarget "Pods-NotificationService" */ = { + 156172C4ACC1B662D9FCD4461AF52F01 /* Build configuration list for PBXNativeTarget "MMKVCore" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1D261D4B9CB1E7DC39D103CB3445FC20 /* Debug */, - D70C80B3216DB37DB0AF6335C7AB520D /* Release */, + 652BBD81C2C3594A4BE9B89CB30F9F87 /* Debug */, + E8397DB35FC7D62A4C1ADFB222B193F4 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1622ED18B8505D1786E342279D7017E4 /* Build configuration list for PBXNativeTarget "RCTTypeSafety" */ = { + 15909EF7E8D5DABA11CE23B1B6F236A8 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9CE755567D2633A9560CBCB4C7E93A0D /* Debug */, - 84C7353950C6FEB0B9BD95A343A82EAB /* Release */, + 606ACA9FF74CAAFF677A9BE3382DE2BC /* Debug */, + 033FEF0AF8927AD062B19A452159E597 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -38931,20 +38783,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 190C0F2337A08E43A7C299D3CF7BE735 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */ = { + 198715AB47263208BC9318CD730715C0 /* Build configuration list for PBXNativeTarget "RNFBApp" */ = { isa = XCConfigurationList; buildConfigurations = ( - 79D85B65931347F49E2BA72AD51ACA8F /* Debug */, - CAFFA56063291F0074315452CEF1753D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1A421FF281684C42970CDCA859F1606D /* Build configuration list for PBXNativeTarget "FirebaseCore" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F4B9FF9202B1D36BCAF42D962A1C9602 /* Debug */, - 1C3C327A782A8D4409B8FD27A47A59CA /* Release */, + 0AE760D0517FBE64F0094EF3D56ADC4A /* Debug */, + 6872A3571FBE63E2C08ED754245E7E2F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -38967,20 +38810,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1B2A9B657DEBA91193ACCCFACDDDB1D8 /* Build configuration list for PBXNativeTarget "React-jsi" */ = { + 1CA582F27FBB77DC02723D745CBC5542 /* Build configuration list for PBXNativeTarget "Folly" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4CE12D872B847D1364FCD70100C74951 /* Debug */, - 2C60D2FB7E26DD73CBBAEDEE301C1012 /* Release */, + 7E59DD90432FA1FEDC52A09E4B07658C /* Debug */, + 9EB28D4E82CDBF882355DB32A5043BC2 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 20F9E92483C8456A6858D493127CE4C3 /* Build configuration list for PBXNativeTarget "react-native-notifications" */ = { + 1CFDD314F90493816C04281CE82F3685 /* Build configuration list for PBXNativeTarget "YogaKit" */ = { isa = XCConfigurationList; buildConfigurations = ( - 46B30C33BF229B795F1901873B64A1C5 /* Debug */, - 4FEF1549FF187DEBD3B75F0CD911E86F /* Release */, + 48006E2B0DE631546E2EB2242D54FBA1 /* Debug */, + 8C29D28BF4794768038005EE8A6CF1E3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39003,15 +38846,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 282CD723C2525B6DBB2F41A25807C82C /* Build configuration list for PBXNativeTarget "Pods-defaults-RocketChatRN" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - AB15690DEABB199620DE74A4A3A99794 /* Debug */, - 7569AD29DCCC4A8858EB74F0D4E8F069 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 293FEFC746861E38DDC7D3B32FA8653C /* Build configuration list for PBXNativeTarget "rn-fetch-blob" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39039,11 +38873,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2DA0B8266EBBEDC766AF2E11AE2CEFB2 /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */ = { + 2EBA62A93CA84B599483EE4CA189A74C /* Build configuration list for PBXNativeTarget "TOCropViewController-TOCropViewControllerBundle" */ = { isa = XCConfigurationList; buildConfigurations = ( - F712B3C95CA97C4B7CD7089DC4FDBF66 /* Debug */, - C9EBBB7B4C9FDE178F4125E43E65F590 /* Release */, + 52A872CCA09F1ECC1284C6BE22A454FB /* Debug */, + D3F3CD0055CCAE55F72EBACCF59AB02A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 2EE38790594429D0FE5E8C358C189F13 /* Build configuration list for PBXNativeTarget "Flipper-Folly" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A5B6BC9BFD15F73DAB13E6537AFEF032 /* Debug */, + 8E443EAA204B938D1C7DB9AEA656093C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39057,24 +38900,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3287CAB8581E256BCF95D21803BC1D63 /* Build configuration list for PBXNativeTarget "DoubleConversion" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A094683E79827FBCA9D7A705574E8833 /* Debug */, - 22D8CA17F7B20938F47AC573E6C9A2B6 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 328D4463EF6234F5E4911FE3DFD548EB /* Build configuration list for PBXNativeTarget "ReactCommon" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 3DD1D67721F3F608E71D7933917EE05C /* Debug */, - 79F0B561E6A6AC4B3A3AE3D8F63DD2CC /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 33777A96CAB9BE76FDE66E951662B049 /* Build configuration list for PBXNativeTarget "react-native-restart" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39084,11 +38909,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3657A5E007F7D6829EA7757F9048F84D /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoder" */ = { + 346DD82E611CC900D4BB48A30FD59CAA /* Build configuration list for PBXNativeTarget "RNFBCrashlytics" */ = { isa = XCConfigurationList; buildConfigurations = ( - 77B794A51D0DDB894B3D9918755FEB7A /* Debug */, - 7C3F3328C379D902ADE4552FA5C49BE7 /* Release */, + 916AD362730971C61CAFC32DB9DEA68E /* Debug */, + 1D94B882AE38B68C1FCBAD74044CEEB9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 390BEB4708BA198A6FF1ED9387E2B365 /* Build configuration list for PBXNativeTarget "React-jsi" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 62A7F0AB9F52004088999292C686338D /* Debug */, + A840571F4C717236B179482D85C49168 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 39C77ACCF0A2A9D15E59641690D00CA2 /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 5393622F46C09213745F3BA1C2A5D50A /* Debug */, + 6E1A65487D38BED62E4895DA43695E27 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39111,38 +38954,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3DA0C9CB48D3B339CD7211DC65FF1DF8 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */ = { + 3E958C260177168641EE994F3652B6C6 /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */ = { isa = XCConfigurationList; buildConfigurations = ( - ED53483D564E8F147DADDBDB2C0CD7B6 /* Debug */, - 5E5D2C4B16CC86F04BB329BF865E552B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 3EAA6358A36A70306401F2B57E6704F7 /* Build configuration list for PBXAggregateTarget "UMFileSystemInterface" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - DB1BE5F141E2C70CE4E954662D199AC0 /* Debug */, - 9B5B4AC11987C3B697B6EEE737C8F603 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 4196853A4D453733BF655E16230F1D7D /* Build configuration list for PBXAggregateTarget "RCTRequired" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D274B64804D79799479B0BBAD09744D3 /* Debug */, - 284CA3D07B29CA819FD96D8F4D8CC169 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 473EF26B27452FA71B55A9F7B2D9C0B0 /* Build configuration list for PBXAggregateTarget "React-callinvoker" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 15E26D19AD58A030F183FF46AD865DEA /* Debug */, - 8B89B1A08F561B9B90CAE478F6A184A0 /* Release */, + 7AA9AC9263634B0D61D6630C4D44F663 /* Debug */, + 7C67B00D4006D697D617E951D2DBF9CA /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39165,11 +38981,38 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 48E9B7E18674ACF2A55997FE5D85AB3D /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */ = { + 4A020416D87D62BA1A0BAFE553B027CB /* Build configuration list for PBXNativeTarget "React-Core" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0278AAC31EEE2A8B1F78388E7E895BDB /* Debug */, - E467EA58A631A5CA99AD6450D86627CA /* Release */, + ED5A018D1E55B9B3AAC1AADE9A4700D3 /* Debug */, + 0AAFB00A8E9CC7062CCA4710EB53C17A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 4F2412987EC351380CAF4123B9FD46FB /* Build configuration list for PBXAggregateTarget "RCTRequired" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CC08FDB483D36CD241C9794F11684469 /* Debug */, + F847460C218D909A5E6CB61E49BF81AE /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 532D71872F15271A03B4B90443943E29 /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 134DC3AA1E6A4621ED6C680EEE7C681E /* Debug */, + AD4C4EA26ADD55326064FB27B50A1D5E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 536F2AFDA66292AA9E3607E1E87FEBC3 /* Build configuration list for PBXNativeTarget "React-RCTVibration" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 31FD74A64E1E50DB872C19AB78D63A1D /* Debug */, + 6C55EF35299020CC4D9A8AA5F8ED242C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39183,24 +39026,6 @@ 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 = ( - 3C75C521C18106455172257F4A2396B8 /* Debug */, - B36AB15C5E16F3D7C814B930E2DFB827 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 5B7AF4A60B5F86191A4466E1625487C2 /* Build configuration list for PBXNativeTarget "EXVideoThumbnails" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39210,6 +39035,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5C38B8D88AD3F41453BB5317649F071A /* Build configuration list for PBXNativeTarget "RNImageCropPicker-QBImagePicker" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D63161B2C7D34C0A56E9A8088C249041 /* Debug */, + 4767A7CA3E3BE5F619D2BEE79A72618B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 5C77EEA53580AAFA9740D0641DA14530 /* Build configuration list for PBXNativeTarget "React-cxxreact" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + BC21C1154821AB14671C6204A864132F /* Debug */, + F1A7C9AC2E3641947922B56052E8DA6B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5D29B9A477732684F0FCCF9A9F1B62BD /* Build configuration list for PBXNativeTarget "ReactNativeART" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39246,6 +39089,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5F1086870C1B4562D3D376F5F28E603F /* Build configuration list for PBXNativeTarget "React-RCTSettings" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 8CE8502C359CC8E77EE0A284752615E1 /* Debug */, + 97E20EA3DA23B90CB0B39B22E9585E27 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 6004595C521F31C81DD8A9D17376E80B /* Build configuration list for PBXAggregateTarget "React-RCTActionSheet" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0D7C234C85EEB0164956A18F9585EA6F /* Debug */, + CDDF8DB5F2EB8504F11CEAFB7F7B4DBC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 605CC29D7156D752543602490EE76CE4 /* Build configuration list for PBXNativeTarget "react-native-slider" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39255,24 +39116,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6152F02CC65884F83EFDA50B0CFC07C1 /* Build configuration list for PBXAggregateTarget "React-RCTActionSheet" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 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; - }; 64DE8BBF2E149B50B066EB1C1046523C /* Build configuration list for PBXNativeTarget "MMKV" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39282,11 +39125,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6A3D1EAED331DC049E2F2539FF84C85E /* Build configuration list for PBXNativeTarget "FBReactNativeSpec" */ = { + 65AC36CE20653232998757D7855889CB /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */ = { isa = XCConfigurationList; buildConfigurations = ( - F9C873A329B624ADA330C62F5DE32497 /* Debug */, - FED6EBFB2B300FD2EF2F30420E94650B /* Release */, + 5135E0B29C80EFDC4E21B2E595A7A626 /* Debug */, + 389EA194564C37B7C61F5B8B4FBF30D5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39300,20 +39143,38 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6DD53296479F50CD1C3BC24B29EAD994 /* Build configuration list for PBXNativeTarget "RNFBApp" */ = { + 6AC8BDDB0AE7274239A3D22F62848C93 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */ = { isa = XCConfigurationList; buildConfigurations = ( - 296C3EAC2895088FCE6939931E139D00 /* Debug */, - F129DD72E6C9D0137CBA673877222DB7 /* Release */, + 723299D2AB111B4FAEA7AB0B38B0AE19 /* Debug */, + 45A7EA2AD5E1883DB580ED5C061EFAD5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7134511ABE33086F91DA69DCACBA42D3 /* Build configuration list for PBXNativeTarget "React-Core" */ = { + 6D4C17CC99363B596296072D28C6246E /* Build configuration list for PBXNativeTarget "Yoga" */ = { isa = XCConfigurationList; buildConfigurations = ( - B795CD113EC68CFB942C1695FB999EDD /* Debug */, - 7EEF039496FADAB5D3D1359DF8CE5F86 /* Release */, + F2E346C0C744C00614A367A90F4A707A /* Debug */, + 5B343B98BB47A818C37412476EE3FDD7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 6FA1CCB1B450B88CE79EC3FB2032A381 /* Build configuration list for PBXAggregateTarget "React" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4E3E5572A28859DF58E1D6B5FEE6160D /* Debug */, + 96E52B3E06F37EF95AEED051902A5A9C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 721230FCEF2DD2866BF353B1F9DB7244 /* Build configuration list for PBXNativeTarget "DoubleConversion" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + EB5A2C59374AF1F1E9BB442B36DCF1D0 /* Debug */, + 0AFED5AA89F417F654448D8F96D8A790 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39327,11 +39188,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7639DDA105231FCED01ACD92C023BD94 /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics" */ = { + 74C58781318BABEE67E4529DBB1AB9C2 /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1B392EB7BBE18918383044433F147DC5 /* Debug */, - C44282CE539DB2CA52D8B7A2A3D927DC /* Release */, + 847C4E70B4B00CAFA1B1170CA4FC2EC2 /* Debug */, + A7E5D339BEF2EA16C7747B4015E69460 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 77549BE9169DD9B6B47D0B93CC9A8808 /* Build configuration list for PBXAggregateTarget "React-callinvoker" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B400C709A8E3B8CCA833E1D50F5FCEB9 /* Debug */, + 299C74AA6AB4A7069321B701BDBE813D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39354,6 +39224,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 7997B23239E911FF887EC57C1FECE831 /* Build configuration list for PBXAggregateTarget "FBLazyVector" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 2A97B379E39595CCACB769412A0B2462 /* Debug */, + C6C88E3799D8070887F4BCF679797C29 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 7B8B9FF06DE46BC17D81EF6C4BD6ADC2 /* Build configuration list for PBXNativeTarget "FlipperKit" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39363,20 +39242,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7CF0E0709DEBE09D15FD8CF7EEDA6480 /* Build configuration list for PBXNativeTarget "libwebp" */ = { + 7DBA8939EE94E69812B731918F6C13D9 /* Build configuration list for PBXNativeTarget "TOCropViewController" */ = { isa = XCConfigurationList; buildConfigurations = ( - 59AA294F7F49ACF6E60197778E5AFB21 /* Debug */, - B29F2B441010739689D2DFE0D4E6FA48 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 7E58472859BD52003B764E7624E50D1B /* Build configuration list for PBXNativeTarget "Pods-defaults-Rocket.Chat" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F5C3B938D4EEB80B8E15FA6A8DAC2B7D /* Debug */, - ACC5B275D065F64258CB096489505A1F /* Release */, + 9C9A4DEF48D6560777445BFEA11E3BD9 /* Debug */, + 910413BB4E07A40C6B5248FD35C34340 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39390,15 +39260,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7FD4B67B6D85C5202A220303DB19967D /* Build configuration list for PBXNativeTarget "Flipper-DoubleConversion" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F0F5EEE12D4F3915AD8B8A2843E8D234 /* Debug */, - 6178B046DC6DAD27F254239A059E3D33 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 81CEF1F6B54596B5F509060E1220EB10 /* Build configuration list for PBXNativeTarget "EXAV" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39408,11 +39269,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8285E1ACF4197F3E409804285250EA22 /* Build configuration list for PBXNativeTarget "Flipper-Folly" */ = { + 82C66720D1103EF6A4A94DBC4460DCF2 /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( - 42377AEF19CF59F36FB7917A989EF2D8 /* Debug */, - FBB2493B481348586F8BCAA5C7A31AEC /* Release */, + 6080288AEA9BCF79DEA7F53AD2B47AAF /* Debug */, + 8572B745DA8755022C6D017862506B06 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39426,15 +39287,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8598985B785143769BA18643EE6E4747 /* Build configuration list for PBXNativeTarget "React-cxxreact" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 500147AEE9488CEC1AF465A78CC039B7 /* Debug */, - 3F25406BC987009CD58215A93180E2BC /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 85A61D8FBB532F0701436DCC24AAB3BA /* Build configuration list for PBXNativeTarget "React-CoreModules" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39444,20 +39296,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 86424EF1FD6CD8932C815759C2481D5A /* Build configuration list for PBXNativeTarget "YogaKit" */ = { + 8CB34A9973C1AF69EAE6AE3305FDABCE /* Build configuration list for PBXNativeTarget "UMCore" */ = { isa = XCConfigurationList; buildConfigurations = ( - 555D679F0D0CB1BEEF55DA7E4DF97AA5 /* Debug */, - 4736EF55BFAA5758771FDFAAA1EEA457 /* Release */, + 9DC1047742CF655A283D73B788E1C219 /* Debug */, + FFF4313F599124919FE7DFC3799B5A95 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8A3A56D85B48B38B48EB9C0997FCC8FC /* Build configuration list for PBXNativeTarget "React-RCTImage" */ = { + 912EAB049FE0B8260E01DE4A159971E8 /* Build configuration list for PBXNativeTarget "Pods-NotificationService" */ = { isa = XCConfigurationList; buildConfigurations = ( - FF63028D546DDD38DCEEDD44E5019C3B /* Debug */, - D82F1F73E6BAB818F64F22CBAF8DAB6A /* Release */, + 4AE979ACC0308E5BC3112E30A1177E1E /* Debug */, + 96453861C6F0D9D28C482D5BB2EE08A3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39471,20 +39323,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9548D2B018583428824F3A29588AA7F4 /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */ = { + 92658F0ED2798C66F289238AD197E25F /* Build configuration list for PBXNativeTarget "react-native-notifications" */ = { isa = XCConfigurationList; buildConfigurations = ( - CA8AD6E7B92BE502F7D6D23EE78D6721 /* Debug */, - 8BF34B18C84D5B3803E0A2EACD91EC70 /* Release */, + B3D3DA9B2A51649048F0B36F27086C88 /* Debug */, + F72F3900BAF7760892E55BB3BBB9E442 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 99AD276357F7332F893095DEA03E6D80 /* Build configuration list for PBXNativeTarget "React-RCTBlob" */ = { + 986021632BE94B4BC6C50DEAE16E8F18 /* Build configuration list for PBXNativeTarget "React-Core-AccessibilityResources" */ = { isa = XCConfigurationList; buildConfigurations = ( - EA7F8F12F0A75F98F4A00938197BB82C /* Debug */, - 95CEB505F2D00D923F1B8873193BCFC8 /* Release */, + B4307F7A40FF54054293C4A840A1410E /* Debug */, + BABD54D5710BCE019C62DFA813CC5C9D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 998587A68208CE7AE2926C5D852F4E88 /* Build configuration list for PBXNativeTarget "UMPermissionsInterface" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 8B3F7BD7EECD83760DA6905B4078742B /* Debug */, + EDE7E121F346CB01A40C68FEA2FCD86C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39498,15 +39359,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9BCF68CB9635471364DB455867B28F93 /* Build configuration list for PBXNativeTarget "React-RCTLinking" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E38B421ED25B1A7F21D51135635FE42F /* Debug */, - D56A4DF8ADCEBDA81C123823AE60908D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; A01BFD55AE429991E8ECE0AEF21923C5 /* Build configuration list for PBXNativeTarget "RNConfigReader" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39525,11 +39377,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A072199B29CA132D9703551CCB242DC6 /* Build configuration list for PBXNativeTarget "UMPermissionsInterface" */ = { + A0F07839CB0D12CB6A04ACD8D016E8E3 /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoder" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7AB3D2FC79DC820C4E7D13B24D73F053 /* Debug */, - 907CA54E5A2061925BBEFB7578DEDD76 /* Release */, + B09FA2E464432F8CD3E51C1ECA2D7F24 /* Debug */, + 9CFA1A3FBAE29A45830A7C4D3DE44C42 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39561,20 +39413,38 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A985D3F6FA56980595207C020231CBA4 /* Build configuration list for PBXNativeTarget "Flipper-Glog" */ = { + A463DEA91D789CC6660C1A930BAAC6E9 /* Build configuration list for PBXNativeTarget "React-jsinspector" */ = { isa = XCConfigurationList; buildConfigurations = ( - D8CC2289D84A8823CD842A6F46355F5F /* Debug */, - 3CDD36D8549E1F4DB1899F1EFF21199A /* Release */, + 88DACF767D6E980F1BDAE53F9889E965 /* Debug */, + 9B495755C26EAD150E86D2D217ED166C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - AAD60E62DD1389164E61B65BFFEB5BE7 /* Build configuration list for PBXNativeTarget "TOCropViewController" */ = { + A4B60289D5448974DA13EC4BBFF653A9 /* Build configuration list for PBXNativeTarget "FirebaseCore" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6F2F89CD8A6C26255DC731C672230553 /* Debug */, - 2B25A4305E3BD352856BE38942B73076 /* Release */, + 0BE880D556AA51ECC93247399490A630 /* Debug */, + 4ABA68122DAB11706F112A9C0E1C9D13 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + A7A5A3C82604CFC71510ABA0EE936F92 /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 2CEDB09E1253878D032C95382BF9BC5F /* Debug */, + B10C54E2391C19D81F16AE5A10235B41 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + ADF54A880C2D910178293DA39981646F /* Build configuration list for PBXNativeTarget "React-RCTText" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6183B68BE1E55EF53ACA0A344BE523A4 /* Debug */, + BC6EA95E1EE0FEDD7DC19DE46CD15C4B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39597,24 +39467,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - AEFD83DDE12BA292E6D973A05AF27A2A /* Build configuration list for PBXAggregateTarget "FBLazyVector" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 55040F9F4528366AB0738D595768748B /* Debug */, - 80D9907407A502A9E17EFD68B595EFDA /* Release */, - ); - 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 = ( @@ -39624,20 +39476,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B23AB0A3DEAFA9C5A59992B99CAE31D5 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */ = { + B5E1C7EA39B3AF84C1CDC7493A28A23B /* Build configuration list for PBXAggregateTarget "UMConstantsInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5C10219B871D1C1F64123A7EE193A2A9 /* Debug */, - 5C021E5A18C66239DB6EB0742F7F6801 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - B41BB4FF42F4655FD0DE0FD4B54A1364 /* Build configuration list for PBXNativeTarget "PromisesObjC" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F51A1C83A2E9549EDDB2F63DC6E3A151 /* Debug */, - 26F88B4D24B19C2A25971E3193DA6FDC /* Release */, + C01C29D2D4594C56593A7FD417A77110 /* Debug */, + 9C93DC461AED9894263383BABA6BF781 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39651,11 +39494,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B8198E1C72E8DA0A69E1024353E1C138 /* Build configuration list for PBXNativeTarget "React-Core-AccessibilityResources" */ = { + B7D927D20D9BC7F01A2278A923DF04D3 /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */ = { isa = XCConfigurationList; buildConfigurations = ( - 31FDB76878F35640CB9C117AED83EC71 /* Debug */, - C41918B6774A34275FC11149DC857CE1 /* Release */, + B626DBF74BEC2AAA04ABB3FF968856E1 /* Debug */, + 3D5217B083BFD55B5F63AA09422E74EA /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39669,29 +39512,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - BA0EC386D6BE379538C4814592A45115 /* Build configuration list for PBXNativeTarget "React-RCTVibration" */ = { + B907F36A10A920EEFA2CB910F3286BF7 /* Build configuration list for PBXAggregateTarget "OpenSSL-Universal" */ = { isa = XCConfigurationList; buildConfigurations = ( - D85A5A009377EFAA1866C72E788F7660 /* Debug */, - 85D1D6E6CDDB2D3967F5D42BEE82DE6D /* Release */, + 66E9230773C79F96AE50438939808C07 /* Debug */, + 9B49A303761858CC661CA3698CE0C979 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - BABC371BF3BCE359A716FE722EDCE630 /* Build configuration list for PBXNativeTarget "glog" */ = { + BF1A90088B416DDAF1ABED20237B98FC /* Build configuration list for PBXNativeTarget "nanopb" */ = { isa = XCConfigurationList; buildConfigurations = ( - 3168C0C50D72FC24FD91F8EE942C4657 /* Debug */, - 3123B551A3EE7955088B9A55138D5415 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - BD85A96B3C42A6A40A07361D92BFA93A /* Build configuration list for PBXNativeTarget "GoogleDataTransportCCTSupport" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - FB8A71FE57F728827B0A285C76031DF9 /* Debug */, - DFE3D2C1B0142C84FEAA5CD73DB9034E /* Release */, + 9F3948C7AD8DEA2BFBDDEB406E01BA39 /* Debug */, + 52C41E24493583E5247FD21595FD0556 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39714,11 +39548,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C386EF60DEB60E6B34D30DC1927843E5 /* Build configuration list for PBXNativeTarget "MMKVCore" */ = { + C5FD195B5A6EA48B88C7894676EC2240 /* Build configuration list for PBXNativeTarget "SDWebImage" */ = { isa = XCConfigurationList; buildConfigurations = ( - D85FED984316C9A59AA98BDA48F31ACC /* Debug */, - 59BD51A20EDC884F8AF19B2D5713C7BE /* Release */, + 884B808B434B573FFC0009E9D38712A9 /* Debug */, + C0159831CD7EAA5D0408FA1FD7286F01 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39741,15 +39575,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C7FBFE582FBFF13F602500C33B2A524D /* Build configuration list for PBXNativeTarget "Folly" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 878427B4CF6043E92F33A36636F5024D /* Debug */, - F1072CAD264D91126121DD00267BBDBE /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; C840844FBC13DD35AE08F6C446033DB1 /* Build configuration list for PBXNativeTarget "RNDateTimePicker" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39759,20 +39584,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - CBC2EA4D1FF0154A7F732E71D8A78F8F /* Build configuration list for PBXAggregateTarget "OpenSSL-Universal" */ = { + CBFBD9C8272B3D2719665208349EEBDE /* Build configuration list for PBXNativeTarget "React-RCTBlob" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0EC8F41457242D86314C7170FAB4EFBC /* Debug */, - 44A1911298B33D1684C987CBFCC753E0 /* Release */, + BDBC3EDA0FE51E170B7DAAF77E04CF56 /* Debug */, + E5D5E5F5F3C4E28559C8EC0FBC1F8D9E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - CF59A6DA10BF9FB9938D9C7999DB17AE /* Build configuration list for PBXNativeTarget "TOCropViewController-TOCropViewControllerBundle" */ = { + CEA3B883F04B69A8422870A2205F91A8 /* Build configuration list for PBXNativeTarget "FBReactNativeSpec" */ = { isa = XCConfigurationList; buildConfigurations = ( - B9511F30D6576F298BF65735A0917770 /* Debug */, - 58931928B751A7861ED4F34C316B9CD7 /* Release */, + 98B23A297B25690DCD3A4EA615313CF4 /* Debug */, + E9A13D47A3EC784234B9A3DC271241FF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39786,15 +39611,6 @@ 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 = ( @@ -39813,15 +39629,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D51945AD4C954B4A1CF523B84FDB8277 /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9178D06534AD779D4E35B86AD33A879A /* Debug */, - 26C28667592B12A8E8B81B16B7ADE210 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; D5986FE54F103B1BD58EFC1C3F225D8F /* Build configuration list for PBXAggregateTarget "CocoaLibEvent" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39831,6 +39638,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + D7F5760573BB6DD3094A31BBF26EADAD /* Build configuration list for PBXNativeTarget "PromisesObjC" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 2B6634142DF922639C54C56203068756 /* Debug */, + B8B6882932268DB4B1BC5731DAC6E2D9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D905E66D0811D9136CB1DB58677609EE /* Build configuration list for PBXNativeTarget "Pods-defaults-RocketChatRN" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0383D9E67E328B9D20B644C78FFB8C07 /* Debug */, + 3FE3488C577B86848E86C6EAFE4C8C3D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; D9A2380A865EA8C3CFAC7DFE9517C89F /* Build configuration list for PBXNativeTarget "EXImageLoader" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39840,11 +39665,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DCF7F11097D2457233B3A62DE52D5E26 /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */ = { + DB4C501604C6BA36B77AB56C7EFDF549 /* Build configuration list for PBXNativeTarget "Pods-defaults-Rocket.Chat" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6D7F9A2BDC74C558C1694F127E8EDE56 /* Debug */, - 25C2F82475AD9547B497B27665BFE5BC /* Release */, + 9280322F4DD4699DB080723786496252 /* Debug */, + B3D362FD06F721420575F383E38E3FA8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39858,15 +39683,6 @@ 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 = ( @@ -39885,20 +39701,38 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E3579EB337684834CE5F2834DBD1F9BC /* Build configuration list for PBXNativeTarget "SDWebImage" */ = { + E424E81E304F3E3FCA54E7194C9B1386 /* Build configuration list for PBXNativeTarget "Flipper-DoubleConversion" */ = { isa = XCConfigurationList; buildConfigurations = ( - EEB359810F83A957A7E60801CDA9683B /* Debug */, - BBBA50CA3D7646EA3A1EE1C8BA4AB0DC /* Release */, + 1DFA3248C5363852D11D0F7940BBA3F6 /* Debug */, + D303A591BAF3AC0538CB84CE86365D79 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E545F7E8F6749858392C91D82E1058E6 /* Build configuration list for PBXNativeTarget "nanopb" */ = { + E42ED1A29AD2C62FA883E3FB9C2218E7 /* Build configuration list for PBXNativeTarget "glog" */ = { isa = XCConfigurationList; buildConfigurations = ( - C302DBF05B2F48E8CCEFE82A3BE33967 /* Debug */, - 5B8E9A01D4B2D0211EE85BB22E41ACCA /* Release */, + 8B1DC446CCB80D8DBA0C2DAE78BA99F7 /* Debug */, + D82C9EC9FD9F3071EBC7EBFAB85FBFB6 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + E449DA36DD11BC1BEB84865AA699F973 /* Build configuration list for PBXNativeTarget "libwebp" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 52177DF869FDEADDC54E2C4FD5BA59BA /* Debug */, + 1FAC7E6715AE6B1F12DC61FA7B4F43CA /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + E5AA5614B8E54319EFED4ACDC969E691 /* Build configuration list for PBXAggregateTarget "UMFileSystemInterface" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1A8B46814796521B7D21F0B780712D57 /* Debug */, + DE3329B734F61D71B92CB25B3FA194EC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39912,24 +39746,6 @@ 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; - }; E9270BC373B2DAD6CC72B79271AB3E6B /* Build configuration list for PBXNativeTarget "Flipper-PeerTalk" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39939,29 +39755,47 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EFB6A1D8B888DB6965868BDF09B19FF6 /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */ = { + EAF0E44C93D56471D42CE80D840353F9 /* Build configuration list for PBXNativeTarget "RNFBAnalytics" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6F2D4F7885760E049D07F20C1EC606E9 /* Debug */, - B64512D4AB2D32EA75C5E14BDFFB1247 /* Release */, + 9E407B16EA7C93F4C3F37D42C39DC20A /* Debug */, + 2F99CFD8B41020E6A9CEAFCE7A0021BD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F111719BAE4C0547C9E515A490C75B54 /* Build configuration list for PBXNativeTarget "RNFBAnalytics" */ = { + EB6159666777F4FB81CDB33F5DAB81F6 /* Build configuration list for PBXNativeTarget "React-RCTLinking" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4E54B3FAAE249652B3A60E4A21D8A3C6 /* Debug */, - 7DC9963EDA5319FB6AC6DF6367BB86F6 /* Release */, + AE9F10EED5065C35D8894054160912DC /* Debug */, + DF082AC7C7E54A6DFABAAD782C07FAEC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F1720881208CB5C70BED3E3AAB7FD642 /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */ = { + ECFBEFAB9811F1632624BD11817AD4E5 /* Build configuration list for PBXNativeTarget "RCTTypeSafety" */ = { isa = XCConfigurationList; buildConfigurations = ( - 00346BC8A579C120FF2062634D9C6B42 /* Debug */, - 321A45BF474BAC18B8C03FE9E299B927 /* Release */, + FC617BB3E3259D03CCD40DDEE40FA5D5 /* Debug */, + 1F51BE5A9C437261C01F6A310B4DA332 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + F25C27535D3EEED7AB2D7B287549E898 /* Build configuration list for PBXNativeTarget "React-RCTImage" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D650C5F5033FF1D5F4C2472EE55D03E7 /* Debug */, + 61B5D808F856B5A893A0DB3E912CD601 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + F269C2899842165C23779FC0CA39E4D4 /* Build configuration list for PBXNativeTarget "ReactCommon" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E7C01B87E59D7BBEAD7F3B170D2E6197 /* Debug */, + 8F93B8E12FBD12819043B0069CBF68E4 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39975,15 +39809,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F8DC066BC8FB56D6E3F511EDE01A7DC2 /* Build configuration list for PBXAggregateTarget "UMConstantsInterface" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2BA0A942925FE60D5696597B28EBBFC4 /* Debug */, - 5367F1C2D55A26D59CA32DE260D33A9C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; FA2A74D09995384A218EF4556212EE28 /* Build configuration list for PBXNativeTarget "EXLocalAuthentication" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39996,8 +39821,8 @@ FE55206A0E61B2AC0BF61797ED8E4D47 /* Build configuration list for PBXAggregateTarget "Firebase" */ = { isa = XCConfigurationList; buildConfigurations = ( - 916382E6528A50D71E3AF4BB4F713975 /* Debug */, - 319D93C25C4B6C3E0AA156CBF7D7300E /* Release */, + D5BF031F2149C131CDB98DBB00528493 /* Debug */, + EE8F225B23FBC1ACEA5116F6C0CD7571 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/ios/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Wrap.m b/ios/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Wrap.m index 3d3341eb5..ee10951c4 100644 --- a/ios/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Wrap.m +++ b/ios/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Wrap.m @@ -133,7 +133,7 @@ if (error) { reject(error); } else { - fulfill(@[ value1, value2 ]); + fulfill(@[ value1 ?: [NSNull null], value2 ?: [NSNull null] ]); } }); }]; diff --git a/ios/Pods/Target Support Files/Firebase/Firebase.debug.xcconfig b/ios/Pods/Target Support Files/Firebase/Firebase.debug.xcconfig index 68562cfa7..166b97100 100644 --- a/ios/Pods/Target Support Files/Firebase/Firebase.debug.xcconfig +++ b/ios/Pods/Target Support Files/Firebase/Firebase.debug.xcconfig @@ -1,9 +1,9 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Firebase -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurementWithoutAdIdSupport" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Firebase" "${PODS_ROOT}/Headers/Public" "${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/nanopb" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Firebase" "${PODS_ROOT}/Headers/Public" "${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/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/nanopb" 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/Firebase/Firebase.release.xcconfig b/ios/Pods/Target Support Files/Firebase/Firebase.release.xcconfig index 68562cfa7..166b97100 100644 --- a/ios/Pods/Target Support Files/Firebase/Firebase.release.xcconfig +++ b/ios/Pods/Target Support Files/Firebase/Firebase.release.xcconfig @@ -1,9 +1,9 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Firebase -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurementWithoutAdIdSupport" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Firebase" "${PODS_ROOT}/Headers/Public" "${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/nanopb" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Firebase" "${PODS_ROOT}/Headers/Public" "${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/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/nanopb" 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/FirebaseAnalytics/FirebaseAnalytics-xcframeworks.sh b/ios/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks.sh new file mode 100755 index 000000000..dd9c046c2 --- /dev/null +++ b/ios/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks.sh @@ -0,0 +1,153 @@ +#!/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 + + +# 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 .*.??????") + + +copy_dir() +{ + local source="$1" + local destination="$2" + + # 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/\" \"${source}\" \"${destination}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" "${source}" "${destination}" +} + +SELECT_SLICE_RETVAL="" + +select_slice() { + local paths=("$@") + # Locate the correct slice of the .xcframework for the current architectures + local target_path="" + + # Split archs on space so we can find a slice that has all the needed archs + local target_archs=$(echo $ARCHS | tr " " "\n") + + local target_variant="" + if [[ "$PLATFORM_NAME" == *"simulator" ]]; then + target_variant="simulator" + fi + if [[ ! -z ${EFFECTIVE_PLATFORM_NAME+x} && "$EFFECTIVE_PLATFORM_NAME" == *"maccatalyst" ]]; then + target_variant="maccatalyst" + fi + for i in ${!paths[@]}; do + local matched_all_archs="1" + for target_arch in $target_archs + do + if ! [[ "${paths[$i]}" == *"$target_variant"* ]]; then + matched_all_archs="0" + break + fi + + # Verifies that the path contains the variant string (simulator or maccatalyst) if the variant is set. + if [[ -z "$target_variant" && ("${paths[$i]}" == *"simulator"* || "${paths[$i]}" == *"maccatalyst"*) ]]; then + matched_all_archs="0" + break + fi + + # This regex matches all possible variants of the arch in the folder name: + # Let's say the folder name is: ios-armv7_armv7s_arm64_arm64e/CoconutLib.framework + # We match the following: -armv7_, _armv7s_, _arm64_ and _arm64e/. + # If we have a specific variant: ios-i386_x86_64-simulator/CoconutLib.framework + # We match the following: -i386_ and _x86_64- + # When the .xcframework wraps a static library, the folder name does not include + # any .framework. In that case, the folder name can be: ios-arm64_armv7 + # We also match _armv7$ to handle that case. + local target_arch_regex="[_\-]${target_arch}([\/_\-]|$)" + if ! [[ "${paths[$i]}" =~ $target_arch_regex ]]; then + matched_all_archs="0" + break + fi + done + + if [[ "$matched_all_archs" == "1" ]]; then + # Found a matching slice + echo "Selected xcframework slice ${paths[$i]}" + SELECT_SLICE_RETVAL=${paths[$i]} + break + fi + done +} + +install_library() { + local source="$1" + local name="$2" + local destination="${PODS_XCFRAMEWORKS_BUILD_DIR}/${name}" + + # Libraries can contain headers, module maps, and a binary, so we'll copy everything in the folder over + + local source="$binary" + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" \"${source}/*\" \"${destination}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" "${source}/*" "${destination}" +} + +# Copies a framework to derived data for use in later build phases +install_framework() +{ + local source="$1" + local name="$2" + local destination="${PODS_XCFRAMEWORKS_BUILD_DIR}/${name}" + + if [ ! -d "$destination" ]; then + mkdir -p "$destination" + fi + + copy_dir "$source" "$destination" + echo "Copied $source to $destination" +} + +install_xcframework_library() { + local basepath="$1" + local name="$2" + local paths=("$@") + + # Locate the correct slice of the .xcframework for the current architectures + select_slice "${paths[@]}" + local target_path="$SELECT_SLICE_RETVAL" + if [[ -z "$target_path" ]]; then + echo "warning: [CP] Unable to find matching .xcframework slice in '${paths[@]}' for the current build architectures ($ARCHS)." + return + fi + + install_framework "$basepath/$target_path" "$name" +} + +install_xcframework() { + local basepath="$1" + local name="$2" + local package_type="$3" + local paths=("$@") + + # Locate the correct slice of the .xcframework for the current architectures + select_slice "${paths[@]}" + local target_path="$SELECT_SLICE_RETVAL" + if [[ -z "$target_path" ]]; then + echo "warning: [CP] Unable to find matching .xcframework slice in '${paths[@]}' for the current build architectures ($ARCHS)." + return + fi + local source="$basepath/$target_path" + + local destination="${PODS_XCFRAMEWORKS_BUILD_DIR}/${name}" + + if [ ! -d "$destination" ]; then + mkdir -p "$destination" + fi + + copy_dir "$source/" "$destination" + + echo "Copied $source to $destination" +} + +install_xcframework "${PODS_ROOT}/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework" "FirebaseAnalytics" "framework" "ios-arm64_i386_x86_64-simulator" "ios-arm64_armv7" + diff --git a/ios/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.debug.xcconfig b/ios/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.debug.xcconfig index 48ef4752f..fbea506a6 100644 --- a/ios/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.debug.xcconfig +++ b/ios/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.debug.xcconfig @@ -1,9 +1,9 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAnalytics -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurementWithoutAdIdSupport" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${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/nanopb" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/nanopb" 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/FirebaseAnalytics/FirebaseAnalytics.release.xcconfig b/ios/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.release.xcconfig index 48ef4752f..fbea506a6 100644 --- a/ios/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.release.xcconfig +++ b/ios/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.release.xcconfig @@ -1,9 +1,9 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAnalytics -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurementWithoutAdIdSupport" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${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/nanopb" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/nanopb" 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/FirebaseCore/FirebaseCore.debug.xcconfig b/ios/Pods/Target Support Files/FirebaseCore/FirebaseCore.debug.xcconfig index 2c7c3275f..d08bd7504 100644 --- a/ios/Pods/Target Support Files/FirebaseCore/FirebaseCore.debug.xcconfig +++ b/ios/Pods/Target Support Files/FirebaseCore/FirebaseCore.debug.xcconfig @@ -2,8 +2,8 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore GCC_C_LANGUAGE_STANDARD = c99 -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 FIRCore_VERSION=6.8.1 Firebase_VERSION=6.27.1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FirebaseCore" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_TARGET_SRCROOT}" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 Firebase_VERSION=8.1.0 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FirebaseCore" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_TARGET_SRCROOT}" OTHER_CFLAGS = $(inherited) -fno-autolink PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/ios/Pods/Target Support Files/FirebaseCore/FirebaseCore.release.xcconfig b/ios/Pods/Target Support Files/FirebaseCore/FirebaseCore.release.xcconfig index 2c7c3275f..d08bd7504 100644 --- a/ios/Pods/Target Support Files/FirebaseCore/FirebaseCore.release.xcconfig +++ b/ios/Pods/Target Support Files/FirebaseCore/FirebaseCore.release.xcconfig @@ -2,8 +2,8 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore GCC_C_LANGUAGE_STANDARD = c99 -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 FIRCore_VERSION=6.8.1 Firebase_VERSION=6.27.1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FirebaseCore" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_TARGET_SRCROOT}" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 Firebase_VERSION=8.1.0 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FirebaseCore" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_TARGET_SRCROOT}" OTHER_CFLAGS = $(inherited) -fno-autolink PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/ios/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.debug.xcconfig b/ios/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.debug.xcconfig index 6014c9e99..ab79b8706 100644 --- a/ios/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.debug.xcconfig +++ b/ios/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.debug.xcconfig @@ -5,7 +5,7 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostic GCC_C_LANGUAGE_STANDARD = c99 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 GCC_TREAT_WARNINGS_AS_ERRORS = YES -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_TARGET_SRCROOT}" "${PODS_TARGET_SRCROOT}/Firebase/CoreDiagnostics/" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_TARGET_SRCROOT}" 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/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.release.xcconfig b/ios/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.release.xcconfig index 6014c9e99..ab79b8706 100644 --- a/ios/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.release.xcconfig +++ b/ios/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.release.xcconfig @@ -5,7 +5,7 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostic GCC_C_LANGUAGE_STANDARD = c99 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 GCC_TREAT_WARNINGS_AS_ERRORS = YES -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_TARGET_SRCROOT}" "${PODS_TARGET_SRCROOT}/Firebase/CoreDiagnostics/" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_TARGET_SRCROOT}" 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/FirebaseCrashlytics/FirebaseCrashlytics.debug.xcconfig b/ios/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.debug.xcconfig index da75023e6..b4ef0db0e 100644 --- a/ios/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.debug.xcconfig +++ b/ios/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.debug.xcconfig @@ -2,9 +2,8 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics GCC_C_LANGUAGE_STANDARD = c99 -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 DISPLAY_VERSION=4.2.0 CLS_SDK_NAME="Crashlytics iOS SDK" PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public" "${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/nanopb" "${PODS_TARGET_SRCROOT}" -OTHER_LD_FLAGS = $(inherited) -sectcreate __TEXT __info_plist +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 CLS_SDK_NAME="Crashlytics iOS SDK" PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public" "${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/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_TARGET_SRCROOT}" 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/FirebaseCrashlytics/FirebaseCrashlytics.release.xcconfig b/ios/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.release.xcconfig index da75023e6..b4ef0db0e 100644 --- a/ios/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.release.xcconfig +++ b/ios/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.release.xcconfig @@ -2,9 +2,8 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics GCC_C_LANGUAGE_STANDARD = c99 -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 DISPLAY_VERSION=4.2.0 CLS_SDK_NAME="Crashlytics iOS SDK" PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public" "${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/nanopb" "${PODS_TARGET_SRCROOT}" -OTHER_LD_FLAGS = $(inherited) -sectcreate __TEXT __info_plist +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 CLS_SDK_NAME="Crashlytics iOS SDK" PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public" "${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/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_TARGET_SRCROOT}" 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/FirebaseInstallations/FirebaseInstallations.debug.xcconfig b/ios/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.debug.xcconfig index b6caa5bfb..5028c7bab 100644 --- a/ios/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.debug.xcconfig +++ b/ios/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.debug.xcconfig @@ -2,8 +2,8 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations GCC_C_LANGUAGE_STANDARD = c99 -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 FIRInstallations_LIB_VERSION=1.5.0 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FirebaseInstallations" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${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/nanopb" "${PODS_TARGET_SRCROOT}" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FirebaseInstallations" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_TARGET_SRCROOT}" 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/FirebaseInstallations/FirebaseInstallations.release.xcconfig b/ios/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.release.xcconfig index b6caa5bfb..5028c7bab 100644 --- a/ios/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.release.xcconfig +++ b/ios/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.release.xcconfig @@ -2,8 +2,8 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations GCC_C_LANGUAGE_STANDARD = c99 -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 FIRInstallations_LIB_VERSION=1.5.0 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FirebaseInstallations" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${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/nanopb" "${PODS_TARGET_SRCROOT}" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FirebaseInstallations" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_TARGET_SRCROOT}" 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/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks.sh b/ios/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks.sh new file mode 100755 index 000000000..7f31bbdcc --- /dev/null +++ b/ios/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks.sh @@ -0,0 +1,153 @@ +#!/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 + + +# 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 .*.??????") + + +copy_dir() +{ + local source="$1" + local destination="$2" + + # 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/\" \"${source}\" \"${destination}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" "${source}" "${destination}" +} + +SELECT_SLICE_RETVAL="" + +select_slice() { + local paths=("$@") + # Locate the correct slice of the .xcframework for the current architectures + local target_path="" + + # Split archs on space so we can find a slice that has all the needed archs + local target_archs=$(echo $ARCHS | tr " " "\n") + + local target_variant="" + if [[ "$PLATFORM_NAME" == *"simulator" ]]; then + target_variant="simulator" + fi + if [[ ! -z ${EFFECTIVE_PLATFORM_NAME+x} && "$EFFECTIVE_PLATFORM_NAME" == *"maccatalyst" ]]; then + target_variant="maccatalyst" + fi + for i in ${!paths[@]}; do + local matched_all_archs="1" + for target_arch in $target_archs + do + if ! [[ "${paths[$i]}" == *"$target_variant"* ]]; then + matched_all_archs="0" + break + fi + + # Verifies that the path contains the variant string (simulator or maccatalyst) if the variant is set. + if [[ -z "$target_variant" && ("${paths[$i]}" == *"simulator"* || "${paths[$i]}" == *"maccatalyst"*) ]]; then + matched_all_archs="0" + break + fi + + # This regex matches all possible variants of the arch in the folder name: + # Let's say the folder name is: ios-armv7_armv7s_arm64_arm64e/CoconutLib.framework + # We match the following: -armv7_, _armv7s_, _arm64_ and _arm64e/. + # If we have a specific variant: ios-i386_x86_64-simulator/CoconutLib.framework + # We match the following: -i386_ and _x86_64- + # When the .xcframework wraps a static library, the folder name does not include + # any .framework. In that case, the folder name can be: ios-arm64_armv7 + # We also match _armv7$ to handle that case. + local target_arch_regex="[_\-]${target_arch}([\/_\-]|$)" + if ! [[ "${paths[$i]}" =~ $target_arch_regex ]]; then + matched_all_archs="0" + break + fi + done + + if [[ "$matched_all_archs" == "1" ]]; then + # Found a matching slice + echo "Selected xcframework slice ${paths[$i]}" + SELECT_SLICE_RETVAL=${paths[$i]} + break + fi + done +} + +install_library() { + local source="$1" + local name="$2" + local destination="${PODS_XCFRAMEWORKS_BUILD_DIR}/${name}" + + # Libraries can contain headers, module maps, and a binary, so we'll copy everything in the folder over + + local source="$binary" + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" \"${source}/*\" \"${destination}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" "${source}/*" "${destination}" +} + +# Copies a framework to derived data for use in later build phases +install_framework() +{ + local source="$1" + local name="$2" + local destination="${PODS_XCFRAMEWORKS_BUILD_DIR}/${name}" + + if [ ! -d "$destination" ]; then + mkdir -p "$destination" + fi + + copy_dir "$source" "$destination" + echo "Copied $source to $destination" +} + +install_xcframework_library() { + local basepath="$1" + local name="$2" + local paths=("$@") + + # Locate the correct slice of the .xcframework for the current architectures + select_slice "${paths[@]}" + local target_path="$SELECT_SLICE_RETVAL" + if [[ -z "$target_path" ]]; then + echo "warning: [CP] Unable to find matching .xcframework slice in '${paths[@]}' for the current build architectures ($ARCHS)." + return + fi + + install_framework "$basepath/$target_path" "$name" +} + +install_xcframework() { + local basepath="$1" + local name="$2" + local package_type="$3" + local paths=("$@") + + # Locate the correct slice of the .xcframework for the current architectures + select_slice "${paths[@]}" + local target_path="$SELECT_SLICE_RETVAL" + if [[ -z "$target_path" ]]; then + echo "warning: [CP] Unable to find matching .xcframework slice in '${paths[@]}' for the current build architectures ($ARCHS)." + return + fi + local source="$basepath/$target_path" + + local destination="${PODS_XCFRAMEWORKS_BUILD_DIR}/${name}" + + if [ ! -d "$destination" ]; then + mkdir -p "$destination" + fi + + copy_dir "$source/" "$destination" + + echo "Copied $source to $destination" +} + +install_xcframework "${PODS_ROOT}/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework" "GoogleAppMeasurementWithoutAdIdSupport" "framework" "ios-arm64_i386_x86_64-simulator" "ios-arm64_armv7" + diff --git a/ios/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.debug.xcconfig b/ios/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.debug.xcconfig index 044434b8e..27ac66691 100644 --- a/ios/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.debug.xcconfig +++ b/ios/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.debug.xcconfig @@ -1,7 +1,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/GoogleAppMeasurement -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurementWithoutAdIdSupport" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/nanopb" PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/ios/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.release.xcconfig b/ios/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.release.xcconfig index 044434b8e..27ac66691 100644 --- a/ios/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.release.xcconfig +++ b/ios/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.release.xcconfig @@ -1,7 +1,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/GoogleAppMeasurement -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurementWithoutAdIdSupport" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/nanopb" PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/ios/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.debug.xcconfig b/ios/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.debug.xcconfig index 227a05ae0..8e25348b6 100644 --- a/ios/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.debug.xcconfig +++ b/ios/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.debug.xcconfig @@ -3,9 +3,8 @@ CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport GCC_C_LANGUAGE_STANDARD = c99 -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 GDTCOR_VERSION=6.2.1 -GCC_TREAT_WARNINGS_AS_ERRORS = YES -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/GoogleDataTransport" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_TARGET_SRCROOT}/GoogleDataTransport/" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 GDTCOR_VERSION=9.0.1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/GoogleDataTransport" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_TARGET_SRCROOT}/" 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/GoogleDataTransport/GoogleDataTransport.release.xcconfig b/ios/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.release.xcconfig index 227a05ae0..8e25348b6 100644 --- a/ios/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.release.xcconfig +++ b/ios/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.release.xcconfig @@ -3,9 +3,8 @@ CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport GCC_C_LANGUAGE_STANDARD = c99 -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 GDTCOR_VERSION=6.2.1 -GCC_TREAT_WARNINGS_AS_ERRORS = YES -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/GoogleDataTransport" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_TARGET_SRCROOT}/GoogleDataTransport/" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 GDTCOR_VERSION=9.0.1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/GoogleDataTransport" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_TARGET_SRCROOT}/" 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/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport-dummy.m b/ios/Pods/Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport-dummy.m deleted file mode 100644 index 3c7f55698..000000000 --- a/ios/Pods/Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_GoogleDataTransportCCTSupport : NSObject -@end -@implementation PodsDummy_GoogleDataTransportCCTSupport -@end diff --git a/ios/Pods/Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.debug.xcconfig b/ios/Pods/Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.debug.xcconfig deleted file mode 100644 index 25b1f4ddf..000000000 --- a/ios/Pods/Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.debug.xcconfig +++ /dev/null @@ -1,16 +0,0 @@ -APPLICATION_EXTENSION_API_ONLY = YES -CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport -GCC_C_LANGUAGE_STANDARD = c99 -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 GDTCCTSUPPORT_VERSION=3.2.0 -GCC_TREAT_WARNINGS_AS_ERRORS = YES -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_TARGET_SRCROOT}/GoogleDataTransportCCTSupport/" -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/GoogleDataTransportCCTSupport -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.release.xcconfig b/ios/Pods/Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.release.xcconfig deleted file mode 100644 index 25b1f4ddf..000000000 --- a/ios/Pods/Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.release.xcconfig +++ /dev/null @@ -1,16 +0,0 @@ -APPLICATION_EXTENSION_API_ONLY = YES -CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport -GCC_C_LANGUAGE_STANDARD = c99 -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 GDTCCTSUPPORT_VERSION=3.2.0 -GCC_TREAT_WARNINGS_AS_ERRORS = YES -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_TARGET_SRCROOT}/GoogleDataTransportCCTSupport/" -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/GoogleDataTransportCCTSupport -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService-acknowledgements.markdown b/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService-acknowledgements.markdown index 6cf696e9f..b90d2d82f 100644 --- a/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService-acknowledgements.markdown +++ b/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService-acknowledgements.markdown @@ -296,7 +296,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## FirebaseAnalytics -Copyright 2020 Google +Copyright 2021 Google ## FirebaseCore @@ -1935,7 +1935,7 @@ Files in folly/external/farmhash licensed as follows ## GoogleAppMeasurement -Copyright 2020 Google +Copyright 2021 Google ## GoogleDataTransport @@ -2143,212 +2143,6 @@ Copyright 2020 Google 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 diff --git a/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService-acknowledgements.plist b/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService-acknowledgements.plist index 233c0520b..a041ca20d 100644 --- a/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService-acknowledgements.plist +++ b/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService-acknowledgements.plist @@ -337,7 +337,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. FooterText - Copyright 2020 Google + Copyright 2021 Google License Copyright Title @@ -2054,7 +2054,7 @@ Files in folly/external/farmhash licensed as follows FooterText - Copyright 2020 Google + Copyright 2021 Google License Copyright Title @@ -2467,218 +2467,6 @@ Files in folly/external/farmhash licensed as follows 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 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 1d3869c91..32b7d9d10 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 @@ -1,11 +1,11 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurementWithoutAdIdSupport" 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" +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/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" +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}/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_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"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 "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurementWithoutAdIdSupport" -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) 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 4be70afc4..ec1176df3 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 @@ -1,11 +1,11 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurementWithoutAdIdSupport" 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" +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/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" +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}/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_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"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 "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurementWithoutAdIdSupport" -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) diff --git a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.markdown b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.markdown index 7c0d10634..a3553a145 100644 --- a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.markdown +++ b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.markdown @@ -263,7 +263,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## FirebaseAnalytics -Copyright 2020 Google +Copyright 2021 Google ## FirebaseCore @@ -1323,7 +1323,7 @@ Files in folly/external/farmhash licensed as follows ## GoogleAppMeasurement -Copyright 2020 Google +Copyright 2021 Google ## GoogleDataTransport @@ -1531,212 +1531,6 @@ Copyright 2020 Google 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 diff --git a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.plist b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.plist index 9c0cce264..bf5c69772 100644 --- a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.plist +++ b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.plist @@ -292,7 +292,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. FooterText - Copyright 2020 Google + Copyright 2021 Google License Copyright Title @@ -1388,7 +1388,7 @@ Files in folly/external/farmhash licensed as follows FooterText - Copyright 2020 Google + Copyright 2021 Google License Copyright Title @@ -1801,218 +1801,6 @@ Files in folly/external/farmhash licensed as follows 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 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 b82d2a43b..01fddaacc 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 @@ -1,10 +1,10 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurementWithoutAdIdSupport" 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" -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppleAuthentication" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXImageLoader" "${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}/MMKV" "${PODS_CONFIGURATION_BUILD_DIR}/MMKVCore" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNCMaskedView" "${PODS_CONFIGURATION_BUILD_DIR}/RNConfigReader" "${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}/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}/ReactNativeUiLib" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMPermissionsInterface" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${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-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-mmkv-storage" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-safe-area-context" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_ROOT}/OpenSSL-Universal/ios/lib" +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/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" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppleAuthentication" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXImageLoader" "${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}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/MMKV" "${PODS_CONFIGURATION_BUILD_DIR}/MMKVCore" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNCMaskedView" "${PODS_CONFIGURATION_BUILD_DIR}/RNConfigReader" "${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}/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}/ReactNativeUiLib" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMPermissionsInterface" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${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-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-mmkv-storage" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-safe-area-context" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_ROOT}/OpenSSL-Universal/ios/lib" OTHER_CFLAGS = $(inherited) -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"DoubleConversion" -l"EXAV" -l"EXAppleAuthentication" -l"EXFileSystem" -l"EXHaptics" -l"EXImageLoader" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseCrashlytics" -l"FirebaseInstallations" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"MMKV" -l"MMKVCore" -l"PromisesObjC" -l"RCTTypeSafety" -l"RNCAsyncStorage" -l"RNCMaskedView" -l"RNConfigReader" -l"RNDeviceInfo" -l"RNFBAnalytics" -l"RNFBApp" -l"RNFBCrashlytics" -l"RNFastImage" -l"RNGestureHandler" -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"ReactNativeUiLib" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMPermissionsInterface" -l"UMReactNativeAdapter" -l"Yoga" -l"c++" -l"crypto" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-document-picker" -l"react-native-mmkv-storage" -l"react-native-orientation-locker" -l"react-native-safe-area-context" -l"react-native-simple-crypto" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"ssl" -l"stdc++" -l"z" -framework "AudioToolbox" -framework "CoreFoundation" -framework "CoreTelephony" -framework "FIRAnalyticsConnector" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "MessageUI" -framework "MobileCoreServices" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXAppleAuthentication" -l"EXFileSystem" -l"EXHaptics" -l"EXImageLoader" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseCrashlytics" -l"FirebaseInstallations" -l"Folly" -l"GoogleDataTransport" -l"GoogleUtilities" -l"MMKV" -l"MMKVCore" -l"PromisesObjC" -l"RCTTypeSafety" -l"RNCAsyncStorage" -l"RNCMaskedView" -l"RNConfigReader" -l"RNDeviceInfo" -l"RNFBAnalytics" -l"RNFBApp" -l"RNFBCrashlytics" -l"RNFastImage" -l"RNGestureHandler" -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"ReactNativeUiLib" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMPermissionsInterface" -l"UMReactNativeAdapter" -l"Yoga" -l"c++" -l"crypto" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-document-picker" -l"react-native-mmkv-storage" -l"react-native-orientation-locker" -l"react-native-safe-area-context" -l"react-native-simple-crypto" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"ssl" -l"stdc++" -l"z" -framework "AudioToolbox" -framework "CoreFoundation" -framework "CoreTelephony" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurementWithoutAdIdSupport" -framework "ImageIO" -framework "JavaScriptCore" -framework "MessageUI" -framework "MobileCoreServices" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -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) 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 b82d2a43b..01fddaacc 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 @@ -1,10 +1,10 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurementWithoutAdIdSupport" 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" -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppleAuthentication" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXImageLoader" "${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}/MMKV" "${PODS_CONFIGURATION_BUILD_DIR}/MMKVCore" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNCMaskedView" "${PODS_CONFIGURATION_BUILD_DIR}/RNConfigReader" "${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}/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}/ReactNativeUiLib" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMPermissionsInterface" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${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-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-mmkv-storage" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-safe-area-context" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_ROOT}/OpenSSL-Universal/ios/lib" +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/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" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppleAuthentication" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXImageLoader" "${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}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/MMKV" "${PODS_CONFIGURATION_BUILD_DIR}/MMKVCore" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNCMaskedView" "${PODS_CONFIGURATION_BUILD_DIR}/RNConfigReader" "${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}/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}/ReactNativeUiLib" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMPermissionsInterface" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${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-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-mmkv-storage" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-safe-area-context" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_ROOT}/OpenSSL-Universal/ios/lib" OTHER_CFLAGS = $(inherited) -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"DoubleConversion" -l"EXAV" -l"EXAppleAuthentication" -l"EXFileSystem" -l"EXHaptics" -l"EXImageLoader" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseCrashlytics" -l"FirebaseInstallations" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"MMKV" -l"MMKVCore" -l"PromisesObjC" -l"RCTTypeSafety" -l"RNCAsyncStorage" -l"RNCMaskedView" -l"RNConfigReader" -l"RNDeviceInfo" -l"RNFBAnalytics" -l"RNFBApp" -l"RNFBCrashlytics" -l"RNFastImage" -l"RNGestureHandler" -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"ReactNativeUiLib" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMPermissionsInterface" -l"UMReactNativeAdapter" -l"Yoga" -l"c++" -l"crypto" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-document-picker" -l"react-native-mmkv-storage" -l"react-native-orientation-locker" -l"react-native-safe-area-context" -l"react-native-simple-crypto" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"ssl" -l"stdc++" -l"z" -framework "AudioToolbox" -framework "CoreFoundation" -framework "CoreTelephony" -framework "FIRAnalyticsConnector" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "MessageUI" -framework "MobileCoreServices" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXAppleAuthentication" -l"EXFileSystem" -l"EXHaptics" -l"EXImageLoader" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseCrashlytics" -l"FirebaseInstallations" -l"Folly" -l"GoogleDataTransport" -l"GoogleUtilities" -l"MMKV" -l"MMKVCore" -l"PromisesObjC" -l"RCTTypeSafety" -l"RNCAsyncStorage" -l"RNCMaskedView" -l"RNConfigReader" -l"RNDeviceInfo" -l"RNFBAnalytics" -l"RNFBApp" -l"RNFBCrashlytics" -l"RNFastImage" -l"RNGestureHandler" -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"ReactNativeUiLib" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMPermissionsInterface" -l"UMReactNativeAdapter" -l"Yoga" -l"c++" -l"crypto" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-document-picker" -l"react-native-mmkv-storage" -l"react-native-orientation-locker" -l"react-native-safe-area-context" -l"react-native-simple-crypto" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"ssl" -l"stdc++" -l"z" -framework "AudioToolbox" -framework "CoreFoundation" -framework "CoreTelephony" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurementWithoutAdIdSupport" -framework "ImageIO" -framework "JavaScriptCore" -framework "MessageUI" -framework "MobileCoreServices" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -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) diff --git a/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.markdown b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.markdown index 6cf696e9f..b90d2d82f 100644 --- a/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.markdown +++ b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.markdown @@ -296,7 +296,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## FirebaseAnalytics -Copyright 2020 Google +Copyright 2021 Google ## FirebaseCore @@ -1935,7 +1935,7 @@ Files in folly/external/farmhash licensed as follows ## GoogleAppMeasurement -Copyright 2020 Google +Copyright 2021 Google ## GoogleDataTransport @@ -2143,212 +2143,6 @@ Copyright 2020 Google 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 diff --git a/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.plist b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.plist index 233c0520b..a041ca20d 100644 --- a/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.plist +++ b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.plist @@ -337,7 +337,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. FooterText - Copyright 2020 Google + Copyright 2021 Google License Copyright Title @@ -2054,7 +2054,7 @@ Files in folly/external/farmhash licensed as follows FooterText - Copyright 2020 Google + Copyright 2021 Google License Copyright Title @@ -2467,218 +2467,6 @@ Files in folly/external/farmhash licensed as follows 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 diff --git a/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.debug.xcconfig b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.debug.xcconfig index 543b32c85..9cd822a62 100644 --- a/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.debug.xcconfig @@ -1,12 +1,12 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurementWithoutAdIdSupport" 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" +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/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" +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}/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_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"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 "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurementWithoutAdIdSupport" -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) diff --git a/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.release.xcconfig b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.release.xcconfig index 71e648aa2..085fecd49 100644 --- a/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.release.xcconfig @@ -1,12 +1,12 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurementWithoutAdIdSupport" 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" +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/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" +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}/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_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"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 "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurementWithoutAdIdSupport" -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) 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 index 6cf696e9f..b90d2d82f 100644 --- 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 @@ -296,7 +296,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## FirebaseAnalytics -Copyright 2020 Google +Copyright 2021 Google ## FirebaseCore @@ -1935,7 +1935,7 @@ Files in folly/external/farmhash licensed as follows ## GoogleAppMeasurement -Copyright 2020 Google +Copyright 2021 Google ## GoogleDataTransport @@ -2143,212 +2143,6 @@ Copyright 2020 Google 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 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 index 233c0520b..a041ca20d 100644 --- 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 @@ -337,7 +337,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. FooterText - Copyright 2020 Google + Copyright 2021 Google License Copyright Title @@ -2054,7 +2054,7 @@ Files in folly/external/farmhash licensed as follows FooterText - Copyright 2020 Google + Copyright 2021 Google License Copyright Title @@ -2467,218 +2467,6 @@ Files in folly/external/farmhash licensed as follows 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 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 index 543b32c85..9cd822a62 100644 --- 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 @@ -1,12 +1,12 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurementWithoutAdIdSupport" 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" +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/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" +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}/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_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"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 "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurementWithoutAdIdSupport" -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) 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 index 71e648aa2..085fecd49 100644 --- 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 @@ -1,12 +1,12 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurementWithoutAdIdSupport" 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" +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/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" +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}/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_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"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 "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurementWithoutAdIdSupport" -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) diff --git a/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.debug.xcconfig b/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.debug.xcconfig index e63642ad6..a59071ffb 100644 --- a/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.debug.xcconfig @@ -1,9 +1,9 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFBAnalytics -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurementWithoutAdIdSupport" 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" +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/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/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RNFBAnalytics" "${PODS_ROOT}/Headers/Public/RNFBApp" "${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/nanopb" 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) diff --git a/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.release.xcconfig b/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.release.xcconfig index e63642ad6..a59071ffb 100644 --- a/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.release.xcconfig +++ b/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.release.xcconfig @@ -1,9 +1,9 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFBAnalytics -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurementWithoutAdIdSupport" 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" +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/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/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RNFBAnalytics" "${PODS_ROOT}/Headers/Public/RNFBApp" "${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/nanopb" 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) diff --git a/ios/Pods/Target Support Files/RNFBApp/RNFBApp.debug.xcconfig b/ios/Pods/Target Support Files/RNFBApp/RNFBApp.debug.xcconfig index 1457ac169..4bec5f433 100644 --- a/ios/Pods/Target Support Files/RNFBApp/RNFBApp.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNFBApp/RNFBApp.debug.xcconfig @@ -1,9 +1,9 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFBApp -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurementWithoutAdIdSupport" 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" +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/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/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RNFBApp" "${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/nanopb" 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) diff --git a/ios/Pods/Target Support Files/RNFBApp/RNFBApp.release.xcconfig b/ios/Pods/Target Support Files/RNFBApp/RNFBApp.release.xcconfig index 1457ac169..4bec5f433 100644 --- a/ios/Pods/Target Support Files/RNFBApp/RNFBApp.release.xcconfig +++ b/ios/Pods/Target Support Files/RNFBApp/RNFBApp.release.xcconfig @@ -1,9 +1,9 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFBApp -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurementWithoutAdIdSupport" 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" +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/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/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RNFBApp" "${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/nanopb" 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) diff --git a/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.debug.xcconfig b/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.debug.xcconfig index 0d2daa717..d4d887dec 100644 --- a/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.debug.xcconfig @@ -1,9 +1,9 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFBCrashlytics -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurementWithoutAdIdSupport" 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" +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/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/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/RNFBCrashlytics" "${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/nanopb" 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) diff --git a/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.release.xcconfig b/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.release.xcconfig index 0d2daa717..d4d887dec 100644 --- a/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.release.xcconfig +++ b/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.release.xcconfig @@ -1,9 +1,9 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFBCrashlytics -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurementWithoutAdIdSupport" 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" +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/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/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/RNFBCrashlytics" "${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/nanopb" 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) 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 d5ff2f50b..aaef83ac7 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 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO 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" +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/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-notifications" 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) 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 d5ff2f50b..aaef83ac7 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 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO 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" +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/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-notifications" 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) diff --git a/ios/Pods/nanopb/pb.h b/ios/Pods/nanopb/pb.h index 2c5868b27..236e894a6 100644 --- a/ios/Pods/nanopb/pb.h +++ b/ios/Pods/nanopb/pb.h @@ -51,7 +51,7 @@ /* Version of the nanopb library. Just in case you want to check it in * your own program. */ -#define NANOPB_VERSION nanopb-0.3.9.5 +#define NANOPB_VERSION nanopb-0.3.9.8 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: diff --git a/ios/Pods/nanopb/pb_decode.c b/ios/Pods/nanopb/pb_decode.c index ce5c4ae98..4efe8a314 100644 --- a/ios/Pods/nanopb/pb_decode.c +++ b/ios/Pods/nanopb/pb_decode.c @@ -464,14 +464,17 @@ static bool checkreturn decode_static_field(pb_istream_t *stream, pb_wire_type_t } case PB_HTYPE_ONEOF: - *(pb_size_t*)iter->pSize = iter->pos->tag; - if (PB_LTYPE(type) == PB_LTYPE_SUBMESSAGE) + if (PB_LTYPE(type) == PB_LTYPE_SUBMESSAGE && + *(pb_size_t*)iter->pSize != iter->pos->tag) { /* We memset to zero so that any callbacks are set to NULL. - * Then set any default values. */ + * This is because the callbacks might otherwise have values + * from some other union field. */ memset(iter->pData, 0, iter->pos->data_size); pb_message_set_to_defaults((const pb_field_t*)iter->pos->ptr, iter->pData); } + *(pb_size_t*)iter->pSize = iter->pos->tag; + return func(stream, iter->pos, iter->pData); default: @@ -1147,7 +1150,14 @@ static bool pb_release_union_field(pb_istream_t *stream, pb_field_iter_t *iter) * This shouldn't fail unless the pb_field_t structure is corrupted. */ if (!pb_field_iter_find(iter, new_tag)) PB_RETURN_ERROR(stream, "iterator error"); - + + if (PB_ATYPE(iter->pos->type) == PB_ATYPE_POINTER) + { + /* Initialize the pointer to NULL to make sure it is valid + * even in case of error return. */ + *(void**)iter->pData = NULL; + } + return true; } @@ -1449,6 +1459,9 @@ static bool checkreturn pb_dec_bytes(pb_istream_t *stream, const pb_field_t *fie #ifndef PB_ENABLE_MALLOC PB_RETURN_ERROR(stream, "no malloc support"); #else + if (stream->bytes_left < size) + PB_RETURN_ERROR(stream, "end-of-stream"); + if (!allocate_field(stream, dest, alloc_size, 1)) return false; bdest = *(pb_bytes_array_t**)dest; @@ -1484,6 +1497,9 @@ static bool checkreturn pb_dec_string(pb_istream_t *stream, const pb_field_t *fi #ifndef PB_ENABLE_MALLOC PB_RETURN_ERROR(stream, "no malloc support"); #else + if (stream->bytes_left < size) + PB_RETURN_ERROR(stream, "end-of-stream"); + if (!allocate_field(stream, dest, alloc_size, 1)) return false; dest = *(void**)dest; diff --git a/ios/Pods/nanopb/pb_encode.c b/ios/Pods/nanopb/pb_encode.c index 0f89d9819..371d25687 100644 --- a/ios/Pods/nanopb/pb_encode.c +++ b/ios/Pods/nanopb/pb_encode.c @@ -104,8 +104,11 @@ bool checkreturn pb_write(pb_ostream_t *stream, const pb_byte_t *buf, size_t cou { if (count > 0 && stream->callback != NULL) { - if (stream->bytes_written + count > stream->max_size) + if (stream->bytes_written + count < stream->bytes_written || + stream->bytes_written + count > stream->max_size) + { PB_RETURN_ERROR(stream, "stream full"); + } #ifdef PB_BUFFER_ONLY if (!buf_write(stream, buf, count)) @@ -304,6 +307,12 @@ static bool pb_check_proto3_default_value(const pb_field_t *field, const void *p return true; } } + + /* Compares pointers to NULL in case of FT_POINTER */ + if (PB_ATYPE(type) == PB_ATYPE_POINTER && PB_LTYPE(type) > PB_LTYPE_LAST_PACKABLE) + { + return !*(const void**)((uintptr_t)pData); + } { /* Catch-all branch that does byte-per-byte comparison for zero value. @@ -843,6 +852,7 @@ static bool checkreturn pb_enc_fixed32(pb_ostream_t *stream, const pb_field_t *f static bool checkreturn pb_enc_bytes(pb_ostream_t *stream, const pb_field_t *field, const void *src) { const pb_bytes_array_t *bytes = NULL; + size_t allocsize; bytes = (const pb_bytes_array_t*)src; @@ -852,8 +862,9 @@ static bool checkreturn pb_enc_bytes(pb_ostream_t *stream, const pb_field_t *fie return pb_encode_string(stream, NULL, 0); } - if (PB_ATYPE(field->type) == PB_ATYPE_STATIC && - PB_BYTES_ARRAY_T_ALLOCSIZE(bytes->size) > field->data_size) + allocsize = PB_BYTES_ARRAY_T_ALLOCSIZE(bytes->size); + if (allocsize < bytes->size || + (PB_ATYPE(field->type) == PB_ATYPE_STATIC && allocsize > field->data_size)) { PB_RETURN_ERROR(stream, "bytes size exceeded"); } diff --git a/ios/Pods/nanopb/pb_encode.h b/ios/Pods/nanopb/pb_encode.h index 8bf78dd53..b1d822f30 100644 --- a/ios/Pods/nanopb/pb_encode.h +++ b/ios/Pods/nanopb/pb_encode.h @@ -123,7 +123,7 @@ bool pb_write(pb_ostream_t *stream, const pb_byte_t *buf, size_t count); * structure. Call this from the callback before writing out field contents. */ bool pb_encode_tag_for_field(pb_ostream_t *stream, const pb_field_t *field); -/* Encode field header by manually specifing wire type. You need to use this +/* Encode field header by manually specifying wire type. You need to use this * if you want to write out packed arrays from a callback field. */ bool pb_encode_tag(pb_ostream_t *stream, pb_wire_type_t wiretype, uint32_t field_number); diff --git a/ios/RocketChatRN.xcodeproj/project.pbxproj b/ios/RocketChatRN.xcodeproj/project.pbxproj index bbebd2ee7..8b5fff410 100644 --- a/ios/RocketChatRN.xcodeproj/project.pbxproj +++ b/ios/RocketChatRN.xcodeproj/project.pbxproj @@ -830,10 +830,13 @@ buildActionMask = 2147483647; files = ( ); + inputPaths = ( + "$(SRCROOT)/$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)", + ); 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"; + 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.analytics_auto_collection_enabled\n _ANALYTICS_AUTO_COLLECTION=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_auto_collection_enabled\")\n if [[ $_ANALYTICS_AUTO_COLLECTION ]]; then\n _PLIST_ENTRY_KEYS+=(\"FIREBASE_ANALYTICS_COLLECTION_ENABLED\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_AUTO_COLLECTION\")\")\n fi\n\n # config.perf_auto_collection_enabled\n _PERF_AUTO_COLLECTION=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"perf_auto_collection_enabled\")\n if [[ $_PERF_AUTO_COLLECTION ]]; then\n _PLIST_ENTRY_KEYS+=(\"firebase_performance_collection_enabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_PERF_AUTO_COLLECTION\")\")\n fi\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 useful\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\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"; }; 1984338E174B5F45674AD7A1 /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; @@ -1163,6 +1166,10 @@ buildActionMask = 2147483647; files = ( ); + inputPaths = ( + "${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}", + "$(SRCROOT)/$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)", + ); name = "[CP-User] [RNFB] Crashlytics Configuration"; runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; @@ -1584,7 +1591,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; @@ -1650,7 +1657,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; diff --git a/ios/RocketChatRN/AppDelegate.m b/ios/RocketChatRN/AppDelegate.m index ca1e61541..4eb1438e7 100644 --- a/ios/RocketChatRN/AppDelegate.m +++ b/ios/RocketChatRN/AppDelegate.m @@ -50,7 +50,7 @@ static void InitializeFlipper(UIApplication *application) { self.moduleRegistryAdapter = [[UMModuleRegistryAdapter alloc] initWithModuleRegistryProvider:[[UMModuleRegistryProvider alloc] init]]; RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self launchOptions:launchOptions]; - if(![FIRApp defaultApp]){ + if ([FIRApp defaultApp] == nil) { [FIRApp configure]; } RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge diff --git a/package.json b/package.json index 3a0577f98..64be55e47 100644 --- a/package.json +++ b/package.json @@ -33,9 +33,9 @@ "@react-native-community/picker": "^1.8.1", "@react-native-community/slider": "3.0.3", "@react-native-cookies/cookies": "6.0.8", - "@react-native-firebase/analytics": "^7.3.1", - "@react-native-firebase/app": "^8.2.0", - "@react-native-firebase/crashlytics": "^8.1.2", + "@react-native-firebase/analytics": "12.1.0", + "@react-native-firebase/app": "12.1.0", + "@react-native-firebase/crashlytics": "12.1.0", "@react-navigation/drawer": "5.12.5", "@react-navigation/native": "5.9.4", "@react-navigation/stack": "5.14.5", @@ -88,7 +88,7 @@ "react-native-mmkv-storage": "0.3.5", "react-native-modal": "11.10.0", "react-native-navigation-bar-color": "2.0.1", - "react-native-notifications": "2.1.7", + "react-native-notifications": "^3.5.0", "react-native-notifier": "1.6.1", "react-native-orientation-locker": "1.3.1", "react-native-picker-select": "^8.0.4", diff --git a/patches/react-native-notifications+2.1.7.patch b/patches/react-native-notifications+2.1.7.patch_ similarity index 100% rename from patches/react-native-notifications+2.1.7.patch rename to patches/react-native-notifications+2.1.7.patch_ diff --git a/yarn.lock b/yarn.lock index debc1cf9a..0fb5ecbd9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2982,29 +2982,23 @@ dependencies: invariant "^2.2.4" -"@react-native-firebase/analytics@^7.3.1": - version "7.3.1" - resolved "https://registry.yarnpkg.com/@react-native-firebase/analytics/-/analytics-7.3.1.tgz#f24509c1f996217e89829147d28d319ed5fbbd0b" - integrity sha512-8U70bVSnsH5xlbNDL+LkF0VjgZ3nejSCsrIrxI29aulMPAdAD6ZndH9gVegFK75vLILy3giWRlGR89o08fnpxA== +"@react-native-firebase/analytics@12.1.0": + version "12.1.0" + resolved "https://registry.yarnpkg.com/@react-native-firebase/analytics/-/analytics-12.1.0.tgz#fe748c89219b992487eceaf2a3317599f93ec488" + integrity sha512-n9UY50JeU4In0If+g9dEhIXYL14uPclqRxNK3tnUr24tmdY6Xbv76mdIELgcd8UW7npuU4st+kppmiyrIO7Qfw== -"@react-native-firebase/app-types@6.7.2": - version "6.7.2" - resolved "https://registry.yarnpkg.com/@react-native-firebase/app-types/-/app-types-6.7.2.tgz#d2e1530af5702e00578914b41468898c10d3289c" - integrity sha512-pIwc6e0ZINw6PJqNVsAxzOVJUDg6au2TdulY+ZOYQ11SPDs5I2n9likoGrElPmJjajT4s9h87uz/6PWP2k9PxQ== - -"@react-native-firebase/app@^8.2.0": - version "8.2.0" - resolved "https://registry.yarnpkg.com/@react-native-firebase/app/-/app-8.2.0.tgz#28db1958c8bd8028503b4d0a68a31a7c4caf61cc" - integrity sha512-V3s87BlDIyuhtK/1w+vwKdY5AlOCCBXovlorZU1wiyDH8Q942Cjxcx9tBc59+TLWqMYrYyFGAnAJxnIw3QzmmQ== +"@react-native-firebase/app@12.1.0": + version "12.1.0" + resolved "https://registry.yarnpkg.com/@react-native-firebase/app/-/app-12.1.0.tgz#fa2c989af2bd876ed83f792c0152067184a7db27" + integrity sha512-goulw5PFGo2NIqqZXpv7kyv0XPKWQT2G/2ZXEFMdgDnxZGRyiAH82gR/v9rAMCww1lFVTeMZdphU5WFN/qdptg== dependencies: - "@react-native-firebase/app-types" "6.7.2" opencollective-postinstall "^2.0.1" superstruct "^0.6.2" -"@react-native-firebase/crashlytics@^8.1.2": - version "8.1.2" - resolved "https://registry.yarnpkg.com/@react-native-firebase/crashlytics/-/crashlytics-8.1.2.tgz#2a9c0ec8809457ba1f48acffc8d86f043aac0ff6" - integrity sha512-xRGMeuNmJcaPmgr3PqIXS1r5Wx2x21S9ES007BTBpyCzd92vmlKVawpx5vYjFoVQeKRjEPT37MJ7QTU4x81JoA== +"@react-native-firebase/crashlytics@12.1.0": + version "12.1.0" + resolved "https://registry.yarnpkg.com/@react-native-firebase/crashlytics/-/crashlytics-12.1.0.tgz#e9f15a4c5a090ddf587ae67ed7726936aaf928a8" + integrity sha512-QTYv0ezKEsmPRCTT9eqS+hZj7H9D8WAvBOV2McG7osQ2VMWl1LMeyYVY4DXJ7NUErprJUMIoA1FU1nk/D5xwIQ== dependencies: stacktrace-js "^2.0.0" @@ -14744,13 +14738,10 @@ react-native-navigation-bar-color@2.0.1: resolved "https://registry.yarnpkg.com/react-native-navigation-bar-color/-/react-native-navigation-bar-color-2.0.1.tgz#ee2be25cc37105f7da355717b0a9a32c9c059ae6" integrity sha512-1kE/oxWt+HYjRxdZdvke9tJ365xaee5n3+euOQA1En8zQuSbOxiE4SYEGM7TeaWnmLJ0l37mRnPHaB2H4mGh0A== -react-native-notifications@2.1.7: - version "2.1.7" - resolved "https://registry.yarnpkg.com/react-native-notifications/-/react-native-notifications-2.1.7.tgz#ef836f6f8c12bdc5103598035590347811426a70" - integrity sha512-m9jfpobP1BpqG2w6pN2kKzKJt2bqrLIRS3QAuH0MU0dpRwib/4ehaAUKOiFj+xVCtuKHALpceb97FHuA0i4dkw== - dependencies: - core-js "^1.0.0" - uuid "^2.0.3" +react-native-notifications@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/react-native-notifications/-/react-native-notifications-3.5.0.tgz#3a5bff5d2bb140ca09bef831b7d9bd805200fb1d" + integrity sha512-uoFvV0jhn+5TcFlGUYEk/nBNyy9I6lWbmjNYvUYrShWyxHl3peeULxuu/A1z2hwhAV9JtJEqEZQrahoX1aT+2g== react-native-notifier@1.6.1: version "1.6.1" @@ -17668,11 +17659,6 @@ utils-merge@1.0.1: resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= -uuid@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b21a" - integrity sha1-Z+LoY3lyFVMN/zGOW/nc6/1Hsho= - uuid@^3.0.1, uuid@^3.3.2, uuid@^3.4.0: version "3.4.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"